@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Mono:wght@500&family=Playfair+Display:wght@500;600;700&display=swap";
:root{--background:#131313;--surface:#131313;--surface-lowest:#0e0e0e;--surface-low:#1c1b1b;--surface-container:#201f1f;--surface-high:#2a2a2a;--on-surface:#e5e2e1;--on-surface-variant:#d0c5af;--outline:#99907c;--outline-variant:#4d4635;--primary:#f2ca50;--primary-container:#d4af37;--primary-dim:#e9c349;--on-primary:#3c2f00;--hero-overlay:#131313d9;--hero-glow:0 0 20px #f2ca5026;--card-shadow:0 18px 48px #00000052;--gutter:24px;--margin-desktop:80px;--margin-mobile:20px}html[data-theme=light]{--background:#fff;--surface:#fff;--surface-lowest:#f7f7f7;--surface-low:#fff;--surface-container:#fffffff5;--surface-high:#f0f0f0;--on-surface:#222;--on-surface-variant:#717171;--outline:#ddd;--outline-variant:#dddddd80;--primary:#d4a625;--primary-container:#b8900f;--primary-dim:#c49a20;--on-primary:#fff;--hero-overlay:#ffffffeb;--hero-glow:0 18px 40px #0000000f;--card-shadow:0 18px 38px #00000014}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;min-height:100%}body{background:var(--background);min-height:100%;color:var(--on-surface);margin:0;font-family:DM Sans,Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0}img{max-width:100%;display:block}.site-header{z-index:50;height:80px;padding:0 var(--margin-mobile);background:var(--hero-overlay);border-bottom:1px solid var(--outline-variant);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;display:flex;position:fixed;inset:0 0 auto}.site-header-brand,.brand-logo{flex:none}.site-header-brand{z-index:1;background:color-mix(in srgb, var(--surface-container) 78%, transparent);border:1px solid var(--outline-variant);box-shadow:0 12px 30px color-mix(in srgb, var(--background) 18%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;justify-content:center;align-items:center;padding:10px 14px;display:inline-flex;position:relative}.brand-logo{object-fit:contain;width:auto;height:34px}.desktop-nav{min-width:0;color:var(--on-surface-variant);letter-spacing:.05em;flex:auto;justify-content:center;align-items:center;gap:32px;font-size:14px;font-weight:500;display:none}.desktop-nav a{transition:color .18s,opacity .18s;position:relative}.desktop-nav a:hover,.desktop-nav .active{color:var(--primary)}.desktop-nav .active{padding-bottom:4px;font-weight:700}.desktop-nav .active:after{content:"";background:var(--primary);border-radius:999px;height:2px;position:absolute;bottom:-8px;left:0;right:0}.header-actions{flex:none;align-items:center;gap:24px;margin-left:auto;display:flex}.currency-button,.theme-button{color:var(--primary-dim);background:0 0;align-items:center;gap:4px;transition:opacity .18s;display:inline-flex}.currency-button{letter-spacing:.05em;font-size:14px;font-weight:500}.currency-button:hover,.theme-button:hover{opacity:.8}.header-actions-authenticated{gap:12px}.header-icon-button{justify-content:center;width:40px;height:40px;padding:0}.header-avatar-button{width:32px;height:32px;color:var(--primary-dim);background:color-mix(in srgb, var(--surface-low) 88%, transparent);border:1px solid var(--outline-variant);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.header-avatar-button span{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 16%, transparent), color-mix(in srgb, var(--surface-lowest) 18%, transparent));border-radius:999px;position:absolute;inset:3px}.header-avatar-button svg{z-index:1;position:relative}.auth-prompt-backdrop{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0a80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.auth-prompt-modal{background:color-mix(in srgb, var(--surface-container) 98%, transparent);border:1px solid var(--outline-variant);width:min(100%,420px);box-shadow:var(--card-shadow);border-radius:24px;gap:16px;padding:28px;display:grid;position:relative}.auth-prompt-close{width:36px;height:36px;color:var(--on-surface-variant);background:0 0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.auth-prompt-brand{background:color-mix(in srgb, var(--surface-low) 88%, transparent);border:1px solid var(--outline-variant);border-radius:18px;width:fit-content;padding:10px 14px}.auth-prompt-brand img{width:auto;height:30px}.auth-prompt-eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0;font-family:DM Mono,monospace;font-size:12px}.auth-prompt-modal h2{color:var(--on-surface);margin:0;font-family:Playfair Display,Georgia,serif;font-size:32px;line-height:1.15}.auth-prompt-copy{color:var(--on-surface-variant);margin:0;font-size:15px;line-height:1.7}.auth-prompt-primary{min-height:48px;color:var(--on-primary);background:var(--primary);border-radius:12px;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:700;display:inline-flex}.auth-prompt-actions{gap:12px;display:grid}.auth-prompt-secondary{min-height:48px;color:var(--on-surface);background:var(--surface-lowest);border:1px solid var(--outline-variant);border-radius:12px;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:700;display:inline-flex}.casmir-main{padding-top:96px;padding-bottom:48px}.hero-section{min-height:600px;padding:56px var(--margin-mobile);align-items:center;display:flex;position:relative;overflow:hidden}.hero-shader{z-index:0;opacity:.6;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-content{z-index:1;width:100%;max-width:896px;position:relative}.hero-content h1,.trust-section h2,.footer-brand{font-family:Playfair Display,Georgia,serif}.hero-content h1{color:var(--on-surface);letter-spacing:-.01em;margin:0 0 16px;font-size:40px;font-weight:600;line-height:48px}.hero-content h1 span{color:var(--primary)}.hero-content p{max-width:672px;color:var(--on-surface-variant);margin:0 0 48px;font-size:18px;line-height:28px}.search-panel{background:var(--surface-container);border:1px solid var(--outline-variant);width:100%;max-width:1120px;box-shadow:var(--hero-glow);border-radius:24px;padding:14px}.search-strip{background:color-mix(in srgb, var(--surface-low) 90%, transparent);border-radius:20px;grid-template-columns:minmax(0,1.18fr) repeat(3,minmax(0,1fr)) 88px;align-items:center;gap:0;min-height:88px;display:grid}.search-segment{border-right:1px solid var(--outline-variant);flex-direction:column;justify-content:center;gap:10px;min-width:0;min-height:72px;padding:16px 28px;display:flex}.search-segment:last-of-type{border-right:0}.search-segment-active{border:1px solid var(--outline);min-height:calc(100% - 20px);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 12%, transparent);border-radius:18px;margin:10px 0 10px 10px}.search-segment:hover{background:color-mix(in srgb, var(--surface-high) 40%, transparent)}.search-segment label{margin-bottom:0}.search-segment strong{align-items:center;gap:10px;min-width:0;display:inline-flex}.search-segment strong svg{color:var(--primary);flex:none}.search-segment strong span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.search-segment-select{position:relative}.search-select-wrap{align-items:center;gap:10px;min-width:0;display:inline-flex}.search-select-wrap select{width:100%;min-width:0;color:var(--on-surface);font:inherit;appearance:none;cursor:pointer;background:0 0;border:0;padding:0 28px 0 0;font-size:28px;font-weight:700;line-height:34px}.search-select-wrap select:focus{outline:none}.search-select-wrap:after{content:"";border-right:2px solid var(--on-surface-variant);border-bottom:2px solid var(--on-surface-variant);pointer-events:none;width:10px;height:10px;position:absolute;top:50%;right:28px;transform:translateY(-65%)rotate(45deg)}label,.property-location,.country-copy span,.standard-pill span,.footer-bottom,.subscribe{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:600;line-height:16px}label{color:var(--on-surface-variant);margin-bottom:4px}.search-segment strong,.new-price{color:var(--on-surface);font-size:20px;font-weight:600;line-height:28px}.new-price,.old-price,.search-segment label,.booking-price-current,.booking-price-old,.booking-price-unit,.booking-price-label,.detail-booking-price strong,.profile-booking-top strong,.profile-wishlist-price strong,.profile-payment-amount,.profile-stat-card p{font-family:DM Mono,monospace}.search-button{width:72px;height:72px;color:var(--on-primary);background:var(--primary);border-radius:18px;justify-content:center;justify-self:center;align-items:center;transition:transform .18s,box-shadow .18s;display:flex}.search-button svg{flex:none}.search-button:hover{box-shadow:0 10px 24px color-mix(in srgb, var(--primary) 28%, transparent);transform:scale(1.02)}.page-section{padding:0 var(--margin-mobile);margin-bottom:48px}.section-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.section-header h2,.center-title{color:var(--on-surface);margin:0;font-family:Playfair Display,Georgia,serif;font-size:32px;font-weight:500;line-height:40px}.section-header p{color:var(--on-surface-variant);margin:0}.section-header a{color:var(--primary);border-bottom:1px solid var(--primary);letter-spacing:.05em;flex:none;padding-bottom:4px;font-size:14px;font-weight:500}.property-grid{gap:var(--gutter);grid-template-columns:1fr;display:grid}.property-card{background:var(--surface-container);box-shadow:var(--card-shadow);border-radius:12px;transition:transform .3s;display:block;overflow:hidden}.property-card:hover{transform:translateY(-4px)}.property-media{height:288px;position:relative;overflow:hidden}.property-media img,.country-card img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.property-card:hover .property-media img,.country-card:hover img{transform:scale(1.1)}.verified-badge{color:var(--on-primary);background:var(--primary);letter-spacing:.08em;border-radius:999px;align-items:center;gap:4px;padding:4px 12px;font-size:10px;font-weight:700;line-height:16px;display:inline-flex;position:absolute;top:16px;left:16px}.icon-float{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0006;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:color .18s,background .18s;display:inline-flex;position:absolute;bottom:16px;right:16px}.icon-float:hover{color:var(--on-primary);background:var(--primary)}.property-content{padding:24px}.property-title-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.property-title-row h3,.country-copy h3,.trust-grid h3,.site-footer h3{color:var(--on-surface);margin:0;font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:500;line-height:32px}.property-card:hover h3{color:var(--primary)}.rating{color:var(--primary);letter-spacing:.05em;align-items:center;gap:4px;font-size:14px;font-weight:500;display:inline-flex}.property-location{color:var(--on-surface-variant);margin:0 0 16px}.price-row{align-items:baseline;gap:8px;display:flex}.old-price{color:var(--on-surface-variant);letter-spacing:.05em;font-size:14px;text-decoration:line-through}.new-price{color:var(--primary)}.center-title{text-align:center;margin-bottom:24px}.country-grid{gap:var(--gutter);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.country-card{aspect-ratio:3/4;cursor:pointer;border-radius:12px;display:block;position:relative;overflow:hidden}.country-overlay{background:linear-gradient(#0000 35%,#000c);position:absolute;inset:0}.country-copy{text-align:center;position:absolute;bottom:24px;left:16px;right:16px}.country-copy span{color:var(--primary);margin-bottom:4px;display:block}.country-copy h3{color:#fff}.trust-section{padding:80px var(--margin-mobile);background:var(--surface-low);border-block:1px solid #4d46354d;margin-bottom:48px}.trust-inner{text-align:center;max-width:1024px;margin:0 auto}.standard-pill{color:var(--primary);border:1px solid var(--primary);border-radius:999px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 24px;display:inline-flex}.trust-section h2{color:var(--on-surface);margin:0 0 48px;font-size:40px;font-weight:600;line-height:48px}.trust-grid{grid-template-columns:1fr;gap:48px;display:grid}.trust-grid article{justify-items:center;gap:16px;display:grid}.trust-icon{color:var(--primary)}.trust-grid p{color:var(--on-surface-variant);margin:0}.site-footer{padding:64px var(--margin-mobile);background:var(--surface-lowest)}.footer-grid{grid-template-columns:1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand{color:var(--primary);margin-bottom:24px;font-size:40px;font-weight:700;line-height:48px;display:block}.site-footer p{max-width:320px;color:var(--on-surface-variant);margin:0}.site-footer h3{margin-bottom:24px}.site-footer a{color:var(--on-surface-variant);letter-spacing:.05em;margin-bottom:16px;font-size:14px;font-weight:500;transition:color .18s;display:block}.site-footer a:hover{color:var(--primary)}.social-row{gap:16px;margin-bottom:32px;display:flex}.social-row a{border:1px solid var(--outline-variant);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin:0;display:inline-flex}.subscribe{margin:0}.footer-bottom{border-top:1px solid var(--outline-variant);color:var(--on-surface-variant);flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;display:flex}.catalog-page,.about-page{padding:120px var(--margin-mobile) 64px}.about-stitch-page{max-width:var(--container-max);padding:120px var(--margin-mobile) 80px;flex-direction:column;gap:120px;margin:0 auto;display:flex}.about-stitch-hero{isolation:isolate;border-radius:12px;justify-content:center;align-items:center;min-height:716px;display:flex;position:relative;overflow:hidden}.about-stitch-hero-image,.about-stitch-hero-shade{position:absolute;inset:0}.about-stitch-hero-image{z-index:-2;background-position:50%;background-size:cover}.about-stitch-hero-shade{z-index:-1;background:linear-gradient(#0000,#131313c7,#131313)}.about-stitch-hero-copy{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:896px;padding:16px;display:flex}.about-stitch-hero-copy h1,.about-stitch-heading h2,.about-stitch-vision-copy h2{color:var(--primary);text-shadow:0 0 10px #d4af3780;margin:0;font-family:Playfair Display,Georgia,serif;font-size:48px;font-weight:700;line-height:1.2}.about-stitch-hero-copy p,.about-stitch-heading p,.about-stitch-card p,.about-stitch-vision-copy p{color:var(--on-surface-variant);margin:0}.about-stitch-hero-copy p{max-width:672px;font-size:18px;line-height:1.6}.about-stitch-cta{min-height:56px;color:var(--on-primary-container);background:var(--primary-container);letter-spacing:.05em;text-transform:uppercase;border-radius:8px;justify-content:center;align-items:center;padding:0 32px;font-size:14px;font-weight:600;line-height:1.2;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex}.about-stitch-cta:hover{background:var(--primary);transform:translateY(-1px);box-shadow:0 0 20px #d4af374d}.about-stitch-section,.about-stitch-vision-copy,.about-stitch-quote{flex-direction:column;display:flex}.about-stitch-section{gap:48px}.about-stitch-heading{text-align:center;flex-direction:column;gap:8px;display:flex}.about-stitch-heading p{max-width:672px;margin-inline:auto}.about-stitch-card-grid{gap:var(--gutter);grid-template-columns:1fr;display:grid}.about-stitch-card{background:var(--surface-container-high);border:1px solid color-mix(in srgb, var(--outline-variant) 30%, transparent);border-radius:12px;flex-direction:column;gap:12px;padding:32px;transition:border-color .24s;display:flex}.about-stitch-card:hover{border-color:color-mix(in srgb, var(--primary) 50%, transparent)}.about-stitch-icon-wrap{width:64px;height:64px;color:var(--primary);background:var(--surface);border-radius:999px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex;box-shadow:0 0 15px #d4af371a}.about-stitch-icon-wrap svg{width:32px;height:32px}.about-stitch-card h3{color:var(--on-background);margin:0;font-size:20px;font-weight:600;line-height:1.5}.about-stitch-vision{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.about-stitch-vision-copy{gap:24px}.about-stitch-vision-copy div{flex-direction:column;gap:12px;font-size:18px;line-height:1.6;display:flex}.about-stitch-vision-image{aspect-ratio:4/5;border-radius:12px;position:relative;overflow:hidden}.about-stitch-vision-image img{object-fit:cover;width:100%;height:100%}.about-stitch-vision-image:after{content:"";pointer-events:none;border:2px solid #f2ca5033;border-radius:12px;position:absolute;inset:0}.about-stitch-quote{background:var(--surface-container-low);border-left:4px solid var(--primary);border-radius:12px;gap:24px;padding:32px 32px 32px 28px;position:relative;overflow:hidden}.about-stitch-quote-mark{color:var(--primary);opacity:.05;padding:32px;position:absolute;top:0;right:0}.about-stitch-quote-mark svg{width:120px;height:120px}.about-stitch-quote blockquote{z-index:1;color:var(--on-background);margin:0;font-family:Playfair Display,Georgia,serif;font-size:24px;font-style:italic;font-weight:600;line-height:1.3;position:relative}.about-stitch-signoff{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:16px;font-size:14px;font-weight:600;line-height:1.2;display:flex}.about-stitch-signoff-line{background:var(--primary);width:48px;height:4px}.catalog-search-top{gap:24px;margin-bottom:32px;display:grid;position:relative}.catalog-search-top .search-flow-field{text-align:left;width:100%;font:inherit;color:inherit}.catalog-results-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.catalog-results-head h2{color:var(--on-surface);margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(32px,4vw,46px);font-weight:500;line-height:1.05}.catalog-results-head p:last-child{max-width:420px;color:var(--on-surface-variant);text-align:right;margin:0}.shortlets-search-popover{margin:0 auto}.shortlets-search-shell{z-index:32;background:color-mix(in srgb, var(--surface-container-low) 92%, transparent);border:1px solid var(--outline-variant);border-radius:999px;max-width:1024px;margin:0 auto;padding:8px;position:relative;box-shadow:0 20px 50px #0000003d}.shortlets-floating-panel{z-index:24;pointer-events:none;position:absolute;top:calc(100% + 6px);left:0;right:0}.shortlets-floating-panel.is-open{pointer-events:auto}.shortlets-floating-panel .search-flow-popover{margin:0 auto}.catalog-hero,.about-hero{gap:28px;margin-bottom:32px;display:grid}.catalog-eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:12px;font-weight:700;line-height:16px}.catalog-hero-copy h1,.about-hero-copy h1{margin:0 0 14px;font-family:Playfair Display,Georgia,serif;font-size:clamp(40px,6vw,64px);font-weight:500;line-height:1.04}.catalog-hero-copy p,.about-hero-copy p,.catalog-overview-card p,.shortlet-card-copy,.about-highlight-card p,.about-pillars p,.about-story-card p{color:var(--on-surface-variant);margin:0}.catalog-filter-shell,.about-story-card,.catalog-overview-card,.shortlet-card,.about-highlight-card,.about-pillars article{border:1px solid var(--outline-variant);background:var(--surface-container);border-radius:24px;box-shadow:0 24px 48px #00000014}.catalog-filter-shell{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;padding:18px;display:grid}.catalog-filter-icon{width:48px;height:48px;color:var(--primary);background:color-mix(in srgb, var(--primary) 16%, transparent);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.catalog-filter-list{flex-wrap:wrap;gap:12px;display:flex}.catalog-filter-list a{border:1px solid var(--outline-variant);min-height:44px;color:var(--on-surface-variant);letter-spacing:0;border-radius:999px;align-items:center;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.catalog-filter-list a.is-active{color:var(--on-primary);background:var(--primary);border-color:var(--primary)}.catalog-overview-grid,.about-highlight-grid,.about-pillars{grid-template-columns:1fr;gap:20px;margin-bottom:28px;display:grid}.catalog-overview-card,.about-story-card,.about-highlight-card,.about-pillars article{padding:24px}.catalog-overview-card{align-items:flex-start;gap:18px;display:flex}.catalog-overview-card h2,.about-highlight-card h2,.about-pillars h2{margin:0 0 8px;font-size:20px;line-height:28px}.catalog-overview-value,.about-highlight-card span{color:var(--primary);font-family:DM Mono,monospace;font-size:32px;font-weight:700;line-height:1}.catalog-grid{grid-template-columns:1fr;gap:24px;display:grid}.shortlet-card{transition:transform .18s,border-color .18s;overflow:hidden}.shortlet-card:hover{border-color:color-mix(in srgb, var(--primary) 32%, var(--outline-variant));transform:translateY(-4px)}.shortlet-card-media{height:280px;position:relative;overflow:hidden}.shortlet-card-media img{object-fit:cover;width:100%;height:100%}.shortlet-card-tag,.about-story-pill{width:fit-content;min-height:36px;color:var(--primary);background:color-mix(in srgb, var(--primary) 14%, transparent);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.shortlet-card-tag{position:absolute;top:18px;left:18px}.shortlet-card-body{gap:16px;padding:22px;display:grid}.shortlet-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.shortlet-card-head h3{color:var(--on-surface);margin:0 0 10px;font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:500;line-height:34px}.shortlet-card-head p,.shortlet-card-rating,.about-primary-link{align-items:center;gap:8px;display:inline-flex}.search-flow-field-select{position:relative}.shortlets-destination-field{cursor:text}.shortlets-destination-field .search-flow-field-value input{width:100%;min-width:0;color:inherit;font:inherit;background:0 0;border:0;outline:none;padding:0}.shortlets-destination-field .search-flow-field-value{gap:0}.shortlets-shell-field{border-radius:999px;min-height:68px}.shortlets-shell-field.is-active{background:color-mix(in srgb, var(--surface-container-highest) 44%, transparent);box-shadow:none;border-color:#f2ca508f}.shortlets-search-button{align-self:center;width:48px;min-height:48px;margin-right:4px}.search-flow-field-control{cursor:pointer;position:relative}.search-flow-field-control input{opacity:0;cursor:pointer;position:absolute;inset:0}.search-flow-field-value select{width:100%;min-width:0;color:inherit;font:inherit;appearance:none;cursor:pointer;background:0 0;border:0;outline:none;padding:0 20px 0 0}.search-flow-field-guests{gap:12px;display:grid}.search-flow-guest-stepper{align-items:center;gap:12px;display:inline-flex}.search-flow-guest-stepper button{width:28px;height:28px;color:var(--primary);border:1px solid var(--outline-variant);background:0 0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.search-flow-guest-stepper strong{min-width:22px;color:var(--on-surface);text-align:center;font-family:DM Mono,monospace;font-size:15px}.shortlets-search-days{min-height:246px}.shortlets-calendar-popover{background:color-mix(in srgb, var(--surface-container-low) 90%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #d4af371a}.shortlets-calendar-popover-checkin{max-width:1024px}.shortlets-calendar-popover-checkout{border-radius:16px;max-width:720px;padding:24px}.shortlets-calendar-heading-primary{color:var(--primary)}.shortlets-calendar-spacer{width:36px;height:36px;display:block}.shortlets-day-in-range{background:#f2ca5024;border-radius:999px}.shortlets-calendar-popover .search-flow-day{width:40px;min-height:40px;margin:0 auto}.shortlets-destination-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.shortlets-destination-card{text-align:left;background:#ffffff08;border:1px solid #4d46355c;border-radius:18px;align-content:end;gap:8px;min-height:112px;padding:18px;transition:border-color .18s,background .18s,transform .18s;display:grid}.shortlets-destination-card:hover,.shortlets-destination-card.is-active{background:#ffffff0f;border-color:#f2ca50b8;transform:translateY(-1px)}.shortlets-destination-kicker{color:var(--on-surface-variant);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1}.shortlets-destination-card strong{color:var(--on-surface);font-size:24px;font-weight:600;line-height:1.2}.shortlets-nav-ghost{opacity:.5;pointer-events:none}.shortlets-plain-chip{background:0 0;border-color:#0000;padding-inline:0}.shortlets-done-compact{border-radius:12px;min-height:40px;padding-inline:24px}.shortlets-stepper strong{min-width:24px;color:var(--on-surface);text-align:center;font-family:DM Mono,monospace;font-size:16px}.search-flow-guest-row p{color:var(--on-surface-variant);margin:8px 0 0}html[data-theme=light] .shortlets-destination-card{background:var(--surface-low);border-color:var(--outline-variant)}html[data-theme=light] .shortlets-destination-card:hover,html[data-theme=light] .shortlets-destination-card.is-active{border-color:color-mix(in srgb, var(--primary) 72%, var(--outline));background:#fff;box-shadow:0 10px 24px #0000000f}html[data-theme=light] .shortlets-destination-field .search-flow-field-value input::placeholder,html[data-theme=light] .shortlets-destination-field .search-flow-field-value input{color:var(--on-surface)}html[data-theme=light] .shortlets-search-shell{background:#fffffff5;box-shadow:0 18px 40px #00000014}html[data-theme=light] .shortlets-calendar-popover{background:#fffffffa;border-color:#ddd9;box-shadow:0 24px 50px #0000001f}html[data-theme=light] .shortlets-day-in-range{background:color-mix(in srgb, var(--primary) 16%, #fff)}.shortlet-card-head p{color:var(--on-surface-variant);margin:0}.shortlet-card-rating{color:var(--primary);white-space:nowrap;font-weight:700}.shortlet-card-meta{align-items:baseline;gap:10px;display:flex}.shortlet-card-original{color:var(--on-surface-variant);font-size:14px;text-decoration:line-through}.shortlet-card-meta strong{color:var(--primary);font-family:DM Mono,monospace;font-size:22px}.about-primary-link{width:fit-content;min-height:50px;color:var(--on-primary);background:var(--primary);border-radius:999px;padding:0 18px;font-weight:700}.about-story-card{align-content:start;gap:18px;display:grid}.about-pillars article svg,.catalog-overview-card svg{color:var(--primary)}.footer-bottom p{max-width:none}.mobile-bottom-nav{z-index:50;background:var(--surface-lowest);border-top:1px solid var(--outline-variant);justify-content:space-around;align-items:center;height:64px;padding:0 8px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav a,.mobile-bottom-nav button{color:var(--on-surface-variant);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:8px 16px;display:flex}.mobile-bottom-nav .active{color:var(--primary);font-weight:700}.mobile-bottom-nav span{font-size:12px;line-height:16px}.currency-modal-overlay{z-index:80;padding:var(--margin-mobile);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.currency-modal{width:100%;max-width:800px;max-height:90vh;color:var(--on-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#131313d9;border:1px solid #f2ca501a;border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000007a}.currency-modal-header{border-bottom:1px solid #4d46354d;justify-content:space-between;align-items:center;gap:24px;padding:24px 32px;display:flex}.currency-modal-header h2{margin:0;font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:600;line-height:32px}.modal-close-button{color:var(--primary);background:0 0;justify-content:center;align-items:center;transition:transform .18s;display:inline-flex}.modal-close-button:hover{transform:scale(1.1)}.currency-modal-body{flex:1;padding:32px;overflow-y:auto}.currency-modal-body::-webkit-scrollbar{width:4px}.currency-modal-body::-webkit-scrollbar-track{background:var(--surface-low)}.currency-modal-body::-webkit-scrollbar-thumb{background:var(--primary-container);border-radius:10px}.currency-group{gap:24px;display:grid}.currency-group h3{color:var(--outline);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:14px;font-weight:600;line-height:1.2}.currency-grid{grid-template-columns:1fr;gap:16px;display:grid}.currency-card{text-align:left;color:var(--on-surface-variant);background:var(--surface-low);border:1px solid #4d46354d;border-radius:12px;gap:8px;padding:20px;transition:background .18s,border .18s,box-shadow .18s,transform .18s;display:grid;position:relative}.currency-card:hover{background:var(--surface-high);transform:translateY(-1px)}.currency-card.active{color:var(--on-surface);background:var(--surface-high);border:2px solid var(--primary);box-shadow:0 10px 30px #f2ca501a}.currency-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.currency-card-top strong{color:var(--primary);letter-spacing:.01em;font-size:20px;font-weight:600;line-height:1.5}.currency-card-top span{color:inherit;font-size:12px;font-weight:500;line-height:1.2}.currency-card.active .currency-card-top span{color:var(--primary)}.currency-name{font-size:16px;line-height:1.6}.currency-check{width:22px;height:22px;color:var(--on-primary);background:var(--primary);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:-8px;right:-8px}.currency-modal-footer{background:#0e0e0e80;border-top:1px solid #4d46354d;justify-content:flex-end;align-items:center;gap:24px;padding:32px;display:flex}.save-currency-button{height:56px;color:var(--on-primary);background:var(--primary);letter-spacing:.01em;border-radius:8px;padding:0 40px;font-size:20px;font-weight:600;line-height:1.5;transition:box-shadow .18s,transform .18s;box-shadow:0 10px 30px #0000003d}.save-currency-button:hover{box-shadow:0 10px 34px #f2ca5033}.save-currency-button:active{transform:scale(.98)}.detail-page{color:var(--on-surface);background:var(--surface);padding-top:96px}.detail-shell{max-width:1280px;padding:24px var(--margin-mobile) 48px;margin:0 auto}.detail-back-link{color:var(--primary);letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:600;display:inline-flex}.detail-carousel{border:1px solid #4d463533;border-radius:12px;height:400px;margin-bottom:48px;position:relative;overflow:hidden;box-shadow:0 24px 60px #0006}.detail-carousel-track{width:100%;height:100%;transition:transform .7s;display:flex}.detail-carousel-slide{min-width:100%;height:100%}.detail-carousel-slide img{object-fit:cover;width:100%;height:100%}.detail-carousel-overlay{pointer-events:none;background:linear-gradient(#0003,#0000 45%,#0009);position:absolute;inset:0}.detail-carousel-arrow{z-index:2;width:48px;height:48px;color:var(--primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d;border:1px solid #f2ca5033;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.detail-carousel-arrow-left{left:16px}.detail-carousel-arrow-right{right:16px}.detail-carousel-dots{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d;border:1px solid #ffffff1a;border-radius:999px;gap:12px;padding:8px 16px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.detail-carousel-dot{background:#fff6;border-radius:999px;width:8px;height:8px;padding:0}.detail-carousel-dot.active{background:var(--primary);box-shadow:0 0 0 4px #f2ca501f}.detail-layout,.detail-main-column{gap:48px;display:grid}.detail-identity{gap:16px;display:grid}.detail-badges{flex-wrap:wrap;gap:12px;display:flex}.detail-verified,.detail-discount{border-radius:999px;align-items:center;gap:6px;padding:6px 12px;display:inline-flex}.detail-verified{color:var(--primary);background:#f2ca501a;border:1px solid #f2ca5066;box-shadow:0 0 15px #f2ca502e}.detail-verified span,.detail-discount{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:600}.detail-discount{color:var(--error);background:#93000a33;border:1px solid #ffb4ab4d}.detail-identity h1,.detail-main-column h2,.detail-booking-price strong{font-family:Playfair Display,Georgia,serif}.detail-identity h1{margin:0;font-size:32px;font-weight:600;line-height:1.3}.detail-location{color:var(--on-surface-variant);align-items:center;gap:8px;margin:0;font-size:20px;font-weight:600;line-height:1.5;display:inline-flex}.detail-host-card{background:var(--surface-container);border:1px solid #4d46354d;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.detail-host-meta{align-items:center;gap:16px;display:flex}.detail-host-meta img{object-fit:cover;border:2px solid #f2ca504d;border-radius:999px;width:64px;height:64px}.detail-host-meta p,.detail-review-head p,.detail-protection-card p{letter-spacing:.05em;margin:0;font-size:14px;font-weight:600}.detail-host-meta span,.detail-review-head span,.detail-protection-card span,.detail-footer p,.detail-footer span,.detail-footer a{color:var(--on-surface-variant)}.detail-host-meta span{color:var(--primary);font-size:12px}.detail-stats{border-left:1px solid #4d46354d;gap:32px;padding-left:32px;display:flex}.detail-stats div{justify-items:center;gap:4px;display:grid}.detail-stats strong{color:var(--primary);font-family:Playfair Display,Georgia,serif;font-size:24px;line-height:1.3}.detail-stats span,.detail-booking-box label,.detail-booking-note{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:500;line-height:1.2}.detail-copy,.detail-section{gap:24px;display:grid}.detail-main-column h2{color:var(--primary);margin:0;font-size:20px;font-weight:600;line-height:1.5}.detail-copy p,.detail-review-card blockquote{color:var(--on-surface-variant);margin:0;font-size:18px;line-height:1.6}.detail-verified-note{background:var(--surface-low);border-left:4px solid var(--primary);border-radius:12px;padding:24px}.detail-verified-note h3{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:14px;font-weight:600;line-height:1.2}.detail-verified-note p{color:var(--on-surface-variant);font-size:16px}.detail-amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.detail-amenity{align-items:center;gap:16px;display:flex}.detail-amenity-icon{width:48px;height:48px;color:var(--primary);background:var(--surface-high);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.detail-amenity span{letter-spacing:.05em;font-size:14px;font-weight:600}.detail-reviews{border-top:1px solid #4d463533;padding-top:24px}.detail-reviews-summary{justify-content:space-between;align-items:center;gap:16px;display:flex}.detail-reviews-summary div{color:var(--primary);align-items:center;gap:8px;display:flex}.detail-reviews-summary strong{color:var(--on-surface);font-family:Playfair Display,Georgia,serif;font-size:32px;line-height:1.3}.detail-reviews-summary span{color:var(--on-surface-variant)}.detail-review-strip{scrollbar-width:none;gap:32px;padding-bottom:24px;display:flex;overflow-x:auto}.detail-review-strip::-webkit-scrollbar{display:none}.detail-review-card{flex:none;gap:16px;width:min(460px,85%);display:grid}.detail-review-head{align-items:center;gap:12px;display:flex}.detail-review-avatar{background:var(--surface-high);border-radius:999px;width:40px;height:40px}.related-grid{border-top:1px solid #4d463533;grid-template-columns:1fr;gap:24px;padding-top:24px;display:grid}.detail-related-section{margin-top:48px}.related-card{cursor:pointer}.related-card-media{border-radius:12px;height:192px;margin-bottom:12px;position:relative;overflow:hidden}.related-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.related-card:hover .related-card-media img{transform:scale(1.1)}.related-rating{color:var(--primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0009;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;display:inline-flex;position:absolute;top:8px;right:8px}.related-card h3{letter-spacing:.05em;margin:0 0 4px;font-size:14px;font-weight:600}.related-card p{color:var(--on-surface-variant);margin:0;font-size:12px}.detail-side-column{position:relative}.detail-booking-card{background:var(--surface-container);border:1px solid #4d46354d;border-radius:12px;gap:24px;padding:32px;display:grid;box-shadow:0 0 15px #f2ca5033}.detail-booking-price{align-items:flex-end;gap:8px;display:flex}.detail-booking-price strong{color:var(--primary);font-size:32px;line-height:1.3}.detail-booking-price span,.detail-booking-box p,.detail-booking-breakdown div{color:var(--on-surface-variant)}.detail-booking-box{border:1px solid var(--outline-variant);border-radius:8px}.detail-booking-dates{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.detail-booking-dates div,.detail-booking-guests{padding:12px}.detail-booking-dates div:first-child{border-right:1px solid var(--outline-variant)}.detail-booking-box label{color:var(--primary);margin-bottom:4px;display:block}.detail-booking-box p{margin:0}.detail-booking-guests{justify-content:space-between;align-items:center;display:flex}.detail-reserve-button{width:100%;color:var(--on-primary);background:var(--primary);letter-spacing:.12em;text-transform:uppercase;border-radius:8px;padding:16px;font-size:14px;font-weight:600}.detail-booking-note{color:var(--on-surface-variant);text-align:center;margin:-8px 0 0;font-style:italic}.detail-booking-breakdown{border-top:1px solid #4d463533;gap:12px;padding-top:24px;display:grid}.detail-booking-breakdown div{justify-content:space-between;display:flex}.detail-booking-total{color:var(--on-surface);border-top:1px solid #4d463533;padding-top:12px;font-size:20px;font-weight:600}.detail-protection-card{background:var(--surface-lowest);border:1px solid #f2ca5033;border-radius:12px;gap:16px;margin-top:16px;padding:24px;display:flex}.detail-protection-card svg{color:var(--primary);flex:none}.detail-footer{padding:48px var(--margin-mobile);background:var(--surface-lowest);border-top:1px solid var(--outline-variant);gap:32px;display:grid}.detail-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.detail-footer-links p{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px;font-size:14px;font-weight:600}.detail-footer-links div{gap:12px;display:grid}.detail-footer-bottom{border-top:1px solid #4d46354d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.detail-footer-bottom div{color:#bab8b7;gap:16px;display:flex}.booking-page{color:var(--on-surface);background:var(--surface);padding-top:128px;padding-bottom:48px}.booking-shell{max-width:1280px;padding:0 var(--margin-mobile);margin:0 auto}.booking-grid,.booking-main-column{gap:48px;display:grid}.booking-title-block h1,.booking-summary-content h2,.booking-price-card h2,.booking-total-row strong{margin:0;font-family:Playfair Display,Georgia,serif}.booking-title-block h1{font-size:32px;font-weight:600;line-height:1.3}.booking-title-block p{color:var(--on-surface-variant);margin:8px 0 0}.booking-summary-card,.booking-selection-card,.booking-price-card{background:var(--surface-container);border:1px solid #4d46354d;border-radius:12px}.booking-summary-card{overflow:hidden;box-shadow:0 24px 60px #0000003d}.booking-summary-image{height:240px;overflow:hidden}.booking-summary-image img{object-fit:cover;width:100%;height:100%}.booking-summary-content{gap:8px;padding:24px;display:grid}.booking-summary-meta{align-items:center;gap:12px;display:flex}.booking-verified-pill{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#d4af372e;border:1px solid #f2ca5033;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:10px;font-weight:700;line-height:16px;display:inline-flex}.booking-rating{color:var(--primary);letter-spacing:.05em;align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.booking-summary-content h2{font-size:24px;font-weight:600;line-height:1.3}.booking-summary-content p,.booking-protection-card p,.booking-note-list span{color:var(--on-surface-variant);margin:0}.booking-selection-grid{gap:24px;display:grid}.booking-selection-card{padding:24px;transition:border-color .18s,transform .18s}.booking-selection-card:hover{border-color:#f2ca504d;transform:translateY(-2px)}.booking-selection-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.booking-selection-head button{color:var(--primary);background:0 0;padding:0;font-size:14px;font-weight:600}.booking-selection-body{color:var(--on-surface);align-items:center;gap:16px;font-size:18px;line-height:1.6;display:flex}.booking-selection-body svg,.booking-protection-card svg,.booking-note-list svg{color:var(--primary);flex:none}.booking-protection-card{border-left:4px solid var(--primary);background:#35353459;border-radius:12px;gap:16px;padding:24px;display:flex}.booking-protection-card h3{margin:0 0 8px;font-size:20px;font-weight:600;line-height:1.5}.booking-price-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121212cc;padding:24px;position:sticky;top:112px;box-shadow:0 24px 60px #0000004d}.booking-price-card h2{margin-bottom:24px;font-size:24px;font-weight:600;line-height:1.3}.booking-price-stack{gap:16px;margin-bottom:24px;display:grid}.booking-price-row{color:var(--on-surface);justify-content:space-between;align-items:center;gap:16px;display:flex}.booking-price-row-first{align-items:flex-end}.booking-price-row-first>div{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.booking-price-old{color:var(--on-surface-variant);text-decoration:line-through}.booking-price-current{color:var(--primary);font-size:20px;font-weight:600;line-height:1.5}.booking-price-unit,.booking-price-label{color:var(--on-surface-variant)}.booking-price-label{border-bottom:1px dotted var(--outline-variant)}.booking-total-row{border-top:1px solid #4d463566;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-top:16px;display:flex}.booking-total-row strong{color:var(--primary);font-size:32px;font-weight:600;line-height:1.3}.booking-payment-button{width:100%;height:56px;color:var(--on-primary);background:var(--primary);border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:18px;font-weight:700;line-height:1.5;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.booking-payment-button:hover{background:var(--primary-dim);transform:translateY(-1px);box-shadow:0 0 20px #f2ca504d}.booking-note-list{gap:12px;margin-top:24px;display:grid}.booking-note-list div{align-items:center;gap:10px;display:flex}.signup-page{min-height:100vh;color:var(--on-surface);background:linear-gradient(135deg,#131313 0%,#0a0a0a 100%);flex-direction:column;display:flex;position:relative}.signup-bg,.signin-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.signin-page{min-height:100vh;color:var(--on-surface);background:linear-gradient(135deg,#131313 0%,#0a0a0a 100%);position:relative}html[data-theme=light] .signup-page,html[data-theme=light] .signin-page{background:linear-gradient(#fff 0%,#f7f7f7 100%)}html[data-theme=light] .signin-header,html[data-theme=light] .signup-header{background:#ffffffeb;border-bottom:1px solid #ddd9}html[data-theme=light] .site-header-brand,html[data-theme=light] .signin-brand,html[data-theme=light] .signup-brand{background:#ffffffbd;border-color:#ddddddb8;box-shadow:0 16px 32px #0000000f}html[data-theme=light] .hero-content h1 span{color:var(--primary-container)}html[data-theme=light] .search-button,html[data-theme=light] .verified-badge{color:#fff;background:var(--primary-container)}html[data-theme=light] .search-segment-active{border-color:color-mix(in srgb, var(--primary-container) 70%, var(--outline));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary-container) 16%, transparent)}.signup-bg .hero-shader,.signin-bg .hero-shader{opacity:.32}.signin-header,.signin-main,.signin-footer,.signup-header,.signup-main,.signup-footer{z-index:1;position:relative}.signin-header{z-index:50;height:80px;padding:0 var(--margin-mobile);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#131313cc;justify-content:space-between;align-items:center;gap:24px;display:flex;position:fixed;inset:0 0 auto}.signin-brand{background:color-mix(in srgb, var(--surface-container) 78%, transparent);border:1px solid var(--outline-variant);box-shadow:0 12px 30px color-mix(in srgb, var(--background) 18%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;align-items:center;padding:10px 14px;display:inline-flex}.signin-brand img{object-fit:contain;width:auto;height:40px}.signin-header-copy{align-items:center;gap:18px;display:none}.signin-header-copy span,.signin-header-copy a,.signin-demo-note span{letter-spacing:.05em;font-size:14px;font-weight:500}.signin-header-copy span,.signin-demo-note span{color:var(--on-surface-variant)}.signin-header-copy a{color:var(--primary)}.signin-main{padding:112px var(--margin-mobile) 48px}.signin-shell{max-width:1120px;margin:0 auto}.signin-grid{gap:24px;display:grid}.signin-visual,.signin-card{background:color-mix(in srgb, var(--surface-container) 94%, transparent);border:1px solid var(--outline-variant);box-shadow:var(--card-shadow);border-radius:16px;overflow:hidden}.signin-visual{min-height:480px;position:relative}.signin-visual-image,.signin-visual-shade{position:absolute;inset:0}.signin-visual-image{background-position:50%;background-size:cover}.signin-visual-shade{background:linear-gradient(#0003,#000000d1)}.signin-visual-copy{gap:14px;display:grid;position:absolute;bottom:24px;left:24px;right:24px}.signin-visual-pill{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#131313c2;border:1px solid #f2ca5038;border-radius:999px;justify-self:start;align-items:center;gap:8px;padding:10px 16px;font-size:12px;font-weight:700;display:inline-flex}.signin-visual-copy h1,.signin-card-head h2{margin:0;font-family:Playfair Display,Georgia,serif}.signin-visual-copy h1{color:#fff;max-width:520px;font-size:44px;font-weight:600;line-height:1.12}.signin-visual-copy p,.signin-card-head p{color:var(--on-surface-variant);margin:0}.signin-card{padding:32px 24px}.signin-card-head{gap:6px;margin-bottom:28px;display:grid}.signin-card-head p{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1}.signin-card-head h2{color:var(--on-surface);font-size:34px;font-weight:600;line-height:1.15}.signin-session-note{background:color-mix(in srgb, var(--surface-high) 76%, transparent);border:1px solid var(--outline-variant);border-radius:14px;gap:14px;margin-bottom:24px;padding:16px 18px;display:grid}.signin-session-note p{color:var(--on-surface-variant);margin:0;font-size:14px;line-height:1.6}.signin-session-note strong{color:var(--on-surface);font-weight:600}.signin-session-actions{flex-wrap:wrap;gap:12px;display:flex}.signin-session-primary,.signin-session-secondary{border-radius:10px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700}.signin-session-primary{color:var(--on-primary);background:var(--primary)}.signin-session-secondary{color:var(--primary);border:1px solid color-mix(in srgb, var(--primary) 30%, var(--outline));background:0 0}.signin-form{gap:20px;display:grid}.signin-field{gap:10px;display:grid}.signin-field>span{color:var(--on-surface-variant);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1}.signin-field>div{background:var(--surface-container);border:1px solid #4d46354d;border-radius:12px;align-items:center;gap:12px;min-height:56px;padding:0 16px;display:flex}.signin-field input{min-width:0;color:var(--on-surface);font:inherit;background:0 0;border:0;outline:none;flex:auto}.signin-field svg{color:var(--primary);flex:none}.signin-error{color:var(--error);margin:0;font-size:13px;font-weight:600}.signin-submit{min-height:56px;color:var(--on-primary);background:var(--primary);letter-spacing:.08em;text-transform:uppercase;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.signin-submit:disabled{opacity:.9}.signin-demo-note{background:var(--surface-high);border:1px solid #4d46354d;border-radius:12px;align-items:center;gap:10px;margin-top:20px;padding:14px 16px;display:inline-flex}.signin-demo-note svg{color:var(--primary);flex:none}.signup-header{z-index:50;height:80px;padding:0 var(--margin-mobile);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#131313cc;justify-content:space-between;align-items:center;gap:24px;display:flex;position:fixed;inset:0 0 auto}.signup-brand,.signup-footer-brand{color:var(--primary);font-family:Playfair Display,Georgia,serif}.signup-brand img,.signup-footer-brand img,.signup-success-brand img,.footer-brand img{object-fit:contain;width:auto;height:44px;display:block}.signup-brand{background:color-mix(in srgb, var(--surface-container) 78%, transparent);border:1px solid var(--outline-variant);box-shadow:0 12px 30px color-mix(in srgb, var(--background) 18%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;align-items:center;padding:10px 14px;display:inline-flex}.signup-header-actions{align-items:center;gap:24px;display:none}.signup-header-actions span,.signup-header-actions a,.signup-footer p,.signup-footer-right p{color:var(--on-surface-variant);letter-spacing:.05em;font-size:14px;font-weight:500}.signup-header-actions a,.signup-checkbox-row a{color:var(--primary)}.signup-main{padding:96px var(--margin-mobile) 48px;flex:1;justify-content:center;align-items:flex-start;display:flex}.signup-shell{width:100%;max-width:1100px}.signup-grid{gap:48px;display:grid}.signup-visual-column{display:none}.signup-hero-card{border-radius:12px;height:400px;position:relative;overflow:hidden}.signup-hero-image{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .7s}.signup-hero-card:hover .signup-hero-image{transform:scale(1.05)}.signup-hero-overlay{background:linear-gradient(#0000 42%,#000c);position:absolute;inset:0}.signup-hero-copy{position:absolute;bottom:32px;left:32px;right:32px}.signup-verified-row{color:var(--primary);align-items:center;gap:8px;margin-bottom:8px;display:inline-flex}.signup-verified-row span,.signup-field-group label,.signup-divider p{letter-spacing:.05em;text-transform:uppercase;font-size:14px;font-weight:600;line-height:1.2}.signup-hero-copy h2,.signup-title-block h1{margin:0 0 8px;font-family:Playfair Display,Georgia,serif}.signup-hero-copy h2{color:#fff;font-size:48px;font-weight:700;line-height:1.2}.signup-hero-copy p,.signup-title-block p,.signup-benefit-card p,.signup-footer p{color:var(--on-surface-variant);margin:0}.signup-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.signup-benefit-card,.signup-field,.signup-toggle,.signup-social-button{border:1px solid #4d46354d;border-radius:12px}.signup-benefit-card{background:var(--surface-container);padding:24px}.signup-benefit-card svg{color:var(--primary);margin-bottom:16px}.signup-benefit-card h3{color:#fff;margin:0 0 4px;font-size:20px;font-weight:600;line-height:1.5}.signup-form-column{width:100%;max-width:448px;margin:0 auto}.signup-title-block{margin-bottom:48px}.signup-title-block h1{color:#fff;font-size:32px;font-weight:600;line-height:1.3}.signup-form{gap:24px;display:grid}.signup-error-summary{color:var(--error);background:#93000a2e;border:1px solid #ffb4ab4d;border-radius:8px;align-items:flex-start;gap:12px;padding:16px;display:flex}.signup-error-summary p{letter-spacing:.02em;margin:0;font-size:14px;font-weight:600}.signup-form.is-creating{position:relative}.signup-form.is-creating:after{content:"";pointer-events:none;background:#0a0a0a2e;position:absolute;inset:0}.signup-field-group{gap:12px;display:grid}.signup-field-group label{color:var(--on-surface-variant)}.signup-helper-text{color:#d0c5afcc;margin:4px 0 0;padding-left:4px;font-size:12px;font-style:italic;line-height:1.5}.signup-helper-text:first-letter{color:var(--primary)}.signup-toggle{background:var(--surface-high);grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.signup-toggle button{height:48px;color:var(--on-surface-variant);letter-spacing:.05em;text-transform:uppercase;background:0 0;border-radius:8px;font-size:14px;font-weight:600}.signup-toggle .active{color:var(--on-primary);background:var(--primary);box-shadow:0 12px 24px #00000038}.signup-field{background:var(--surface-container);align-items:center;gap:12px;height:56px;padding:0 16px;display:flex;position:relative}.signup-field input{width:auto;min-width:0;color:var(--on-surface);font:inherit;background:0 0;border:0;outline:none;flex:auto;padding:0}.signup-field svg{color:var(--primary);flex:none}.signup-field.has-icon input{padding-right:8px}.signup-field-error{border:1px solid var(--error);box-shadow:0 0 12px #ffb4ab2e}.signup-field-error svg{color:var(--error)}.signup-field-error-copy{color:var(--error);margin:4px 0 0;font-size:12px;font-weight:500;line-height:1.5}.signup-field-stack{gap:24px;display:grid}.signup-field-layout{gap:24px}.signup-password-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.signup-checkbox-row{align-items:flex-start;gap:12px;padding-top:8px;display:flex}.signup-checkbox-block{gap:8px;display:grid}.signup-checkbox-row p{color:var(--on-surface-variant);margin:0;font-size:12px;font-weight:500;line-height:1.5}.signup-checkmark{flex:none;width:24px;height:24px;position:relative}.signup-checkmark input{opacity:0;margin:0;position:absolute;inset:0}.signup-checkmark span{color:var(--on-primary);background:var(--primary);border:1px solid var(--outline-variant);border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:0}.signup-checkmark-error span{border-color:var(--error);color:var(--error);background:#93000a2e}.signup-checkbox-error{padding-left:36px}.signup-submit-button{width:100%;height:56px;color:var(--on-primary);background:var(--primary);letter-spacing:.05em;text-transform:uppercase;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 12px 24px #00000038}.signup-submit-button:hover{background:var(--primary-container);transform:translateY(-1px)}.signup-submit-button:disabled{cursor:default;opacity:1;transform:none}.signup-submit-spinner{border:2px solid #3c2f0047;border-top-color:var(--on-primary);border-radius:999px;width:18px;height:18px;animation:1s linear infinite signup-spin}@keyframes signup-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signup-divider{align-items:center;gap:16px;display:flex}.signup-divider span{background:var(--outline-variant);flex:1;height:1px}.signup-divider p{color:var(--on-surface-variant);margin:0}.signup-social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.signup-social-button{height:56px;color:var(--on-surface-variant);background:0 0;justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:600;display:inline-flex}.signup-social-button:hover{background:var(--surface-high)}.signup-social-icon{width:20px;height:20px}.signup-facebook-glyph{justify-content:center;align-items:center;width:20px;height:20px;font-size:20px;font-weight:700;line-height:1;display:inline-flex}.signup-footer{padding:48px var(--margin-mobile);background:var(--surface-lowest);border-top:1px solid var(--outline-variant);gap:24px;display:grid}.signup-footer-brand{align-items:center;margin-bottom:16px;display:inline-flex}.signup-footer-socials,.signup-footer-links{flex-wrap:wrap;gap:16px 32px;display:flex}.signup-footer-links a{color:var(--on-surface-variant);letter-spacing:.03em;white-space:nowrap;font-size:12px;font-weight:500}.signup-footer-socials{margin-top:24px}.signup-footer-socials a{width:40px;height:40px;color:var(--on-surface-variant);border:1px solid var(--outline-variant);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.signup-footer-right{flex-direction:column;gap:32px;min-width:0;display:flex}.signup-success-overlay{z-index:120;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.signup-success-overlay .hero-shader{opacity:.55;width:100%;height:100%;position:absolute;inset:0}.signup-success-shade{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0aad;position:absolute;inset:0}.signup-success-modal{z-index:1;text-align:center;background:#201f1feb;border:1px solid #4d463580;border-radius:12px;justify-items:center;width:100%;max-width:540px;padding:40px 32px;display:grid;position:relative;box-shadow:0 0 40px -10px #f2ca5033}.signup-success-icon-wrap{width:80px;height:80px;margin-bottom:24px;position:relative}.signup-success-icon-ring{border:1px solid #f2ca5066;border-radius:999px;animation:1.8s ease-out infinite signup-pulse;position:absolute;inset:0}.signup-success-icon{color:var(--primary);background:#f2ca501a;border:1px solid #f2ca504d;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:0}.signup-success-brand{justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.signup-success-modal h2{color:var(--on-surface);margin:0 0 16px;font-family:Playfair Display,Georgia,serif;font-size:32px;font-weight:600;line-height:1.3}.signup-success-modal p{max-width:380px;color:var(--on-surface-variant);margin:0 0 24px}.signup-success-pill{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;background:#f2ca500f;border:1px solid #f2ca5033;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex}.signup-success-button{width:100%;height:56px;color:var(--on-primary);background:var(--primary);letter-spacing:.08em;text-transform:uppercase;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 12px 24px #00000038}@keyframes signup-pulse{0%{opacity:.25;transform:scale(1)}to{opacity:0;transform:scale(1.25)}}.search-flow-page{min-height:100vh;padding:112px var(--margin-mobile) 96px;background:radial-gradient(circle at top,#f2ca5014,#0000 28%),linear-gradient(#141414 0%,#0d0d0d 100%)}.search-flow-shell{max-width:1280px;margin:0 auto}.search-flow-title-block{text-align:center;justify-items:center;gap:12px;margin-bottom:32px;display:grid}.search-flow-title-block h1{color:var(--primary);margin:0;font-family:Playfair Display,Georgia,serif;font-size:40px;font-weight:600;line-height:1.2}.search-flow-title-block p{max-width:720px;color:var(--on-surface-variant);margin:0;font-size:18px;line-height:1.6}.search-flow-bar{background:#242323f5;border:1px solid #4d463566;gap:12px;margin-bottom:32px;padding:12px;display:grid;box-shadow:0 20px 60px #0000005c}.search-flow-bar-destination{border-radius:16px}.search-flow-bar-rounded{border-radius:999px;align-items:center}.search-flow-field,.search-flow-field-link{min-width:0}.search-flow-field-link{display:block}.search-flow-field{border:1px solid #0000;border-radius:14px;gap:8px;min-height:72px;padding:14px 18px;transition:background .18s,border-color .18s,transform .18s;display:grid}.search-flow-field:hover{background:#ffffff05}.search-flow-field.is-active{background:#ffffff0a;border-color:#f2ca50b8;box-shadow:0 0 0 1px #f2ca502e,0 0 24px #f2ca501f}.search-flow-field.is-pill-active{background:#ffffff0a;border-radius:999px}.search-flow-field.is-muted{opacity:.65}.search-flow-field-label{color:var(--on-surface-variant);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:600;line-height:1}.search-flow-field.is-active .search-flow-field-label{color:var(--primary)}.search-flow-field-value{min-width:0;color:var(--on-surface);align-items:center;gap:8px;font-size:20px;font-weight:600;line-height:1.3;display:flex}.search-flow-field-value svg{color:var(--primary);flex:none}.search-flow-field-value span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.search-flow-field-value input{width:100%;min-width:0;color:inherit;font:inherit;background:0 0;border:0;outline:none;padding:0}.search-flow-divider{background:#4d463580;width:1px;display:none}.search-flow-action,.search-flow-main-action,.search-flow-icon-button,.search-flow-primary-pill,.search-flow-done-button,.search-destination-button{color:var(--on-primary);background:var(--primary);justify-content:center;align-items:center;gap:8px;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.search-flow-main-action{border-radius:14px;width:72px;min-height:72px;padding:0}.search-flow-icon-button{border-radius:999px;flex:none;width:52px;height:52px}.search-flow-icon-button.is-inline{width:44px;height:44px}.search-flow-action:hover,.search-flow-main-action:hover,.search-flow-icon-button:hover,.search-flow-primary-pill:hover,.search-flow-done-button:hover,.search-destination-button:hover{background:var(--primary-container);transform:translateY(-1px);box-shadow:0 12px 28px #f2ca502e}.search-destination-grid{gap:24px;display:grid}.search-destination-hero,.search-destination-side-card{background:var(--surface-container);border-radius:16px;position:relative;overflow:hidden}.search-destination-hero{min-height:400px}.search-destination-hero-image,.search-destination-side-image,.search-backdrop-card-image{background-position:50%;background-size:cover;position:absolute;inset:0}.search-destination-hero-shade,.search-destination-side-shade{background:linear-gradient(#00000024,#000000d1);position:absolute;inset:0}.search-destination-hero-copy,.search-destination-side-copy{z-index:1;position:absolute;bottom:24px;left:24px;right:24px}.search-destination-pill-row{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.search-destination-verified-pill,.search-destination-tag{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.search-destination-verified-pill{color:var(--primary);background:#f2ca501f;border:1px solid #f2ca5047}.search-destination-tag{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000073}.search-destination-hero-copy h2,.search-destination-side-copy h3,.search-destination-stats h3,.search-backdrop-card-head h3{margin:0;font-family:Playfair Display,Georgia,serif;font-weight:600}.search-destination-hero-copy h2{color:#fff;font-size:38px;line-height:1.15}.search-destination-hero-copy p,.search-destination-stats p,.search-backdrop-card-copy p,.search-flow-guest-row p{color:var(--on-surface-variant);margin:0}.search-destination-footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;margin-top:24px;display:flex}.search-destination-price{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.search-destination-price span{color:#e5e2e180;text-decoration:line-through}.search-destination-price strong{color:var(--primary);font-size:28px;line-height:1.1}.search-destination-price small{color:#e5e2e1cc}.search-destination-button{border-radius:12px;min-height:46px;padding:0 22px;font-size:14px;font-weight:600}.search-destination-side-stack{gap:24px;display:grid}.search-destination-side-card{min-height:188px}.search-destination-side-copy h3{color:#fff;font-size:26px;line-height:1.1}.search-destination-side-copy p{color:var(--primary);margin-top:8px;font-size:16px;font-weight:700}.search-destination-side-copy p span{color:#e5e2e1a6;font-weight:500}.search-destination-stats{background:#201f1feb;border:1px solid #4d463561;border-radius:16px;gap:24px;margin-top:32px;padding:24px;display:grid}.search-destination-stats article{text-align:center;justify-items:center;gap:12px;display:grid}.search-destination-stats article svg{color:var(--primary)}.search-destination-stats h3{color:var(--on-surface);font-size:24px;line-height:1.2}.search-flow-popover{z-index:1;background:#1c1b1bf5;border:1px solid #4d463570;margin:0 auto 32px;position:relative;box-shadow:0 20px 50px #0000007a}.search-flow-calendar-pair{border-radius:16px;max-width:1040px;padding:24px}.search-flow-calendar-columns{gap:24px;display:grid}.search-flow-calendar{gap:16px;display:grid}.search-flow-calendar-head,.search-flow-calendar-range-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.search-flow-calendar-head h2,.search-flow-calendar-range-head h2,.search-flow-guest-row h2{color:var(--on-surface);margin:0;font-size:24px;font-weight:600;line-height:1.2}.search-flow-calendar-head svg,.search-flow-calendar-range-head button,.search-flow-calendar-range-head svg{color:var(--on-surface-variant)}.search-flow-calendar-range-head button{background:#ffffff08;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.search-flow-weekdays,.search-flow-days,.search-flow-range-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.search-flow-weekdays span{text-align:center;color:#e5e2e180;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:600}.search-flow-day,.search-flow-day-range{min-height:40px;color:var(--on-surface);border-radius:999px;justify-content:center;align-items:center;display:flex}.search-flow-day.is-selected,.search-flow-day-range span{width:40px;height:40px;color:var(--on-primary);background:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.search-flow-day.is-faded,.search-flow-day.is-placeholder{color:#e5e2e157}.search-flow-day.is-empty{visibility:hidden}.search-flow-day-range{background:#f2ca5024;position:relative}.search-flow-day-range.is-range-start{border-top-left-radius:999px;border-bottom-left-radius:999px}.search-flow-day-range.is-range-end{border-top-right-radius:999px;border-bottom-right-radius:999px}.search-flow-day-range.is-range-focus span{box-shadow:0 0 0 4px #d4af3738}.search-flow-popover-footer,.search-flow-popover-actions,.search-flow-clear-wrap{border-top:1px solid #4d46355c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:20px;display:flex}.search-flow-chip-row{flex-wrap:wrap;gap:12px;display:flex}.search-flow-chip,.search-flow-clear-button,.search-flow-clear-button.is-link{min-height:42px;color:var(--on-surface);background:0 0;border:1px solid #4d463585;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.search-flow-primary-pill,.search-flow-done-button{border-radius:999px;min-height:44px;padding:0 24px;font-size:14px;font-weight:700}.search-flow-calendar-range{border-radius:16px;max-width:760px;padding:24px}.search-flow-guests-field{position:relative}.search-flow-guests-field .search-flow-field{background:#ffffff0d;border-radius:999px;padding-right:68px}.search-flow-guests-field .search-flow-icon-button{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.search-flow-guests-popover{border-radius:24px;max-width:400px;margin-right:0;padding:24px}.search-flow-guest-stack{gap:20px;display:grid}.search-flow-guest-row{border-bottom:1px solid #4d46354d;justify-content:space-between;align-items:center;gap:18px;padding-bottom:20px;display:flex}.search-flow-guest-row:last-child{border-bottom:0;padding-bottom:0}.search-flow-stepper{align-items:center;gap:12px;display:flex}.search-flow-stepper button{width:40px;height:40px;color:var(--primary);background:0 0;border:1px solid #f2ca5085;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.search-flow-stepper button:disabled{color:var(--outline-variant);border-color:#4d463580}.search-flow-stepper span{text-align:center;width:24px;color:var(--on-surface);font-size:20px;font-weight:600}.search-flow-backdrop-grid{opacity:.4;filter:blur(2px);pointer-events:none;gap:24px;display:grid}.search-backdrop-card{background:#201f1ff2;border:1px solid #4d46354d;border-radius:24px;overflow:hidden}.search-backdrop-card-image{height:240px;position:relative}.search-backdrop-card.is-large .search-backdrop-card-image{height:400px}.search-backdrop-card-image:after{content:"";background:linear-gradient(#0000 60%,#00000047);position:absolute;inset:0}.search-backdrop-badge{z-index:1;color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#131313c7;border:1px solid #f2ca508f;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:16px;left:16px}.search-backdrop-card-copy{gap:10px;padding:20px;display:grid}.search-backdrop-card-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.search-backdrop-card-head h3{color:var(--on-surface);font-size:24px;line-height:1.2}.search-backdrop-rating{color:var(--primary);align-items:center;gap:4px;font-size:14px;font-weight:600;display:inline-flex}.search-backdrop-price{align-items:baseline;gap:8px;display:flex}.search-backdrop-price strong{color:var(--primary);font-size:20px}.search-backdrop-price span{color:var(--on-surface-variant);text-transform:uppercase;font-size:12px}.profile-page{min-height:100vh;padding:112px var(--margin-mobile) 96px;background:radial-gradient(circle at 100% 0,#f2ca5014,#0000 24%),linear-gradient(#141414 0%,#0d0d0d 100%)}.profile-shell{gap:24px;max-width:1440px;margin:0 auto;display:grid}.profile-sidebar,.profile-summary-card,.profile-next-journey-card,.profile-stat-card,.profile-activity-card,.profile-member-card,.profile-booking-card,.profile-wishlist-card,.profile-messages-shell,.profile-payment-summary-card,.profile-payment-table-wrap,.profile-settings-card,.profile-danger-card,.profile-suggestion-card{background:#1c1b1bf5;border:1px solid #4d46355c;box-shadow:0 18px 48px #0000004d}.profile-sidebar{border-radius:16px;height:auto;min-height:calc(100vh - 128px);padding:20px 16px;display:none;position:relative}.profile-sidebar-user{align-items:center;gap:12px;margin-bottom:24px;padding-inline:8px;display:flex}.profile-sidebar-avatar{border:1px solid #f2ca503d;border-radius:10px;width:48px;height:48px;overflow:hidden}.profile-sidebar-avatar img{object-fit:cover;width:100%;height:100%}.profile-sidebar-user h2,.profile-sidebar-user p,.profile-sidebar-nav a span,.profile-sidebar-nav a small,.profile-page-header p,.profile-next-journey-card p,.profile-next-journey-card span,.profile-summary-copy p,.profile-summary-pills span,.profile-stat-card p,.profile-activity-copy p,.profile-member-card p,.profile-member-card span,.profile-member-card small,.profile-booking-meta span,.profile-wishlist-head p,.profile-wishlist-price small,.profile-payment-summary-card p,.profile-settings-caption,.profile-settings-toggle-row p,.profile-settings-check-row span,.profile-danger-card p,.profile-thread-day-pill,.profile-conversation-list-head span,.profile-conversation-copy p,.profile-conversation-copy strong,.profile-message-thread-user p,.profile-payment-property span,.profile-payment-reference{color:var(--on-surface-variant)}.profile-sidebar-user h2{color:var(--on-surface);margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.2}.profile-sidebar-user p{margin:0;font-size:11px;line-height:1.2}.profile-sidebar-nav{gap:6px;display:grid}.profile-sidebar-nav a{min-height:44px;color:var(--on-surface-variant);border-radius:10px;align-items:center;gap:12px;padding:0 14px;font-size:13px;font-weight:600;line-height:1.2;transition:background .18s,color .18s;display:flex}.profile-sidebar-nav a svg{flex:none}.profile-sidebar-nav a small{min-width:18px;height:18px;color:var(--on-primary);background:var(--primary);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.profile-sidebar-nav a:hover,.profile-sidebar-nav a.active{color:var(--on-primary);background:#d4af37eb}.profile-sidebar-nav a.active{box-shadow:0 0 20px #d4af3726}.profile-sidebar-nav a.active small{color:var(--primary);background:#3c2f00e6}.profile-sidebar-footer{gap:12px;margin-top:auto;padding:8px;display:grid}.profile-sidebar-footer button{width:100%;min-height:42px;color:var(--primary);background:0 0;border:1px solid #f2ca50cc;border-radius:8px;font-size:12px;font-weight:700}.profile-logout-button{color:var(--on-surface);border-color:var(--outline-variant);justify-content:center;align-items:center;gap:8px;display:inline-flex}.profile-logout-button svg{flex:none}.profile-main,.profile-content-stack{gap:24px;display:grid}.profile-mobile-nav{scrollbar-width:none;gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.profile-mobile-nav::-webkit-scrollbar{display:none}.profile-mobile-nav a{min-height:40px;color:var(--on-surface-variant);white-space:nowrap;background:#201f1fe6;border:1px solid #4d463557;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.profile-mobile-nav a.active{color:var(--on-primary);background:var(--primary)}.profile-page-header h1,.profile-summary-name h1,.profile-next-journey-card h2,.profile-section-head h2,.profile-booking-top h2,.profile-wishlist-head h2,.profile-conversation-list-head h2,.profile-message-thread-name h2,.profile-suggestion-card h2{color:var(--on-surface);margin:0;font-family:Playfair Display,Georgia,serif;font-weight:600}.profile-page-header h1{font-size:40px;line-height:1.15}.profile-page-header p{margin:8px 0 0;font-size:18px;line-height:1.6}.profile-overview-grid,.profile-lower-grid,.profile-settings-grid,.profile-payment-summary,.profile-stats-grid,.profile-member-grid,.profile-wishlist-grid,.profile-booking-list,.profile-activity-list,.profile-settings-form-grid,.profile-settings-toggle-list,.profile-settings-checklist{gap:24px;display:grid}.profile-summary-card,.profile-next-journey-card,.profile-member-card,.profile-settings-card,.profile-danger-card{border-radius:16px;padding:24px;position:relative;overflow:hidden}.profile-summary-card{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.profile-summary-card:after,.profile-member-card:after{content:"";filter:blur(60px);background:#f2ca500d;border-radius:999px;width:220px;height:220px;position:absolute;top:-80px;right:-80px}.profile-summary-avatar{border:2px solid #f2ca50e6;border-radius:999px;width:128px;height:128px;padding:4px}.profile-summary-avatar img{object-fit:cover;border-radius:999px;width:100%;height:100%}.profile-summary-copy,.profile-next-journey-card,.profile-member-card,.profile-booking-copy,.profile-wishlist-copy,.profile-settings-main,.profile-settings-side{gap:16px;display:grid}.profile-summary-name{justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:flex}.profile-summary-name h1{font-size:36px;line-height:1.1}.profile-summary-name svg,.profile-message-thread-name span,.profile-member-icon,.profile-suggestion-card svg,.profile-summary-copy p svg,.profile-booking-meta svg,.profile-wishlist-head p svg,.profile-settings-head svg{color:var(--primary)}.profile-summary-copy p{justify-content:center;align-items:center;gap:8px;margin:0;font-size:15px;display:flex}.profile-summary-pills{flex-wrap:wrap;justify-content:center;gap:10px;padding-top:8px;display:flex}.profile-summary-pills span,.profile-next-journey-top span,.profile-next-journey-top b,.profile-payment-summary-card span,.profile-settings-caption{letter-spacing:.08em;text-transform:uppercase;border-radius:8px;padding:8px 12px;font-size:11px;font-weight:700;line-height:1}.profile-summary-pills span:first-child,.profile-next-journey-top b,.profile-payment-summary-card.is-primary span{color:var(--primary);background:#f2ca501a;border:1px solid #f2ca503d}.profile-summary-pills span:last-child{background:#353534e6;border:1px solid #4d463580}.profile-next-journey-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-next-journey-top span{background:0 0;border:0;padding-inline:0}.profile-next-journey-card h2{font-size:28px;line-height:1.15}.profile-next-journey-meta{align-items:center;gap:8px;display:inline-flex}.profile-next-journey-card button,.profile-wishlist-copy button,.profile-suggestion-card a,.profile-settings-actions button{min-height:48px;color:var(--on-primary);background:var(--primary);border-radius:10px;justify-content:center;align-items:center;padding:0 22px;font-size:14px;font-weight:700;display:inline-flex}.profile-stat-card{text-align:center;border-radius:16px;padding:24px}.profile-stat-card p{letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:700}.profile-stat-card strong{color:var(--primary);font-size:34px;font-weight:700;line-height:1.1}.profile-section-head{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.profile-section-head h2,.profile-settings-head h2,.profile-suggestion-card h2{font-size:30px;line-height:1.15}.profile-section-head button{color:var(--primary);background:0 0;font-size:14px;font-weight:700}.profile-activity-card{border-radius:16px;align-items:center;gap:16px;padding:18px;display:flex}.profile-activity-icon{width:42px;height:42px;color:var(--primary);background:#353534e6;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.profile-activity-icon.has-avatar{border:1px solid #4d463580;overflow:hidden}.profile-activity-icon img{object-fit:cover;width:100%;height:100%}.profile-activity-copy{flex:auto}.profile-activity-copy h3,.profile-conversation-copy h3,.profile-settings-toggle-row h3{color:var(--on-surface);margin:0 0 4px;font-size:16px;font-weight:600;line-height:1.5}.profile-activity-card button{min-height:34px;color:var(--primary);background:0 0;border:1px solid #f2ca5033;border-radius:8px;padding:0 14px;font-size:12px;font-weight:700}.profile-member-card{overflow:hidden}.profile-member-icon{opacity:.25;position:absolute;top:24px;right:24px}.profile-member-card>span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;align-items:center;margin-bottom:4px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.profile-member-progress{background:#353534e6;border-radius:999px;width:100%;height:6px;overflow:hidden}.profile-member-progress span{background:var(--primary);height:100%;display:block;box-shadow:0 0 12px #f2ca506b}.profile-member-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-member-grid article{background:#151515f2;border:1px solid #4d463557;border-radius:12px;align-content:start;gap:10px;padding:16px;display:grid}.profile-member-grid small{color:var(--on-surface-variant);font-size:13px;font-weight:500;line-height:1.45;display:block}.profile-member-grid strong,.profile-payment-summary-card strong,.profile-payment-amount{color:var(--primary);font-weight:700}.profile-member-grid strong{font-size:28px;line-height:1.1;display:block}.profile-booking-filter,.profile-payment-filters{border-bottom:1px solid #4d46353d;flex-wrap:wrap;gap:10px;padding-bottom:8px;display:flex}.profile-booking-filter button,.profile-payment-filters button{min-height:40px;color:var(--on-surface-variant);background:0 0;border-radius:999px;padding:0 16px;font-size:14px;font-weight:600}.profile-booking-filter .active,.profile-payment-filters .active{color:var(--on-primary);background:var(--primary)}.profile-booking-card{border-radius:16px;display:grid;overflow:hidden}.profile-booking-image-wrap,.profile-wishlist-image-wrap{position:relative;overflow:hidden}.profile-booking-image-wrap img,.profile-wishlist-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.profile-booking-card:hover img,.profile-wishlist-card:hover img{transform:scale(1.06)}.profile-booking-status{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;line-height:1;position:absolute;top:16px;left:16px}.status-confirmed,.status-paid{color:var(--on-primary);background:#f2ca50eb}.status-pending{color:var(--on-surface);background:#353534f2;border:1px solid #4d463594}.status-completed{color:var(--on-surface-variant);background:#151515f2;border:1px solid #4d463594}.profile-booking-copy{align-content:center;padding:24px}.profile-booking-top,.profile-wishlist-head,.profile-message-thread-head,.profile-settings-head,.profile-settings-toggle-row,.profile-settings-check-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.profile-booking-top h2{font-size:30px;line-height:1.1}.profile-booking-top strong{color:var(--primary);font-size:30px;font-weight:700;line-height:1.1}.profile-booking-meta{flex-wrap:wrap;gap:14px 20px;display:flex}.profile-booking-meta span{align-items:center;gap:8px;font-size:14px;display:inline-flex}.profile-booking-actions{flex-wrap:wrap;gap:12px;display:flex}.profile-booking-actions button,.profile-payment-table button{min-height:38px;color:var(--primary);background:0 0;border:1px solid #f2ca5066;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:700;display:inline-flex}.profile-booking-actions .primary{color:var(--on-primary);background:var(--primary)}.profile-wishlist-grid{grid-template-columns:1fr}.profile-wishlist-card{border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.profile-wishlist-image-wrap{height:260px}.profile-wishlist-image-wrap button{width:40px;height:40px;color:var(--primary);background:#131313ad;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.profile-wishlist-image-wrap>span{color:var(--on-primary);letter-spacing:.08em;text-transform:uppercase;background:#d4af37eb;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;line-height:1;position:absolute;bottom:16px;left:16px}.profile-wishlist-copy{flex-direction:column;flex:auto;padding:20px;display:flex}.profile-wishlist-head h2{font-size:28px;line-height:1.15}.profile-wishlist-head{min-height:88px}.profile-wishlist-head p{align-items:center;gap:6px;margin:6px 0 0;display:inline-flex}.profile-wishlist-rating{color:var(--primary);align-items:center;gap:4px;font-size:14px;font-weight:700;display:inline-flex}.profile-wishlist-price{flex-wrap:wrap;align-items:baseline;gap:8px;min-height:54px;margin-bottom:16px;display:flex}.profile-wishlist-price strong{color:var(--primary);font-size:28px;font-weight:700;line-height:1.1}.profile-wishlist-price span{color:#e5e2e173;text-decoration:line-through}.profile-wishlist-copy button{width:100%;min-height:46px;margin-top:auto}.profile-suggestion-card{text-align:center;border-radius:24px;justify-items:center;gap:16px;padding:40px 24px;display:grid}.profile-suggestion-card p{max-width:560px;color:var(--on-surface-variant);margin:0}.profile-messages-shell{border-radius:20px;display:grid;overflow:hidden}.profile-conversation-list{border-bottom:1px solid #4d46353d}.profile-conversation-list-head,.profile-message-thread-head{justify-content:space-between;align-items:center;gap:16px;padding:20px 20px 16px;display:flex}.profile-conversation-list-head h2,.profile-message-thread-name h2{font-size:28px;line-height:1.1}.profile-conversation-stack{display:grid}.profile-conversation-stack button{text-align:left;width:100%;color:inherit;background:0 0;border-top:1px solid #4d463524;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;column-gap:12px;padding:16px 20px;display:grid;overflow:hidden}.profile-conversation-stack button.active{box-shadow:inset 4px 0 0 var(--primary);background:#3535347a}.profile-conversation-stack img,.profile-message-thread-user img,.profile-thread-bubble-row img{object-fit:cover;border-radius:999px;flex:none;width:42px;height:42px}.profile-conversation-copy{flex:auto;min-width:0;overflow:hidden}.profile-conversation-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-conversation-copy h3{margin-bottom:2px}.profile-conversation-copy p,.profile-conversation-copy strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-conversation-copy strong{color:var(--on-surface);margin-top:6px;font-size:13px;font-weight:500;line-height:1.4}.profile-conversation-stack small{min-width:20px;height:20px;color:var(--on-primary);background:var(--primary);border-radius:999px;justify-content:center;place-self:center end;align-items:center;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.profile-message-thread{grid-template-rows:auto auto 1fr auto;min-height:720px;display:grid}.profile-message-thread-head{border-bottom:1px solid #4d46353d;padding-inline:24px}.profile-message-thread-user{align-items:center;gap:12px;display:flex}.profile-message-thread-name{align-items:center;gap:8px;display:flex}.profile-message-thread-name span{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1}.profile-message-thread-tools{gap:10px;display:flex}.profile-message-thread-tools button,.profile-thread-composer button{width:40px;height:40px;color:var(--on-surface-variant);background:#ffffff08;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.profile-thread-day-pill{letter-spacing:.08em;text-transform:uppercase;background:#353534f2;border-radius:999px;justify-self:center;margin-top:18px;padding:8px 14px;font-size:11px;font-weight:700;line-height:1}.profile-thread-stream{align-content:start;gap:18px;padding:20px 24px;display:grid}.profile-thread-bubble-row{gap:12px;max-width:82%;display:flex}.profile-thread-bubble-row.is-right{justify-self:end}.profile-thread-bubble{border:1px solid #4d46353d;border-radius:18px;padding:16px 18px}.profile-thread-bubble.is-left{color:var(--on-surface);background:#201f1ff5;border-top-left-radius:6px}.profile-thread-bubble.is-right{color:var(--on-primary);background:var(--primary);border-top-right-radius:6px}.profile-thread-bubble p{margin:0;font-size:15px;line-height:1.6}.profile-thread-bubble span{opacity:.72;margin-top:10px;font-size:11px;line-height:1;display:block}.profile-thread-composer{border-top:1px solid #4d46353d;align-items:center;gap:12px;padding:18px 24px 24px;display:flex}.profile-thread-composer input{min-width:0;min-height:48px;color:var(--on-surface);font:inherit;background:#201f1ff5;border:1px solid #4d463585;border-radius:16px;outline:none;flex:auto;padding:0 18px}.profile-thread-composer .send{color:var(--on-primary);background:var(--primary)}.profile-payment-summary-card,.profile-payment-table-wrap{border-radius:16px;overflow:hidden}.profile-payment-summary-card{padding:24px}.profile-payment-summary-card strong{margin:12px 0;font-size:40px;line-height:1.1;display:block}.profile-payment-table-wrap{overflow-x:auto}.profile-payment-table{border-collapse:collapse;width:100%}.profile-payment-table th,.profile-payment-table td{text-align:left;border-bottom:1px solid #ffffff0d;padding:18px 20px}.profile-payment-table th{color:var(--on-surface-variant);letter-spacing:.12em;text-transform:uppercase;background:#353534eb;font-size:12px;font-weight:700;line-height:1}.profile-payment-table td{color:var(--on-surface);font-size:14px}.profile-payment-property{gap:4px;display:grid}.profile-payment-property strong{color:var(--on-surface)}.profile-payment-status{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.profile-payment-table button:disabled{opacity:.52;cursor:default}.profile-settings-head{align-items:center;margin-bottom:18px}.profile-settings-head h2{color:var(--on-surface);margin:0;font-family:DM Sans,Arial,Helvetica,sans-serif;font-size:16px;font-weight:600;line-height:1.2}.profile-settings-head svg{flex:none}.profile-settings-form-grid label{gap:10px;display:grid}.profile-settings-form-grid .is-wide{grid-column:1/-1}.profile-settings-form-grid span,.profile-settings-check-row span,.profile-settings-toggle-row h3,.profile-danger-card h2{color:var(--on-surface)}.profile-settings-form-grid span{letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700;line-height:1}.profile-settings-form-grid input{min-height:48px;color:var(--on-surface);font:inherit;background:#201f1ff5;border:1px solid #4d463585;border-radius:10px;outline:none;padding:0 16px}.profile-settings-actions{justify-content:flex-end;display:flex}.profile-settings-toggle-row{padding:14px 0}.profile-settings-toggle-row+.profile-settings-toggle-row{border-top:1px solid #ffffff0d}.profile-settings-toggle-row button{background:#353534f2;border-radius:999px;width:52px;height:30px;position:relative}.profile-settings-toggle-row button span{background:var(--outline);border-radius:999px;width:22px;height:22px;transition:transform .18s,background .18s;position:absolute;top:4px;left:4px}.profile-settings-toggle-row button.is-on{background:#f2ca5038}.profile-settings-toggle-row button.is-on span{background:var(--primary);transform:translate(22px)}.profile-settings-check-row{padding:12px 0}.profile-settings-check-row input{width:18px;height:18px;accent-color:var(--primary)}.profile-theme-switch{background:#353534f2;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;display:grid}.profile-theme-switch button{min-height:42px;color:var(--on-surface-variant);background:0 0;border-radius:8px;font-size:13px;font-weight:700}.profile-theme-switch .active{color:var(--on-primary);background:var(--primary)}.profile-danger-card{box-shadow:none;background:#93000a14;border-color:#ffb4ab52}.profile-danger-card button{width:100%;min-height:46px;color:var(--error);background:0 0;border:1px solid #ffb4ab66;border-radius:10px;font-size:14px;font-weight:700}.profile-danger-card .profile-settings-head h2{color:var(--error);letter-spacing:.12em;text-transform:uppercase;font-size:13px}.profile-danger-card .profile-settings-head svg{color:var(--error)}.profile-danger-card p{font-size:12px;line-height:1.55}.profile-danger-card button:hover{background:#93000a29}html[data-theme=light] .search-flow-bar,html[data-theme=light] .search-flow-popover,html[data-theme=light] .search-destination-stats,html[data-theme=light] .search-backdrop-card,html[data-theme=light] .profile-sidebar,html[data-theme=light] .profile-summary-card,html[data-theme=light] .profile-next-journey-card,html[data-theme=light] .profile-stat-card,html[data-theme=light] .profile-activity-card,html[data-theme=light] .profile-member-card,html[data-theme=light] .profile-booking-card,html[data-theme=light] .profile-wishlist-card,html[data-theme=light] .profile-messages-shell,html[data-theme=light] .profile-payment-summary-card,html[data-theme=light] .profile-payment-table-wrap,html[data-theme=light] .profile-settings-card,html[data-theme=light] .profile-suggestion-card{background:var(--surface-container);border-color:var(--outline-variant);box-shadow:var(--card-shadow)}html[data-theme=light] .search-flow-field:hover,html[data-theme=light] .search-flow-field.is-pill-active,html[data-theme=light] .search-flow-calendar-range-head button,html[data-theme=light] .profile-message-thread-tools button,html[data-theme=light] .profile-thread-composer button,html[data-theme=light] .profile-summary-pills span:last-child,html[data-theme=light] .profile-activity-icon,html[data-theme=light] .profile-theme-switch,html[data-theme=light] .profile-settings-toggle-row button,html[data-theme=light] .profile-thread-day-pill,html[data-theme=light] .profile-payment-table th,html[data-theme=light] .profile-mobile-nav a{background:var(--surface-high)}html[data-theme=light] .search-flow-field.is-active{border-color:color-mix(in srgb, var(--primary) 72%, var(--outline));box-shadow:0 0 0 1px color-mix(in srgb, var(--primary) 14%, transparent), 0 10px 24px #0000000f;background:#fff}html[data-theme=light] .search-flow-page{background:radial-gradient(circle at top,#d4a62514,#0000 28%),linear-gradient(#fff 0%,#f7f7f7 100%)}html[data-theme=light] .search-flow-title-block h1{color:var(--on-surface)}html[data-theme=light] .profile-page{background:radial-gradient(circle at 100% 0,#d4a62514,#0000 24%),linear-gradient(#fff 0%,#f7f7f7 100%)}html[data-theme=light] .search-flow-divider,html[data-theme=light] .search-flow-popover-footer,html[data-theme=light] .search-flow-popover-actions,html[data-theme=light] .search-flow-clear-wrap,html[data-theme=light] .search-flow-guest-row,html[data-theme=light] .profile-booking-filter,html[data-theme=light] .profile-payment-filters,html[data-theme=light] .profile-conversation-list,html[data-theme=light] .profile-message-thread-head,html[data-theme=light] .profile-thread-composer,html[data-theme=light] .profile-settings-toggle-row+.profile-settings-toggle-row,html[data-theme=light] .profile-payment-table th,html[data-theme=light] .profile-payment-table td,html[data-theme=light] .profile-conversation-stack button,html[data-theme=light] .profile-member-grid article{border-color:var(--outline-variant)}html[data-theme=light] .search-flow-guests-field .search-flow-field,html[data-theme=light] .profile-thread-bubble.is-left,html[data-theme=light] .profile-thread-composer input,html[data-theme=light] .profile-settings-form-grid input,html[data-theme=light] .profile-member-grid article{background:#fff}html[data-theme=light] .search-flow-weekdays span,html[data-theme=light] .search-flow-day.is-faded,html[data-theme=light] .search-flow-day.is-placeholder,html[data-theme=light] .search-destination-price span,html[data-theme=light] .search-destination-price small,html[data-theme=light] .search-destination-side-copy p span,html[data-theme=light] .profile-wishlist-price span{color:var(--on-surface-variant)}html[data-theme=light] .search-flow-day-range{background:color-mix(in srgb, var(--primary) 16%, white)}html[data-theme=light] .search-flow-day-range.is-range-focus span{box-shadow:0 0 0 4px color-mix(in srgb, var(--primary) 18%, transparent)}html[data-theme=light] .search-flow-chip,html[data-theme=light] .search-flow-clear-button,html[data-theme=light] .search-flow-clear-button.is-link,html[data-theme=light] .profile-sidebar-footer button,html[data-theme=light] .profile-booking-actions button,html[data-theme=light] .profile-payment-table button,html[data-theme=light] .profile-activity-card button{border-color:color-mix(in srgb, var(--primary) 26%, var(--outline))}html[data-theme=light] .search-flow-stepper button{border-color:color-mix(in srgb, var(--primary) 42%, var(--outline));background:#fff}html[data-theme=light] .search-flow-stepper button:disabled{color:var(--on-surface-variant);border-color:var(--outline)}html[data-theme=light] .search-destination-verified-pill,html[data-theme=light] .profile-summary-pills span:first-child,html[data-theme=light] .profile-next-journey-top b,html[data-theme=light] .profile-payment-summary-card.is-primary span{background:color-mix(in srgb, var(--primary) 10%, white);border-color:color-mix(in srgb, var(--primary) 24%, var(--outline))}html[data-theme=light] .profile-sidebar-avatar,html[data-theme=light] .profile-member-progress,html[data-theme=light] .profile-activity-icon.has-avatar,html[data-theme=light] .status-pending,html[data-theme=light] .status-completed{border-color:var(--outline-variant)}html[data-theme=light] .profile-member-progress{background:var(--surface-high)}html[data-theme=light] .profile-booking-status.status-pending,html[data-theme=light] .profile-booking-status.status-completed{background:var(--surface-high);color:var(--on-surface)}html[data-theme=light] .profile-wishlist-image-wrap button{background:#ffffffeb;box-shadow:0 8px 18px #00000014}html[data-theme=light] .profile-conversation-stack button.active{background:color-mix(in srgb, var(--primary) 10%, white)}html[data-theme=light] .profile-payment-table th{color:var(--on-surface-variant)}html[data-theme=light] .profile-theme-switch .active,html[data-theme=light] .profile-mobile-nav a.active,html[data-theme=light] .profile-booking-filter .active,html[data-theme=light] .profile-payment-filters .active{color:var(--on-primary)}html[data-theme=light] .profile-danger-card{box-shadow:none;background:#93000a0a;border-color:#ffb4ab61}html[data-theme=light] .profile-danger-card button:hover{background:#93000a14}html[data-theme=light] .auth-prompt-secondary{background:#fff}html[data-theme=light] .detail-page,html[data-theme=light] .booking-page{background:radial-gradient(circle at 100% 0,#d4a62514,#0000 24%),linear-gradient(#fff 0%,#f7f7f7 100%)}html[data-theme=light] .detail-back-link{color:var(--primary-container)}html[data-theme=light] .detail-carousel,html[data-theme=light] .booking-summary-card,html[data-theme=light] .booking-selection-card,html[data-theme=light] .booking-price-card,html[data-theme=light] .detail-host-card,html[data-theme=light] .detail-booking-card,html[data-theme=light] .detail-protection-card{border-color:var(--outline-variant);box-shadow:var(--card-shadow)}html[data-theme=light] .detail-carousel{box-shadow:0 24px 42px #00000017}html[data-theme=light] .detail-carousel-arrow,html[data-theme=light] .detail-carousel-dots,html[data-theme=light] .related-rating{color:var(--primary-container);background:#ffffffe0;border-color:#ddddddb8;box-shadow:0 10px 24px #00000014}html[data-theme=light] .detail-carousel-dot{background:#2222222e}html[data-theme=light] .detail-carousel-dot.active{background:var(--primary);box-shadow:0 0 0 4px #d4a6252e}html[data-theme=light] .detail-discount{color:#a33a32;background:#a33a3214;border-color:#a33a322e}html[data-theme=light] .detail-stats,html[data-theme=light] .detail-reviews,html[data-theme=light] .related-grid,html[data-theme=light] .detail-booking-breakdown,html[data-theme=light] .detail-booking-total{border-color:var(--outline-variant)}html[data-theme=light] .detail-verified-note{background:var(--surface-lowest);box-shadow:inset 0 0 0 1px #d4a62514}html[data-theme=light] .detail-amenity-icon,html[data-theme=light] .detail-review-avatar{background:var(--surface-high)}html[data-theme=light] .detail-booking-box{background:#fff}html[data-theme=light] .detail-booking-dates div:first-child{border-color:var(--outline-variant)}html[data-theme=light] .detail-protection-card{background:var(--surface-container)}html[data-theme=light] .booking-protection-card{background:var(--surface-lowest);border:1px solid var(--outline-variant);border-left:4px solid var(--primary)}html[data-theme=light] .booking-price-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5}html[data-theme=light] .booking-selection-card:hover{border-color:color-mix(in srgb, var(--primary) 32%, var(--outline))}html[data-theme=light] .booking-selection-head button{color:var(--primary-container)}html[data-theme=light] .booking-total-row{border-color:var(--outline-variant)}@media (min-width:768px){.signin-header,.signin-main{padding-inline:var(--margin-desktop)}.signin-header-copy{display:flex}.signin-grid{grid-template-columns:minmax(0,1.2fr) minmax(360px,460px);align-items:center}.signup-header,.signup-main,.signup-footer{padding-inline:var(--margin-desktop)}.signup-header-actions{display:flex}.signup-password-grid .signup-field-group{min-width:0}.signup-field-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.signup-field-layout .signup-field-group:last-child{grid-column:1/-1}.signup-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.signup-footer-right{justify-content:space-between;align-items:flex-end}.signup-footer-links{justify-content:flex-end;gap:12px 20px}.site-header{padding-inline:var(--margin-desktop);grid-template-columns:max-content 1fr max-content;align-items:center;display:grid}.desktop-nav{display:flex}.hero-section,.page-section,.trust-section,.site-footer{padding-inline:var(--margin-desktop)}.hero-content h1{letter-spacing:-.02em;font-size:64px;line-height:72px}.search-panel{padding:24px}.search-strip{grid-template-columns:minmax(0,1.18fr) repeat(3,minmax(0,1fr)) 88px}.property-grid,.trust-grid,.country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{flex-direction:row}.catalog-hero,.about-hero{grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);align-items:stretch}.about-stitch-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-stitch-vision,.catalog-overview-grid,.about-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}.about-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.currency-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.currency-modal-header h2{font-size:32px;line-height:1.3}.detail-shell,.detail-footer{padding-inline:var(--margin-desktop)}.detail-carousel{height:600px}.related-grid,.detail-footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}.booking-summary-card{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);display:grid}.search-flow-page{padding-inline:var(--margin-desktop)}.search-flow-bar-destination{grid-template-columns:minmax(0,1.1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto;align-items:center}.search-flow-bar-rounded{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr) minmax(0,.8fr) minmax(0,.8fr) auto}.search-flow-bar-guests{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(280px,360px);align-items:center}.search-flow-divider{height:40px;display:block}.search-destination-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.search-destination-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.search-flow-calendar-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.search-flow-guests-popover{width:400px;margin-left:auto;margin-right:0}.search-flow-backdrop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.search-backdrop-card.is-large{grid-area:span 2/span 2}.profile-page{padding-inline:var(--margin-desktop)}.profile-shell{grid-template-columns:256px minmax(0,1fr)}.profile-sidebar{flex-direction:column;display:flex}.profile-mobile-nav{display:none}.profile-summary-card{text-align:left;flex-direction:row;align-items:flex-start}.profile-summary-name,.profile-summary-copy p,.profile-summary-pills{justify-content:flex-start}.profile-overview-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.profile-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-lower-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.profile-booking-card{grid-template-columns:minmax(280px,320px) minmax(0,1fr)}.profile-wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-messages-shell{grid-template-columns:minmax(320px,360px) minmax(0,1fr)}.profile-conversation-list{border-bottom:0;border-right:1px solid #4d46353d}.profile-payment-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-settings-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.profile-settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-summary-image{height:100%;min-height:240px}.booking-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-bottom-nav{display:none}}@media (min-width:1024px){.signup-grid{grid-template-columns:minmax(0,1fr) minmax(360px,448px);align-items:start}.signup-visual-column{gap:24px;display:grid}.signup-form-column{align-self:start}.country-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-layout{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.booking-grid{grid-template-columns:minmax(0,7fr) minmax(360px,5fr)}.detail-side-column{padding-top:4px}.detail-booking-card{position:sticky;top:96px}}@media (min-width:768px) and (max-width:1150px){.profile-page{padding-inline:32px}.profile-shell{grid-template-columns:220px minmax(0,1fr);align-items:start}.profile-sidebar{min-height:calc(100vh - 144px);padding:18px 12px}.profile-sidebar-user{padding-inline:4px}.profile-sidebar-user h2{font-size:13px}.profile-sidebar-nav a{gap:10px;padding-inline:12px;font-size:12px}.profile-overview-grid,.profile-lower-grid,.profile-settings-grid,.profile-messages-shell,.profile-payment-summary,.profile-booking-card{grid-template-columns:1fr}.profile-stats-grid,.profile-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-booking-image-wrap{min-height:280px}.profile-booking-top{flex-wrap:wrap}.profile-booking-top h2,.profile-booking-top strong,.profile-summary-name h1,.profile-page-header h1{font-size:32px}.profile-next-journey-card h2,.profile-wishlist-head h2,.profile-conversation-list-head h2,.profile-message-thread-name h2,.profile-section-head h2,.profile-suggestion-card h2{font-size:26px}.profile-summary-card,.profile-next-journey-card,.profile-member-card,.profile-settings-card,.profile-danger-card,.profile-stat-card,.profile-activity-card,.profile-booking-copy,.profile-payment-summary-card{padding:20px}.profile-conversation-list{border-bottom:1px solid #4d46353d;border-right:0}.profile-message-thread{min-height:640px}.profile-member-card{margin-bottom:8px}}@media (max-width:767px){.shortlets-search-shell,.shortlets-floating-panel,.shortlets-floating-panel .search-flow-popover,.shortlets-calendar-popover-checkin,.shortlets-calendar-popover-checkout{width:100%;max-width:none}.search-strip{background:0 0;grid-template-columns:1fr;gap:12px;min-height:auto}.search-segment,.search-segment-active{border:1px solid var(--outline-variant);border-radius:16px;min-height:72px;margin:0}.search-segment{background:color-mix(in srgb, var(--surface-low) 92%, transparent);border-right:1px solid var(--outline-variant)}.search-button{border-radius:16px;width:100%;height:62px}.search-select-wrap select{font-size:22px;line-height:28px}.signin-main{padding-bottom:96px}.signin-visual-copy h1{font-size:34px}.signin-card-head h2{font-size:30px}.signup-main{padding-bottom:96px}.signup-social-grid{grid-template-columns:1fr}.signup-success-modal{padding:32px 20px}.section-header{flex-direction:column;align-items:flex-start}.site-footer{padding-bottom:96px}.detail-host-card{align-items:flex-start}.detail-stats{border-top:1px solid #4d46354d;border-left:0;width:100%;padding-top:24px;padding-left:0}.detail-amenity-grid,.detail-footer-links{grid-template-columns:1fr}.booking-page{padding-bottom:96px}.search-flow-page{padding-bottom:112px}.search-flow-title-block h1{font-size:32px}.search-flow-title-block p,.search-flow-field-value{font-size:18px}.catalog-results-head{flex-direction:column;align-items:flex-start}.catalog-results-head p:last-child{text-align:left}.about-stitch-page{gap:72px}.about-stitch-hero{min-height:560px}.about-stitch-hero-copy h1,.about-stitch-heading h2,.about-stitch-vision-copy h2{font-size:36px}.about-stitch-quote blockquote{font-size:20px}.shortlets-destination-grid{grid-template-columns:1fr}.shortlets-floating-panel{top:calc(100% + 8px)}.profile-page-header h1{font-size:32px}.profile-shell{grid-template-columns:1fr}.profile-sidebar{display:none}.search-flow-bar-rounded{border-radius:24px}.search-flow-guests-popover{width:100%}.search-flow-popover-footer,.search-flow-popover-actions,.search-flow-clear-wrap{justify-content:center}.search-flow-guest-row,.profile-summary-card,.profile-booking-card,.profile-message-thread-head,.profile-booking-top,.profile-wishlist-head,.profile-settings-head,.profile-settings-toggle-row,.profile-settings-check-row{flex-direction:column;align-items:flex-start}.profile-summary-copy p,.profile-summary-name,.profile-summary-pills{justify-content:center}.profile-summary-card{text-align:center}.profile-message-thread{min-height:auto}.profile-thread-bubble-row{max-width:100%}.profile-payment-table th,.profile-payment-table td{padding-inline:14px}.search-flow-stepper{align-self:flex-end}.search-backdrop-card.is-large{grid-area:auto}.booking-selection-body{font-size:16px}}
