@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap";:root{color-scheme:light;--bg: #f8fafc;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--ink: #0f172a;--text: #0f172a;--muted: #64748b;--line: #e2e8f0;--border: #e2e8f0;--surface: #ffffff;--surface-elevated: #ffffff;--surface-soft: #f8fafc;--surface-blue: #eff6ff;--danger: #dc2626;--success: #16a34a;--warning: #d97706;--shadow: 0 12px 30px rgba(15, 23, 42, .08);--font-heading: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;--font-body: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;font-family:var(--font-body)}*{box-sizing:border-box}html{direction:rtl;min-width:320px;overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);line-height:1.65;overflow-x:hidden}body,button,input,textarea,select{font-family:var(--font-body);font-size:1rem;line-height:1.45}h1,h2,h3,.section-title,.hero-title,.page-title,.hero-copy h1,.page-heading h1,.details-content h1,.section-header h2,.profile-card h2,.details-block h2,.app-card-heading h2,.add-property-appbar h1,.add-property-app .form-section-heading h2{font-family:var(--font-heading);letter-spacing:0}p,small,label,button,input,textarea,select,.btn,.card,.muted,.helper-text,.field-helper,.app-field,.property-card,.hotel-card{font-family:var(--font-body)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(226,232,240,.8);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:var(--primary-800);flex:0 0 auto;min-width:0;max-width:220px;white-space:nowrap}.brand-logo{width:40px;height:40px;flex:0 0 40px;object-fit:contain}.brand>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--primary-700);color:#fff;font-weight:800}.desktop-nav,.desktop-actions,.footer-inner nav,.drawer-nav{display:flex;align-items:center;gap:16px}.desktop-nav{flex:1;min-width:0;max-width:720px;flex-wrap:nowrap;overflow:visible;justify-content:center;scrollbar-width:none}.desktop-nav::-webkit-scrollbar{display:none}.desktop-nav a,.nav-more-button,.nav-more-menu button,.drawer-nav a,.account-sidebar a{color:#334155;font-weight:700;white-space:nowrap}.desktop-nav a.active,.nav-more-menu a.active,.drawer-nav a.active,.account-sidebar a.active{color:var(--primary-700)}.desktop-actions{flex:0 0 auto;min-width:0;flex-wrap:nowrap}.desktop-actions .btn{white-space:nowrap}.nav-more{position:relative;flex:0 0 auto;overflow:visible}.nav-more-button{min-height:40px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 14px}.nav-more-button[aria-expanded=true]{border-color:var(--primary-600);color:var(--primary-700);background:var(--surface-blue)}.nav-more-menu{position:absolute;top:calc(100% + 10px);inset-inline-end:0;z-index:90;width:max-content;min-width:220px;max-width:min(300px,calc(100vw - 32px));display:grid;gap:4px;padding:8px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.nav-more-menu a,.nav-more-menu button{width:100%;display:block;border:0;border-radius:10px;background:transparent;padding:10px 12px;text-align:right;line-height:1.25;overflow:hidden;text-overflow:ellipsis}.nav-more-menu a:hover,.nav-more-menu button:hover,.nav-more-menu a.active{background:var(--surface-blue)}.nav-more-logout{color:var(--danger)}.mobile-menu-button{display:none}.icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-size:22px}.theme-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:var(--surface);color:var(--ink);font:inherit;font-weight:800;line-height:1.2}.theme-toggle strong{font-size:.84rem;color:var(--muted)}.theme-toggle--desktop{min-width:170px;white-space:nowrap}.theme-toggle--drawer{width:100%;justify-content:space-between}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:10px 18px;font-weight:800;line-height:1;transition:.18s ease}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-full{width:100%}.btn-primary{background:var(--primary-700);color:#fff;box-shadow:0 10px 20px #2563eb33}.btn-primary:hover{background:var(--primary-800)}.btn-outline{border-color:var(--primary-600);color:var(--primary-700);background:#fff}.btn-ghost{color:var(--primary-700);background:transparent}.btn-secondary{background:#e0f2fe;color:#075985}.btn-danger{background:var(--danger);color:#fff}.hero{background:linear-gradient(135deg,#eff6fff5,#ffffffeb),radial-gradient(circle at 20% 20%,rgba(37,99,235,.12),transparent 30%);border-bottom:1px solid var(--line)}.hero-inner{min-height:360px;display:grid;grid-template-columns:minmax(0,1fr);place-items:center;padding-block:30px}.hero-copy{width:min(100%,980px);min-width:0;text-align:center}.hero-copy h1,.page-heading h1,.details-content h1{margin:8px 0 12px;font-size:clamp(2rem,4vw,4rem);line-height:1.12;color:#0b1220}.hero-copy h1{max-width:920px;margin-inline:auto;font-size:clamp(2.25rem,4.2vw,3.75rem);line-height:1.06}.hero-copy p{max-width:720px;margin-inline:auto;font-size:1.05rem;line-height:1.75}.hero-copy p,.page-heading p,.section-header p,.muted{color:var(--muted);margin:0}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:18px}.hero-actions .btn{min-width:180px}.home-quick-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px}.home-quick-actions .btn{min-width:132px}.hero-search-inline{width:min(100%,560px);margin-top:14px;margin-inline:auto;text-align:right}.home-legacy-search{display:none}.hero-carousel-card{position:relative;min-height:340px;border:1px solid rgba(226,232,240,.9);border-radius:24px;overflow:hidden;background:#0f172a;box-shadow:0 22px 46px #0f172a29}.hero-carousel-stage,.hero-carousel-image,.hero-carousel-placeholder,.hero-carousel-skeleton{width:100%;height:100%;min-height:340px}.hero-carousel-image{object-fit:cover}.hero-carousel-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#1e40afe6,#0ea5e9b8),linear-gradient(45deg,#0f172a,#1e293b);color:#fff}.hero-carousel-placeholder span{display:grid;place-items:center;width:132px;height:132px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#ffffff1f;font-family:var(--font-heading);font-size:1.5rem;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-carousel-overlay{position:absolute;inset-inline:18px;bottom:18px;display:grid;gap:8px;max-width:88%;padding:16px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#0f172a94;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-carousel-overlay h2{margin:0;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.25}.hero-carousel-overlay p{margin:0;color:#dbeafe;line-height:1.7}.hero-carousel-badge,.hero-carousel-link{width:fit-content;border-radius:999px;padding:6px 11px;font-weight:800}.hero-carousel-badge{background:#ffffff2e;color:#fff}.hero-carousel-link{margin-top:2px;background:#fff;color:var(--primary-800)}.hero-carousel-nav{position:absolute;top:50%;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#0f172a75;color:#fff;font-size:1.8rem;line-height:1;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-carousel-prev{inset-inline-start:14px}.hero-carousel-next{inset-inline-end:14px}.hero-carousel-dots{position:absolute;inset-inline:0;bottom:12px;z-index:3;display:flex;justify-content:center;gap:7px}.hero-carousel-dots button{width:9px;height:9px;border:0;border-radius:999px;background:#ffffff8c;padding:0}.hero-carousel-dots button.active{width:24px;background:#fff}.hero-carousel-loading{background:#fff}.hero-carousel-skeleton{background:linear-gradient(90deg,#e2e8f0,#f8fafc,#e2e8f0);background-size:220% 100%;animation:shimmer 1.4s ease-in-out infinite}@keyframes shimmer{to{background-position:-220% 0}}.eyebrow{color:var(--primary-700);font-weight:800;font-size:.9rem}.search-panel,.auth-card,.profile-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:20px}.section{padding-block:46px}.home-properties-section{padding-top:28px}.section-header,.details-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.section-header h2,.profile-card h2,.details-block h2{margin:0 0 6px;font-size:1.45rem}.page-heading{max-width:760px;margin-bottom:24px}.page-heading.compact{margin-bottom:20px}.toolbar{max-width:520px;margin-bottom:24px}.property-filter-bar{position:sticky;top:90px;z-index:20;padding:14px;background:#f8fafcf2;border:1px solid rgba(226,232,240,.95);border-radius:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.properties-filter-toolbar{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:18px}.properties-search{flex:1 1 420px;max-width:560px}.properties-filter-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.results-count{color:var(--muted);font-weight:800;white-space:nowrap}.filter-toggle-button{min-width:120px}.filter-drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-start}.filter-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a61}.filter-drawer{position:relative;z-index:1;width:min(420px,calc(100vw - 28px));max-height:100dvh;margin-inline-start:auto;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;box-shadow:-18px 0 34px #0f172a2e}.filter-drawer-header{display:flex;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--line)}.filter-drawer-header h2{margin:0 0 4px;font-size:1.25rem}.filter-drawer-header p{margin:0;color:var(--muted)}.filter-drawer-close{width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);color:var(--ink);font-size:1.4rem;line-height:1}.filter-drawer-body{min-height:0;overflow-y:auto;display:grid;gap:14px;padding:18px 20px}.filter-group{display:grid;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line)}.filter-group h3{margin:0;color:var(--primary-800);font-size:1rem}.filter-group-fields{display:grid;gap:12px}.filter-chip-row,.filter-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{min-height:38px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:#334155;padding:7px 13px;font-weight:800}.filter-chip.active{border-color:var(--primary-700);background:var(--surface-blue);color:var(--primary-800)}.filter-drawer-footer{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px 20px 18px;border-top:1px solid var(--line);background:#fff}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-property-grid{grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:center;gap:24px}.hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hotels-page{padding-bottom:72px}.hotels-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;margin:0 auto 24px;max-width:920px}.hotels-list-grid{grid-template-columns:repeat(auto-fit,minmax(280px,380px));justify-content:center}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0f172a0f}.property-card,.hotel-card{display:flex;flex-direction:column;min-height:100%}.hotel-card-link{display:flex;flex:1;flex-direction:column;min-height:100%;color:inherit}.card-media-wrap,.card-media{position:relative}.card-media{height:220px;overflow:hidden;background:#dbeafe}.card-media img,.details-main-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#f8fafc);color:var(--primary-800);font-size:1.3rem;font-weight:800}.favorite-button{position:absolute;top:12px;inset-inline-start:12px;width:42px;height:42px;border:0;border-radius:50%;background:#ffffffeb;color:var(--primary-700);font-size:24px;box-shadow:0 6px 14px #0f172a29}.favorite-button.active{background:var(--primary-700);color:#fff}.media-badges{position:absolute;right:12px;bottom:12px;display:flex;flex-wrap:wrap;gap:6px}.property-card-body,.hotel-card-body{padding:16px;display:grid;gap:10px}.hotel-card-cta{color:var(--primary-700);font-weight:900;margin-top:4px}.property-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:.92rem}.chip,.badge,.features-list span,.placeholder-list span{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-weight:800;font-size:.82rem}.chip{background:var(--surface-blue);color:var(--primary-800)}.badge-blue{background:#dbeafe;color:#1e40af}.badge-green{background:#dcfce7;color:#166534}.badge-amber,.badge-orange{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-gray{background:#f1f5f9;color:#334155}.property-title{font-size:1.08rem;font-weight:800;color:var(--ink)}.property-price,.details-price{color:var(--primary-800);font-size:1.3rem;font-weight:800}.property-stats,.details-badges{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.92rem}.line-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted)}.field{display:grid;gap:8px}.field-label{color:#334155;font-weight:800}.input-shell{display:flex;align-items:center;min-height:56px;border:1px solid var(--line);border-radius:14px;background:#fff;padding-inline:14px}.input-shell:focus-within{border-color:var(--primary-600);box-shadow:0 0 0 3px #2563eb1f}.input-shell input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.input-shell select,.input-shell textarea{width:100%;border:0;outline:0;background:transparent;color:var(--ink);resize:vertical}.input-shell select,.app-input-shell select{min-height:54px;direction:rtl;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.textarea-shell{min-height:140px;align-items:flex-start;padding-block:12px}.field-helper,.form-error{font-size:.95rem;line-height:1.7}.form-error{color:var(--danger);background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:10px 12px}.form-success,.notice{border-radius:12px;padding:12px 14px;margin-bottom:14px;font-weight:700}.form-success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.notice{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.state{display:grid;place-items:center;gap:10px;min-height:170px;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line);border-radius:18px;padding:28px}.state h3{margin:0;color:var(--ink)}.state p{margin:0}.state-icon{color:var(--primary-700);font-size:2rem}.spinner{width:34px;height:34px;border:4px solid #dbeafe;border-top-color:var(--primary-700);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{min-height:calc(100vh - 74px);display:grid;place-items:center;padding:44px 16px}.auth-card{width:min(440px,100%)}.auth-card h1{margin:6px 0 8px}.form-stack{display:grid;gap:16px;margin-top:22px}.form-stack.wide{max-width:980px}.form-section{padding:22px}.form-section-heading{margin-bottom:18px}.form-section-heading h2,.form-section h2{margin:0 0 6px}.form-section-heading p{margin:0;color:var(--muted)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid .field:has(textarea),.form-grid .checkbox-grid,.form-grid .uploader{grid-column:1 / -1}.upload-box{position:relative;min-height:74px;display:grid;place-items:center;border:1px dashed var(--primary-600);border-radius:16px;background:var(--surface-blue);color:var(--primary-800);font-weight:800}.upload-box input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.visually-hidden-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.panorama-upload-section{display:grid;gap:18px}.panorama-upload-section .form-section-heading h2{color:var(--primary-700)}.panorama-upload-tile{min-height:122px;display:grid;place-items:center;gap:8px;border:1px dashed var(--primary-600);border-radius:16px;background:var(--surface-blue);color:var(--primary-800);font-weight:800}.panorama-upload-plus{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--primary-700);color:#fff;font-size:1.7rem;line-height:1}.panorama-scenes-list{display:grid;gap:14px}.panorama-scene-card{display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:start;gap:14px;border:1px solid var(--line);border-radius:16px;padding:14px;background:var(--surface-soft)}.panorama-scene-preview{aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#dbeafe;color:var(--primary-800);font-weight:800}.panorama-scene-preview img{width:100%;height:100%;object-fit:cover}.panorama-scene-fields{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px}.panorama-scene-fields .field:has(textarea){grid-column:1 / -1}.panorama-scene-actions{display:grid;gap:8px}.panorama-empty-note{margin:0}.add-property-app{min-height:calc(100vh - 74px);background:#f5f7fb;padding-bottom:42px}.add-property-appbar{position:relative;min-height:132px;display:grid;place-items:center;margin-bottom:22px;padding:24px 18px 34px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background:linear-gradient(135deg,var(--primary-800),var(--primary-600));color:#fff;box-shadow:0 16px 32px #2563eb38}.add-property-appbar h1{margin:0;font-size:1.55rem;font-weight:800}.add-property-back{position:absolute;inset-inline-start:18px;top:24px;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--primary-800);font-size:2rem;line-height:1;box-shadow:0 10px 20px #0f172a2e}.add-property-shell{width:min(820px,calc(100% - 28px));margin-inline:auto}.add-property-form{display:grid;gap:18px}.app-property-card,.add-property-app .panorama-upload-section{display:grid;gap:16px;border:1px solid rgba(226,232,240,.9);border-radius:26px;background:#fff;padding:22px;box-shadow:0 12px 28px #0f172a12}.app-card-heading,.add-property-app .form-section-heading{display:grid;gap:6px}.app-card-heading h2,.add-property-app .form-section-heading h2{margin:0;color:var(--primary-700);font-size:1.2rem;font-weight:800}.app-card-heading p,.add-property-app .form-section-heading p{margin:0;color:var(--muted);line-height:1.8;font-size:.98rem}.app-card-divider{height:1px;background:var(--line)}.app-card-body{display:grid;gap:14px}.app-field{display:grid;gap:8px}.app-field>span{color:#111827;font-weight:800;line-height:1.45}.app-input-shell{min-height:56px;display:flex;align-items:center;gap:10px;border:1px solid #e1e1e1;border-radius:18px;background:#f8f8f8;padding-inline:14px}.app-input-shell:focus-within{border-color:var(--primary-600);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.app-input-shell b{flex:0 0 auto;color:var(--primary-700);font-size:1.05rem}.app-input-shell input,.app-input-shell select,.app-input-shell textarea{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);text-align:right;line-height:1.5}.app-input-shell input::placeholder,.app-input-shell textarea::placeholder{color:#9ca3af}.app-textarea-shell{min-height:132px;align-items:flex-start;padding-block:14px}.app-textarea-shell textarea{min-height:104px;resize:vertical}.app-form-row{display:grid;gap:12px}.app-form-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.app-form-row.phone{grid-template-columns:150px minmax(0,1fr)}.property-pricing-block{display:grid;gap:14px;padding-block:16px 2px;border-top:1px solid var(--line)}.property-pricing-helper{margin:0;padding:14px 16px;border-radius:14px;background:var(--surface-blue);color:var(--muted);font-size:.92rem}.location-picker-button,.location-select-button{min-height:58px;border:1px dashed var(--primary-600);border-radius:18px;background:var(--surface-blue);color:var(--primary-800);font-weight:800;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.location-picker-button:hover,.location-picker-button.active,.location-select-button:hover,.location-select-button.active{border-style:solid;background:#eff6ff;box-shadow:0 10px 24px #2563eb1f}.selected-coordinates{margin:0;color:var(--muted);font-size:.92rem}.selected-coordinate-chip{display:inline-flex;align-items:center;width:fit-content;max-width:100%;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:var(--primary-800);padding:8px 12px;font-size:.9rem;font-weight:800;line-height:1.5}.location-picker-card{display:grid;gap:12px;border:1px solid #dfe7f3;border-radius:22px;background:#fff;padding:12px;box-shadow:0 14px 34px #0f172a14;overflow:hidden}.location-picker-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.location-picker-map-shell{position:relative;width:100%;min-width:0;border-radius:18px;overflow:hidden;background:#eef2f7;border:1px solid #e2e8f0}.location-picker-map{width:100%;min-height:260px;cursor:crosshair;pointer-events:auto}.location-picker-status{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;padding:18px;background:#f8fafceb;color:var(--ink);text-align:center;font-weight:800;line-height:1.7}.location-picker-status.error{color:#991b1b;background:#fef2f2f5}.location-picker-help{margin:0;color:var(--muted);font-size:.92rem;line-height:1.6}.location-picker-help.success{color:#047857;font-weight:800}.location-picker-help.error{color:#991b1b;font-weight:800}.location-selected-panel{display:grid;gap:4px;border:1px solid #bfdbfe;border-radius:16px;background:#eff6ff;color:var(--primary-900);padding:12px 14px;line-height:1.6}.location-selected-panel strong{font-size:.98rem}.location-selected-panel span{color:var(--primary-800);font-weight:800;direction:ltr;text-align:right}.form-grid-full{grid-column:1 / -1;display:grid;gap:10px}.request-location-review{display:grid;gap:12px;margin:18px 0}.request-location-review h3{margin:0;font-size:1rem}.app-feature-list{display:grid;gap:10px}.app-feature-row{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e1e1e1;border-radius:18px;background:#f8f8f8;padding:12px 14px;font-weight:800}.app-feature-row input{width:22px;height:22px;accent-color:var(--primary-700)}.app-image-upload-tile,.add-property-app .panorama-upload-tile{position:relative;min-height:150px;display:grid;place-items:center;gap:6px;border:1px dashed var(--primary-600);border-radius:22px;background:#f8fbff;color:var(--primary-800);text-align:center;overflow:hidden}.app-image-upload-tile input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.app-image-plus,.add-property-app .panorama-upload-plus{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--primary-700);color:#fff;font-size:1.8rem;font-weight:700;line-height:1}.app-image-upload-tile strong{font-weight:800}.app-image-upload-tile small{color:var(--muted);font-weight:700;font-size:.95rem;line-height:1.5}.app-image-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.app-image-preview{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:18px;background:#dbeafe;aspect-ratio:1}.app-image-preview img{width:100%;height:100%;object-fit:cover}.app-image-preview figcaption{position:absolute;inset-inline:8px;bottom:8px;border-radius:999px;background:#0f172abd;color:#fff;padding:5px 9px;font-size:.78rem;font-weight:800;text-align:center}.app-image-preview.main figcaption{background:var(--primary-700)}.add-property-app .panorama-scenes-list{gap:12px}.add-property-app .panorama-scene-card{grid-template-columns:116px minmax(0,1fr);border-radius:20px;background:#f8f8f8;box-shadow:none}.add-property-app .panorama-scene-preview{border-radius:18px}.add-property-app .panorama-scene-fields{grid-template-columns:minmax(0,1fr) 96px}.add-property-app .panorama-scene-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap}.add-property-app .panorama-scene-card .field{gap:8px}.add-property-app .panorama-scene-card .field-label{color:#111827;font-weight:800}.add-property-app .panorama-scene-card .input-shell{min-height:54px;border-color:#e1e1e1;border-radius:16px;background:#fff}.add-property-app .panorama-scene-card .textarea-shell{min-height:112px}.add-property-submit{padding:4px 0 12px}.add-property-submit-button{width:100%;min-height:58px;border-radius:18px;font-size:1rem;box-shadow:0 14px 24px #2563eb3d}.checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.check-item{display:flex;align-items:center;gap:8px;background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;padding:10px 12px}.inline-form{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.auth-switch{text-align:center;margin:18px 0 0;color:var(--muted)}.auth-switch a{color:var(--primary-700);font-weight:800}.account-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;padding-block:34px}.account-sidebar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;height:fit-content;position:sticky;top:96px}.account-sidebar h2{margin:0 0 16px}.account-sidebar nav{display:grid;gap:10px}.account-sidebar a{padding:12px 14px;border-radius:12px}.account-sidebar a.active{background:var(--surface-blue)}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.info-list{display:grid;gap:14px;margin:0}.info-list div{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding-bottom:12px}.info-list dt{color:var(--muted);font-weight:700}.info-list dd{margin:0;font-weight:800}.placeholder-list,.features-list{display:flex;flex-wrap:wrap;gap:10px}.placeholder-list span,.features-list span{background:#f1f5f9;color:#334155}.shortcut-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shortcut-grid a{border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--surface-soft);color:var(--primary-800);font-weight:800}.subheading{margin:34px 0 14px}.stack-list{display:grid;gap:14px}.list-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:16px}.list-card>img{width:96px;height:76px;border-radius:12px;object-fit:cover;background:var(--surface-blue)}.list-card h3{margin:0 0 6px}.list-card p{margin:0;color:var(--muted)}.inline-actions{display:flex;flex-wrap:wrap;gap:8px}.compact-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:10px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card,.admin-card{padding:18px}.stat-card span{color:var(--muted);font-weight:800}.stat-card strong{display:block;margin-top:10px;color:var(--primary-800);font-size:2rem}.admin-card img{width:100%;height:160px;object-fit:cover;border-radius:14px;margin-bottom:12px}.hero-slides-admin{display:grid;gap:18px}.hero-slide-form-card{padding:22px}.hero-slide-form{display:grid;gap:16px}.hero-slide-textarea,.hero-slide-form .uploader{grid-column:1 / -1}.hero-slide-checkbox{min-height:56px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;background:#fff;padding-inline:14px;font-weight:800}.hero-slide-checkbox input{width:18px;height:18px}.upload-preview-note{width:fit-content;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:#334155;padding:8px 12px;font-weight:800}.hero-slide-current-preview{display:flex;align-items:center;gap:12px;color:var(--muted);font-weight:800}.hero-slide-current-preview img{width:120px;height:76px;border-radius:14px;object-fit:cover;background:var(--surface-blue)}.hero-slide-list{display:grid;gap:14px}.hero-slide-admin-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;padding:16px}.hero-slide-admin-preview{min-height:150px;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:var(--surface-blue);color:var(--primary-800);font-weight:800}.hero-slide-admin-preview img{width:100%;height:100%;object-fit:cover}.hero-slide-admin-body{min-width:0;display:grid;gap:12px}.hero-slide-admin-body h3{margin:0 0 4px}.hero-slide-admin-body p{margin:0;color:var(--muted)}.hero-slide-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-weight:800}.hero-slide-meta span{max-width:100%;overflow:hidden;border-radius:999px;background:var(--surface-soft);padding:6px 10px;text-overflow:ellipsis;white-space:nowrap}.admin-hotel-wrap{display:grid;gap:10px}.admin-card-actions{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px}.admin-property-card{align-items:stretch}.admin-feature-form,.promotion-placeholder,.owner-promotion-note{display:grid;gap:10px}.admin-feature-form{min-width:min(100%,320px)}.promotion-placeholder,.owner-promotion-note{align-content:start}.owner-promotion-note{margin-bottom:16px;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.features-list button{margin-inline-start:8px;border:0;background:transparent;color:var(--primary-700);font-weight:800}.admin-shell{min-height:calc(100vh - 74px);display:grid;grid-template-columns:280px minmax(0,1fr);background:#f1f5f9}.admin-sidebar{background:#0f172a;color:#fff;padding:22px}.admin-brand{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.admin-brand span{background:#ffffff1f;border-radius:999px;padding:5px 10px}.admin-sidebar nav{display:grid;gap:8px}.admin-sidebar a{color:#dbeafe;border-radius:12px;padding:11px 12px;font-weight:800}.admin-sidebar a.active{background:var(--primary-700);color:#fff}.admin-main{min-width:0}.admin-topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding-inline:24px;background:#fff;border-bottom:1px solid var(--line)}.admin-content{padding:28px}.details-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:28px}.property-detail-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:28px}.property-detail-panel{height:fit-content}.full-span{grid-column:1 / -1}.price-box{background:var(--surface-blue);border-radius:16px;padding:14px 16px;margin-top:12px}.details-main-image{height:480px;overflow:hidden;border-radius:20px;background:#dbeafe}.thumbnail-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}.thumbnail-row button{height:82px;overflow:hidden;border:2px solid transparent;border-radius:12px;padding:0;background:#fff}.thumbnail-row button.active{border-color:var(--primary-700)}.thumbnail-row img{width:100%;height:100%;object-fit:cover}.details-content{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}.hotel-details-page{padding-bottom:80px}.hotel-details-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:28px;align-items:start}.hotel-gallery-card,.hotel-summary-panel{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:18px}.hotel-summary-panel{display:grid;gap:14px;position:sticky;top:96px}.hotel-summary-panel h1{margin:0}.hotel-details-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:24px;margin-top:24px}.hotel-main-content .details-block:first-child{border-top:0;margin-top:0;padding-top:0}.hotel-room-section{align-self:start}.section-header.compact{margin-bottom:16px}.section-header.compact h2,.section-header.compact p{margin:0}.room-type-grid{display:grid;gap:16px}.room-type-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;border:1px solid var(--line);border-radius:18px;padding:12px;background:var(--surface-soft)}.room-type-media{min-height:140px;overflow:hidden;border-radius:14px;background:#dbeafe}.room-type-media img{width:100%;height:100%;object-fit:cover}.room-type-body{display:grid;gap:10px;align-content:start}.room-type-body h3,.room-type-body p{margin:0}.room-type-meta,.feature-chips{display:flex;flex-wrap:wrap;gap:8px}.room-type-meta span,.feature-chips span{display:inline-flex;align-items:center;border-radius:999px;background:#fff;border:1px solid var(--line);padding:6px 10px;color:#334155;font-size:.86rem;font-weight:800}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:20px;background:#0f172a6b}.modal-card{position:relative;width:min(560px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px #0f172a3d;padding:24px}.hotel-action-modal h2{margin-top:4px}.modal-close{position:absolute;top:14px;inset-inline-end:14px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--text);font-size:22px;font-weight:900}.modal-empty-state{display:grid;gap:14px;padding:18px;border:1px dashed var(--line);border-radius:16px;background:var(--surface-soft)}.modal-empty-state p{margin:0;color:#334155}.detail-favorite{position:static;flex:0 0 auto}.details-location{color:var(--muted);margin:14px 0 8px}.details-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.details-stat-grid span{background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;padding:12px;font-weight:800}.details-block{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.details-block p{color:#334155;line-height:1.9;margin:0}.comment-card{display:flex;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:16px;padding:14px;background:var(--surface-soft)}.details-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.details-actions .btn{flex:1 1 160px}.tour-callout{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--surface-blue);border:1px solid #bfdbfe;padding:18px 20px;border-radius:18px;margin-top:20px}.tour-preview-card{align-items:stretch;background:#0f172a;border-color:#1e293b;color:#fff}.tour-preview-card .muted{color:#cbd5e1}.tour-preview-card .eyebrow{color:#67e8f9}.tour-preview-card h2{color:#fff}.tour-preview-thumbs{display:flex;gap:8px;align-items:center}.tour-preview-thumbs img,.tour-preview-count{width:72px;height:72px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.22)}.tour-preview-count{display:grid;place-items:center;background:#ffffff1f;color:#fff;font-weight:800}.tour-callout h2{margin:6px 0 4px;font-size:1.15rem}.site-footer{margin-top:56px;padding:36px 24px;background:#0f172a;color:#fff}.mobile-bottom-nav{display:none}.footer-inner,.site-footer__inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.35fr .75fr .85fr 1.1fr;gap:40px;align-items:start;padding-block:0}.site-footer__brand-block{min-width:0}.site-footer__brand{display:block;margin-bottom:10px;color:#fff;font-size:20px;font-weight:900}.site-footer__brand-block p,.site-footer p{margin:0;max-width:390px;color:#ffffffb8;font-size:15px;line-height:1.9}.site-footer__column{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:8px}.site-footer__column h4{margin:0 0 10px;color:#fff;font-size:15px;font-weight:900}.site-footer__column a,.site-footer nav a{display:block;color:#ffffffc7;font-size:14px;font-weight:700;line-height:1.8;text-decoration:none;white-space:normal;overflow-wrap:anywhere}.site-footer__column a:hover,.site-footer nav a:hover{color:#fff}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;direction:ltr}.mobile-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;border:0;border-radius:0;background:#0f172a6b;cursor:default}.mobile-drawer__panel{position:fixed;inset-block:0;left:0;z-index:1;width:min(82vw,330px);height:100dvh;overflow-y:auto;overscroll-behavior:contain;background:#fff;padding:18px 18px calc(18px + env(safe-area-inset-bottom));box-shadow:18px 0 40px #0f172a38;direction:rtl}.mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.mobile-drawer__nav,.mobile-drawer__actions{display:grid;gap:6px}.mobile-drawer__nav a{min-height:44px;display:flex;align-items:center;border-radius:12px;padding:9px 12px;color:#334155;font-weight:700}.mobile-drawer__nav a.active{color:var(--primary-700);background:var(--surface-blue)}.mobile-drawer__actions{margin-top:20px;gap:10px}.details-drawer{width:min(560px,92vw);height:100%;margin-inline-start:auto;overflow-y:auto;background:#fff;padding:22px;box-shadow:-14px 0 30px #0f172a33}.drawer-body{display:grid;gap:16px}.filter-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.details-grid{display:grid;gap:10px}.details-grid div{border-bottom:1px solid var(--line);padding-bottom:10px}.details-grid dt{color:var(--muted);font-weight:800}.details-grid dd{margin:4px 0 0}.mini-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mini-gallery img{width:100%;height:92px;object-fit:cover;border-radius:12px}.map-filter-actions{display:flex;justify-content:flex-start;margin-top:12px}.map-filter-toolbar{margin-bottom:18px}.map-page{padding-top:32px;padding-bottom:88px}.map-page-heading{max-width:860px;margin-inline:auto;margin-bottom:18px;text-align:center}.map-page-heading h1{margin-top:6px}.map-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:20px;align-items:start}.map-side-panel{position:sticky;top:96px;display:flex;flex-direction:column;min-height:0;max-height:630px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.map-side-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:16px}.map-side-header h2{margin:0;font-size:1.1rem}.map-side-header p{margin:4px 0 0;color:var(--muted);font-weight:800}.map-selected-preview{display:grid;grid-template-columns:104px minmax(0,1fr);gap:12px;border-bottom:1px solid var(--line);padding:16px}.map-selected-preview.empty{display:block;color:var(--muted);font-weight:800;line-height:1.7}.map-selected-preview.empty p{margin:0}.map-selected-thumb{min-width:0;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:var(--surface-blue)}.map-selected-thumb img{width:100%;height:100%;object-fit:cover}.map-selected-thumb span{width:100%;height:100%;display:grid;place-items:center;color:var(--primary-800);font-weight:900}.map-selected-content{min-width:0;display:grid;gap:6px}.map-selected-content h3{margin:0;overflow:hidden;font-size:1rem;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.map-selected-content p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.map-selected-content strong{color:var(--primary-800)}.map-selected-specs{display:flex;flex-wrap:wrap;gap:6px}.map-selected-specs span{border-radius:999px;background:var(--surface-soft);color:var(--muted);padding:4px 8px;font-size:.78rem;font-weight:800}.map-detail-button{width:fit-content}.map-results-list{flex:1;display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;min-height:0;padding:16px;overflow:hidden}.map-results-heading{display:grid;gap:2px}.map-coordinate-chip{flex:0 0 auto;border-radius:999px;background:var(--surface-blue);color:var(--primary-800);padding:5px 9px;font-size:.78rem;font-weight:800}.map-results-stack{display:grid;align-content:start;gap:10px;max-height:none;overflow-y:auto;padding-inline-end:2px}.map-result-row{width:100%;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;text-align:right;border:1px solid var(--line);border-radius:16px;background:#fff;padding:9px;color:var(--ink);transition:.16s ease;cursor:pointer}.map-result-row:hover{border-color:#bfdbfe;background:#f8fbff}.map-result-row.is-selected{border-color:var(--primary-700);background:var(--surface-blue);box-shadow:inset 3px 0 0 var(--primary-700)}.map-result-thumb{width:58px;height:58px;border-radius:12px;overflow:hidden;background:var(--surface-blue)}.map-result-thumb img{width:100%;height:100%;object-fit:cover}.map-result-thumb b{width:100%;height:100%;display:grid;place-items:center;color:var(--primary-800);font-size:.78rem}.map-result-copy{min-width:0;display:grid;gap:4px}.map-result-copy strong{overflow:hidden;font-weight:800;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.map-result-copy small,.map-result-price{overflow:hidden;color:var(--muted);font-size:.82rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.map-result-price{grid-column:2;color:var(--primary-800);font-weight:900}.map-stage{min-height:630px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.property-map-shell{position:relative;width:100%;height:100%;min-height:630px}.property-map-canvas{width:100%;height:100%;min-height:630px}.map-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#ffffffdb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.map-dev-diagnostics{position:absolute;inset-inline-start:12px;bottom:12px;z-index:2;border-radius:999px;background:#0f172abd;color:#fff;padding:6px 10px;font-size:.8rem;font-weight:800}.virtual-tour-shell{display:grid;gap:14px;width:100%;min-width:0}.virtual-tour-stage{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.immersive-tour-stage{border-color:#172033;background:#020617}.virtual-tour-viewer{position:relative;height:clamp(460px,58vw,600px);min-height:0;overflow:hidden;background:#020617;touch-action:none;cursor:grab;isolation:isolate}.virtual-tour-viewer:active,.virtual-tour-viewer.is-dragging{cursor:grabbing}.panorama-world{position:absolute;top:0;bottom:0;inset-inline-start:-30%;z-index:1;width:160%;transform-origin:center center;will-change:transform}.virtual-tour-image{display:block;width:100%;height:100%;min-height:0;object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none}.pannable-panorama-image{width:100%;max-width:none;margin:0}.virtual-tour-overlay{position:absolute;inset-inline:18px;bottom:18px;max-width:420px;background:#0f172a99;color:#fff;border-radius:18px;padding:16px 18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3;pointer-events:none}.virtual-tour-overlay h2{margin:6px 0 8px}.virtual-tour-overlay p{margin:0;color:#dbeafe}.tour-hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.tour-hotspot{position:absolute;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#fff;transform:translate(-50%,-50%);z-index:2;padding:8px;cursor:pointer;pointer-events:auto}.tour-hotspot-dot{width:16px;height:16px;border:3px solid white;border-radius:50%;background:var(--primary-700);box-shadow:0 0 0 8px #2563eb3d;transition:transform .16s ease,box-shadow .16s ease}.tour-hotspot:hover .tour-hotspot-dot,.tour-hotspot:focus-visible .tour-hotspot-dot{transform:scale(1.15);box-shadow:0 0 0 10px #2563eb4d}.tour-hotspot-label{background:#0f172ab8;border-radius:999px;padding:5px 10px;font-size:.85rem;font-weight:800;opacity:0;transform:translateY(3px);transition:opacity .16s ease,transform .16s ease;white-space:nowrap}.tour-hotspot:hover .tour-hotspot-label,.tour-hotspot:focus-visible .tour-hotspot-label{opacity:1;transform:translateY(0)}.tour-scene-controls{position:absolute;inset-inline:18px;top:18px;display:flex;justify-content:center;align-items:center;gap:10px;pointer-events:none;z-index:4}.tour-scene-controls button,.tour-scene-controls span{pointer-events:auto;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#0f172ab8;color:#fff;padding:8px 12px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tour-thumbnail-rail{display:flex;gap:12px;padding:4px 2px 8px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.tour-thumbnail-rail button{display:grid;flex:0 0 160px;gap:8px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:10px;text-align:right;box-shadow:0 8px 18px #0f172a0a}.tour-thumbnail-rail button.active{border:2px solid var(--primary-700);background:var(--surface-blue);box-shadow:0 9px 22px #2563eb21}.tour-thumbnail-rail img{width:100%;height:96px;border-radius:12px;object-fit:cover}.tour-thumbnail-rail span{font-weight:700}.tour-page{display:grid;gap:18px;width:min(100% - 32px,1040px);margin-inline:auto}.tour-heading{width:min(100%,820px);margin-inline:auto;text-align:center}.tour-heading .hero-actions{justify-content:center}.tour-image-error{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:#111827;font-weight:800}@media(max-width:1100px){.desktop-nav{max-width:520px;gap:12px}.desktop-nav .wide-nav-link{display:none}}@media(max-width:980px){.hero-inner,.details-page,.hotel-details-hero,.hotel-details-grid,.account-layout{grid-template-columns:1fr}.hero-carousel-card{order:2}.account-sidebar,.hotel-summary-panel{position:static}.account-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property-filter-bar{position:static;padding:0;background:transparent;border:0;-webkit-backdrop-filter:none;backdrop-filter:none}.properties-filter-toolbar{align-items:stretch;flex-direction:column}.properties-search{max-width:none}.properties-filter-actions{justify-content:space-between}.map-page-layout{display:flex;flex-direction:column;gap:14px}.panorama-scene-card{grid-template-columns:140px minmax(0,1fr)}.panorama-scene-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap}.map-side-panel{position:static;order:2;max-height:none;margin-top:0;padding-top:0}.map-stage{order:1;min-height:58vh}.property-map-canvas,.property-map-shell{min-height:58vh}.map-results-stack{max-height:320px}.map-selected-preview{grid-template-columns:92px minmax(0,1fr)}.stats-grid,.form-grid,.checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hotel-grid,.profile-grid,.admin-shell{grid-template-columns:1fr}.admin-sidebar{display:none}.admin-sidebar.open{display:block}.site-footer{display:none}}@media(max-width:768px){.desktop-nav,.desktop-actions{display:none}.mobile-menu-button{display:inline-grid;place-items:center}.mobile-bottom-nav{position:fixed;inset-inline:12px;bottom:12px;z-index:65;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:8px;background:#fffffff5;border:1px solid rgba(226,232,240,.92);border-radius:18px;box-shadow:0 14px 30px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-bottom-nav a{display:grid;place-items:center;min-height:54px;border-radius:14px;color:#334155;font-size:.82rem;font-weight:800;text-align:center;line-height:1.1;padding:6px 4px}.mobile-bottom-nav a.active{background:var(--surface-blue);color:var(--primary-700)}}@media(max-width:640px){.container{width:min(100% - 22px,1180px)}body{padding-bottom:92px}.header-inner{height:66px}.hero-inner{min-height:auto;padding-block:24px}.hero-carousel-card,.hero-carousel-stage,.hero-carousel-image,.hero-carousel-placeholder,.hero-carousel-skeleton{min-height:300px}.hero-carousel-overlay{inset-inline:12px;bottom:36px;max-width:none;padding:13px}.hero-carousel-nav{width:36px;height:36px}.hero-slide-admin-card{grid-template-columns:1fr}.hero-slide-admin-preview{min-height:210px}.hero-copy h1,.page-heading h1,.details-content h1{font-size:2rem}.hero-copy h1{font-size:clamp(2.125rem,9vw,3rem);line-height:1.04}.hero-actions{margin-top:16px;gap:10px}.section-header,.details-title-row,.footer-inner{flex-direction:column;align-items:stretch}.cards-grid{grid-template-columns:1fr}.home-property-grid{grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:18px}.card-media{height:210px}.details-main-image{height:320px}.hotel-gallery-card,.hotel-summary-panel,.details-content{padding:16px}.room-type-card{grid-template-columns:1fr}.hotels-toolbar{grid-template-columns:1fr;align-items:stretch}.room-type-media{min-height:190px}.modal-backdrop{align-items:end;padding:12px}.modal-card{width:100%;max-height:88dvh;border-radius:22px 22px 18px 18px;padding:18px}.virtual-tour-viewer,.virtual-tour-image,.property-map-canvas,.property-map-shell,.map-stage{min-height:360px}.virtual-tour-viewer{height:390px}.map-page{padding-top:22px;padding-bottom:72px}.map-page-heading{text-align:right}.map-results-heading{gap:4px}.map-coordinate-chip{width:fit-content}.map-selected-preview{grid-template-columns:1fr}.map-selected-thumb{max-height:180px;aspect-ratio:16 / 9}.thumbnail-row{grid-template-columns:repeat(4,minmax(0,1fr))}.details-stat-grid,.form-grid,.checkbox-grid,.filter-bar,.stats-grid,.shortcut-grid{grid-template-columns:1fr}.filter-drawer-layer{align-items:end}.filter-drawer{width:100%;max-height:88dvh;border-top-left-radius:24px;border-top-right-radius:24px;overflow:hidden}.filter-drawer-footer{grid-template-columns:1fr}.hero-actions .btn{min-width:0;width:100%}.home-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-quick-actions .btn{min-width:0;width:100%}.list-card{grid-template-columns:1fr}.info-list div{display:grid}.tour-callout{flex-direction:column;align-items:stretch}.panorama-scene-card,.panorama-scene-fields{grid-template-columns:1fr}.panorama-scene-preview{max-height:220px}.tour-preview-thumbs{flex-wrap:wrap}.virtual-tour-overlay{inset-inline:12px;bottom:12px;max-width:none;padding:12px 14px}.tour-scene-controls{top:12px;gap:6px}.tour-scene-controls button,.tour-scene-controls span{padding:7px 9px;font-size:.82rem}.tour-thumbnail-rail button{flex-basis:132px}.add-property-app{min-height:calc(100vh - 66px);padding-bottom:24px}.add-property-appbar{min-height:118px;margin-bottom:16px;border-bottom-left-radius:26px;border-bottom-right-radius:26px}.add-property-shell{width:min(100% - 22px,520px)}.app-property-card,.add-property-app .panorama-upload-section{border-radius:24px;padding:18px}.app-form-row.two,.app-form-row.phone,.add-property-app .panorama-scene-card,.add-property-app .panorama-scene-fields{grid-template-columns:1fr}.location-picker-toolbar{align-items:stretch}.location-picker-toolbar .button,.selected-coordinate-chip{width:100%;justify-content:center}.location-picker-card{border-radius:18px;padding:10px}.app-image-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-property-app .panorama-scene-preview{max-height:210px}.add-property-submit{position:sticky;bottom:calc(74px + env(safe-area-inset-bottom));z-index:10;padding:12px 0;background:linear-gradient(180deg,#f5f7fb00,#f5f7fb 30%)}}.hotel-details-shell{width:100%;min-width:0;padding-bottom:88px;overflow-x:clip;background:#f4f7fb}.hotel-details-appbar{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;width:min(100% - 32px,820px);min-height:76px;margin-inline:auto;padding:12px 18px 18px;color:#fff;background:linear-gradient(135deg,#1465d8,#2585ec);border-radius:0 0 28px 28px;box-shadow:0 12px 28px #1e64d23d}.hotel-details-title{margin:0;color:#fff;font-size:1.32rem;text-align:center}.hotel-details-back,.hotel-details-appbar-spacer{width:42px;height:42px}.hotel-details-back{display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;background:#ffffff24;font-size:1.35rem;cursor:pointer}.hotel-details-content{display:grid;gap:20px;width:min(100% - 32px,820px);margin:24px auto 0}.hotel-section-card{min-width:0;padding:22px;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 10px 28px #0f172a12}.hotel-overview-card{display:grid;grid-template-columns:1fr;gap:22px}.hotel-overview-card .hotel-gallery-card,.hotel-overview-card .hotel-summary-panel{padding:0;border:0;border-radius:0;box-shadow:none}.hotel-overview-card .hotel-summary-panel{position:static;align-content:center;text-align:right}.hotel-overview-card .details-main-image{min-height:300px;border-radius:18px}.hotel-information-card{display:grid;gap:0}.hotel-information-card .details-block:first-child{margin-top:0;padding-top:0;border-top:0}.hotel-room-section{padding:24px}.hotel-room-section .section-header{text-align:right}.hotel-room-section .section-header p{margin-top:5px;color:#64748b}.room-type-grid{display:grid;gap:20px}.hotel-room-card{display:grid;gap:18px;max-width:660px;width:100%;margin-inline:auto;padding:18px;border:2px solid #61c68b;border-radius:24px;background:#fff;box-shadow:0 10px 24px #16653414}.hotel-room-panorama{display:grid;gap:10px}.hotel-room-panorama-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.hotel-room-360-badge{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:#1976d2;font-size:.76rem;font-weight:900;box-shadow:0 6px 14px #1976d23d}.hotel-room-panorama-thumb{position:relative;min-height:170px;overflow:hidden;border-radius:18px;background:#e2e8f0}.hotel-room-panorama-thumb img{width:100%;height:100%;min-height:170px;max-height:230px;object-fit:cover}.hotel-room-panorama-thumb>span{position:absolute;inset-inline-start:12px;bottom:12px;padding:6px 12px;border-radius:999px;color:#fff;background:#0f172ac2;font-size:.84rem;font-weight:800}.hotel-room-panorama-empty{display:grid;place-items:center;min-height:116px;padding:18px;border:1px dashed #b8c7d9;border-radius:16px;color:#64748b;background:#f8fafc;text-align:center}.hotel-room-heading{display:grid;gap:8px}.hotel-room-heading>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.hotel-room-heading h3,.hotel-room-heading p{margin:0}.hotel-room-heading h3{font-size:1.28rem}.hotel-room-heading p{color:#64748b}.hotel-room-availability-badge{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:.82rem;font-weight:900}.hotel-room-availability-badge.is-available{color:#13733a;background:#dcfce7}.hotel-room-availability-badge.is-unavailable{color:#b42318;background:#fee2e2}.hotel-room-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hotel-room-specs span{display:grid;place-items:center;gap:6px;min-width:0;padding:12px 8px;border:1px solid #dbeafe;border-radius:14px;color:#334155;background:#f8fbff;font-size:.86rem;font-weight:800;text-align:center}.hotel-room-specs i{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#1665c1;background:#dbeafe;font-style:normal}.hotel-room-features-box{padding:16px;border:1px solid #a7e5bd;border-radius:16px;background:#effcf4}.hotel-room-features-box h4,.hotel-room-features-box p{margin:0}.hotel-room-features-box h4{margin-bottom:12px;color:#166534}.hotel-room-features-box p{color:#4b6b58}.hotel-room-features{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.hotel-room-feature-chip{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;color:#166534;background:#fff;font-size:.84rem;font-weight:800}.hotel-room-price-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hotel-room-price-card{display:grid;align-content:center;gap:5px;min-width:0;min-height:84px;padding:14px;border-radius:16px}.hotel-room-price-card span{font-size:.84rem;font-weight:800}.hotel-room-price-card strong{overflow-wrap:anywhere;font-size:1rem}.hotel-room-price-card.daily{color:#1559a6;background:#eaf4ff;border:1px solid #b8d9ff}.hotel-room-price-card.nightly{color:#6b3bb7;background:#f4edff;border:1px solid #d7c3ff}.hotel-room-availability-box{padding:14px 16px;border:1px solid #fed7aa;border-radius:16px;color:#9a4d0b;background:#fff7ed;text-align:center}.hotel-room-book-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;width:min(100%,440px);margin-inline:auto;border:0;border-radius:16px;color:#fff;background:#20a85a;font:inherit;font-weight:900;cursor:pointer;box-shadow:0 9px 18px #20a85a38}.hotel-room-book-button:hover:not(:disabled){background:#168a49}.hotel-room-book-button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}.hotel-comments-card,.hotel-ratings-card{display:grid;gap:16px}.hotel-comments-card h2,.hotel-ratings-card h2{margin:0}.hotel-card-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.hotel-card-section-heading button{border:0;color:#1768ca;background:transparent;font:inherit;font-weight:900;cursor:pointer}.hotel-empty-feedback,.hotel-rating-footer{padding:10px 0;color:#64748b;text-align:center}.hotel-comment-list,.hotel-rating-list{display:grid;gap:10px}.hotel-comment-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.hotel-comment-avatar{display:grid;place-items:center;width:42px;height:42px;overflow:hidden;border-radius:50%;color:#fff;background:#3182df;font-weight:900}.hotel-comment-avatar img{width:100%;height:100%;object-fit:cover}.hotel-comment-item header{display:flex;align-items:center;justify-content:space-between;gap:10px}.hotel-comment-item time{color:#64748b;font-size:.78rem;white-space:nowrap}.hotel-comment-item p{margin:7px 0 0;color:#334155;overflow-wrap:anywhere}.hotel-comment-form textarea{min-height:140px}.hotel-rating-summary{display:grid;place-items:center;gap:7px;padding:20px;border:1px solid #fde68a;border-radius:18px;color:#854d0e;background:#fffbeb;text-align:center}.hotel-rating-stars{color:#e5a800;font-size:1.65rem;letter-spacing:0}.hotel-rating-summary span{color:#9a6b1a;font-size:.86rem}.hotel-rating-action{display:grid;justify-items:center;gap:12px;padding-top:4px}.hotel-stars-input{display:flex;direction:ltr;justify-content:center;gap:4px}.hotel-stars-input button{display:inline-grid;place-items:center;width:42px;height:42px;padding:0;border:0;color:#cbd5e1;background:transparent;font-size:1.8rem;cursor:pointer}.hotel-stars-input button.is-selected,.hotel-stars-input button:hover{color:#e5a800}.hotel-login-prompt{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;padding:12px 14px;border-radius:14px;background:#f8fafc}.hotel-login-prompt p{margin:0}.hotel-rating-list>div{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#fffbeb}.hotel-rating-list span{direction:ltr;color:#e5a800;letter-spacing:0}.hotel-report-section{padding:4px 0 20px}.hotel-report-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;width:100%;border:2px solid #dc3b3b;border-radius:17px;color:#c52d2d;background:#fff;font:inherit;font-weight:900;cursor:pointer}.hotel-report-button:hover{background:#fff4f4}@media(max-width:760px){.hotel-details-shell{padding-bottom:132px}.hotel-details-appbar,.hotel-details-content{width:min(100% - 20px,620px)}.hotel-details-appbar{min-height:74px;padding-inline:14px}.hotel-details-content{margin-top:14px;gap:14px}.hotel-section-card,.hotel-room-section{padding:15px;border-radius:20px}.hotel-overview-card{grid-template-columns:1fr}.hotel-overview-card .details-main-image{min-height:220px}.hotel-room-card{gap:15px;padding:13px;border-radius:20px}.hotel-room-panorama-thumb,.hotel-room-panorama-thumb img{min-height:160px}.hotel-comment-item{grid-template-columns:36px minmax(0,1fr);padding:12px}.hotel-comment-avatar{width:36px;height:36px}.hotel-login-prompt{align-items:stretch;flex-direction:column;text-align:center}}@media(max-width:390px){.hotel-details-appbar,.hotel-details-content{width:min(100% - 14px,620px)}.hotel-room-price-row{grid-template-columns:1fr}.hotel-room-specs{gap:6px}.hotel-room-specs span{padding-inline:4px;font-size:.76rem}.hotel-comment-item header{align-items:flex-start;flex-direction:column;gap:2px}.hotel-comment-item time{white-space:normal}.hotel-stars-input button{width:38px;height:38px;font-size:1.6rem}}.tour-pseudo-fullscreen-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;grid-template-rows:auto minmax(0,1fr);width:100vw;height:100dvh;min-width:0;overflow:hidden;color:#fff;background:#05070d;direction:rtl}.property-transaction-card{display:grid;gap:14px;margin-top:20px;padding:20px;border-radius:22px;color:#fff;background:linear-gradient(135deg,#1768ca,#2454b8);box-shadow:0 16px 34px #2563eb3d}.property-transaction-card.is-rent{background:linear-gradient(135deg,#087f5b,#0f766e);box-shadow:0 16px 34px #0f766e38}.property-transaction-card>div:first-child{display:grid;gap:3px}.property-transaction-card strong{font-family:var(--font-heading);font-size:clamp(1.45rem,4vw,2rem)}.property-transaction-status{display:flex;align-items:center;justify-content:space-between;gap:10px}.property-transaction-status>span:last-child{color:#ffffffd1;font-size:.9rem}.property-transaction-button.btn{width:100%;min-height:50px;border-color:#fff;color:#164e63;background:#fff}.property-location-section,.property-comments-section,.property-rating-section{padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff}.property-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.property-location-grid>div{min-width:0;padding:12px;border-radius:14px;background:var(--surface-soft)}.property-location-grid dt{color:var(--muted);font-size:.8rem}.property-location-grid dd{margin:4px 0 0;overflow-wrap:anywhere;font-weight:800}.property-location-link{display:flex;align-items:center;gap:12px;margin-top:14px;padding:14px;border:1px solid #bfdbfe;border-radius:16px;color:var(--primary-800);background:var(--surface-blue)}.property-location-link>span:first-child{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;color:#fff;background:var(--primary-600);font-size:1.3rem}.property-location-link>span:last-child{display:grid}.property-location-link small{color:var(--muted)}.property-rating-summary{display:grid;place-items:center;gap:6px;padding:18px;border:1px solid #fde68a;border-radius:17px;color:#854d0e;background:#fffbeb;text-align:center}.property-rating-summary strong{font-family:var(--font-heading);font-size:1.35rem}.property-rating-stars{direction:ltr;color:#eab308;font-size:1.45rem;letter-spacing:0}.property-rating-action{display:grid;justify-items:center;gap:10px;margin-top:16px}.property-stars-input{display:flex;direction:ltr;gap:5px}.property-stars-input button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #fde68a;border-radius:50%;color:#cbd5e1;background:#fff;font-size:1.25rem;cursor:pointer}.property-stars-input button.is-active{color:#eab308;background:#fffbeb}.property-login-hint,.property-empty-feedback{margin:14px 0 0;color:var(--muted);text-align:center}.property-report-section{padding-top:18px}.property-report-button{width:100%;min-height:52px;border:1px solid #ef4444;border-radius:16px;color:#b91c1c;background:#fff;font:inherit;font-weight:900;cursor:pointer}.property-login-prompt{display:grid;gap:14px;padding:18px;border-radius:16px;background:var(--surface-soft);text-align:center}.property-login-prompt p{margin:0}.property-request-modal{width:min(520px,100%)}.property-request-modal h2{margin:8px 0 18px}.property-booking-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.property-booking-fields .field:first-child{grid-column:1 / -1}@media(max-width:600px){.property-location-grid,.property-booking-fields{grid-template-columns:1fr}.property-booking-fields .field:first-child{grid-column:auto}.property-transaction-card,.property-location-section,.property-comments-section,.property-rating-section{border-radius:18px;padding:16px}.property-transaction-status{align-items:flex-start;flex-direction:column}}.admin-dashboard-page{width:min(100%,1080px);margin-inline:auto;padding-bottom:80px;overflow:hidden;border-radius:28px;background:#f5f7fb}.admin-dashboard-appbar{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;min-height:92px;padding:16px 22px;border-radius:0 0 28px 28px;color:#fff;background:linear-gradient(135deg,#2878df,#1454b8);box-shadow:0 12px 28px #2563eb3b}.admin-dashboard-appbar h1{margin:0;color:#fff;font-size:clamp(1.35rem,3vw,1.9rem);text-align:center}.admin-dashboard-appbar button{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:#fff;background:#ffffff24;font-size:2rem;line-height:1;cursor:pointer}.admin-dashboard-inner{display:grid;gap:24px;padding:24px}.admin-dashboard-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-dashboard-tabs button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:70px;padding:12px;border:1px solid #dbe3ef;border-radius:20px;color:#475569;background:#fff;box-shadow:0 8px 20px #0f172a0d;font:inherit;font-weight:900;cursor:pointer}.admin-dashboard-tabs button span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--primary-700);background:var(--surface-blue)}.admin-dashboard-tabs button.is-active{border-color:var(--primary-600);color:#fff;background:var(--primary-600);box-shadow:0 12px 24px #2563eb33}.admin-dashboard-tabs button.is-active span{color:var(--primary-700);background:#fff}.admin-dashboard-section{display:grid;gap:18px}.admin-dashboard-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.admin-dashboard-section-heading span{color:var(--primary-700);font-size:.83rem;font-weight:900}.admin-dashboard-section-heading h2{margin:2px 0 0;font-size:1.35rem}.admin-dashboard-section-heading button{padding:8px 14px;border:1px solid #bfdbfe;border-radius:999px;color:var(--primary-700);background:#fff;font:inherit;font-weight:800;cursor:pointer}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-stat-card{display:grid;place-items:center;align-content:center;gap:8px;min-height:172px;min-width:0;padding:18px 12px;border:1px solid rgba(226,232,240,.9);border-radius:22px;background:#fff;box-shadow:0 10px 24px #0f172a12;text-align:center;transition:transform .16s ease,box-shadow .16s ease}.admin-stat-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a1a}.admin-stat-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);font-size:1.25rem;font-weight:900}.admin-stat-card strong{color:#0f172a;font-family:var(--font-heading);font-size:1.7rem}.admin-stat-card small{max-width:150px;color:#64748b;line-height:1.45}.admin-dashboard-warning{padding:13px 16px;border:1px solid #fed7aa;border-radius:16px;color:#9a3412;background:#fff7ed}.admin-dashboard-warning p,.admin-dashboard-warning small{display:block;margin:3px 0 0}.admin-management-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-management-card{--action-color: #2563eb;--action-bg: #eff6ff;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:104px;min-width:0;padding:18px;border:1px solid color-mix(in srgb,var(--action-color) 20%,white);border-radius:22px;color:#0f172a;background:var(--action-bg)}.admin-management-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;color:#fff;background:var(--action-color);font-size:1.25rem;font-weight:900;box-shadow:0 8px 18px color-mix(in srgb,var(--action-color) 25%,transparent)}.admin-management-copy{display:grid;min-width:0;gap:3px}.admin-management-copy strong,.admin-management-copy small{overflow-wrap:anywhere}.admin-management-copy small{color:#64748b}.admin-management-arrow{color:var(--action-color);font-size:1.8rem;font-weight:900}.admin-management-card.tone-cyan{--action-color: #0891b2;--action-bg: #ecfeff}.admin-management-card.tone-orange{--action-color: #ea580c;--action-bg: #fff7ed}.admin-management-card.tone-green{--action-color: #16a34a;--action-bg: #f0fdf4}.admin-management-card.tone-purple{--action-color: #7c3aed;--action-bg: #f5f3ff}.admin-management-card.tone-red{--action-color: #dc2626;--action-bg: #fef2f2}.admin-management-card.tone-teal{--action-color: #0f766e;--action-bg: #f0fdfa}.admin-management-card.tone-indigo{--action-color: #4f46e5;--action-bg: #eef2ff}.admin-management-card.tone-pink{--action-color: #db2777;--action-bg: #fdf2f8}.admin-management-card.tone-violet{--action-color: #8b5cf6;--action-bg: #f5f3ff}.admin-management-card.tone-sky{--action-color: #0284c7;--action-bg: #f0f9ff}@media(max-width:900px){.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.admin-content{padding:14px}.admin-dashboard-page{border-radius:24px}.admin-dashboard-appbar{min-height:78px;padding:12px 14px;border-radius:0 0 24px 24px}.admin-dashboard-inner{gap:18px;padding:16px 12px 30px}.admin-dashboard-tabs button{min-height:82px;flex-direction:column;gap:6px;border-radius:18px;font-size:.88rem}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-stat-card{min-height:150px;border-radius:18px;padding:14px 8px}.admin-management-grid{grid-template-columns:minmax(0,1fr);gap:10px}.admin-management-card{min-height:94px;padding:14px;border-radius:18px}}@media(max-width:370px){.admin-stat-card small{font-size:.75rem}.admin-dashboard-tabs button{padding-inline:6px;font-size:.8rem}}.country-dial-picker{display:grid;gap:7px;min-width:0}.country-dial-trigger{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;width:100%;min-height:52px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;color:var(--ink);background:#fff;text-align:right;cursor:pointer}.country-dial-trigger bdi{color:var(--primary-700);font-weight:800}.country-dial-backdrop{position:fixed;z-index:1400;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;background:#0f172a85}.country-dial-dialog{width:min(430px,100%);max-height:min(650px,calc(100dvh - 36px));overflow:hidden;padding:18px;border-radius:22px;background:#fff;box-shadow:0 24px 60px #0f172a38}.country-dial-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.country-dial-dialog h2{margin:0;font-size:1.25rem}.country-dial-dialog header button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:var(--surface-soft);font-size:1.3rem;cursor:pointer}.country-dial-dialog>input{width:100%;min-height:48px;padding-inline:14px;border:1px solid var(--line);border-radius:14px}.country-dial-list{display:grid;gap:7px;max-height:420px;margin-top:12px;overflow-y:auto}.country-dial-list button{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:50px;padding:10px 12px;border:1px solid transparent;border-radius:13px;color:var(--ink);background:var(--surface-soft);text-align:right;cursor:pointer}.country-dial-list button.is-selected{border-color:#93c5fd;background:var(--surface-blue)}.country-dial-list small{color:var(--muted)}.country-dial-list bdi{color:var(--primary-700);font-weight:800}.edit-contact-rules-card{display:grid;gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}.edit-contact-rules-card h2{margin:0;font-size:1.15rem}.hotel-type-badge{position:absolute;z-index:2;top:12px;right:12px;padding:5px 12px;border:1px solid rgba(255,255,255,.5);border-radius:999px;color:#fff;background:linear-gradient(135deg,#7c3aed,#db2777);box-shadow:0 8px 18px #7c3aed42;font-size:.82rem;font-weight:900}@media(max-width:600px){.country-dial-backdrop{align-items:end;padding:10px}.country-dial-dialog{border-radius:22px 22px 16px 16px}}.tour-pseudo-header{position:relative;z-index:5;display:grid;grid-template-columns:132px minmax(0,1fr) 132px;align-items:center;gap:14px;min-height:76px;padding:max(10px,env(safe-area-inset-top)) 18px 10px;border-bottom:1px solid rgba(255,255,255,.12);background:#05070df0}.tour-pseudo-header>div{min-width:0;text-align:center}.tour-pseudo-header span{color:#60a5fa;font-size:.78rem;font-weight:900}.tour-pseudo-header h1{margin:2px 0 0;overflow:hidden;color:#fff;font-size:1.08rem;text-overflow:ellipsis;white-space:nowrap}.tour-pseudo-exit,.tour-pseudo-state a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 15px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;background:#1768d3;font-weight:800;white-space:nowrap}.tour-pseudo-viewer{min-width:0;min-height:0;padding:12px 16px max(12px,env(safe-area-inset-bottom));overflow:hidden}.tour-pseudo-viewer .virtual-tour-shell{grid-template-rows:minmax(0,1fr) auto;height:100%}.tour-pseudo-viewer .virtual-tour-stage,.tour-pseudo-viewer .virtual-tour-viewer{height:100%;min-height:0}.tour-pseudo-viewer .virtual-tour-stage{border-color:#ffffff24;box-shadow:0 20px 54px #00000057}.tour-pseudo-viewer .tour-thumbnail-rail{flex:0 0 auto;padding-bottom:2px}.tour-pseudo-viewer .tour-thumbnail-rail button{color:#fff;background:#111827;border-color:#ffffff24}.tour-pseudo-viewer .tour-thumbnail-rail button.active{color:#fff;background:#123565;border-color:#38bdf8}.tour-pseudo-state{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:12px;padding:24px;color:#fff;background:#05070d;text-align:center}.tour-pseudo-state h1,.tour-pseudo-state p{margin:0}@media(max-width:640px){.tour-pseudo-header{grid-template-columns:auto minmax(0,1fr);min-height:66px;padding-inline:10px}.tour-pseudo-header-spacer{display:none}.tour-pseudo-exit{min-height:38px;padding-inline:11px;font-size:.8rem}.tour-pseudo-header h1{font-size:.92rem}.tour-pseudo-viewer{padding:8px 8px max(8px,env(safe-area-inset-bottom))}.tour-pseudo-viewer .virtual-tour-overlay p{display:none}.tour-pseudo-viewer .tour-thumbnail-rail button{flex-basis:112px}}.admin-app-page{width:min(100%,460px);min-height:70vh;margin-inline:auto;padding-bottom:28px;direction:rtl}.admin-app-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:78px;padding:12px 16px;border-radius:0 0 26px 26px;color:#fff;background:linear-gradient(135deg,#1468d5,#3188ee);box-shadow:0 10px 24px #1468d538}.admin-app-header h1{margin:0;color:#fff;font-size:1.22rem;text-align:center}.admin-app-header button{width:40px;height:40px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;background:#ffffff24;font-size:1.65rem;cursor:pointer}.admin-mobile-content{display:grid;gap:14px;padding:18px 10px 36px}.admin-app-loading,.admin-app-empty,.admin-inline-message,.admin-inline-warning{margin:0;padding:16px;border-radius:16px;background:#fff;text-align:center;box-shadow:0 7px 22px #0f172a12}.admin-inline-warning{color:#92400e;background:#fff7ed}.admin-inline-message{color:#174c8c;background:#eff6ff}.admin-search-input,.admin-form-card input,.admin-bottom-sheet input,.admin-bottom-sheet textarea{width:100%;min-height:50px;padding:10px 14px;border:1px solid #dbe3ee;border-radius:15px;background:#fff;font:inherit}.admin-booking-list{display:grid;gap:14px}.admin-booking-card,.admin-form-card,.admin-simple-list-card,.admin-user-role-card,.admin-user-select-card,.admin-featured-card{border:1px solid #e6ebf2;border-radius:22px;background:#fff;box-shadow:0 8px 24px #0f172a14}.admin-booking-card{display:grid;gap:14px;padding:14px}.admin-booking-summary{display:grid;grid-template-columns:92px minmax(0,1fr);gap:13px;align-items:center}.admin-booking-summary img,.admin-booking-summary .admin-image-fallback{width:92px;height:78px;border-radius:15px;object-fit:cover}.admin-image-fallback{display:grid;place-items:center;color:#64748b;background:#eef2f7;font-size:.75rem;text-align:center}.admin-booking-summary span,.admin-featured-card small{color:#1768d3;font-size:.78rem;font-weight:800}.admin-booking-summary h2,.admin-featured-card h2,.admin-simple-list-card h2,.admin-user-role-card h2{margin:3px 0;font-size:1rem}.admin-booking-summary p,.admin-featured-card p,.admin-simple-list-card p,.admin-user-role-card p{margin:0;color:#64748b;font-size:.84rem}.admin-booking-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}.admin-booking-meta div{min-width:0;padding:9px;border-radius:12px;background:#f8fafc}.admin-booking-meta dt{color:#64748b;font-size:.72rem}.admin-booking-meta dd{margin:3px 0 0;overflow-wrap:anywhere;font-size:.82rem;font-weight:800}.admin-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-approve-button,.admin-reject-button,.admin-outline-blue,.admin-outline-red,.admin-save-whatsapp,.admin-save-email{min-height:44px;padding:8px 14px;border-radius:13px;font:inherit;font-weight:850;cursor:pointer}.admin-approve-button,.admin-save-whatsapp{border:1px solid #16a34a;color:#fff;background:#16a34a}.admin-reject-button,.admin-outline-red{border:1px solid #ef4444;color:#dc2626;background:#fff}.admin-outline-blue{border:1px solid #2580e8;color:#1768d3;background:#fff}.admin-save-email{border:1px solid #1768d3;color:#fff;background:#1768d3}.admin-approve-button:disabled,.admin-reject-button:disabled,.admin-outline-blue:disabled,.admin-outline-red:disabled{opacity:.5;cursor:not-allowed}.admin-select-all{display:flex;align-items:center;gap:10px;padding:13px 15px;border-radius:15px;background:#fff;box-shadow:0 6px 18px #0f172a0f}.admin-select-all small{margin-inline-start:auto;color:#64748b}.admin-user-select-card,.admin-user-role-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px}.admin-user-select-card small,.admin-user-select-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-select-card b{padding:4px 8px;border-radius:999px;color:#1556a0;background:#dbeafe;font-size:.7rem}.admin-user-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:#2680e8;font-weight:900}.admin-with-fixed-action{padding-bottom:92px}.admin-fixed-primary{position:fixed;z-index:20;right:50%;bottom:max(18px,env(safe-area-inset-bottom));width:min(calc(100% - 32px),420px);min-height:54px;border:0;border-radius:17px;color:#fff;background:#1768d3;box-shadow:0 12px 30px #1768d34d;font:inherit;font-weight:900;transform:translate(50%)}.admin-fixed-primary:disabled{opacity:.5}.admin-bottom-sheet-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;align-items:end;justify-content:center;padding:12px;background:#0f172a8c}.admin-bottom-sheet{display:grid;gap:13px;width:min(100%,440px);padding:22px;border-radius:24px 24px 16px 16px;background:#fff}.admin-bottom-sheet h2,.admin-bottom-sheet p{margin:0}.admin-bottom-sheet label,.admin-form-card label{display:grid;gap:7px;font-weight:800}.admin-featured-card{display:grid;grid-template-columns:78px minmax(0,1fr) 46px;align-items:center;gap:12px;padding:11px}.admin-featured-card img,.admin-featured-card .admin-image-fallback{width:78px;height:72px;border-radius:14px;object-fit:cover}.admin-featured-card button{width:42px;height:42px;border:1px solid #d8dee8;border-radius:50%;color:#94a3b8;background:#fff;font-size:1.4rem;cursor:pointer}.admin-featured-card button.is-active{border-color:#facc15;color:#eab308;background:#fefce8}.admin-form-card{display:grid;gap:15px;padding:18px}.admin-form-card h2{margin:0;font-size:1.05rem}.admin-phone-row{display:grid;grid-template-columns:.72fr 1.28fr;gap:10px}.admin-simple-list-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px}.admin-small-actions{display:flex;gap:7px}.admin-user-role-card{grid-template-columns:44px minmax(0,1fr) auto}.admin-user-role-card small{color:#7c3aed;font-weight:800}@media(max-width:420px){.admin-booking-meta{grid-template-columns:1fr}.admin-user-role-card{grid-template-columns:42px minmax(0,1fr)}.admin-user-role-card button{grid-column:1 / -1}.admin-phone-row{grid-template-columns:1fr}}.property-reference-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border:1px solid #bfdbfe;border-radius:16px;background:#eff6ff}.property-reference-card div{display:grid;gap:3px;min-width:0}.property-reference-card span{color:#52647a;font-size:.78rem}.property-reference-card strong{color:#1556a0;letter-spacing:.04em;overflow-wrap:anywhere}.property-reference-card button{min-height:40px;padding:8px 12px;border:1px solid #60a5fa;border-radius:12px;color:#1556a0;background:#fff;font:inherit;font-size:.8rem;font-weight:850;cursor:pointer;white-space:nowrap}.property-admin-contact{display:grid;gap:12px}.property-admin-contact p{margin:0}.property-admin-contact a{display:block;padding:12px;border-radius:12px;color:#1556a0;background:#eff6ff;direction:ltr;text-align:center;font-weight:800;overflow-wrap:anywhere}@media(max-width:420px){.property-reference-card{align-items:stretch;flex-direction:column}.property-reference-card button{width:100%}}@media(max-width:768px){.site-header{height:72px;background:#fffffffa}.header-inner{height:72px;min-height:72px;justify-content:space-between}.desktop-nav,.desktop-actions{display:none}.brand{max-width:calc(100% - 60px);gap:8px;font-size:1rem}.brand-logo{width:40px;height:40px;flex-basis:40px}.mobile-menu-button{width:44px;height:44px;min-width:44px;display:inline-grid;place-items:center;flex:0 0 44px;padding:0;border-radius:13px;font-size:21px;line-height:1}.main-content{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.mobile-bottom-nav{inset-inline:0;bottom:0;min-height:calc(68px + env(safe-area-inset-bottom));gap:2px;padding:6px 6px calc(6px + env(safe-area-inset-bottom));border-width:1px 0 0;border-radius:18px 18px 0 0}.mobile-bottom-nav a{min-width:0;min-height:55px;padding:5px 2px;overflow:hidden;font-size:13px;line-height:1.2}.mobile-bottom-nav a span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section:last-child,.cards-grid:last-child,.home-property-grid:last-child{margin-bottom:18px}}@media(max-width:640px){body{padding-bottom:0}.container{width:min(100% - 24px,1180px)}.section{padding-block:28px}.home-properties-section{padding-top:24px}.hero-inner{padding-block:28px 24px}.hero-copy h1{max-width:100%;margin-block:6px 10px;font-size:clamp(34px,10vw,44px);line-height:1.08;overflow-wrap:normal}.hero-copy p{max-width:34rem;font-size:.95rem;line-height:1.65}.hero-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}.hero-actions .btn{width:100%;min-width:0;min-height:46px;height:auto;padding:9px 10px;font-size:.88rem;line-height:1.35}.hero-actions .btn:first-child{grid-column:1 / -1}.home-quick-actions{gap:8px;margin-top:10px}.home-quick-actions .btn{min-height:44px;padding-inline:8px;font-size:.86rem}.hero-search-inline{margin-top:12px}.page-heading{margin-bottom:20px}.page-heading h1,.details-content h1{margin-block:6px 10px;font-size:clamp(1.75rem,8vw,2.15rem);line-height:1.25;overflow-wrap:anywhere}.page-heading p{font-size:.94rem;line-height:1.7}.properties-filter-toolbar{gap:12px;margin-bottom:18px}.properties-search{width:100%;flex-basis:auto}.properties-filter-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.properties-filter-actions .filter-toggle-button{width:100%;min-width:0;grid-column:1;grid-row:1}.properties-filter-actions .results-count{grid-column:2;grid-row:1;font-size:.88rem}.properties-filter-actions .btn-ghost{grid-column:1 / -1;grid-row:2;justify-self:start}.cards-grid,.home-property-grid{width:100%;grid-template-columns:minmax(0,1fr);gap:16px}.property-card,.hotel-card{width:100%;min-width:0;min-height:0}.property-card .card-media,.hotel-card .card-media{width:100%;height:auto;aspect-ratio:4 / 3}.property-card-body,.hotel-card-body{min-width:0;gap:8px;padding:14px}.property-meta-row,.property-title,.property-price,.property-stats{min-width:0;overflow-wrap:anywhere}.property-title{font-size:1.02rem;line-height:1.45}.property-price{font-size:1.16rem}}@media(max-width:380px){.mobile-bottom-nav a{font-size:12px}.hero-actions{grid-template-columns:1fr}.hero-actions .btn:first-child{grid-column:auto}}@media(max-width:768px){.hero .hero-primary-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:9px}.hero .hero-primary-actions .btn{width:100%;min-width:0;min-height:46px}.hero .hero-primary-actions .mobile-hidden,.hero .hero-shortcuts{display:none}}@media(max-width:768px){.property-detail-shell{width:min(100% - 24px,1180px);max-width:100%;min-width:0;grid-template-columns:minmax(0,1fr);gap:16px;padding-top:24px;padding-bottom:calc(130px + env(safe-area-inset-bottom))}.property-detail-shell>*,.property-detail-shell .details-gallery,.property-detail-shell .details-content,.property-detail-shell .details-block,.property-detail-shell .property-detail-panel,.property-detail-shell .full-span{width:100%;max-width:100%;min-width:0}.property-detail-shell .full-span{grid-column:auto}.property-detail-shell .details-main-image{width:100%;height:auto;min-height:0;aspect-ratio:4 / 3;border-radius:16px}.property-detail-shell .thumbnail-row{width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.property-detail-shell .thumbnail-row button{width:100%;height:auto;min-width:0;aspect-ratio:1}.property-detail-shell .details-content{border-radius:17px;padding:16px;overflow-wrap:anywhere}.property-detail-shell .details-title-row{display:flex;align-items:flex-start;flex-direction:row;gap:10px}.property-detail-shell .details-title-row>div{min-width:0;flex:1}.property-detail-shell .details-content h1{max-width:100%;margin-block:6px 10px;font-size:clamp(30px,8vw,36px);line-height:1.22;overflow-wrap:anywhere}.property-detail-shell .details-block h2,.property-detail-shell .tour-callout h2{font-size:clamp(24px,6vw,28px);line-height:1.3;overflow-wrap:anywhere}.property-detail-shell .details-badges,.property-detail-shell .features-list,.property-detail-shell .property-stats{max-width:100%;min-width:0;flex-wrap:wrap}.property-detail-shell .price-box,.property-detail-shell .details-price{width:100%;max-width:100%;padding:12px 14px;font-size:clamp(1.15rem,5.5vw,1.4rem);line-height:1.45;overflow-wrap:anywhere}.property-detail-shell .property-reference-card{width:100%;max-width:100%;align-items:stretch;flex-direction:column;gap:10px;padding:12px}.property-detail-shell .property-reference-card button{width:100%;white-space:normal}.property-detail-shell .details-stat-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-block:14px}.property-detail-shell .details-stat-grid span{min-width:0;padding:10px;overflow-wrap:anywhere}.property-detail-shell .tour-callout{width:100%;max-width:100%;align-items:stretch;flex-direction:column;gap:12px;margin-top:16px;padding:14px}.property-detail-shell .tour-preview-thumbs{width:100%;max-width:100%;flex-wrap:wrap}.property-detail-shell .tour-callout .btn,.property-detail-shell .details-actions .btn,.property-detail-shell .property-rating-action .btn,.property-detail-shell .property-login-prompt .btn{width:100%;min-width:0}.property-detail-shell .property-transaction-card,.property-detail-shell .property-location-section,.property-detail-shell .property-comments-section,.property-detail-shell .property-rating-section{width:100%;max-width:100%;min-width:0;border-radius:17px;padding:14px}.property-detail-shell .property-transaction-card strong,.property-detail-shell .property-transaction-card span{max-width:100%;overflow-wrap:anywhere}.property-detail-shell .property-transaction-status{align-items:flex-start;flex-direction:column}.property-detail-shell .details-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-top:16px}.property-detail-shell .property-location-grid{grid-template-columns:minmax(0,1fr)}.property-detail-shell .property-location-link{width:100%;max-width:100%;min-width:0;align-items:flex-start;padding:12px}.property-detail-shell .property-location-link>span:last-child{min-width:0;overflow-wrap:anywhere}.property-detail-shell .mini-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.property-detail-shell .comment-card{width:100%;min-width:0;align-items:stretch;flex-direction:column;padding:12px}.property-detail-shell .comment-card>div,.property-detail-shell .comment-card p{min-width:0;overflow-wrap:anywhere}.property-detail-shell .comment-card .btn{width:100%}.property-detail-shell .property-rating-summary,.property-detail-shell .property-report-section,.property-detail-shell .property-report-button{width:100%;max-width:100%}.property-detail-shell .property-stars-input{max-width:100%;gap:4px}.property-detail-shell .property-stars-input button{width:38px;height:38px}.property-detail-shell>.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;justify-content:flex-start;background:#0f172a6b}.property-detail-shell>.drawer-backdrop .details-drawer{width:min(88vw,360px);max-width:100%;height:100dvh;margin:0;padding:16px}.property-detail-shell>.drawer-backdrop .drawer-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.property-detail-shell .property-request-modal-backdrop{padding:16px}.property-detail-shell .property-request-modal{width:calc(100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;padding:18px}.property-detail-shell .property-booking-fields{grid-template-columns:minmax(0,1fr)}.add-property-app{width:100%;max-width:100%;min-width:0;overflow-x:clip;padding-bottom:calc(130px + env(safe-area-inset-bottom))}.add-property-appbar{min-height:104px;margin-bottom:14px;padding:20px 16px 26px;border-bottom-left-radius:22px;border-bottom-right-radius:22px}.add-property-appbar h1{font-size:1.4rem}.add-property-back{inset-inline-start:14px;top:18px;width:40px;height:40px}.add-property-shell,.add-property-form,.app-property-card,.add-property-app .panorama-upload-section,.add-property-app .app-card-body,.add-property-app .app-field,.add-property-app .app-input-shell{width:100%;max-width:100%;min-width:0}.add-property-shell{width:min(100% - 24px,820px)}.add-property-form{gap:14px}.app-property-card,.add-property-app .panorama-upload-section{gap:14px;border-radius:20px;padding:16px}.add-property-app .app-card-heading h2,.add-property-app .form-section-heading h2{font-size:1.15rem;line-height:1.4}.add-property-app .app-card-heading p,.add-property-app .form-section-heading p{font-size:.9rem;line-height:1.65}.add-property-app .app-form-row.two,.add-property-app .app-form-row.phone,.add-property-app .panorama-scene-card,.add-property-app .panorama-scene-fields{grid-template-columns:minmax(0,1fr)}.add-property-app input,.add-property-app select,.add-property-app textarea,.add-property-app .location-select-button,.add-property-app .app-image-upload-tile,.add-property-app .panorama-upload-tile,.add-property-app .location-picker-card,.add-property-app .location-picker-map-shell,.add-property-app .location-picker-map,.add-property-app .location-selected-panel{width:100%;max-width:100%;min-width:0}.add-property-app .location-picker-toolbar{align-items:stretch;flex-direction:column}.add-property-app .location-picker-toolbar .button,.add-property-app .selected-coordinate-chip{width:100%;max-width:100%;justify-content:center;overflow-wrap:anywhere}.add-property-app .app-image-upload-tile,.add-property-app .panorama-upload-tile{min-height:118px;border-radius:17px}.add-property-app .app-image-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-property-app .panorama-scene-card{width:100%;max-width:100%;min-width:0;gap:12px;padding:12px}.add-property-app .panorama-scene-preview{width:100%;max-height:220px;aspect-ratio:16 / 9}.add-property-app .panorama-scene-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.add-property-app .panorama-scene-actions .btn{width:100%;min-width:0}.add-property-app .add-property-submit{position:sticky;bottom:calc(74px + env(safe-area-inset-bottom));z-index:20;width:100%;padding:12px 0;background:linear-gradient(180deg,#f5f7fb00,#f5f7fb 30%)}.add-property-app .add-property-submit-button{width:100%;min-width:0}.add-property-app .country-dial-backdrop{padding:16px}.add-property-app .country-dial-dialog{width:calc(100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px)}}@media(max-width:430px){.property-detail-shell .details-stat-grid,.property-detail-shell .mini-gallery{grid-template-columns:minmax(0,1fr)}}:root[data-theme=dark]{color-scheme:dark;--bg: #000000;--primary-600: #2563eb;--primary-700: #2563eb;--primary-800: #3b82f6;--ink: #ffffff;--text: #ffffff;--muted: #d4d4d8;--line: rgba(255, 255, 255, .1);--border: rgba(255, 255, 255, .1);--surface: #0b0b0f;--surface-elevated: #111116;--surface-soft: #09090d;--surface-blue: rgba(37, 99, 235, .18);--danger: #fb7185;--success: #4ade80;--warning: #fbbf24;--shadow: 0 18px 55px rgba(0, 0, 0, .55)}:root[data-theme=dark] body{background:#000;color:var(--text)}:root[data-theme=dark] .app-shell{background:#030303}:root[data-theme=dark] .site-header{background:#030303f0;border-bottom-color:#ffffff1a}:root[data-theme=dark] .brand{color:#fff}:root[data-theme=dark] .desktop-nav a,:root[data-theme=dark] .nav-more-button,:root[data-theme=dark] .nav-more-menu button,:root[data-theme=dark] .drawer-nav a,:root[data-theme=dark] .account-sidebar a{color:#d1d5db}:root[data-theme=dark] .nav-more-menu{background:#0b0b0f;border-color:var(--line);box-shadow:0 20px 40px #00000080}:root[data-theme=dark] .nav-more-button,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .btn-outline,:root[data-theme=dark] .btn-ghost,:root[data-theme=dark] .btn-secondary{background:var(--surface);color:var(--text);border-color:var(--line)}:root[data-theme=dark] .btn-secondary{background:#2b6ff329;color:#fff}:root[data-theme=dark] .hero{background:linear-gradient(180deg,#050505,#000);border-bottom-color:#ffffff1a}:root[data-theme=dark] .hero-copy h1,:root[data-theme=dark] .page-heading h1,:root[data-theme=dark] .details-content h1,:root[data-theme=dark] .section-header h2,:root[data-theme=dark] .profile-card h2,:root[data-theme=dark] .details-block h2,:root[data-theme=dark] .app-card-heading h2,:root[data-theme=dark] .add-property-appbar h1,:root[data-theme=dark] .add-property-app .form-section-heading h2{color:var(--text)}:root[data-theme=dark] .hero-copy p,:root[data-theme=dark] .page-heading p,:root[data-theme=dark] .section-header p,:root[data-theme=dark] .muted,:root[data-theme=dark] .field-helper,:root[data-theme=dark] .details-location,:root[data-theme=dark] .site-footer p,:root[data-theme=dark] .site-footer__brand-block p,:root[data-theme=dark] .modal-empty-state p,:root[data-theme=dark] .property-login-hint,:root[data-theme=dark] .property-empty-feedback,:root[data-theme=dark] .details-grid dt{color:var(--muted)}:root[data-theme=dark] .hero-copy p,:root[data-theme=dark] .page-heading p,:root[data-theme=dark] .section-header p,:root[data-theme=dark] .details-block p,:root[data-theme=dark] .property-transaction-status>span:last-child,:root[data-theme=dark] .modal-empty-state p,:root[data-theme=dark] .property-login-hint,:root[data-theme=dark] .property-empty-feedback,:root[data-theme=dark] .site-footer p,:root[data-theme=dark] .site-footer__column a,:root[data-theme=dark] .site-footer nav a{color:#94a3b8}:root[data-theme=dark] .search-panel,:root[data-theme=dark] .auth-card,:root[data-theme=dark] .profile-card,:root[data-theme=dark] .card,:root[data-theme=dark] .state,:root[data-theme=dark] .filter-drawer,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .mobile-drawer__panel,:root[data-theme=dark] .details-drawer,:root[data-theme=dark] .site-footer,:root[data-theme=dark] .property-location-section,:root[data-theme=dark] .property-comments-section,:root[data-theme=dark] .property-rating-section,:root[data-theme=dark] .property-transaction-card,:root[data-theme=dark] .property-login-prompt,:root[data-theme=dark] .property-request-modal,:root[data-theme=dark] .details-content,:root[data-theme=dark] .app-property-card,:root[data-theme=dark] .panorama-scene-card,:root[data-theme=dark] .location-picker-card,:root[data-theme=dark] .location-selected-panel,:root[data-theme=dark] .country-dial-dialog,:root[data-theme=dark] .admin-card,:root[data-theme=dark] .admin-booking-card,:root[data-theme=dark] .admin-form-card,:root[data-theme=dark] .admin-simple-list-card,:root[data-theme=dark] .admin-user-select-card,:root[data-theme=dark] .admin-featured-card,:root[data-theme=dark] .admin-management-card,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .hero-slide-form-card,:root[data-theme=dark] .hero-slide-admin-card,:root[data-theme=dark] .list-card,:root[data-theme=dark] .room-type-card,:root[data-theme=dark] .hotel-gallery-card,:root[data-theme=dark] .hotel-overview-card,:root[data-theme=dark] .hotel-information-card,:root[data-theme=dark] .hotel-room-card,:root[data-theme=dark] .hotel-comments-card,:root[data-theme=dark] .hotel-ratings-card,:root[data-theme=dark] .edit-contact-rules-card{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow);color:var(--text)}:root[data-theme=dark] .hero-actions .btn,:root[data-theme=dark] .home-quick-actions .btn,:root[data-theme=dark] .tour-callout .btn,:root[data-theme=dark] .details-actions .btn,:root[data-theme=dark] .property-rating-action .btn,:root[data-theme=dark] .property-login-prompt .btn,:root[data-theme=dark] .add-property-submit .btn,:root[data-theme=dark] .filter-drawer-footer .btn,:root[data-theme=dark] .admin-card-actions .btn,:root[data-theme=dark] .admin-fixed-primary{box-shadow:0 14px 30px #00000061}:root[data-theme=dark] .details-stat-grid span,:root[data-theme=dark] .modal-empty-state,:root[data-theme=dark] .property-login-prompt,:root[data-theme=dark] .property-location-grid>div,:root[data-theme=dark] .detail-main-card,:root[data-theme=dark] .summary-card,:root[data-theme=dark] .drawer-body{background:var(--surface-soft);border-color:var(--line);color:var(--text)}:root[data-theme=dark] .input-shell,:root[data-theme=dark] .app-input-shell,:root[data-theme=dark] .input-shell input,:root[data-theme=dark] .input-shell select,:root[data-theme=dark] .input-shell textarea,:root[data-theme=dark] .app-input-shell input,:root[data-theme=dark] .app-input-shell select,:root[data-theme=dark] .app-input-shell textarea,:root[data-theme=dark] .filter-drawer-close,:root[data-theme=dark] .modal-close,:root[data-theme=dark] .country-dial-dialog header button,:root[data-theme=dark] .admin-dashboard-appbar button,:root[data-theme=dark] .admin-dashboard-section-heading button,:root[data-theme=dark] .admin-dashboard-tabs button,:root[data-theme=dark] .property-stars-input button,:root[data-theme=dark] .property-report-button,:root[data-theme=dark] .property-transaction-button.btn,:root[data-theme=dark] .property-location-link,:root[data-theme=dark] .property-reference-card,:root[data-theme=dark] .mobile-bottom-nav a,:root[data-theme=dark] .mobile-drawer__nav a,:root[data-theme=dark] .filter-chip,:root[data-theme=dark] .country-dial-list button,:root[data-theme=dark] .admin-search-input,:root[data-theme=dark] .admin-form-card input,:root[data-theme=dark] .admin-form-card textarea,:root[data-theme=dark] .admin-bottom-sheet input,:root[data-theme=dark] .admin-bottom-sheet textarea,:root[data-theme=dark] .country-dial-dialog>input{background:var(--surface-soft);border-color:var(--line);color:var(--text)}:root[data-theme=dark] .input-shell input::placeholder,:root[data-theme=dark] .app-input-shell input::placeholder,:root[data-theme=dark] .admin-search-input::placeholder,:root[data-theme=dark] .admin-form-card input::placeholder,:root[data-theme=dark] .admin-form-card textarea::placeholder,:root[data-theme=dark] .country-dial-dialog>input::placeholder{color:var(--muted);opacity:.72}:root[data-theme=dark] .input-shell:focus-within,:root[data-theme=dark] .admin-search-input:focus,:root[data-theme=dark] .admin-form-card input:focus,:root[data-theme=dark] .admin-form-card textarea:focus,:root[data-theme=dark] .country-dial-dialog>input:focus{border-color:#60a5fa8c;box-shadow:0 0 0 3px #2b6ff329}:root[data-theme=dark] .mobile-drawer__backdrop,:root[data-theme=dark] .filter-drawer-overlay,:root[data-theme=dark] .modal-backdrop,:root[data-theme=dark] .country-dial-backdrop,:root[data-theme=dark] .admin-bottom-sheet-backdrop,:root[data-theme=dark] .property-request-modal-backdrop,:root[data-theme=dark] .property-detail-shell>.drawer-backdrop{background:#020617b8}:root[data-theme=dark] .mobile-drawer__nav a.active,:root[data-theme=dark] .desktop-nav a.active,:root[data-theme=dark] .nav-more-menu a.active,:root[data-theme=dark] .drawer-nav a.active,:root[data-theme=dark] .account-sidebar a.active{color:#fff;background:#2563eb2e}:root[data-theme=dark] .mobile-bottom-nav{background:#0a0a0ef0;border-top-color:#ffffff1f;box-shadow:0 -14px 30px #0000006b}:root[data-theme=dark] .mobile-bottom-nav a{color:#d4d4d8}:root[data-theme=dark] .mobile-bottom-nav a.active{color:#fff}:root[data-theme=dark] .mobile-drawer__panel{background:#0b0b0f;box-shadow:18px 0 40px #0000008c}:root[data-theme=dark] .mobile-drawer__head,:root[data-theme=dark] .details-block,:root[data-theme=dark] .property-report-section,:root[data-theme=dark] .details-drawer{border-color:var(--line)}:root[data-theme=dark] .site-footer{background:linear-gradient(180deg,#0b0b0f,#030303)}:root[data-theme=dark] .site-footer__brand,:root[data-theme=dark] .site-footer__column h4{color:var(--text)}:root[data-theme=dark] .theme-toggle strong{color:#d4d4d8}:root[data-theme=dark] .hero-carousel-card{background:#0b0b0f;border-color:var(--line);box-shadow:0 22px 46px #0000008c}:root[data-theme=dark] .hero-carousel-loading{background:#0b0b0f}:root[data-theme=dark] .hero-carousel-placeholder span{border-color:#ffffff29;background:#111116eb;color:#fff}:root[data-theme=dark] .hero-carousel-badge{background:#2563eb38;color:#fff}:root[data-theme=dark] .hero-carousel-link{background:#111116;color:#fff}:root[data-theme=dark] .hero-carousel-skeleton{background:linear-gradient(90deg,#0b0b0f,#111116,#0b0b0f)}:root[data-theme=dark] .image-placeholder{background:linear-gradient(135deg,#2563eb2e,#0b0b0f);color:#fff}:root[data-theme=dark] .chip,:root[data-theme=dark] .badge-gray,:root[data-theme=dark] .features-list span,:root[data-theme=dark] .placeholder-list span,:root[data-theme=dark] .room-type-meta span,:root[data-theme=dark] .feature-chips span{background:#2b6ff329;color:#fff;border-color:#ffffff1a}:root[data-theme=dark] .tour-callout{background:#2563eb2e;border-color:#ffffff1a}:root[data-theme=dark] .tour-preview-card{background:#111116;border-color:var(--line)}:root[data-theme=dark] .tour-preview-card .muted,:root[data-theme=dark] .tour-preview-card h2{color:var(--text)}:root[data-theme=dark] .property-rating-summary{background:#fbbf241f;border-color:#ffffff1a;color:#fde68a}:root[data-theme=dark] .property-stars-input button.is-active{background:#fbbf2429;color:#fde68a}:root[data-theme=dark] .property-report-button{color:#fecaca;border-color:#f8717180;background:#7f1d1d29}:root[data-theme=dark] .property-location-link{background:#2563eb2e;border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .property-location-link>span:first-child{color:var(--text);background:#2563eb80}:root[data-theme=dark] .property-reference-card{background:#2563eb2e;border-color:#ffffff1a}:root[data-theme=dark] .property-reference-card span,:root[data-theme=dark] .property-reference-card strong{color:#fff}:root[data-theme=dark] .property-reference-card button{background:#111116;border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .form-error{background:#7f1d1d29;border-color:#f8717147;color:#fecaca}:root[data-theme=dark] .form-success{background:#14532d33;border-color:#4ade8042;color:#bbf7d0}:root[data-theme=dark] .notice{background:#78350f33;border-color:#fbbf2442;color:#fde68a}:root[data-theme=dark] .btn-primary{background:var(--primary-600);color:#fff;box-shadow:0 14px 32px #2563eb4d}:root[data-theme=dark] .btn-primary:hover{background:var(--primary-800)}:root[data-theme=dark] .btn-outline,:root[data-theme=dark] .btn-ghost,:root[data-theme=dark] .nav-more-button,:root[data-theme=dark] .mobile-menu-button,:root[data-theme=dark] .filter-toggle-button,:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .theme-toggle--drawer{background:var(--surface-elevated);border-color:var(--border);color:var(--text)}:root[data-theme=dark] .property-card,:root[data-theme=dark] .hotel-card,:root[data-theme=dark] .map-property-card,:root[data-theme=dark] .list-card,:root[data-theme=dark] .admin-property-card{background:var(--surface);border-color:var(--border)}:root[data-theme=dark] .search-panel,:root[data-theme=dark] .auth-card,:root[data-theme=dark] .profile-card,:root[data-theme=dark] .state,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .filter-drawer,:root[data-theme=dark] .country-dial-dialog,:root[data-theme=dark] .admin-bottom-sheet,:root[data-theme=dark] .admin-app-loading,:root[data-theme=dark] .admin-app-empty,:root[data-theme=dark] .admin-inline-message,:root[data-theme=dark] .admin-inline-warning{background:var(--surface);border-color:var(--border)}:root[data-theme=dark] .modal-empty-state,:root[data-theme=dark] .details-stat-grid span,:root[data-theme=dark] .property-login-prompt,:root[data-theme=dark] .property-location-grid>div,:root[data-theme=dark] .drawer-body{background:var(--surface-soft)}:root[data-theme=dark] .mobile-drawer__nav a{background:#111116;border:1px solid rgba(255,255,255,.06);color:#fff}:root[data-theme=dark] .mobile-drawer__nav a.active{background:#2563eb2e}:root[data-theme=dark] .mobile-drawer__actions .btn{background:var(--surface-elevated);border-color:var(--border)}:root[data-theme=dark] input,:root[data-theme=dark] textarea,:root[data-theme=dark] select,:root[data-theme=dark] option,:root[data-theme=dark] fieldset,:root[data-theme=dark] legend{background:#08080b;color:#fff;border-color:#ffffff1f}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#8b8b94}:root[data-theme=dark] input:disabled,:root[data-theme=dark] textarea:disabled,:root[data-theme=dark] select:disabled{color:#ffffffb8;opacity:1}:root[data-theme=dark] .field-label,:root[data-theme=dark] .app-field>span{color:#e5e7eb}:root[data-theme=dark] .app-feature-row{background:#0b0b0f;border-color:#ffffff1f;color:#e5e7eb}:root[data-theme=dark] .app-feature-row:has(input:checked){background:#2563eb2e;border-color:#2563eb6b}:root[data-theme=dark] .app-feature-row input{accent-color:var(--primary-600)}:root[data-theme=dark] .app-image-upload-tile,:root[data-theme=dark] .add-property-app .panorama-upload-tile{background:#0b0b0f;border-color:#ffffff24;color:#fff}:root[data-theme=dark] .app-image-upload-tile strong,:root[data-theme=dark] .add-property-app .panorama-upload-tile strong{color:#fff}:root[data-theme=dark] .app-image-upload-tile small,:root[data-theme=dark] .add-property-app .panorama-upload-tile small{color:#a1a1aa}:root[data-theme=dark] .location-picker-card,:root[data-theme=dark] .location-picker-map-shell,:root[data-theme=dark] .location-selected-panel{background:#0b0b0f;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .location-picker-status{background:#0b0b0feb;color:#fff}:root[data-theme=dark] .location-picker-status.error{background:#7f1d1d3d;color:#fecaca}:root[data-theme=dark] .location-select-button,:root[data-theme=dark] .location-picker-button{background:#2563eb2e;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .location-select-button:hover,:root[data-theme=dark] .location-select-button.active,:root[data-theme=dark] .location-picker-button:hover,:root[data-theme=dark] .location-picker-button.active{background:#2563eb3d;border-color:#ffffff2e}:root[data-theme=dark] .property-pricing-helper,:root[data-theme=dark] .selected-coordinates,:root[data-theme=dark] .location-picker-help,:root[data-theme=dark] .map-page-heading p,:root[data-theme=dark] .map-side-header p,:root[data-theme=dark] .map-selected-content p,:root[data-theme=dark] .map-results-heading .muted,:root[data-theme=dark] .info-list dt,:root[data-theme=dark] .shortcut-grid a,:root[data-theme=dark] .map-selected-preview.empty{color:#a1a1aa}:root[data-theme=dark] .shortcut-grid a{background:#0b0b0f;border-color:#ffffff1f}:root[data-theme=dark] .shortcut-grid a:hover,:root[data-theme=dark] .shortcut-grid a.active{background:#2563eb2e;border-color:#ffffff29;color:#fff}:root[data-theme=dark] .info-list div{border-bottom-color:#ffffff1a}:root[data-theme=dark] .info-list dd,:root[data-theme=dark] .map-selected-content strong,:root[data-theme=dark] .map-result-copy strong,:root[data-theme=dark] .map-result-price,:root[data-theme=dark] .map-selected-thumb span{color:#fff}:root[data-theme=dark] .profile-page,:root[data-theme=dark] .map-page,:root[data-theme=dark] .property-detail-shell,:root[data-theme=dark] .add-property-app{padding-bottom:calc(130px + env(safe-area-inset-bottom))}:root[data-theme=dark] .map-side-panel,:root[data-theme=dark] .map-selected-preview,:root[data-theme=dark] .map-results-list,:root[data-theme=dark] .map-result-row{background:#0b0b0f;border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .map-side-panel{box-shadow:0 18px 55px #0000008c}:root[data-theme=dark] .map-selected-thumb,:root[data-theme=dark] .map-result-thumb{background:#111116}:root[data-theme=dark] .map-selected-specs span{background:#2563eb2e;color:#fff}:root[data-theme=dark] .map-result-row:hover{background:#111116;border-color:#ffffff29}:root[data-theme=dark] .map-result-row.is-selected{background:#2563eb2e;border-color:#2563eb6b}:root[data-theme=dark] .map-coordinate-chip{background:#2563eb2e;color:#fff}:root[data-theme=dark] .property-detail-shell .details-content,:root[data-theme=dark] .property-detail-shell .property-location-section,:root[data-theme=dark] .property-detail-shell .property-comments-section,:root[data-theme=dark] .property-detail-shell .property-rating-section,:root[data-theme=dark] .property-detail-shell .property-transaction-card,:root[data-theme=dark] .property-detail-shell .property-login-prompt{background:#0b0b0f;border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .property-detail-shell .details-block p,:root[data-theme=dark] .property-detail-shell .comment-card p,:root[data-theme=dark] .property-detail-shell .details-location,:root[data-theme=dark] .property-detail-shell .property-login-hint,:root[data-theme=dark] .property-detail-shell .property-empty-feedback{color:#d4d4d8}:root[data-theme=dark] .property-detail-shell .comment-card{background:#111116;border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .property-detail-shell .property-reference-card{background:#2563eb2e;border-color:#ffffff1a}:root[data-theme=dark] .property-detail-shell .property-reference-card button,:root[data-theme=dark] .property-detail-shell .property-location-link,:root[data-theme=dark] .property-detail-shell .details-actions .btn,:root[data-theme=dark] .property-detail-shell .property-transaction-button.btn,:root[data-theme=dark] .property-detail-shell .property-report-button,:root[data-theme=dark] .property-detail-shell .property-stars-input button{background:#111116;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .property-detail-shell .property-report-button{background:#7f1d1d29;border-color:#f8717180}:root[data-theme=dark] .add-property-appbar{background:linear-gradient(180deg,#111116,#050505);color:#fff}:root[data-theme=dark] .add-property-back{background:#111116;color:#fff;border:1px solid rgba(255,255,255,.12)}:root[data-theme=dark] .add-property-app .app-card-heading h2,:root[data-theme=dark] .add-property-app .form-section-heading h2{color:#fff}:root[data-theme=dark] .add-property-app .app-card-heading p,:root[data-theme=dark] .add-property-app .form-section-heading p,:root[data-theme=dark] .add-property-app .property-pricing-helper{color:#a1a1aa}:root[data-theme=dark] .add-property-submit{background:linear-gradient(180deg,#03030300,#030303 30%)}:root[data-theme=dark] .add-property-submit .btn{box-shadow:0 14px 32px #0000006b}@media(max-width:768px){.hotel-details-page{padding-bottom:calc(130px + env(safe-area-inset-bottom))}.hotel-details-page .hotel-details-appbar,.hotel-details-page .hotel-details-content{width:min(100% - 24px,620px)}.hotel-details-page .hotel-details-content{margin-top:14px;gap:14px}.hotel-details-page .hotel-section-card,.hotel-details-page .hotel-room-section{width:100%;max-width:100%;min-width:0;padding:15px;border-radius:20px}.hotel-details-page .hotel-overview-card{gap:14px}.hotel-details-page .hotel-overview-card .details-main-image{min-height:0;aspect-ratio:4 / 3}.hotel-details-page .room-type-grid{gap:16px}.hotel-details-page .hotel-room-card{width:100%;max-width:100%;gap:14px;padding:13px;border-radius:20px}.hotel-details-page .hotel-room-panorama-thumb,.hotel-details-page .hotel-room-panorama-thumb img{min-height:0;aspect-ratio:4 / 3;max-height:none}.hotel-details-page .hotel-room-heading>div,.hotel-details-page .hotel-card-section-heading,.hotel-details-page .hotel-login-prompt{align-items:flex-start;flex-direction:column}.hotel-details-page .hotel-room-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hotel-details-page .hotel-room-specs span{padding:10px 8px}.hotel-details-page .hotel-room-features-box{padding:12px}.hotel-details-page .hotel-room-features{justify-content:flex-start}.hotel-details-page .hotel-room-price-row{grid-template-columns:minmax(0,1fr)}.hotel-details-page .hotel-room-book-button,.hotel-details-page .hotel-report-button{width:100%;min-width:0}.hotel-details-page .hotel-comments-card,.hotel-details-page .hotel-ratings-card{gap:12px}.hotel-details-page .hotel-comment-item{grid-template-columns:36px minmax(0,1fr);padding:12px}.hotel-details-page .hotel-comment-avatar{width:36px;height:36px}.hotel-details-page .hotel-comment-item header{align-items:flex-start;flex-direction:column;gap:2px}.hotel-details-page .hotel-rating-summary{padding:16px}.hotel-details-page .hotel-rating-action{width:100%;justify-items:stretch}.hotel-details-page .hotel-stars-input{width:100%;justify-content:space-between}.hotel-details-page .hotel-stars-input button{width:38px;height:38px}.hotel-details-page .hotel-report-section{padding-bottom:8px}.profile-page .profile-card,.profile-page .profile-account-card,.profile-page .profile-shortcuts-card{width:100%;max-width:100%;min-width:0}.profile-page{padding-bottom:calc(130px + env(safe-area-inset-bottom))}.profile-page .profile-shortcuts-card .shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-property-page{padding-bottom:calc(130px + env(safe-area-inset-bottom))}.add-property-page .add-property-submit{bottom:calc(74px + env(safe-area-inset-bottom))}}@media(max-width:390px){.hotel-details-page .hotel-details-appbar,.hotel-details-page .hotel-details-content{width:min(100% - 14px,620px)}.hotel-details-page .hotel-room-specs{grid-template-columns:minmax(0,1fr)}.hotel-details-page .hotel-room-heading h3{font-size:1.08rem}.hotel-details-page .hotel-stars-input button{width:36px;height:36px;font-size:1.5rem}.profile-page .profile-shortcuts-card .shortcut-grid{grid-template-columns:minmax(0,1fr)}}:root[data-theme=dark] .hotel-details-page{background:#000;padding-bottom:calc(130px + env(safe-area-inset-bottom))}:root[data-theme=dark] .hotel-details-page .hotel-details-appbar{background:linear-gradient(180deg,#050505,#000);border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 55px #0000008c}:root[data-theme=dark] .hotel-details-page .hotel-details-back{background:#111116;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .hotel-details-page .hotel-details-content,:root[data-theme=dark] .hotel-details-page .hotel-section-card,:root[data-theme=dark] .hotel-details-page .hotel-room-card,:root[data-theme=dark] .hotel-details-page .hotel-room-features-box,:root[data-theme=dark] .hotel-details-page .hotel-room-price-card,:root[data-theme=dark] .hotel-details-page .hotel-room-availability-box,:root[data-theme=dark] .hotel-details-page .hotel-comment-item,:root[data-theme=dark] .hotel-details-page .hotel-rating-summary,:root[data-theme=dark] .hotel-details-page .hotel-login-prompt,:root[data-theme=dark] .hotel-details-page .hotel-card-section-heading,:root[data-theme=dark] .hotel-details-page .hotel-report-button{background:#0b0b0f;border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .hotel-details-page .hotel-overview-card .hotel-summary-panel,:root[data-theme=dark] .hotel-details-page .hotel-information-card,:root[data-theme=dark] .hotel-details-page .hotel-comments-card,:root[data-theme=dark] .hotel-details-page .hotel-ratings-card,:root[data-theme=dark] .hotel-details-page .hotel-room-section{color:#fff}:root[data-theme=dark] .hotel-details-page .hotel-overview-card .details-main-image,:root[data-theme=dark] .hotel-details-page .hotel-room-panorama-thumb,:root[data-theme=dark] .hotel-details-page .hotel-room-panorama-empty{background:#111116;border-color:#ffffff1a}:root[data-theme=dark] .hotel-details-page .hotel-room-panorama-thumb>span,:root[data-theme=dark] .hotel-details-page .hotel-room-360-badge,:root[data-theme=dark] .hotel-details-page .hotel-comment-avatar{background:#2563eb2e;color:#fff}:root[data-theme=dark] .hotel-details-page .hotel-room-specs span,:root[data-theme=dark] .hotel-details-page .hotel-room-feature-chip,:root[data-theme=dark] .hotel-details-page .hotel-room-price-card,:root[data-theme=dark] .hotel-details-page .hotel-rating-list>div{background:#111116;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .hotel-details-page .hotel-room-features-box h4,:root[data-theme=dark] .hotel-details-page .hotel-room-features-box p,:root[data-theme=dark] .hotel-details-page .hotel-room-heading p{color:#d4d4d8}:root[data-theme=dark] .hotel-details-page .hotel-room-feature-chip{background:#2563eb2e}:root[data-theme=dark] .hotel-details-page .hotel-room-price-card.daily,:root[data-theme=dark] .hotel-details-page .hotel-room-price-card.nightly{border-color:#ffffff1f}:root[data-theme=dark] .hotel-details-page .hotel-room-availability-badge.is-available{color:#bbf7d0;background:#14532d33}:root[data-theme=dark] .hotel-details-page .hotel-room-availability-badge.is-unavailable{color:#fecaca;background:#7f1d1d33}:root[data-theme=dark] .hotel-details-page .hotel-card-section-heading button,:root[data-theme=dark] .hotel-details-page .hotel-room-heading p,:root[data-theme=dark] .hotel-details-page .hotel-empty-feedback,:root[data-theme=dark] .hotel-details-page .hotel-rating-summary span,:root[data-theme=dark] .hotel-details-page .hotel-comment-item time,:root[data-theme=dark] .hotel-details-page .hotel-comment-item p,:root[data-theme=dark] .hotel-details-page .hotel-login-prompt p{color:#d4d4d8}:root[data-theme=dark] .hotel-details-page .hotel-room-book-button{background:#2563eb;box-shadow:0 18px 45px #0000008c}:root[data-theme=dark] .hotel-details-page .hotel-room-book-button:hover:not(:disabled){background:#3b82f6}:root[data-theme=dark] .hotel-details-page .hotel-report-button{color:#fecaca;border-color:#f8717180;background:#7f1d1d29}:root[data-theme=dark] .profile-page .profile-card,:root[data-theme=dark] .profile-page .profile-account-card,:root[data-theme=dark] .profile-page .profile-shortcuts-card{background:#0b0b0f;border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .profile-page .shortcut-grid a{background:#111116;border-color:#ffffff1f;color:#d4d4d8}:root[data-theme=dark] .profile-page .shortcut-grid a:hover,:root[data-theme=dark] .profile-page .shortcut-grid a.active{background:#2563eb2e;border-color:#2563eb6b;color:#fff}:root[data-theme=dark] .add-property-page .app-property-card,:root[data-theme=dark] .add-property-page .panorama-upload-section,:root[data-theme=dark] .add-property-page .location-picker-card,:root[data-theme=dark] .add-property-page .location-picker-map-shell,:root[data-theme=dark] .add-property-page .location-selected-panel,:root[data-theme=dark] .add-property-page .panorama-scene-card,:root[data-theme=dark] .add-property-page .app-image-upload-tile,:root[data-theme=dark] .add-property-page .panorama-upload-tile{background:#0b0b0f;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .add-property-page .app-card-heading p,:root[data-theme=dark] .add-property-page .form-section-heading p,:root[data-theme=dark] .add-property-page .property-pricing-helper,:root[data-theme=dark] .add-property-page .selected-coordinates,:root[data-theme=dark] .add-property-page .location-picker-help,:root[data-theme=dark] .add-property-page .location-picker-status,:root[data-theme=dark] .add-property-page .panorama-scene-card .field-helper{color:#a1a1aa}:root[data-theme=dark] .add-property-page .app-feature-row{background:#111116;border-color:#ffffff1f;color:#e5e7eb}:root[data-theme=dark] .add-property-page .app-feature-row:has(input:checked){background:#2563eb2e;border-color:#2563eb6b}:root[data-theme=dark] .add-property-page .location-select-button,:root[data-theme=dark] .add-property-page .location-picker-button{background:#2563eb2e;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .add-property-page .add-property-submit{background:linear-gradient(180deg,#0000,#030303 30%)}.hotel-details-page .hotel-rating-stars span,.hotel-details-page .hotel-rating-list-stars i,.property-detail-shell .property-rating-stars span{color:#cbd5e1!important;font-style:normal}.hotel-details-page .hotel-rating-stars span.is-selected,.hotel-details-page .hotel-rating-list-stars i.is-selected,.hotel-details-page .hotel-stars-input button.is-selected,.property-detail-shell .property-rating-stars span.is-selected,.property-detail-shell .property-stars-input button.is-active{color:#f5b301!important}.hotel-details-page .hotel-stars-input button:focus-visible,.property-detail-shell .property-stars-input button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}:root[data-theme=dark] .hotel-details-page .hotel-rating-stars span,:root[data-theme=dark] .hotel-details-page .hotel-rating-list-stars i,:root[data-theme=dark] .hotel-details-page .hotel-stars-input button,:root[data-theme=dark] .property-detail-shell .property-rating-stars span,:root[data-theme=dark] .property-detail-shell .property-stars-input button{color:#64748b!important}:root[data-theme=dark] .hotel-details-page .hotel-rating-stars span.is-selected,:root[data-theme=dark] .hotel-details-page .hotel-rating-list-stars i.is-selected,:root[data-theme=dark] .hotel-details-page .hotel-stars-input button.is-selected,:root[data-theme=dark] .property-detail-shell .property-rating-stars span.is-selected,:root[data-theme=dark] .property-detail-shell .property-stars-input button.is-active{color:#facc15!important}:root[data-theme=dark] .hotel-details-page .hotel-details-content{background:transparent}:root[data-theme=dark] .hotel-details-page .hotel-overview-card,:root[data-theme=dark] .hotel-details-page .hotel-summary-panel,:root[data-theme=dark] .hotel-details-page .hotel-information-card,:root[data-theme=dark] .hotel-details-page .hotel-room-section,:root[data-theme=dark] .hotel-details-page .hotel-comments-card,:root[data-theme=dark] .hotel-details-page .hotel-ratings-card,:root[data-theme=dark] .hotel-details-page .hotel-report-section,:root[data-theme=dark] .hotel-details-page .hotel-action-modal,:root[data-theme=dark] .hotel-details-page .hotel-gallery-card{background:#0b0b0f;border-color:#ffffff1f;color:#fff}:root[data-theme=dark] .hotel-details-page .hotel-room-card,:root[data-theme=dark] .hotel-details-page .details-main-image,:root[data-theme=dark] .hotel-details-page .image-placeholder,:root[data-theme=dark] .hotel-details-page .thumbnail-row button,:root[data-theme=dark] .hotel-details-page .hotel-rating-summary,:root[data-theme=dark] .hotel-details-page .hotel-comment-item{background:#111116;border-color:#ffffff1f}:root[data-theme=dark] .property-detail-shell{background:#000}:root[data-theme=dark] .property-detail-shell .details-gallery,:root[data-theme=dark] .property-detail-shell .details-main-image,:root[data-theme=dark] .property-detail-shell .thumbnail-row button,:root[data-theme=dark] .property-detail-shell .property-report-section,:root[data-theme=dark] .property-detail-shell .property-request-modal{background:#0b0b0f;border-color:#ffffff1f}:root[data-theme=dark] .add-property-page,:root[data-theme=dark] .add-property-page .add-property-shell,:root[data-theme=dark] .add-property-page .add-property-form,:root[data-theme=dark] .profile-page{background:#000}:root[data-theme=dark] .add-property-page .app-card-body,:root[data-theme=dark] .add-property-page .app-card-heading,:root[data-theme=dark] .add-property-page .app-input-shell{background:#111116;border-color:#ffffff1f}:root[data-theme=dark] .map-stage,:root[data-theme=dark] .map-stage>.state{background:#0b0b0f;border-color:#ffffff1f}.map-stage>.state{min-height:630px;align-content:center}@media(max-width:768px){.hotel-details-page,.property-detail-shell,.add-property-page,.profile-page,.map-page{padding-bottom:calc(130px + env(safe-area-inset-bottom))}.map-page,.map-page-layout,.map-stage,.map-side-panel{width:100%;max-width:100%;min-width:0}.map-stage>.state{min-height:58vh}.map-results-stack{max-height:42vh}}@media(max-width:430px){.site-header .header-inner,.hotel-details-page .hotel-details-appbar,.hotel-details-page .hotel-details-content{min-width:0}.property-detail-shell .property-stars-input,.hotel-details-page .hotel-stars-input{width:100%;justify-content:space-between}}:root[data-theme=dark] .profile-shortcuts-card,:root[data-theme=dark] .profile-account-card,:root[data-theme=dark] .account-card,:root[data-theme=dark] .account-panel,:root[data-theme=dark] .profile-card{background:#0b0b0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important}:root[data-theme=dark] .profile-shortcuts-card a,:root[data-theme=dark] .profile-account-card a,:root[data-theme=dark] .account-card a,:root[data-theme=dark] .account-panel a{background:#111116!important;color:#f4f4f5!important;border:1px solid rgba(255,255,255,.12)!important}:root[data-theme=dark] .profile-shortcuts-card a.active,:root[data-theme=dark] .account-panel a.active,:root[data-theme=dark] .profile-account-card a.active{background:#2563eb3d!important;color:#fff!important;border-color:#2563eb8c!important}:root[data-theme=dark] .add-property-page,:root[data-theme=dark] .add-property-page main,:root[data-theme=dark] .add-property-page .page-shell,:root[data-theme=dark] .add-property-page .form-shell{background:#000!important}:root[data-theme=dark] .add-property-page .sticky-submit,:root[data-theme=dark] .add-property-page .submit-bar,:root[data-theme=dark] .add-property-page .form-submit-bar,:root[data-theme=dark] .add-property-page .add-property-submit,:root[data-theme=dark] .add-property-page .form-actions{background:#000!important;border:0!important;box-shadow:none!important}:root[data-theme=dark] .add-property-page .sticky-submit button,:root[data-theme=dark] .add-property-page .submit-bar button,:root[data-theme=dark] .add-property-page .form-submit-bar button,:root[data-theme=dark] .add-property-page .add-property-submit button,:root[data-theme=dark] .add-property-page .form-actions button[type=submit]{background:#2563eb!important;color:#fff!important;border:0!important;box-shadow:0 18px 45px #2563eb47!important}@media(max-width:768px){.add-property-page{padding-bottom:calc(150px + env(safe-area-inset-bottom))!important;overflow-x:hidden!important}.add-property-page .sticky-submit,.add-property-page .submit-bar,.add-property-page .form-submit-bar,.add-property-page .add-property-submit,.add-property-page .form-actions{position:sticky!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;z-index:900!important;width:100%!important;max-width:100%!important;padding:12px 0 0!important;margin:22px 0 0!important}.add-property-page .sticky-submit button,.add-property-page .submit-bar button,.add-property-page .form-submit-bar button,.add-property-page .add-property-submit button,.add-property-page .form-actions button[type=submit]{width:100%!important;min-height:54px!important;border-radius:16px!important;font-size:17px!important;font-weight:900!important}}@media(min-width:769px){.add-property-page .sticky-submit,.add-property-page .submit-bar,.add-property-page .form-submit-bar,.add-property-page .add-property-submit,.add-property-page .form-actions{position:static!important;width:100%!important;margin-top:28px!important}.add-property-page .sticky-submit button,.add-property-page .submit-bar button,.add-property-page .form-submit-bar button,.add-property-page .add-property-submit button,.add-property-page .form-actions button[type=submit]{width:100%!important;max-width:100%!important;min-height:56px!important;border-radius:18px!important}}:root[data-theme=dark] .profile-shortcuts-card,:root[data-theme=dark] .profile-shortcut-card,:root[data-theme=dark] .profile-tabs-card,:root[data-theme=dark] .profile-tabs,:root[data-theme=dark] .account-shortcuts,:root[data-theme=dark] .account-shortcuts-card{background:#0b0b0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 18px 55px #0000008c!important}:root[data-theme=dark] .profile-shortcuts-card a,:root[data-theme=dark] .profile-shortcut-card a,:root[data-theme=dark] .profile-tabs-card a,:root[data-theme=dark] .profile-tabs a,:root[data-theme=dark] .account-shortcuts a,:root[data-theme=dark] .account-shortcuts-card a,:root[data-theme=dark] .profile-shortcuts-card button,:root[data-theme=dark] .profile-tabs-card button,:root[data-theme=dark] .account-shortcuts button{background:#111116!important;color:#e4e4e7!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}:root[data-theme=dark] .profile-shortcuts-card a:hover,:root[data-theme=dark] .profile-tabs-card a:hover,:root[data-theme=dark] .account-shortcuts a:hover,:root[data-theme=dark] .profile-shortcuts-card button:hover,:root[data-theme=dark] .profile-tabs-card button:hover,:root[data-theme=dark] .account-shortcuts button:hover{background:#18181b!important;color:#fff!important}:root[data-theme=dark] .profile-shortcuts-card a.active,:root[data-theme=dark] .profile-shortcuts-card .active,:root[data-theme=dark] .profile-tabs-card a.active,:root[data-theme=dark] .profile-tabs-card .active,:root[data-theme=dark] .profile-tabs a.active,:root[data-theme=dark] .account-shortcuts a.active,:root[data-theme=dark] .account-shortcuts .active{background:#2563eb47!important;color:#fff!important;border-color:#2563ebb3!important}:root[data-theme=dark] .profile-shortcuts-card *,:root[data-theme=dark] .profile-tabs-card *,:root[data-theme=dark] .profile-tabs *,:root[data-theme=dark] .account-shortcuts *,:root[data-theme=dark] .account-shortcuts-card *{color:inherit}:root[data-theme=dark] .hotel-details-page,:root[data-theme=dark] .hotel-details-page main,:root[data-theme=dark] .hotel-details-page .page-shell,:root[data-theme=dark] .hotel-details-page .details-shell{background:#000!important;color:#fff!important}:root[data-theme=dark] .hotel-details-page .hotel-card,:root[data-theme=dark] .hotel-details-page .hotel-details-card,:root[data-theme=dark] .hotel-details-page .hotel-summary-card,:root[data-theme=dark] .hotel-details-page .hotel-info-card,:root[data-theme=dark] .hotel-details-page .hotel-section,:root[data-theme=dark] .hotel-details-page .details-card,:root[data-theme=dark] .hotel-details-page .property-card,:root[data-theme=dark] .hotel-details-page .card,:root[data-theme=dark] .hotel-details-page article,:root[data-theme=dark] .hotel-details-page section{background:#0b0b0f!important;color:#fff!important;border-color:#ffffff1f!important;box-shadow:0 18px 55px #0000008c!important}:root[data-theme=dark] .hotel-details-page .hotel-card *,:root[data-theme=dark] .hotel-details-page .hotel-details-card *,:root[data-theme=dark] .hotel-details-page .hotel-summary-card *,:root[data-theme=dark] .hotel-details-page .hotel-info-card *,:root[data-theme=dark] .hotel-details-page .hotel-section *,:root[data-theme=dark] .hotel-details-page .details-card *,:root[data-theme=dark] .hotel-details-page .property-card *,:root[data-theme=dark] .hotel-details-page .card *{color:inherit}:root[data-theme=dark] .hotel-details-page p,:root[data-theme=dark] .hotel-details-page span,:root[data-theme=dark] .hotel-details-page small,:root[data-theme=dark] .hotel-details-page li{color:#d4d4d8!important}:root[data-theme=dark] .hotel-details-page h1,:root[data-theme=dark] .hotel-details-page h2,:root[data-theme=dark] .hotel-details-page h3,:root[data-theme=dark] .hotel-details-page h4,:root[data-theme=dark] .hotel-details-page strong{color:#fff!important}:root[data-theme=dark] .hotel-details-page a,:root[data-theme=dark] .hotel-details-page .link,:root[data-theme=dark] .hotel-details-page .text-primary{color:#3b82f6!important}:root[data-theme=dark] .hotel-details-page .badge,:root[data-theme=dark] .hotel-details-page .chip,:root[data-theme=dark] .hotel-details-page .tag{background:#111116!important;color:#f4f4f5!important;border:1px solid rgba(255,255,255,.12)!important}:root[data-theme=dark] .hotel-details-page .approved,:root[data-theme=dark] .hotel-details-page .status-approved{background:#dcfce7!important;color:#166534!important}:root[data-theme=dark] .hotel-details-page img{background:#0b0b0f!important}:root[data-theme=dark] .hotel-details-page input,:root[data-theme=dark] .hotel-details-page textarea,:root[data-theme=dark] .hotel-details-page select{background:#09090d!important;color:#fff!important;border-color:#ffffff24!important}:root[data-theme=dark] .hotel-details-page input::placeholder,:root[data-theme=dark] .hotel-details-page textarea::placeholder{color:#71717a!important}html[data-theme=dark] body .profile-page .profile-shortcuts-card,html[data-theme=dark] body .profile-page .profile-shortcut-card,html[data-theme=dark] body .profile-page .profile-tabs-card,html[data-theme=dark] body .profile-page .profile-tabs,html[data-theme=dark] body .profile-page .account-shortcuts,html[data-theme=dark] body .profile-page .account-shortcuts-card,html[data-theme=dark] body .profile-page aside,html[data-theme=dark] body .profile-page nav[aria-label*=الحساب],html[data-theme=dark] body .profile-page nav[aria-label*=profile]{background:#0b0b0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 22px 65px #00000094!important}html[data-theme=dark] body .profile-page .profile-shortcuts-card a,html[data-theme=dark] body .profile-page .profile-shortcut-card a,html[data-theme=dark] body .profile-page .profile-tabs-card a,html[data-theme=dark] body .profile-page .profile-tabs a,html[data-theme=dark] body .profile-page .account-shortcuts a,html[data-theme=dark] body .profile-page .account-shortcuts-card a,html[data-theme=dark] body .profile-page aside a,html[data-theme=dark] body .profile-page nav[aria-label*=الحساب] a,html[data-theme=dark] body .profile-page nav[aria-label*=profile] a{background:#111116!important;color:#e4e4e7!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;opacity:1!important}html[data-theme=dark] body .profile-page .profile-shortcuts-card a *,html[data-theme=dark] body .profile-page .profile-shortcut-card a *,html[data-theme=dark] body .profile-page .profile-tabs-card a *,html[data-theme=dark] body .profile-page .profile-tabs a *,html[data-theme=dark] body .profile-page .account-shortcuts a *,html[data-theme=dark] body .profile-page .account-shortcuts-card a *,html[data-theme=dark] body .profile-page aside a *,html[data-theme=dark] body .profile-page nav[aria-label*=الحساب] a *,html[data-theme=dark] body .profile-page nav[aria-label*=profile] a *{color:inherit!important;opacity:1!important}html[data-theme=dark] body .profile-page .profile-shortcuts-card a.active,html[data-theme=dark] body .profile-page .profile-shortcut-card a.active,html[data-theme=dark] body .profile-page .profile-tabs-card a.active,html[data-theme=dark] body .profile-page .profile-tabs a.active,html[data-theme=dark] body .profile-page .account-shortcuts a.active,html[data-theme=dark] body .profile-page .account-shortcuts-card a.active,html[data-theme=dark] body .profile-page aside a.active,html[data-theme=dark] body .profile-page nav[aria-label*=الحساب] a.active,html[data-theme=dark] body .profile-page nav[aria-label*=profile] a.active{background:#2563eb52!important;color:#fff!important;border-color:#2563ebb8!important}html[data-theme=dark] body .profile-page .profile-shortcuts-card a:not(.active):hover,html[data-theme=dark] body .profile-page .profile-tabs-card a:not(.active):hover,html[data-theme=dark] body .profile-page aside a:not(.active):hover{background:#18181b!important;color:#fff!important}html[data-theme=dark] body .profile-page .profile-card,html[data-theme=dark] body .profile-page .profile-account-card,html[data-theme=dark] body .profile-page .profile-shortcuts-card{background-color:#0b0b0f!important;color:#fff!important;border-color:#ffffff1f!important}[data-theme=dark] body,[data-theme=dark] #root,[data-theme=dark] .app-shell,[data-theme=dark] .public-layout{background:#000!important;color:#fff!important}[data-theme=dark] .profile-page .profile-card.profile-shortcuts-card{background:#0b0b0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 22px 65px #0000008c!important}[data-theme=dark] .profile-page .profile-card.profile-shortcuts-card .shortcut-grid,[data-theme=dark] .profile-page .profile-card.profile-shortcuts-card h2{background:transparent!important;color:#fff!important}[data-theme=dark] .profile-page .profile-card.profile-shortcuts-card .shortcut-grid a{background:#111116!important;color:#f4f4f5!important;border:1px solid rgba(255,255,255,.12)!important;opacity:1!important}[data-theme=dark] .profile-page .profile-card.profile-shortcuts-card .shortcut-grid a:hover{background:#18181b!important;color:#fff!important}[data-theme=dark] .profile-page .profile-card.profile-account-card{background:#0b0b0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important}[data-theme=dark] .profile-page .profile-card.profile-account-card *{color:inherit}[data-theme=dark] .hotel-details-page,[data-theme=dark] .hotel-details-shell,[data-theme=dark] .hotel-details-content{background:#000!important;color:#fff!important}[data-theme=dark] .hotel-details-page .hotel-section-card,[data-theme=dark] .hotel-details-page .hotel-overview-card,[data-theme=dark] .hotel-details-page .hotel-information-card,[data-theme=dark] .hotel-details-page .hotel-summary-panel,[data-theme=dark] .hotel-details-page .hotel-room-section,[data-theme=dark] .hotel-details-page .hotel-comments-card,[data-theme=dark] .hotel-details-page .hotel-ratings-card,[data-theme=dark] .hotel-details-page .hotel-report-section{background:#0b0b0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 55px #0000008c!important}[data-theme=dark] .hotel-details-page .hotel-summary-panel *,[data-theme=dark] .hotel-details-page .hotel-information-card *,[data-theme=dark] .hotel-details-page .hotel-section-card *{color:inherit}[data-theme=dark] .hotel-details-page .details-location,[data-theme=dark] .hotel-details-page p,[data-theme=dark] .hotel-details-page dd,[data-theme=dark] .hotel-details-page dt{color:#d4d4d8!important}[data-theme=dark] .hotel-details-page h1,[data-theme=dark] .hotel-details-page h2,[data-theme=dark] .hotel-details-page h3,[data-theme=dark] .hotel-details-page strong{color:#fff!important}[data-theme=dark] .hotel-details-page .property-price,[data-theme=dark] .hotel-details-page .eyebrow{color:#3b82f6!important}[data-theme=dark] .hotel-details-page .details-badges .chip,[data-theme=dark] .hotel-details-page .chip{background:#111116!important;color:#f4f4f5!important;border:1px solid rgba(255,255,255,.12)!important}[data-theme=dark] .add-property-app,[data-theme=dark] .add-property-page{background:#000!important;color:#fff!important}[data-theme=dark] .add-property-page .app-property-card,[data-theme=dark] .add-property-page .panorama-upload-section,[data-theme=dark] .add-property-page .location-picker-card,[data-theme=dark] .add-property-page .location-picker-map-shell,[data-theme=dark] .add-property-page .location-selected-panel,[data-theme=dark] .add-property-page .panorama-scene-card,[data-theme=dark] .add-property-page .app-image-upload-tile,[data-theme=dark] .add-property-page .panorama-upload-tile{background:#0b0b0f!important;color:#fff!important;border-color:#ffffff1f!important}[data-theme=dark] .add-property-page label,[data-theme=dark] .add-property-page h1,[data-theme=dark] .add-property-page h2,[data-theme=dark] .add-property-page h3{color:#fff!important}[data-theme=dark] .add-property-page p,[data-theme=dark] .add-property-page small{color:#a1a1aa!important}[data-theme=dark] .add-property-page input,[data-theme=dark] .add-property-page textarea,[data-theme=dark] .add-property-page select{background:#09090d!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important}[data-theme=dark] .add-property-page input::placeholder,[data-theme=dark] .add-property-page textarea::placeholder{color:#71717a!important}[data-theme=dark] .add-property-page .form-actions{background:#000!important;border:0!important;box-shadow:none!important}[data-theme=dark] .add-property-page .form-actions button[type=submit],[data-theme=dark] .add-property-page button[type=submit]{background:#2563eb!important;color:#fff!important;border:0!important}@media(max-width:768px){[data-theme=dark] .profile-page,[data-theme=dark] .hotel-details-page,[data-theme=dark] .add-property-page{padding-bottom:calc(150px + env(safe-area-inset-bottom))!important;overflow-x:hidden!important}}[data-theme=dark] .profile-shortcuts-card,[data-theme=dark] .profile-card.profile-shortcuts-card,[data-theme=dark] .profile-shortcut-card,[data-theme=dark] .profile-tabs-card,[data-theme=dark] .account-shortcuts,[data-theme=dark] .account-shortcuts-card,[data-theme=dark] .shortcut-grid,[data-theme=dark] .account-nav-card,[data-theme=dark] .account-sidebar,[data-theme=dark] .account-side-card{background:#0b0b0f!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 22px 65px #00000094!important}[data-theme=dark] .profile-shortcuts-card a,[data-theme=dark] .profile-card.profile-shortcuts-card a,[data-theme=dark] .profile-shortcut-card a,[data-theme=dark] .profile-tabs-card a,[data-theme=dark] .account-shortcuts a,[data-theme=dark] .account-shortcuts-card a,[data-theme=dark] .shortcut-grid a,[data-theme=dark] .account-nav-card a,[data-theme=dark] .account-sidebar a,[data-theme=dark] .account-side-card a{background:#111116!important;color:#f4f4f5!important;border:1px solid rgba(255,255,255,.12)!important;opacity:1!important;box-shadow:none!important}[data-theme=dark] .profile-shortcuts-card a *,[data-theme=dark] .profile-card.profile-shortcuts-card a *,[data-theme=dark] .profile-shortcut-card a *,[data-theme=dark] .profile-tabs-card a *,[data-theme=dark] .account-shortcuts a *,[data-theme=dark] .account-shortcuts-card a *,[data-theme=dark] .shortcut-grid a *,[data-theme=dark] .account-nav-card a *,[data-theme=dark] .account-sidebar a *,[data-theme=dark] .account-side-card a *{color:inherit!important;opacity:1!important}[data-theme=dark] .profile-shortcuts-card a.active,[data-theme=dark] .profile-card.profile-shortcuts-card a.active,[data-theme=dark] .profile-shortcut-card a.active,[data-theme=dark] .profile-tabs-card a.active,[data-theme=dark] .account-shortcuts a.active,[data-theme=dark] .account-shortcuts-card a.active,[data-theme=dark] .shortcut-grid a.active,[data-theme=dark] .account-nav-card a.active,[data-theme=dark] .account-sidebar a.active,[data-theme=dark] .account-side-card a.active{background:#2563eb52!important;color:#fff!important;border-color:#2563ebb8!important}[data-theme=dark] .profile-shortcuts-card a:hover,[data-theme=dark] .profile-card.profile-shortcuts-card a:hover,[data-theme=dark] .profile-shortcut-card a:hover,[data-theme=dark] .profile-tabs-card a:hover,[data-theme=dark] .account-shortcuts a:hover,[data-theme=dark] .account-shortcuts-card a:hover,[data-theme=dark] .shortcut-grid a:hover,[data-theme=dark] .account-nav-card a:hover,[data-theme=dark] .account-sidebar a:hover,[data-theme=dark] .account-side-card a:hover{background:#18181b!important;color:#fff!important}[data-theme=dark] .profile-shortcuts-card *,[data-theme=dark] .profile-card.profile-shortcuts-card *,[data-theme=dark] .profile-shortcut-card *,[data-theme=dark] .profile-tabs-card *,[data-theme=dark] .account-shortcuts *,[data-theme=dark] .account-shortcuts-card *,[data-theme=dark] .shortcut-grid *,[data-theme=dark] .account-nav-card *,[data-theme=dark] .account-sidebar *,[data-theme=dark] .account-side-card *{opacity:1!important}[data-theme=dark] .profile-page .profile-card,[data-theme=dark] .profile-page .profile-account-card,[data-theme=dark] .profile-page .profile-shortcuts-card{background:#08080b!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 18px 55px #000000a6!important}[data-theme=dark] .profile-page .shortcut-grid a,[data-theme=dark] .profile-page .profile-shortcuts-card a{background:#050507!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:inset 0 1px #ffffff08!important;opacity:1!important}[data-theme=dark] .profile-page .shortcut-grid a.active,[data-theme=dark] .profile-page .profile-shortcuts-card a.active,[data-theme=dark] .profile-page .shortcut-grid a[aria-current=page],[data-theme=dark] .profile-page .profile-shortcuts-card a[aria-current=page]{background:#123b8f!important;color:#fff!important;border-color:#2563eb!important}[data-theme=dark] .profile-page .shortcut-grid a:hover,[data-theme=dark] .profile-page .profile-shortcuts-card a:hover{background:#111116!important;color:#fff!important;border-color:#3b82f68c!important}[data-theme=dark] .profile-page .info-list>div,[data-theme=dark] .profile-page dl>div{border-bottom:1px solid rgba(255,255,255,.12)!important}[data-theme=dark] .profile-page dt,[data-theme=dark] .profile-page .info-list dt{color:#fff!important;font-weight:900!important}[data-theme=dark] .profile-page dd,[data-theme=dark] .profile-page .info-list dd{color:#f4f4f5!important;font-weight:700!important}[data-theme=dark] .profile-page .status-badge,[data-theme=dark] .profile-page .badge{background:#111116!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}[data-theme=dark] .profile-page .status-badge[class*=verified],[data-theme=dark] .profile-page .badge[class*=verified]{background:#22c55e2e!important;color:#86efac!important;border-color:#22c55e73!important}[data-theme=dark] .profile-page .status-badge[class*=pending],[data-theme=dark] .profile-page .badge[class*=pending]{background:#f59e0b2e!important;color:#fcd34d!important;border-color:#f59e0b73!important}[data-theme=dark] .profile-page .profile-card *,[data-theme=dark] .profile-page .profile-shortcuts-card *,[data-theme=dark] .profile-page .profile-account-card *{opacity:1!important}[data-theme=dark] .profile-page .profile-card h1,[data-theme=dark] .profile-page .profile-card h2,[data-theme=dark] .profile-page .profile-card h3,[data-theme=dark] .profile-page .profile-shortcuts-card h2,[data-theme=dark] .profile-page .profile-account-card h2{color:#fff!important}[data-theme=dark] .profile-page .page-heading p,[data-theme=dark] .profile-page .compact p{color:#a1a1aa!important}
