:root{--primary:#2f5bff;--primary-light:#5c80ff;--primary-dark:#1a3fd8;--accent:#3a7bff;--gradient-primary:linear-gradient(135deg,#2f5bff,#3a7bff);--bg:#fff;--bg-light:#f8f9fa;--bg-muted:#f0f2f5;--surface:#fff;--surface-variant:#f3f4f6;--surface-high:#fafafa;--surface-strong:#e5e7eb;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--text-disabled:#d1d5db;--text-on-primary:#fff;--success:#22c55e;--success-light:#bbf7d0;--warning:#f59e0b;--warning-light:#fde68a;--error:#ef4444;--error-light:#fecaca;--border:#e5e7eb;--border-light:#f3f4f6;--border-dark:#d1d5db;--divider:#e5e7eb;--status-confirmed:#22c55e;--status-pending:#f59e0b;--status-cancelled:#ef4444;--status-draft:#9ca3af;--status-checked-in:#0f766e;--rating:#f59e0b;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(0,0,0,.08);--shadow-lg:0 8px 32px rgba(0,0,0,.12);--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--screen-h-pad:20px;--card-pad:14px;--section-gap:24px;--item-gap:12px;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-primary);background:var(--bg)}*{box-sizing:border-box}#root,body,html{min-height:100%;margin:0}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:space-between;gap:16px;padding:18px clamp(16px,3vw,40px);border-bottom:1px solid var(--divider);background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.topbar{display:flex;align-items:center}.brand{gap:12px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:800;box-shadow:var(--shadow-md)}.brand strong{display:block;font-size:.98rem}.brand p{margin:2px 0 0;color:var(--text-tertiary);font-size:.82rem}.desktop-nav{display:none;gap:10px}.mobile-nav-link,.nav-link{padding:10px 14px;border-radius:999px;color:var(--text-secondary);transition:background .16s ease,color .16s ease,transform .16s ease}.mobile-nav-link.active,.nav-link.active{background:rgba(47,91,255,.1);color:var(--primary)}.topbar-action{border:0;padding:10px 14px;border-radius:999px;background:var(--surface);color:var(--primary);box-shadow:var(--shadow-md)}.app-main{flex:1 1;width:100%}.page{width:min(100%,1440px);margin:0 auto;padding:24px clamp(16px,3vw,40px) 96px}.home-page,.placeholder-page{display:grid;grid-gap:24px;gap:24px}.hero-card,.highlight-card,.home-hero,.home-main-grid,.home-toolbar,.placeholder-card,.properties-grid,.search-bar-large,.section-grid,.summary-panel,.support-card{border:1px solid var(--divider);border-radius:var(--radius-xl);background:hsla(0,0%,100%,.82);box-shadow:var(--shadow-md)}.hero-card{display:grid;grid-gap:20px;gap:20px;padding:clamp(20px,3vw,36px)}.hero-copy h1,.placeholder-card h1{margin:0;font-size:clamp(2rem,3vw,4rem);line-height:1.02;letter-spacing:-.04em;max-width:14ch}.eyebrow{margin:0 0 10px;color:var(--primary);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.lead{max-width:62ch;color:var(--text-secondary);font-size:1rem;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.explore-page{display:grid;grid-gap:24px;gap:24px}.explore-hero{display:grid;grid-gap:20px;gap:20px;padding:24px;border:1px solid var(--divider);border-radius:var(--radius-xl);background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.explore-rail{display:grid;grid-gap:16px;gap:16px}.explore-toolbar{display:flex;flex-wrap:wrap;gap:10px}.explore-toolbar .button{min-height:44px}.explore-main,.explore-toolbar-row{padding:24px}.explore-main,.explore-results,.explore-sidebar,.explore-toolbar-row{display:grid;grid-gap:20px;gap:20px}.reference-list{display:grid;grid-gap:12px;gap:12px}.reference-list div{padding:14px;border-radius:18px;background:var(--surface);border:1px solid var(--divider)}.reference-list strong{display:block;margin-bottom:4px}.reference-list span{color:var(--text-tertiary)}.explore-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.map-panel{display:grid;grid-gap:16px;gap:16px}.map-stage{position:relative;min-height:520px;overflow:hidden;border-radius:var(--radius-xl);border:1px solid rgba(47,91,255,.12);background:radial-gradient(circle at 16% 20%,rgba(47,91,255,.14),transparent 18%),radial-gradient(circle at 74% 32%,rgba(34,197,94,.18),transparent 20%),radial-gradient(circle at 48% 64%,rgba(58,123,255,.16),transparent 24%),linear-gradient(180deg,#eaf2ff,#dfeaff)}.map-pin{position:absolute;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:hsla(0,0%,100%,.94);color:var(--text-primary);box-shadow:var(--shadow-md);transform:translate(-50%,-50%);white-space:nowrap}.map-pin.active{background:#101828;color:#fff}.map-glow{position:absolute;border-radius:999px;filter:blur(1px)}.map-glow-a{width:180px;height:110px;top:18%;left:62%;background:rgba(34,197,94,.24)}.map-glow-b{width:140px;height:90px;top:72%;left:22%;background:rgba(47,91,255,.18)}.map-list-switch{display:flex;justify-content:center}.filter-sheet-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:end center;padding:24px;background:rgba(10,15,26,.5)}.filter-sheet{width:min(100%,760px);max-height:min(90vh,920px);overflow:auto;display:grid;grid-gap:18px;gap:18px;padding:24px;border-radius:28px;background:hsla(0,0%,100%,.98);box-shadow:var(--shadow-lg)}.filter-sheet-header{align-items:start}.filter-block h4,.filter-sheet-header h3{margin:0}.filter-block{display:grid;grid-gap:14px;gap:14px}.filter-block .section-header.compact{align-items:start}.range-visual{display:flex;align-items:end;gap:6px;min-height:90px;padding:18px 14px 12px;border-radius:22px;background:var(--surface-variant)}.range-visual span{flex:1 1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,var(--primary),var(--accent))}.range-labels{display:flex;justify-content:space-between;color:var(--text-secondary)}.amenity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.amenity-card{display:flex;align-items:center;gap:10px;padding:14px;border-radius:18px;border:1px solid var(--divider);background:var(--surface)}.amenity-card input{accent-color:var(--primary)}.filter-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;border-top:1px solid var(--divider)}.steps-list{margin:0;padding-left:20px;color:var(--text-secondary);line-height:1.8}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:600}.button.primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}.button.secondary{background:var(--surface);color:var(--text-primary);border-color:var(--divider)}.hero-panel{display:grid;grid-gap:16px;gap:16px;padding:18px;border-radius:24px;background:linear-gradient(180deg,rgba(47,91,255,.06),hsla(0,0%,100%,.9))}.search-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;background:var(--surface);border:1px solid var(--divider)}.search-bar span{color:var(--text-tertiary)}.search-bar button{border:0;padding:10px 14px;border-radius:999px;background:rgba(47,91,255,.1);color:var(--primary)}.search-bar-large{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.search-bar-copy{display:flex;align-items:center;gap:10px;min-width:0;color:var(--text-tertiary)}.search-icon{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:999px;background:rgba(47,91,255,.08);color:var(--primary);flex:0 0 auto}.search-bar-large button{border:0;padding:10px 14px;border-radius:999px;background:rgba(47,91,255,.1);color:var(--primary);flex:0 0 auto}.home-hero{display:grid;grid-gap:20px;gap:20px;padding:clamp(20px,3vw,36px)}.home-hero-rail{display:grid;grid-gap:16px;gap:16px}.highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.highlight-card{padding:14px}.highlight-card span{display:block;color:var(--text-tertiary);font-size:.82rem}.highlight-card strong{display:block;font-size:1.05rem}.support-card{padding:18px}.support-card h3{margin:6px 0 10px;font-size:1.15rem}.support-card p{margin:0;color:var(--text-secondary);line-height:1.6}.support-card.compact{display:grid;grid-gap:10px;gap:10px}.full-width{width:100%}.home-main-grid,.home-toolbar{display:grid;grid-gap:20px;gap:20px;padding:24px}.home-toolbar{align-items:start}.content-column,.summary-column{display:grid;grid-gap:20px;gap:20px}.section-grid{display:grid;grid-gap:24px;gap:24px;padding:24px}.section-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:10px}.section-head h2,.summary-panel h2{margin:0;font-size:1.2rem}.section-header{display:flex;align-items:end;justify-content:space-between;gap:16px}.section-header h2{margin:0;font-size:1.2rem}.section-description{margin:6px 0 0;color:var(--text-tertiary);line-height:1.5}.section-action{flex:0 0 auto}.text-link{color:var(--primary);font-weight:600}.section-head span{color:var(--text-tertiary)}.chip-row{display:flex;flex-wrap:wrap;gap:10px}.chip{border:1px solid var(--divider);padding:10px 14px;border-radius:999px;background:var(--surface);color:var(--text-secondary)}.chip.active{background:rgba(47,91,255,.1);border-color:rgba(47,91,255,.14);color:var(--primary)}.summary-panel{padding:24px}.summary-panel ol{margin:14px 0 0;padding-left:20px;color:var(--text-secondary);line-height:1.8}.properties-grid{display:grid;grid-gap:20px;gap:20px;padding:24px}.property-grid{display:grid;grid-gap:18px;gap:18px}.compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-card{overflow:hidden;border-radius:22px;border:1px solid var(--divider);background:var(--surface);box-shadow:var(--shadow-md)}.property-image-bottom,.property-image-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.property-image-top span{padding:7px 11px;border-radius:999px;background:hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.82rem}.property-image-top strong{font-size:.82rem;font-weight:600}.property-chip{padding:7px 11px;border-radius:999px;background:hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.82rem}.property-content{padding:16px}.property-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.property-row h3{margin:0;font-size:1rem}.property-row strong{color:var(--primary)}.property-content p{margin:6px 0 12px;color:var(--text-secondary)}.property-price{font-weight:700;color:var(--text-primary)}.placeholder-card{padding:clamp(24px,4vw,48px)}.mobile-nav{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;display:flex;gap:8px;justify-content:space-between;padding:12px 14px;border-top:1px solid var(--divider);background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav-link{flex:1 1;text-align:center}@media (min-width:768px){.home-hero{grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr);align-items:stretch}.home-toolbar{grid-template-columns:minmax(0,1fr)}.home-main-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);align-items:start}.compact-grid,.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-hero{grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr)}.explore-main{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);align-items:start}.explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-nav{display:none}}@media (min-width:1080px){.desktop-nav{display:flex}.home-page{grid-template-columns:minmax(0,1fr)}.compact-grid,.explore-grid,.property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card-link{display:block}.property-card:hover{transform:translateY(-2px);transition:transform .18s ease,box-shadow .18s ease;box-shadow:var(--shadow-lg)}.booking-page,.confirmation-page,.detail-page{display:grid;grid-gap:24px;gap:24px}.booking-layout,.confirmation-layout,.detail-hero{display:grid;grid-gap:20px;gap:20px}.auth-page{position:relative;width:100%;margin:0;min-height:100vh;display:grid;place-items:center;padding:24px clamp(16px,3vw,40px) 48px;overflow:hidden}.auth-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(47,91,255,.16),transparent 32%),radial-gradient(circle at top right,rgba(58,123,255,.16),transparent 28%),radial-gradient(circle at bottom left,rgba(47,91,255,.08),transparent 26%),var(--bg);z-index:0}.auth-page.register-page:before{background:var(--bg)}.auth-shell{position:relative;z-index:1;width:min(100%,1360px);display:grid;grid-gap:24px;gap:24px}.auth-shell.split{align-items:stretch;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.auth-hero,.auth-panel{border:1px solid var(--divider);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.auth-hero{padding:clamp(28px,4vw,48px);display:grid;align-content:start;grid-gap:12px;gap:12px;color:#fff;background:linear-gradient(145deg,rgba(47,91,255,.98),rgba(47,91,255,.88)),radial-gradient(circle at top right,hsla(0,0%,100%,.18),transparent 36%)}.auth-hero h1{margin:0;font-size:clamp(2.1rem,4.4vw,4rem);line-height:1.02;letter-spacing:-.04em;max-width:12ch}.auth-hero .eyebrow,.auth-hero .lead,.auth-hero span{color:hsla(0,0%,100%,.88)}.auth-promo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:12px}.auth-promo.compact{grid-template-columns:1fr}.auth-promo div,.auth-promo span{padding:14px;border-radius:18px;background:hsla(0,0%,100%,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-promo strong{display:block;margin-bottom:4px}.auth-promo span{color:var(--text-secondary)}.auth-panel{padding:clamp(24px,3vw,36px);background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.register-shell{width:min(100%,720px);display:grid;grid-gap:16px;gap:16px}.register-header{display:grid;grid-gap:14px;gap:14px;padding:24px;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;box-shadow:var(--shadow-lg)}.register-header .eyebrow,.register-header .lead{color:hsla(0,0%,100%,.88)}.register-header h1{margin:0;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.04}.auth-back-link{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;background:hsla(0,0%,100%,.16);color:#fff}.register-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.register-progress span{height:6px;border-radius:999px;background:hsla(0,0%,100%,.28)}.register-progress .active{background:#fff}.register-form-panel{padding-top:28px}.form-panel{display:grid;grid-gap:16px;gap:16px}.field{display:grid;grid-gap:8px;gap:8px}.field span{color:var(--text-secondary);font-size:.86rem;font-weight:600}.field input,.field select{width:100%;min-height:52px;border-radius:16px;border:1px solid var(--divider);padding:0 16px;background:var(--surface);color:var(--text-primary);outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.field input:focus,.field select:focus{border-color:rgba(47,91,255,.5);box-shadow:0 0 0 4px rgba(47,91,255,.12)}.checkbox-row,.options-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkbox-row{justify-content:flex-start}.checkbox-row input{width:18px;height:18px;accent-color:var(--primary)}.role-card{display:grid;grid-gap:6px;gap:6px;padding:18px;border-radius:20px;border:1px solid var(--divider);background:var(--surface-variant);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.role-card.active{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-color:transparent;box-shadow:var(--shadow-lg)}.role-card.muted{background:linear-gradient(135deg,#6a7389,#8c96aa);color:#fff}.auth-note{color:var(--text-secondary);font-size:.92rem}.auth-note.center{text-align:center}.social-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.social-row button{min-height:46px;border-radius:16px;border:1px solid var(--divider);background:var(--surface)}.otp-dots{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px}.otp-box{min-height:56px;border-radius:16px;border:1px solid var(--divider);display:grid;place-items:center;font-weight:700;background:var(--surface)}.otp-box.active{border-color:rgba(47,91,255,.7);box-shadow:0 0 0 1px rgba(47,91,255,.32)}@media (max-width:960px){.auth-shell.split{grid-template-columns:1fr}.auth-page{place-items:stretch;padding:16px 16px 24px}.auth-hero{min-height:280px}}.detail-hero{overflow:hidden;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--divider);box-shadow:var(--shadow-md)}.detail-media{position:relative;aspect-ratio:4/3;justify-content:center;background:linear-gradient(180deg,rgba(16,24,40,.06),rgba(16,24,40,.22)),linear-gradient(135deg,#eef2ff,#dde8ff)}.detail-media,.detail-overlay{display:flex;align-items:center}.detail-overlay{position:absolute;top:16px;left:16px;right:16px;justify-content:space-between}.overlay-circle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:999px;background:hsla(0,0%,100%,.94);box-shadow:var(--shadow-md);cursor:pointer;text-decoration:none;color:var(--text-primary)}.overlay-actions{display:flex;gap:10px}.detail-photo-copy{position:absolute;right:16px;bottom:16px}.detail-badge,.detail-photo-copy span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(16,24,40,.62);color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.82rem}.detail-content{display:grid;grid-gap:18px;gap:18px;padding:24px}.detail-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.detail-content h1{margin:0;font-size:clamp(1.9rem,3vw,3.1rem);line-height:1.04;letter-spacing:-.04em}.rating-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 16px;border-radius:18px;background:var(--surface-variant)}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.stats-grid div{padding:14px;border-radius:18px;border:1px solid var(--divider);background:var(--surface)}.stats-grid strong{display:block;margin-bottom:4px}.booking-summary-top span,.host-card p,.payment-method-copy span,.receipt-bottom span,.receipt-grid p,.receipt-top p,.receipt-top span,.stats-grid span,.transport-copy span,.transport-price span,.trip-summary span{color:var(--text-tertiary)}.host-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:20px;background:var(--surface);border:1px solid var(--divider)}.host-avatar{display:grid;place-items:center;width:56px;height:56px;border-radius:999px;background:rgba(47,91,255,.12);color:var(--primary);font-weight:800}.host-card p{margin:4px 0 0}.detail-section{display:grid;grid-gap:12px;gap:12px}.detail-amenity-card{justify-content:space-between}.detail-amenity-card span{color:var(--primary);font-weight:800}.detail-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:20px;background:rgba(47,91,255,.06);border:1px solid rgba(47,91,255,.12)}.detail-price{display:block;font-size:1.35rem;font-weight:800}.detail-footer p{margin:4px 0 0;color:var(--text-tertiary)}.booking-main,.booking-sidebar,.confirmation-main,.confirmation-sidebar{display:grid;grid-gap:18px;gap:18px}.booking-stepper{display:grid;grid-gap:16px;gap:16px;padding:24px;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--divider);box-shadow:var(--shadow-md)}.booking-stepper h1{margin:0;font-size:clamp(1.7rem,2.6vw,2.8rem);line-height:1.04}.booking-stepper-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.booking-stepper-meta span{color:var(--text-secondary);font-weight:600}.step-dots{display:flex;gap:8px}.dot{width:30px;height:6px;border-radius:999px;background:var(--surface-strong)}.dot.active{background:linear-gradient(135deg,var(--primary),var(--accent))}.action-grid,.booking-summary-card,.calendar-card,.date-card,.guest-card,.input-card,.next-steps-card,.payment-method-card,.payment-total-card,.receipt-card,.save-toggle-card,.secure-note,.selected-method-card,.transport-card,.transport-toggle,.trip-summary{border-radius:20px;border:1px solid var(--divider);background:var(--surface);box-shadow:var(--shadow-md)}.booking-summary-card,.calendar-card,.guest-card,.input-card,.next-steps-card,.payment-method-card,.save-toggle-card,.selected-method-card{padding:20px}.booking-summary-top,.receipt-bottom,.receipt-top,.save-toggle-card,.transport-toggle,.trip-summary{display:flex;justify-content:space-between;gap:16px;align-items:center}.booking-summary-top strong,.trip-summary strong{display:block}.booking-split{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.date-card{padding:16px}.date-card.active{border-color:rgba(47,91,255,.6);box-shadow:0 0 0 1px rgba(47,91,255,.4)}.date-card span{display:block;margin-bottom:4px;color:var(--text-tertiary)}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.calendar-header button{width:36px;height:36px;border-radius:999px;border:0;background:var(--surface-variant)}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:8px;gap:8px}.calendar-grid span{text-align:center;color:var(--text-tertiary);font-size:.82rem}.calendar-day{min-height:40px;border:0;border-radius:999px;background:transparent}.calendar-day.active{background:rgba(47,91,255,.12);color:var(--primary);font-weight:700}.guest-stepper{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:var(--surface-variant)}.guest-stepper button,.toggle-pill{border:0;border-radius:999px}.guest-stepper button{width:36px;height:36px;background:var(--surface)}.payment-method-list,.transport-list{display:grid;grid-gap:12px;gap:12px}.payment-method,.transport-card{display:flex;align-items:center;gap:14px;padding:16px}.payment-method.active,.transport-card.active{border-color:rgba(47,91,255,.7);box-shadow:0 0 0 1px rgba(47,91,255,.32)}.payment-method-mark,.transport-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(47,91,255,.08);flex:0 0 auto}.payment-method-copy,.transport-copy{flex:1 1;min-width:0}.payment-method-copy strong,.transport-copy strong{display:block;margin-bottom:4px}.transport-price{text-align:right}.toggle-pill{min-height:38px;padding:0 14px;background:var(--surface-variant)}.toggle-pill.active{background:rgba(47,91,255,.12);color:var(--primary)}.payment-total-card{padding:24px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}.payment-total-card p{margin:0 0 6px;color:hsla(0,0%,100%,.85)}.payment-total-card strong{display:block;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em}.payment-total-card span{color:hsla(0,0%,100%,.86)}.phone-input{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:var(--surface-variant)}.phone-input input{width:100%;border:0;background:transparent;outline:none}.secure-note{padding:14px 16px;color:#16a34a;background:rgba(34,197,94,.1)}.confirmation-hero{display:grid;grid-gap:12px;gap:12px;padding:28px;border-radius:28px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;box-shadow:var(--shadow-lg)}.confirmation-hero h1{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.04em}.confirmation-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:999px;background:hsla(0,0%,100%,.94);color:var(--primary);font-size:2rem;font-weight:800}.receipt-card{padding:18px}.receipt-top{align-items:start}.receipt-image{width:84px;height:84px;border-radius:18px;background:linear-gradient(135deg,rgba(47,91,255,.95),rgba(58,123,255,.32)),linear-gradient(135deg,#403021,#8ec9ff)}.receipt-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:16px 0}.receipt-grid>div{padding:14px;border-radius:18px;background:var(--surface-variant)}.receipt-grid span{display:block;margin-bottom:6px;color:var(--text-tertiary)}.receipt-grid strong{display:block;margin-bottom:4px;font-size:1rem}.receipt-bottom{align-items:end}.action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;padding:16px}.action-button{width:100%}.next-steps-card{padding:20px}@media (min-width:768px){.detail-hero{grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr)}.booking-layout,.confirmation-layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.75fr);align-items:start}.booking-sidebar,.confirmation-sidebar{position:-webkit-sticky;position:sticky;top:96px}}.summary-rating{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:10px 12px;border-radius:999px;background:rgba(47,91,255,.1);color:var(--primary);font-weight:700}.payment-check{color:var(--primary);font-size:1.15rem}.booking-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:20px;background:var(--surface);border:1px solid var(--divider);box-shadow:var(--shadow-md)}.booking-footer span{color:var(--text-secondary);font-weight:600}.mobile-sticky{position:-webkit-sticky;position:sticky;bottom:14px;z-index:5}@media (min-width:1080px){.booking-footer.mobile-sticky{position:static}}.selected-method-card{padding:0;overflow:hidden}.field textarea{width:100%;min-height:120px;resize:vertical;border-radius:16px;border:1px solid var(--divider);padding:14px 16px;background:var(--surface);color:var(--text-primary);outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.field textarea:focus{border-color:rgba(47,91,255,.5);box-shadow:0 0 0 4px rgba(47,91,255,.12)}.form-split,.toggle-list{display:grid;grid-gap:12px;gap:12px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;border:1px solid var(--divider);background:var(--surface)}.toggle-row input{width:18px;height:18px;accent-color:var(--primary)}.status-pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(47,91,255,.1);color:var(--primary);font-size:.82rem;font-weight:700}.status-pill.confirmed,.status-pill.published{background:rgba(34,197,94,.1);color:#16a34a}.status-pill.pending,.status-pill.pending-review{background:rgba(245,158,11,.14);color:#b45309}.status-pill.cancelled{background:rgba(239,68,68,.12);color:#dc2626}.status-pill.draft{background:rgba(156,163,175,.18);color:#4b5563}.status-pill.checked-in{background:rgba(15,118,110,.1);color:#0f766e}.host-shell .mobile-nav,.host-shell .topbar{background:hsla(0,0%,100%,.96)}.host-topbar{border-bottom-color:rgba(16,24,40,.06)}.host-mark{background:linear-gradient(135deg,#0f766e,#2f5bff)}.host-mobile-nav .mobile-nav-link.active,.host-nav .nav-link.active{background:rgba(15,118,110,.1);color:#0f766e}.host-action{color:#0f766e}.host-page{display:grid;grid-gap:24px;gap:24px}.host-hero,.host-panel-hero,.host-success-hero{display:grid;grid-gap:18px;gap:18px;padding:clamp(20px,3vw,36px);border:1px solid var(--divider);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 32%),linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.82));box-shadow:var(--shadow-md)}.host-dashboard-hero{align-items:center}.host-dashboard-hero-copy{display:grid;grid-gap:14px;gap:14px}.host-dashboard-hero-meta{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px}.host-chart-card,.host-dashboard-hero-meta article,.host-profile-banner-side,.host-profile-card,.host-settings-card,.host-side-card,.host-summary-strip{border:1px solid var(--divider);border-radius:22px;background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.host-dashboard-hero-meta article{padding:14px}.host-chart-head span,.host-dashboard-hero-meta span,.host-details-list span,.host-profile-card span,.host-snapshot-list span,.host-summary-strip span{display:block;color:var(--text-tertiary);font-size:.84rem}.host-chart-head strong,.host-dashboard-hero-meta strong,.host-details-list strong,.host-profile-card strong,.host-profile-score strong,.host-snapshot-list strong,.host-summary-copy strong{display:block;margin-top:4px}.host-dashboard-summary{display:grid;grid-gap:14px;gap:14px;padding:20px;border-radius:24px;background:radial-gradient(circle at top right,rgba(15,118,110,.14),transparent 36%),hsla(0,0%,100%,.9);border:1px solid rgba(15,118,110,.1);box-shadow:var(--shadow-lg)}.host-summary-strip{display:grid;grid-gap:10px;gap:10px;padding:14px}.today-hero{background:radial-gradient(circle at top right,rgba(47,91,255,.12),transparent 30%),linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.82))}.host-summary-card{padding:18px}.host-section-panel{display:grid;grid-gap:14px;gap:14px;padding:18px;border-radius:24px;border:1px solid var(--divider);background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.host-action-grid,.host-booking-list,.host-listing-grid,.host-review-grid,.host-settings-grid,.host-stats-grid{display:grid;grid-gap:12px;gap:12px}.host-metric-card{display:flex;align-items:flex-start;gap:14px;padding:18px;border:1px solid var(--divider);border-radius:22px;background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.host-metric-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,rgba(15,118,110,.14),rgba(47,91,255,.1));color:#0f766e;font-size:1.05rem;font-weight:800;flex:none}.host-metric-copy{min-width:0}.host-stat-card p{margin:10px 0 0;color:var(--text-tertiary)}.host-flow-grid,.host-main-grid,.host-success-grid{display:grid;grid-gap:20px;gap:20px}.host-column,.host-listing-panel{display:grid;grid-gap:18px;gap:18px}.host-action-grid{grid-template-columns:minmax(0,1fr)}.host-action-card{display:grid;grid-gap:12px;gap:12px;min-height:100%;align-content:start}.host-action-card span:last-child,.host-profile-link .link-card-arrow{color:var(--primary);font-size:1.1rem;font-weight:700}.host-action-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:rgba(15,118,110,.1);color:#0f766e;font-weight:800}.host-booking-card{display:grid;grid-gap:12px;gap:12px}.host-alert-card,.host-booking-card,.host-listing-card,.host-profile-card,.host-review-card,.host-review-checklist,.host-settings-card,.host-side-card{padding:18px}.host-booking-card.large,.host-listing-card,.host-success-card{padding:20px}.host-booking-bottom,.host-booking-top,.host-flow-actions,.host-listing-actions,.host-listing-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.host-booking-top h2,.host-listing-top h2{margin:0}.host-alert-list{display:grid;grid-gap:12px;gap:12px}.host-alert-card{display:grid;grid-gap:10px;gap:10px}.host-alert-head{display:flex;align-items:center;gap:10px}.host-alert-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--surface-variant);color:var(--text-secondary);font-weight:800}.host-alert-icon.pending{background:rgba(245,158,11,.12);color:#b45309}.host-alert-icon.confirmed,.host-alert-icon.published{background:rgba(34,197,94,.12);color:#15803d}.host-details-list,.host-snapshot-list{display:grid;grid-gap:10px;gap:10px}.host-details-list div,.host-snapshot-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:var(--surface-variant)}.host-task-panel{display:grid;grid-gap:14px;gap:14px}.host-task-card{padding:14px;border-radius:18px;border:1px solid var(--divider);background:var(--surface)}.host-listing-top p,.host-review-card span,.host-review-card strong,.host-task-card p{margin:6px 0 0;color:var(--text-secondary)}.host-tabs{display:flex;flex-wrap:wrap;gap:10px}.progress-track{height:10px;border-radius:999px;background:var(--surface-variant);overflow:hidden}.progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#0f766e,var(--accent))}.host-listing-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-secondary)}.host-listing-card{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--divider);border-radius:24px;background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.host-listing-progress{display:grid;grid-gap:10px;gap:10px}.host-flow-grid{grid-template-columns:minmax(0,1fr)}.host-flow-panel{min-height:100%}.host-flow-tag,.host-role-chip{display:inline-flex;align-items:center;align-self:start;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;background:rgba(15,118,110,.1);color:#0f766e;font-weight:700}.host-role-banner{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:18px;background:var(--surface-variant)}.profile-avatar{display:grid;place-items:center;width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,rgba(15,118,110,.12),rgba(47,91,255,.12));color:#0f766e;font-weight:800}.profile-avatar.large{width:96px;height:96px;border-radius:30px;font-size:1.25rem}.profile-meta{display:flex;flex-wrap:wrap;gap:10px}.profile-meta span{padding:10px 12px;border-radius:999px;background:rgba(47,91,255,.08);color:var(--text-secondary)}.profile-meta strong{color:var(--text-primary)}.profile-summary{display:flex;align-items:center;gap:18px;padding:4px 0 8px}.profile-summary-copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.profile-summary-copy h1{margin:0;font-size:clamp(1.5rem,2.4vw,2rem)}.profile-email{margin:0;color:var(--text-secondary)}.profile-edit-link{color:var(--primary);font-weight:700}.profile-quick-links{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-actions{flex-wrap:wrap;gap:10px}.profile-stats .stat-card{padding:18px;border-radius:20px;border:1px solid var(--divider);background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.profile-stats .stat-card span{color:var(--text-tertiary);font-size:.84rem}.profile-stats .stat-card strong{display:block;margin-top:6px;font-size:1.4rem}.link-card-grid{display:grid;grid-gap:12px;gap:12px}.link-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid var(--divider);background:var(--surface)}.link-card-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:rgba(47,91,255,.1);color:var(--primary);font-size:1rem;font-weight:700;flex:none}.link-card p{margin:4px 0 0;color:var(--text-secondary)}.link-card-arrow{margin-left:auto;color:var(--primary);font-size:1.1rem;font-weight:700}.host-profile-banner{display:grid;grid-gap:18px;gap:18px;padding:clamp(20px,3vw,36px);border:1px solid var(--divider);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(15,118,110,.14),transparent 30%),linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.82));box-shadow:var(--shadow-md)}.host-profile-banner-main{display:flex;gap:18px;align-items:center;flex-direction:column}.host-profile-banner-side{display:grid;grid-gap:14px;gap:14px;padding:18px}.host-profile-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;background:rgba(34,197,94,.12);color:#15803d;font-weight:700}.host-profile-score{display:grid;grid-gap:4px;gap:4px;padding:14px;border-radius:18px;background:var(--surface-variant)}.host-profile-score strong{font-size:1.8rem;line-height:1}.host-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.host-profile-grid{display:grid;grid-gap:20px;gap:20px}.host-profile-card{display:grid;grid-gap:14px;gap:14px}.host-profile-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.host-profile-card-grid{display:grid;grid-gap:12px;gap:12px}.host-profile-link{padding:14px 16px;border-radius:18px;border:1px solid var(--divider);background:var(--surface)}.host-profile-link p{margin:4px 0 0;color:var(--text-secondary)}.host-chart-card{padding:20px}.host-chart-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:18px}.host-chart{grid-template-columns:repeat(6,minmax(0,1fr));min-height:240px}.host-chart,.host-chart-bar{display:grid;align-items:end;grid-gap:10px;gap:10px}.host-chart-bar{justify-items:center;min-height:100%}.host-chart-bar span{width:100%;max-width:44px;min-height:20px;border-radius:18px 18px 8px 8px;background:linear-gradient(180deg,#3a7bff,#0f766e);box-shadow:0 12px 24px rgba(15,118,110,.14)}.host-chart-bar strong{color:var(--text-tertiary);font-size:.82rem;font-weight:600}.host-chip-grid{display:flex}.host-amenity-section{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:20px;background:var(--surface-variant)}.host-amenity-section-header{display:grid;grid-gap:4px;gap:4px}.host-amenity-section-header span{color:var(--text-secondary);font-size:.88rem}.host-photo-guidelines{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:20px;background:rgba(15,118,110,.06)}.host-photo-guidelines strong{display:block}.host-photo-guidelines p{margin:4px 0 0;color:var(--text-secondary)}.photo-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.photo-slot{min-height:120px;display:grid;place-items:center;border-radius:18px;border:1px dashed rgba(15,118,110,.25);background:rgba(15,118,110,.05);color:var(--text-secondary)}.host-calendar-card{margin-top:16px}.preview-hero{padding:20px;border-radius:22px;background:linear-gradient(135deg,rgba(15,118,110,.1),rgba(47,91,255,.08));border:1px solid rgba(15,118,110,.15)}.host-review-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.host-review-card{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--divider);border-radius:20px;background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.host-review-card span{color:var(--text-tertiary);font-size:.84rem}.host-review-card strong{font-size:1.05rem}.host-review-checklist{border:1px solid rgba(15,118,110,.12);border-radius:20px;background:rgba(15,118,110,.05)}.host-success-hero{background:radial-gradient(circle at top right,rgba(34,197,94,.18),transparent 32%),linear-gradient(135deg,rgba(15,118,110,.94),rgba(47,91,255,.92));color:#fff}.host-success-hero .eyebrow,.host-success-hero .lead{color:hsla(0,0%,100%,.88)}.host-settings-actions{display:flex;flex-wrap:wrap;gap:10px}.host-settings-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-direction:column;padding:clamp(20px,3vw,36px);border:1px solid var(--divider);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(47,91,255,.1),transparent 34%),linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.82));box-shadow:var(--shadow-md)}.policy-page,.support-page{display:grid;grid-gap:24px;gap:24px}.about-hero,.policy-hero,.support-hero{display:flex;gap:18px;align-items:center;flex-direction:column;padding:clamp(20px,3vw,36px);border:1px solid var(--divider);border-radius:var(--radius-xl);background:radial-gradient(circle at top right,rgba(47,91,255,.12),transparent 32%),linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.82));box-shadow:var(--shadow-md)}.about-logo,.policy-hero-icon,.support-hero-icon{display:grid;place-items:center;width:84px;height:84px;border-radius:24px;background:linear-gradient(135deg,rgba(47,91,255,.14),rgba(15,118,110,.14));color:#0f766e;font-size:1.8rem;font-weight:800;flex:none}.about-grid,.advanced-settings-grid,.bookings-grid,.feedback-grid,.notifications-grid,.payment-grid,.policy-grid,.settings-grid,.support-grid,.wishlist-grid{display:grid;grid-gap:20px;gap:20px}.support-stack{display:grid;grid-gap:18px;gap:18px}.faq-list,.support-channel-grid{display:grid;grid-gap:12px;gap:12px}.contact-card,.faq-item,.policy-card{padding:18px;border-radius:20px;border:1px solid var(--divider);background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-md)}.faq-item{width:100%;text-align:left;display:grid;grid-gap:10px;gap:10px}.faq-item.active{border-color:rgba(47,91,255,.24);background:rgba(47,91,255,.05)}.faq-question{display:flex;justify-content:space-between;gap:16px}.faq-question span{color:var(--primary);font-weight:700}.contact-card p,.faq-item p,.policy-card p,.support-card p,.support-cta-card p{color:var(--text-secondary);line-height:1.6}.policy-footer-card,.support-cta-card{display:grid;grid-gap:12px;gap:12px}.support-actions{display:flex;flex-wrap:wrap;gap:10px}.contact-card{display:flex;gap:14px;align-items:flex-start}.contact-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:rgba(47,91,255,.1);color:var(--primary);font-size:1.05rem;font-weight:800;flex:none}.hours-list{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.hours-row{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;border-radius:16px;background:var(--surface-variant)}.feedback-form{display:grid;grid-gap:16px;gap:16px}.feature-list{margin:0;padding-left:18px;color:var(--text-secondary);line-height:1.8}.policy-card h2{margin:0 0 10px;font-size:1.1rem}.policy-card p{margin:0}.booking-list,.notification-list,.payment-method-list{display:grid;grid-gap:12px;gap:12px}.booking-card,.notification-card{display:grid;grid-gap:10px;gap:10px}.booking-card-bottom,.booking-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.notification-card{grid-template-columns:minmax(0,1fr) auto;align-items:start}.notification-card p{margin:4px 0 0;color:var(--text-secondary)}.notification-card.unread{border-color:rgba(47,91,255,.24);background:rgba(47,91,255,.05)}.payment-method-card{display:flex;align-items:start;justify-content:space-between;gap:16px}.payment-method-card h2{margin:8px 0 4px}.method-chip{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:7px 10px;border-radius:999px;background:var(--surface-variant);color:var(--text-secondary);font-size:.82rem;font-weight:700}.method-chip.primary{background:rgba(47,91,255,.12);color:var(--primary)}.password-note{display:grid;grid-gap:8px;gap:8px}.account-page .info-panel,.account-page .support-card{padding:20px}.account-page .settings-grid{display:grid;grid-gap:16px;gap:16px}@media (min-width:768px){.form-split,.host-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.host-dashboard-hero,.host-profile-banner{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.host-dashboard-hero-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.host-action-grid,.host-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.host-profile-banner{align-items:center}.host-profile-banner-main{flex-direction:row}.host-settings-hero{flex-direction:row;align-items:center}.host-main-grid,.host-success-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);align-items:start}.host-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.host-flow-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start}.host-review-grid,.photo-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.host-profile-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.about-grid,.feedback-grid,.policy-grid,.support-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start}.about-grid,.advanced-settings-grid,.policy-grid,.support-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-hero,.policy-hero,.support-hero{flex-direction:row;justify-content:flex-start}}@media (min-width:1080px){.desktop-nav{display:flex}.host-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.host-listing-grid,.host-review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.host-main-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr)}}.t-display{font-size:36px;line-height:1}.t-display,.t-headline{font-weight:700;letter-spacing:-.01em}.t-headline{font-size:28px;line-height:1.1}.t-title-lg{font-size:22px;line-height:1.15;font-weight:700;letter-spacing:-.01em}.t-title{font-size:18px;line-height:1.2;font-weight:700}.t-title-sm{font-size:16px;line-height:1.25;font-weight:600}.t-body-lg{font-size:16px}.t-body,.t-body-lg{line-height:1.5;font-weight:400}.t-body{font-size:14px}.t-body-sm{font-size:13px;line-height:1.4;font-weight:400}.t-label{font-size:12px;letter-spacing:.06em;text-transform:uppercase}.t-label,.t-label-sm{line-height:1;font-weight:600}.t-label-sm{font-size:11px}.pc{position:relative;border-radius:18px;border:1px solid var(--border);background:#fff;overflow:hidden;display:block}.pc:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.pc-img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden}.pc-img{width:100%;height:100%;object-fit:cover;display:block}.pc-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eef2ff,#dde8ff);display:flex;align-items:center;justify-content:center;color:var(--primary)}.pc-badge{left:12px;display:inline-flex;gap:4px;padding:4px 10px;background:hsla(0,0%,100%,.95);font-size:11px;font-weight:600;color:#111827}.pc-badge,.pc-heart{position:absolute;top:12px;align-items:center;border-radius:999px}.pc-heart{right:12px;width:36px;height:36px;border:none;background:hsla(0,0%,100%,.92);display:flex;justify-content:center;cursor:pointer;color:var(--text-secondary);padding:0}.pc-heart.saved{color:var(--error)}.pc-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:4px;align-items:center}.pc-dot{width:5px;height:5px;border-radius:999px;background:hsla(0,0%,100%,.55)}.pc-dot.active{width:6px;height:6px;background:#fff}.pc-info{padding:14px}.pc-info-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.pc-title{font-size:15px;font-weight:600;color:var(--text-primary);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;min-width:0}.pc-rating{display:flex;align-items:center;gap:3px;flex-shrink:0}.pc-rating-val{font-size:13px;font-weight:600;color:var(--text-primary)}.pc-location{display:flex;align-items:center;gap:3px;margin-top:4px;color:var(--text-secondary);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-price{margin-top:10px}.pc-price-amount{font-size:16px;font-weight:700;color:var(--text-primary)}.pc-price-period{font-size:13px;color:var(--text-secondary)}.pc-trending{width:160px;height:240px;border-radius:18px;overflow:hidden;position:relative;flex-shrink:0;display:block;transition:transform .18s ease,box-shadow .18s ease}.pc-trending:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.pc-trending-img,.pc-trending-placeholder{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.pc-trending-placeholder{background:linear-gradient(135deg,#eef2ff,#dde8ff);display:flex;align-items:center;justify-content:center;color:var(--primary)}.pc-trending-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.65))}.pc-trending-heart{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:999px;border:none;background:hsla(0,0%,100%,.92);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);padding:0;z-index:1}.pc-trending-info{position:absolute;bottom:12px;left:12px;right:12px;z-index:1}.pc-trending-name{font-size:13px;font-weight:600;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;margin:0}.pc-trending-price{font-size:11px;color:hsla(0,0%,100%,.9);margin-top:3px}.topbar-v2{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:space-between;padding:0 20px;height:60px;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.topbar-brand,.topbar-v2{display:flex;align-items:center}.topbar-brand{gap:10px;text-decoration:none}.topbar-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2f5bff,#3a7bff);color:#fff;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topbar-name{font-size:16px;font-weight:700;color:var(--text-primary)}.topbar-desktop-nav{display:none;gap:4px}.topbar-nav-link{padding:6px 14px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:all .14s ease}.topbar-nav-link.active{color:var(--primary);background:rgba(47,91,255,.08)}.topbar-right{gap:10px}.topbar-bell,.topbar-right{display:flex;align-items:center}.topbar-bell{width:40px;height:40px;border-radius:999px;border:none;background:#eef2ff;color:var(--primary);justify-content:center;cursor:pointer;position:relative;padding:0}.topbar-bell-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:999px;background:var(--error);border:1.5px solid #fff}.topbar-profile{height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:14px;font-weight:600;color:var(--text-primary);cursor:pointer;text-decoration:none;display:flex;align-items:center}.bottom-nav{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;display:flex;justify-content:space-around;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:8px 0 max(8px,env(safe-area-inset-bottom))}.bottom-nav-tab{display:flex;flex-direction:column;align-items:center;gap:3px;flex:1 1;border:none;background:transparent;cursor:pointer;color:var(--text-secondary);transition:color .14s ease;text-decoration:none;padding:4px 0}.bottom-nav-tab.active{color:var(--primary)}.bottom-nav-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.home-v2{padding-bottom:96px}.home-header{padding:16px var(--screen-h-pad) 0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.home-greeting{font-size:13px;color:var(--text-secondary);margin:0}.home-title{font-size:22px;font-weight:700;color:var(--text-primary);margin:2px 0 0;letter-spacing:-.01em;line-height:1.15}.home-bell{width:40px;height:40px;border-radius:999px;border:none;background:#eef2ff;color:var(--primary);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;margin-top:2px;position:relative;padding:0}.home-bell-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:999px;background:var(--error);border:2px solid #fff}.home-search-wrap{padding:16px var(--screen-h-pad) 0}.home-search{display:flex;align-items:center;gap:12px;height:46px;background:var(--bg-muted);border-radius:14px;padding:0 6px 0 14px}.home-search-input{flex:1 1;display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:14px;min-width:0}.home-filter-btn{width:38px;height:38px;border-radius:11px;border:none;background:linear-gradient(135deg,#2f5bff,#3a7bff);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(47,91,255,.35);flex-shrink:0;padding:0}.home-categories{padding:20px var(--screen-h-pad) 0}.home-section-label{font-size:12px;font-weight:600;color:var(--text-secondary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px}.home-chips-scroll{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-chips-scroll::-webkit-scrollbar{display:none}.home-chips{display:flex;gap:10px;padding-bottom:2px}.home-chip{height:40px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text-secondary);font-size:14px;font-weight:400;cursor:pointer;white-space:nowrap;transition:all .14s ease}.home-chip.active{background:linear-gradient(135deg,#2f5bff,#3a7bff);border-color:transparent;color:#fff;font-weight:600}.home-section{padding:24px var(--screen-h-pad) 0}.home-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.home-section-title{font-size:18px;font-weight:700;color:var(--text-primary);margin:0}.home-see-all{font-size:14px;font-weight:600;color:var(--primary);text-decoration:none}.trending-scroll{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin:0 calc(-1 * var(--screen-h-pad));padding:4px var(--screen-h-pad) 8px}.trending-scroll::-webkit-scrollbar{display:none}.trending-row{display:flex;gap:14px}.recommended-list{display:grid;grid-gap:16px;gap:16px}.home-subheader{position:-webkit-sticky;position:sticky;top:60px;z-index:8;background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding-bottom:8px;box-shadow:0 1px 0 var(--border)}.home-main{min-width:0}.home-section--last{padding-bottom:24px}.home-sidebar{display:none}.home-empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 0;color:var(--text-secondary);font-size:14px;text-align:center}.home-highlights-card{background:var(--surface-variant);border-radius:var(--radius-lg);padding:20px}.home-highlights-title{font-size:15px;font-weight:700;color:var(--text-primary);margin:0 0 16px}.home-highlights-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.home-highlight-item{display:flex;align-items:center;justify-content:space-between}.home-highlight-value{font-size:20px;font-weight:800;color:var(--primary)}.home-highlight-label{font-size:13px;color:var(--text-secondary)}.home-sidebar-cta-card{background:var(--gradient-primary);border-radius:var(--radius-lg);padding:20px}.home-sidebar-eyebrow{font-size:11px;font-weight:600;color:hsla(0,0%,100%,.75);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px}.home-sidebar-headline{font-size:16px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.home-sidebar-cta-btn{display:inline-block;background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.35);color:#fff;font-size:14px;font-weight:600;padding:10px 20px;border-radius:var(--radius-pill);text-decoration:none;transition:background .14s ease}.home-sidebar-cta-btn:hover{background:hsla(0,0%,100%,.28)}@media (max-width:767px){.topbar-right{display:none}}@media (min-width:768px){.bottom-nav{display:none}.topbar-desktop-nav{display:flex}.home-bell{display:none}.home-v2{padding-bottom:0}.home-categories,.home-header,.home-search-wrap,.home-section,.trending-scroll{padding-left:clamp(20px,4vw,60px);padding-right:clamp(20px,4vw,60px)}.trending-scroll{margin:0 calc(-1 * clamp(20px, 4vw, 60px))}.recommended-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1080px){.home-body{display:flex;align-items:flex-start;max-width:1440px;margin:0 auto}.home-main{flex:1 1}.home-sidebar{display:flex;flex-direction:column;gap:16px;width:320px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:76px;align-self:flex-start;padding:28px clamp(20px,4vw,60px) 0 0}.home-main .recommended-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.host-topbar-v2{border-bottom-color:rgba(15,118,110,.15)}.host-shell .topbar-mark{background:linear-gradient(135deg,#0f766e,#0d9488)}.host-shell .topbar-nav-link.active{color:#0f766e;background:rgba(15,118,110,.08)}.host-shell .bottom-nav-tab.active{color:#0f766e}.host-bottom-nav .bottom-nav-label{font-size:9px}.host-new-listing-btn{display:flex;align-items:center;gap:5px;height:36px;padding:0 14px;border-radius:var(--radius-pill);background:#0f766e;color:#fff;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .14s ease}.host-new-listing-btn:hover{background:#0d6661}@media (min-width:768px){.host-desktop-nav{display:flex}}@media (max-width:767px){.host-bottom-nav{padding-bottom:max(8px,env(safe-area-inset-bottom))}.host-shell .app-main{padding-bottom:0}}.hdb-page{gap:0;padding-bottom:80px}.hdb-page,.hdb-welcome{display:flex;flex-direction:column}.hdb-welcome{margin:16px 16px 0;padding:20px;border-radius:20px;background:linear-gradient(135deg,#2f5bff,#3a7bff);gap:16px}.hdb-welcome-top{display:flex;align-items:center;gap:14px}.hdb-welcome-icon-wrap{width:44px;height:44px;border-radius:10px;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hdb-welcome-icon{font-size:22px;line-height:1}.hdb-welcome-copy{display:flex;flex-direction:column;gap:2px}.hdb-greeting{margin:0;font-size:18px;font-weight:700;color:#fff;line-height:1.2}.hdb-date{margin:0;font-size:13px;color:hsla(0,0%,100%,.8)}.hdb-overview-strip{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;background:hsla(0,0%,100%,.15)}.hdb-overview-badge{font-size:14px;color:#fff}.hdb-overview-text{font-size:13px;color:hsla(0,0%,100%,.9)}.hdb-section{padding:20px 16px 0;display:flex;flex-direction:column;gap:12px}.hdb-section-head{display:flex;align-items:center;justify-content:space-between}.hdb-section-title{margin:0;font-size:16px;font-weight:700;color:var(--text-primary)}.hdb-2col-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.hdb-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:14px;display:flex;flex-direction:column;gap:6px}.hdb-stat-icon-bg{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hdb-stat-icon{font-size:18px;line-height:1}.hdb-stat-value{font-size:22px;font-weight:800;line-height:1.1;display:block}.hdb-stat-label{margin:0;font-size:13px;color:var(--text-secondary)}.hdb-action-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:14px;display:flex;flex-direction:column;gap:6px;text-decoration:none;transition:box-shadow .14s ease,transform .1s ease}.hdb-action-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-1px)}.hdb-action-icon-bg{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hdb-action-icon{font-size:18px;line-height:1}.hdb-action-title{font-size:14px;font-weight:600;color:var(--text-primary);display:block}.hdb-action-sub{margin:0;font-size:12px;color:var(--text-secondary)}.hdb-view-all{font-size:13px;font-weight:500;color:var(--primary);text-decoration:none}.hdb-view-all:hover{text-decoration:underline}.hdb-booking-list{display:flex;flex-direction:column;gap:0;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;background:#fff}.hdb-booking-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid #f3f4f6}.hdb-booking-row:last-child{border-bottom:none}.hdb-booking-icon-bg{width:44px;height:44px;border-radius:8px;background:rgba(47,91,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;color:#2f5bff}.hdb-booking-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.hdb-booking-prop{margin:0;font-size:14px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hdb-booking-guest{margin:0;font-size:13px;color:var(--text-secondary)}.hdb-booking-dates{margin:0;font-size:11px;color:var(--text-tertiary,#9ca3af)}.hdb-booking-tail{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.hdb-booking-amount{margin:0;font-size:12px;font-weight:600;color:var(--text-primary)}.hdb-mark-all-btn{font-size:13px;font-weight:500;color:var(--primary);background:none;border:none;padding:0;cursor:pointer}.hdb-mark-all-btn:hover{text-decoration:underline}.hdb-alert-list{display:flex;flex-direction:column;gap:8px}.hdb-alert-row{position:relative;display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid transparent;background:#fff;transition:background .14s ease}.hdb-alert-unread{background:rgba(47,91,255,.06);border-color:rgba(47,91,255,.25)}.hdb-unread-dot{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:50%;background:var(--primary,#2f5bff)}.hdb-alert-icon-bg{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hdb-alert-icon{font-size:16px;line-height:1}.hdb-alert-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.hdb-alert-title{margin:0;font-size:14px;color:var(--text-primary)}.hdb-alert-bold{font-weight:600}.hdb-alert-msg{margin:0;font-size:13px;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hdb-alert-time{margin:0;font-size:11px;color:var(--text-tertiary,#9ca3af)}@media (min-width:768px){.hdb-page{max-width:720px;margin:0 auto}}@media (min-width:1080px){.hdb-page{max-width:960px}.hdb-welcome{margin:24px 24px 0}.hdb-section{padding:24px 24px 0}}.exp-page{min-height:100%;padding-bottom:88px}.exp-page,.exp-sticky-header{display:flex;flex-direction:column}.exp-sticky-header{position:-webkit-sticky;position:sticky;top:60px;z-index:8;background:hsla(0,0%,100%,.97);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border,#e5e7eb);padding:12px 16px 10px;gap:10px}.exp-title{margin:0;font-size:24px;font-weight:700;color:var(--text-primary);line-height:1.2}.exp-search-wrap{padding-top:0!important}.home-filter-btn.has-active-filter{position:relative}.exp-filter-dot{position:absolute;top:6px;right:6px;width:10px;height:10px;border-radius:50%;background:var(--error,#ef4444);border:1.5px solid #fff}.exp-active-pills{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.exp-active-pills::-webkit-scrollbar{display:none}.exp-active-pill{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(47,91,255,.4);background:rgba(47,91,255,.08);color:var(--primary,#2f5bff);font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;flex-shrink:0;transition:background .12s ease}.exp-active-pill:hover{background:rgba(47,91,255,.14)}.exp-pill-x{font-size:16px;line-height:1;opacity:.7}.exp-results-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.exp-count{margin:0;font-size:14px;color:var(--text-secondary)}.exp-count strong{color:var(--text-primary)}.exp-sort-wrap{position:relative}.exp-sort-btn{display:flex;align-items:center;gap:4px;height:32px;padding:0 12px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:border-color .12s ease}.exp-sort-btn.active{border-color:var(--primary,#2f5bff);color:var(--primary,#2f5bff)}.exp-sort-btn:hover{border-color:#9ca3af}.exp-sort-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;margin:0;padding:6px 0;list-style:none;border-radius:12px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:20}.exp-sort-option{padding:10px 16px;font-size:14px;color:var(--text-primary);cursor:pointer;transition:background .1s ease}.exp-sort-option:hover{background:#f9fafb}.exp-sort-option.selected{color:var(--primary,#2f5bff);font-weight:600;background:rgba(47,91,255,.06)}.exp-sort-overlay{position:fixed;inset:0;z-index:15}.exp-results-list{padding:16px 16px 0;display:flex;flex-direction:column;gap:0}.exp-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px 24px;text-align:center}.exp-empty-title{margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.exp-empty-sub{margin:0 0 8px;font-size:14px;color:var(--text-secondary)}.exp-map-panel{padding:16px;position:relative}.exp-map-fab-wrap{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);z-index:20;pointer-events:none}.exp-map-fab{pointer-events:all;display:flex;align-items:center;gap:8px;height:44px;padding:0 20px;border-radius:999px;border:none;background:#111827;color:#fff;font-size:14px;font-weight:600;box-shadow:0 4px 16px rgba(0,0,0,.28);cursor:pointer;transition:background .14s ease,box-shadow .14s ease}.exp-map-fab:hover{background:#1f2937;box-shadow:0 6px 24px rgba(0,0,0,.36)}.filter-sheet-drag{width:40px;height:4px;border-radius:999px;background:#e5e7eb;margin:0 auto -4px}.filter-reset-btn{background:none;border:none;padding:0;font-size:14px;font-weight:500;color:var(--primary,#2f5bff);cursor:pointer}.filter-reset-btn:hover{text-decoration:underline}.filter-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.exp-chip-wrap{display:flex;flex-wrap:wrap;gap:8px}.filter-count-label{font-size:14px;color:var(--text-secondary)}.exp-range-wrap{position:relative;height:28px;margin:4px 0}.exp-range-track{left:0;right:0;background:#e5e7eb}.exp-range-fill,.exp-range-track{position:absolute;height:4px;top:50%;transform:translateY(-50%);border-radius:999px}.exp-range-fill{background:var(--primary,#2f5bff);pointer-events:none}.exp-range{position:absolute;width:100%;top:50%;transform:translateY(-50%);background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none;height:28px;margin:0;padding:0;cursor:pointer}.exp-range::-webkit-slider-runnable-track{background:transparent;height:4px}.exp-range::-webkit-slider-thumb{pointer-events:all;-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--primary,#2f5bff);box-shadow:0 1px 4px rgba(0,0,0,.18);cursor:pointer;margin-top:-8px}.exp-range::-moz-range-thumb{pointer-events:all;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid var(--primary,#2f5bff);box-shadow:0 1px 4px rgba(0,0,0,.18);cursor:pointer}.exp-range::-moz-range-track{background:transparent;height:4px}.exp-range-min{z-index:1}.exp-range-max{z-index:2}@media (min-width:768px){.exp-map-fab-wrap{bottom:24px}}@media (min-width:1080px){.exp-page{max-width:960px;margin:0 auto}.exp-results-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;align-content:start;padding:16px 0 0}}.detail-gallery-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:5px;align-items:center;z-index:2}.detail-gallery-dot{width:5px;height:5px;border-radius:999px;border:none;background:hsla(0,0%,100%,.5);padding:0;cursor:pointer;transition:width .16s ease,background .16s ease}.detail-gallery-dot.active{width:18px;background:#fff}.detail-heart-saved{color:var(--error)}.detail-header{display:grid;grid-gap:6px;gap:6px}.detail-title{margin:0;font-size:clamp(1.6rem,2.8vw,2.6rem);line-height:1.08;letter-spacing:-.03em;color:var(--text-primary)}.detail-location-row{display:flex;align-items:center;gap:5px;font-size:.9rem}.detail-location-row,.detail-review-count{color:var(--text-secondary)}.detail-stat-cell{display:flex;flex-direction:column;gap:4px}.detail-stat-icon{display:flex;align-items:center;color:var(--primary);margin-bottom:2px}.host-card-copy{flex:1 1;min-width:0}.host-card-copy strong{display:block;margin-bottom:2px}.host-card-copy p{margin:2px 0 0;font-size:.84rem;color:var(--text-tertiary)}.detail-section-title{margin:0 0 12px;font-size:1.15rem;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:7px}.detail-desc{margin:0;color:var(--text-secondary);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.detail-desc.expanded{display:block;overflow:visible}.detail-show-more{margin-top:10px;padding:0;border:none;background:transparent;color:var(--primary);font-weight:600;font-size:.9rem;cursor:pointer}.detail-show-more:hover{text-decoration:underline}.detail-amenity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.detail-amenity-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:var(--surface);font-size:.9rem}.detail-amenity-check{display:flex;align-items:center;color:var(--primary);flex-shrink:0}.detail-location-label{display:flex;align-items:center;gap:6px;margin-bottom:12px;color:var(--text-secondary);font-size:.9rem}.detail-map{position:relative;height:200px;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 28% 38%,rgba(47,91,255,.13),transparent 30%),radial-gradient(circle at 72% 60%,rgba(34,197,94,.11),transparent 28%),linear-gradient(160deg,#edf2ff,#dde8ff 60%,#e8f5f0);border:1px solid rgba(47,91,255,.1)}.detail-map-glow{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}.detail-map-glow-a{width:160px;height:90px;top:15%;left:55%;background:rgba(34,197,94,.2)}.detail-map-glow-b{width:120px;height:70px;top:60%;left:10%;background:rgba(47,91,255,.15)}.detail-map-road{position:absolute;background:hsla(0,0%,100%,.55);border-radius:2px}.detail-map-road-h{height:6px;left:0;right:0;top:52%}.detail-map-road-v{width:6px;top:0;bottom:0;left:48%}.detail-map-pin{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:9px 14px;border-radius:999px;background:hsla(0,0%,100%,.95);color:var(--text-primary);font-size:.82rem;font-weight:700;box-shadow:var(--shadow-md);white-space:nowrap}.detail-map-pin.active{background:#101828;color:#fff}.detail-reviews-head{margin-bottom:16px}.detail-review-list{display:grid;grid-gap:14px;gap:14px}.detail-review-card{padding:18px;border-radius:18px;border:1px solid var(--border);background:var(--surface);display:grid;grid-gap:12px;gap:12px}.detail-reviewer{display:flex;align-items:center;gap:12px}.detail-reviewer-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;background:rgba(47,91,255,.1);color:var(--primary);font-size:.82rem;font-weight:700;flex-shrink:0}.detail-reviewer-info{flex:1 1;min-width:0}.detail-reviewer-info strong{display:block;font-size:.92rem}.detail-reviewer-info span{color:var(--text-tertiary);font-size:.82rem}.detail-reviewer-stars{display:flex;gap:2px;flex-shrink:0}.detail-review-text{margin:0;color:var(--text-secondary);line-height:1.6;font-size:.92rem}.detail-footer-sticky{position:fixed;bottom:0;left:0;right:0;z-index:20;border-radius:0;border:none;border-top:1px solid var(--border);padding:12px 20px max(12px,env(safe-area-inset-bottom));background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -4px 20px rgba(0,0,0,.07)}@media (min-width:768px){.detail-footer-sticky{position:static;border-radius:20px;border:1px solid rgba(47,91,255,.12);padding:18px 20px;background:rgba(47,91,255,.06);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.detail-content{position:-webkit-sticky;position:sticky;top:80px;align-self:start;max-height:calc(100vh - 96px);overflow-y:auto;scrollbar-width:none}}@media (min-width:768px){.detail-content::-webkit-scrollbar{display:none}}.detail-page{padding:0 0 96px}.detail-hero{gap:0;overflow:visible;border:none;box-shadow:none;background:transparent;border-radius:0}.detail-content{border-radius:20px 20px 0 0;background:var(--bg);padding:24px 20px 20px;position:relative;z-index:1}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:var(--surface-variant);border-radius:16px;overflow:hidden}.stats-grid .detail-stat-cell{align-items:center;text-align:center;gap:3px;padding:12px 6px;border:none;background:transparent;border-radius:0;border-right:1px solid var(--border)}.stats-grid .detail-stat-cell:last-child{border-right:none}.stats-grid .detail-stat-cell strong{font-size:.8rem;font-weight:700}.detail-media-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;color:rgba(47,91,255,.28)}.detail-price-row{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.detail-price-night{font-size:.88rem;color:var(--text-secondary);font-weight:400}.detail-reserve-btn{flex-shrink:0;white-space:nowrap}@media (min-width:768px){.detail-page{padding:24px clamp(16px,3vw,40px) 96px}.detail-hero{gap:0;overflow:hidden;border:1px solid var(--divider);box-shadow:var(--shadow-md);background:var(--surface);border-radius:var(--radius-xl)}.detail-media{aspect-ratio:auto;min-height:100%}.detail-content{border-radius:0;padding:24px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.bs-row{display:flex;align-items:flex-start;gap:14px}.bs-back{display:grid;place-items:center;width:40px;height:40px;min-width:40px;border-radius:999px;background:var(--bg-muted);color:var(--text-primary);transition:background .16s ease}.bs-back:hover{background:var(--surface-strong)}.bs-body{flex:1 1;min-width:0}.bs-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.bs-body h1{margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.1;letter-spacing:-.02em}.bs-step-label{display:block;margin-top:6px;font-size:13px;color:var(--text-secondary);font-weight:600}.bs-dots{display:flex;gap:5px;flex-shrink:0}.bs-dot{width:28px;height:5px;border-radius:999px;background:var(--surface-strong);font-style:normal}.bs-dot.active{background:linear-gradient(135deg,var(--primary),var(--accent))}.bs-section{display:grid;grid-gap:12px;gap:12px}.bs-sub{color:var(--text-secondary);font-size:.88rem}.bs-section-label{display:grid;grid-gap:4px;gap:4px}.bs-section-label>p,.bs-section-label>span{color:var(--text-tertiary);font-size:.84rem;margin:0}.bs-section-title{font-size:1rem;font-weight:700;color:var(--text-primary);display:block;margin-bottom:10px}.bs-trip-card{border-radius:18px;border:1px solid var(--border);background:var(--surface);overflow:hidden}.bs-trip-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--border)}.bs-trip-row:last-child{border-bottom:none}.bs-trip-label{color:var(--text-secondary);font-size:.9rem;flex-shrink:0}.bs-trip-value{font-weight:600;text-align:right}.bs-trip-value--ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}.bs-radio{display:flex;align-items:center;color:var(--text-tertiary);flex-shrink:0;margin-left:auto}.bs-radio.active{color:var(--primary)}.bf-total{display:block;font-size:1rem;font-weight:700;color:var(--text-primary)}.bf-sub{display:block;font-size:.82rem;color:var(--text-secondary);margin-top:2px}.action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.receipt-copy{flex:1 1;min-width:0}.receipt-copy strong{display:block;margin-bottom:4px}.receipt-copy p{margin:0 0 4px;color:var(--text-secondary);font-size:.88rem}.receipt-copy span{display:flex;align-items:center;gap:4px;color:var(--text-tertiary);font-size:.82rem}.secure-note{display:flex;align-items:center;gap:8px}.booking-footer.mobile-sticky{position:fixed;bottom:0;left:0;right:0;z-index:20;border-radius:0;border:none;border-top:1px solid var(--border);padding:12px 20px max(12px,env(safe-area-inset-bottom));background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -4px 20px rgba(0,0,0,.07)}@media (min-width:768px){.booking-footer.mobile-sticky{position:static;border-radius:20px;border:1px solid var(--divider);padding:16px 18px;background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:var(--shadow-md)}}.ios-toggle{position:relative;width:48px;height:28px;border-radius:14px;border:none;background:var(--surface-strong);cursor:pointer;flex-shrink:0;padding:0;transition:background .2s ease}.ios-toggle:after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.28);transition:transform .2s ease}.ios-toggle.active{background:var(--primary)}.ios-toggle.active:after{transform:translateX(20px)}.pmk-mpesa{background:#15803d}.pmk-mpesa,.pmk-tigo{color:#fff;font-size:.95rem}.pmk-tigo{background:#1d4ed8}.pmk-airtel{background:#dc2626;color:#fff;font-size:.95rem}.pmk-card{background:#374151}.pmk-card,.pmk-later{color:#fff;font-size:.88rem}.pmk-later{background:#6b7280}.pmk-default{background:var(--primary);color:#fff}.calendar-day.range-end,.calendar-day.range-start{background:var(--primary);color:#fff;font-weight:700}.calendar-day.in-range{background:rgba(47,91,255,.14);color:var(--primary);font-weight:600;border-radius:0}.calendar-day.range-end,.calendar-day.range-start{border-radius:999px}.cal-hdr{text-align:center;color:var(--text-tertiary);font-size:.78rem;font-weight:600}.bs-prop-thumb{width:56px;height:56px;border-radius:12px;flex-shrink:0;background:linear-gradient(135deg,#eef2ff,#dde8ff)}.bs-heading{margin:0 0 4px;font-size:.95rem;font-weight:700;color:var(--text-primary)}.phone-input--bordered{border:1.5px solid var(--border);background:var(--surface);border-radius:14px;padding:14px 16px}.phone-prefix{font-size:.95rem;white-space:nowrap;color:var(--text-primary)}.phone-divider{width:1px;height:18px;background:var(--border);flex-shrink:0}.conf-eyebrow{color:hsla(0,0%,100%,.82)!important}.conf-lead{color:hsla(0,0%,100%,.88)!important}.receipt-image{background:linear-gradient(135deg,#eef2ff,#dde8ff)!important}.trips-page{display:grid;grid-gap:20px;gap:20px;padding-bottom:32px}.trips-header{padding-top:4px}.trips-title{font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:800;margin:0}.trips-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.trips-tabs::-webkit-scrollbar{display:none}.trips-tab{padding:8px 20px;border-radius:999px;border:1.5px solid var(--border);background:var(--bg);font-size:.9rem;font-weight:600;color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease}.trips-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.trips-list{display:grid;grid-gap:14px;gap:14px}.trips-card{display:flex;gap:14px;padding:14px;border-radius:20px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.trips-thumb{width:88px;height:88px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#dde8ff);flex:none}.trips-card-info{display:grid;grid-gap:3px;gap:3px;align-content:start;flex:1 1;min-width:0}.trips-card-title{font-size:.96rem;font-weight:700;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.trips-card-date,.trips-card-location{font-size:.84rem;color:var(--text-secondary)}.trips-card-meta{display:flex;align-items:center;gap:10px;margin-top:5px;flex-wrap:wrap}.trips-card-price{font-size:.88rem;font-weight:700;color:var(--text-primary);margin-left:auto}.trips-empty{display:grid;grid-gap:6px;gap:6px;justify-items:center;padding:48px 24px;border-radius:20px;border:1.5px dashed var(--border);text-align:center}.trips-empty-icon{font-size:2.4rem;margin-bottom:4px}.trips-empty strong{font-size:1rem}.trips-empty p{color:var(--text-secondary);font-size:.9rem;margin:0}.profile-hero{display:grid;grid-gap:18px;gap:18px;padding-bottom:8px}.profile-copy{display:grid;grid-gap:8px;gap:8px}.profile-copy h1{font-size:clamp(1.5rem,2.4vw,2rem);margin:0}.profile-grid{display:grid;grid-gap:32px;gap:32px}.profile-column{display:grid;grid-gap:20px;gap:20px;align-content:start}@media (min-width:1080px){.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.profile-summary{align-items:flex-start}.profile-quick-links{grid-template-columns:1fr}}.profile-faqs{display:grid;grid-gap:20px;gap:20px}.faq-question{background:none;border:none;cursor:pointer;padding:0;width:100%}.faq-question span:first-child{color:var(--text-primary);font-weight:600;text-align:left;flex:1 1}.faq-chevron{color:var(--primary);font-weight:700;flex:none}.faq-answer{color:var(--text-secondary);line-height:1.65;margin:0;padding-top:4px}.profile-footer{display:grid;grid-gap:14px;gap:14px;padding-top:8px;padding-bottom:16px}.profile-switch-row{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:20px;border:1px solid var(--divider);background:var(--surface);text-decoration:none;color:var(--text-primary);transition:box-shadow .16s ease}.profile-switch-row:hover{box-shadow:var(--shadow-md)}.profile-switch-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(47,91,255,.1);font-size:1.25rem;flex:none}.profile-switch-copy{flex:1 1;min-width:0}.profile-switch-copy strong{display:block;font-size:.96rem}.profile-switch-copy span{font-size:.84rem;color:var(--text-secondary)}.profile-switch-arrow{color:var(--primary);font-weight:700;font-size:1.1rem}.role-card-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:hsla(0,0%,100%,.2);font-size:1.8rem;margin-bottom:8px}.pw-strength{display:flex;align-items:center;gap:10px;margin-top:-4px}.pw-bar-track{flex:1 1;height:5px;border-radius:999px;background:var(--border);overflow:hidden}.pw-bar-fill{height:100%;border-radius:999px;transition:width .24s ease,background .24s ease}.pw-bar-fill.weak{width:33%;background:var(--error)}.pw-bar-fill.fair{width:66%;background:var(--warning)}.pw-bar-fill.strong{width:100%;background:var(--success)}.pw-label{font-size:.8rem;font-weight:700;min-width:40px;text-align:right}.pw-label.weak{color:var(--error)}.pw-label.fair{color:var(--warning)}.pw-label.strong{color:var(--success)}.host-today-header{padding-bottom:4px}.host-today-title{font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:800;margin:0 0 4px}.host-today-date{color:var(--text-secondary);font-size:.95rem;margin:0}.host-guest-list{display:grid;grid-gap:12px;gap:12px}.host-guest-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:18px;border:1px solid var(--divider);background:var(--surface);box-shadow:var(--shadow-sm)}.host-guest-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,rgba(15,118,110,.12),rgba(47,91,255,.1));color:#0f766e;font-weight:800;font-size:.85rem;flex:none}.host-guest-info{display:grid;grid-gap:2px;gap:2px;flex:1 1;min-width:0}.host-guest-name{font-weight:700;font-size:.95rem}.host-guest-property{font-size:.85rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host-guest-dates{font-size:.8rem;color:var(--text-tertiary)}.host-count-badge{padding:4px 10px;border-radius:999px;background:rgba(47,91,255,.1);color:var(--primary);font-size:.8rem;font-weight:700}.host-bookings-header{padding-bottom:4px}.hdb-tab-row{display:flex;gap:8px;flex-wrap:wrap}.hdb-tab{padding:6px 16px;border-radius:999px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.hdb-tab.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.hbl-booking-list{display:flex;flex-direction:column;gap:12px}.hbl-booking-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.hbl-booking-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.hbl-booking-prop{font-size:.95rem;font-weight:700;color:var(--text-primary);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbl-info-row{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--text-secondary)}.hbl-info-icon{font-size:1rem;width:20px;text-align:center;flex-shrink:0}.hbl-info-amount{color:var(--text-primary);font-size:.9rem}.hbl-info-amount strong{font-weight:700}.hbl-booking-actions{display:flex;gap:8px;margin-top:4px}.hbl-booking-actions .button{flex:1 1}.hbl-decline-btn{border-color:var(--error);color:var(--error)}.hbl-decline-btn:hover{background:var(--error-light);border-color:var(--error)}.hbl-summary-strip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:12px}.hbl-summary-stat{border-radius:12px;padding:12px 10px;text-align:center;display:flex;flex-direction:column;gap:2px}.hbl-summary-stat strong{font-size:1.3rem;font-weight:800;line-height:1}.hbl-summary-stat span{font-size:.75rem;color:var(--text-secondary)}.hbl-listing-list{display:flex;flex-direction:column;gap:12px}.hbl-listing-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:row;gap:0}.hbl-listing-thumb{width:88px;min-width:88px;background:linear-gradient(135deg,#eef2ff,#dde8ff);flex-shrink:0;position:relative}.hbl-listing-body{flex:1 1;min-width:0;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.hbl-listing-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.hbl-listing-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.hbl-listing-title{font-size:.9rem;font-weight:700;color:var(--text-primary)}.hbl-listing-location,.hbl-listing-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbl-listing-location{font-size:.78rem;color:var(--text-secondary)}.hbl-listing-meta{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--text-secondary)}.hbl-listing-meta strong{color:var(--text-primary);font-weight:700}.hbl-listing-bar{display:flex;align-items:center;gap:8px}.hbl-listing-bar .progress-track{flex:1 1;height:5px;background:var(--border);border-radius:999px;overflow:hidden}.hbl-listing-bar .progress-track span{display:block;height:100%;background:var(--primary);border-radius:999px;transition:width .3s}.hbl-listing-pct{font-size:.75rem;color:var(--text-secondary);min-width:28px;text-align:right}.hbl-listing-actions{display:flex;align-items:center;gap:10px;margin-top:2px}.hbl-listing-actions .button{padding:6px 14px;font-size:.8rem}.hbl-profile-card{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px;margin-bottom:12px}.hbl-profile-avatar{width:56px;height:56px;border-radius:50%;background:var(--gradient-primary);color:#fff;font-size:1.2rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hbl-profile-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.hbl-profile-name{font-size:1rem;font-weight:700;color:var(--text-primary)}.hbl-profile-email{font-size:.8rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbl-profile-badge{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:600;color:var(--success);background:rgba(34,197,94,.1);border-radius:999px;padding:2px 8px;margin-top:2px;align-self:flex-start}.hbl-profile-score{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.hbl-profile-score strong{font-size:1.2rem;font-weight:800;color:var(--rating)}.hbl-profile-score span{font-size:.72rem;color:var(--text-secondary)}.profile-actions{display:flex;gap:8px}.profile-actions .button{flex:1 1}.hbl-profile-links{display:flex;flex-direction:column;gap:2px}.host-profile-link{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:12px;text-decoration:none;color:var(--text-primary);transition:background .15s}.host-profile-link:hover{background:var(--bg-muted)}.host-profile-link .link-card-icon{width:36px;height:36px;border-radius:10px;background:var(--bg-muted);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.host-profile-link div{flex:1 1;min-width:0}.host-profile-link div strong{display:block;font-size:.9rem;font-weight:600}.host-profile-link div p{font-size:.78rem;color:var(--text-secondary);margin:1px 0 0}.host-profile-link .link-card-arrow{color:var(--text-tertiary);font-size:1.1rem}@media (min-width:768px){.hbl-listing-card{gap:0}.hbl-listing-thumb{width:120px;min-width:120px}.hbl-booking-list,.hbl-listing-list{display:grid;grid-template-columns:repeat(2,1fr)}.hbl-booking-card,.hbl-listing-card{height:100%}}.host-listing-flow{display:flex;flex-direction:column;gap:0;padding-bottom:40px}.host-revenue-card .eyebrow{color:hsla(0,0%,100%,.78);margin-bottom:4px}.host-revenue-card .hdb-greeting{font-size:1.9rem;font-weight:800;color:#fff}.host-alert-card-alt{border-color:var(--border);border-radius:14px}.host-alert-list-alt{gap:10px}.hbl-listing-rate{font-size:.8rem;font-weight:700;color:var(--primary);margin-top:-2px}@keyframes page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.exp-page,.home-v2,.page{animation:page-enter .18s ease-out both}:focus-visible{outline:2.5px solid var(--primary);outline-offset:2px;border-radius:4px}.button:focus-visible,.exp-active-pill:focus-visible,.hdb-tab:focus-visible,.home-chip:focus-visible,.trips-tab:focus-visible{border-radius:999px}.hbl-booking-card:focus-visible,.hbl-listing-card:focus-visible,.pc:focus-visible{outline-offset:3px;border-radius:var(--radius-lg)}:focus:not(:focus-visible){outline:none}@media (min-width:768px){.exp-results-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;align-items:start}}@media (min-width:1200px){.exp-results-list{grid-template-columns:repeat(3,1fr)}.home-main .recommended-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.booking-sidebar,.confirmation-sidebar{display:none}@media (min-width:768px){.booking-sidebar,.confirmation-sidebar{display:block}}.bsb-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.bsb-thumb{width:100%;aspect-ratio:16/9;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#dde8ff);flex-shrink:0}.bsb-prop{display:flex;flex-direction:column;gap:3px}.bsb-prop strong{font-size:.95rem;font-weight:700;color:var(--text-primary);line-height:1.3}.bsb-prop span{font-size:.82rem;color:var(--text-secondary)}.bsb-rating{display:inline-flex;align-items:center;gap:4px;font-size:.8rem!important;color:var(--text-secondary)!important;margin-top:2px}.bsb-divider{height:1px;background:var(--border);margin:2px 0}.bsb-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.85rem;color:var(--text-secondary)}.bsb-row strong{color:var(--text-primary);font-weight:600}.bsb-total{font-size:.95rem}.bsb-total strong{font-weight:700;color:var(--text-primary)}.bsb-secure{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--text-tertiary);padding-top:4px}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--bg-muted) 25%,var(--surface-strong) 50%,var(--bg-muted) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.6s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.skeleton-img{aspect-ratio:4/3;border-radius:var(--radius-md)}.skeleton-line{height:14px}.skeleton-line--short{width:55%}.skeleton-line--medium{width:75%}.skeleton-price{height:18px;width:45%;margin-top:4px}.nf-page{justify-content:center;min-height:calc(100vh - 120px);padding:40px 20px}.nf-card,.nf-page{display:flex;align-items:center}.nf-card{flex-direction:column;text-align:center;gap:16px;max-width:400px;width:100%}.nf-badge{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--primary);background:rgba(47,91,255,.08);border-radius:999px;padding:4px 14px}.nf-icon-wrap{margin:4px 0}.nf-icon-circle{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:var(--bg-muted);color:var(--text-tertiary)}.nf-title{font-size:1.6rem;font-weight:800;color:var(--text-primary);margin:0;line-height:1.2}.nf-desc{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.6}.nf-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:8px}.nf-btn{display:flex;align-items:center;justify-content:center;gap:8px}.filter-close-btn{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--text-secondary);padding:4px 8px;border-radius:6px;line-height:1;transition:color .15s,background .15s}.filter-close-btn:hover{color:var(--text-primary);background:var(--bg-muted)}@media (hover:hover){.pc:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.hbl-booking-card:hover,.hbl-listing-card:hover{border-color:var(--primary);box-shadow:0 0 0 2px rgba(47,91,255,.1)}.host-profile-link:hover .link-card-arrow{transform:translateX(4px)}.link-card-arrow{transition:transform .15s ease}}.bottom-nav-tab,.button,.hdb-tab,.home-chip,.link-card,.trips-tab{transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}@media (prefers-reduced-motion:reduce){.exp-page,.home-v2,.page{animation:none}.pc:hover{transform:none}.skeleton{animation:none;background:var(--bg-muted)}}.detail-content{margin-top:-20px}@media (min-width:768px){.detail-content{margin-top:0}}@media (min-width:1080px){.profile-page,.support-page,.trips-page{max-width:760px;margin-left:auto;margin-right:auto}}@media (min-width:1440px){.hdb-page{max-width:1100px;margin-left:auto;margin-right:auto}}.profile-page h1,.support-page h1,.trips-page h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;line-height:1.15;margin:0}.pc{transition:transform .18s ease,box-shadow .18s ease}@media (min-width:1280px){.booking-page{padding-left:clamp(20px,5vw,80px);padding-right:clamp(20px,5vw,80px)}}