@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--bg:#0f1115;--bg-soft:#171b22;--card:#1c212b;--white:#fff;--muted:#a7afbc;--gold:#d4af37;--gold-deep:#c9a227;--gold-soft:#e6c35a;--border:#ffffff14;--shadow-card:0 18px 32px #00000052;--shadow-glow:0 0 24px #d4af3729;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--font-heading:"Playfair Display", serif;--font-body:"Plus Jakarta Sans", sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--white);font-family:var(--font-body);background:radial-gradient(circle at 9% -5%, #d4af3736, transparent 34%), radial-gradient(circle at 86% 0%, #2d3d624d, transparent 38%), var(--bg);margin:0;line-height:1.6}a{color:inherit;text-decoration:none}img{width:100%;display:block}button,input,select,textarea{color:inherit;font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0;font-weight:600;line-height:1.2}p{margin:0}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1;padding-top:0}.container{width:min(1220px,100% - 3rem);margin-inline:auto}.page-section{padding:2.8rem 0}.page-section-inner{padding-top:2rem}.muted{color:var(--muted)}.inline-link{color:var(--gold-soft);font-weight:600}.inline-link:hover{color:var(--gold)}.section-header{gap:.9rem;margin-bottom:1.8rem;display:grid}.section-header h2,.section-header h1{letter-spacing:.02em;font-size:clamp(1.9rem,2.5vw,3rem)}.section-subtitle{color:var(--muted);max-width:70ch}.section-label{letter-spacing:.14em;text-transform:uppercase;width:fit-content;color:var(--gold-soft);background:#d4af3714;border:1px solid #d4af3740;border-radius:999px;padding:.38rem .8rem;font-size:.72rem;display:inline-flex}.button-primary,.button-secondary,.chip-action{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;font-weight:600;transition:all .22s;display:inline-flex}.button-primary{background:linear-gradient(145deg, var(--gold-soft), var(--gold-deep));color:#0f1115;box-shadow:var(--shadow-glow);padding:.72rem 1.2rem}.button-primary:hover{filter:saturate(1.08);transform:translateY(-1px)}.button-secondary,.chip-action{color:var(--white);border-color:var(--border);background:#ffffff05;padding:.68rem 1.1rem}.button-secondary:hover,.chip-action:hover{border-color:#d4af3773}.button-compact{padding-inline:.98rem}.full-width{width:100%}.top-nav{z-index:80;background:var(--bg);border-bottom:1px solid var(--border);transition:all .18s;position:sticky;top:0}.top-nav-scrolled{background:var(--bg)}.top-nav-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:min(1360px,100% - 3rem);height:82px;margin-inline:auto;display:grid;position:relative}.brand-logo{letter-spacing:.01em;align-items:center;gap:.52rem;min-width:160px;font-size:1.58rem;font-weight:700;display:inline-flex}.brand-logo-large{font-size:1.9rem}.brand-logo-mark{flex-shrink:0;width:2rem;height:2rem;display:block}.brand-logo-large .brand-logo-mark{width:2.35rem;height:2.35rem}.brand-logo-wordmark{align-items:baseline;gap:.05em;display:inline-flex}.brand-stay{color:#fff}.brand-crest{background:linear-gradient(140deg,#f1d17a,#d4af37 38%,#c29a1c);color:#0000;-webkit-background-clip:text;background-clip:text}.top-nav .brand-stay{color:var(--white)}.top-nav .brand-crest{background:linear-gradient(140deg, var(--gold-soft), var(--gold) 38%, var(--gold-deep));color:#0000;-webkit-background-clip:text;background-clip:text}.top-links-airbnb{justify-self:center;align-items:flex-end;gap:.4rem;display:flex}.top-link-airbnb{min-width:98px;color:var(--muted);font-size:.92rem;font-family:var(--font-body);border-bottom:3px solid #0000;place-items:center;gap:.25rem;padding:.18rem .62rem .52rem;font-weight:500;display:grid;position:relative}.top-link-emoji{font-size:1.45rem;line-height:1}.top-link-badge{color:#fff;letter-spacing:.08em;background:#7b91b7;border-radius:999px;padding:.09rem .32rem;font-size:.52rem;font-weight:700;position:absolute;top:-7px;right:10px}.top-link-airbnb:hover,.top-link-airbnb.active{color:var(--gold);border-bottom-color:var(--gold)}.top-actions-airbnb{justify-self:end;align-items:center;gap:.45rem;display:inline-flex;position:relative}.host-action-link-airbnb{color:var(--white);background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;min-height:42px;padding:0 .95rem;font-size:.95rem;font-weight:600;display:inline-flex}.host-action-link-airbnb:hover{background:#ffffff14}.mode-switch{border:1px solid var(--border);background:#ffffff08;border-radius:999px;align-items:center;gap:.2rem;padding:.2rem;display:inline-flex}.mode-switch-button{color:#c7d1df;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;min-width:66px;min-height:34px;padding:0 .7rem;font-size:.82rem;font-weight:600}.mode-switch-button:hover{color:#f5f8ff;border-color:#fff3}.mode-switch-button.active{color:#f9d77f;background:#d4af3733;border-color:#d4af3780}.top-avatar-chip,.top-menu-chip{border:1px solid var(--border);background:var(--card);color:var(--white);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.top-avatar-chip{color:#fff;background:#1f232b;border-color:#1f232b;width:40px;height:40px;font-size:.9rem;font-weight:700}.top-menu-chip{gap:.2rem;width:40px;height:40px}.top-menu-chip:hover,.top-avatar-chip:hover{border-color:var(--border)}.top-user-menu{border:1px solid var(--border);background:var(--card);width:min(360px,100vw - 1.5rem);box-shadow:var(--shadow-card);border-radius:16px;gap:.1rem;padding:.55rem;display:grid;position:absolute;top:calc(100% + .5rem);right:0}.top-user-menu-link{min-height:42px;color:var(--white);font-family:var(--font-body);text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:.62rem;padding:0 .72rem;font-size:.96rem;display:inline-flex}.top-user-menu-link:hover{border-color:var(--border);background:#ffffff14}.top-user-menu-button{cursor:pointer;width:100%}.top-user-menu-divider{background:var(--border);height:1px;margin:.35rem 0}.top-user-menu-host-card{border:1px solid var(--border);background:#ffffff0a;border-radius:12px;gap:.45rem;padding:.68rem;display:grid}.top-user-menu-host-card strong{color:var(--white);font-size:.98rem}.top-user-menu-host-card p{color:var(--muted);font-size:.85rem}.top-user-menu-host-card a{border:1px solid var(--border);width:fit-content;color:var(--white);background:var(--gold);border-radius:999px;align-items:center;min-height:32px;padding:0 .75rem;font-size:.84rem;font-weight:700;display:inline-flex}.listings-home{background:var(--bg);min-height:100vh;padding-top:0}.listings-entry{z-index:45;background:var(--bg);border-bottom:1px solid var(--border);gap:.75rem;padding:.95rem 0 .82rem;transition:padding .36s cubic-bezier(.2,.7,.2,1),background .36s,border-color .36s;display:grid;position:sticky;top:82px}.explore-feed-entry{padding:.92rem 0 .85rem}.explore-feed-head{grid-template-columns:auto 1fr;align-items:center;gap:.8rem;display:grid}.explore-feed-back{flex-shrink:0}.explore-feed-title-wrap{gap:.18rem;display:grid}.explore-feed-title-wrap h1{font-family:var(--font-body);color:var(--white);letter-spacing:-.01em;margin:0;font-size:clamp(1.32rem,2.1vw,1.8rem);font-weight:700}.explore-feed-title-wrap p{color:var(--muted);margin:0;font-size:.9rem}@media (width<=768px){.explore-feed-head{grid-template-columns:auto 1fr;align-items:flex-start}.explore-feed-title-wrap h1{font-size:1.24rem}.explore-feed-title-wrap p{font-size:.84rem}}.search-bleed{opacity:1;width:100%;max-height:160px;margin:0;padding:0;transition:max-height .36s cubic-bezier(.2,.7,.2,1),opacity .28s,transform .36s;overflow:hidden;transform:translateY(0)}.listings-search-mini{border:1px solid var(--border);background:var(--card);color:var(--white);opacity:0;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;width:min(420px,100% - 2rem);height:0;min-height:0;margin:0 auto;padding:0;font-weight:600;transition:height .32s cubic-bezier(.2,.7,.2,1),min-height .32s cubic-bezier(.2,.7,.2,1),padding .32s cubic-bezier(.2,.7,.2,1),border-color .24s,opacity .26s,transform .32s cubic-bezier(.2,.7,.2,1);display:inline-flex;overflow:hidden;transform:translateY(-18px)}.listings-search-mini svg{color:var(--gold)}@media (width>=960px){.listings-entry-collapsed{background:var(--bg);border-bottom-color:var(--border);padding:.45rem 0 .55rem}.listings-entry-collapsed .search-bleed{opacity:0;pointer-events:none;max-height:0;transform:translateY(-14px)}.listings-entry-collapsed .listings-search-mini{border-color:var(--border);opacity:1;pointer-events:auto;height:46px;min-height:46px;padding:0 1rem;transform:translateY(0)}}.listings-search-trigger{border:1px solid var(--border);background:var(--card);border-radius:999px;grid-template-columns:1fr auto;align-items:center;gap:.3rem;width:min(680px,100%);margin:0 auto;padding:.35rem;transition:border-color .18s;display:grid}.listings-search-fields{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.listings-search-trigger:hover{border-color:var(--gold);box-shadow:var(--shadow-glow)}.trigger-fields{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.trigger-fields p{color:var(--white);gap:.06rem;margin:0;padding:.58rem .95rem;font-size:.95rem;display:grid}.trigger-fields p+p{border-left:1px solid var(--border)}.trigger-fields span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;font-weight:600}.listings-search-cta{background:var(--gold);color:var(--bg);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;width:48px;min-height:48px;margin-right:.1rem;padding:0;font-weight:700;display:inline-flex}.listings-tab-row{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:.55rem;display:flex}.listings-tab-row::-webkit-scrollbar{display:none}.listings-tab-row-centered{justify-content:center}.listings-tab{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#ffffff05;border-radius:16px;justify-items:center;gap:.22rem;min-width:116px;padding:.52rem .95rem;display:grid;position:relative}.listings-tab-active{box-shadow:var(--shadow-glow);border-color:#d4af379e}.listings-tab-icon{color:var(--muted);justify-content:center;align-items:center;display:inline-flex}.listings-feed{gap:1.45rem;padding-top:1.25rem;padding-bottom:1.4rem;display:grid}.listing-row-section{gap:.7rem;display:grid}.listing-row-head{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.listing-row-head h2{font-family:var(--font-body);color:var(--white);letter-spacing:-.02em;font-size:clamp(1.7rem,2.2vw,2.25rem);font-weight:700}.listing-row-head p{color:var(--muted);font-size:1rem}.listing-row-arrow{border:1px solid var(--border);background:var(--card);color:var(--white);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex}.listings-scroll-row{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:.85rem;padding:0 1.35rem .25rem 0;display:flex;overflow-x:auto}.listings-scroll-row::-webkit-scrollbar{display:none}.strip-card{color:var(--white);scroll-snap-align:start;flex:0 0 clamp(230px,24vw,278px);gap:.55rem;display:grid}.strip-image-wrap{border:1px solid var(--border);background:var(--card);border-radius:18px;position:relative;overflow:hidden}.strip-image{object-fit:cover;height:160px;transition:transform .2s}.strip-card:hover .strip-image{transform:scale(1.05)}.strip-badge{border:1px solid var(--border);background:var(--card);color:var(--white);border-radius:999px;padding:.28rem .58rem;font-size:.72rem;font-weight:600;position:absolute;top:10px;left:10px}.strip-hot{transform-origin:50%;z-index:3;background:radial-gradient(circle at 30% 30%,#fff7d6 0%,#ffd96a 20%,#d4af37 60%);border-radius:999px;width:8px;height:8px;display:inline-block;position:absolute;top:10px;left:10px;overflow:visible;box-shadow:0 8px 18px #d4af372e,inset 0 0 8px #d4af3717}.strip-hot:before{content:"";mix-blend-mode:overlay;filter:blur(6px)saturate();opacity:.85;background:linear-gradient(90deg,#fff0 0%,#ffffff73 50%,#fff0 100%);border-radius:999px;width:48px;height:22px;animation:2s linear infinite hotSweep;position:absolute;top:-6px;left:-34px;transform:translate(-120%)}@keyframes hotSweep{0%{transform:translate(-140%)}to{transform:translate(140%)}}@keyframes hotPulse{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1)}}.strip-hot{animation:2.6s ease-in-out infinite hotPulse}.strip-save{color:#fff;background:#212731b8;border:1px solid #ffffff6b;border-radius:999px;place-items:center;width:38px;height:38px;padding:0;display:inline-grid;position:absolute;top:10px;right:10px}.strip-content{gap:.125rem;display:grid}.strip-title{font-size:clamp(.94rem,1vw,1.06rem);font-family:var(--font-body);letter-spacing:-.01em;color:var(--white);font-weight:600;line-height:1.12}.strip-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:.4rem;font-size:.82rem;display:flex}.details-header h1{margin-bottom:.25rem;font-size:clamp(1.28rem,1.6vw,1.5rem)}.details-header .muted{color:var(--muted);font-size:.92rem}.strip-rating{color:var(--muted);align-items:center;gap:.2rem;font-weight:600;display:inline-flex}.search-overlay{z-index:130;opacity:0;pointer-events:none;background:#080a0fa8;place-items:center;padding:.75rem;transition:opacity .25s;display:grid;position:fixed;inset:0}.search-overlay-open{opacity:1;pointer-events:auto}.search-panel{border:1px solid var(--border);opacity:0;width:100%;max-width:980px;max-height:min(92vh,940px);box-shadow:var(--shadow-card);scrollbar-width:none;-ms-overflow-style:none;background:linear-gradient(#0f1115,#0f1115);border-radius:28px;padding:1rem;transition:transform .3s,opacity .24s;overflow:auto;transform:translateY(22px)scale(.98)}.search-panel::-webkit-scrollbar{display:none}.search-panel-open{opacity:1;transform:translateY(0)scale(1)}.search-panel-head{justify-content:center;align-items:center;margin-bottom:.75rem;display:flex;position:relative}.search-close-button{border:1px solid var(--border);color:var(--white);cursor:pointer;background:#ffffff0d;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:absolute;top:0;right:0}.search-where-card{border:1px solid var(--border);background:#ffffff08;border-radius:22px;gap:.62rem;padding:1.1rem;display:grid}.search-where-card h2{font-family:var(--font-body);font-size:2.05rem;font-weight:700}.search-overlay-input{color:var(--muted);border:1px solid #ffffff3d;border-radius:12px;align-items:center;gap:.6rem;padding:.8rem;display:flex}.search-overlay-input input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:1.04rem}.search-block-label{color:#c5ccdb;margin-top:.25rem;font-size:.95rem}.search-suggestion-list{scrollbar-width:none;-ms-overflow-style:none;gap:.3rem;max-height:280px;display:grid;overflow:auto}.search-suggestion-list::-webkit-scrollbar{display:none}.search-history-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:.75rem;padding:.45rem .2rem;display:flex}.search-history-item-soft{padding-inline:0}.search-history-item:hover{background:#ffffff0a}.search-item-icon{color:#c7d1e2;background:#ffffff0a;border:1px solid #fff3;border-radius:14px;flex:none;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.search-item-text{gap:.05rem;display:grid}.search-item-text strong{font-family:var(--font-body);font-size:1.1rem}.search-item-text span{color:#acb6c8}.search-collapse-row{border:1px solid var(--border);color:#edf1f9;cursor:pointer;background:#ffffff0a;border-radius:18px;justify-content:space-between;align-items:center;gap:.65rem;width:100%;margin-top:.7rem;padding:.9rem 1rem;display:flex}.search-collapse-row span{color:#acb5c6}.search-collapse-row strong{font-family:var(--font-body);font-size:1.42rem}.search-overlay-actions{justify-content:space-between;align-items:center;gap:.7rem;margin-top:.95rem;display:flex}.search-clear-btn{color:#edf2fb;cursor:pointer;background:0 0;border:none;font-size:1.05rem;text-decoration:underline}.search-run-btn{background:linear-gradient(145deg, var(--gold-soft), var(--gold-deep));color:#0f1115;font-size:1.94rem;font-family:var(--font-body);cursor:pointer;border:1px solid #d4af3780;border-radius:10px;align-items:center;gap:.45rem;padding:.55rem 1rem;font-weight:700;display:inline-flex}.search-run-btn svg{width:22px;height:22px}.hero-section{align-items:flex-end;min-height:86vh;display:flex;position:relative;overflow:hidden}.hero-media{background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.04)}.hero-content{z-index:1;gap:1.2rem;padding-bottom:4.4rem;display:grid;position:relative}.hero-content h1{max-width:16ch;font-size:clamp(2.4rem,5vw,4.8rem)}.hero-subtitle{color:#dde2ec;max-width:64ch}.search-shell{border:1px solid var(--border);border-radius:var(--radius-xl);max-width:980px;box-shadow:var(--shadow-card);background:#0e1117cc;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:.55rem;margin-top:.45rem;padding:.55rem;display:grid}.search-shell-compact{margin-bottom:1rem}.search-shell label{border-radius:var(--radius-md);background:#ffffff05;gap:.24rem;padding:.7rem .85rem;display:grid}.search-shell label span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.74rem}.search-shell input,.search-shell select,.form-grid input,.form-grid textarea,.form-grid select,.booking-fields input,.newsletter-form input,.chat-input-row input{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--white);background:#ffffff05;outline:none;padding:.78rem .85rem}.search-shell input:focus,.search-shell select:focus,.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus,.booking-fields input:focus,.newsletter-form input:focus,.chat-input-row input:focus{border-color:#d4af3785;box-shadow:0 0 0 2px #d4af3733}.hero-actions{flex-wrap:wrap;gap:.7rem;display:flex}.chip-row{flex-wrap:wrap;gap:.6rem;display:flex}.chip{border:1px solid var(--border);color:#dce2ed;cursor:pointer;background:#ffffff08;border-radius:999px;padding:.48rem .92rem;font-size:.88rem;transition:all .18s}.chip:hover{border-color:#d4af3780}.chip-soft{background:#ffffff03}.chip-row-spacious{gap:.72rem}.listing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.listing-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:linear-gradient(160deg,#202631cc,#191c24d9);transition:all .22s;overflow:hidden}.listing-card:hover{border-color:#d4af3773;transform:translateY(-5px)}.listing-image-wrap{position:relative;overflow:hidden}.listing-image{object-fit:cover;height:220px;transition:all .26s}.listing-card:hover .listing-image{transform:scale(1.06)}.badge{color:#f0d98f;background:#0b0e13e6;border:1px solid #d4af3761;border-radius:999px;padding:.3rem .6rem;font-size:.72rem;position:absolute;top:12px;left:12px}.wishlist-button{border:1px solid var(--border);color:#e8edf6;background:#080a0fcc;border-radius:999px;padding:.3rem .55rem;font-size:.76rem;position:absolute;top:12px;right:12px}.listing-content{gap:.42rem;padding:.95rem;display:grid}.listing-top-row,.listing-bottom-row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.listing-top-row h3{font-size:1.2rem}.rating{color:var(--gold)}.amenities-line{color:#c7cfdb;font-size:.9rem}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem;display:grid}.feature-card,.content-card,.stat-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:linear-gradient(170deg,#222834e6,#181c24e6);padding:1.15rem}.feature-card h3{margin-bottom:.6rem}.destination-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.destination-card{border-radius:var(--radius-lg);border:1px solid var(--border);min-height:260px;position:relative;overflow:hidden}.destination-card img{object-fit:cover;height:100%;transition:all .22s}.destination-card:hover img{transform:scale(1.07)}.destination-overlay{background:linear-gradient(#0000,#080b0ee0);gap:.55rem;padding:1rem;display:grid;position:absolute;inset:auto 0 0}.destination-overlay p{color:#d3dae7}.host-banner,.newsletter-card,.calculator-card,.support-cta,.empty-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:linear-gradient(125deg,#13171ff2,#1d222deb);gap:1rem;padding:1.5rem;display:grid}.host-banner{grid-template-columns:1fr auto;align-items:center}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.testimonial-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:#1b212beb;gap:.95rem;padding:1rem;display:grid}.testimonial-card img{object-fit:cover;border-radius:50%;width:58px;height:58px}.newsletter-form{grid-template-columns:1fr auto;gap:.75rem;display:grid}.filter-row{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.sort-select{border:1px solid var(--border);background:#ffffff08;border-radius:999px;margin-left:auto;padding:.6rem .95rem}.explore-layout{grid-template-columns:1.6fr 1fr;gap:1rem;display:grid}.map-panel{border:1px solid var(--border);border-radius:var(--radius-xl);background:#181d26e6;height:fit-content;padding:1rem;position:sticky;top:104px}.map-canvas{border-radius:var(--radius-lg);border:1px solid var(--border);background:radial-gradient(circle at 70% 20%,#d4af3726,#0000 32%),radial-gradient(circle at 30% 75%,#526a9833,#0000 36%),#11161d;min-height:340px;margin-top:.9rem;position:relative;overflow:hidden}.map-canvas-short{min-height:220px}.map-canvas iframe{border:0;border-radius:12px;width:100%;height:100%;display:block}.map-fallback{background:#ffffff08;border-radius:8px;padding:.6rem .8rem}.results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.1rem;display:grid}.page-main-listing{padding-top:0;overflow-x:hidden;padding-bottom:0!important}.listing-view{width:100%;max-width:980px;margin-inline:auto;padding-bottom:10.8rem;overflow-x:clip}.listing-view-hero{border:1px solid var(--border);background:#0d1015;border-top:none;border-bottom-right-radius:30px;border-bottom-left-radius:30px;width:100%;position:relative;overflow:hidden}.listing-hero-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;grid-auto-columns:100%;grid-auto-flow:column;width:100%;display:grid;overflow-x:auto}.listing-hero-track::-webkit-scrollbar{display:none}.listing-hero-slide{object-fit:cover;scroll-snap-align:start;-webkit-user-select:none;user-select:none;width:100%;min-width:100%;max-width:100%;height:clamp(260px,56vw,520px)}.listing-hero-actions{z-index:4;justify-content:space-between;align-items:center;display:flex;position:absolute;top:.85rem;left:.85rem;right:.85rem}.listing-hero-actions-right{gap:.48rem;display:inline-flex}.listing-hero-icon{color:#f5f8ff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0f1594;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.listing-hero-counter{z-index:3;color:#f3f6fb;background:#0c0f15b3;border:1px solid #ffffff38;border-radius:999px;padding:.3rem .56rem;font-size:.82rem;font-weight:600;position:absolute;bottom:.85rem;right:.85rem}.listing-view-content{z-index:5;gap:.72rem;width:min(760px,100% - 1rem);min-width:0;margin:-1.05rem auto 0;display:grid;position:relative}.listing-summary-card,.listing-section-card{border:1px solid var(--border);background:#141921f5;border-radius:24px;min-width:0;padding:1rem;box-shadow:0 10px 26px #0003}.listing-summary-card h1{letter-spacing:-.02em;font-size:clamp(1.42rem,3.7vw,2rem);line-height:1.08}.listing-summary-location{color:#dbe2ef;margin-top:.55rem;font-size:.94rem}.listing-summary-meta{color:#adb8cb;margin-top:.2rem;font-size:.86rem}.listing-score-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.56rem;margin-top:.8rem;display:grid}.listing-score-pill{border:1px solid var(--border);background:#ffffff05;border-radius:16px;gap:.18rem;padding:.62rem .72rem;display:grid}.listing-score-pill strong{align-items:center;gap:.33rem;font-size:.96rem;display:inline-flex}.listing-score-pill strong svg{color:var(--gold-soft)}.listing-score-pill span{color:#aeb9cc;font-size:.79rem}.listing-section-card h2{margin-bottom:.72rem;font-size:clamp(1.16rem,2.4vw,1.42rem)}.listing-section-card p{color:#dde4f0;font-size:.93rem;line-height:1.45}.listing-host-card{align-items:center;gap:.72rem;display:flex}.listing-host-avatar{object-fit:cover;border:1px solid var(--border);border-radius:999px;width:56px;height:56px}.listing-host-name{color:#f6f8fc;font-weight:600;line-height:1.2}.listing-host-meta{color:#aeb8c8;font-size:.84rem}.listing-host-actions{margin-top:.9rem}.listing-host-message-btn{align-items:center;gap:.45rem;display:inline-flex}.listing-highlights{gap:.58rem;margin-top:.72rem;display:grid}.listing-highlights p{color:#dce3ef;align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.listing-highlights svg{color:var(--gold-soft);flex:none;margin-top:.08rem}.listing-sleep-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:.62rem;padding-bottom:.2rem;display:flex;overflow-x:auto}.listing-sleep-grid::-webkit-scrollbar{display:none}.listing-sleep-card{scroll-snap-align:start;flex:0 0 46%;min-width:168px}.listing-sleep-image{border:1px solid var(--border);object-fit:cover;border-radius:13px;width:100%;height:112px}.listing-sleep-card p{color:#f2f6fc;margin-top:.45rem;font-size:.95rem;font-weight:600}.listing-sleep-card span{color:#aeb8cb;font-size:.82rem}.listing-amenity-list{gap:.56rem;margin:0;padding:0;list-style:none;display:grid}.listing-amenity-list li{color:#e4eaf7;align-items:center;gap:.45rem;font-size:.91rem;display:flex}.listing-amenity-list li svg{color:var(--gold-soft);flex:none}.listing-map-location{color:#b8c2d4;margin-bottom:.62rem;font-size:.86rem}.listing-map-wrap{border:1px solid var(--border);background:#0f1319;border-radius:16px;min-height:220px;overflow:hidden}.listing-map-image{object-fit:cover;border:0;width:100%;height:220px;display:block}.listing-section-card .button-secondary.full-width{margin-top:.66rem}.listing-sticky-reserve{z-index:90;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#0e1219f5,#0c1016fa);position:fixed;bottom:0;left:0;right:0}.listing-sticky-note{color:#d0d8e5;background:#ffffff08;justify-content:center;align-items:center;gap:.32rem;margin:0;padding:.42rem .68rem;font-size:.8rem;display:flex}.listing-sticky-note svg{color:var(--gold-soft)}.listing-sticky-main{justify-content:space-between;align-items:center;gap:.74rem;width:min(760px,100% - 1rem);margin-inline:auto;padding:.72rem 0;display:flex}.listing-sticky-price-block{min-width:0}.listing-sticky-price{color:#f4f7fd;margin:0;font-size:1.2rem;font-weight:700;line-height:1.1}.listing-sticky-dates{color:#b7c2d5;white-space:nowrap;text-overflow:ellipsis;margin:.16rem 0 0;font-size:.82rem;overflow:hidden}.listing-sticky-cancel{color:#cfd7e6;white-space:nowrap;text-overflow:ellipsis;margin:.12rem 0 0;font-size:.79rem;overflow:hidden}.listing-sticky-button{min-width:148px}.listing-desktop-shell{display:none}.listing-mobile-shell{display:block}.listing-desktop-head{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.listing-desktop-head h1{letter-spacing:-.02em;font-size:clamp(1.5rem,2.1vw,2.15rem);line-height:1.1}.listing-desktop-head-actions{gap:.65rem;display:inline-flex}.listing-desktop-head-link{color:#dce3ef;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-items:center;gap:.34rem;text-decoration:underline;display:inline-flex}.listing-desktop-gallery{border:1px solid var(--border);background:#0f131a;border-radius:18px;grid-template-columns:1.15fr 1fr;gap:.34rem;margin-top:1rem;display:grid;position:relative;overflow:hidden}.listing-desktop-main-image{object-fit:cover;width:100%;height:500px}.listing-desktop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem;display:grid}.listing-desktop-grid img{object-fit:cover;width:100%;height:248px}.listing-show-all-btn{border:1px solid var(--border);color:#11161d;cursor:pointer;background:#ffffffeb;border-radius:12px;padding:.56rem .92rem;font-weight:600;position:absolute;bottom:1rem;right:1rem}.listing-desktop-meta{gap:.16rem;margin-top:1rem;display:grid}.listing-desktop-meta p:first-child{color:#f2f6fd;font-size:1.2rem;font-weight:600}.listing-desktop-meta p:last-child{color:#b3bfd3;font-size:.95rem}.listing-desktop-section-nav{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e1219eb;border-top:1px solid #ffffff17;border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.72rem 0;display:flex;position:sticky;top:0}.listing-desktop-tab-links{align-items:center;gap:1.16rem;display:inline-flex}.listing-desktop-tab-links a{color:#d4dde9;font-size:.92rem;font-weight:600}.listing-desktop-nav-reserve{align-items:center;gap:.8rem;display:inline-flex}.listing-desktop-nav-reserve p{color:#dbe3ef;font-size:.86rem}.listing-desktop-main{grid-template-columns:minmax(0,1.55fr) minmax(330px,.95fr);align-items:start;gap:2rem;margin-top:1rem;display:grid}.listing-desktop-left{gap:0;display:grid}.listing-desktop-section{border-top:1px solid #ffffff1a;padding:1.2rem 0}.listing-desktop-section h2{margin-bottom:.75rem;font-size:1.48rem}.listing-desktop-section p{color:#d9e1ee;line-height:1.52}.listing-desktop-right-sticky{gap:.72rem;display:grid;position:sticky;top:5.4rem}.listing-desktop-rare{border:1px solid var(--border);color:#dce3f0;background:#ffffff08;border-radius:15px;justify-content:center;align-items:center;gap:.32rem;margin:0;padding:.72rem .8rem;font-size:.9rem;display:flex}.listing-desktop-rare svg{color:var(--gold-soft)}.listing-desktop-booking{border:1px solid var(--border);background:#151a23f0;border-radius:18px;gap:.78rem;padding:1rem;display:grid}.listing-desktop-booking h3{color:#d8e0ed;margin:0;font-size:1.03rem}.listing-desktop-booking h3 strong{color:#fff;margin-right:.22rem;font-size:1.46rem}.listing-desktop-booking-grid{border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.listing-desktop-booking-grid>div{background:#ffffff05;gap:.16rem;min-height:64px;padding:.56rem .66rem;display:grid}.listing-desktop-booking-grid>div:nth-child(2){border-left:1px solid var(--border)}.listing-desktop-booking-full{border-top:1px solid var(--border);grid-column:span 2}.listing-desktop-booking-grid span{color:#aab4c5;letter-spacing:.04em;font-size:.64rem;font-weight:700}.listing-desktop-booking-grid strong{color:#eef2f9;font-size:.86rem}.listing-desktop-booking-foot{text-align:center;color:#b8c2d3;font-size:.86rem}.listing-desktop-report{color:#c8d1e0;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:.2rem;text-decoration:underline}.listing-photos-overlay{z-index:160;color:#ecf2fb;background:radial-gradient(circle at 8% 0,#d4af3721,#0000 34%),radial-gradient(circle at 92% 2%,#3760a22b,#0000 38%),#0f1319;position:fixed;inset:0;overflow:auto}.listing-photos-topbar{z-index:8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1319eb;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex;position:sticky;top:0}.listing-photos-back{color:#f2f7ff;cursor:pointer;background:#080c12c7;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.listing-photos-top-actions{gap:.72rem;display:inline-flex}.listing-photos-top-link{color:#edf3fc;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;align-items:center;gap:.32rem;text-decoration:underline;display:inline-flex}.listing-photos-body{align-items:start;gap:1rem;width:min(1120px,100% - 2.2rem);margin:1rem auto 2rem;display:grid}.listing-photos-body-stacked{grid-template-columns:1fr;gap:1.2rem}.listing-photos-room-section{border-top:1px solid #ffffff14;grid-template-columns:250px 1fr;align-items:start;gap:.95rem;padding-top:1rem;display:grid}.listing-photos-room-section:first-child{border-top:none;padding-top:0}.listing-photos-side{align-self:start;position:sticky;top:5.4rem}.listing-photos-side h2{color:#f4f8ff;margin-bottom:.45rem;font-size:1.85rem}.listing-photos-side p{color:#afbacd;line-height:1.45}.listing-photos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem;display:grid}.listing-photos-item{background:#12171fe6;border:1px solid #ffffff14;border-radius:12px;margin:0;overflow:hidden}.listing-photos-item:hover img{transform:scale(1.02)}.listing-photos-item img{aspect-ratio:4/3;object-fit:cover;width:100%;height:100%;transition:transform .32s;display:block}.listing-photos-item-large{grid-column:span 2}.listing-photos-item-large img{aspect-ratio:16/10}@media (width>=960px){.page-main-listing{overflow-x:visible}.listing-view{width:min(1240px,100% - 3rem);max-width:none;padding:1.2rem 0 2.6rem;overflow:visible}.listing-mobile-shell{display:none}.listing-desktop-shell{display:block}}@media (width<=959px){.listing-desktop-shell{display:none}.listing-mobile-shell{display:block}.listing-photos-body{grid-template-columns:1fr;width:calc(100% - 1rem)}.listing-photos-room-section{grid-template-columns:1fr;gap:.65rem}.listing-photos-side{position:static}.listing-photos-grid{grid-template-columns:1fr}.listing-photos-item-large{grid-column:auto}}.details-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.3rem;display:flex}.details-actions{gap:.6rem;display:flex}.details-gallery{grid-template-columns:1.2fr 1fr;gap:.65rem;margin-bottom:1.25rem;display:grid}.gallery-main,.gallery-grid img{border-radius:var(--radius-lg);border:1px solid var(--border);object-fit:cover;height:100%}.gallery-main{min-height:430px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.details-layout{grid-template-columns:1.55fr 1fr;gap:1rem;display:grid}.details-content{gap:1rem;display:grid}.stats-row{color:#cfd8e7;flex-wrap:wrap;gap:.8rem;margin-top:.65rem;display:flex}.details-list{gap:.35rem;margin:0;padding-left:1.2rem;display:grid}.booking-widget{border:1px solid var(--border);border-radius:var(--radius-lg);background:#1b1f28f2;gap:.95rem;height:fit-content;padding:1rem;display:grid;position:sticky;top:104px}.booking-widget h3 span{color:var(--muted);font-size:.95rem}.booking-fields{gap:.65rem;display:grid}.booking-fields label,.form-grid label,.calculator-form label{gap:.3rem;display:grid}.price-lines{gap:.55rem;display:grid}.price-lines p{color:#d3dae7;justify-content:space-between;gap:.8rem;display:flex}.price-total{border-top:1px solid var(--border);margin-top:.25rem;padding-top:.55rem;font-weight:700}.auth-page{padding-top:1.8rem}.auth-split{border:1px solid var(--border);border-radius:var(--radius-xl);background:#161b23e6;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.auth-visual{background-position:50%;background-size:cover;align-content:end;gap:.8rem;min-height:640px;padding:2rem;display:grid}.auth-card{align-content:center;gap:1rem;padding:2rem;display:grid}.form-grid{gap:.8rem;display:grid}.form-grid textarea{resize:vertical}.form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.auth-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.inline-check{color:#d8deea;align-items:center;gap:.55rem;display:inline-flex}.inline-check input{width:16px;height:16px}.host-hero{border:1px solid var(--border);border-radius:var(--radius-xl);background-color:#0000;background-image:linear-gradient(145deg,#0c0f14d6,#141821db),url(https://images.unsplash.com/photo-1464207687429-7505649dae38?auto=format&fit=crop&w=1700&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;gap:.95rem;padding:2rem;display:grid}.host-hero h1{max-width:16ch;font-size:clamp(2rem,4vw,3.6rem)}.calculator-form{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.estimate-box{border-radius:var(--radius-lg);background:#d4af370f;border:1px dashed #d4af3773;padding:.9rem}.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.step-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#1b212bbf;padding:.95rem}.step-card p{color:var(--gold-soft);margin-bottom:.4rem;font-size:.85rem}.host-dashboard-page{padding-top:1.6rem;overflow-x:clip}.host-home-compact{padding-top:1.1rem}.host-home-head{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.host-home-head h1{overflow-wrap:anywhere;word-break:break-word}.host-home-head .section-subtitle{max-width:54ch;margin-top:.45rem}.host-home-create-btn{white-space:nowrap;align-items:center;gap:.35rem;width:fit-content;display:inline-flex}.host-home-stat-grid{gap:.65rem}.host-home-stat-card{padding:.8rem}.host-home-stat-label{align-items:center;gap:.35rem;display:inline-flex}.host-home-compact-grid{grid-template-columns:1.3fr 1fr;gap:.8rem;display:grid}.host-home-alert-list{color:#dce4f3;gap:.4rem;margin:.7rem 0 0;padding-left:1.05rem;display:grid}.host-home-actions-grid{gap:.55rem;margin-top:.75rem;display:grid}.host-home-actions-grid .button-secondary{text-align:left;justify-content:flex-start;padding-inline:1rem}.host-home-table-head{justify-content:space-between;align-items:center;gap:.65rem;margin-bottom:.8rem;display:flex}.dashboard-layout{grid-template-columns:250px 1fr;gap:1rem;display:grid}.host-sidebar{border:1px solid var(--border);border-radius:var(--radius-lg);background:#1a1f29d6;min-width:0;height:fit-content;padding:1rem;position:sticky;top:104px}.host-sidebar h3{margin-bottom:.8rem}.host-sidebar nav{gap:.45rem;display:grid}.host-link{border-radius:var(--radius-md);color:#cdd5e4;border:1px solid #0000;padding:.52rem .65rem}.host-link:hover,.host-link.active{color:#fff;background:#d4af3714;border-color:#d4af3773}.dashboard-main{gap:1rem;min-width:0;display:grid}.host-dashboard-page .section-header{grid-template-columns:1fr;align-items:start}.host-dashboard-page .section-header h1{overflow-wrap:normal;word-break:normal;white-space:normal;line-height:1.08}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.stat-card h3{margin-top:.4rem;font-size:1.58rem}.stat-delta{color:#d7bc68;margin-top:.35rem;font-size:.86rem}.dashboard-panels{grid-template-columns:1.3fr 1fr;gap:.95rem;display:grid}.chart-placeholder{border-radius:var(--radius-md);border:1px solid var(--border);background:#10141bdb;align-items:flex-end;gap:.45rem;min-height:200px;padding:.8rem;display:flex}.chart-placeholder span{background:linear-gradient(#e2c56b,#be9321);border-radius:12px 12px 0 0;flex:1}.table-wrap{overflow-x:auto}.host-dashboard-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.host-dashboard-table{table-layout:fixed;width:100%;min-width:640px}.host-dashboard-table th,.host-dashboard-table td{vertical-align:top;padding:.62rem .4rem}.host-dashboard-table th:first-child,.host-dashboard-table td:first-child{overflow-wrap:break-word;width:22%}.host-dashboard-table th:nth-child(2),.host-dashboard-table td:nth-child(2){overflow-wrap:break-word;width:38%}.host-dashboard-table th:nth-child(3),.host-dashboard-table td:nth-child(3),.host-dashboard-table th:nth-child(4),.host-dashboard-table td:nth-child(4),.host-dashboard-table th:nth-child(5),.host-dashboard-table td:nth-child(5){white-space:nowrap}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.62rem .2rem}th{color:#d8b85f;font-weight:600}.progress-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);background:#151a22d1;margin-bottom:1rem;padding:1rem}.progress-head{color:#d0d8e5;justify-content:space-between;gap:.7rem;margin-bottom:.6rem;display:flex}.progress-track{background:#ffffff14;border-radius:999px;height:10px;overflow:hidden}.progress-track span{background:linear-gradient(120deg,#f0d488,#c79b27);height:100%;display:block}.full-span{grid-column:1/-1}.upload-zone span{color:var(--muted);font-size:.87rem}.form-actions{justify-content:space-between;gap:.7rem;margin-top:1.1rem;display:flex}.checkout-layout,.contact-layout{grid-template-columns:1.2fr 1fr;gap:1rem;display:grid}.checkout-image{border-radius:var(--radius-lg);border:1px solid var(--border);object-fit:cover;max-height:260px;margin:.8rem 0}.details-list-block{color:#d8dfea;gap:.5rem;display:grid}.profile-hero{border:1px solid var(--border);border-radius:var(--radius-xl);background:#191e28d9;grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:1.25rem;display:grid}.profile-hero img{object-fit:cover;border:2px solid #d4af3775;border-radius:50%;width:120px;height:120px}.tabs-row{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.wishlist-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#191f29db;grid-template-columns:240px 1fr;gap:.9rem;display:grid;overflow:hidden}.wishlist-card img{object-fit:cover;height:100%}.wishlist-card>div{align-content:start;gap:.45rem;padding:.95rem;display:grid}.wishlist-actions{flex-wrap:wrap;gap:.5rem;display:flex}.messages-layout{grid-template-columns:320px 1fr;gap:1rem;display:grid}.conversations-list,.chat-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:#181d26e6}.conversations-list{align-content:start;gap:.5rem;padding:.65rem;display:grid}.conversation-item{border-radius:var(--radius-md);text-align:left;cursor:pointer;background:#ffffff03;border:1px solid #0000;justify-content:space-between;gap:.7rem;padding:.68rem;display:flex}.conversation-item:hover{border-color:#d4af3773}.chat-panel{grid-template-rows:auto 1fr auto;display:grid}.chat-head{border-bottom:1px solid var(--border);justify-content:space-between;gap:.7rem;padding:.85rem;display:flex}.chat-feed{gap:.65rem;padding:1rem;display:grid}.chat-bubble{border:1px solid var(--border);background:#ffffff0a;border-radius:16px 16px 16px 4px;max-width:72%;padding:.65rem .75rem}.chat-bubble-host{background:#d4af3729;border-color:#d4af3759;border-radius:16px 16px 4px;margin-left:auto}.chat-input-row{border-top:1px solid var(--border);grid-template-columns:1fr auto;gap:.65rem;padding:.8rem;display:grid}.about-grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.site-footer{border-top:1px solid var(--border);background:#080b10b3;margin-top:1.2rem;padding:2.2rem 0 1rem}.footer-top{grid-template-columns:1.2fr 2fr;gap:1.5rem;width:min(1220px,100% - 3rem);margin-inline:auto;display:grid}.footer-copy{color:var(--muted);max-width:44ch;margin-top:.7rem}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.footer-grid section{gap:.55rem;display:grid}.footer-grid h4{color:var(--gold-soft);font-size:1.05rem}.footer-link{color:#d7ddea;font-size:.95rem}.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid var(--border);width:min(1220px,100% - 3rem);color:var(--muted);margin:1.55rem auto 0;padding-top:.9rem;font-size:.9rem}.mobile-dock{display:none}.reveal{animation:.7s both riseIn}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (width<=1180px){.top-link-airbnb{min-width:92px;padding-inline:.56rem}.host-action-link-airbnb{display:none}.mode-switch-button{min-width:60px;padding-inline:.58rem}.listing-grid,.destination-grid,.feature-grid,.steps-grid,.stats-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-layout,.details-layout,.dashboard-layout,.checkout-layout,.contact-layout,.messages-layout{grid-template-columns:1fr}.map-panel,.booking-widget,.host-sidebar{position:static}.host-sidebar{padding:.72rem}.host-sidebar nav{scrollbar-width:none;gap:.5rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.host-sidebar nav::-webkit-scrollbar{display:none}.host-link{white-space:nowrap;flex:none}.dashboard-panels,.host-home-compact-grid,.details-gallery,.results-grid,.wishlist-grid,.footer-top,.footer-grid{grid-template-columns:1fr}.gallery-main{min-height:330px}}@media (width<=860px){.container,.top-nav-inner,.footer-top,.footer-bottom{width:calc(100% - 1.5rem)}.page-main{padding-top:0}.top-links-airbnb{display:none}.top-nav-inner{grid-template-columns:auto 1fr auto;height:72px}.mode-switch{padding:.16rem}.mode-switch-button{min-width:54px;min-height:30px;font-size:.76rem}.top-actions-airbnb{justify-self:end}.top-user-menu{right:-.25rem}.listings-entry{top:72px}.listings-search-trigger{grid-template-columns:1fr auto}.trigger-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.trigger-fields p:last-child{display:none}.hero-section{min-height:78vh}.search-shell{grid-template-columns:repeat(2,minmax(0,1fr))}.search-shell .button-primary{grid-column:span 2}.host-banner,.auth-split{grid-template-columns:1fr}.auth-visual{min-height:280px}.form-grid-two,.calculator-form,.wishlist-card{grid-template-columns:1fr}.profile-hero{text-align:center;grid-template-columns:1fr;justify-items:center}.about-grid,.faq-grid{grid-template-columns:1fr}.listing-view-content{width:calc(100% - .85rem);margin-top:-.82rem}.listing-score-row{grid-template-columns:1fr}}@media (width<=640px){.page-main{padding-bottom:5.2rem}.host-dashboard-page{padding-top:1rem}.host-dashboard-page .section-header h1{text-wrap:balance;font-size:clamp(1.55rem,8vw,2.05rem)}.host-dashboard-page .section-subtitle{max-width:30ch}.host-home-head{flex-direction:column}.host-home-create-btn{justify-content:center;width:100%}.host-dashboard-table{min-width:720px}.app-shell-account .site-footer{display:none}.top-nav-inner{grid-template-columns:auto 1fr auto;gap:.55rem;height:60px}.brand-logo{gap:.35rem;min-width:0;font-size:1.2rem}.brand-logo-mark{width:1.45rem;height:1.45rem}.top-actions-airbnb{gap:.36rem}.mode-switch{margin-left:auto;padding:.12rem}.mode-switch-button{min-width:45px;min-height:28px;padding-inline:.45rem;font-size:.72rem}.top-avatar-chip{display:none}.top-menu-chip{width:36px;height:36px}.top-user-menu{width:min(340px,100vw - 1rem);right:0}.listings-entry{top:68px}.listings-search-trigger{border-radius:20px}.trigger-fields{grid-template-columns:1fr}.trigger-fields p{padding:.72rem .88rem;font-size:1.16rem}.trigger-fields span,.trigger-fields p:nth-child(n+2){display:none}.listings-search-cta{min-height:38px;padding-inline:.8rem;font-size:.93rem}.listings-tab-row{scrollbar-width:none;padding-bottom:.2rem;overflow-x:auto}.listings-tab-row::-webkit-scrollbar{display:none}.listings-tab{flex:none;min-width:96px;padding:.45rem .78rem}.strip-card{flex:0 0 42%;min-width:156px}.strip-image{height:132px}.strip-title{font-size:1.1rem}.listing-row-head h2{font-size:1.45rem}.listing-row-arrow{width:38px;height:38px}.listing-view{padding-bottom:10.2rem}.listing-view-hero{border-left:none;border-right:none;border-bottom-right-radius:24px;border-bottom-left-radius:24px}.listing-hero-slide{height:clamp(236px,74vw,390px)}.listing-hero-icon{width:40px;height:40px}.listing-summary-card,.listing-section-card{border-radius:20px;padding:.92rem}.listing-sleep-card{flex-basis:58%;min-width:186px}.listing-sticky-main{width:calc(100% - 1rem)}.listing-sticky-price{font-size:1.08rem}.listing-sticky-button{min-width:132px}.search-overlay{align-items:stretch;padding:0}.search-panel{border-left:none;border-right:none;border-radius:0;width:100%;max-height:100vh;padding:.7rem;transform:translateY(28px)}.search-panel-open{transform:translateY(0)}.search-panel-head{margin-bottom:.55rem}.search-where-card h2{font-size:1.95rem}.search-collapse-row strong{font-size:1.25rem}.search-run-btn{font-size:1.38rem}.listing-grid,.feature-grid,.destination-grid,.testimonial-grid,.results-grid,.wishlist-grid{grid-template-columns:1fr}.details-header{flex-direction:column}.gallery-main{min-height:250px}.search-shell{grid-template-columns:1fr}.search-shell .button-primary{grid-column:auto}.newsletter-form,.chat-input-row{grid-template-columns:1fr}.mobile-dock{z-index:100;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#090b0fe0;border-radius:16px;gap:.25rem;padding:.42rem;display:grid;position:fixed;bottom:.55rem;left:.75rem;right:.75rem}.mobile-dock-guest{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-dock-auth{grid-template-columns:repeat(5,minmax(0,1fr))}.mobile-dock-link{text-align:center;color:#ced6e3;border:1px solid #0000;border-radius:12px;align-content:center;justify-items:center;gap:.16rem;min-height:52px;padding:.34rem .12rem;font-size:.7rem;display:grid;position:relative}.mobile-dock-badge{color:#fff;background:#ff6b6b;border:1px solid #fff6;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 .28rem;font-size:.62rem;font-weight:700;line-height:1;display:grid;position:absolute;top:2px;right:8px}.mobile-dock-link svg{width:16px;height:16px}.mobile-dock-link.active{color:#fff;background:#ff598624;border-color:#ff598694}}.listing-card{background:var(--color-surface);border-radius:var(--radius-lg);cursor:pointer;width:280px;transition:all var(--transition-base);box-shadow:var(--shadow-sm);overflow:hidden}.listing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-image-wrapper{aspect-ratio:4/3;background:var(--color-border-light);position:relative;overflow:hidden}.card-image-skeleton{background:linear-gradient(90deg, var(--color-border-light) 0%, var(--color-border) 50%, var(--color-border-light) 100%);background-size:200% 100%;animation:1.5s infinite shimmer;position:absolute;inset:0}.card-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s,transform .4s}.card-image.loaded{opacity:1}.listing-card:hover .card-image{transform:scale(1.05)}.card-like{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;width:36px;height:36px;color:var(--color-text-primary);transition:all var(--transition-fast);z-index:2;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px}.card-like:hover{background:#000000b3;transform:scale(1.1)}.card-like.liked{color:var(--color-accent)}.card-like.liked:hover{transform:scale(1.15)}.card-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);color:var(--color-gold);text-transform:uppercase;letter-spacing:.05em;z-index:2;background:#0009;padding:6px 12px;font-size:.6875rem;font-weight:600;position:absolute;top:12px;left:12px}.card-content{padding:16px}.card-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.card-title{color:var(--color-text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.card-rating{color:var(--color-gold);flex-shrink:0;align-items:center;gap:4px;display:flex}.card-rating span{color:var(--color-text-primary);font-size:.8125rem;font-weight:600}.card-location{color:var(--color-text-secondary);align-items:center;gap:6px;margin-bottom:12px;font-size:.8125rem;display:flex}.card-footer{border-top:1px solid var(--color-border-light);justify-content:space-between;align-items:baseline;padding-top:12px;display:flex}.card-price strong{color:var(--color-text-primary);font-size:1rem;font-weight:700}.card-price span{color:var(--color-text-secondary);font-size:.8125rem;font-weight:400}.card-reviews{color:var(--color-text-muted);font-size:.75rem}@media (width<=768px){.listing-card{width:260px}}:root{--color-primary:#0f1115;--color-primary-light:#171b22;--color-accent:#d4af37;--color-accent-hover:#c9a227;--color-gold:#d4af37;--color-emerald:#10b981;--color-coral:#f97316;--color-bg:#0f1115;--color-surface:#1c212b;--color-surface-elevated:#1c212b;--color-border:#ffffff14;--color-border-light:#ffffff1f;--color-text-primary:#fff;--color-text-secondary:#a7afbc;--color-text-muted:#8a92a0;--shadow-sm:0 1px 2px #0003;--shadow-md:0 18px 32px #00000052;--shadow-lg:0 18px 32px #00000052;--shadow-xl:0 18px 32px #00000052;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1)}.explore-page{background:var(--color-bg);min-height:100vh;padding-bottom:80px}.container{max-width:1400px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.explore-header{z-index:100;transition:all var(--transition-slow);padding:32px 0;position:sticky;top:0}.explore-header-bg{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);transition:all var(--transition-slow);position:absolute;inset:0}.explore-header-bg:before{content:"";background:radial-gradient(circle at 20% 80%,#d4af3714 0%,#0000 50%),radial-gradient(circle at 80% 20%,#c9a2270f 0%,#0000 50%);position:absolute;inset:0}.explore-header .container{z-index:1;position:relative}.hero-content{text-align:center;margin-bottom:28px;animation:.6s ease-out fadeInUp}.hero-title{color:var(--color-text-primary);letter-spacing:-.015em;margin:0 0 10px;font-size:clamp(1.75rem,5vw,3.2rem);font-weight:700;line-height:1.15}.gradient-text{background:linear-gradient(135deg, var(--color-gold) 0%, var(--color-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--color-text-secondary);margin:0;font-size:1rem;font-weight:400;line-height:1.5}.explore-header.collapsed{padding:12px 0 8px}.explore-header.collapsed .hero-content,.explore-header.collapsed .search-trigger{display:none}.explore-header.collapsed .search-mini{display:flex}@media (width<=768px){.explore-header.collapsed{padding:8px 0}}.search-trigger{background:var(--color-surface);border-radius:var(--radius-full);width:100%;max-width:900px;box-shadow:var(--shadow-lg);cursor:pointer;transition:all var(--transition-base);border:none;align-items:center;gap:0;margin:0 auto;padding:12px 8px 12px 24px;animation:.6s ease-out .1s both fadeInUp;display:flex}.search-trigger:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.search-trigger-field{text-align:left;transition:background var(--transition-fast);border-radius:var(--radius-full);flex:1;min-width:120px;padding:10px 18px}.search-trigger-field:hover{background:var(--color-border-light)}.field-label{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;opacity:.8;margin-bottom:3px;font-size:.7rem;font-weight:600;display:block}.field-value{color:var(--color-text-secondary);font-size:.9rem;font-weight:400;display:block}.search-trigger-divider{background:var(--color-border);flex-shrink:0;width:1px;height:36px;margin:0 2px}.search-trigger-btn{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);color:var(--color-primary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;display:flex}.search-trigger-btn:hover{transform:scale(1.02);box-shadow:0 8px 20px #d4af374d}.search-trigger-btn svg{width:18px;height:18px}@media (width<=768px){.search-trigger{border-radius:var(--radius-lg);flex-direction:column;gap:10px;max-width:100%;padding:14px}.search-trigger-field{background:var(--color-border-light);border-radius:var(--radius-md);width:100%;min-width:unset;padding:11px 14px}.search-trigger-divider{display:none}.search-trigger-btn{justify-content:center;width:100%;padding:13px 20px;font-size:.9rem}}.search-mini{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);width:100%;max-width:500px;box-shadow:var(--shadow-md);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;gap:8px;margin:0 auto;padding:11px 20px;font-size:.9rem;font-weight:500;display:none}.search-mini:hover{box-shadow:var(--shadow-lg);border-color:var(--color-border-light);transform:translateY(-1px)}.search-mini svg{color:var(--color-accent);width:16px;height:16px}.listings-container{padding-top:48px}.loading-state{flex-direction:column;gap:48px;display:flex}.skeleton-section{animation:1.5s ease-in-out infinite pulse}.skeleton-header{background:linear-gradient(90deg, var(--color-border-light) 0%, var(--color-border) 50%, var(--color-border-light) 100%);border-radius:var(--radius-sm);background-size:200% 100%;width:280px;height:32px;margin-bottom:24px;animation:1.5s infinite shimmer}.skeleton-cards{gap:20px;display:flex;overflow:hidden}.skeleton-card{background:linear-gradient(90deg, var(--color-border-light) 0%, var(--color-border) 50%, var(--color-border-light) 100%);border-radius:var(--radius-lg);background-size:200% 100%;flex-shrink:0;width:280px;height:340px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.listing-section{animation:fadeInUp .6s ease-out var(--section-delay,0s) both;margin-bottom:56px}.section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.section-text{flex:1}.section-title{color:var(--color-text-primary);letter-spacing:-.01em;margin:0 0 6px;font-size:1.5rem;font-weight:700}.section-subtitle{color:var(--color-text-secondary);margin:0;font-size:.9375rem;line-height:1.5}.section-view-all{border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-base);background:0 0;flex-shrink:0;align-items:center;gap:4px;padding:10px 16px;font-size:.875rem;font-weight:500;display:flex}.section-view-all:hover{background:var(--color-text-primary);border-color:var(--color-text-primary);color:var(--color-primary)}.section-view-all svg{transition:transform var(--transition-fast)}.section-view-all:hover svg{transform:translate(3px)}.listings-row{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:20px;margin:0 -24px;padding-bottom:8px;padding-left:24px;padding-right:24px;display:flex;overflow-x:auto}.listings-row::-webkit-scrollbar{display:none}.listings-row>*{scroll-snap-align:start;animation:fadeInUp .5s ease-out var(--card-delay,0s) both;flex-shrink:0}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.empty-state-icon{background:var(--color-border-light);width:80px;height:80px;color:var(--color-text-muted);border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.empty-state h3{color:var(--color-text-primary);margin:0 0 8px;font-size:1.25rem;font-weight:600}.empty-state p{color:var(--color-text-secondary);margin:0;font-size:.9375rem}.search-overlay{z-index:1000;-webkit-backdrop-filter:blur();backdrop-filter:blur();visibility:hidden;transition:all var(--transition-slow);background:0 0;justify-content:center;align-items:flex-start;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.search-overlay.open{visibility:visible;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080}.search-panel{background:var(--color-surface);border-radius:var(--radius-xl);width:100%;max-width:600px;box-shadow:var(--shadow-xl);opacity:0;transition:all var(--transition-slow);margin-top:40px;overflow:hidden;transform:translateY(-20px)scale(.95)}.search-panel.open{opacity:1;transform:translateY(0)scale(1)}.panel-header{border-bottom:1px solid var(--color-border-light);align-items:center;gap:16px;padding:16px 20px;display:flex}.panel-close{background:var(--color-border-light);cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);color:var(--color-text-primary);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.panel-close:hover{background:var(--color-border);transform:rotate(90deg)}.panel-tabs{flex:1;gap:8px;display:flex}.panel-tab{border-radius:var(--radius-full);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;flex:1;padding:10px 16px;font-size:.875rem;font-weight:500}.panel-tab:hover{background:var(--color-border-light);color:var(--color-text-primary)}.panel-tab.active{background:var(--color-primary);color:var(--color-text-primary)}.panel-content{min-height:400px;padding:24px}.tab-content{animation:.3s ease-out fadeIn;display:none}.tab-content.active{display:block}.search-input-wrapper{margin-bottom:24px;position:relative}.input-icon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.search-input{background:var(--color-border-light);border-radius:var(--radius-lg);width:100%;color:var(--color-text-primary);transition:all var(--transition-fast);border:2px solid #0000;padding:16px 48px;font-size:1rem}.search-input:focus{background:var(--color-surface);border-color:var(--color-accent);outline:none}.search-input::placeholder{color:var(--color-text-muted)}.input-clear{background:var(--color-border);cursor:pointer;width:28px;height:28px;color:var(--color-text-secondary);transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.input-clear:hover{background:var(--color-text-secondary);color:var(--color-primary)}.search-section{margin-bottom:24px}.search-section-title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:.75rem;font-weight:600}.search-item{border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;gap:14px;padding:12px 16px;display:flex}.search-item:hover{background:var(--color-border-light)}.search-item-icon{background:var(--color-border-light);border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.search-item-icon.recent{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);color:var(--color-primary)}.search-item-text{flex:1;min-width:0}.search-item-text strong{color:var(--color-text-primary);margin-bottom:2px;font-size:.9375rem;font-weight:600;display:block}.search-item-text span{color:var(--color-text-secondary);font-size:.8125rem}.search-item-arrow{color:var(--color-text-muted);opacity:0;transition:all var(--transition-fast);transform:translate(-4px)}.search-item:hover .search-item-arrow{opacity:1;transform:translate(0)}.suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;display:grid}.suggestion-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);text-align:left;align-items:center;gap:14px;padding:14px 16px;display:flex}.suggestion-card:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 0 0 3px #d4af3726}.suggestion-icon{background:linear-gradient(135deg, var(--color-border-light) 0%, var(--color-surface) 100%);border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.suggestion-text{flex:1;min-width:0}.suggestion-text strong{color:var(--color-text-primary);margin-bottom:2px;font-size:.9375rem;font-weight:600;display:block}.suggestion-text span{color:var(--color-text-secondary);font-size:.75rem;line-height:1.4}.date-picker-placeholder{text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.date-picker-placeholder svg{opacity:.5;margin-bottom:16px}.date-picker-placeholder h3{color:var(--color-text-primary);margin:0 0 8px;font-size:1.125rem;font-weight:600}.date-picker-placeholder p{margin:0 0 24px;font-size:.875rem}.quick-dates{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.quick-date-btn{background:var(--color-border-light);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast);padding:10px 20px;font-size:.875rem;font-weight:500}.quick-date-btn:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-text-primary)}.guests-picker{flex-direction:column;gap:0;display:flex}.guest-row{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.guest-row:last-child{border-bottom:none}.guest-info strong{color:var(--color-text-primary);margin-bottom:2px;font-size:.9375rem;font-weight:600;display:block}.guest-info span{color:var(--color-text-secondary);font-size:.8125rem}.guest-controls{align-items:center;gap:16px;display:flex}.guest-btn{border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:300;display:flex}.guest-btn:hover{border-color:var(--color-text-primary);color:var(--color-text-primary)}.guest-count{color:var(--color-text-primary);text-align:center;min-width:24px;font-size:1rem;font-weight:600}.panel-footer{border-top:1px solid var(--color-border-light);background:var(--color-surface);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.btn-clear{color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);text-underline-offset:2px;background:0 0;border:none;padding:12px 20px;font-size:.9375rem;font-weight:500;text-decoration:underline}.btn-clear:hover{color:var(--color-text-primary)}.btn-search{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);border-radius:var(--radius-full);color:var(--color-primary);cursor:pointer;transition:all var(--transition-base);border:none;align-items:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;display:flex}.btn-search:hover{transform:scale(1.02);box-shadow:0 8px 24px #d4af374d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.explore-header{padding:18px 0 16px}.hero-content{margin-bottom:20px}.hero-title{margin-bottom:8px;font-size:clamp(1.5rem,5vw,2rem)}.hero-subtitle{font-size:.9rem}.section-header{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.section-view-all{flex-shrink:0;padding:8px 14px;font-size:.8rem}.listings-row{gap:14px;margin:0 -16px;padding-bottom:4px;padding-left:16px;padding-right:16px}.search-overlay{align-items:flex-end;padding:0}.search-panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:100%;max-height:90vh;margin-top:0;overflow-y:auto}.search-panel.open{animation:.3s ease-out slideUp;transform:translateY(0)}.suggestions-grid{grid-template-columns:1fr}.panel-tabs{gap:4px}.panel-tab{padding:8px 12px;font-size:.8rem}}@media (width<=480px){.quick-dates{flex-direction:column;width:100%}.quick-date-btn{width:100%}}.host-onboarding-page{background:var(--bg);min-height:100vh;color:var(--white);grid-template-rows:auto 1fr auto;display:grid}.host-onboarding-top{justify-content:space-between;align-items:center;gap:.8rem;width:min(1260px,100% - 3rem);margin-inline:auto;padding:1.2rem 0;display:flex}.host-onboarding-logo{color:var(--white);letter-spacing:-.02em;font-size:1.55rem;font-weight:700}.host-onboarding-logo span{color:var(--gold)}.host-onboarding-exit{border:1px solid var(--border);background:var(--card);min-height:42px;color:var(--white);border-radius:999px;align-items:center;padding:0 1rem;font-weight:600;display:inline-flex}.host-onboarding-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:3rem;width:min(1120px,100% - 3rem);margin-inline:auto;padding:2rem 0 3rem;display:grid}.host-onboarding-main h1{font-family:var(--font-body);color:var(--white);letter-spacing:-.03em;max-width:11ch;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.1}.host-steps-list{margin:0;padding:0;list-style:none;display:grid}.host-step{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:.95rem;padding:1.2rem 0;display:grid}.host-step:last-child{border-bottom:0}.host-step-index{color:var(--gold);font-size:2rem;font-weight:600;font-family:var(--font-body)}.host-step h3{font-family:var(--font-body);color:var(--white);font-size:2rem;font-weight:700;line-height:1.05}.host-step p{color:var(--muted);max-width:34ch;margin-top:.3rem;font-size:1.15rem;line-height:1.45}.host-step img{object-fit:cover;border:1px solid var(--border);border-radius:20px;width:98px;height:98px}.host-onboarding-footer{border-top:1px solid var(--border);background:var(--bg)}.host-onboarding-footer-inner{justify-content:flex-end;align-items:center;width:min(1260px,100% - 3rem);min-height:74px;margin-inline:auto;display:flex}.host-onboarding-start{background:var(--gold);min-width:154px;min-height:48px;color:var(--bg);border:0;border-radius:14px;justify-content:center;align-items:center;font-size:1.12rem;font-weight:700;display:inline-flex}.host-wizard-page{background:var(--bg);min-height:100vh;color:var(--white);grid-template-rows:auto 1fr auto;display:grid}.host-wizard-top{justify-content:space-between;align-items:center;width:min(1220px,100% - 3rem);margin-inline:auto;padding:1rem 0;display:flex}.host-wizard-text-btn{border:1px solid var(--border);min-height:42px;color:var(--white);cursor:pointer;background:0 0;border-radius:999px;padding:0 1rem;font-weight:600}.host-wizard-main{align-items:start;width:min(1220px,100% - 3rem);height:100%;margin-inline:auto;padding:.8rem 0 2rem;display:grid;overflow-y:auto}.host-wizard-step-intro{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:2.5rem;display:grid}.host-wizard-step-intro img{border-radius:24px;justify-self:center;width:100%;max-width:480px}.host-wizard-step-text h2{font-family:var(--font-body);color:var(--white);letter-spacing:-.03em;margin-bottom:.65rem;font-size:clamp(2.2rem,4vw,3.1rem);line-height:1.1}.host-wizard-step-text p{color:var(--muted);max-width:42ch;font-size:1.22rem;line-height:1.45}.host-step-kicker{font-family:var(--font-body);color:var(--gold);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.host-wizard-question h2{font-family:var(--font-body);color:var(--white);letter-spacing:-.03em;margin-bottom:.35rem;font-size:clamp(2.1rem,4vw,3rem);line-height:1.1}.host-wizard-question p{color:var(--muted);max-width:48ch;font-size:1.05rem}.host-place-options{gap:.85rem;margin-top:1.1rem;display:grid}.host-place-option{border:1px solid var(--border);background:var(--card);width:100%;color:var(--white);text-align:left;cursor:pointer;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:1rem;display:grid}.host-place-option.active{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold)}.host-place-option h3{font-family:var(--font-body);margin-bottom:.25rem;font-size:1.55rem;font-weight:700}.host-place-option p{color:var(--muted);max-width:42ch;font-size:1rem}.host-place-option svg{color:var(--gold)}.host-map-shell{border:1px solid var(--border);background:var(--card);border-radius:18px;flex-direction:column;height:500px;margin-top:1.15rem;display:flex;overflow:hidden}.host-map-search{border-bottom:1px solid var(--border);background:var(--card);align-items:center;gap:.5rem;padding:.9rem;display:flex}.host-map-search input{color:var(--white);background:0 0;border:0;outline:none;width:100%;font-size:1.03rem}.host-map-search input::placeholder{color:var(--muted)}.host-map-placeholder{background:linear-gradient(135deg, #d4af3714, #c9a2270f), var(--bg-soft);flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.host-map-pin{border:4px solid var(--gold);background:var(--bg);border-radius:999px;width:32px;height:32px;position:absolute;top:56%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #0006}.host-wizard-footer{border-top:1px solid var(--border);background:var(--bg);z-index:100;width:100%;position:sticky;bottom:0}.host-wizard-progress-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:.2rem;width:min(1220px,100% - 3rem);margin-inline:auto;padding-top:.35rem;display:grid}.host-progress-segment{background:var(--border);border-radius:999px;height:4px}.host-progress-segment.active{background:var(--gold)}.host-wizard-actions{justify-content:space-between;align-items:center;gap:.8rem;width:min(1220px,100% - 3rem);min-height:82px;margin-inline:auto;display:flex}.host-wizard-back,.host-wizard-next{border:0;border-radius:14px;min-height:48px;padding:0 1.2rem;font-weight:700}.host-wizard-back{color:var(--white);text-underline-offset:2px;background:0 0;text-decoration:underline}.host-wizard-next{background:var(--gold);min-width:144px;color:var(--bg)}.host-wizard-next:disabled{background:var(--border);color:var(--muted);cursor:not-allowed}.host-basics-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;max-width:500px;margin-top:2.5rem;display:grid}.host-basic-item{flex-direction:column;gap:1rem;display:flex}.host-basic-label{font-family:var(--font-body);color:var(--white);font-size:1.6rem;font-weight:700}.host-basic-counter{border:1px solid var(--border);background:#ffffff0a;border-radius:12px;align-items:center;gap:.8rem;padding:.5rem;display:flex}.host-counter-btn{width:40px;height:40px;color:var(--white);cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:1.4rem;font-weight:300;transition:all .2s;display:flex}.host-counter-btn:hover{background:var(--gold);color:var(--bg)}.host-counter-btn:active{transform:scale(.95)}.host-counter-value{font-family:var(--font-body);color:var(--white);text-align:center;min-width:60px;font-size:2rem;font-weight:700}.location-confirmation-card{background:var(--card);border:1px solid var(--border);border-radius:12px;margin-top:1.5rem;padding:1.8rem}.location-details-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.8rem;display:grid}.location-detail-item{flex-direction:column;display:flex}.location-detail-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.location-detail-value{color:var(--white);word-break:break-word;margin:0;font-size:1.1rem;font-weight:500}.location-confirmation-map{border-radius:10px;width:100%;height:280px;margin-bottom:1.8rem;overflow:hidden}.location-confirmation-actions{justify-content:flex-end;gap:.75rem;display:flex}.location-edit-btn,.location-confirm-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.3rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.location-edit-btn{background:var(--card);color:var(--white);border:1px solid var(--border)}.location-edit-btn:hover{background:#ffffff14}.location-confirm-btn{background:var(--gold);color:#0f1115}.location-confirm-btn:hover{background:#c9a227}.host-amenities-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.host-amenity-button{border:1px solid var(--border);background:var(--card);color:var(--white);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;min-height:120px;padding:1.2rem .8rem;transition:all .2s;display:flex}.host-amenity-button:hover{border-color:var(--gold);background:#d4af3714;transform:translateY(-2px)}.host-amenity-button.active{border-color:var(--gold);background:#d4af3726;box-shadow:0 0 0 2px #d4af374d}.amenity-icon{justify-content:center;align-items:center;font-size:2.2rem;display:flex}.amenity-name{font-family:var(--font-body);text-align:center;color:var(--white);font-size:.95rem;font-weight:600;line-height:1.3}.host-photo-upload{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.host-photo-preview-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;min-height:300px;display:grid}.host-photo-placeholder{border:2px dashed var(--border);min-height:300px;color:var(--muted);background:#d4af370a;border-radius:16px;grid-column:1/-1;justify-content:center;align-items:center;display:flex}.host-photo-item{border:1px solid var(--border);aspect-ratio:1;background:var(--bg-soft);border-radius:12px;position:relative;overflow:visible}.host-photo-item img{object-fit:cover;width:100%;height:100%;display:block}.photo-badge{background:var(--gold);color:var(--bg);text-transform:uppercase;letter-spacing:.5px;border-radius:8px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.photo-actions{opacity:0;background:linear-gradient(#0000,#000c);justify-content:flex-end;gap:.5rem;padding:.8rem .6rem .6rem;transition:opacity .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.host-photo-item:hover .photo-actions{opacity:1}.photo-action-btn{width:36px;height:36px;color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.photo-action-btn:hover{background:#ffffff59;transform:scale(1.1)}.photo-action-btn:active{transform:scale(.95)}.host-photo-upload-btn{background:var(--card);border:1px solid var(--border);color:var(--white);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;margin-top:.5rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.host-photo-upload-btn:hover{border-color:var(--gold);background:#d4af3714}.host-photo-upload-btn:active{transform:scale(.98)}.host-upload-progress-container{background:#d4af3714;border:1px solid #d4af374d;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.host-upload-progress-bar{background:#d4af3733;border-radius:999px;width:100%;height:8px;margin-bottom:.8rem;overflow:hidden}.host-upload-progress-fill{background:linear-gradient(90deg, var(--gold), #d4af37);border-radius:999px;height:100%;transition:width .3s;box-shadow:0 0 10px #d4af3799}.host-upload-progress-text{color:var(--gold);text-align:center;margin:0;font-size:.95rem;font-weight:600}.host-photo-uploading-card{animation:uploadPulse var(--upload-pulse-duration,2s) ease-in-out infinite;animation-delay:var(--upload-pulse-delay,0s);border-color:#d4af3752;overflow:hidden}.host-photo-uploading-card.is-active{border-color:#d4af3785;box-shadow:0 0 0 1px #d4af373d,0 12px 28px #00000057}.host-photo-uploading-card img{filter:brightness(.56)saturate(.86);transform:scale(1.02)}.host-upload-card-overlay{background:linear-gradient(#0a0d1257,#0a0d12cc);flex-direction:column;justify-content:center;align-items:center;gap:.72rem;padding:1rem;display:flex;position:absolute;inset:0}.host-upload-circle-wrap{place-items:center;width:84px;height:84px;display:grid;position:relative}.host-upload-circle{width:84px;height:84px;transform:rotate(-90deg)}.host-upload-circle-track,.host-upload-circle-progress{fill:none;stroke-width:6px}.host-upload-circle-track{stroke:#ffffff38}.host-upload-circle-progress{stroke:var(--gold);stroke-linecap:round;filter:drop-shadow(0 0 8px #d4af3780);transition:stroke-dashoffset .24s}.host-upload-circle-label{color:var(--white);font-size:.93rem;font-weight:700;position:absolute}.host-upload-card-name{text-align:center;width:min(92%,240px);color:var(--white);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.84rem;font-weight:600;overflow:hidden}.host-upload-card-status{color:var(--gold-soft);letter-spacing:.01em;margin:0;font-size:.8rem;font-weight:600}.host-photo-uploading-card.has-issue{border-color:#ef8f8fbf;box-shadow:0 0 0 1px #ef8f8f59,0 14px 28px #00000057}.host-upload-card-error{color:#ef8f8f;margin:0;font-size:.76rem;font-weight:700}.host-upload-card-actions{justify-content:center;align-items:center;display:flex}.host-upload-card-retry-btn{color:var(--gold-soft);cursor:pointer;background:#d4af3733;border:1px solid #d4af3773;border-radius:999px;min-height:30px;padding:0 .72rem;font-size:.74rem;font-weight:700}.host-upload-card-retry-btn:hover{background:#d4af374d}.host-upload-card-retry-btn:disabled{opacity:.62;cursor:not-allowed}.host-upload-issue-banner{background:#ef8f8f14;border:1px solid #ef8f8f73;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.9rem 1rem;display:grid}.host-upload-issue-banner p{color:#f7c1c1;margin:0;font-size:.9rem;line-height:1.4}.host-upload-issue-actions{align-items:center;gap:.8rem;display:flex}.host-upload-retry-btn{color:var(--gold-soft);cursor:pointer;background:#d4af3733;border:1px solid #d4af3773;border-radius:999px;min-height:38px;padding:0 1rem;font-weight:700}.host-upload-retry-btn:hover{background:#d4af3747}.host-upload-cancel-btn{color:#ef8f8f;cursor:pointer;background:#ef8f8f24;border:1px solid #ef8f8f99;border-radius:999px;place-items:center;width:38px;height:38px;display:grid}.host-upload-cancel-btn:hover{background:#ef8f8f38}.photo-menu-btn{width:36px;height:36px;color:var(--white);cursor:pointer;opacity:1;z-index:10;background:#00000080;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.photo-menu-btn:hover{background:#d4af37cc;transform:scale(1.1)}.photo-menu-dropdown{background:var(--card);border:1px solid var(--border);z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;min-width:180px;animation:.2s slideDown;position:fixed;box-shadow:0 10px 25px #0000004d}.photo-menu-item{width:100%;color:var(--white);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;padding:.75rem 1rem;font-size:.95rem;transition:all .15s;display:flex}.photo-menu-item:first-child{border-radius:11px 11px 0 0}.photo-menu-item:last-child{border-radius:0 0 11px 11px}.photo-menu-item:hover{background:#d4af3726;padding-left:1.3rem}.photo-menu-item.photo-menu-danger:hover{color:#ef8f8f;background:#ef8f8f33}.photo-menu-danger{color:#ef8f8f}.photo-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.photo-confirmation-modal{background:var(--bg);border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:500px;max-height:85vh;animation:.3s slideUp;display:flex;box-shadow:0 -10px 40px #0006}.photo-modal-header{border-bottom:1px solid var(--border);padding:1.5rem;position:relative}.photo-modal-header h3{color:var(--white);margin:0 0 .25rem;font-size:1.4rem;font-weight:700}.photo-modal-header p{color:var(--muted);margin:0;font-size:.9rem}.photo-modal-close{border:1px solid var(--border);width:36px;height:36px;color:var(--white);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.photo-modal-close:hover{border-color:var(--gold);background:#d4af3726}.photo-confirmation-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;padding:1.5rem;display:grid;overflow-y:auto}.photo-confirmation-item{aspect-ratio:1;background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:12px;animation:.3s popIn;position:relative;overflow:hidden}.photo-confirmation-item img{object-fit:cover;width:100%;height:100%;display:block}.photo-confirmation-remove{width:28px;height:28px;color:var(--white);cursor:pointer;background:#0009;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:.25rem;right:.25rem}.photo-confirmation-remove:hover{background:#ef8f8f}.photo-modal-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.host-batch-enable-btn{text-align:center;justify-content:center;width:100%}@media (width<=640px){.host-upload-issue-banner{grid-template-columns:1fr}.host-upload-issue-actions{justify-content:space-between;width:100%}}.btn-secondary,.btn-primary{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-secondary{color:var(--white);border:1px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--white);background:#ffffff14}.btn-primary{background:var(--gold);color:var(--bg)}.btn-primary:hover{background:#d4af37;transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.btn-primary:active{transform:translateY(0)}.photo-fullscreen-overlay{z-index:1001;background:#000000f2;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.photo-fullscreen-close{width:48px;height:48px;color:var(--white);cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:999px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.photo-fullscreen-close:hover{background:#fff3;transform:rotate(90deg)}.photo-fullscreen-img{object-fit:contain;cursor:zoom-out;max-width:95%;max-height:95%;animation:.4s zoomIn}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes uploadPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.host-text-form-step{max-width:820px}.host-form-textarea{border:1px solid var(--border);background:var(--card);width:100%;color:var(--white);resize:vertical;border-radius:16px;padding:1rem;font-size:1.05rem;line-height:1.5}.host-form-textarea:focus{outline-offset:2px;outline:2px solid #d4af3759}.host-title-textarea{min-height:160px;margin-top:1rem}.host-description-textarea{min-height:220px;margin-top:1rem}.host-field-counter{color:var(--muted);margin-top:.6rem;font-size:.9rem;font-weight:600}.host-description-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-top:.2rem;display:flex}.host-text-link-btn{color:var(--gold);text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-size:.95rem;font-weight:600;text-decoration:underline}.host-highlight-grid{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.host-highlight-chip{border:1px solid var(--border);background:var(--card);color:var(--white);cursor:pointer;border-radius:999px;padding:.7rem 1.15rem;font-weight:600;transition:all .2s}.host-highlight-chip.active{border-color:var(--gold);background:#d4af3724}.host-highlight-chip:disabled{opacity:.45;cursor:not-allowed}.host-choice-stack{gap:.8rem;max-width:760px;margin-top:1rem;display:grid}.host-choice-card{border:1px solid var(--border);background:var(--card);color:var(--white);text-align:left;cursor:pointer;border-radius:16px;gap:.4rem;padding:1rem;transition:all .2s;display:grid}.host-choice-card.active{border-color:var(--gold);box-shadow:0 0 0 2px #d4af3740}.host-choice-card h3{font-family:var(--font-body);font-size:1.35rem;line-height:1.1}.host-choice-card p{color:var(--muted);margin:0}.host-choice-card .host-choice-kicker{color:#79cb82;font-weight:700}.host-pricing-step{max-width:760px}.host-currency-note{color:var(--muted);margin-top:.25rem;font-size:.98rem}.host-price-display{font-family:var(--font-body);letter-spacing:-.03em;color:var(--white);margin:1.8rem 0 1.1rem;font-size:clamp(2.7rem,8vw,4.5rem);line-height:1}.host-price-input-wrap{gap:.35rem;display:grid}.host-price-input-wrap span{color:var(--muted);font-size:.9rem}.host-price-input-wrap input{border:1px solid var(--border);background:var(--card);min-height:48px;color:var(--white);border-radius:12px;padding:0 .9rem;font-size:1.05rem}.host-pricing-card{border:1px solid var(--border);background:var(--card);border-radius:16px;gap:.65rem;margin-top:1rem;padding:1rem;display:grid}.host-pricing-card div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.host-pricing-card span{color:var(--muted)}.host-pricing-card strong{color:var(--white);font-size:1.1rem}.host-pricing-card-muted{background:#ffffff08}.host-weekend-premium-row{justify-content:space-between;align-items:flex-start;gap:.9rem;margin-top:1rem;display:flex}.host-weekend-premium-row h3{font-family:var(--font-body);color:var(--white);font-size:1.35rem;line-height:1.1}.host-weekend-premium-row p{color:var(--muted)}.host-premium-pill{border:1px solid var(--border);background:var(--card);min-width:78px;min-height:48px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:inline-flex}.host-weekend-slider{accent-color:#d4af37;width:100%;margin-top:1.1rem}.host-range-labels{color:var(--muted);justify-content:space-between;align-items:center;margin-top:.45rem;font-size:.88rem;display:flex}.host-discount-list{gap:.8rem;max-width:760px;margin-top:1rem;display:grid}.host-discount-card{border:1px solid var(--border);background:var(--card);color:var(--white);text-align:left;cursor:pointer;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;padding:.9rem;transition:all .2s;display:grid}.host-discount-card.active{border-color:var(--gold);background:#d4af371f}.host-discount-card h3{font-family:var(--font-body);font-size:1.25rem;line-height:1.1}.host-discount-card p{color:var(--muted);margin:.2rem 0 0}.host-discount-value{border:1px solid var(--border);min-width:58px;min-height:38px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-size:1.15rem;font-weight:700;display:inline-flex}.host-check-pill{min-width:52px;min-height:32px;color:var(--white);background:#ffffff1a;border-radius:999px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.host-discount-card.active .host-check-pill{background:var(--gold);color:var(--bg)}.host-safety-list{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:.45rem;margin-top:1rem;padding:.7rem 0;display:grid}.host-safety-row{min-height:50px;color:var(--white);justify-content:space-between;align-items:center;gap:.8rem;display:flex}.host-safety-row span{font-size:1.3rem;line-height:1.25}.host-safety-row input{accent-color:#d4af37;width:24px;height:24px}.host-safety-note{gap:.45rem;margin-top:1rem;display:grid}.host-safety-note h3{font-family:var(--font-body);color:var(--white);font-size:1.5rem}.host-safety-note p{color:var(--muted);max-width:62ch}.host-final-details-step{max-width:860px}.host-final-details-step h3{font-family:var(--font-body);color:var(--white);margin-top:1.1rem;font-size:1.45rem}.host-final-details-grid{gap:.65rem;margin-top:1rem;display:grid}.host-final-details-grid label{color:var(--muted);gap:.35rem;font-size:.92rem;display:grid}.host-final-details-grid input{border:1px solid var(--border);background:var(--card);min-height:50px;color:var(--white);border-radius:12px;padding:0 .85rem;font-size:1rem}.host-business-section{border-top:1px solid var(--border);margin-top:1.2rem;padding-top:1.1rem}.host-business-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:.7rem;display:grid}.host-business-btn{border:1px solid var(--border);background:var(--card);min-height:52px;color:var(--white);cursor:pointer;border-radius:12px;font-size:1.2rem;font-weight:700}.host-business-btn.active{border-color:var(--gold);box-shadow:0 0 0 2px #d4af3733}.host-business-confirmation{color:var(--muted);max-width:62ch;margin-top:.7rem;font-size:.95rem}.host-camera-modal{max-width:620px}.host-camera-modal-body{padding:1.2rem}.btn-primary:disabled{background:var(--border);color:var(--muted);cursor:not-allowed;box-shadow:none;transform:none}@media (width<=900px){.host-onboarding-main,.host-wizard-step-intro{grid-template-columns:1fr;gap:1.2rem}.host-onboarding-main h1{max-width:13ch}.host-step h3{font-size:1.8rem}.host-step p{font-size:1.02rem}.host-step img{width:82px;height:82px}.host-wizard-step-text p{font-size:1.05rem}.host-map-placeholder{min-height:300px}.host-amenities-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.8rem}.host-amenity-button{gap:.5rem;min-height:110px;padding:1rem .6rem}.amenity-icon{font-size:2rem}.amenity-name{font-size:.9rem}.host-photo-preview-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));min-height:240px}.host-photo-placeholder{min-height:240px}.photo-confirmation-modal{max-width:90%}.photo-confirmation-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.host-choice-card h3,.host-discount-card h3,.host-safety-row span{font-size:1.12rem}.host-price-display{font-size:clamp(2.3rem,7vw,3.4rem)}.host-final-details-grid{grid-template-columns:1fr}}@media (width<=640px){.host-onboarding-top,.host-onboarding-main,.host-onboarding-footer-inner,.host-wizard-top,.host-wizard-main,.host-wizard-progress-row,.host-wizard-actions{width:calc(100% - 1.5rem)}.host-onboarding-logo{display:none}.host-onboarding-main{padding-top:.2rem;padding-bottom:1.1rem}.host-step{grid-template-columns:auto 1fr auto;gap:.7rem}.host-step-index{font-size:1.5rem}.host-step h3{font-size:1.95rem}.host-step p{font-size:.92rem}.host-step img{border-radius:14px;width:70px;height:70px}.host-onboarding-start{border-radius:14px;width:100%;min-height:52px}.host-onboarding-footer-inner{justify-content:stretch}.host-wizard-top{padding:.85rem 0}.host-wizard-question h2,.host-wizard-step-text h2{font-size:3rem}.host-step-kicker{font-size:1.4rem}.host-place-option h3{font-size:1.85rem}.host-place-option p{font-size:.92rem}.host-map-placeholder{min-height:420px}.host-wizard-actions{min-height:72px}.host-wizard-back,.host-wizard-next{min-width:112px;min-height:46px}.host-amenities-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.7rem}.host-amenity-button{border-radius:10px;gap:.4rem;min-height:100px;padding:.8rem .5rem}.amenity-icon{font-size:1.8rem}.amenity-name{font-size:.85rem}.host-photo-preview-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.8rem;min-height:170px}.host-photo-placeholder{border-radius:12px;min-height:170px}.photo-badge{padding:.3rem .6rem;font-size:.7rem}.host-photo-upload-btn{width:100%;padding:.85rem 1.2rem}.host-upload-progress-container{margin-bottom:1rem;padding:.8rem}.host-upload-progress-bar{height:6px;margin-bottom:.6rem}.host-upload-progress-text{font-size:.9rem}.photo-confirmation-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:90vh}.photo-confirmation-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.8rem;padding:1rem}.photo-modal-header{padding:1.2rem}.photo-modal-header h3{font-size:1.2rem}.photo-modal-footer{flex-direction:column-reverse;padding:1rem}.btn-secondary,.btn-primary{flex:1;padding:.7rem 1rem}.photo-fullscreen-close{width:40px;height:40px;top:1rem;right:1rem}.photo-menu-dropdown{min-width:140px;right:-10px}.photo-menu-item{padding:.6rem .8rem;font-size:.85rem}.host-highlight-grid{gap:.55rem}.host-highlight-chip{padding:.6rem .9rem;font-size:.95rem}.host-choice-card,.host-pricing-card,.host-discount-card{padding:.8rem}.host-discount-card{grid-template-columns:1fr;gap:.55rem}.host-check-pill{justify-self:start}.host-safety-row span{font-size:1.05rem}.host-business-buttons{grid-template-columns:1fr}.host-camera-modal-body{padding:1rem}}.autocomplete-wrapper{width:100%;position:relative}.autocomplete-input-group{background:var(--card);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.9rem;display:flex;position:relative}.autocomplete-icon{color:var(--muted);flex:none}.autocomplete-input{color:var(--white);background:0 0;border:0;outline:none;width:100%;font-family:inherit;font-size:1.03rem}.autocomplete-input::placeholder{color:var(--muted)}.autocomplete-location-btn{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.autocomplete-location-btn:hover{color:var(--gold-soft);background:#d4af3726}.autocomplete-location-btn:disabled{opacity:.6;cursor:wait}.autocomplete-dropdown{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-card);z-index:999;border-top:0;border-radius:0 0 8px 8px;max-height:320px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.autocomplete-item{text-align:left;cursor:pointer;width:100%;color:inherit;border:0;border-bottom:1px solid var(--border);background:0 0;align-items:flex-start;gap:.6rem;padding:.8rem .9rem;font-family:inherit;font-size:.95rem;transition:all .15s;display:flex}.autocomplete-item:last-child{border-bottom:0}.autocomplete-use-location-item{border:0;border-bottom:1px solid var(--border);width:100%;color:var(--gold-soft);cursor:pointer;background:#d4af3714;align-items:center;gap:.55rem;padding:.78rem .9rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:background-color .15s,color .15s;display:flex}.autocomplete-use-location-item:hover{color:var(--gold);background:#d4af3724}.autocomplete-use-location-item:disabled{opacity:.75;cursor:wait}.autocomplete-item:hover,.autocomplete-item.highlighted{background:var(--bg-soft)}.autocomplete-item-icon{color:var(--muted);flex:none;margin-top:.15rem}.autocomplete-item-text{flex:1;min-width:0}.autocomplete-item-main{color:var(--white);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.15rem;font-weight:500;overflow:hidden}.autocomplete-item-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.autocomplete-loading{color:var(--muted);pointer-events:none;align-items:center;gap:.5rem;font-size:.85rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.autocomplete-spinner{border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;width:12px;height:12px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.autocomplete-dropdown::-webkit-scrollbar{width:6px}.autocomplete-dropdown::-webkit-scrollbar-track{background:0 0}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:var(--muted)}.host-reservations-page .section-header{align-items:flex-start;margin-bottom:1.2rem}.host-reservations-page .section-subtitle{max-width:34ch}.reservations-controls{border:1px solid var(--border);background:#141a25eb;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:1rem 0;padding:1rem;display:grid}.control-group{gap:.45rem;display:grid}.control-group label{color:#dce5f7;font-size:.86rem;font-weight:600}.control-group select{color:#f6f8ff;cursor:pointer;background:#0e131cd6;border:1px solid #ffffff29;border-radius:10px;width:100%;padding:.62rem .8rem;font-size:.92rem;transition:border-color .2s}.control-group select:focus{border-color:#d4af3799;outline:none;box-shadow:0 0 0 2px #d4af3729}.error-banner{color:#ffd1d1;background:#80151538;border:1px solid #ef8f8f85;border-radius:12px;grid-template-columns:auto 1fr;align-items:flex-start;gap:.6rem;margin-bottom:1rem;padding:.85rem .95rem;display:grid}.error-banner span{overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.reservations-grid{grid-template-columns:repeat(auto-fill,minmax(284px,1fr));gap:.9rem;margin:1.1rem 0 0;display:grid}.reservation-card{border:1px solid var(--border);cursor:pointer;background:linear-gradient(145deg,#19202efa,#121823fa);border-radius:16px;flex-direction:column;transition:border-color .24s,transform .24s;display:flex;overflow:hidden}.reservation-card:hover{border-color:#d4af376b;transform:translateY(-2px)}.reservation-card-header{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:flex-start;gap:.65rem;padding:1rem;display:flex}.reservation-card-header h3{color:#f6f8ff;overflow-wrap:anywhere;margin:0;font-size:1.02rem;line-height:1.3}.reservation-card-body{flex-direction:column;flex:1;gap:.7rem;padding:.95rem 1rem;display:flex}.reservation-detail{color:#d0d8e8;align-items:flex-start;gap:.65rem;display:flex}.reservation-detail svg{flex-shrink:0;margin-top:.12rem}.reservation-detail .label{letter-spacing:.07em;text-transform:uppercase;color:#9ba8bd;font-size:.68rem;font-weight:700;display:block}.reservation-detail .value{color:#f5f8ff;font-weight:600;display:block}.reservation-card-guest{border-bottom:1px solid #ffffff17;padding:0 1rem .9rem}.reservation-card-guest strong{color:#f5f8ff;overflow-wrap:anywhere;display:block}.reservation-card-guest p{color:#9ba8bd;overflow-wrap:anywhere;margin:.22rem 0 0;font-size:.86rem}.reservation-card-action{grid-template-columns:1fr 1fr;gap:.6rem;padding:.95rem 1rem 1rem;display:grid}.btn-message,.btn-details{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:.35rem;padding:.6rem .78rem;font-size:.84rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-message{color:#d0e3ff;background:#1b2e4d73;border:1px solid #799cd46b}.btn-message:hover{border-color:#accbfa99}.btn-details{color:#f7d988;background:#d4af372e;border:1px solid #d4af376b}.btn-details:hover{border-color:#d4af37a8}@media (width<=860px){.reservations-controls,.reservation-card-action{grid-template-columns:1fr}}@media (width<=640px){.host-reservations-page{padding-top:1.1rem}.host-reservations-page .section-header{margin-bottom:.9rem}.host-reservations-page .section-header h1{overflow-wrap:anywhere;font-size:clamp(1.6rem,8vw,2.1rem)}.reservations-controls,.reservation-card-header,.reservation-card-body,.reservation-card-action{padding-inline:.85rem}}.host-res-layout{grid-template-columns:1fr 300px;gap:2rem;margin-top:2rem;display:grid}.host-res-main{flex-direction:column;gap:2rem;display:flex}.host-res-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.host-res-header h1{margin:0 0 .5rem}.status-badge{text-transform:uppercase;color:#fff;white-space:nowrap;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.status-badge.status-confirmed{background:#10b981}.status-badge.status-pending{background:#f59e0b}.status-badge.status-cancelled{background:#ef4444}.status-badge.status-completed{background:#3b82f6}.host-res-info{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.info-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:1rem;padding:1.5rem;display:flex}.info-box svg{color:#3b82f6;flex-shrink:0}.info-box label{color:#6b7280;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.info-box p{color:#1f2937;margin:0;font-weight:600}.host-res-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.host-res-section h2{margin-top:0;margin-bottom:1rem;font-size:1.1rem}.info-row{border-bottom:1px solid #e5e7eb;grid-template-columns:120px 1fr;gap:1rem;padding:.75rem 0;display:grid}.info-row:last-child{border-bottom:none}.info-row label{color:#6b7280;text-transform:uppercase;font-size:.875rem;font-weight:600}.info-row p{color:#1f2937;margin:0}.pricing-table{flex-direction:column;gap:.5rem;display:flex}.pricing-row{color:#4b5563;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:.75rem 0;display:flex}.pricing-row.total{color:#1f2937;border-top:2px solid #e5e7eb;border-bottom:none;margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:700}.guests-table{flex-direction:column;gap:.75rem;display:flex}.guest-row{background:#f9fafb;border-radius:8px;padding:.75rem}.guest-row p{margin:0}.status-actions{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.btn-confirm,.btn-cancel,.btn-message-full{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-confirm{color:#fff;background:#10b981;width:100%}.btn-confirm:hover:not(:disabled){background:#059669}.btn-cancel{color:#fff;background:#ef4444;width:100%}.btn-cancel:hover:not(:disabled){background:#dc2626}.btn-message-full{color:#fff;background:#3b82f6;width:100%}.btn-message-full:hover{background:#2563eb}.btn-confirm:disabled,.btn-cancel:disabled,.btn-message-full:disabled{opacity:.6;cursor:not-allowed}.host-res-sidebar{flex-direction:column;gap:1rem;height:fit-content;display:flex}.sidebar-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.sidebar-box h3{color:#6b7280;text-transform:uppercase;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.sidebar-box .code{word-break:break-all;color:#4b5563;margin:0;font-family:Courier New,monospace;font-size:.85rem}.timeline{flex-direction:column;gap:1rem;display:flex}.timeline-item{color:#4b5563;align-items:flex-start;gap:.75rem;font-size:.875rem;display:flex}.timeline-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.35rem}.timeline-dot.confirmed{background:#10b981}.timeline-dot.completed{background:#3b82f6}.timeline-dot.cancelled{background:#ef4444}.error-banner{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:1rem;padding:1rem}@media (width<=768px){.host-res-layout{grid-template-columns:1fr}.host-res-header{flex-direction:column}.host-res-info{grid-template-columns:repeat(2,1fr)}.status-actions{grid-template-columns:1fr}.info-row{grid-template-columns:100px 1fr}.host-res-sidebar{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=480px){.host-res-info,.host-res-sidebar{grid-template-columns:1fr}}.account-page{padding-top:1.1rem}.account-page-container{width:min(860px,100% - 1.5rem)}.account-page-shell{background:var(--card);color:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:26px;gap:.9rem;padding:1.1rem;display:grid}.profile-desktop-shell{display:none}.profile-mobile-shell{display:grid}.profile-desktop-nav,.profile-desktop-main{background:var(--bg)}.profile-desktop-nav h1{font-family:var(--font-body);color:var(--white);font-size:3rem;font-weight:700}.profile-desktop-tab-list{gap:.3rem;margin-top:1.2rem;display:grid}.profile-desktop-tab{color:var(--white);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:.65rem;min-height:48px;padding:0 .75rem;font-size:1rem;font-weight:600;display:inline-flex}.profile-desktop-tab.active{background:var(--gold);border-color:var(--gold);color:#0f1115}.profile-desktop-main{padding-left:2.2rem}.profile-desktop-heading-row{align-items:center;gap:.65rem;display:flex}.profile-desktop-heading-row h2{font-family:var(--font-body);color:var(--white);font-size:3rem;font-weight:700}.profile-desktop-about-grid{grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:start;gap:1.1rem;margin-top:1rem;display:grid}.account-profile-card.public{align-content:start;min-height:260px}.profile-desktop-prompt{gap:.55rem;padding-top:.8rem;display:grid}.profile-desktop-prompt h3{font-family:var(--font-body);color:var(--white);font-size:2rem;font-weight:700}.profile-desktop-prompt p{color:var(--muted);max-width:34ch}.profile-desktop-cta{background:var(--gold);color:#0f1115;width:fit-content;box-shadow:none}.profile-desktop-divider{background:var(--border);height:1px;margin:1.2rem 0 .95rem}.profile-desktop-rows-item{color:var(--white);align-items:center;gap:.6rem;font-size:1.04rem;display:inline-flex}.profile-desktop-empty-state{text-align:center;justify-items:center;gap:.65rem;margin-top:1.2rem;display:grid}.profile-desktop-empty-state h3{font-family:var(--font-body);color:var(--white);font-size:2.05rem;font-weight:700}.profile-desktop-empty-state p{color:var(--muted);max-width:42ch}.profile-desktop-empty-visual{gap:.42rem;width:min(330px,100%);display:grid}.profile-desktop-empty-visual img{object-fit:cover;border:1px solid var(--border);border-radius:12px;width:100%;height:62px}.profile-desktop-connections-img{border:1px solid var(--border);border-radius:22px;width:min(320px,100%)}.profile-listings-panel{gap:.9rem;margin-top:1rem;display:grid}.profile-listings-panel-head{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.profile-listings-panel-head h3{font-family:var(--font-body);color:var(--white);margin:0;font-size:1.15rem;font-weight:700}.profile-listings-note{color:var(--muted);max-width:52ch;margin:0;line-height:1.45}.profile-listings-open-link{border:1px solid var(--border);color:var(--white);background:#ffffff0a;border-radius:999px;align-items:center;gap:.35rem;min-height:34px;padding:0 .72rem;font-size:.84rem;font-weight:700;display:inline-flex}.profile-listings-open-link:hover{border-color:#d4af37b3}.profile-listings-open-link.active{color:var(--gold-soft);background:#d4af3729;border-color:#d4af37d9}.profile-listings-open-link-mobile{justify-self:start;min-height:32px}.profile-listings-actions{flex-wrap:wrap;gap:.6rem;display:flex}.profile-listings-loading{color:var(--muted);margin:0;font-size:.92rem;font-weight:600}.profile-listings-empty{border:1px solid var(--border);background:#ffffff08;border-radius:20px;gap:.55rem;padding:1rem;display:grid}.profile-listings-empty h3{font-family:var(--font-body);color:var(--white);font-size:1.25rem;font-weight:700}.profile-listings-empty p{color:var(--muted)}.profile-listings-grid,.profile-mobile-listings-grid{gap:.75rem;display:grid}.profile-listing-card{border:1px solid var(--border);background:linear-gradient(160deg,#ffffff0a,#ffffff03);border-radius:18px;grid-template-columns:120px minmax(0,1fr);display:grid;overflow:hidden}.profile-listing-card.is-draft{border-color:#d4af3773}.profile-listing-card img{object-fit:cover;width:100%;height:100%;min-height:110px}.profile-listing-card-body{gap:.25rem;padding:.75rem .8rem;display:grid}.profile-listing-status{color:var(--gold-soft);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.73rem;font-weight:700}.profile-listing-card-body h3{font-family:var(--font-body);color:var(--white);margin:0;font-size:1.02rem;font-weight:700}.profile-listing-card-body p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.35}.profile-mobile-listings{border:1px solid var(--border);background:var(--card);border-radius:18px;gap:.7rem;padding:.78rem;display:grid}.profile-mobile-listings-head{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.profile-mobile-listings-head h3{font-family:var(--font-body);color:var(--white);margin:0;font-size:1.05rem;font-weight:700}.profile-mobile-listings-head span{border:1px solid var(--border);min-width:30px;min-height:30px;color:var(--gold-soft);border-radius:999px;place-items:center;font-size:.82rem;font-weight:700;display:grid}.profile-mobile-listings-empty{color:var(--muted);margin:0;font-size:.88rem}.account-page-header{justify-content:space-between;align-items:center;gap:.65rem;display:flex}.account-page-header h1{font-size:clamp(1.7rem,3.2vw,2.25rem);font-family:var(--font-body);color:var(--white);font-weight:700}.account-icon-button,.account-chip-button{border:1px solid var(--border);color:var(--white);cursor:pointer;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.account-icon-button{width:38px;height:38px}.account-chip-button{min-height:38px;padding:0 1rem;font-weight:600}.account-profile-card{border:1px solid var(--border);background:var(--card);text-align:center;border-radius:24px;justify-items:center;gap:.45rem;padding:1.2rem;display:grid}.account-avatar{color:#fff;background:#1f2025;border-radius:999px;place-items:center;width:96px;height:96px;font-size:2rem;font-weight:700;display:grid}.account-profile-card h2{font-family:var(--font-body);color:var(--white);overflow-wrap:anywhere;word-break:break-word;max-width:100%;font-size:clamp(1.25rem,2.6vw,1.95rem);font-weight:700;line-height:1.14}.account-profile-email{color:var(--muted);overflow-wrap:anywhere;word-break:break-word;max-width:100%;margin-top:-.08rem;font-size:.84rem;line-height:1.24}.account-profile-card p{color:var(--muted);margin-top:0}.profile-role-badges{flex-wrap:wrap;justify-content:center;gap:.35rem;width:100%;display:flex}.profile-role-badge{color:var(--gold-soft);letter-spacing:.04em;text-transform:uppercase;background:#d4af371f;border:1px solid #d4af3773;border-radius:999px;padding:.18rem .55rem;font-size:.72rem;font-weight:700}.profile-role-actions{flex-wrap:wrap;justify-content:center;gap:.42rem;width:100%;display:flex}.admin-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.admin-role-toggle{border:1px solid var(--border);color:var(--white);background:#ffffff08;border-radius:10px;align-items:center;gap:.4rem;padding:.42rem .5rem;font-size:.85rem;display:inline-flex}.admin-role-toggle input{accent-color:var(--gold)}.admin-field-label{color:var(--white);gap:.35rem;font-size:.88rem;font-weight:600;display:grid}.admin-field-label input,.admin-field-label select,.admin-field-label textarea{border:1px solid var(--border);color:var(--white);background:#ffffff0a;border-radius:12px;padding:.55rem .65rem}.admin-field-label textarea{resize:vertical;min-height:74px}.admin-history-item{border:1px solid var(--border);background:#ffffff08;border-radius:12px;gap:.25rem;padding:.55rem .65rem;display:grid}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:.5rem;display:grid}.admin-stat-card{border:1px solid var(--border);text-align:center;background:#ffffff0d;border-radius:14px;gap:.25rem;padding:.75rem;display:grid}.admin-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.admin-stat-value{color:var(--gold);font-size:1.8rem;font-weight:700}.admin-user-item{border:1px solid var(--border);background:#ffffff08;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem;display:flex}.admin-user-info{flex:1;gap:.15rem;min-width:200px;display:grid}.admin-user-info h3{color:var(--white);font-size:.95rem;font-weight:600}.admin-user-info p{color:var(--muted);font-size:.8rem}.admin-user-role-control{align-items:center;gap:.5rem;display:flex}.admin-user-role-control select{border:1px solid var(--border);color:var(--white);background:#ffffff0a;border-radius:8px;min-width:110px;padding:.45rem .5rem;font-size:.85rem}.admin-user-role-control select option{background:var(--bg);color:var(--white)}.admin-user-roles-display{flex-wrap:wrap;gap:.4rem;display:flex}.admin-role-banner{grid-template-columns:auto 1fr;margin-top:.4rem}.account-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.account-quick-card{border:1px solid var(--border);background:var(--card);color:inherit;border-radius:18px;gap:.55rem;padding:.68rem;display:grid;position:relative}.account-quick-card img{object-fit:cover;border-radius:13px;width:100%;height:88px}.account-quick-card h3{font-family:var(--font-body);color:var(--white);font-size:1.02rem;font-weight:700}.account-quick-card p{color:var(--muted);font-size:.82rem}.account-chip-new{letter-spacing:.08em;color:#0f1115;background:var(--gold);border-radius:999px;padding:.2rem .38rem;font-size:.58rem;font-weight:700;position:absolute;top:10px;right:10px}.account-host-card{border:1px solid var(--border);background:var(--card);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.78rem;display:grid}.account-host-card img{object-fit:cover;border-radius:14px;width:58px;height:58px}.account-host-card h3{font-family:var(--font-body);color:var(--white);font-size:1.05rem;font-weight:700}.account-host-card p{color:var(--muted);font-size:.88rem}.account-inline-link{color:var(--white);border:1px solid var(--border);background:0 0;border-radius:999px;align-items:center;min-height:34px;padding:0 .75rem;font-size:.88rem;font-weight:700;display:inline-flex}.account-menu-group{gap:.12rem;display:grid}.account-menu-divider{background:var(--border);height:1px;margin:.2rem 0}.account-menu-link{color:var(--white);background:0 0;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;min-height:48px;padding:.48rem .3rem;display:flex}.account-menu-link:hover{border-color:var(--border);background:#ffffff0a}.account-menu-label{color:var(--white);align-items:center;gap:.8rem;font-size:1.02rem;font-weight:500;display:inline-flex}.account-logout-link{width:100%;margin-top:.15rem}.account-search-box{color:var(--muted);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.4rem;min-height:36px;padding:.42rem .65rem;display:flex}.account-search-box-compact{border-radius:11px;min-height:36px;padding:.36rem .6rem}.account-search-box-compact input{font-size:.9rem;line-height:1.2}.account-search-box input{color:var(--white);background:0 0;border:0;outline:none;width:100%}.account-messages-layout{grid-template-columns:320px 1fr;gap:.7rem;display:grid}.account-messages-layout-list-only{grid-template-columns:minmax(0,1fr)}.account-thread-list,.account-thread-panel{background:linear-gradient(170deg,#ffffff0a,#ffffff04);border:1px solid #ffffff1a;border-radius:14px}.account-thread-list{gap:.3rem;padding:.42rem;display:grid}.account-thread-list-full{min-height:420px}.account-thread-item{text-align:left;color:var(--white);cursor:pointer;background:#0b0d1259;border:1px solid #ffffff14;border-radius:10px;gap:.16rem;padding:.5rem .58rem;transition:border-color .18s,background .18s,transform .18s;display:grid;position:relative}.account-thread-item:hover{background:#ffffff0f;border-color:#d4af3759}.account-thread-item.active{background:#d4af371f;border-color:#d4af37bf}.account-thread-head{justify-content:space-between;align-items:center;gap:.55rem;display:flex}.account-thread-head strong{color:var(--white);font-size:.86rem;font-weight:600}.account-thread-head span{letter-spacing:.01em;color:var(--muted);font-size:.73rem}.account-thread-item p{color:var(--muted);margin-right:.7rem;font-size:.79rem;line-height:1.35}.account-unread-dot{background:#ff6b6b;border-radius:999px;width:8px;height:8px;position:absolute;bottom:10px;right:10px}.account-unread-count{color:#fff;background:#ff6b6b;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;bottom:10px;right:10px}.account-thread-panel{grid-template-rows:auto 1fr auto;gap:.52rem;padding:.65rem;display:grid}.account-thread-header{grid-template-columns:auto 1fr;align-items:center;gap:.8rem;display:grid}.account-thread-title-wrap{gap:.15rem;display:grid}.account-thread-kicker{color:var(--gold-soft);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.73rem;font-weight:700}.account-thread-title-wrap h1{font-family:var(--font-body);color:var(--white);margin:0;font-size:clamp(1.14rem,2.2vw,1.5rem);font-weight:700}.account-thread-panel-standalone{min-height:clamp(420px,100vh - 15rem,760px)}.account-thread-bubbles-scroll{min-height:240px;max-height:min(56vh,620px);padding-right:.2rem;overflow-y:auto}.account-thread-panel h2{font-family:var(--font-body);color:var(--white);font-size:1.05rem;font-weight:700}.account-thread-bubbles{gap:.4rem;display:grid}.account-thread-bubble{border:1px solid var(--border);color:var(--white);background:#ffffff0d;border-radius:12px 12px 12px 6px;max-width:min(82%,520px);padding:.5rem .62rem;font-size:.84rem;line-height:1.38}.account-thread-bubble.from-you{background:linear-gradient(145deg, var(--gold-soft), var(--gold));color:#0f1115;border-color:#d4af37e6;border-radius:12px 12px 6px;margin-left:auto}.account-thread-compose{background:#090a0e73;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.36rem;display:grid}.account-thread-compose input{color:var(--white);background:#ffffff05;border:1px solid #0000;border-radius:9px;outline:none;min-height:36px;padding:.48rem .62rem;font-size:.9rem}.account-thread-compose input:focus{background:#ffffff0f;border-color:#d4af378c}.account-thread-compose .button-primary{min-height:36px;box-shadow:none;letter-spacing:.02em;border-radius:9px;justify-self:end;padding:0 .95rem;font-size:.84rem}.account-thread-compose .button-primary:disabled{opacity:.65;cursor:not-allowed}.messages-page .account-page-header h1{font-size:clamp(1.7rem,3vw,2.1rem)}.messages-page .profile-listings-actions{gap:.45rem}.messages-page .profile-listings-open-link{border-radius:10px;min-height:30px;padding:0 .6rem;font-size:.78rem;font-weight:600}.message-thread-page .account-thread-header{gap:.62rem}.message-thread-page .my-listings-back{border-radius:10px;min-height:34px;padding:0 .72rem}.message-thread-page .account-thread-title-wrap h1{font-size:clamp(1.05rem,4.6vw,1.35rem)}.wishlist-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.wishlist-collection-card,.wishlist-create-card{border:1px solid var(--border);background:var(--card);color:var(--white);text-align:left;border-radius:18px;gap:.45rem;padding:.65rem;display:grid}.wishlist-thumb-wrap{position:relative}.wishlist-collection-card img{object-fit:cover;border-radius:14px;width:100%;height:145px}.wishlist-icon-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f232a99;border:1px solid #ffffff73;border-radius:999px;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:10px;left:10px}.wishlist-collection-card h3,.wishlist-create-card{font-family:var(--font-body);color:var(--white);font-size:1.04rem;font-weight:700}.wishlist-collection-card p{color:var(--muted);font-size:.82rem}.wishlist-create-card{cursor:pointer;text-align:center;place-content:center;justify-items:center;min-height:118px;font-size:.95rem}.wishlist-create-card span{border:1px solid var(--gold);width:36px;height:36px;color:var(--gold);border-radius:999px;place-items:center;display:grid}.wishlist-listings-section{gap:.6rem;margin-top:.5rem;display:grid}.wishlist-listings-section h3{color:var(--white);font-family:var(--font-body);margin:0;font-size:1.1rem;font-weight:700}.wishlist-listings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.wishlist-listing-item{border:1px solid var(--border);background:var(--card);color:var(--white);border-radius:16px;gap:.4rem;padding:.58rem;display:grid}.wishlist-listing-item img{object-fit:cover;border-radius:12px;width:100%;height:110px}.wishlist-listing-item h4{font-size:.93rem;font-family:var(--font-body);margin:0;font-weight:700}.wishlist-listing-item p{color:var(--muted);margin:0;font-size:.82rem}.account-skeleton-block{background:linear-gradient(90deg,#ffffff14,#ffffff05,#ffffff14) 0 0/200% 100%;border-radius:10px;animation:1.45s linear infinite accountSkeletonShift}.account-skeleton-image{width:100%;min-height:110px}.account-skeleton-title{width:62%;min-height:16px}.account-skeleton-text{width:88%;min-height:13px}@keyframes accountSkeletonShift{0%{background-position:200% 0}to{background-position:-200% 0}}.account-trips-empty{border:1px solid var(--border);background:var(--card);text-align:center;border-radius:20px;justify-items:center;gap:.75rem;padding:1rem;display:grid}.account-trip-timeline{gap:.45rem;width:min(300px,100%);display:grid}.account-trip-step{grid-template-columns:auto auto 1fr;align-items:center;gap:.5rem;display:grid}.account-trip-dot{background:var(--muted);border-radius:999px;width:8px;height:8px}.account-trip-line{background:var(--muted);width:14px;height:1px}.account-trip-step img{object-fit:cover;border:1px solid var(--border);border-radius:12px;width:100%;max-width:170px;height:56px}.account-trips-empty h2{font-family:var(--font-body);color:var(--white);font-size:1.9rem;font-weight:700}.account-trips-empty p{max-width:52ch;color:var(--muted)}.account-empty-cta{gap:.45rem}.account-trip-list{gap:.7rem;display:grid}.account-trip-item{border:1px solid var(--border);background:var(--card);border-radius:16px;grid-template-columns:130px 1fr;align-items:center;gap:.65rem;padding:.6rem;display:grid}.account-trip-item img{object-fit:cover;border-radius:12px;height:86px}.account-trip-item h3{font-family:var(--font-body);color:var(--white);font-size:1.02rem}.account-trip-item p{color:var(--muted)}.account-simple-list,.account-simple-grid{gap:.65rem;display:grid}.account-simple-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.account-simple-item{border:1px solid var(--border);background:var(--card);border-radius:16px;gap:.4rem;padding:.8rem;display:grid}.account-simple-item h3{color:var(--white);font-family:var(--font-body);font-size:1rem;font-weight:700}.account-simple-item p{color:var(--muted);font-size:.89rem}.account-currency-option{border:1px solid var(--border);width:100%;color:var(--white);text-align:left;cursor:pointer;background:#ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;padding:.75rem;display:flex}.account-currency-option span{color:var(--muted);font-size:.84rem;font-weight:600}.account-currency-option.active{border-color:var(--gold);background:#d4af3726}.account-currency-option.active span{color:var(--gold)}.account-text-link{color:var(--gold);text-align:center;font-weight:600}.account-nudge-backdrop{z-index:180;background:#000000b3;place-items:end center;padding:1rem;display:grid;position:fixed;inset:0}.account-profile-nudge{border:1px solid var(--border);background:var(--card);width:min(560px,100%);color:var(--white);border-radius:24px;gap:.65rem;padding:.95rem;display:grid;position:relative}.my-listings-page .account-page-container{width:min(1020px,100% - 2rem)}.my-listings-header{grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;display:grid}.my-listings-back{border:1px solid var(--border);color:var(--white);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.35rem;min-height:38px;padding:0 .9rem;font-weight:600;display:inline-flex}.my-listings-title-wrap{gap:.22rem;display:grid}.my-listings-kicker{color:var(--gold-soft);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.35rem;margin:0;font-size:.76rem;font-weight:700;display:inline-flex}.my-listings-title-wrap h1{font-family:var(--font-body);color:var(--white);margin:0;font-size:clamp(1.8rem,3vw,2.55rem);font-weight:700}.my-listings-create-btn{align-items:center;gap:.35rem;width:fit-content;display:inline-flex}.my-listings-toolbar{justify-content:flex-start;display:flex}.my-listings-toggle-btn{border:1px solid var(--border);color:var(--white);cursor:pointer;background:0 0;border-radius:999px;align-items:center;min-height:34px;padding:0 .75rem;font-size:.83rem;font-weight:700;display:inline-flex}.my-listings-toggle-btn.active,.my-listings-toggle-btn:hover{background:#d4af371a;border-color:#d4af37b3}.my-listings-grid,.my-listings-skeleton-grid{gap:.8rem;display:grid}.my-listing-card{grid-template-columns:180px minmax(0,1fr)}.my-listing-location{color:var(--muted);align-items:flex-start;gap:.28rem;margin:0;font-size:.86rem;line-height:1.35;display:inline-flex}.my-listing-updated{color:var(--muted);margin:0;font-size:.8rem}.my-listing-open-link{border:1px solid var(--border);color:var(--white);background:0 0;border-radius:999px;align-items:center;gap:.25rem;width:fit-content;min-height:34px;margin-top:.25rem;padding:0 .72rem;font-size:.84rem;font-weight:700;display:inline-flex}.my-listing-open-link:hover{border-color:#d4af37b3}.my-listing-actions{flex-wrap:wrap;gap:.4rem;margin-top:.25rem;display:flex}.my-listing-delete-btn{color:#f4b0b0;cursor:pointer;background:#ef8f8f14;border:1px solid #ef8f8f73;border-radius:999px;align-items:center;gap:.28rem;min-height:34px;padding:0 .72rem;font-size:.84rem;font-weight:700;display:inline-flex}.my-listing-delete-btn:hover{background:#ef8f8f24;border-color:#ef8f8fb3}.my-listing-delete-btn:disabled{opacity:.7;cursor:wait}.my-deleted-listings-panel{border-top:1px solid var(--border);gap:.7rem;padding-top:.8rem;display:grid}.my-deleted-listings-head{gap:.2rem;display:grid}.my-listing-delete-note{color:#e8c876;margin:0;font-size:.8rem}.my-listings-empty{margin-top:.2rem}.my-listings-empty-actions{flex-wrap:wrap;gap:.55rem;display:flex}.account-nudge-close{border:1px solid var(--border);background:var(--gold);color:#0f1115;cursor:pointer;border-radius:999px;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:10px;left:10px}.account-nudge-hero{object-fit:cover;border-radius:18px;justify-self:center;width:min(340px,100%)}.account-profile-nudge h3{font-family:var(--font-body);text-align:center;color:var(--white);font-size:2rem;font-weight:700}.account-profile-nudge p{color:var(--muted);text-align:center}.account-nudge-points{gap:.45rem;display:grid}.account-nudge-points p{justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.account-nudge-actions{gap:.45rem;display:grid}@media (width>=980px){.profile-page-shell .account-page-container{width:min(1320px,100% - 3rem)}.profile-desktop-shell{box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1.6rem;min-height:calc(100vh - 9rem);padding:.8rem 0;display:grid}.profile-desktop-nav{border-right:1px solid var(--border);padding-right:1.5rem}.profile-mobile-shell,.account-nudge-backdrop{display:none}}@media (width<=940px){.account-messages-layout{grid-template-columns:1fr}.account-simple-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.account-page{padding-top:0}.account-page-container{width:100%}.account-page-shell{box-shadow:none;border-left:0;border-right:0;border-radius:0;min-height:calc(100vh - 5.1rem)}.account-page-header h1{font-size:2.75rem}.account-quick-grid,.wishlist-collection-grid,.wishlist-listings-grid,.account-simple-grid{grid-template-columns:1fr}.account-host-card{grid-template-columns:auto 1fr}.account-inline-link{grid-column:1/-1;justify-self:start}.account-thread-compose{grid-template-columns:minmax(0,1fr) auto;gap:.38rem}.account-search-box-compact{min-height:36px;padding:.34rem .58rem}.account-search-box-compact input{font-size:.86rem}.account-thread-panel-standalone{min-height:calc(100vh - 13.2rem)}.account-thread-bubbles-scroll{min-height:220px;max-height:calc(100vh - 17.5rem)}.message-thread-page .account-thread-title-wrap h1{font-size:1.04rem}.message-thread-page .my-listings-back{min-height:32px;padding:0 .6rem}.admin-role-grid{grid-template-columns:1fr}.my-listings-header{grid-template-columns:1fr;justify-items:start}.my-listings-toolbar{width:100%}.my-listings-toggle-btn,.my-listings-create-btn{justify-content:center;width:100%}.profile-listing-card{grid-template-columns:1fr}.profile-listing-card img{min-height:145px}.my-listing-card{grid-template-columns:1fr}.my-listing-actions{width:100%}.my-listing-actions .my-listing-open-link,.my-listing-actions .my-listing-delete-btn{justify-content:center;width:100%}.my-listings-page .account-page-container{width:100%}.account-profile-nudge{border-radius:20px}}.back-button{color:#3b82f6;cursor:pointer;background:0 0;border:none;align-items:center;margin-bottom:1.5rem;font-size:1rem;font-weight:600;transition:color .2s;display:inline-flex}.back-button:hover{color:#2563eb}.reservation-details-layout{grid-template-columns:1fr 320px;gap:2rem;margin-top:2rem;display:grid}.reservation-main{flex-direction:column;gap:2rem;display:flex}.reservation-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.reservation-header h1{margin:0 0 .5rem}.status-badge{text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.status-badge.status-confirmed{color:#065f46;background:#d1fae5}.status-badge.status-pending{color:#92400e;background:#fef3c7}.status-badge.status-cancelled{color:#991b1b;background:#fee2e2}.status-badge.status-completed{color:#1e40af;background:#dbeafe}.reservation-image{object-fit:cover;border-radius:12px;width:100%;height:400px}.reservation-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.info-card.action-button{cursor:pointer;background:#f0f9ff;border-color:#bfdbfe}.info-card.action-button:hover{background:#e0f2fe;border-color:#7dd3fc}.info-card svg{color:#3b82f6;flex-shrink:0}.info-card div{flex:1}.info-card h3{color:#6b7280;text-transform:uppercase;margin:0 0 .25rem;font-size:.875rem;font-weight:600}.info-card p{color:#1f2937;margin:0}.reservation-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.reservation-section h2{margin-top:0;margin-bottom:1rem;font-size:1.1rem}.info-group{border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:1rem}.info-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-group label{color:#6b7280;text-transform:uppercase;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.info-group p{color:#1f2937;margin:0}.pricing-breakdown{flex-direction:column;gap:.75rem;display:flex}.price-line{color:#4b5563;justify-content:space-between;padding:.5rem 0;display:flex}.price-line.total{color:#1f2937;border-top:2px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem;font-size:1.125rem;font-weight:600}.guests-list{gap:.75rem;display:grid}.guest-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.guest-card p{margin:0 0 .25rem}.guest-card p:last-child{margin-bottom:0}.reservation-sidebar{flex-direction:column;gap:1rem;height:fit-content;display:flex}.reservation-sidebar .content-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.reservation-sidebar h3{color:#6b7280;text-transform:uppercase;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.button-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-weight:600;transition:background .2s;display:inline-flex}.button-danger:hover:not(:disabled){background:#dc2626}.button-danger:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.reservation-details-layout{grid-template-columns:1fr}.reservation-header{flex-direction:column}.status-badge{align-self:flex-start}.reservation-image{height:250px}.reservation-info-grid{grid-template-columns:1fr}.reservation-sidebar{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=480px){.reservation-sidebar{grid-template-columns:1fr}.info-card{text-align:center;flex-direction:column}.info-card svg{align-self:center}}.app-dialog-overlay{z-index:2200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070a10b8;justify-content:center;align-items:center;padding:1.1rem;animation:.2s appDialogFadeIn;display:flex;position:fixed;inset:0}.app-dialog-panel{background:radial-gradient(circle at 0% 0%, #d4af3729, transparent 45%), var(--card);border:1px solid var(--border);width:min(100%,460px);box-shadow:var(--shadow-card);color:var(--white);border-radius:20px;animation:.24s appDialogSlideIn}.app-dialog-panel-danger{border-color:#ef8f8f80}.app-dialog-header{padding:1.3rem 1.3rem .6rem}.app-dialog-title{margin:0;font-size:1.35rem;line-height:1.2}.app-dialog-body{gap:.9rem;padding:0 1.3rem 1.25rem;display:grid}.app-dialog-message{color:var(--muted);white-space:pre-wrap;margin:0;line-height:1.5}.app-dialog-input{border:1px solid var(--border);width:100%;color:var(--white);background:#ffffff0a;border-radius:12px;outline:none;padding:.78rem .92rem;transition:border-color .2s,box-shadow .2s}.app-dialog-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d4af3738}.app-dialog-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.72rem;padding:1rem 1.3rem 1.3rem;display:flex}.app-dialog-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;min-width:108px;padding:.66rem 1rem;font-weight:600;transition:transform .2s,filter .2s,background-color .2s}.app-dialog-btn:focus-visible{outline-offset:2px;outline:2px solid #d4af37cc}.app-dialog-btn-cancel{color:var(--white);border-color:var(--border);background:#ffffff0a}.app-dialog-btn-cancel:hover{background:#ffffff1a}.app-dialog-btn-confirm{background:linear-gradient(145deg, var(--gold-soft), var(--gold-deep));color:#10141d;box-shadow:var(--shadow-glow)}.app-dialog-btn-confirm:hover{filter:saturate(1.06);transform:translateY(-1px)}.app-dialog-btn-danger{color:#1a0e0e;background:linear-gradient(145deg,#ef8f8f,#dd6464);box-shadow:0 10px 22px #dd646459}@keyframes appDialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes appDialogSlideIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.app-dialog-panel{border-radius:18px}.app-dialog-title{font-size:1.2rem}.app-dialog-actions{flex-wrap:wrap}.app-dialog-btn{flex:1;min-width:0}}
