*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.625;color:var(--text-body);background-color:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}:root{--color-primary-50: #f0fdf9;--color-primary-100: #ccfbef;--color-primary-200: #99f6e0;--color-primary-300: #5eead4;--color-primary-400: #2dd4bf;--color-primary-500: #14b8a6;--color-primary-600: #0d9488;--color-primary-700: #0f766e;--color-primary-800: #115e59;--color-primary-900: #134e4a;--color-accent-400: #fbbf24;--color-accent-500: #f59e0b;--color-accent-600: #d97706;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--color-gray-50: #fafaf9;--color-gray-100: #f5f5f4;--color-gray-200: #e7e5e4;--color-gray-300: #d6d3d1;--color-gray-400: #a8a29e;--color-gray-500: #78716c;--color-gray-600: #57534e;--color-gray-700: #44403c;--color-gray-800: #292524;--color-gray-900: #1c1917;--color-gray-950: #0c0a09;--color-star: #fbbf24;--color-star-empty: #d6d3d1;--gradient-hero: linear-gradient(135deg, #0f766e 0%, #0ea5e9 50%, #8b5cf6 100%);--gradient-cta: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);--gradient-price: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);--gradient-card: linear-gradient(145deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 100%);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-lg: 0 10px 25px rgba(0,0,0,.12);--shadow-xl: 0 20px 40px rgba(0,0,0,.15);--transition-fast: all .1s ease;--transition-normal: all .2s ease;--transition-slow: all .3s ease-out;--bg-page: var(--color-gray-50);--bg-card: #ffffff;--bg-input: var(--color-gray-100);--bg-sidebar: #ffffff;--text-body: var(--color-gray-700);--text-head: var(--color-gray-900);--text-muted: var(--color-gray-500);--border: var(--color-gray-200);--border-light: var(--color-gray-100)}.dark{--bg-page: #0f1117;--bg-card: #1a1d27;--bg-input: #090c14;--bg-sidebar: #1a1d27;--text-body: #cbd5e1;--text-head: #f1f5f9;--text-muted: #64748b;--border: rgba(255,255,255,.08);--border-light: rgba(255,255,255,.04);--shadow-md: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--shadow-lg: 0 10px 25px rgba(0,0,0,.4)}h1,h2,h3,h4,h5,h6{color:var(--text-head);line-height:1.25;font-weight:700}h1{font-size:clamp(2rem,4vw + 1rem,2.5rem);letter-spacing:-.02em}h2{font-size:clamp(1.5rem,2.5vw + .8rem,1.875rem);letter-spacing:-.01em;font-weight:600}h3{font-size:clamp(1.125rem,1.5vw + .7rem,1.25rem);font-weight:600}h4{font-size:1rem;font-weight:600}p{margin-bottom:.75rem}p:last-child{margin-bottom:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeSlideUp .4s ease forwards}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:linear-gradient(90deg,var(--color-gray-200) 25%,var(--color-gray-100) 50%,var(--color-gray-200) 75%);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:var(--radius-md)}@keyframes pulseRing{0%{box-shadow:0 0 #14b8a666}70%{box-shadow:0 0 0 8px #14b8a600}to{box-shadow:0 0 #14b8a600}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-gradient{background:var(--gradient-price);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header{position:sticky;top:0;z-index:100;background:var(--bg-card);border-bottom:1px solid var(--border);transition:box-shadow .2s ease,background .3s ease}.header--scrolled{box-shadow:var(--shadow-md)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1.5rem}.header__logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--text-head);white-space:nowrap}.header__logo-icon{font-size:1.5rem}.header__logo-accent{background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{display:flex;align-items:center;gap:.25rem}.header__link{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-muted);border-radius:var(--radius-md);transition:var(--transition-fast)}.header__link:hover{color:var(--color-primary-600);background:var(--color-primary-50)}.dark .header__link:hover{background:#14b8a61a;color:var(--color-primary-400)}.header__link--active{color:var(--color-primary-600);background:var(--color-primary-50);font-weight:600}.dark .header__link--active{background:#14b8a61a;color:var(--color-primary-400)}.header__actions{display:flex;align-items:center;gap:.5rem}.header__theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-input);color:var(--text-muted);transition:var(--transition-fast)}.header__theme-toggle:hover{color:var(--color-primary-500);border-color:var(--color-primary-300)}.header__menu-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:var(--text-body)}.header__login-btn{padding:.5rem 1.25rem;background:var(--gradient-cta);color:#fff;border:none;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 10px #14b8a633;transition:all .15s ease}.header__login-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #14b8a64d}.header__user{position:relative}.header__user-btn{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem .375rem .375rem;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--bg-card);color:var(--text-body);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.header__user-btn:hover{border-color:var(--color-primary-400);background:var(--bg-input)}.header__avatar{width:28px;height:28px;border-radius:var(--radius-full);object-fit:cover}.header__username{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:280px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden;z-index:110}.header__dropdown-user{padding:1rem;background:var(--bg-input);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.125rem}.header__dropdown-name{font-weight:700;color:var(--text-head);font-size:.9375rem}.header__dropdown-email{font-size:.75rem;color:var(--text-muted)}.header__dropdown-section{padding:.875rem 1rem;border-bottom:1px solid var(--border)}.header__dropdown-title{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:var(--text-head);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.02em}.header__heart-icon{color:#ef4444}.header__dropdown-empty{font-size:.8125rem;color:var(--text-muted);text-align:center;padding:.5rem 0}.header__dropdown-list{display:flex;flex-direction:column;gap:.625rem;max-height:190px;overflow-y:auto;scrollbar-width:thin}.header__dropdown-item{display:flex;gap:.625rem;padding:.375rem;border-radius:var(--radius-md);text-decoration:none;transition:all .15s ease}.header__dropdown-item:hover{background:var(--bg-input)}.header__dropdown-thumb{width:44px;height:44px;border-radius:var(--radius-md);object-fit:cover}.header__dropdown-info{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}.header__dropdown-item-title{font-size:.8125rem;font-weight:600;color:var(--text-body);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__dropdown-item-price{font-size:.75rem;color:var(--color-primary-600);font-weight:700;margin-top:.125rem}.dark .header__dropdown-item-price{color:var(--color-primary-400)}.header__dropdown-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.header__dropdown-item-badge{font-size:.6875rem;font-weight:600;padding:1px 6px;background:var(--color-error-light, #fee2e2);color:var(--color-error, #ef4444);border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0}.dark .header__dropdown-item-badge{background:#ef444426;color:#f87171}.header__dropdown-logout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:none;border:none;font-size:.875rem;font-weight:600;color:#ef4444;cursor:pointer;transition:all .15s ease}.header__dropdown-logout:hover{background:#fef2f2}.dark .header__dropdown-logout:hover{background:#ef444414}@media(max-width:768px){.header__menu-btn{display:flex}.header__nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--bg-card);flex-direction:column;padding:1rem;border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg)}.header__nav--open{display:flex}.header__link{width:100%;padding:.75rem 1rem;font-size:1rem}}.footer{background:var(--color-gray-900);color:#94a3b8;padding:3rem 0 0;margin-top:4rem}.dark .footer{background:#080a10}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}.footer__title{font-size:1.25rem;color:#f1f5f9;margin-bottom:.75rem}.footer__subtitle{font-size:.875rem;font-weight:600;color:#e2e8f0;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.footer__desc{font-size:.875rem;line-height:1.6}.footer__links li{font-size:.875rem;margin-bottom:.5rem}.footer__links a:hover{color:var(--color-primary-400)}.footer__bottom{margin-top:2.5rem;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:.8125rem}.footer__bottom p{display:flex;align-items:center;justify-content:center;gap:4px;margin:0}.footer__heart{color:#ef4444;display:inline-block}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{position:relative;width:100%;max-width:440px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl);padding:2.25rem 2rem;overflow:hidden}.login-card__close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:var(--radius-full);transition:all .15s ease;display:flex;align-items:center;justify-content:center}.login-card__close:hover{background:var(--bg-input);color:var(--text-head)}.login-card__header{text-align:center;margin-bottom:2rem}.login-card__logo{font-size:2.5rem;margin-bottom:.5rem;display:inline-block}.login-card__title{font-size:1.5rem;font-weight:700;color:var(--text-head);margin-bottom:.5rem;letter-spacing:-.01em}.login-card__subtitle{font-size:.875rem;color:var(--text-muted);line-height:1.4}.login-card__form{display:flex;flex-direction:column;gap:1.25rem}.login-card__error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.8125rem;font-weight:500;text-align:center}.dark .login-card__error{background:#ef44441f;color:#f87171;border-color:#ef444433}.login-card__field{display:flex;flex-direction:column;gap:.5rem}.login-card__label{font-size:.8125rem;font-weight:600;color:var(--text-body)}.login-card__input-wrapper{position:relative;display:flex;align-items:center}.login-card__input-icon{position:absolute;left:.875rem;color:var(--text-muted);pointer-events:none}.login-card__input{width:100%;padding:.75rem 1rem .75rem 2.5rem;background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-lg);font-size:.875rem;color:var(--text-body);transition:all .15s ease}.login-card__input:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #14b8a626}.login-card__submit-btn{width:100%;padding:.875rem;background:var(--gradient-cta);color:#fff;border:none;border-radius:var(--radius-lg);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #14b8a640;margin-top:.5rem}.login-card__submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #14b8a659}.login-card__submit-btn:active{transform:translateY(0)}.login-card__divider{position:relative;text-align:center;margin:1.75rem 0 1.25rem}.login-card__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border);z-index:0}.login-card__divider span{position:relative;background:var(--bg-card);padding:0 .75rem;font-size:.75rem;color:var(--text-muted);z-index:1}.login-card__quick-actions{display:flex;flex-direction:column;gap:.625rem}.login-card__quick-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.6875rem;background:var(--bg-card);border:1.5px dashed var(--border);border-radius:var(--radius-lg);font-size:.8125rem;font-weight:600;color:var(--text-body);cursor:pointer;transition:all .15s ease}.login-card__quick-btn:hover{border-color:var(--color-primary-400);background:var(--bg-input);color:var(--color-primary-600)}.animate-scale-up{animation:scaleUp .3s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes scaleUp{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.filter-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.25rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.filter-bar__selects{display:flex;gap:.75rem;flex-wrap:wrap;flex:1}.filter-bar__group{position:relative;display:flex;align-items:center;flex:1;min-width:180px}.filter-bar__icon{position:absolute;left:.75rem;color:var(--color-primary-500);pointer-events:none;z-index:1}.filter-bar__select{width:100%;padding:.625rem 1rem .625rem 2.25rem;background:var(--bg-input);border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:.875rem;color:var(--text-body);cursor:pointer;transition:border-color .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.filter-bar__select:hover{border-color:var(--color-primary-300)}.filter-bar__select:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #14b8a626}.filter-bar__clear{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;transition:var(--transition-fast);white-space:nowrap}.dark .filter-bar__clear{background:#ef444426;color:#f87171;border-color:#f871714d}.filter-bar__clear:hover{background:#fecaca}@media(max-width:640px){.filter-bar{padding:1rem}.filter-bar__group{min-width:100%}}.rating-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-full);font-weight:600;font-size:.75rem;line-height:1;white-space:nowrap}.rating-badge--sm{padding:2px 8px;font-size:.6875rem}.rating-badge--lg{padding:6px 14px;font-size:.875rem}.rating-badge--good{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.dark .rating-badge--good{background:#16a34a26;color:#4ade80;border-color:#4ade804d}.rating-badge--warning{background:#fef9c3;color:#a16207;border:1px solid #fde68a}.dark .rating-badge--warning{background:#f59e0b26;color:#fbbf24;border-color:#fbbf244d}.rating-badge--danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;animation:pulseRing 2s infinite}.dark .rating-badge--danger{background:#ef444426;color:#f87171;border-color:#f871714d}.rating-badge__icon{font-size:1em}.room-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;opacity:0}.room-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.room-card--rented{opacity:.7}.room-card--rented:hover{opacity:.85}.room-card__image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden}.room-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.room-card:hover .room-card__image{transform:scale(1.05)}.room-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.375rem;flex-wrap:wrap}.room-card__status{padding:3px 10px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.room-card__status--available{background:#10b981e6;color:#fff}.room-card__status--rented{background:#ef4444e6;color:#fff}.room-card__favorite-btn{position:absolute;top:.75rem;right:.75rem;z-index:5;width:32px;height:32px;border-radius:var(--radius-full);background:#ffffffe6;border:none;color:var(--color-gray-600);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.4,0,.2,1);opacity:0;transform:scale(.85)}.dark .room-card__favorite-btn{background:#18181be6;color:var(--color-gray-400);border:1px solid rgba(255,255,255,.1)}.room-card:hover .room-card__favorite-btn,.room-card__favorite-btn--active{opacity:1;transform:scale(1)}.room-card__favorite-btn:hover{background:#fff;color:#ef4444;transform:scale(1.1)!important}.dark .room-card__favorite-btn:hover{background:#18181b;color:#f87171}.room-card__photo-count{position:absolute;bottom:.75rem;right:.75rem;padding:2px 8px;background:#0009;color:#fff;border-radius:var(--radius-sm);font-size:.6875rem;font-weight:500}.room-card__body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.625rem;flex:1}.room-card__title{font-size:.9375rem;font-weight:600;color:var(--text-head);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.room-card__meta{display:flex;flex-direction:column;gap:.25rem}.room-card__location,.room-card__area{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted)}.room-card__amenities{display:flex;gap:.375rem;flex-wrap:wrap}.room-card__amenity{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--bg-input);border-radius:var(--radius-sm);font-size:.8125rem}.room-card__amenity--more{font-size:.6875rem;font-weight:600;color:var(--text-muted)}.room-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.625rem;border-top:1px solid var(--border-light)}.room-card__price{font-family:JetBrains Mono,Fira Code,monospace;font-size:1.0625rem;font-weight:700;background:var(--gradient-price);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.room-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--text-head)}.room-card__review-count{font-size:.75rem;font-weight:400;color:var(--text-muted)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.property-map-wrapper{position:relative;width:100%;height:400px;border-radius:12px;overflow:hidden;z-index:1;box-shadow:0 4px 12px #0000001a}.property-map-wrapper.fullscreen{position:fixed;top:0;left:0;width:100vw!important;height:100vh!important;z-index:9999;border-radius:0}.property-map-container{width:100%;height:100%}.custom-map-marker{background:transparent;border:none}.custom-map-marker div{background-color:teal;color:#fff;padding:6px 14px;border-radius:20px;font-weight:700;font-size:13px;white-space:nowrap;box-shadow:0 2px 5px #0006;transform:translate(-50%,-50%);display:inline-block;cursor:pointer;border:2px solid white;transition:all .2s ease}.custom-map-marker div:hover{background-color:#066;z-index:1000!important;transform:translate(-50%,-50%) scale(1.05)}.custom-fullscreen-control{margin-top:10px!important;margin-right:10px!important;clear:none!important}.custom-fullscreen-control button{background-color:#5a645fe6!important;color:#fff;display:flex;align-items:center;gap:8px;padding:8px 16px!important;border:none;border-radius:8px!important;cursor:pointer;font-weight:600;font-family:inherit;transition:background-color .2s;text-decoration:none}.custom-fullscreen-control button:hover{background-color:#46504b!important}.custom-fullscreen-control button span{font-size:14px}.map-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.map-popup-content{background:#fff;width:100%;max-width:400px;max-height:90%;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.map-popup-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #eee;background:#f9f9f9}.map-popup-header h3{margin:0;font-size:16px;color:#333}.map-popup-close{background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:4px}.map-popup-close:hover{background:#eee;color:#333}.map-popup-list{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.map-popup-item{display:flex;gap:12px;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}.map-popup-item:hover{background:#f5f5f5}.map-popup-item img{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.map-popup-info{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.map-popup-title{margin:0 0 4px;font-size:14px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-popup-price{margin:0 0 4px;font-size:15px;font-weight:700;color:teal}.map-popup-address{margin:0;font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero{position:relative;padding:5rem 0 4rem;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-hero);opacity:.95;z-index:0}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero__content{position:relative;z-index:1;text-align:center;max-width:700px}.hero__title{color:#fff;font-size:clamp(2rem,5vw + 1rem,3rem);margin-bottom:1rem;letter-spacing:-.02em}.hero__accent{background:linear-gradient(90deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{color:#ffffffd9;font-size:1.0625rem;margin-bottom:2rem}.hero__search{position:relative;max-width:520px;margin:0 auto 2rem}.hero__search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--color-gray-400)}.hero__search-input{width:100%;padding:1rem 1.25rem 1rem 3.25rem;border:none;border-radius:var(--radius-2xl);font-size:1rem;background:#fff;color:var(--color-gray-800);box-shadow:0 8px 30px #00000026;transition:box-shadow .2s ease}.hero__search-input:focus{outline:none;box-shadow:0 8px 40px #0003,0 0 0 3px #ffffff4d}.hero__search-input::placeholder{color:var(--color-gray-400)}.hero__stats{display:inline-flex;align-items:center;gap:1.5rem;padding:.75rem 2rem;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2)}.hero__stat{text-align:center}.hero__stat-number{display:block;font-size:1.25rem;font-weight:800;color:#fff}.hero__stat-label{font-size:.6875rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.hero__stat-divider{width:1px;height:32px;background:#fff3}.listing{padding:2.5rem 0 3rem;margin-top:-2rem;position:relative;z-index:2}.listing__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.listing__title{display:flex;align-items:center;gap:.5rem}.listing__count{font-size:.875rem;color:var(--text-muted);font-weight:500}.listing__tags{display:flex;gap:.75rem;margin:1.5rem 0;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.listing__tags::-webkit-scrollbar{display:none}.listing__tag{padding:.5rem 1.25rem;border-radius:var(--radius-full);background:var(--bg-card);border:1.5px solid var(--border);color:var(--text-body);font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s cubic-bezier(.4,0,.2,1)}.listing__tag:hover{border-color:var(--color-primary-400);color:var(--color-primary-600);background:var(--bg-input)}.listing__tag--active{background:var(--gradient-cta);color:#fff;border-color:transparent;box-shadow:0 4px 12px #14b8a640;font-weight:600}.dark .listing__tag--active{box-shadow:0 4px 12px #14b8a626}.listing__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.listing__empty{text-align:center;padding:4rem 2rem}.listing__empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.listing__empty h3{color:var(--text-head);margin-bottom:.5rem}.listing__empty p{color:var(--text-muted)}@media(max-width:640px){.hero{padding:3rem 0}.hero__title{font-size:1.75rem}.hero__stats{gap:1rem;padding:.625rem 1.25rem}.listing__grid{grid-template-columns:1fr}}.star-rating{display:inline-flex;align-items:center;gap:2px}.star-rating--interactive .star-rating__star{cursor:pointer;transition:transform .1s ease}.star-rating--interactive .star-rating__star:hover{transform:scale(1.2)}.review-item{padding:1.25rem 0;border-bottom:1px solid var(--border-light)}.review-item:last-child{border-bottom:none}.review-item__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.review-item__avatar{width:36px;height:36px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:600;overflow:hidden;flex-shrink:0}.review-item__avatar img{width:100%;height:100%;object-fit:cover}.review-item__meta{display:flex;flex-direction:column;flex:1}.review-item__name{font-weight:600;font-size:.875rem;color:var(--text-head)}.review-item__date{font-size:.75rem;color:var(--text-muted)}.review-item__content{font-size:.9375rem;color:var(--text-body);margin:0;line-height:1.6}.review-item__reply{margin-top:.75rem;margin-left:2.75rem;padding:.75rem 1rem;background:var(--bg-input);border-radius:var(--radius-md);border-left:3px solid var(--color-primary-300)}.review-item__reply-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.review-item__reply-avatar{font-size:.875rem}.review-item__reply-name{font-weight:600;font-size:.8125rem;color:var(--text-head)}.review-item__author-badge{display:inline-flex;align-items:center;padding:1px 6px;font-size:.625rem;font-weight:700;background:var(--color-primary-100);color:var(--color-primary-700);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.03em}.dark .review-item__author-badge{background:#14b8a626;color:var(--color-primary-400)}.review-item__reply-content{font-size:.875rem;color:var(--text-body);margin:0}@media(max-width:480px){.review-item__reply{margin-left:1rem}}.review-form{padding:1.5rem;background:var(--bg-input);border-radius:var(--radius-lg);border:1px solid var(--border)}.review-form__title{margin-bottom:1rem;font-size:1rem}.review-form__rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.review-form__rating-text{font-size:.875rem;color:var(--color-accent-600);font-weight:600}.review-form__field{margin-bottom:1rem}.review-form__label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-muted);margin-bottom:.375rem}.review-form__input,.review-form__textarea{width:100%;padding:.625rem 1rem;background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:.9375rem;color:var(--text-body);transition:border-color .15s ease,box-shadow .15s ease;resize:vertical}.review-form__input::placeholder,.review-form__textarea::placeholder{color:var(--color-gray-400)}.review-form__input:focus,.review-form__textarea:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #14b8a626}.review-form__submit{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:var(--gradient-cta);color:#fff;border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;transition:var(--transition-normal)}.review-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #14b8a666}.review-form__submit:disabled{opacity:.5;cursor:not-allowed}.review-form-container{position:relative;overflow:hidden;border-radius:var(--radius-lg)}.review-form__user-info{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.5rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.review-form__user-avatar{width:32px;height:32px;border-radius:var(--radius-full);object-fit:cover}.review-form__user-name{font-size:.875rem;color:var(--text-body)}.review-form__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.dark .review-form__overlay{background:#18181b80}.review-form__overlay:hover{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff73}.dark .review-form__overlay:hover{background:#18181b8c}.review-form__overlay-btn{padding:.75rem 1.5rem;background:var(--gradient-cta);color:#fff;border:none;border-radius:var(--radius-lg);font-size:.9375rem;font-weight:600;box-shadow:var(--shadow-lg);cursor:pointer;transition:all .15s ease}.review-form__overlay:hover .review-form__overlay-btn{transform:scale(1.05);box-shadow:0 8px 20px #14b8a659}.review-section{margin-top:2.5rem}.review-section__title{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem}.review-section__count{font-weight:400;color:var(--text-muted);font-size:1rem}.review-section__summary{display:flex;gap:2.5rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:1.5rem}.review-section__score{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:120px}.review-section__score-number{font-size:3rem;font-weight:800;color:var(--text-head);line-height:1;letter-spacing:-.02em}.review-section__score-text{font-size:.8125rem;color:var(--text-muted)}.review-section__breakdown{flex:1;display:flex;flex-direction:column;gap:.375rem;justify-content:center}.review-section__bar-row{display:flex;align-items:center;gap:.5rem}.review-section__bar-label{font-size:.8125rem;width:36px;text-align:right;color:var(--text-muted);flex-shrink:0}.review-section__bar-track{flex:1;height:8px;background:var(--border-light);border-radius:var(--radius-full);overflow:hidden}.review-section__bar-fill{height:100%;background:var(--gradient-cta);border-radius:var(--radius-full);transition:width .5s ease}.review-section__bar-count{font-size:.75rem;color:var(--text-muted);width:20px}.review-section__list{margin-top:1.5rem}.review-section__empty{text-align:center;color:var(--text-muted);padding:2rem 0;font-style:italic}@media(max-width:640px){.review-section__summary{flex-direction:column;gap:1.5rem}.review-section__score{flex-direction:row;flex-wrap:wrap;justify-content:center}.review-section__score-number{font-size:2rem}}.detail-sticky{position:fixed;top:0;left:0;right:0;z-index:99;background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);transform:translateY(-100%);transition:transform .3s ease}.detail-sticky--visible{transform:translateY(0)}.detail-sticky__inner{display:flex;align-items:center;gap:1rem;height:56px}.detail-sticky__thumb{width:40px;height:40px;border-radius:var(--radius-md);object-fit:cover}.detail-sticky__info{flex:1;overflow:hidden}.detail-sticky__title{display:block;font-size:.875rem;font-weight:600;color:var(--text-head);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-sticky__price{font-size:.8125rem;font-weight:700;color:var(--color-accent-600)}.detail-sticky__cta{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.25rem;background:var(--gradient-cta);color:#fff;border:none;border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;white-space:nowrap}.detail-sticky__actions{display:flex;align-items:center;gap:.5rem}.detail-sticky__save-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);cursor:pointer;transition:var(--transition-fast)}.detail-sticky__save-icon-btn:hover,.detail-sticky__save-icon-btn--active{border-color:#ef4444;color:#ef4444;background:#fef2f2}.dark .detail-sticky__save-icon-btn--active{background:#ef44441a}.detail__breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1rem 0;font-size:.8125rem;color:var(--text-muted);flex-wrap:wrap}.detail__breadcrumb a:hover{color:var(--color-primary-600)}.detail__breadcrumb-current{color:var(--text-body);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail__layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;padding-bottom:3rem;align-items:start}.detail__bento-gallery{position:relative;display:grid;grid-template-columns:2fr 1fr;gap:10px;height:480px;margin-bottom:1.75rem;border-radius:var(--radius-xl);overflow:hidden}.detail__bento-main{position:relative;height:100%;overflow:hidden;cursor:pointer;background:var(--color-gray-200)}.detail__bento-side{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;height:100%}.detail__bento-sub{position:relative;overflow:hidden;cursor:pointer;background:var(--color-gray-200);height:100%}.detail__bento-img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.detail__bento-main:hover .detail__bento-img,.detail__bento-sub:hover .detail__bento-img{transform:scale(1.04)}.detail__bento-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;z-index:2}.detail__bento-main:hover .detail__bento-overlay,.detail__bento-sub:hover .detail__bento-overlay{opacity:1}.detail__bento-zoom-icon{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.detail__bento-more{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#fff;font-size:.9375rem;font-weight:600;z-index:3}.detail__bento-actions{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:5}.detail__bento-action{width:38px;height:38px;border-radius:var(--radius-full);background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;color:var(--text-body);cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}.detail__bento-action:hover{background:#fff;color:var(--color-error);transform:scale(1.05)}.detail__bento-action--active{background:#fff!important;color:#ef4444!important}.detail__bento-view-all{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.8125rem;font-weight:600;color:var(--text-head);cursor:pointer;transition:all .2s ease;z-index:5;box-shadow:var(--shadow-sm)}.detail__bento-view-all:hover{background:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.detail-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.detail-lightbox__close{position:absolute;top:24px;right:24px;background:#ffffff14;border:none;width:44px;height:44px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.detail-lightbox__close:hover{background:#fff3;transform:scale(1.05)}.detail-lightbox__content{position:relative;width:100%;max-width:1000px;height:80vh;display:flex;align-items:center;justify-content:center;padding:0 60px}.detail-lightbox__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-md);box-shadow:0 12px 40px #000c}.detail-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffff14;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.detail-lightbox__nav:hover{background:#fff3;transform:translateY(-50%) scale(1.05)}.detail-lightbox__nav--prev{left:0}.detail-lightbox__nav--next{right:0}.detail-lightbox__counter{position:absolute;top:32px;left:50%;transform:translate(-50%);color:#ffffffbf;font-size:.9375rem;font-weight:600;z-index:10}.detail-lightbox__thumbs{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;max-width:90%;overflow-x:auto;padding:4px 10px;z-index:10;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.detail-lightbox__thumbs::-webkit-scrollbar{height:4px}.detail-lightbox__thumbs::-webkit-scrollbar-track{background:transparent}.detail-lightbox__thumbs::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:4px}.detail-lightbox__thumb{width:64px;height:48px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;opacity:.4;transition:all .25s cubic-bezier(.16,1,.3,1);flex-shrink:0}.detail-lightbox__thumb img{width:100%;height:100%;object-fit:cover}.detail-lightbox__thumb:hover{opacity:.8;transform:translateY(-2px)}.detail-lightbox__thumb--active{opacity:1;border-color:var(--color-primary-500);transform:translateY(-2px);box-shadow:0 4px 12px #14b8a666}@media(max-width:640px){.detail-lightbox__thumb{width:48px;height:36px}.detail-lightbox__thumbs{bottom:16px;gap:6px}.detail-lightbox__counter{top:20px;font-size:.8125rem}}.detail__title-section{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:1rem}.detail__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.detail__title{font-size:clamp(1.25rem,2vw + .8rem,1.5rem);line-height:1.35;flex:1}.detail__save-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-muted);font-size:.8125rem;font-weight:500;cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.detail__save-btn:hover{color:var(--color-error);border-color:var(--color-error)}.detail__save-btn--active{color:#ef4444!important;border-color:#ef4444!important;background:#fef2f2!important}.dark .detail__save-btn--active{background:#ef44441a!important}.detail__badge-row{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;flex-wrap:wrap}.detail__status{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:var(--radius-full)}.detail__status--available{background:var(--color-success-50);color:var(--color-success-700);border:1px solid var(--color-success-100)}.detail__status--rented{background:var(--color-error-50);color:var(--color-error-700);border:1px solid var(--color-error-100)}.detail__verified-badge{display:inline-flex;align-items:center;gap:4px;background:var(--color-primary-50);color:var(--color-primary-700);padding:4px 10px;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;border:1px solid var(--color-primary-100)}.dark .detail__verified-badge{background:#14b8a61a;color:var(--color-primary-400);border-color:#14b8a633}.detail__price-row{display:flex;align-items:baseline;gap:1rem;margin:.5rem 0}.detail__price{font-family:JetBrains Mono,monospace;font-size:1.75rem;font-weight:800;background:var(--gradient-price);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.detail__area{display:flex;align-items:center;gap:.25rem;font-size:1rem;color:var(--text-muted);font-weight:500}.detail__rating-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:.375rem 0}.detail__rating-value{font-weight:700;color:var(--text-head);font-size:1rem}.detail__rating-count{color:var(--text-muted);font-size:.875rem}.detail__updated{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted);margin-top:.375rem}.detail__section{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:1rem}.detail__section-title{font-size:1.125rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.detail__address{display:flex;align-items:flex-start;gap:.5rem;color:var(--text-body);font-size:.9375rem}.detail__specs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail__spec{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-input);border-radius:var(--radius-md)}.detail__spec-icon{color:var(--color-primary-500);flex-shrink:0}.detail__spec-label{font-size:.8125rem;color:var(--text-muted);flex:1}.detail__spec-value{font-weight:600;font-size:.9375rem;color:var(--text-head)}.detail__amenities{display:flex;flex-wrap:wrap;gap:.75rem}.detail__amenity{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-input);border-radius:var(--radius-md);border:1px solid var(--border-light)}.detail__amenity-icon{font-size:1.125rem}.detail__amenity-label{font-size:.8125rem;color:var(--text-body);text-transform:capitalize}.detail__description{font-size:.9375rem;line-height:1.8;color:var(--text-body)}.detail__description h3{margin:1rem 0 .5rem;font-size:1rem}.detail__description p{margin-bottom:.375rem}.detail__sidebar{position:sticky;top:80px}.detail__sidebar-card{background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.5);border-radius:var(--radius-xl);padding:1.5rem;box-shadow:0 10px 30px #0000000d}.dark .detail__sidebar-card{background:#1e293bb3;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0000004d}.detail__landlord-profile{display:flex;flex-direction:column}.detail__landlord-header{display:flex;align-items:center;gap:12px}.detail__landlord-avatar-container{position:relative;flex-shrink:0}.detail__landlord-avatar{width:52px;height:52px;border-radius:var(--radius-full);object-fit:cover;border:2px solid white;box-shadow:var(--shadow-sm)}.dark .detail__landlord-avatar{border-color:var(--border-light)}.detail__landlord-status-dot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:#10b981;border:2px solid white;border-radius:50%}.dark .detail__landlord-status-dot{border-color:#1e293b}.detail__landlord-info{display:flex;flex-direction:column;gap:2px}.detail__landlord-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.detail__landlord-name{font-size:.9375rem;font-weight:700;color:var(--text-head);line-height:1.2}.detail__landlord-verified{display:inline-flex;align-items:center;gap:3px;background:#e0f2fe;color:#0284c7;font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.dark .detail__landlord-verified{background:#0284c733;color:#38bdf8}.detail__landlord-type{font-size:.75rem;color:var(--text-muted)}.detail__landlord-divider{height:1px;background:var(--border-light);margin:16px 0}.detail__landlord-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.detail__landlord-stat{display:flex;align-items:center;gap:6px;padding:8px 6px;background:#00000005;border-radius:var(--radius-md);border:1px solid var(--border-light)}.dark .detail__landlord-stat{background:#ffffff05}.detail__landlord-stat-icon{font-size:1.125rem}.detail__landlord-stat-data{display:flex;flex-direction:column;line-height:1.1}.detail__landlord-stat-val{font-size:.8125rem;font-weight:700;color:var(--text-head)}.detail__landlord-stat-lbl{font-size:9px;color:var(--text-muted)}.detail__landlord-activity{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--text-muted);margin-bottom:1.25rem}.detail__cta-group{display:flex;gap:8px;margin-bottom:1rem}.detail__cta-chat,.detail__cta-phone{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:var(--radius-md);font-size:.8125rem;font-weight:700;transition:all .2s ease;border:none;cursor:pointer}.detail__cta-chat{background:var(--bg-card);color:var(--text-head);border:1.5px solid var(--border)}.detail__cta-chat:hover{border-color:var(--color-primary-500);color:var(--color-primary-600);background:var(--color-primary-50)}.dark .detail__cta-chat:hover{background:#14b8a61a;color:var(--color-primary-400)}.detail__cta-phone{background:var(--gradient-cta);color:#fff}.detail__cta-phone:hover{box-shadow:0 4px 14px #14b8a659;transform:translateY(-1px)}.detail__quick-msg{display:flex;gap:6px;margin-bottom:1.25rem}.detail__quick-input{flex:1;padding:8px 12px;border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:.8125rem;background:var(--bg-input);color:var(--text-body);transition:border-color .2s}.detail__quick-input:focus{border-color:var(--color-primary-500);outline:none}.detail__quick-send{padding:8px 16px;background:var(--color-primary-600);color:#fff;border:none;border-radius:var(--radius-md);font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .2s}.detail__quick-send:hover{background:var(--color-primary-700)}.detail__quick-questions{display:flex;flex-direction:column;gap:8px}.detail__quick-questions-title{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;color:var(--text-muted)}.detail__quick-q-list{display:grid;grid-template-columns:1fr 1fr;gap:6px}.detail__quick-q{padding:6px 10px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);font-size:.75rem;color:var(--text-body);cursor:pointer;transition:all .2s ease;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail__quick-q:hover{border-color:var(--color-primary-500);color:var(--color-primary-600);background:var(--color-primary-50);transform:translateY(-1px)}.dark .detail__quick-q:hover{background:#14b8a61a;color:var(--color-primary-400)}.detail__back-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:var(--radius-full);background:var(--gradient-cta);color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);cursor:pointer;z-index:50;animation:fadeSlideUp .3s ease}.detail__back-top:hover{transform:translateY(-2px)}.detail__back-link{display:inline-block;margin-top:1rem;color:var(--color-primary-600);font-weight:500}@media(max-width:1024px){.detail__bento-gallery{height:400px}.detail__layout{grid-template-columns:1fr}.detail__sidebar{position:static}.detail-lightbox__content{padding:0 40px}.detail-lightbox__nav--prev{left:10px}.detail-lightbox__nav--next{right:10px}}@media(max-width:768px){.detail__bento-gallery{grid-template-columns:1fr;height:300px}.detail__bento-side{display:none}.detail-lightbox__nav{width:40px;height:40px}}@media(max-width:640px){.detail__specs{grid-template-columns:1fr}.detail__title{font-size:1.125rem}.detail__price{font-size:1.375rem}.detail__cta-group{flex-direction:column}}.admin-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(20,184,166,.12),transparent 32rem),radial-gradient(circle at top right,rgba(59,130,246,.1),transparent 30rem),var(--bg-page)}.admin-auth{min-height:70vh;display:grid;place-items:center;padding-top:7rem;padding-bottom:4rem}.admin-auth__card{width:min(100%,560px);padding:clamp(2rem,5vw,3.5rem);border:1px solid var(--border);border-radius:28px;background:var(--bg-card);box-shadow:var(--shadow-xl);text-align:center}.admin-auth__icon{width:68px;height:68px;margin:0 auto 1.25rem;display:grid;place-items:center;border-radius:22px;color:var(--color-primary-700);background:var(--color-primary-100)}.admin-auth__eyebrow,.admin-hero__eyebrow,.admin-panel__eyebrow{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-primary-700);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-auth h1{margin:.6rem 0 .75rem}.admin-auth p{color:var(--text-muted)}.admin-auth__button,.admin-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:var(--radius-full);padding:.85rem 1.25rem;color:#fff;background:var(--gradient-cta);box-shadow:0 14px 24px #14b8a647;font-weight:800;transition:var(--transition-normal)}.admin-auth__button:hover,.admin-button:hover{transform:translateY(-2px);box-shadow:0 18px 30px #14b8a657}.admin-button--ghost{color:var(--text-head);background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.admin-hero{padding:8rem 0 3rem;color:#fff;background:linear-gradient(135deg,#0f766ef2,#0ea5e9db),url(https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=80) center/cover}.admin-hero__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.admin-hero h1{max-width:760px;margin:.65rem 0 .75rem;color:#fff;font-size:clamp(2rem,5vw,3.6rem)}.admin-hero p{max-width:680px;color:#ffffffd1;font-size:1.05rem}.admin-hero .admin-hero__eyebrow{color:#ffffffe6}.admin-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.admin-content{padding-top:2rem;padding-bottom:4rem}.admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:-4rem;margin-bottom:1.25rem}.admin-stat,.admin-panel{border:1px solid var(--border);border-radius:24px;background:color-mix(in srgb,var(--bg-card) 92%,transparent);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-stat{display:flex;gap:1rem;padding:1.25rem}.admin-stat__icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;color:var(--color-primary-700);background:var(--color-primary-100)}.admin-stat--success .admin-stat__icon{color:#047857;background:#d1fae5}.admin-stat--info .admin-stat__icon{color:#1d4ed8;background:#dbeafe}.admin-stat--warning .admin-stat__icon{color:#b45309;background:#fef3c7}.admin-stat__label,.admin-stat__trend{display:block;color:var(--text-muted);font-size:.82rem}.admin-stat__value{display:block;margin:.2rem 0;color:var(--text-head);font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.1}.admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:1.25rem;margin-bottom:1.25rem}.admin-panel{padding:clamp(1.15rem,3vw,1.5rem)}.admin-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-panel__header h2{margin-top:.25rem}.admin-live{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border-radius:var(--radius-full);color:#047857;background:#d1fae5;font-size:.85rem;font-weight:800;white-space:nowrap}.admin-chart{height:260px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.8rem;align-items:end;padding:1rem;border-radius:20px;background:linear-gradient(180deg,#14b8a614,#14b8a605)}.admin-chart__item{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.65rem;color:var(--text-muted);font-size:.78rem}.admin-chart__bar{position:relative;width:100%;min-height:30px;border-radius:14px 14px 8px 8px;background:linear-gradient(180deg,#14b8a6,#0ea5e9);box-shadow:0 12px 22px #0ea5e938}.admin-chart__bar span{position:absolute;left:50%;top:-1.7rem;transform:translate(-50%);color:var(--text-head);font-weight:800;white-space:nowrap}.admin-device-split{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.admin-device-split span{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-muted);background:var(--bg-card);font-weight:700}.admin-form{display:grid;gap:.9rem}.admin-form label{display:grid;gap:.4rem;color:var(--text-head);font-size:.86rem;font-weight:800}.admin-form input,.admin-form textarea,.admin-toolbar select,.admin-search input{width:100%;border:1px solid var(--border);border-radius:14px;padding:.85rem .95rem;color:var(--text-body);background:var(--bg-input);outline:none}.admin-form textarea{min-height:88px;resize:vertical}.admin-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.admin-upload-box{display:flex;align-items:center;gap:.75rem;min-height:84px;padding:1rem;border:1px dashed var(--color-primary-400);border-radius:18px;color:var(--text-muted);background:#14b8a614;font-weight:700}.admin-panel__header--stacked{align-items:stretch}.admin-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.admin-search{min-width:min(100%,320px);position:relative}.admin-search svg{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.admin-search input{padding-left:2.45rem}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:980px}.admin-table th,.admin-table td{padding:1rem;border-bottom:1px solid var(--border-light);text-align:left;vertical-align:middle}.admin-table th{color:var(--text-muted);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.admin-table__row--active td{background:#14b8a612}.admin-room{display:flex;align-items:center;gap:.8rem;width:100%;border:0;color:inherit;background:transparent;text-align:left}.admin-room img{width:64px;height:52px;flex:0 0 auto;border-radius:14px;object-fit:cover}.admin-room strong,.admin-room small{display:block}.admin-room strong{max-width:320px;color:var(--text-head);line-height:1.35}.admin-room small,.admin-location{color:var(--text-muted);font-size:.84rem}.admin-location{display:inline-flex;align-items:flex-start;gap:.35rem;max-width:280px}.admin-status{display:inline-flex;padding:.38rem .65rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:900}.admin-status--available{color:#047857;background:#d1fae5}.admin-status--rented{color:#1d4ed8;background:#dbeafe}.admin-status--maintenance{color:#b45309;background:#fef3c7}.admin-status--hidden{color:#991b1b;background:#fee2e2}.admin-actions{display:flex;gap:.4rem}.admin-actions button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);border-radius:12px;color:var(--text-body);background:var(--bg-card);transition:var(--transition-normal)}.admin-actions button:hover{color:var(--color-primary-700);border-color:var(--color-primary-300);transform:translateY(-1px)}@media(max-width:1024px){.admin-stats,.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-panel--traffic,.admin-panel--editor{grid-column:span 1}}@media(max-width:760px){.admin-hero__inner,.admin-panel__header,.admin-panel__header--stacked,.admin-toolbar{flex-direction:column;align-items:stretch}.admin-hero__actions{justify-content:stretch}.admin-button{width:100%}.admin-stats,.admin-grid,.admin-form__row{grid-template-columns:1fr}.admin-chart{gap:.45rem;padding:.75rem}.admin-chart__bar span{display:none}}
