:root{--font-display:var(--font-inter,"Inter","SF Pro Display",system-ui,sans-serif);--font-body:var(--font-inter,"Inter","SF Pro Text",system-ui,sans-serif);--navy-900:#0b1221;--navy-800:#0f1b2d;--navy-700:#162a45;--navy-600:#1e3a5f;--emerald-700:#1e8a55;--emerald-600:#259a66;--emerald-500:#2da873;--emerald-400:#34c484;--emerald-300:#6ee7a8;--gold:#f5a623;--gold-light:#ffc94d;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--forest-700:#259a66;--forest-500:#2da873;--terra-500:#2da873;--terra-600:#259a66;--sand-50:#f8fafc;--sand-100:#f1f5f9;--sand-200:#e2e8f0;--sand-300:#cbd5e1;--ink-950:#0f172a;--ink-900:#0f172a;--ink-700:#475569;--ink-600:#64748b;--ink-500:#94a3b8;--line:#0f172a12;--line-strong:#0f172a24;--panel:#fffffff7;--panel-strong:#fff;--error:#dc2626;--success:#16a34a;--radius-xl:24px;--radius-lg:18px;--radius-md:12px;--radius-sm:8px;--shadow-soft:0 1px 3px #0000000a,0 6px 20px #0000000d;--shadow-lift:0 20px 60px #0000001f;--shadow-card:0 1px 4px #00000008,0 8px 24px #0000000f;--ease:cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{font-family:var(--font-body),sans-serif;color:var(--gray-900);background:var(--gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app-root{flex-direction:column;min-height:100dvh;display:flex;position:relative}.shell-content{flex:1;width:100%}.page-shell{gap:1rem;width:min(1120px,100%);margin:0 auto;padding:2rem 1rem;display:grid}.shell-header{background:var(--navy-800);height:72px;color:var(--white);z-index:20;justify-content:space-between;align-items:center;gap:1rem;padding:0 clamp(1rem,4vw,3rem);display:flex;position:relative}.brand-mark{font-family:var(--font-display),sans-serif;color:var(--white);letter-spacing:.01em;align-items:center;gap:.55rem;font-size:1.15rem;font-weight:700;display:inline-flex}.brand-icon{object-fit:contain;border-radius:6px;flex-shrink:0;width:36px;height:36px}.brand-dot{display:none}.shell-nav{align-items:center;gap:.15rem;display:inline-flex}.shell-nav a{color:#ffffffb8;transition:color .2s var(--ease),background .2s var(--ease);white-space:nowrap;border-radius:8px;padding:.5rem .85rem;font-size:.9rem;font-weight:500}.shell-nav a:hover{color:var(--white);background:#ffffff14}.shell-header-right{align-items:center;gap:.5rem;display:inline-flex}.shell-badge{display:none}.auth-nav{align-items:center;gap:.35rem;display:inline-flex}.auth-nav-link{white-space:nowrap;transition:all .2s var(--ease);border-radius:999px;padding:.5rem .85rem;font-size:.88rem;font-weight:500}.shell-header .auth-nav-link.secondary-cta{color:#ffffffd9;box-shadow:none;background:0 0;border:1px solid #fff3}.shell-header .auth-nav-link.secondary-cta:hover{color:var(--white);background:#ffffff14;border-color:#ffffff59;transform:none}.shell-header .auth-nav-link.primary-cta{background:var(--emerald-500);color:var(--white);box-shadow:none;border:none}.shell-header .auth-nav-link.primary-cta:hover{background:var(--emerald-400);transform:none}.auth-nav-menu{position:relative}.auth-menu-trigger{color:var(--white);font:inherit;cursor:pointer;transition:border-color .2s var(--ease),background .2s var(--ease);background:#ffffff0f;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .55rem .3rem .3rem;display:inline-flex}.auth-menu-trigger:hover,.auth-menu-trigger[aria-expanded=true]{background:#ffffff1a;border-color:#ffffff4d}.auth-avatar{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));width:2rem;height:2rem;color:var(--white);border-radius:999px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.auth-menu-label{justify-items:start;line-height:1.2;display:grid}.auth-menu-label strong{color:var(--white);font-size:.8rem;font-weight:600}.auth-menu-label small{color:#fff9;font-size:.72rem}.auth-menu-popover{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);z-index:80;gap:.2rem;width:min(10rem,60vw);padding:.35rem;display:grid;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 20px 40px #00000026}.auth-menu-item{text-align:left;width:100%;color:var(--gray-900);border-radius:var(--radius-sm);font:inherit;cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease);background:0 0;border:none;padding:.6rem .7rem;font-size:.88rem}.auth-menu-item:hover{background:var(--gray-100);color:var(--emerald-600)}.auth-menu-item:disabled{opacity:.55;cursor:wait}.locale-trigger{color:#fffc;cursor:pointer;background:0 0;border:1.5px solid #fff3;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;min-width:38px;height:38px;padding:0 .5rem;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.locale-trigger-flag{font-size:1rem;line-height:1}.locale-trigger:hover{color:var(--white);background:#ffffff1a;border-color:#fff6}.locale-backdrop{z-index:10000;-webkit-backdrop-filter:blur(4px);background:#0b12218c;justify-content:center;align-items:center;animation:.2s ease-out localeFadeIn;display:flex;position:fixed;inset:0}@keyframes localeFadeIn{0%{opacity:0}to{opacity:1}}.locale-modal{background:var(--white);border-radius:20px;flex-direction:column;width:min(580px,92vw);max-height:min(650px,85vh);animation:.25s ease-out localeSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #0003}@keyframes localeSlideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.locale-modal-header{justify-content:space-between;align-items:center;padding:22px 24px 0;display:flex}.locale-modal-title{color:var(--navy-800);margin:0;font-size:1.15rem;font-weight:700}.locale-close-btn{background:var(--gray-50);width:34px;height:34px;color:var(--gray-500);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.locale-close-btn:hover{background:var(--gray-100);color:var(--navy-800)}.locale-tabs{border-bottom:1px solid var(--gray-100);gap:0;padding:16px 24px 0;display:flex}.locale-tab{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:8px 16px 12px;font-family:inherit;font-size:.88rem;font-weight:500;transition:color .15s;position:relative}.locale-tab:hover{color:var(--navy-800)}.locale-tab-active{color:var(--navy-800);font-weight:600}.locale-tab-active:after{content:"";background:var(--navy-800);border-radius:2px;height:2.5px;position:absolute;bottom:-1px;left:12px;right:12px}.locale-search-wrap{margin:16px 24px 0;position:relative}.locale-search-icon{color:var(--gray-300);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.locale-search-input{border:1.5px solid var(--gray-100);width:100%;color:var(--navy-800);background:var(--gray-50);border-radius:12px;outline:none;padding:10px 12px 10px 38px;font-family:inherit;font-size:.88rem;transition:border-color .15s,box-shadow .15s}.locale-search-input:focus{border-color:var(--emerald-500);background:var(--white);box-shadow:0 0 0 3px #2da8731f}.locale-search-input::placeholder{color:var(--gray-300)}.locale-grid-scroll{flex:1;padding:16px 24px 24px;overflow-y:auto}.locale-grid-scroll::-webkit-scrollbar{width:5px}.locale-grid-scroll::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:999px}.locale-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.locale-card{border:1.5px solid var(--gray-100);background:var(--white);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s,transform .1s;display:flex}.locale-card:hover{border-color:var(--gray-200);background:var(--gray-50);transform:translateY(-1px)}.locale-card-selected{border-color:var(--emerald-500);background:#2da8730f;box-shadow:0 0 0 2px #2da87326}.locale-card-selected:hover{border-color:var(--emerald-500);background:#2da8731a}.locale-card-flag,.locale-card-symbol{text-align:center;flex-shrink:0;width:28px;font-size:1.4rem;line-height:1}.locale-card-symbol{color:var(--gray-500);font-size:1rem;font-weight:700}.locale-card-info{flex-direction:column;gap:1px;min-width:0;display:flex}.locale-card-info strong{color:var(--navy-800);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.locale-card-info small{color:var(--gray-400);font-size:.72rem;font-weight:500}.locale-empty{text-align:center;color:var(--gray-400);padding:32px 0;font-size:.88rem}.locale-tab-badge{background:var(--gray-100);color:var(--gray-500);letter-spacing:.03em;vertical-align:middle;border-radius:6px;align-items:center;margin-left:6px;padding:1px 7px;font-size:.7rem;font-weight:700;display:inline-flex}.locale-tab-active .locale-tab-badge{color:var(--emerald-600,#1a9a6c);background:#2da8731f}.cur-section{margin-bottom:20px}.cur-section:last-child{margin-bottom:0}.cur-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);align-items:center;gap:6px;margin:0 0 10px;font-size:.76rem;font-weight:700;display:flex}.cur-section-title svg{color:var(--gray-300)}.cur-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.cur-card{border:1.5px solid var(--gray-100);background:var(--white);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s,transform .12s;display:flex;position:relative}.cur-card:hover{border-color:var(--gray-200);background:var(--gray-50);transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.cur-card-selected{border-color:var(--emerald-500);background:#2da8730d;box-shadow:0 0 0 2.5px #2da87326}.cur-card-selected:hover{border-color:var(--emerald-500);background:#2da87314}.cur-card-check{background:var(--emerald-500);width:18px;height:18px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:6px;right:6px}.cur-card-flag{flex-shrink:0;font-size:1.5rem;line-height:1}.cur-card-symbol-badge{background:var(--gray-50);min-width:32px;height:28px;color:var(--gray-500);border:1px solid var(--gray-100);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;font-size:.82rem;font-weight:700;display:flex}.cur-card-selected .cur-card-symbol-badge{color:var(--emerald-600,#1a9a6c);background:#2da8731a;border-color:#2da87340}.cur-card-body{flex-direction:column;gap:2px;min-width:0;display:flex}.cur-card-body strong{color:var(--navy-800);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.cur-card-meta{color:var(--gray-400);align-items:center;gap:4px;font-size:.72rem;font-weight:500;display:flex}.cur-card-code{letter-spacing:.03em;font-weight:700}.cur-card-dot{opacity:.5}.cur-card-country{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:600px){.locale-modal{border-radius:16px;width:95vw;max-height:90vh}.locale-grid{grid-template-columns:repeat(2,1fr);gap:8px}.locale-card{gap:8px;padding:10px}.cur-grid{grid-template-columns:1fr}.cur-card{padding:10px 12px}}.panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.2rem}.home-page{flex-direction:column;display:flex}.hero{justify-content:center;align-items:center;min-height:650px;display:flex;position:relative;overflow:visible}.hero-bg{z-index:0;background:url(/hero-1.jpeg) 50%/cover no-repeat;position:absolute;inset:0}.hero-bg:after{content:"";background:linear-gradient(#0b122159 0%,#0b12218c 50%,#0b1221c7 100%);position:absolute;inset:0}.hero-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:900px;padding:80px 24px 100px;display:flex;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.6rem;padding:.4rem 1rem .4rem .4rem;display:inline-flex}.hero-badge-avatars{display:flex}.hero-badge-avatars span{width:30px;height:30px;color:var(--white);border:2px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.hero-badge-avatars span:first-child{background:var(--emerald-500);z-index:3}.hero-badge-avatars span:nth-child(2){background:var(--navy-600);z-index:2;margin-left:-8px}.hero-badge-avatars span:nth-child(3){background:var(--gold);z-index:1;margin-left:-8px}.hero-badge-text{color:var(--white);font-size:.82rem;font-weight:600}.hero h1{font-family:var(--font-display),sans-serif;letter-spacing:-.02em;color:var(--white);text-wrap:balance;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.hero-subtitle{color:#ffffffb3;max-width:520px;font-size:1.05rem;line-height:1.6}.hero-search-wrap{width:100%;max-width:860px;margin-top:1.5rem}.hero-search-bar{background:var(--white);border-radius:999px;align-items:center;padding:5px 5px 5px 20px;display:flex;position:relative;box-shadow:0 24px 64px #00000040}.search-seg{flex-shrink:0;align-items:center;gap:10px;padding:10px 16px;display:flex;position:relative}.search-seg-dest{flex:1.4;min-width:0}.search-seg-dates{flex:1.3;min-width:0}.search-seg-guests{flex:.5;min-width:0}.search-seg-icon{width:20px;height:20px;color:var(--gray-400);flex-shrink:0}.search-seg-field{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.search-seg-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.search-seg-input{color:var(--gray-900);outline:none;width:100%;min-width:0;font-family:inherit;font-size:.88rem;font-weight:500;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.search-seg-input::placeholder{color:var(--gray-400);font-weight:400}.search-seg-input:focus{box-shadow:none!important;border-color:#0000!important}.search-date-row{align-items:center;gap:4px;min-width:0;display:flex}.search-date-sep{color:var(--gray-300);flex-shrink:0;font-size:.85rem}.search-date-row .search-seg-input{font-size:.82rem}.cal-dropdown{display:inline-flex;position:relative}.cal-trigger{cursor:pointer;color:var(--navy-800);white-space:nowrap;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:.82rem;font-weight:500;transition:color .15s;display:inline-flex}.cal-trigger:hover{color:var(--emerald-500)}.cal-trigger-text{line-height:1}.cal-trigger-icon{opacity:.45;flex-shrink:0;transition:opacity .15s,transform .2s}.cal-trigger:hover .cal-trigger-icon{opacity:.7}.cal-trigger[aria-expanded=true] .cal-trigger-icon{opacity:.8;transform:rotate(180deg)}.cal-panel{z-index:9000;background:var(--white);border:1px solid var(--gray-100);border-radius:16px;width:310px;padding:20px;animation:.18s ease-out calFadeIn;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f}@keyframes calFadeIn{0%{opacity:0;transform:translate(-50%)translateY(6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.cal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cal-month-label{color:var(--navy-800);letter-spacing:-.01em;-webkit-user-select:none;user-select:none;font-size:.92rem;font-weight:700}.cal-nav-btn{background:var(--gray-50);width:32px;height:32px;color:var(--navy-700);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .15s,color .15s,transform .1s;display:inline-flex}.cal-nav-btn:hover{background:var(--emerald-500);color:var(--white);transform:scale(1.05)}.cal-nav-btn:active{transform:scale(.95)}.cal-weekdays{grid-template-columns:repeat(7,1fr);gap:0;margin-bottom:6px;display:grid}.cal-weekday{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;text-align:center;-webkit-user-select:none;user-select:none;padding-bottom:6px;font-size:.7rem;font-weight:600}.cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.cal-day{aspect-ratio:1;width:100%;color:var(--navy-700);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .12s,color .12s,transform .1s,box-shadow .12s;display:flex;position:relative}.cal-day:hover:not(:disabled){background:var(--emerald-500);color:var(--white);transform:scale(1.08);box-shadow:0 2px 8px #2da8734d}.cal-day-today{background:var(--gray-50);box-shadow:inset 0 0 0 1.5px var(--emerald-500);color:var(--emerald-500);font-weight:700}.cal-day-selected{font-weight:700;transform:scale(1.05);box-shadow:0 2px 10px #2da87359;background:var(--emerald-500)!important;color:var(--white)!important}.cal-day-in-range{color:var(--emerald-600);background:#2da8731a;border-radius:0;font-weight:600}.cal-day-in-range:hover:not(:disabled){border-radius:10px}.cal-day-range-start{border-radius:10px 0 0 10px}.cal-day-range-end{border-radius:0 10px 10px 0}.cal-day-outside{color:var(--gray-200);pointer-events:none}.cal-day-disabled{color:var(--gray-200);cursor:default;pointer-events:none}.cal-day-disabled:hover{box-shadow:none;background:0 0;transform:none}@media (max-width:768px){.cal-panel{width:280px;padding:16px;left:0;transform:translate(-25%)}@keyframes calFadeIn{0%{opacity:0;transform:translate(-25%)translateY(6px)}to{opacity:1;transform:translate(-25%)translateY(0)}}}.search-divider{background:var(--gray-200);flex-shrink:0;width:1px;height:36px}.search-bar-btn{background:var(--emerald-500);color:var(--white);cursor:pointer;white-space:nowrap;transition:background .25s var(--ease),box-shadow .25s var(--ease),transform .25s var(--ease);border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:14px 26px;font-family:inherit;font-size:.92rem;font-weight:600;display:inline-flex;box-shadow:0 4px 16px #2da87359}.search-bar-btn:hover{background:var(--emerald-600);transform:translateY(-1px);box-shadow:0 8px 28px #2da87373}.search-bar-btn:disabled{opacity:.6;cursor:wait;transform:none}.search-bar-btn svg{flex-shrink:0;width:18px;height:18px}.search-bar-error{color:#fca5a5;white-space:nowrap;text-shadow:0 1px 4px #0000004d;font-size:.82rem;font-weight:600;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}.search-suggestions{z-index:30;width:calc(100% + 40px);min-width:320px;position:absolute;top:calc(100% + 8px);left:-20px}.search-suggestions-loading{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--gray-500);box-shadow:var(--shadow-card);padding:.75rem 1rem;font-size:.88rem}.search-suggestions-list{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);gap:.2rem;max-height:280px;padding:.35rem;list-style:none;display:grid;overflow:auto;box-shadow:0 16px 40px #0000001f}.search-suggestions-list button{border-radius:var(--radius-sm);text-align:left;cursor:pointer;width:100%;transition:background .15s var(--ease);background:0 0;border:none;gap:.1rem;padding:.6rem .75rem;font-family:inherit;display:grid}.search-suggestions-list button:hover{background:var(--gray-100)}.search-suggestions-list strong{color:var(--gray-900);font-size:.9rem}.search-suggestions-list span{color:var(--gray-500);font-size:.8rem}.home-recommend-section{background:var(--white);padding:4.5rem 0}.recommend-inner{gap:2rem;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid}.recommend-header{text-align:center;justify-items:center;gap:.5rem;display:grid}.recommend-header h2{font-family:var(--font-display),sans-serif;color:var(--gray-900);letter-spacing:-.01em;font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700}.recommend-header p{color:var(--gray-500);max-width:460px;font-size:1rem}.recommend-filters{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.recommend-filter-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;transition:all .2s var(--ease);border-radius:999px;padding:.52rem 1.1rem;font-family:inherit;font-size:.88rem;font-weight:500}.recommend-filter-btn:hover{border-color:var(--emerald-500);color:var(--emerald-600)}.recommend-filter-btn.active{background:var(--emerald-500);border-color:var(--emerald-500);color:var(--white)}.recommend-controls{justify-content:center;align-items:center;gap:.6rem;display:flex}.recommend-carousel-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;width:2.4rem;height:2.4rem;transition:all .2s var(--ease);border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex}.recommend-carousel-btn:hover:not(:disabled){border-color:var(--emerald-500);color:var(--emerald-600)}.recommend-carousel-btn:disabled{opacity:.35;cursor:not-allowed}.recommend-carousel-status{color:var(--gray-500);text-align:center;min-width:7.5rem;font-size:.85rem}.recommend-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.rec-card{background:var(--white);border:1px solid var(--gray-200);transition:transform .3s var(--ease),box-shadow .3s var(--ease);cursor:default;color:inherit;border-radius:16px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.rec-card-clickable{cursor:pointer}.rec-card-clickable:focus-visible{outline-offset:4px;outline:3px solid #6850ff5c}.rec-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0000001a}.rec-card-img-wrap{aspect-ratio:16/11;background:var(--gray-100);position:relative;overflow:hidden}.rec-card-img-wrap img,.rec-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease);display:block}.rec-card:hover .rec-card-img-wrap img,.rec-card:hover .rec-card-img{transform:scale(1.06)}.rec-card-rating-badge{color:var(--white);background:var(--gray-900);border-radius:8px;align-items:center;gap:4px;padding:.25rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;top:.65rem;left:.65rem;box-shadow:0 2px 6px #00000040}.rec-card-rating-badge svg{width:12px;height:12px;color:var(--gold)}.rec-card-body{flex-direction:column;flex:1;gap:.3rem;padding:.9rem 1rem;display:flex}.rec-card-name{font-family:var(--font-display),sans-serif;color:var(--gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.rec-card-location{color:var(--gray-500);align-items:center;gap:4px;font-size:.85rem;display:flex}.rec-card-location svg{width:14px;height:14px;color:var(--gray-400);flex-shrink:0}.rec-card-address{color:var(--gray-400);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.35;display:-webkit-box;overflow:hidden}.rec-card-foot{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.6rem;display:flex}.rec-card-price{color:var(--emerald-600);font-size:.95rem;font-weight:700}.rec-card-link{color:var(--emerald-600);border:1px solid var(--emerald-500);transition:all .2s var(--ease);white-space:nowrap;border-radius:999px;padding:.45rem .8rem;font-size:.82rem;font-weight:600}.rec-card-link:hover{background:var(--emerald-500);color:var(--white)}.recommend-grid-loading{pointer-events:none}.rec-skeleton-card{background:var(--white)}.rec-skeleton-card .rec-card-img-wrap{background:var(--gray-100)}h1,h2,h3{font-family:var(--font-display),sans-serif;letter-spacing:-.01em;color:var(--gray-900)}.primary-cta,.secondary-cta{border-radius:var(--radius-sm);font:inherit;cursor:pointer;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease);border:none;font-weight:600}.primary-cta{background:var(--emerald-500);color:var(--white);padding:.75rem 1.1rem;box-shadow:0 4px 14px #2da87340}.primary-cta:hover{background:var(--emerald-600);transform:translateY(-1px);box-shadow:0 8px 24px #2da87359}.primary-cta:disabled{opacity:.55;cursor:wait;transform:none}.secondary-cta{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-700);justify-content:center;align-items:center;gap:.4rem;padding:.6rem .9rem;display:inline-flex}.secondary-cta:hover{border-color:var(--emerald-500);color:var(--emerald-600);transform:translateY(-1px)}.field{width:100%}.stack{gap:.42rem;display:grid}label{color:var(--gray-600);font-size:.84rem;font-weight:600}input,textarea,select{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);width:100%;font:inherit;color:var(--gray-900);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);padding:.72rem .82rem}textarea{resize:vertical;min-height:108px}input:focus,textarea:focus,select:focus,button:focus-visible{border-color:var(--emerald-500);outline:none;box-shadow:0 0 0 3px #2da87326}.grid-three{grid-template-columns:repeat(3,minmax(120px,1fr));gap:.7rem;display:grid}.results-page-shell{gap:1.5rem;max-width:1320px;margin:0 auto;padding:1.5rem clamp(1rem,3vw,2rem) 3rem;display:grid}.results-wrap,.hotel-page,.confirmation-page{gap:1.25rem;display:grid}.results-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.results-topbar-left h1{color:var(--gray-900);letter-spacing:-.01em;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700}.results-topbar-left h1 span{color:var(--gray-400);font-weight:400}.results-topbar-right{align-items:center;gap:.5rem;display:flex}.results-sort-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;transition:all .2s var(--ease);border-radius:999px;align-items:center;gap:6px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;display:inline-flex}.results-sort-btn:hover{border-color:var(--gray-300);color:var(--gray-900)}.results-sort-btn svg{width:16px;height:16px}.results-view-toggle{border:1px solid var(--gray-200);border-radius:10px;display:inline-flex;overflow:hidden}.results-view-btn{background:var(--white);width:2.5rem;height:2.5rem;color:var(--gray-400);cursor:pointer;transition:all .15s var(--ease);border:none;justify-content:center;align-items:center;display:inline-flex}.results-view-btn:first-child{border-right:1px solid var(--gray-200)}.results-view-btn.active{background:var(--gray-900);color:var(--white)}.results-view-btn:hover:not(.active){background:var(--gray-50);color:var(--gray-700)}.results-view-btn svg{width:18px;height:18px}.results-categories{align-items:center;gap:.45rem;display:flex;position:relative}.results-category-scroll{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:.45rem;padding:.25rem 0;display:flex;overflow-x:auto}.results-category-scroll::-webkit-scrollbar{display:none}.results-cat-nav{border:1px solid var(--gray-200);background:var(--white);cursor:pointer;width:2rem;height:2rem;color:var(--gray-600);transition:all .15s var(--ease);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.results-cat-nav:hover{border-color:var(--gray-400);background:var(--gray-50)}.results-cat-nav svg{width:14px;height:14px}.results-cat-pill{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;white-space:nowrap;transition:all .2s var(--ease);border-radius:999px;align-items:center;gap:6px;padding:.48rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;display:inline-flex}.results-cat-pill:hover{border-color:var(--gray-400);color:var(--gray-900)}.results-cat-pill.active{background:var(--gray-900);border-color:var(--gray-900);color:var(--white)}.results-cat-pill svg{width:16px;height:16px}.results-cat-count{background:var(--gray-100);color:var(--gray-500);border-radius:999px;padding:.1rem .5rem;font-size:.75rem;font-weight:600}.results-cat-pill.active .results-cat-count{color:var(--white);background:#fff3}.results-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.5rem;display:grid}.hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.hotel-grid.hotel-grid-list{grid-template-columns:1fr}.hotel-grid-list .hotel-card{grid-template-columns:280px 1fr;display:grid}.hotel-grid-list .hotel-photo-wrap{aspect-ratio:auto;min-height:200px}.hotel-grid-list .hotel-content{justify-content:center;padding:1.1rem 1.25rem}.hotel-card{border:1px solid var(--gray-200);background:var(--white);transition:transform .3s var(--ease),box-shadow .3s var(--ease);border-radius:16px;padding:0;overflow:hidden}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.hotel-photo-wrap{aspect-ratio:16/11;background:var(--gray-100);position:relative;overflow:hidden}.hotel-photo,.hotel-hero-image,.room-thumb,.confirmation-photo{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease);display:block}.hotel-card:hover .hotel-photo{transform:scale(1.05)}.hotel-photo{min-height:0}.hotel-chip{color:var(--white);background:var(--gray-900);border-radius:8px;align-items:center;gap:4px;padding:.25rem .55rem;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;top:.75rem;left:.75rem}.hotel-chip svg{width:12px;height:12px;color:var(--gold)}.hotel-wishlist{background:var(--white);cursor:pointer;width:34px;height:34px;transition:transform .2s var(--ease),box-shadow .2s var(--ease);border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #0000001a}.hotel-wishlist:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.hotel-wishlist svg{width:16px;height:16px;color:var(--gray-400)}.hotel-content{gap:.35rem;padding:.9rem 1rem 1rem;display:grid}.hotel-content h2{color:var(--gray-900);font-size:1.05rem;font-weight:600;line-height:1.3}.hotel-card-address{color:var(--gray-500);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.85rem;display:-webkit-box;overflow:hidden}.hotel-card-foot{justify-content:space-between;align-items:baseline;gap:.5rem;margin-top:.35rem;display:flex}.hotel-card-price{align-items:baseline;gap:.3rem;display:flex}.hotel-card-price strong{color:var(--gray-900);font-size:1.1rem;font-weight:700}.hotel-card-price span{color:var(--gray-400);font-size:.82rem}.hotel-card-total{color:var(--gray-400);text-underline-offset:2px;font-size:.8rem;text-decoration:underline}.hotel-card-view-btn{color:var(--emerald-600);border:1px solid var(--emerald-500);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;background:0 0;border-radius:999px;align-items:center;padding:.4rem .85rem;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.hotel-card-view-btn:hover{background:var(--emerald-500);color:var(--white)}.price,.offer-cta p{color:var(--emerald-600);font-weight:700}.results-filters{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);gap:1.4rem;padding:1.25rem;display:grid;position:sticky;top:5.5rem}.filter-head{justify-content:space-between;align-items:center;display:flex}.filter-head h2{color:var(--gray-900);font-size:1.2rem;font-weight:700}.filter-clear{color:var(--emerald-600);cursor:pointer;transition:color .15s var(--ease);background:0 0;border:none;padding:0;font-family:inherit;font-size:.84rem;font-weight:600}.filter-clear:hover{color:var(--emerald-700)}.filter-badge{background:var(--emerald-500);color:var(--white);border-radius:999px;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;margin-left:4px;font-size:.72rem;font-weight:700;display:inline-flex}.filter-section{border-top:1px solid var(--gray-100);gap:.75rem;padding-top:1rem;display:grid}.filter-section:first-of-type{border-top:none;padding-top:0}.filter-section-title{color:var(--gray-900);font-size:.92rem;font-weight:700}.filter-section-desc{color:var(--gray-400);margin-top:-.35rem;font-size:.8rem}.filter-price-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.filter-price-input-wrap{flex-direction:column;gap:.3rem;display:flex}.filter-price-input-wrap label{color:var(--gray-400);font-size:.78rem;font-weight:500}.filter-price-input{border:1px solid var(--gray-200);color:var(--gray-900);background:var(--white);transition:border-color .15s var(--ease);border-radius:10px;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;font-weight:500}.filter-price-input:focus{border-color:var(--emerald-500);box-shadow:0 0 0 3px #2da8731a}.results-insights{gap:.65rem;display:grid;position:sticky;top:5rem}.insight-list{gap:.55rem;display:grid}.insight-list article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);gap:.15rem;padding:.65rem;display:grid}.insight-list small{color:var(--gray-500)}.insight-list strong{line-height:1.3}.summary-bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.95rem;display:flex}.results-summary{padding:1.2rem}.summary-bar h1{font-size:clamp(1.6rem,3.8vw,2.2rem)}.summary-bar p{color:var(--gray-500)}.summary-pill-list{flex-wrap:wrap;gap:.45rem;display:flex}.summary-pill-list span{color:var(--emerald-600);background:#2da87314;border:1px solid #2da87333;border-radius:999px;padding:.45rem .78rem;font-size:.82rem;font-weight:600}.results-pagination{justify-content:space-between;align-items:center;gap:1rem;padding-top:.5rem;display:flex}.pagination-pages{align-items:center;gap:.3rem;display:flex}.pagination-btn{border:1px solid var(--gray-200);background:var(--white);min-width:2.2rem;height:2.2rem;color:var(--gray-600);cursor:pointer;transition:all .15s var(--ease);border-radius:8px;justify-content:center;align-items:center;font-family:inherit;font-size:.85rem;font-weight:500;display:inline-flex}.pagination-btn:hover{border-color:var(--gray-400);color:var(--gray-900)}.pagination-btn.active{background:var(--gray-900);border-color:var(--gray-900);color:var(--white)}.pagination-btn:disabled{opacity:.35;cursor:not-allowed}.pagination-ellipsis{color:var(--gray-400);padding:0 .2rem;font-size:.85rem}.pagination-show{color:var(--gray-500);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.pagination-show select{border-radius:8px;width:auto;padding:.35rem .5rem;font-size:.82rem}.results-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}.results-loading-spinner{border:3px solid var(--gray-200);border-top-color:var(--emerald-500);border-radius:999px;width:40px;height:40px;animation:.7s linear infinite resultsSpinner}@keyframes resultsSpinner{to{transform:rotate(360deg)}}.results-loading p{color:var(--gray-500);font-size:.95rem}.results-empty-state{text-align:center;justify-items:center;gap:.75rem;padding:3rem 1rem;display:grid}.results-empty-state svg{width:48px;height:48px;color:var(--gray-300)}.results-empty-state h3{color:var(--gray-700);font-size:1.15rem}.results-empty-state p{color:var(--gray-400);max-width:380px;font-size:.92rem}.hotel-card-skeleton{border:1px solid var(--gray-200);background:var(--white);border-radius:16px;overflow:hidden}.hotel-card-skeleton .hotel-photo-wrap{background:var(--gray-100);aspect-ratio:16/11}.skeleton-shimmer{background:linear-gradient(100deg,var(--gray-100)10%,var(--gray-200)45%,var(--gray-100)80%);background-size:240% 100%;animation:1.3s linear infinite detailSkeletonShimmer}.hotel-card-skeleton .hotel-content{gap:.45rem;padding:.95rem 1rem;display:grid}.skeleton-line{background:linear-gradient(100deg,var(--gray-100)10%,var(--gray-200)45%,var(--gray-100)80%);background-size:240% 100%;border-radius:6px;height:14px;animation:1.3s linear infinite detailSkeletonShimmer}.skeleton-line-lg{width:80%}.skeleton-line-md{width:55%}.skeleton-line-sm{width:35%}.skeleton-line-full{width:100%}.muted{color:var(--gray-500)}.hotel-hero{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:1rem;display:grid}.hotel-hero-copy{gap:.6rem;display:grid}.hotel-meta-line{flex-wrap:wrap;gap:.35rem;display:flex}.hotel-meta-line span{border:1px solid var(--line);color:var(--gray-600);background:var(--gray-50);border-radius:999px;padding:.35rem .6rem;font-size:.82rem}.hotel-description{color:var(--gray-600);line-height:1.55}.hotel-hero-image-wrap{border-radius:16px;min-height:280px;overflow:hidden}.room-group-list{gap:.9rem;display:grid}.room-group{gap:.85rem;display:grid}.room-group-header{align-items:center;gap:.75rem;display:flex}.room-thumb{border-radius:10px;width:116px;height:84px}.offer-list{gap:.65rem;display:grid}.offer-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);justify-content:space-between;align-items:flex-start;gap:.8rem;padding:.82rem;display:flex}.offer-row p{color:var(--gray-600);margin-top:.2rem;font-size:.9rem}.offer-cta{justify-items:end;gap:.52rem;min-width:170px;display:grid}.reviews-panel{gap:.8rem;display:grid}.reviews-head{justify-content:space-between;align-items:baseline;gap:.8rem;display:flex}.reviews-head p{color:var(--gray-500)}.reviews-list{gap:.7rem;display:grid}.review-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);gap:.35rem;padding:.84rem;display:grid}.review-title{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.checkout-page-shell{max-width:1200px;margin:0 auto;padding:2rem clamp(1rem,3vw,2rem) 3rem}.checkout-progress{justify-content:center;align-items:center;gap:0;margin-bottom:2rem;display:flex}.checkout-progress-step{align-items:center;gap:.55rem;display:flex}.checkout-progress-number{border:2px solid var(--gray-200);width:36px;height:36px;color:var(--gray-400);background:var(--white);transition:all .25s var(--ease);border-radius:50%;flex-shrink:0;place-items:center;font-size:.88rem;font-weight:800;display:grid}.checkout-progress-step.active .checkout-progress-number{border-color:var(--emerald-500);background:var(--emerald-500);color:var(--white);box-shadow:0 4px 14px #2da8734d}.checkout-progress-step.completed .checkout-progress-number{border-color:var(--emerald-500);background:var(--emerald-500);color:var(--white)}.checkout-progress-label{color:var(--gray-400);transition:color .2s var(--ease);font-size:.88rem;font-weight:600}.checkout-progress-step.active .checkout-progress-label,.checkout-progress-step.completed .checkout-progress-label{color:var(--gray-900)}.checkout-progress-line{background:var(--gray-200);width:60px;height:2px;transition:background .25s var(--ease);border-radius:2px;margin:0 .75rem}.checkout-progress-line.done{background:var(--emerald-500)}.checkout-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:1.25rem;display:grid}.checkout-main-stack{gap:1.25rem;display:grid}.checkout-card{background:var(--white);border:1px solid var(--gray-200);transition:box-shadow .25s var(--ease);border-radius:16px;gap:.75rem;padding:1.5rem;display:grid}.checkout-card:hover{box-shadow:0 8px 28px #0000000a}.checkout-card-header{align-items:center;gap:.75rem;display:flex}.checkout-card-icon{border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.checkout-card-icon svg{width:22px;height:22px;color:var(--white)}.checkout-card-icon.guest{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));box-shadow:0 4px 12px #2da87340}.checkout-card-icon.payment{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px #6366f140}.checkout-card-header h1,.checkout-card-header h2{color:var(--gray-900);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.checkout-card-subtitle{color:var(--gray-500);margin-top:-.25rem;font-size:.9rem;line-height:1.5}.guest-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.85rem;display:grid}.checkout-field{gap:.35rem;display:grid}.checkout-field label{color:var(--gray-600);letter-spacing:.02em;text-transform:uppercase;font-size:.82rem;font-weight:600}.checkout-field input{border:1.5px solid var(--gray-200);width:100%;color:var(--gray-900);background:var(--white);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);border-radius:10px;padding:.7rem .9rem;font-family:inherit;font-size:.92rem}.checkout-field input:focus{border-color:var(--emerald-500);outline:none;box-shadow:0 0 0 3px #2da8731a}.checkout-field input::placeholder{color:var(--gray-300)}.checkout-save-btn{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));color:var(--white);cursor:pointer;transition:all .2s var(--ease);border:none;border-radius:10px;grid-column:1/-1;justify-self:start;align-items:center;gap:6px;padding:.65rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:700;display:inline-flex}.checkout-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #2da87359}.checkout-save-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-save-btn svg{width:16px;height:16px}.checkout-saved-banner{color:var(--emerald-600);background:#2da8730f;border:1px solid #2da8732e;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:.88rem;font-weight:600;display:flex}.checkout-saved-banner svg{flex-shrink:0;width:18px;height:18px}.sandbox-note{color:var(--success);background:#16a34a0f;border:1px solid #16a34a2e;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem .9rem;font-size:.85rem;display:flex}.sandbox-note svg{width:18px;height:18px;color:var(--success);flex-shrink:0}.payment-panel{background:var(--white);border:1px solid var(--gray-200);transition:box-shadow .25s var(--ease);border-radius:16px;gap:.75rem;padding:1.5rem;display:grid}.payment-panel:hover{box-shadow:0 8px 28px #0000000a}.payment-target{min-height:200px;margin-top:.4rem}.payment-lock-note{color:var(--gray-400);align-items:center;gap:.45rem;margin-top:.3rem;font-size:.8rem;display:flex}.payment-lock-note svg{width:14px;height:14px}.booking-summary{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;gap:.65rem;padding:1.3rem;display:grid;position:sticky;top:5.5rem}.booking-summary-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.6rem;padding-bottom:.65rem;display:flex}.booking-summary-icon{background:#2da87314;border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.booking-summary-icon svg{width:20px;height:20px;color:var(--emerald-600)}.booking-summary-header h2{color:var(--gray-900);font-size:1.1rem;font-weight:700}.summary-row{border-bottom:1px solid var(--gray-50);justify-content:space-between;align-items:center;gap:.7rem;padding:.55rem 0;display:flex}.summary-row:last-child{border-bottom:none}.summary-row-label{color:var(--gray-500);align-items:center;gap:4px;font-size:.85rem;display:flex}.summary-row-label svg{width:14px;height:14px;color:var(--gray-400)}.summary-row-value{text-align:right;color:var(--gray-900);overflow-wrap:anywhere;max-width:55%;font-size:.88rem;font-weight:700}.checkout-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}.checkout-loading-spinner{border:3px solid var(--gray-200);border-top-color:var(--emerald-500);border-radius:50%;width:42px;height:42px;animation:.7s linear infinite checkoutSpin}@keyframes checkoutSpin{to{transform:rotate(360deg)}}.checkout-loading p{color:var(--gray-500);font-size:.95rem;font-weight:500}.confirmation-page-shell{max-width:900px;margin:0 auto;padding:2.5rem clamp(1rem,3vw,2rem) 3rem}.confirmation-page{gap:1.25rem;display:grid}.confirmation-header{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;gap:.75rem;padding:2rem 1.5rem;display:grid}.confirmation-success-icon{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto;display:grid;box-shadow:0 8px 24px #2da8734d}.confirmation-success-icon svg{width:32px;height:32px;color:var(--white)}.confirmation-header h1{color:var(--gray-900);letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,1.9rem);font-weight:700}.confirmation-header>p{color:var(--gray-500);font-size:.92rem}.confirmation-pill-list{flex-wrap:wrap;justify-content:center;gap:.45rem;display:flex}.confirmation-pill-list span{color:var(--emerald-600);background:#2da8730f;border:1px solid #2da87333;border-radius:999px;padding:.38rem .68rem;font-size:.8rem;font-weight:600}.confirmation-grid{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;grid-template-columns:1fr 1fr;gap:1.25rem;display:grid;overflow:hidden}.confirmation-details{align-content:start;gap:.6rem;padding:1.5rem;display:grid}.confirmation-details h2{color:var(--gray-900);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.confirmation-media{min-height:280px;position:relative;overflow:hidden}.confirmation-photo{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.confirmation-action-primary{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));color:var(--white);cursor:pointer;transition:all .2s var(--ease);border:none;border-radius:10px;align-items:center;gap:6px;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.confirmation-action-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2da87359}.confirmation-action-secondary{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);cursor:pointer;transition:all .15s var(--ease);border-radius:10px;align-items:center;gap:6px;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.confirmation-action-secondary:hover{border-color:var(--gray-300);box-shadow:0 4px 12px #0000000a}@media (max-width:980px){.checkout-grid{grid-template-columns:1fr}.booking-summary{order:-1;position:static}.confirmation-grid{grid-template-columns:1fr}.confirmation-media{min-height:220px}}@media (max-width:600px){.guest-form-grid{grid-template-columns:1fr}.checkout-save-btn{justify-content:center;width:100%}.checkout-progress-label{display:none}.checkout-progress-line{width:36px}.summary-row{flex-direction:column;align-items:flex-start;gap:.2rem}.summary-row-value{text-align:left;max-width:100%}.confirmation-actions{flex-direction:column;align-items:stretch}.confirmation-action-primary,.confirmation-action-secondary{justify-content:center}}.auth-page-shell{background:radial-gradient(ellipse at 50% 0%,#2da8730f 0%,transparent 60%),var(--gray-50);justify-content:center;align-items:center;max-width:100%;min-height:calc(100vh - 72px);padding:2rem 1rem;display:flex}.auth-panel{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;gap:1.2rem;width:100%;max-width:440px;padding:2.5rem 2rem 2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000a,0 20px 60px #0000000f}.auth-panel:before{content:"";background:linear-gradient(90deg,var(--emerald-500),var(--emerald-600));height:4px;position:absolute;top:0;left:0;right:0}.auth-header{text-align:center;gap:.45rem;display:grid}.auth-header .eyebrow{display:none}.auth-header h1{font-family:var(--font-display),serif;color:var(--gray-900);letter-spacing:-.02em;font-size:1.85rem;font-weight:700;line-height:1.15}.auth-header p{color:var(--gray-400);font-size:.9rem;line-height:1.5}.auth-header p strong,.auth-header p b{color:var(--emerald-600);font-weight:600}.auth-google-link{border:1.5px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-700);cursor:pointer;transition:all .2s var(--ease);border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:.78rem 1rem;font-family:inherit;font-size:.92rem;font-weight:600;text-decoration:none;display:flex}.auth-google-link:hover{border-color:var(--gray-300);background:var(--gray-50);transform:translateY(-1px);box-shadow:0 4px 16px #0000000d}.auth-divider{text-align:center;color:var(--gray-400);margin:.15rem 0;font-size:.82rem;position:relative}.auth-divider:before{content:"";border-top:1px solid var(--gray-200);position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.auth-divider span{background:var(--white);color:var(--gray-400);padding:0 .75rem;font-weight:500;display:inline-block;position:relative}.auth-form{gap:.85rem}.auth-form .field{flex-direction:column;gap:0;display:flex}.auth-form .field label{display:none}.auth-form .field input{border:1.5px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-900);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);border-radius:12px;padding:.82rem 1rem;font-family:inherit;font-size:.95rem}.auth-form .field input::placeholder{color:var(--gray-400)}.auth-form .field input:focus{border-color:var(--emerald-500);outline:none;box-shadow:0 0 0 3px #2da8731f}.auth-submit{background:linear-gradient(135deg,var(--emerald-500)0%,var(--emerald-600)100%);width:100%;color:var(--white);cursor:pointer;transition:all .25s var(--ease);letter-spacing:.01em;border:none;border-radius:12px;justify-self:stretch;margin-top:.3rem;padding:.85rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700}.auth-submit:hover:not(:disabled){background:linear-gradient(135deg,var(--emerald-600)0%,#1e8a58 100%);transform:translateY(-1px);box-shadow:0 8px 28px #2da8734d}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-switch{color:var(--gray-500);text-align:center;font-size:.9rem}.auth-switch a{color:var(--emerald-600);transition:color .15s var(--ease);font-weight:600;text-decoration:none}.auth-switch a:hover{color:var(--emerald-700);text-decoration:underline}.auth-skip-link{color:var(--gray-400);text-underline-offset:.16rem;transition:color .15s var(--ease);justify-self:center;font-size:.84rem;text-decoration:underline}.auth-skip-link:hover{color:var(--gray-600)}.auth-panel .error{text-align:center;background:#ef444414;border:1px solid #ef444426;border-radius:10px;padding:.6rem 1rem}.auth-panel .status{text-align:center;color:var(--emerald-600);background:#2da87314;border:1px solid #2da87326;border-radius:10px;padding:.6rem 1rem}@media (max-width:480px){.auth-page-shell{min-height:calc(100vh - 64px);padding:1rem .75rem}.auth-panel{border-radius:16px;padding:2rem 1.5rem 1.5rem}.auth-header h1{font-size:1.55rem}}:is(.app-root:has(.auth-signup-redesign)>.shell-header,.app-root:has(.auth-signup-redesign)>.site-footer){display:none}.app-root:has(.auth-signup-redesign){background:#fff;min-height:100dvh}.app-root:has(.auth-signup-redesign) .shell-content{background:#fff;min-height:100dvh}.auth-page-shell.auth-signup-redesign{background:#fff;width:100%;max-width:none;min-height:100dvh;margin:0;padding:0;display:block}.auth-signup-split{color:#071746;background:#fff;grid-template-columns:43.05% 56.95%;min-height:100dvh;display:grid;overflow:hidden}.auth-signup-left{background:#fff;align-items:flex-start;min-width:0;min-height:100dvh;padding:82px 86px 42px 89px;display:flex}.auth-signup-content{align-content:start;width:min(448px,100%);display:grid}.auth-signup-logo{align-items:center;width:246px;display:inline-flex}.auth-signup-logo img{width:246px;height:auto}.auth-signup-heading{margin-top:56px}.auth-signup-heading h1{color:#071746;letter-spacing:0;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:50px;font-weight:500;line-height:1.08}.auth-signup-heading p{color:#8b92aa;letter-spacing:0;margin:21px 0 0;font-size:21px;font-weight:500;line-height:1.35}.auth-signup-form{gap:27px;margin-top:37px;display:grid}.auth-signup-name-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px;display:grid}.auth-signup-field{gap:11px;display:grid}.auth-signup-field label{color:#243454;font-size:16px;font-weight:700;line-height:1}.auth-signup-field input{color:#071746;width:100%;height:53px;font:inherit;letter-spacing:0;transition:border-color .2s var(--ease),box-shadow .2s var(--ease);background:#fff;border:1.5px solid #d9dce7;border-radius:7px;padding:0 16px;font-size:16px;font-weight:500}.auth-signup-field input::placeholder{color:#969caf;opacity:1}.auth-signup-field input:focus{border-color:#7057f5;outline:none;box-shadow:0 0 0 3px #7057f51f}.auth-signup-password{position:relative}.auth-signup-password input{padding-right:52px}.auth-signup-password button{color:#8b92a6;cursor:pointer;width:32px;height:32px;transition:color .18s var(--ease),background .18s var(--ease);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.auth-signup-password button svg{width:22px;height:22px}.auth-signup-password button:hover,.auth-signup-password button:focus-visible,.auth-signup-password button.is-visible{color:#7057f5;background:#7057f514;outline:none}.auth-signup-terms{color:#8b92aa;cursor:pointer;align-items:center;gap:13px;margin-top:-2px;font-size:13.5px;font-weight:500;line-height:1.35;display:flex}.auth-signup-terms input{appearance:none;cursor:pointer;background:#fff;border:1.5px solid #b8bdcb;border-radius:3px;flex:none;width:21px;height:21px}.auth-signup-terms input:checked{background:linear-gradient(135deg,#0000 0 36%,#fff 36% 46%,#0000 46%),linear-gradient(45deg,#0000 0 45%,#fff 45% 55%,#0000 55%),#7057f5;border-color:#7057f5}.auth-signup-terms a{color:#7057f5;font-weight:600}.auth-signup-submit{color:#fff;width:100%;height:54px;font:inherit;cursor:pointer;transition:background .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease);background:#604cf4;border:0;border-radius:7px;justify-content:center;align-items:center;font-size:18px;font-weight:500;line-height:1;display:inline-flex}.auth-signup-submit:hover:not(:disabled){background:#553fee;transform:translateY(-1px);box-shadow:0 14px 30px #604cf438}.auth-signup-submit:disabled{opacity:.65;cursor:not-allowed}.auth-signup-divider{color:#969caf;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:17px;margin-top:23px;display:grid}.auth-signup-divider span{background:#d9dce7;height:1.5px}.auth-signup-divider p{color:#969caf;white-space:nowrap;margin:0;font-size:15px;font-weight:500}.auth-signup-socials{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;margin-top:20px;display:grid}.auth-signup-social-btn{color:#3b4665;height:56px;font:inherit;cursor:pointer;transition:border-color .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease);background:#fff;border:1.5px solid #d9dce7;border-radius:7px;justify-content:center;align-items:center;gap:17px;font-size:17px;font-weight:500;line-height:1;display:inline-flex}.auth-signup-social-btn:hover{border-color:#c4c9d7;transform:translateY(-1px);box-shadow:0 10px 22px #07174614}.auth-signup-switch{color:#8b92aa;text-align:center;margin:29px 0 0;font-size:16px;font-weight:500;line-height:1.4}.auth-signup-switch a,.auth-signup-skip{color:#7057f5;font-weight:600}.auth-signup-skip{justify-self:center;margin-top:12px;font-size:14px}.auth-signup-error,.auth-signup-status{text-align:center;border-radius:7px;margin:16px 0 0;padding:10px 14px;font-size:14px;line-height:1.4}.auth-signup-error{color:#b42318;background:#fff3f1;border:1px solid #b423182e}.auth-signup-status{color:#426028;background:#f3faed;border:1px solid #4260282e}.auth-signup-image-panel{background:#ead9d8;min-width:0;min-height:100dvh;position:relative;overflow:hidden}.auth-signup-image{object-fit:cover;object-position:72% center}@media (max-width:1180px){.auth-signup-left{padding:64px 56px 42px}.auth-signup-heading h1{font-size:43px}.auth-signup-heading p{font-size:19px}}@media (max-width:900px){.auth-signup-split{grid-template-columns:1fr}.auth-signup-image-panel{display:none}.auth-signup-left{justify-content:center;min-height:100dvh;padding:48px 24px}.auth-signup-content{width:min(448px,100%)}}@media (max-width:520px){.auth-signup-left{padding:34px 20px}.auth-signup-logo,.auth-signup-logo img{width:214px}.auth-signup-heading{margin-top:44px}.auth-signup-heading h1{font-size:37px}.auth-signup-name-grid,.auth-signup-socials{grid-template-columns:1fr;gap:18px}.auth-signup-form{gap:22px}}:is(.app-root:has(.auth-signin-redesign)>.shell-header,.app-root:has(.auth-signin-redesign)>.site-footer){display:none}.app-root:has(.auth-signin-redesign){background:#f1eee9;min-height:100dvh}.app-root:has(.auth-signin-redesign) .shell-content{background:#f1eee9;min-height:100dvh}.auth-page-shell.auth-signin-redesign{background:#f1eee9;width:100%;max-width:none;height:auto;min-height:100dvh;padding:11px;display:block;overflow:hidden auto}.auth-signin-shell{background:#fbfbfd;border-radius:20px;grid-template-columns:minmax(0,43.8%) minmax(0,56.2%);height:auto;min-height:calc(100dvh - 22px);display:grid;overflow:hidden;box-shadow:0 18px 40px #07174614}.auth-signin-left{align-items:flex-start;min-width:0;height:auto;min-height:calc(100dvh - 22px);padding:57px 83px 52px 64px;display:flex}.auth-signin-content{align-content:start;width:min(478px,100%);display:grid}.auth-signin-logo{align-items:center;width:242px;display:inline-flex}.auth-signin-logo img{mix-blend-mode:multiply;width:242px;height:auto}.auth-signin-heading{margin-top:110px}.auth-signin-heading h1{color:#071746;letter-spacing:0;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:51px;font-weight:400;line-height:1.08}.auth-signin-heading p{color:#737b95;margin:16px 0 0;font-size:22px;font-weight:500;line-height:1.35}.auth-signin-form{gap:27px;margin-top:41px;display:grid}.auth-signin-field{gap:12px;display:grid}.auth-signin-field label{color:#243454;font-size:17px;font-weight:700;line-height:1}.auth-signin-field input{color:#16244a;width:100%;height:61px;font:inherit;background:#fff;border:1.5px solid #d7dbe6;border-radius:7px;padding:0 17px;font-size:18px;font-weight:500;line-height:1;transition:border-color .16s,box-shadow .16s}.auth-signin-field input::placeholder{color:#8991a8;opacity:1}.auth-signin-field input:focus{border-color:#7057f5;outline:none;box-shadow:0 0 0 3px #7057f51f}.auth-signin-password{position:relative}.auth-signin-password input{padding-right:56px}.auth-signin-password button{color:#64708d;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:color .16s,background-color .16s;display:inline-flex;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.auth-signin-password button svg{width:24px;height:24px}.auth-signin-password button:hover,.auth-signin-password button:focus-visible,.auth-signin-password button.is-visible{color:#071746;background:#7057f514;outline:none}.auth-signin-options{color:#65708b;justify-content:space-between;align-items:center;gap:18px;margin-top:-3px;font-size:16px;font-weight:500;display:flex}.auth-signin-options label{cursor:pointer;align-items:center;gap:15px;display:inline-flex}.auth-signin-options input{appearance:none;background:#fbfbfd;border:1.5px solid #aab2c3;border-radius:4px;flex:none;width:23px;height:23px}.auth-signin-options input:checked{background:linear-gradient(135deg,#0000 0 36%,#fff 36% 46%,#0000 46%),linear-gradient(45deg,#0000 0 45%,#fff 45% 55%,#0000 55%),#7057f5;border-color:#7057f5}.auth-signin-options a{color:#7057f5;white-space:nowrap;font-weight:600}.auth-signin-submit{color:#fff;cursor:pointer;width:100%;height:65px;font:inherit;background:#5f46f7;border:0;border-radius:8px;justify-content:center;align-items:center;margin-top:13px;font-size:22px;font-weight:600;line-height:1;transition:background-color .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:0 14px 28px #5f46f72e}.auth-signin-submit:hover:not(:disabled){background:#543df0;transform:translateY(-1px);box-shadow:0 18px 34px #5f46f73d}.auth-signin-submit:disabled{opacity:.65;cursor:not-allowed}.auth-signin-divider{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;margin-top:44px;display:grid}.auth-signin-divider span{background:#d9dce7;height:1.5px}.auth-signin-divider p{color:#737b95;margin:0;font-size:16px;font-weight:500}.auth-signin-socials{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:27px;display:grid}.auth-signin-social-btn{color:#243454;cursor:pointer;height:62px;font:inherit;background:#fff;border:1.5px solid #d7dbe6;border-radius:7px;justify-content:center;align-items:center;gap:18px;font-size:18px;font-weight:600;line-height:1;transition:border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.auth-signin-social-btn:hover{border-color:#c4c9d7;transform:translateY(-1px);box-shadow:0 10px 22px #07174614}.auth-signin-switch{color:#737b95;text-align:center;margin:76px 0 0;font-size:16px;font-weight:500;line-height:1.4}.auth-signin-switch a,.auth-signin-skip{color:#7057f5;font-weight:600}.auth-signin-skip{justify-self:center;margin-top:12px;font-size:14px}.auth-signin-error,.auth-signin-status{border-radius:7px;margin:16px 0 0;padding:10px 14px;font-size:14px;font-weight:600}.auth-signin-error{color:#b42318;background:#fff3f1;border:1px solid #b423182e}.auth-signin-status{color:#426028;background:#f3faed;border:1px solid #4260282e}.auth-signin-image-panel{min-width:0;height:auto;min-height:calc(100dvh - 22px);position:relative;overflow:hidden}.auth-signin-image{object-fit:cover;object-position:center}@media (max-width:1180px){.auth-signin-left{padding:54px 58px 48px}.auth-signin-heading{margin-top:84px}.auth-signin-heading h1{font-size:43px}.auth-signin-heading p{font-size:20px}}@media (max-width:900px){.auth-page-shell.auth-signin-redesign{height:auto;padding:0;overflow:visible}.auth-signin-shell{height:auto;min-height:100dvh;box-shadow:none;border-radius:0;grid-template-columns:1fr}.auth-signin-image-panel{display:none}.auth-signin-left{justify-content:center;height:auto;min-height:100dvh;padding:48px 24px}.auth-signin-content{width:min(478px,100%)}}@media (max-width:520px){.auth-signin-left{padding:36px 20px}.auth-signin-logo,.auth-signin-logo img{width:214px}.auth-signin-heading{margin-top:70px}.auth-signin-heading h1{font-size:39px}.auth-signin-heading p{font-size:18px}.auth-signin-form{gap:23px}.auth-signin-options{flex-direction:column;align-items:flex-start;gap:14px}.auth-signin-socials{grid-template-columns:1fr}.auth-signin-switch{margin-top:44px}}.bookings-page-shell{gap:1.75rem;max-width:960px;margin:0 auto;padding:2rem clamp(1rem,3vw,2rem) 3rem;display:grid}.bookings-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.bookings-page-header-left h1{color:var(--gray-900);letter-spacing:-.02em;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700}.bookings-page-header-left p{color:var(--gray-400);margin-top:.2rem;font-size:.92rem}.bookings-stat-pills{flex-wrap:wrap;gap:.5rem;display:flex}.bookings-stat-pill{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);border-radius:12px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.bookings-stat-pill strong{color:var(--gray-900)}.bookings-stat-pill svg{width:16px;height:16px;color:var(--emerald-500)}.booking-history-grid{gap:1rem;display:grid}.booking-history-card{background:var(--white);border:1px solid var(--gray-200);transition:transform .25s var(--ease),box-shadow .25s var(--ease);border-radius:16px;padding:0;overflow:hidden}.booking-history-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000000f}.booking-card-top{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem 0;display:flex}.booking-card-top-left{gap:.15rem;min-width:0;display:grid}.booking-card-id{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;font-size:.76rem;font-weight:600}.booking-card-hotel{color:var(--gray-900);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1.1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.booking-status-pill{white-space:nowrap;text-transform:capitalize;border-radius:999px;flex-shrink:0;padding:.3rem .7rem;font-size:.76rem;font-weight:700}.booking-status-pill.status-confirmed,.booking-status-pill.status-booked{color:var(--emerald-600);background:#2da8731a;border:1px solid #2da87340}.booking-status-pill.status-pending{color:#b8860b;background:#f5a6231a;border:1px solid #f5a62340}.booking-status-pill.status-cancelled,.booking-status-pill.status-failed{color:#dc2626;background:#ef444414;border:1px solid #ef444433}.booking-status-pill.status-default{background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-600)}.booking-card-details{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.1rem 1rem;padding:.85rem 1.25rem;display:grid}.booking-detail-item{flex-direction:column;gap:.15rem;padding:.45rem 0;display:flex}.booking-detail-item small{color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:500}.booking-detail-item strong{color:var(--gray-900);font-size:.95rem;font-weight:600}.booking-detail-item.detail-price strong{color:var(--emerald-600);font-weight:700}.booking-card-footer{border-top:1px solid var(--gray-100);background:var(--gray-50);justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem 1.25rem;display:flex}.booking-card-footer-date{color:var(--gray-400);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.booking-card-footer-date svg{width:14px;height:14px}.booking-card-action{color:var(--emerald-600);transition:color .15s var(--ease);align-items:center;gap:4px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.booking-card-action:hover{color:var(--emerald-700)}.booking-card-action svg{width:14px;height:14px}.bookings-empty{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;justify-items:center;gap:.75rem;padding:3.5rem 1.5rem;display:grid}.bookings-empty-icon{background:#2da87314;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.4rem;display:flex}.bookings-empty-icon svg{width:28px;height:28px;color:var(--emerald-500)}.bookings-empty h2{color:var(--gray-900);font-size:1.2rem}.bookings-empty p{color:var(--gray-400);max-width:340px;font-size:.92rem}.bookings-empty-cta{background:var(--emerald-500);color:var(--white);transition:all .2s var(--ease);border-radius:12px;align-items:center;gap:6px;margin-top:.5rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.bookings-empty-cta:hover{background:var(--emerald-600);transform:translateY(-1px);box-shadow:0 8px 24px #2da87340}.booking-skeleton-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;overflow:hidden}.booking-skeleton-top{justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.booking-skeleton-details{grid-template-columns:repeat(4,1fr);gap:1rem;padding:.85rem 1.25rem;display:grid}.booking-skeleton-footer{border-top:1px solid var(--gray-100);background:var(--gray-50);padding:.75rem 1.25rem}.booking-history-actions{justify-content:center;padding-top:.5rem;display:flex}.bookings-load-more{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);cursor:pointer;transition:all .2s var(--ease);border-radius:12px;align-items:center;gap:6px;padding:.65rem 1.5rem;font-family:inherit;font-size:.88rem;font-weight:600;display:inline-flex}.bookings-load-more:hover:not(:disabled){border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 4px 16px #0000000d}.bookings-load-more:disabled{opacity:.5;cursor:not-allowed}.bookings-error{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;justify-items:center;gap:.6rem;padding:2.5rem 1.5rem;display:grid}.bookings-error h2{color:var(--gray-900);font-size:1.15rem}.bookings-error p{color:#dc2626;font-size:.9rem}@media (max-width:760px){.bookings-page-shell{padding:1.25rem .75rem 2rem}.bookings-page-header{flex-direction:column;align-items:flex-start}.booking-card-details,.booking-skeleton-details{grid-template-columns:1fr 1fr}.booking-card-footer{flex-direction:column;align-items:flex-start;gap:.4rem}}@media (max-width:480px){.booking-card-details,.booking-skeleton-details{grid-template-columns:1fr}}.havely-bookings-page{--booking-navy:#071746;--booking-muted:#6f778e;--booking-violet:#654cf3;--booking-line:#e3e6ee;--booking-soft:#f7f8fb;width:100%;max-width:1260px;color:var(--booking-navy);padding:46px clamp(24px,5vw,68px) 76px}.havely-bookings-page .bookings-page-header{border-bottom:1px solid var(--booking-line);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:32px;margin-bottom:30px;padding-bottom:28px;display:grid}.bookings-page-kicker{color:var(--booking-violet);letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:700;display:block}.havely-bookings-page .bookings-page-header-left h1{color:var(--booking-navy);letter-spacing:0;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(44px,5vw,64px);font-weight:400;line-height:1.02}.havely-bookings-page .bookings-page-header-left p{max-width:650px;color:var(--booking-muted);margin:16px 0 0;font-size:19px;font-weight:500;line-height:1.55}.bookings-header-action{background:var(--booking-violet);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-size:16px;font-weight:700;display:inline-flex;box-shadow:0 16px 32px #654cf32e}.bookings-dashboard{gap:24px;display:grid}.bookings-dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.bookings-dashboard-summary article{border:1px solid var(--booking-line);background:#fff;border-radius:8px;align-content:space-between;min-height:132px;padding:22px 24px;display:grid;box-shadow:0 12px 28px #0717460d}.bookings-dashboard-summary span{color:var(--booking-muted);letter-spacing:.13em;text-transform:uppercase;font-size:13px;font-weight:800}.bookings-dashboard-summary strong{color:var(--booking-navy);margin-top:12px;font-family:Georgia,Times New Roman,Times,serif;font-size:38px;font-weight:400;line-height:1}.bookings-dashboard-summary p{color:var(--booking-muted);margin:12px 0 0;font-size:14px;font-weight:500}.bookings-tabbar{border:1px solid var(--booking-line);background:#fff;border-radius:10px;gap:6px;width:fit-content;padding:6px;display:inline-flex;box-shadow:0 10px 24px #0717460a}.bookings-tabbar button{height:44px;color:var(--booking-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:0 18px;font-size:15px;font-weight:800;display:inline-flex}.bookings-tabbar button svg{width:18px;height:18px}.bookings-tabbar button.is-active{background:var(--booking-violet);color:#fff;box-shadow:0 10px 22px #654cf32e}.bookings-tab-panel{min-width:0}.havely-bookings-page .booking-history-grid{gap:18px}.havely-bookings-page .booking-history-card,.havely-bookings-page .booking-skeleton-card,.havely-bookings-page .bookings-empty,.havely-bookings-page .bookings-error{border:1px solid var(--booking-line);background:#fff;border-radius:8px;box-shadow:0 14px 34px #0717460f}.havely-bookings-page .booking-history-card{overflow:hidden}.booking-card-main{grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 24px 16px;display:grid}.booking-card-icon{width:54px;height:54px;color:var(--booking-violet);background:#f0edff;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.booking-card-icon svg{width:25px;height:25px}.booking-card-copy{min-width:0}.havely-bookings-page .booking-card-id{color:var(--booking-violet);letter-spacing:.14em;font-size:12px;font-weight:800}.havely-bookings-page .booking-card-hotel{color:var(--booking-navy);margin:5px 0 0;font-family:Georgia,Times New Roman,Times,serif;font-size:27px;font-weight:400;line-height:1.12}.booking-card-copy p{color:var(--booking-muted);margin:8px 0 0;font-size:15px;font-weight:500}.havely-bookings-page .booking-status-pill{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.havely-bookings-page .booking-status-pill.status-confirmed,.havely-bookings-page .booking-status-pill.status-booked{color:var(--booking-violet);background:#f0edff;border:1px solid #654cf338}.havely-bookings-page .booking-card-details{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:4px 24px 20px}.havely-bookings-page .booking-detail-item{border-left:1px solid var(--booking-line);min-width:0;padding:14px 18px}.havely-bookings-page .booking-detail-item:first-child{border-left:0;padding-left:0}.havely-bookings-page .booking-detail-item small{color:var(--booking-muted);letter-spacing:.12em;font-size:11px;font-weight:800}.havely-bookings-page .booking-detail-item strong{color:var(--booking-navy);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:15px;font-weight:700;overflow:hidden}.havely-bookings-page .booking-detail-item.detail-price strong{color:var(--booking-navy)}.havely-bookings-page .booking-card-footer{border-top:1px solid var(--booking-line);background:var(--booking-soft);padding:16px 24px}.havely-bookings-page .booking-card-footer-date{color:var(--booking-muted);font-size:14px;font-weight:600}.havely-bookings-page .booking-card-footer-date svg,.havely-bookings-page .booking-card-action svg{width:17px;height:17px}.havely-bookings-page .booking-card-action{color:var(--booking-violet);font-size:14px;font-weight:800}.havely-bookings-page .bookings-empty,.havely-bookings-page .bookings-error{min-height:340px;padding:54px 28px}.havely-bookings-page .bookings-empty-icon{width:68px;height:68px;color:var(--booking-violet);background:#f0edff;border-radius:8px}.havely-bookings-page .bookings-empty-icon svg{color:currentColor;width:30px;height:30px}.havely-bookings-page .bookings-empty h2,.havely-bookings-page .bookings-error h2{color:var(--booking-navy);font-family:Georgia,Times New Roman,Times,serif;font-size:34px;font-weight:400}.havely-bookings-page .bookings-empty p,.havely-bookings-page .bookings-error p{max-width:420px;color:var(--booking-muted);font-size:16px;line-height:1.55}.havely-bookings-page .bookings-empty-cta,.havely-bookings-page .bookings-load-more{border:1px solid var(--booking-violet);background:var(--booking-violet);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 22px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 12px 26px #654cf32e}.havely-bookings-page .bookings-empty-cta svg{width:18px;height:18px}.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.wishlist-card{border:1px solid var(--booking-line);background:#fff;border-radius:8px;display:grid;overflow:hidden;box-shadow:0 14px 34px #0717460f}.wishlist-card-media{background:#e9edf4;min-height:208px;display:block;position:relative;overflow:hidden}.wishlist-card-image{object-fit:cover;width:100%;height:100%;min-height:208px}.wishlist-card-image.placeholder{color:var(--booking-muted);text-align:center;background:#edf0f6;place-items:center;padding:24px;display:grid}.wishlist-card-body{gap:18px;padding:18px 20px 20px;display:grid}.wishlist-card-body h2{color:var(--booking-navy);margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:24px;font-weight:400;line-height:1.15}.wishlist-card-body p{color:var(--booking-muted);margin:7px 0 0;font-size:14px;font-weight:500}.wishlist-card-meta{justify-content:space-between;align-items:end;gap:14px;display:flex}.wishlist-card-meta>div{color:var(--booking-muted);gap:6px;font-size:13px;font-weight:700;display:grid}.booking-rating-stars{color:var(--booking-violet);gap:3px;display:inline-flex}.booking-rating-stars svg{width:13px;height:13px}.booking-rating-stars .is-muted{color:#d9dce8}.wishlist-card-meta strong{color:var(--booking-navy);white-space:nowrap;font-size:20px;font-weight:800}.wishlist-card-meta strong span{color:var(--booking-muted);font-size:12px;font-weight:600}.wishlist-card-actions{border-top:1px solid var(--booking-line);justify-content:space-between;align-items:center;gap:12px;padding-top:16px;display:flex}.wishlist-card-actions button{color:var(--booking-muted);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.wishlist-card-actions button svg{width:16px;height:16px}.result-heart-button{border-radius:999px;transition:background-color .16s,color .16s,transform .16s}.result-heart-button:hover,.result-heart-button.is-saved{color:var(--landing-violet);filter:drop-shadow(0 7px 14px #07174638);background:#fff}.result-heart-button.is-saved{transform:scale(1.04)}.detail-share-actions button[aria-pressed=true],.detail-wishlist-btn[aria-pressed=true]{color:#654cf3;background:#f0edff;border-color:#654cf359}@media (max-width:980px){.havely-bookings-page .bookings-page-header{grid-template-columns:1fr;align-items:start}.bookings-header-action{width:fit-content}.bookings-dashboard-summary,.wishlist-grid{grid-template-columns:1fr}.havely-bookings-page .booking-card-details{grid-template-columns:repeat(2,minmax(0,1fr))}.havely-bookings-page .booking-detail-item:nth-child(odd){border-left:0;padding-left:0}}@media (max-width:640px){.havely-bookings-page{padding:32px 18px 54px}.havely-bookings-page .bookings-page-header-left h1{font-size:40px}.havely-bookings-page .bookings-page-header-left p{font-size:16px}.bookings-tabbar{width:100%}.bookings-tabbar button{flex:1;justify-content:center;padding:0 12px}.booking-card-main{grid-template-columns:44px minmax(0,1fr)}.booking-card-icon{width:44px;height:44px}.havely-bookings-page .booking-status-pill{grid-column:1/-1;justify-self:start}.havely-bookings-page .booking-card-details{grid-template-columns:1fr}.havely-bookings-page .booking-detail-item{border-left:0;border-top:1px solid var(--booking-line);padding:14px 0}.havely-bookings-page .booking-detail-item:first-child{border-top:0}.wishlist-card-actions,.wishlist-card-meta,.havely-bookings-page .booking-card-footer{flex-direction:column;align-items:flex-start}}.placeholder{color:var(--gray-500);background:var(--gray-100);justify-content:center;align-items:center;display:flex}.error{color:var(--error);font-weight:600}.status{color:var(--emerald-600)}.inline-block{display:inline-flex}.lp-submit-button{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600))!important;color:var(--white)!important;cursor:pointer!important;letter-spacing:.01em!important;border:none!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important;min-height:44px!important;padding:.7rem 1.6rem!important;font-family:inherit!important;font-size:.95rem!important;font-weight:700!important;transition:box-shadow .2s,transform .2s!important;display:inline-flex!important;box-shadow:0 4px 16px #2da8734d!important}.lp-submit-button:hover{transform:translateY(-1px)!important;box-shadow:0 6px 22px #2da87366!important}#liteapi-payment-target button[type=submit],.payment-target button[type=submit]{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600))!important;color:var(--white)!important;cursor:pointer!important;letter-spacing:.01em!important;border:none!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important;min-height:44px!important;margin-top:.5rem!important;padding:.7rem 1.6rem!important;font-family:inherit!important;font-size:.95rem!important;font-weight:700!important;transition:box-shadow .2s,transform .2s!important;display:inline-flex!important;box-shadow:0 4px 16px #2da8734d!important}#liteapi-payment-target button[type=submit]:hover,.payment-target button[type=submit]:hover{transform:translateY(-1px)!important;box-shadow:0 6px 22px #2da87366!important}.hotel-detail-page{gap:1.25rem;display:grid}.detail-loading-state{align-content:start}.detail-skeleton-card{gap:.62rem}.detail-skeleton-line,.detail-skeleton-block{background:linear-gradient(100deg,var(--gray-100)10%,var(--gray-200)45%,var(--gray-100)80%);background-size:240% 100%;border-radius:12px;animation:1.3s linear infinite detailSkeletonShimmer}.detail-skeleton-line{height:14px}.detail-skeleton-line-lg{width:64%}.detail-skeleton-main{border-radius:16px;min-height:420px}.detail-skeleton-grid{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.detail-skeleton-grid .detail-skeleton-block{border-radius:16px;min-height:205px}@keyframes detailSkeletonShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.detail-page-shell{gap:1.25rem;max-width:1200px;margin:0 auto;padding:1.5rem clamp(1rem,3vw,2rem) 3rem;display:grid}.detail-head{box-shadow:none;background:0 0;border:none;gap:1rem;padding:0;display:grid}.detail-head-top{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.detail-back-link{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);font:inherit;cursor:pointer;transition:all .15s var(--ease);border-radius:10px;align-items:center;gap:6px;padding:.5rem .9rem;font-size:.86rem;font-weight:500;display:inline-flex}.detail-back-link:hover{border-color:var(--emerald-500);color:var(--emerald-600);background:#2da8730a}.detail-back-link svg{width:16px;height:16px}.detail-dates{flex-wrap:wrap;gap:.4rem;display:flex}.detail-dates span{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);border-radius:8px;align-items:center;gap:4px;padding:.38rem .7rem;font-size:.8rem;font-weight:600;display:inline-flex}.detail-dates span svg{width:14px;height:14px;color:var(--emerald-500)}.detail-head-main{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.detail-head-info{gap:.3rem;display:grid}.detail-head-main h1{color:var(--gray-900);letter-spacing:-.02em;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;line-height:1.2}.detail-head-location{color:var(--gray-500);align-items:center;gap:4px;font-size:.92rem;display:flex}.detail-head-location svg{width:16px;height:16px;color:var(--emerald-500);flex-shrink:0}.detail-star-badge{align-items:center;gap:3px;margin-top:.2rem;display:inline-flex}.detail-star-badge svg{width:14px;height:14px;color:var(--gold)}.detail-star-badge span{color:var(--gray-500);font-size:.82rem;font-weight:600}.detail-head-score{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.2rem;display:flex}.detail-head-score-badge{width:52px;height:52px;color:var(--white);background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));border-radius:14px;place-items:center;font-size:1.15rem;font-weight:800;display:grid;box-shadow:0 4px 12px #2da8734d}.detail-head-score-label{color:var(--gray-500);font-size:.78rem;font-weight:600}.detail-gallery{box-shadow:none;background:0 0;border:none;border-radius:20px;grid-template-columns:1.3fr 1fr;gap:.5rem;padding:0;display:grid;overflow:hidden}.detail-gallery.detail-gallery-single{grid-template-columns:1fr}.detail-gallery-main-wrap{min-height:420px;position:relative;overflow:hidden}.detail-gallery-main-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 70%,#0000001a);position:absolute;inset:0}.detail-gallery-main{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease);display:block}.detail-gallery-main-wrap:hover .detail-gallery-main{transform:scale(1.03)}.detail-gallery-side{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.detail-gallery-thumb-wrap{min-height:205px;position:relative;overflow:hidden}.detail-gallery-thumb{object-fit:cover;width:100%;height:100%;transition:transform .35s var(--ease);display:block}.detail-gallery-thumb-wrap:hover .detail-gallery-thumb{transform:scale(1.05)}.detail-tabbar{z-index:12;-webkit-backdrop-filter:blur(12px);border:1px solid var(--gray-200);background:#ffffffeb;border-radius:14px;flex-wrap:wrap;align-items:center;gap:.3rem;padding:.65rem 1rem;display:flex;position:sticky;top:72px;box-shadow:0 2px 12px #0000000a}.detail-tabbar a{color:var(--gray-500);transition:background .15s var(--ease),color .15s var(--ease);border:none;border-radius:10px;padding:.48rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none}.detail-tabbar a:hover{background:var(--gray-100);color:var(--gray-900)}.detail-section[id]{scroll-margin-top:7rem}.detail-section{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;gap:.85rem;padding:1.4rem;display:grid}.detail-section h2{color:var(--gray-900);letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.detail-section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.7rem;display:flex}.detail-section-head p{color:var(--gray-400);font-size:.88rem}.detail-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.detail-highlight-card{border:1px solid var(--gray-100);background:var(--gray-50);transition:transform .2s var(--ease),box-shadow .2s var(--ease);border-radius:14px;gap:.35rem;padding:1rem;display:grid}.detail-highlight-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000a}.detail-highlight-card h3{color:var(--gray-900);align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.detail-highlight-card h3 svg{width:18px;height:18px;color:var(--emerald-500);flex-shrink:0}.detail-highlight-card p{color:var(--gray-500);font-size:.88rem;line-height:1.5}.detail-facility-grid{flex-wrap:wrap;gap:.45rem;display:flex}.detail-facility-chip{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);transition:background .15s var(--ease),border-color .15s var(--ease);border-radius:10px;align-items:center;gap:5px;padding:.42rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.detail-facility-chip:hover{background:var(--gray-50);border-color:var(--gray-300)}.detail-facility-chip svg{width:14px;height:14px;color:var(--emerald-500)}.detail-facility-toggle{color:var(--emerald-600);cursor:pointer;transition:color .15s var(--ease);background:0 0;border:0;justify-self:start;padding:.2rem 0;font-size:.88rem;font-weight:700}.detail-facility-toggle:hover{color:var(--emerald-700);text-decoration:underline}.detail-room-section{gap:.85rem;display:grid}.detail-room-section h2{color:var(--gray-900);font-size:1.35rem;font-weight:700}.detail-room-list{gap:1rem;display:grid}.detail-room-card{background:var(--white);border:1px solid var(--gray-200);transition:box-shadow .25s var(--ease);border-radius:16px;gap:0;display:grid;overflow:hidden}.detail-room-card:hover{box-shadow:0 8px 28px #0000000f}.detail-room-header{border-bottom:1px solid var(--gray-100);align-items:center;gap:.9rem;padding:1rem 1.15rem;display:flex}.detail-room-thumb{object-fit:cover;border-radius:10px;flex-shrink:0;width:110px;height:80px;display:block}.detail-room-header h3{color:var(--gray-900);font-size:1.05rem;font-weight:700}.detail-room-offers{gap:0;display:grid}.detail-offer-row{border-top:1px solid var(--gray-100);transition:background .15s var(--ease);justify-content:space-between;gap:1rem;padding:.9rem 1.15rem;display:flex}.detail-offer-row:first-child{border-top:none}.detail-offer-row:hover{background:var(--gray-50)}.detail-offer-meta{gap:.2rem;min-width:0;display:grid}.detail-offer-meta h4{color:var(--gray-900);font-size:.98rem;font-weight:600}.detail-offer-meta p{color:var(--gray-500);font-size:.85rem}.detail-offer-tag{border-radius:6px;align-items:center;gap:4px;width:fit-content;padding:.2rem .5rem;font-size:.78rem;font-weight:600;display:inline-flex}.detail-offer-tag.refundable{color:var(--emerald-600);background:#2da87314}.detail-offer-tag.non-refundable{color:#dc2626;background:#ef44440f}.detail-offer-cta{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:.45rem;min-width:170px;display:flex}.detail-offer-price{color:var(--gray-900);letter-spacing:-.01em;font-size:1.2rem;font-weight:800}.detail-offer-price-sub{color:var(--gray-400);font-size:.78rem;font-weight:500}.detail-offer-book-btn{background:var(--emerald-500);color:var(--white);cursor:pointer;transition:all .2s var(--ease);border:none;border-radius:10px;align-items:center;gap:5px;padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:700;display:inline-flex}.detail-offer-book-btn:hover:not(:disabled){background:var(--emerald-600);transform:translateY(-1px);box-shadow:0 4px 16px #2da8734d}.detail-offer-book-btn:disabled{opacity:.6;cursor:not-allowed}.detail-reviews-section{gap:1rem}.detail-reviews-layout{grid-template-columns:260px minmax(0,1fr);gap:1rem;display:grid}.detail-review-summary{border:1px solid var(--gray-100);background:var(--gray-50);border-radius:14px;align-content:start;gap:.5rem;padding:1.1rem;display:grid}.detail-review-summary h3{color:var(--gray-900);font-size:1.15rem;font-weight:700}.detail-review-summary p{color:var(--gray-400);font-size:.88rem}.detail-review-score{width:56px;height:56px;color:var(--white);background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));border-radius:14px;place-items:center;font-size:1.15rem;font-weight:800;display:grid;box-shadow:0 4px 12px #2da8734d}.detail-review-tags{flex-wrap:wrap;gap:.35rem;margin-top:.2rem;display:flex}.detail-review-tags span{color:var(--emerald-700);background:#2da87314;border:1px solid #2da87333;border-radius:8px;padding:.28rem .55rem;font-size:.76rem;font-weight:600}.detail-review-feed{gap:.65rem;display:grid}.detail-review-item{border:1px solid var(--gray-100);background:var(--white);transition:box-shadow .2s var(--ease);border-radius:14px;gap:.4rem;padding:1rem;display:grid}.detail-review-item:hover{box-shadow:0 4px 14px #0000000a}.detail-review-item-head{justify-content:space-between;gap:.7rem;display:flex}.detail-review-item-head h4{color:var(--gray-900);font-size:.98rem;font-weight:700}.detail-review-item-score{min-width:38px;height:38px;color:var(--white);background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));border-radius:10px;flex-shrink:0;place-items:center;padding:0 .4rem;font-size:.88rem;font-weight:800;display:grid}.detail-review-headline{color:var(--gray-800);font-size:.95rem;font-weight:600}.detail-review-item .detail-review-pros,.detail-review-item .detail-review-cons{color:var(--gray-500);font-size:.88rem;line-height:1.5}.detail-review-pros-label{color:var(--emerald-600);font-weight:600}.detail-review-cons-label{color:#dc2626;font-weight:600}.detail-reviews-load-more{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);cursor:pointer;transition:all .15s var(--ease);border-radius:10px;justify-self:start;align-items:center;gap:5px;padding:.55rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;display:inline-flex}.detail-reviews-load-more:hover{border-color:var(--gray-300);box-shadow:0 4px 12px #0000000a}.detail-description p{color:var(--gray-600);font-size:.95rem;line-height:1.65}.detail-ask{gap:1rem}.detail-ask-form{gap:.65rem;max-width:780px;display:grid}.detail-ask-form label{color:var(--gray-700);font-size:.88rem;font-weight:600}.detail-ask-form textarea{border:1.5px solid var(--gray-200);color:var(--gray-900);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);resize:vertical;border-radius:12px;padding:.9rem 1rem;font-family:inherit;font-size:.92rem}.detail-ask-form textarea:focus{border-color:var(--emerald-500);outline:none;box-shadow:0 0 0 3px #2da8731a}.detail-ask-submit{background:var(--emerald-500);color:var(--white);cursor:pointer;transition:all .2s var(--ease);border:none;border-radius:10px;justify-self:start;align-items:center;gap:6px;padding:.6rem 1.2rem;font-family:inherit;font-size:.88rem;font-weight:700;display:inline-flex}.detail-ask-submit:hover:not(:disabled){background:var(--emerald-600);box-shadow:0 4px 16px #2da8734d}.detail-ask-submit:disabled{opacity:.6;cursor:not-allowed}.detail-ask-submit svg{width:16px;height:16px}.detail-ask-response{border:1px solid var(--gray-100);background:var(--gray-50);border-radius:14px;gap:.5rem;padding:1rem 1.1rem;display:grid}.detail-ask-response .muted{font-size:.85rem;font-style:italic}.detail-ask-toggle{color:var(--gray-600);align-items:center;gap:.45rem;font-size:.9rem;display:inline-flex}.detail-ask-toggle input{width:16px;height:16px}.detail-ask-meta{flex-wrap:wrap;gap:.45rem;display:flex}.detail-ask-meta span{color:var(--emerald-600);background:#2da8730f;border:1px solid #2da87333;border-radius:999px;padding:.28rem .56rem;font-size:.78rem;font-weight:600}.detail-ask-citations{gap:.35rem;list-style:none;display:grid}.detail-ask-citations li{border:1px solid var(--gray-100);color:var(--gray-600);background:var(--white);border-radius:10px;padding:.45rem .58rem;font-size:.85rem}.search-form{gap:1rem;display:grid}.search-form-panel{padding:1.2rem}.search-form-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.search-form-head h2{font-size:1.45rem}.search-form-head p{color:var(--gray-500);margin-top:.3rem}.search-main-grid{grid-template-columns:minmax(320px,1.2fr) minmax(300px,1fr);gap:.9rem;display:grid}.suggestions{min-height:1px;position:relative}.suggestions p{color:var(--gray-500);font-size:.86rem}.suggestions ul{z-index:8;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-card);gap:.2rem;max-height:270px;padding:.35rem;list-style:none;display:grid;position:absolute;top:.18rem;left:0;right:0;overflow:auto}.suggestions button{border-radius:var(--radius-sm);text-align:left;cursor:pointer;background:0 0;border:none;gap:.12rem;width:100%;padding:.5rem .64rem;font-family:inherit;display:grid}.suggestions button:hover{background:var(--gray-50)}.suggestions span{color:var(--gray-500);font-size:.8rem}.search-form-foot{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.mode-toggle{grid-template-columns:repeat(2,minmax(210px,1fr));gap:.45rem;display:grid}.mode-button{border:1px solid var(--line);background:var(--white);border-radius:var(--radius-md);text-align:left;cursor:pointer;transition:transform .15s var(--ease),border-color .15s var(--ease),box-shadow .15s var(--ease);gap:.12rem;padding:.82rem .88rem;display:grid}.mode-button small{color:var(--gray-500);font-size:.78rem}.mode-button:hover{border-color:var(--emerald-500);transform:translateY(-1px);box-shadow:0 8px 22px #2da87314}.mode-button.active{border-color:var(--emerald-500);background:#2da8730d}.recommended-section{gap:.95rem;padding:1.2rem;display:grid}.recommended-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.8rem;display:flex}.recommended-head h2{font-size:1.5rem}.recommended-head p{color:var(--gray-500);margin-top:.25rem}.recommended-carousel-controls{align-items:center;gap:.5rem;display:flex}.recommended-carousel-button{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);border-radius:10px;justify-content:center;align-items:center;min-width:2.2rem;height:2.2rem;font-size:1rem;font-weight:700;line-height:1;display:inline-flex}.recommended-carousel-button:disabled{opacity:.45;cursor:not-allowed}.recommended-carousel-status{text-align:center;min-width:7.8rem;color:var(--gray-500);margin:0;font-size:.84rem}.recommended-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-auto-rows:1fr;align-items:stretch;gap:.9rem;display:grid}.recommended-grid-page{grid-template-columns:repeat(4,minmax(0,1fr))}.recommended-card{border:1px solid var(--line);background:var(--white);border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.recommended-card-image-wrap{background:var(--gray-100);block-size:clamp(170px,23vw,210px);position:relative;overflow:hidden}.recommended-card-image{object-fit:cover;width:100%;height:100%;display:block}.recommended-rating-chip{color:var(--white);background:#0f172aa6;border-radius:999px;padding:.34rem .58rem;font-size:.75rem;font-weight:700;position:absolute;bottom:.65rem;right:.65rem}.recommended-card-content{flex-direction:column;flex:1;gap:.42rem;padding:.82rem;display:flex}.recommended-card-title{-webkit-line-clamp:2;text-wrap:balance;overflow-wrap:anywhere;-webkit-box-orient:vertical;block-size:2.56em;margin:0;font-size:1.02rem;line-height:1.28;display:-webkit-box;overflow:hidden}.recommended-card-country{color:var(--emerald-600);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.83rem;font-weight:600;line-height:1.25;overflow:hidden}.recommended-card-address{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;block-size:2.7em;margin:0;font-size:.94rem;line-height:1.35;display:-webkit-box;overflow:hidden}.recommended-card-foot{justify-content:space-between;align-items:center;gap:.55rem;margin-top:.4rem;display:flex}.recommended-grid-loading{pointer-events:none}.recommended-skeleton-card .recommended-card-content{gap:.5rem}.recommended-skeleton-spacer{flex:1}.recommended-skeleton-button{border-radius:10px;width:112px;height:38px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--emerald-600);font-size:.76rem;font-weight:600}.hero-quick-points{flex-wrap:wrap;gap:.5rem;display:flex}.hero-quick-points span{color:var(--emerald-600);background:#2da87314;border:1px solid #2da87338;border-radius:999px;padding:.45rem .72rem;font-size:.82rem;font-weight:600}.hero-metrics{border:1px solid var(--line);background:var(--white);border-radius:18px;gap:.55rem;padding:.8rem;display:grid}.hero-metrics article{border:1px solid var(--line);background:var(--gray-50);border-radius:12px;gap:.24rem;padding:.7rem;display:grid}.hero-metrics p{color:var(--gray-500);font-size:.82rem}.hero-metrics strong{color:var(--gray-900);font-size:1rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (max-width:1120px){.results-layout{grid-template-columns:1fr}.results-insights{position:static}.results-filters{order:-1;position:static}.recommended-grid-page{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-reviews-layout{grid-template-columns:1fr}.recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.hotel-hero,.search-main-grid{grid-template-columns:1fr}.hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-header{gap:.5rem;height:auto;min-height:64px;padding:.75rem clamp(.75rem,3vw,2rem)}.shell-nav a{padding:.4rem .6rem;font-size:.82rem}.search-form-head{flex-direction:column}.mode-toggle{grid-template-columns:1fr;width:100%}.recommended-grid-page{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-gallery{grid-template-columns:1fr}.detail-gallery-main-wrap,.detail-skeleton-main{min-height:320px}.detail-gallery-thumb-wrap,.detail-skeleton-grid .detail-skeleton-block{min-height:170px}}@media (max-width:860px){.hero-search-bar{border-radius:var(--radius-lg);flex-direction:column;align-items:stretch;gap:.5rem;padding:1rem}.search-divider{width:100%;height:1px}.search-seg{padding:8px 4px}.search-bar-btn{border-radius:var(--radius-md);justify-content:center;width:100%;padding:14px}.search-suggestions{width:100%;min-width:0;left:0}.search-bar-error{color:var(--error);text-shadow:none;text-align:center;position:static;transform:none}.hero{min-height:520px}.hero-inner{padding:60px 20px 80px}}@media (max-width:760px){.hotel-grid{grid-template-columns:1fr}.results-topbar{flex-direction:column;align-items:flex-start}.results-categories{overflow-x:auto}.results-page-shell{padding:1rem .75rem 2rem}.results-filters{padding:1rem}.page-shell{width:100%;padding:1.5rem .75rem}.panel{border-radius:14px;padding:.92rem}.hero h1{font-size:clamp(1.7rem,7vw,2.4rem)}.offer-row,.hotel-card-foot,.recommended-card-foot,.search-form-foot,.booking-history-head,.rec-card-foot{flex-direction:column;align-items:stretch}.offer-cta{justify-items:start;min-width:0}.grid-three,.recommended-grid-page{grid-template-columns:1fr}.recommended-carousel-controls{justify-content:center;width:100%}.recommend-grid{grid-template-columns:1fr}.detail-head-main,.detail-head-top,.detail-offer-row,.detail-room-header{flex-direction:column;align-items:flex-start}.detail-dates{width:100%}.detail-tabbar{position:static}.detail-highlight-grid{grid-template-columns:1fr}.detail-offer-cta{justify-items:start;min-width:0}.detail-gallery-thumb-wrap,.detail-skeleton-grid .detail-skeleton-block{min-height:138px}.home-recommend-section{padding:2.5rem 0}}@media (max-width:480px){.hero{min-height:460px}.hero-inner{gap:1rem;padding:40px 16px 60px}.hero-badge{padding:.3rem .75rem .3rem .3rem}.hero-badge-text{font-size:.75rem}.hero-subtitle{font-size:.92rem}.search-bar-btn{padding:12px;font-size:.88rem}}.mobile-menu-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;width:40px;height:40px;transition:background .15s var(--ease);background:#ffffff14;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.mobile-menu-btn:hover{background:#ffffff26}.hamburger-icon{flex-direction:column;gap:5px;width:20px;display:flex}.hamburger-icon span{background:var(--white);width:100%;height:2px;transition:transform .25s var(--ease),opacity .2s var(--ease);transform-origin:50%;border-radius:2px;display:block}.hamburger-icon.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu-overlay{z-index:90;background:#00000073;animation:.2s ease-out menuOverlayIn;display:none;position:fixed;inset:0}@keyframes menuOverlayIn{0%{opacity:0}to{opacity:1}}.mobile-menu-panel{background:var(--white);z-index:100;width:min(320px,85vw);height:100dvh;transition:transform .3s var(--ease);flex-direction:column;gap:1.5rem;padding:1.5rem;display:none;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #00000026}.mobile-menu-panel--open{transform:translate(0)}.mobile-nav-links{flex-direction:column;gap:.25rem;display:flex}.mobile-nav-links a{color:var(--gray-700);transition:background .15s var(--ease),color .15s var(--ease);border-radius:12px;align-items:center;padding:.85rem .75rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.mobile-nav-links a:hover{background:var(--gray-100);color:var(--emerald-600)}.mobile-nav-actions{border-top:1px solid var(--gray-100);flex-direction:column;gap:.75rem;padding-top:.75rem;display:flex}.mobile-nav-actions .auth-nav{flex-direction:column;align-items:stretch;gap:.5rem}.mobile-nav-actions .auth-nav-link{border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.95rem;display:flex}.mobile-nav-actions .auth-nav-link.secondary-cta{border:1.5px solid var(--gray-200);color:var(--gray-700);box-shadow:none;background:0 0}.mobile-nav-actions .auth-nav-link.primary-cta{background:var(--emerald-500);color:var(--white)}.mobile-nav-actions .auth-menu-trigger{border-color:var(--gray-200);background:var(--gray-50);color:var(--gray-900);justify-content:flex-start;width:100%}.mobile-nav-actions .auth-avatar{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600))}.mobile-nav-actions .auth-menu-label strong{color:var(--gray-900)}.mobile-nav-actions .auth-menu-label small{color:var(--gray-500)}.mobile-nav-actions .auth-menu-popover{width:100%;box-shadow:none;border:1px solid var(--gray-200);margin-top:.35rem;position:static}@media (max-width:760px){.mobile-menu-btn{display:flex}.mobile-menu-overlay{display:block}.mobile-menu-panel{display:flex}.shell-nav,.shell-header-right{display:none!important}.shell-header{flex-wrap:nowrap;justify-content:space-between}}@media (max-width:980px){.hotel-grid-list .hotel-card{grid-template-columns:220px 1fr}.hotel-grid-list .hotel-photo-wrap{min-height:180px}.detail-offer-row{flex-direction:column;gap:.75rem}.detail-offer-cta{flex-direction:row;align-items:center;gap:.75rem;min-width:0}.confirmation-grid{grid-template-columns:1fr}.confirmation-media{order:-1;min-height:200px}}@media (max-width:760px){.hotel-grid-list .hotel-card{grid-template-columns:1fr}.hotel-grid-list .hotel-photo-wrap{aspect-ratio:16/9;min-height:0}.results-pagination{flex-direction:column;align-items:center;gap:.75rem}.pagination-show{order:-1}.results-topbar-right{justify-content:space-between;width:100%}.results-filters{gap:1rem}.filter-price-row{grid-template-columns:1fr 1fr}.detail-offer-row{flex-direction:column;align-items:flex-start;gap:.75rem}.detail-offer-cta{flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-width:0}.detail-room-thumb{width:80px;height:60px}.detail-reviews-layout{grid-template-columns:1fr}.detail-review-summary{flex-direction:row;gap:1rem}.checkout-progress-line{width:40px}.summary-row-value{max-width:60%}.booking-skeleton-details{grid-template-columns:1fr 1fr}}@media (max-width:600px){.recommend-grid{grid-template-columns:1fr}.hotel-content{padding:.75rem .85rem}.hotel-content h2{font-size:.95rem}.detail-section{border-radius:14px;padding:1rem}.detail-page-shell{padding:1rem .75rem 2rem}.checkout-page-shell{padding:1.25rem .75rem 2rem}.checkout-card{border-radius:14px;padding:1.15rem}.booking-summary{border-radius:14px;padding:1rem}.confirmation-page-shell{padding:1.5rem .75rem 2rem}.confirmation-header{padding:1.5rem 1rem}.confirmation-header h1{font-size:1.35rem}.confirmation-details{padding:1.15rem}.booking-card-top{padding:.85rem 1rem 0}.booking-card-details{padding:.7rem 1rem}.booking-card-footer{padding:.6rem 1rem}.search-suggestions{width:calc(100% + 20px);min-width:0;left:-10px}.cal-panel{width:calc(100vw - 2rem);max-width:310px;left:50%;transform:translate(-50%)}}@media (max-width:480px){.shell-header{height:56px;padding:0 .75rem}.brand-mark{gap:.4rem;font-size:1rem}.brand-icon{width:18px;height:18px}.hero-search-bar{gap:.35rem;padding:.75rem}.search-seg{gap:8px;padding:6px 2px}.search-seg-label{font-size:.65rem}.search-seg-input{font-size:.82rem}.detail-head-main h1{font-size:1.3rem}.detail-gallery-main-wrap{min-height:220px}.detail-gallery-side{grid-template-columns:1fr 1fr}.detail-gallery-thumb-wrap{min-height:110px}.detail-highlight-card{padding:.75rem}.detail-offer-cta{flex-direction:column;align-items:stretch}.detail-offer-book-btn{justify-content:center;width:100%;padding:.65rem 1rem}.detail-room-header{padding:.75rem}.detail-room-thumb{border-radius:8px;width:64px;height:48px}.detail-offer-row,.detail-review-item{padding:.75rem}.detail-reviews-load-more{justify-content:center;width:100%}.pagination-btn{min-width:2rem;height:2rem;font-size:.8rem}.booking-card-hotel{font-size:.95rem}.summary-row-value{font-size:.82rem}.checkout-card-header h1,.checkout-card-header h2{font-size:1.05rem}.checkout-card-icon{border-radius:10px;width:36px;height:36px}.panel{border-radius:12px;padding:.75rem}}@media (max-width:360px){.hero h1{font-size:1.5rem}.hero-badge-text{font-size:.7rem}.hero-inner{gap:.85rem;padding:32px 12px 50px}.search-bar-btn{gap:6px;padding:10px;font-size:.82rem}.recommend-filter-btn{padding:.4rem .8rem;font-size:.8rem}.results-cat-pill{padding:.38rem .75rem;font-size:.8rem}.auth-panel{padding:1.5rem 1.15rem 1.25rem}.auth-header h1{font-size:1.35rem}}@media (hover:none) and (pointer:coarse){.search-bar-btn,.primary-cta,.secondary-cta,.auth-submit,.checkout-save-btn,.detail-offer-book-btn,.recommend-filter-btn,.results-cat-pill,.pagination-btn,.bookings-load-more,.booking-card-action,.confirmation-action-primary,.confirmation-action-secondary{min-height:44px}.hotel-card:hover,.rec-card:hover,.recommended-card:hover,.booking-history-card:hover,.detail-room-card:hover,.detail-review-item:hover,.detail-highlight-card:hover,.hotel-card:hover .hotel-photo,.rec-card:hover .rec-card-img-wrap img,.rec-card:hover .rec-card-img,.detail-gallery-main-wrap:hover .detail-gallery-main,.detail-gallery-thumb-wrap:hover .detail-gallery-thumb{transform:none}.filter-price-input,.checkout-field input{min-height:44px}.auth-form .field input{min-height:48px}}.site-footer{background:#fff;border-top:1px solid #ececf2;width:100%;margin-top:auto}.footer-inner{justify-content:space-between;align-items:center;gap:28px;max-width:1348px;margin:0 auto;padding:24px 50px;display:flex}.footer-brand{flex-shrink:0}.footer-logo{align-items:center;text-decoration:none;display:inline-flex}.footer-wordmark{object-fit:contain;width:178px;height:auto}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:34px;display:flex}.footer-links a,.footer-link-btn{all:unset;color:#1f2d4d;white-space:nowrap;cursor:pointer;transition:color .2s var(--ease),opacity .2s var(--ease);font-size:14px;font-weight:500;line-height:1;text-decoration:none}.footer-links a:hover,.footer-link-btn:hover{color:#7057f5}.footer-right{flex-shrink:0;align-items:center;gap:20px;display:flex}.footer-bug-btn{color:#071746;cursor:pointer;min-height:34px;transition:color .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease);white-space:nowrap;background:#fff;border:1px solid #cfd5e3;border-radius:6px;justify-content:center;align-items:center;padding:0 18px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.footer-bug-btn:hover{color:#7057f5;border-color:#7057f5;box-shadow:0 8px 18px #7057f51f}.footer-copy{color:#8b92a6;white-space:nowrap;font-size:13px;font-weight:500}@media (max-width:980px){.footer-inner{gap:20px;padding:22px 32px}.footer-links{gap:22px}.footer-wordmark{width:154px}}@media (max-width:760px){.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:34px 22px 28px}.footer-links{flex-direction:column;justify-content:center;gap:16px}.footer-right{flex-direction:column;gap:14px}.footer-wordmark{width:168px}}@media (max-width:480px){.footer-inner{padding:32px 16px 26px}}.terms-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);animation:termsOverlayIn .2s var(--ease);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes termsOverlayIn{0%{opacity:0}to{opacity:1}}.terms-modal{background:var(--white);border-radius:var(--radius-lg);width:92vw;max-width:720px;max-height:85vh;box-shadow:var(--shadow-lift);animation:termsSlideIn .25s var(--ease);flex-direction:column;display:flex;position:relative}@keyframes termsSlideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.terms-modal-header{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 28px 16px;display:flex}.terms-modal-header h2{color:var(--gray-900);margin:0;font-size:1.15rem;font-weight:700}.terms-modal-actions{align-items:center;gap:8px;display:flex}.terms-print-btn,.terms-close-btn{all:unset;width:34px;height:34px;color:var(--gray-500);cursor:pointer;transition:all .18s var(--ease);border-radius:50%;justify-content:center;align-items:center;display:flex}.terms-print-btn:hover,.terms-close-btn:hover{background:var(--gray-100);color:var(--gray-800)}.terms-modal-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:24px 28px 32px;overflow-y:auto}.terms-modal-body h3{color:var(--gray-900);margin:28px 0 10px;font-size:.95rem;font-weight:700;line-height:1.4}.terms-modal-body h3:first-child{margin-top:0}.terms-modal-body p{color:var(--gray-700);margin:0 0 12px;font-size:.88rem;line-height:1.7}.terms-modal-body strong{color:var(--gray-900)}.terms-modal-body ul{margin:0 0 14px;padding-left:22px}.terms-modal-body li{color:var(--gray-700);margin-bottom:6px;font-size:.88rem;line-height:1.7}.terms-modal-body ul ul{margin-top:6px;margin-bottom:6px}.terms-modal-body::-webkit-scrollbar{width:6px}.terms-modal-body::-webkit-scrollbar-track{background:0 0}.terms-modal-body::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.terms-modal-body::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}@media (max-width:600px){.terms-modal{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh}.terms-modal-header{padding:16px 20px 14px}.terms-modal-body{padding:20px 20px 28px}}@media print{body>*{display:none!important}.terms-overlay{background:0 0!important;display:block!important;position:static!important}.terms-modal{width:100%!important;max-width:100%!important;max-height:none!important;box-shadow:none!important;border-radius:0!important}.terms-modal-actions{display:none!important}.terms-modal-body{overflow:visible!important}}.privacy-table-wrap{-webkit-overflow-scrolling:touch;margin:16px 0 20px;overflow-x:auto}.privacy-table{border-collapse:collapse;width:100%;min-width:540px;font-size:.84rem;line-height:1.6}.privacy-table th,.privacy-table td{text-align:left;vertical-align:top;border:1px solid var(--gray-200);padding:10px 14px}.privacy-table th{background:var(--gray-50);color:var(--gray-800);white-space:nowrap;font-weight:600}.privacy-table td{color:var(--gray-700)}.cookie-brief{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);text-align:left;width:92vw;max-width:360px;animation:termsSlideIn .25s var(--ease);padding:28px 28px 24px}.cookie-brief-icon{background:var(--gray-100);width:40px;height:40px;color:var(--gray-600);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.cookie-brief-title{color:var(--gray-900);margin:0 0 8px;font-size:1.05rem;font-weight:700}.cookie-brief-text{color:var(--gray-600);margin:0 0 20px;font-size:.86rem;line-height:1.6}.cookie-policy-link{all:unset;color:var(--gray-800);cursor:pointer;font-size:inherit;text-decoration:underline}.cookie-policy-link:hover{color:var(--emerald-600)}.cookie-brief-actions{gap:12px;margin-bottom:16px;display:flex}.cookie-btn{border-radius:var(--radius-sm);cursor:pointer;transition:all .18s var(--ease);text-align:center;flex:1;padding:10px 0;font-size:.88rem;font-weight:600}.cookie-btn-outline{background:var(--white);border:1.5px solid var(--gray-300);color:var(--gray-700)}.cookie-btn-outline:hover{border-color:var(--gray-400);background:var(--gray-50)}.cookie-btn-solid{background:var(--navy-800);border:1.5px solid var(--navy-800);color:var(--white)}.cookie-btn-solid:hover{background:var(--navy-900);border-color:var(--navy-900)}.cookie-manage-link{all:unset;text-align:center;color:var(--gray-800);cursor:pointer;padding-top:4px;font-size:.86rem;font-weight:500;text-decoration:underline;display:block}.cookie-manage-link:hover{color:var(--emerald-600)}.cookie-manage{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);width:92vw;max-width:380px;max-height:85vh;animation:termsSlideIn .25s var(--ease);flex-direction:column;display:flex}.cookie-manage-title{color:var(--gray-900);flex-shrink:0;margin:0;padding:22px 24px 0;font-size:1.05rem;font-weight:700}.cookie-manage-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:16px 24px 8px;overflow-y:auto}.cookie-manage-body h4{color:var(--gray-900);margin:20px 0 8px;font-size:.92rem;font-weight:700}.cookie-manage-body h4:first-child{margin-top:4px}.cookie-manage-body p{color:var(--gray-600);margin:0 0 12px;font-size:.84rem;line-height:1.7}.cookie-manage-body::-webkit-scrollbar{width:5px}.cookie-manage-body::-webkit-scrollbar-track{background:0 0}.cookie-manage-body::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.cookie-toggle-group{border-top:1px solid var(--line);margin-top:16px}.cookie-toggle-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 0;display:flex}.cookie-toggle-label{color:var(--gray-800);align-items:center;gap:8px;font-size:.88rem;font-weight:500;display:flex}.cookie-toggle-arrow{color:var(--gray-400);font-size:1.1rem;line-height:1}.cookie-toggle{all:unset;background:var(--gray-300);cursor:pointer;width:44px;height:24px;transition:background .2s var(--ease);border-radius:12px;flex-shrink:0;position:relative}.cookie-toggle-on{background:var(--navy-800)}.cookie-toggle-thumb{background:var(--white);width:20px;height:20px;transition:transform .2s var(--ease);border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.cookie-toggle-on .cookie-toggle-thumb{transform:translate(20px)}.cookie-manage-footer{border-top:1px solid var(--line);flex-shrink:0;gap:12px;padding:16px 24px 22px;display:flex}@media (max-width:480px){.cookie-brief{border-radius:var(--radius-md);max-width:100%;padding:24px 20px 20px}.cookie-manage{border-radius:0;max-width:100%;height:100vh;max-height:100vh}}.contact-modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);text-align:center;width:92vw;max-width:480px;animation:termsSlideIn .25s var(--ease);padding:40px 36px 44px;position:relative}.contact-close-btn{all:unset;width:34px;height:34px;color:var(--gray-400);cursor:pointer;transition:all .18s var(--ease);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.contact-close-btn:hover{background:var(--gray-100);color:var(--gray-700)}.contact-bell{justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.contact-title{color:var(--gray-900);margin:0 0 8px;font-size:1.25rem;font-weight:700}.contact-subtitle{color:var(--gray-500);max-width:360px;margin:0 auto 28px;font-size:.9rem;line-height:1.6}.contact-items{flex-direction:column;align-items:center;gap:16px;display:flex}.contact-item{color:var(--gray-700);transition:color .18s var(--ease);align-items:center;gap:12px;font-size:.94rem;text-decoration:none;display:inline-flex}.contact-item:hover{color:var(--emerald-600)}.contact-item-icon{background:var(--gray-50);width:36px;height:36px;color:var(--emerald-600);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:480px){.contact-modal{border-radius:var(--radius-md);max-width:100%;padding:32px 24px 36px}}.contact-info-section{text-align:left;max-width:360px;margin-top:24px;margin-left:auto;margin-right:auto}.contact-info-heading{color:var(--gray-700);margin:16px 0 4px;font-size:.85rem;font-weight:600}.contact-info-heading:first-child{margin-top:0}.contact-info-text{color:var(--gray-500);margin:0;font-size:.85rem;line-height:1.55}.bug-report-modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);width:92vw;max-width:420px;animation:termsSlideIn .25s var(--ease);padding:36px 32px 32px;position:relative}.bug-report-body{flex-direction:column;display:flex}.bug-report-title{color:var(--gray-900);margin:0 0 20px;font-size:1.25rem;font-weight:700}.bug-report-subtitle{color:var(--gray-500);margin:0 0 16px;font-size:.92rem;line-height:1.5}.bug-report-error{color:#dc2626;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;margin:0 0 16px;padding:10px 14px;font-size:.88rem;line-height:1.5}.bug-report-label{color:var(--gray-700);margin-bottom:6px;font-size:.85rem;font-weight:600}.bug-report-input,.bug-report-textarea{width:100%;color:var(--gray-800);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);transition:border-color .18s var(--ease),box-shadow .18s var(--ease);outline:none;margin-bottom:16px;padding:10px 14px;font-family:inherit;font-size:.92rem}.bug-report-input::placeholder,.bug-report-textarea::placeholder{color:var(--gray-300)}.bug-report-input:focus,.bug-report-textarea:focus{border-color:var(--emerald-500);box-shadow:0 0 0 3px #2da8731f}.bug-report-textarea{resize:vertical;min-height:80px}.bug-report-submit{all:unset;width:100%;color:var(--white);background:var(--emerald-600);border-radius:var(--radius-sm);cursor:pointer;transition:background .18s var(--ease),opacity .18s var(--ease);box-sizing:border-box;justify-content:center;align-items:center;margin-top:4px;padding:12px 0;font-size:.95rem;font-weight:600;display:flex}.bug-report-submit:hover{background:var(--emerald-700)}.bug-report-submit:disabled{opacity:.5;cursor:not-allowed}.bug-report-close-action{all:unset;width:100%;color:var(--gray-500);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;transition:all .18s var(--ease);box-sizing:border-box;justify-content:center;align-items:center;margin-top:8px;padding:10px 0;font-size:.9rem;font-weight:500;display:flex}.bug-report-close-action:hover{color:var(--gray-700);border-color:var(--gray-300);background:var(--gray-50)}@media (max-width:480px){.bug-report-modal{border-radius:var(--radius-md);max-width:100%;padding:28px 20px 24px}}:is(.app-root:has(.hotel-detail-shell)>.shell-header,.app-root:has(.havely-detail-redesign)>.shell-header){display:none}.hotel-detail-shell{background:#fff}.app-root:has(.hotel-detail-shell) .shell-content{background:#fff}.app-root:has(.havely-detail-redesign) .shell-content{background:#fff}.hotel-detail-shell{--landing-navy:#071746;--landing-muted:#667085;--landing-violet:#7057f5;--landing-violet-soft:#826cff;--landing-line:#ececf2;--landing-serif:Georgia,"Times New Roman",Times,serif;color:#071746;min-height:100vh}.hotel-detail-shell .detail-landing-header{border-bottom:0;height:88px}.havely-detail-redesign{--detail-navy:#071746;--detail-muted:#646c83;--detail-light:#858ca1;--detail-line:#e7e8ef;--detail-violet:#7057f5;--detail-violet-soft:#826cff;--detail-serif:Georgia,"Times New Roman",Times,serif;width:min(1312px,100% - 134px);color:var(--detail-navy);background:#fff;margin:0 auto;padding:0 0 72px;display:block}.detail-top-row{justify-content:space-between;align-items:center;gap:24px;min-height:32px;margin-bottom:18px;display:flex}.havely-detail-redesign .detail-back-link{color:var(--detail-violet);cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:0;font-size:16px;font-weight:600;display:inline-flex}.havely-detail-redesign .detail-back-link svg,.detail-share-actions svg{width:20px;height:20px}.detail-share-actions{align-items:center;gap:32px;display:inline-flex}.detail-share-actions button{color:#2c3857;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:11px;font-size:14px;font-weight:500;display:inline-flex}.detail-gallery-mosaic{grid-template-columns:minmax(0,1.36fr) minmax(430px,1fr);gap:14px;height:364px;margin-bottom:26px;display:grid}.detail-gallery-hero,.detail-gallery-tile{background:#eef1f6;border-radius:8px;position:relative;overflow:hidden}.detail-gallery-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.detail-gallery-photo{object-fit:cover;width:100%;height:100%;display:block}.detail-gallery-photo.placeholder{color:#7a8297;text-align:center;background:#eef1f6;place-items:center;padding:24px;font-size:14px;display:grid}.havely-detail-redesign .detail-skeleton-block,.havely-detail-redesign .detail-skeleton-line{background:#eef1f6;position:relative;overflow:hidden}.havely-detail-redesign .detail-skeleton-block:after,.havely-detail-redesign .detail-skeleton-line:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.35s ease-in-out infinite detail-skeleton-sheen;position:absolute;inset:0;transform:translate(-100%)}@keyframes detail-skeleton-sheen{to{transform:translate(100%)}}.havely-detail-redesign .detail-skeleton-block{border-radius:8px;min-height:100%}.detail-skeleton-gallery .detail-gallery-stack{height:100%}.detail-skeleton-line{border-radius:999px;height:14px}.detail-skeleton-line-sm{width:26%}.detail-skeleton-line-md{width:48%}.detail-skeleton-line-lg{width:68%;height:24px}.detail-skeleton-line-full{width:100%}.detail-skeleton-card{gap:16px;display:grid}.detail-booking-skeleton{align-content:start;min-height:296px}.detail-loading-copy{margin-top:24px}.detail-all-photos-btn{color:#24304d;min-width:158px;height:48px;font:inherit;cursor:pointer;background:#fff;border:0;border-radius:6px;justify-content:center;align-items:center;gap:12px;font-size:15px;font-weight:600;display:inline-flex;position:absolute;bottom:24px;right:48px;box-shadow:0 12px 24px #0717462e}.detail-all-photos-btn svg{width:20px;height:20px}.detail-main-layout{grid-template-columns:minmax(0,1fr) 362px;align-items:start;gap:38px;display:grid}.detail-main-column{min-width:0}.detail-intro-panel{border-bottom:1px solid var(--detail-line);padding-bottom:27px}.detail-title-line{align-items:center;gap:18px;display:flex}.detail-title-line h1{color:var(--detail-navy);font-family:var(--detail-serif);letter-spacing:0;margin:0;font-size:46px;font-weight:500;line-height:1.08}.detail-title-line span{height:28px;color:var(--detail-violet);border:1px solid #7057f58c;border-radius:5px;align-items:center;padding:0 11px;font-size:14px;font-weight:600;display:inline-flex}.detail-location-line,.detail-rating-line{color:#596178;align-items:center;gap:10px;margin-top:13px;font-size:17px;line-height:1.3;display:flex}.detail-location-line svg{color:#596178;flex:none;width:20px;height:20px}.detail-rating-line{margin-top:16px;font-size:15px}.detail-star-row{color:var(--detail-violet);align-items:center;gap:9px;display:inline-flex}.detail-star-row svg{width:17px;height:17px}.detail-star-row svg.is-muted{color:#d8dceb}.detail-lede{color:#596178;max-width:650px;margin-top:20px;font-size:15.5px;line-height:1.75}.detail-amenity-strip{color:#596178;flex-wrap:wrap;align-items:center;gap:clamp(24px,4vw,52px);margin-top:28px;display:flex}.detail-amenity-strip span{white-space:nowrap;align-items:center;gap:12px;font-size:13px;font-weight:500;display:inline-flex}.detail-amenity-strip svg{color:#737b92;width:23px;height:23px}.detail-overview-card{border-bottom:1px solid var(--detail-line);grid-template-columns:280px minmax(0,1fr) 236px;gap:28px;padding:24px 0 20px;display:grid}.detail-highlights,.detail-review-snapshot{min-width:0}.detail-highlights{border-right:1px solid var(--detail-line);padding-right:28px}.detail-highlights h2,.detail-review-snapshot h2{color:var(--detail-navy);font-family:var(--detail-serif);margin:0 0 19px;font-size:21px;font-weight:500;line-height:1.2}.detail-highlights ul{gap:15px;list-style:none;display:grid}.detail-highlights li{color:#586177;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:10px;font-size:12px;line-height:1.45;display:grid}.detail-highlights li svg{width:15px;height:15px;color:var(--detail-violet);margin-top:1px}.detail-review-snapshot-grid{grid-template-columns:136px minmax(0,1fr);align-items:center;gap:22px;display:grid}.detail-review-snapshot strong{color:var(--detail-navy);font-size:44px;font-weight:500;line-height:1;display:block}.detail-review-snapshot .detail-star-row{gap:6px;margin-top:14px}.detail-review-snapshot .detail-star-row svg{width:17px;height:17px}.detail-review-snapshot span{color:#7b8296;margin-top:14px;font-size:14px;display:block}.detail-review-bars{gap:11px;display:grid}.detail-review-bars div{color:#586177;grid-template-columns:11px 11px minmax(72px,1fr) 35px;align-items:center;gap:8px;font-size:12px;display:grid}.detail-review-bars svg{width:10px;height:10px;color:var(--detail-navy)}.detail-review-bars i{background:#eff0f5;border-radius:999px;height:6px;overflow:hidden}.detail-review-bars b{border-radius:inherit;background:var(--detail-violet);height:100%;display:block}.detail-review-bars em{color:#7b8296;text-align:right;font-style:normal}.detail-review-quote{border:1px solid var(--detail-line);color:#596178;background:#fff;border-radius:8px;align-content:space-between;align-self:center;gap:18px;min-height:152px;padding:23px 20px 21px;font-size:12px;line-height:1.65;display:grid}.detail-review-quote p:before{content:"\"";color:#c8ccda;font-family:var(--detail-serif);margin-right:4px;font-size:30px;line-height:0}.detail-review-quote footer{align-items:center;gap:12px;display:flex}.detail-review-quote footer span{color:#fff;background:#111a34;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:grid}.detail-review-quote footer strong{color:#596178;font-size:12px;font-weight:600}.detail-booking-card{border:1px solid var(--detail-line);background:#fff;border-radius:12px;gap:16px;padding:24px;display:grid;position:sticky;top:28px;box-shadow:0 12px 28px #0717461c}.detail-booking-price{color:#6f778c;align-items:baseline;gap:8px;display:flex}.detail-booking-price strong{color:var(--detail-navy);font-size:34px;font-weight:500;line-height:1}.detail-booking-price span{font-size:15px}.detail-price-guarantee,.detail-cancel-note{color:var(--detail-violet);align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.detail-price-guarantee svg,.detail-cancel-note svg{flex:none;width:18px;height:18px}.detail-booking-fields{gap:11px;margin-top:3px;display:grid}.detail-booking-field{border:1px solid var(--detail-line);color:#596178;border-radius:6px;grid-template-columns:22px minmax(0,1fr) 16px;align-items:center;gap:13px;min-height:48px;padding:8px 13px;display:grid}.detail-booking-field svg{width:19px;height:19px}.detail-booking-field span{color:#6f778c;font-size:11px;line-height:1;display:block}.detail-booking-field strong{color:var(--detail-navy);margin-top:3px;font-size:14px;font-weight:500;line-height:1.1;display:block}.detail-check-btn,.detail-wishlist-btn{width:100%;min-height:50px;font:inherit;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:10px;font-size:17px;font-weight:600;display:inline-flex}.detail-check-btn{background:var(--detail-violet);color:#fff;border:0;margin-top:2px}.detail-wishlist-btn{border:1px solid var(--detail-line);color:var(--detail-violet);background:#fff}.detail-wishlist-btn svg{width:22px;height:22px}.detail-cancel-note{color:#737b91;margin:11px 0 0 14px}.detail-error-state{min-height:calc(100vh - 95px);padding-bottom:96px}.detail-error-card{border:1px solid var(--detail-line);background:#fff;border-radius:8px;align-content:center;justify-items:start;gap:18px;min-height:360px;padding:56px;display:grid;box-shadow:0 12px 28px #07174614}.detail-error-card h1{color:var(--detail-navy);font-family:var(--detail-serif);letter-spacing:0;margin:0;font-size:44px;font-weight:500;line-height:1.08}.detail-error-card p{color:#596178;max-width:620px;font-size:16px;line-height:1.6}.detail-error-action{background:var(--detail-violet);color:#fff;border-radius:6px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:16px;font-weight:700;display:inline-flex}.havely-detail-redesign .detail-section{border:1px solid var(--detail-line);box-shadow:none;background:#fff;border-radius:8px;margin-top:28px;padding:24px}.havely-detail-redesign .detail-section h2{color:var(--detail-navy);font-family:var(--detail-serif);letter-spacing:0;font-size:25px;font-weight:500}.havely-detail-redesign .detail-section-head p{color:#7b8296}.havely-detail-redesign .detail-facility-chip{color:#596178;background:#fff;border-radius:6px}.havely-detail-redesign .detail-facility-chip svg,.havely-detail-redesign .detail-facility-toggle,.havely-detail-redesign .detail-offer-tag.refundable{color:var(--detail-violet)}.havely-detail-redesign .detail-room-card,.havely-detail-redesign .detail-review-item,.havely-detail-redesign .detail-review-summary,.havely-detail-redesign .detail-ask-response{border-color:var(--detail-line);border-radius:8px}.havely-detail-redesign .detail-offer-book-btn,.havely-detail-redesign .detail-ask-submit{background:var(--detail-violet);border-radius:6px}.havely-detail-redesign .detail-offer-book-btn:hover:not(:disabled),.havely-detail-redesign .detail-ask-submit:hover:not(:disabled){background:#634af0}.havely-detail-redesign .detail-review-score,.havely-detail-redesign .detail-review-item-score{background:var(--detail-violet)}.havely-detail-redesign .detail-description p{color:#596178}@media (max-width:1180px){.havely-detail-redesign{width:calc(100% - 64px)}.detail-gallery-mosaic{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}.detail-main-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px}.detail-overview-card{grid-template-columns:1fr 1fr}.detail-review-quote{grid-column:1/-1}}@media (max-width:920px){.havely-detail-redesign{width:calc(100% - 40px)}.detail-gallery-mosaic{grid-template-columns:1fr;height:auto}.detail-gallery-hero{height:360px}.detail-gallery-stack{height:300px}.detail-main-layout{grid-template-columns:1fr}.detail-booking-card{position:static}.detail-overview-card{grid-template-columns:1fr}.detail-highlights{border-right:0;border-bottom:1px solid var(--detail-line);padding:0 0 24px}}@media (max-width:680px){.havely-detail-redesign{width:calc(100% - 32px)}.detail-top-row,.detail-share-actions,.detail-title-line,.detail-review-snapshot-grid{flex-direction:column;align-items:flex-start}.detail-share-actions{gap:14px}.detail-gallery-hero{height:300px}.detail-gallery-stack{grid-template-columns:1fr;height:auto}.detail-gallery-tile{height:190px}.detail-title-line h1{font-size:38px}.detail-amenity-strip{gap:18px}.detail-overview-card{gap:22px}.detail-all-photos-btn{bottom:16px;right:16px}}:is(.app-root:has(.search-results-redesign) .shell-header,.app-root:has(.search-results-redesign) .site-footer){display:none}.app-root:has(.search-results-redesign) .shell-content{background:#fbfbfc}.results-page-shell:has(.search-results-redesign){background:#fbfbfc;width:100%;max-width:none;margin:0;padding:0}.search-results-redesign{--landing-navy:#071746;--landing-muted:#6c7388;--landing-violet:#7057f5;--landing-violet-soft:#826cff;--landing-line:#e8e9ef;--landing-serif:Georgia,"Times New Roman",Times,serif;min-height:100vh;color:var(--landing-navy);background:#fbfbfc;padding:0}.search-results-redesign.results-wrap{gap:0;display:block}.search-results-redesign .results-landing-header{border-bottom:0}.search-results-redesign .results-shell{width:min(1328px,100% - 120px);margin:0 auto;padding:0 0 62px}.results-search-bar{background:#fff;border:1px solid #e2e4ea;border-radius:8px;grid-template-columns:minmax(220px,1.56fr) 1px minmax(170px,1fr) 1px minmax(170px,1fr) 1px minmax(190px,1.18fr) 156px;align-items:center;min-height:104px;display:grid;overflow:hidden;box-shadow:0 8px 24px #07174614}.results-search-segment{grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:14px;min-width:0;height:100%;padding:0 28px;display:grid}.results-search-destination,.results-search-guests{grid-template-columns:22px minmax(0,1fr)}.results-search-segment svg{color:#59627c;width:20px;height:20px}.results-search-segment div{min-width:0}.results-search-segment span{color:var(--landing-navy);margin:0 0 13px;font-size:13px;font-weight:700;line-height:1;display:block}.results-search-segment strong{color:#14213f;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;line-height:1.25;display:block;overflow:hidden}.results-search-divider{background:var(--landing-line);width:1px;height:52px}.results-search-button{background:var(--landing-violet);color:#fff;width:calc(100% - 48px);height:52px;transition:transform .18s var(--ease),background .18s var(--ease);border-radius:6px;justify-content:center;align-items:center;margin-right:24px;font-size:18px;font-weight:700;display:inline-flex;box-shadow:0 10px 22px #7057f538}.results-search-button:hover{background:#634af0;transform:translateY(-1px)}.results-error{margin-top:22px}.results-body{grid-template-columns:346px minmax(0,1fr);align-items:start;gap:28px;padding-top:22px;display:grid}.results-filter-card{background:#fff;border:1px solid #e5e6ec;border-radius:8px;padding:24px 28px 26px;display:block;box-shadow:0 8px 22px #0717460f}.filters-title-row{justify-content:space-between;align-items:center;gap:18px;margin-bottom:26px;display:flex}.filters-title-row h2{font-family:var(--landing-serif);color:var(--landing-navy);letter-spacing:0;font-size:22px;font-weight:600;line-height:1.1}.filters-title-row button,.filter-show-more{color:var(--landing-violet);font:inherit;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:500}.filter-group{border-bottom:1px solid #ececf2;margin:0 0 20px;padding:0 0 28px}.filter-group-last{margin-bottom:22px;padding-bottom:18px}.filter-group h3,.filter-group-heading{width:100%;color:var(--landing-navy);font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;line-height:1;display:flex}.filter-group-heading svg{width:15px;height:15px;color:var(--landing-navy)}.filter-price-labels{color:#3f4964;justify-content:space-between;align-items:center;margin-top:20px;font-size:13px;font-weight:500;display:flex}.price-slider{height:26px;margin-top:14px;position:relative}.price-slider:before{content:"";background:var(--landing-violet);border-radius:999px;height:4px;position:absolute;top:11px;left:10px;right:10px}.price-slider input{appearance:none;pointer-events:none;background:0 0;width:100%;height:26px;position:absolute;inset:0}.price-slider input::-webkit-slider-runnable-track{background:0 0;height:4px}.price-slider input::-webkit-slider-thumb{appearance:none;border:1.5px solid var(--landing-violet);pointer-events:auto;cursor:pointer;background:#fff;border-radius:999px;width:20px;height:20px;margin-top:-8px;box-shadow:0 3px 8px #7057f52e}.price-slider input::-moz-range-track{background:0 0;height:4px}.price-slider input::-moz-range-thumb{border:1.5px solid var(--landing-violet);pointer-events:auto;cursor:pointer;background:#fff;border-radius:999px;width:20px;height:20px;box-shadow:0 3px 8px #7057f52e}.filter-options{gap:13px;margin-top:20px;display:grid}.filter-check-row{color:#34405c;cursor:pointer;grid-template-columns:18px auto 1fr;align-items:center;gap:12px;font-size:14px;line-height:1.2;display:grid;position:relative}.filter-check-row input{opacity:0;cursor:pointer;width:18px;height:18px;position:absolute;inset:0 auto auto 0}.check-visual{background:#fff;border:1.5px solid #c8ccd8;border-radius:3px;width:18px;height:18px}.filter-check-row input:checked+.check-visual{border-color:var(--landing-violet);background:var(--landing-violet)}.filter-check-row input:checked+.check-visual:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:4px;margin:5px 0 0 4px;display:block;transform:rotate(-45deg)}.result-stars{color:var(--landing-violet);white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.result-stars svg{width:14px;height:14px}.result-stars svg.is-muted{color:#d9dceb}.amenities-options{gap:11px}.amenity-icon{color:#7f879a;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.amenity-icon svg{width:17px;height:17px}.filter-show-more{justify-self:start;margin:3px 0 0 30px}.guest-rating-row{grid-template-columns:18px auto auto 1fr;margin-top:18px}.filter-results-button{border:1.5px solid var(--landing-violet);width:100%;min-height:46px;color:var(--landing-violet);text-align:center;cursor:pointer;transition:background .18s var(--ease),color .18s var(--ease);background:#fff;border-radius:5px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:inline-flex}.filter-results-button:hover{background:var(--landing-violet);color:#fff}.results-listing{min-width:0}.results-heading-row{justify-content:space-between;align-items:center;gap:22px;min-height:48px;margin-bottom:20px;display:flex}.results-heading-row h1{color:var(--landing-navy);font-family:var(--landing-serif);letter-spacing:0;font-size:20px;font-weight:700;line-height:1.2}.results-sort-select{color:#273450;white-space:nowrap;align-items:center;gap:16px;font-size:14px;font-weight:500;display:inline-flex;position:relative}.results-sort-select select{appearance:none;color:#273450;width:182px;height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dfe2ea;border-radius:5px;padding:0 46px 0 18px}.results-sort-select svg{color:#273450;pointer-events:none;width:16px;height:16px;position:absolute;right:17px}.results-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.result-card{background:#fff;border:1px solid #ececf2;border-radius:8px;min-width:0;overflow:hidden;box-shadow:0 8px 20px #07174612}.result-card-image-wrap{background:#e9edf4;height:195px;position:relative;overflow:hidden}.result-card-image{object-fit:cover;width:100%;height:100%}.result-card-image.placeholder{color:#7b8497;text-align:center;background:#e9edf4;justify-content:center;align-items:center;padding:24px;font-size:14px;display:flex}.result-heart-button{color:#fff;filter:drop-shadow(0 2px 5px #07174652);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:12px;right:14px}.result-heart-button svg{width:28px;height:28px}.result-card-body{grid-template-rows:auto auto 1fr;min-height:124px;padding:16px 18px 17px;display:grid}.result-card-body h2{color:var(--landing-navy);font-family:var(--landing-serif);letter-spacing:0;margin:0;font-size:19px;font-weight:500;line-height:1.22}.result-card-body h2 a:hover{color:var(--landing-violet)}.result-card-body p{color:#7b8294;text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:14px;line-height:1.3;overflow:hidden}.result-card-meta{justify-content:space-between;align-items:end;gap:12px;margin-top:13px;display:flex}.result-rating{color:#808799;align-items:center;gap:10px;min-width:0;font-size:12px;display:flex}.result-rating .result-stars{gap:6px}.result-rating .result-stars svg{width:13px;height:13px}.result-price{color:#6c7387;white-space:nowrap;justify-items:end;font-size:13px;line-height:1.1;display:grid}.result-price strong{color:var(--landing-navy);font-size:20px;font-weight:700;line-height:1.05}.results-pagination{justify-content:center;align-items:center;gap:14px;margin:38px 0 0;display:flex}.search-results-redesign .pagination-btn{color:#24304a;cursor:pointer;width:42px;height:40px;transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease);background:#fff;border:1px solid #e0e3ea;border-radius:6px;justify-content:center;align-items:center;font-size:18px;font-weight:500;display:inline-flex}.search-results-redesign .pagination-btn svg{width:18px;height:18px}.search-results-redesign .pagination-btn.active,.search-results-redesign .pagination-btn:hover:not(:disabled){border-color:var(--landing-violet);background:var(--landing-violet);color:#fff}.search-results-redesign .pagination-btn:disabled{color:#b2b8c7;cursor:not-allowed}.pagination-ellipsis{color:#24304a;justify-content:center;align-items:center;min-width:28px;font-size:18px;display:inline-flex}.result-card-skeleton .result-card-image{height:195px}.result-card-skeleton .result-card-body{gap:13px;min-height:124px}.search-results-redesign .results-empty-state{text-align:center;background:#fff;border:1px dashed #d9ddea;border-radius:8px;grid-column:1/-1;place-items:center;gap:12px;min-height:320px;padding:46px;display:grid}.search-results-redesign .results-empty-state svg{color:#9ca4b8;width:48px;height:48px}.search-results-redesign .results-empty-state h3{color:var(--landing-navy);font-family:var(--landing-serif);font-size:24px;font-weight:600}.search-results-redesign .results-empty-state p{color:#6c7388;max-width:420px;font-size:15px}@media (max-width:1180px){.search-results-redesign .results-shell{width:min(100% - 64px,1120px)}.results-search-bar{grid-template-columns:minmax(200px,1.4fr) 1px minmax(145px,1fr) 1px minmax(145px,1fr) 1px minmax(120px,.8fr) 136px}.results-search-segment{gap:12px;padding:0 22px}.results-body{grid-template-columns:300px minmax(0,1fr);gap:22px}.results-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.search-results-redesign .results-shell{width:calc(100% - 40px)}.results-search-bar{grid-template-columns:1fr 1fr;gap:0;padding:20px}.results-search-divider{display:none}.results-search-segment{min-height:78px;padding:0 18px 0 0}.results-search-button{grid-column:1/-1;width:100%;margin:14px 0 0}.results-body{grid-template-columns:1fr}.results-filter-card{position:static}}@media (max-width:640px){.search-results-redesign .results-shell{width:calc(100% - 32px);padding-bottom:40px}.results-search-bar{grid-template-columns:1fr;padding:20px}.results-search-segment{min-height:64px;padding:0}.results-heading-row{flex-direction:column;align-items:flex-start}.results-sort-select,.results-sort-select select{width:100%}.results-card-grid{grid-template-columns:1fr}.results-filter-card{padding:22px 20px}.guest-rating-row{grid-template-columns:18px auto 1fr}.guest-rating-row .result-stars{grid-column:3}.results-pagination{flex-wrap:wrap;gap:10px}}.app-root:has(.landing-page)>.shell-header{display:none}.app-root:has(.landing-page) .shell-content{background:#fff}.landing-page{--landing-navy:#071746;--landing-muted:#667085;--landing-violet:#7057f5;--landing-violet-soft:#826cff;--landing-line:#ececf2;--landing-serif:Georgia,"Times New Roman",Times,serif;min-height:100vh;color:var(--landing-navy);background:#fff}.landing-header{width:100%;height:102px;color:var(--landing-navy);z-index:5;background:#fff;border-top:1px solid #0717461f;grid-template-columns:212px 1fr auto;align-items:center;gap:58px;padding:0 51px 0 46px;display:grid;position:relative}.landing-brand{flex:none;align-items:center;width:182px;height:50px;display:inline-flex;overflow:hidden}.landing-wordmark{object-fit:contain;width:182px;height:auto;display:block}.landing-nav{justify-content:flex-start;align-items:center;gap:clamp(30px,4.4vw,58px);display:flex}.landing-nav a,.landing-login{color:#192440;transition:color .18s var(--ease);letter-spacing:0;font-size:16px;font-weight:500;line-height:1}.landing-nav a:hover,.landing-login:hover{color:var(--landing-violet)}.landing-auth{align-items:center;gap:36px;display:flex}.landing-signup{background:var(--landing-violet);color:#fff;width:118px;height:46px;transition:transform .18s var(--ease),background .18s var(--ease);border-radius:6px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #7057f538}.landing-signup:hover{background:#634af0;transform:translateY(-1px)}.landing-hero{background:#fff;min-height:512px;position:relative;overflow:visible}.landing-hero-image{background:#fff;position:absolute;inset:0;overflow:hidden}.landing-hero-photo{object-fit:cover;object-position:center center}.landing-hero-image:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#fff 0%,#fffffff5 25%,#ffffff94 44%,#fff0 64%),linear-gradient(#fff0 74%,#ffffff47 100%);position:absolute;inset:0}.landing-hero-content{z-index:1;width:min(690px,100% - 80px);animation:landingFadeUp .7s var(--ease)both;padding:78px 0 128px 51px;position:relative}.landing-eyebrow{color:#5f55a7;letter-spacing:0;margin:0 0 18px;font-size:15px;font-weight:700;line-height:1}.landing-hero h1{font-family:var(--landing-serif);letter-spacing:0;color:var(--landing-navy);gap:4px;margin:0;font-size:clamp(48px,5vw,72px);font-weight:400;line-height:1.04;display:grid}.landing-hero h1 em{color:var(--landing-violet-soft);font-style:italic;font-weight:400}.landing-copy{color:#5b6475;max-width:535px;margin:33px 0 0;font-size:24px;font-weight:400;line-height:1.36}.landing-search-wrap{z-index:3;animation:landingSearchIn .72s var(--ease).12s both;position:absolute;bottom:-38px;left:51px;right:51px}.landing-page .hero-search-bar{background:#fff;border:1px solid #07174614;border-radius:8px;grid-template-columns:minmax(220px,1.6fr) 1px minmax(160px,1fr) 1px minmax(160px,1fr) 1px minmax(190px,1.14fr) 148px;align-items:center;gap:0;width:100%;min-height:108px;padding:24px 34px 24px 36px;display:grid;box-shadow:0 18px 42px #0b122124}.landing-page .search-seg{grid-template-columns:20px minmax(0,1fr);align-items:center;gap:16px;width:100%;min-width:0;padding:0 24px 0 0;display:grid;position:relative}.landing-page .search-seg-date,.landing-page .search-seg-guests{padding-left:46px}.landing-page .search-seg-icon{color:#858b9d;stroke-width:1.8px;width:18px;height:18px}.landing-page .search-seg-label{color:var(--landing-navy);letter-spacing:0;margin:0 0 13px;font-size:13px;font-weight:800;line-height:1;display:block}.landing-page .search-seg-input,.landing-page .cal-trigger{color:#28314f;width:100%;min-width:0;height:24px;font-family:var(--font-body),sans-serif;box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;padding:0;font-size:16px;font-weight:500;line-height:1.2}.landing-page .search-seg-input::placeholder{color:#969bad;opacity:1}.landing-page .search-guests-input{appearance:textfield}.landing-page .cal-dropdown{width:100%}.landing-page .cal-trigger{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.landing-page .cal-trigger-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.landing-page .cal-trigger-icon{color:#28314f;flex:none;width:14px;height:14px}.landing-page .search-divider{background:var(--landing-line);width:1px;height:58px}.landing-page .search-bar-btn{background:var(--landing-violet);color:#fff;width:148px;height:52px;box-shadow:none;cursor:pointer;transition:transform .18s var(--ease),background .18s var(--ease);border:none;border-radius:6px;justify-content:center;justify-self:end;align-items:center;font-size:16px;font-weight:700;line-height:1;display:inline-flex}.landing-page .search-bar-btn svg{display:none}.landing-page .search-bar-btn:hover{background:#634af0;transform:translateY(-1px)}.landing-page .search-bar-btn:disabled{opacity:.7;cursor:wait;transform:none}.landing-page .search-suggestions{z-index:30;position:absolute;top:calc(100% + 12px);left:0;right:24px}.landing-page .search-suggestions-list{background:#fff;border:1px solid #07174614;border-radius:8px;overflow:hidden;box-shadow:0 18px 38px #0b122129}.landing-page .search-suggestions-list button{padding:12px 14px}.landing-page .search-bar-error{color:var(--error);font-size:12px;font-weight:600;position:absolute;bottom:7px;left:36px}.landing-page .home-recommend-section{background:#fff;padding:91px 50px 36px}.landing-page .recommend-inner{width:100%;max-width:none;margin:0}.landing-page .featured-header{justify-content:space-between;align-items:flex-end;gap:24px;margin:0 0 15px;display:flex}.landing-page .featured-header h2{font-family:var(--landing-serif);color:var(--landing-navy);letter-spacing:0;margin:0;font-size:36px;font-weight:400;line-height:1.08}.landing-page .featured-header p{color:#2c3859;margin:7px 0 0;font-size:16px;font-weight:500;line-height:1.2}.landing-page .featured-header-controls{flex:none;align-items:center;gap:10px;display:inline-flex}.landing-page .featured-header-btn{color:#17213b;cursor:pointer;width:38px;height:38px;transition:transform .18s var(--ease),border-color .18s var(--ease),color .18s var(--ease),opacity .18s var(--ease);background:#fff;border:1px solid #0717461f;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 6px 14px #0b122112}.landing-page .featured-header-btn svg{width:17px;height:17px}.landing-page .featured-header-btn:hover:not(:disabled){color:var(--landing-violet);border-color:#7057f56b;transform:translateY(-1px)}.landing-page .featured-header-btn:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.landing-page .recommend-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;display:grid}.landing-page .rec-card{transition:transform .2s var(--ease),box-shadow .2s var(--ease);background:#fff;border:1px solid #07174614;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0b122114}.landing-page .rec-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0b12211f}.landing-page .rec-card-img-wrap{aspect-ratio:320/198;background:#f1f2f6;border-radius:0}.landing-page .rec-card-img-wrap img,.landing-page .rec-card-img{object-fit:cover;width:100%;height:100%;transition:transform .28s var(--ease)}.landing-page .rec-card:hover .rec-card-img-wrap img,.landing-page .rec-card:hover .rec-card-img{transform:scale(1.035)}.landing-page .rec-card-rating-badge{box-shadow:none;color:#2c3859;background:0 0;border-radius:0;align-items:center;gap:9px;padding:0;font-size:14px;font-weight:600;display:inline-flex;position:static}.landing-page .rec-card-rating-badge svg{width:14px;height:14px;color:var(--landing-violet)}.landing-page .rec-card-body{grid-template-columns:1fr auto;grid-template-areas:"name name""location location""rating price";align-items:end;gap:6px 18px;min-height:110px;padding:15px 18px 18px;display:grid}.landing-page .rec-card-name{font-family:var(--font-body),sans-serif;color:#24304d;letter-spacing:0;grid-area:name;margin:0;font-size:16px;font-weight:600;line-height:1.25}.landing-page .rec-card-location{color:#7a8193;grid-area:location;margin:0;font-size:14px;font-weight:500;line-height:1.2}.landing-page .rec-card-location svg,.landing-page .rec-card-address,.landing-page .rec-card-link{display:none}.landing-page .rec-card-foot{display:contents}.landing-page .rec-card-foot .rec-card-rating-badge,.landing-page .rec-card-rating-badge{grid-area:rating}.landing-page .rec-card-price{color:#111a34;grid-area:price;justify-items:end;font-weight:700;line-height:1.05;display:grid}.landing-page .rec-card-price strong{font-size:18px;line-height:1}.landing-page .rec-card-price small{color:#7a8193;margin-top:3px;font-size:13px;font-weight:500;line-height:1}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes landingSearchIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1180px){.landing-header{grid-template-columns:180px 1fr auto;gap:28px;padding:0 32px}.landing-nav{gap:24px}.landing-search-wrap{left:32px;right:32px}.landing-page .hero-search-bar{grid-template-columns:minmax(180px,1.4fr) 1px minmax(135px,1fr) 1px minmax(135px,1fr) 1px minmax(160px,1fr) 128px;padding-inline:24px}.landing-page .search-seg-date,.landing-page .search-seg-guests{padding-left:24px}.landing-page .recommend-grid{gap:22px}}@media (max-width:980px){.landing-header{grid-template-columns:auto auto;justify-content:space-between;height:84px}.landing-nav{display:none}.landing-hero{min-height:600px}.landing-hero-content{width:min(560px,100% - 48px);padding:64px 0 180px 32px}.landing-search-wrap{bottom:-120px}.landing-page .hero-search-bar{grid-template-columns:1fr 1fr;gap:18px 0;min-height:0;padding:24px}.landing-page .search-divider{display:none}.landing-page .search-seg,.landing-page .search-seg-date,.landing-page .search-seg-guests{padding:0 18px 0 0}.landing-page .search-bar-btn{grid-column:1/-1;width:100%}.landing-page .home-recommend-section{padding-top:160px}.landing-page .recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.landing-header{grid-template-columns:1fr;gap:16px;height:auto;padding:18px 20px}.landing-brand,.landing-wordmark{width:170px}.landing-auth{justify-content:space-between;gap:14px;width:100%}.landing-signup{width:112px}.hotel-detail-shell .detail-landing-header{height:auto;min-height:88px}.landing-hero{min-height:640px}.landing-hero-photo{object-position:62% center}.landing-hero-image:before{background:linear-gradient(#fff 0%,#fffffff5 35%,#ffffff73 68%,#fff3 100%),linear-gradient(90deg,#fff 0%,#fffc 46%,#ffffff1a 100%)}.landing-hero-content{width:calc(100% - 40px);padding:42px 0 240px 20px}.landing-hero h1{font-size:clamp(42px,13vw,58px)}.landing-copy{margin-top:24px;font-size:19px}.landing-search-wrap{bottom:-205px;left:20px;right:20px}.landing-page .hero-search-bar{grid-template-columns:1fr;gap:16px;padding:20px}.landing-page .search-seg,.landing-page .search-seg-date,.landing-page .search-seg-guests{padding:0}.landing-page .home-recommend-section{padding:245px 20px 32px}.landing-page .featured-header{align-items:flex-start}.landing-page .featured-header h2{font-size:32px}.landing-page .featured-header-btn{width:34px;height:34px}.landing-page .recommend-grid{grid-template-columns:1fr}}:is(.app-root:has(.checkout-redesign)>.shell-header,.app-root:has(.checkout-redesign)>.site-footer){display:none}.app-root:has(.checkout-redesign) .shell-content{background:#fbfbfc}.checkout-page-shell.checkout-redesign{--landing-navy:#071746;--landing-muted:#687087;--landing-violet:#7057f5;--landing-violet-dark:#5c42ef;--landing-violet-soft:#ece8ff;--landing-line:#e8e9ef;--checkout-serif:Georgia,"Times New Roman",Times,serif;width:100%;max-width:none;color:var(--landing-navy);background:#fbfbfc;margin:0;padding:0 0 76px}.checkout-redesign .checkout-landing-header{border-bottom:0}.checkout-flow{width:min(1364px,100% - 84px);margin:15px auto 0}.checkout-stepper{justify-content:center;align-items:center;gap:0;width:min(1210px,100%);margin:0 auto 32px;display:flex}.checkout-stepper-item-wrap{align-items:center;display:inline-flex}.checkout-stepper-item{min-width:142px;color:var(--landing-navy);align-items:center;gap:13px;display:inline-flex}.checkout-stepper-number{width:38px;height:38px;color:var(--landing-navy);background:#fff;border:1.5px solid #d8dce7;border-radius:999px;place-items:center;font-size:16px;font-weight:600;line-height:1;display:grid}.checkout-stepper-label{color:var(--landing-navy);letter-spacing:0;white-space:nowrap;font-size:16px;font-weight:500}.checkout-stepper-item.active .checkout-stepper-number,.checkout-stepper-item.completed .checkout-stepper-number{border-color:var(--landing-violet);background:var(--landing-violet);color:#fff;box-shadow:0 10px 24px #7057f538}.checkout-stepper-item.active .checkout-stepper-label,.checkout-stepper-item.completed .checkout-stepper-label{color:var(--landing-violet)}.checkout-stepper-line{background:#d9dce6;border-radius:999px;width:clamp(92px,12vw,162px);height:1.5px;margin:0 24px 0 18px}.checkout-stepper-line.done{background:var(--landing-violet)}.checkout-layout{grid-template-columns:minmax(0,838px) minmax(390px,486px);align-items:start;gap:40px;display:grid}.checkout-work-card,.checkout-reservation-card{border:1px solid var(--landing-line);background:#fff;border-radius:18px;box-shadow:0 16px 38px #0c122a0f}.checkout-work-card{gap:34px;min-height:824px;padding:30px 34px 36px;display:grid}.checkout-panel-section{gap:25px;display:grid}.checkout-payment-section{border-top:1px solid var(--landing-line);padding-top:34px}.checkout-section-title{align-items:center;gap:31px;display:flex}.checkout-section-icon{width:53px;height:53px;color:var(--landing-violet);background:var(--landing-violet-soft);border-radius:10px;place-items:center;display:grid}.checkout-section-icon svg{width:31px;height:31px}.checkout-section-title h1,.checkout-section-title h2{color:var(--landing-navy);font-family:var(--checkout-serif);letter-spacing:0;margin:0;font-size:31px;font-weight:500;line-height:1.1}.checkout-redesign .guest-form-grid.checkout-guest-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:31px 36px;display:grid}.checkout-redesign .checkout-field{gap:12px;display:grid}.checkout-redesign .checkout-field label{color:#515b78;letter-spacing:0;text-transform:none;font-size:16px;font-weight:500}.checkout-redesign .checkout-field input{width:100%;height:55px;color:var(--landing-navy);font-family:var(--font-body),sans-serif;box-shadow:none;background:#fff;border:1.5px solid #dfe2eb;border-radius:9px;padding:0 19px;font-size:18px;line-height:1}.checkout-redesign .checkout-field input::placeholder{color:#253254;opacity:1}.checkout-redesign .checkout-field input:focus{border-color:var(--landing-violet);outline:none;box-shadow:0 0 0 4px #7057f51a}.checkout-payment-options{gap:16px;display:grid}.payment-option{width:100%;min-height:75px;color:var(--landing-navy);font:inherit;text-align:left;cursor:pointer;transition:border-color .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease);background:#fff;border:1.5px solid #dfe2eb;border-radius:9px;grid-template-columns:28px 64px minmax(0,1fr) auto auto;align-items:center;gap:23px;padding:15px 24px;display:grid}.payment-option.active{border-color:var(--landing-violet);box-shadow:0 0 0 1px #7057f514}.payment-option:hover{border-color:#c8cce0}.payment-radio{border:1.5px solid #d8dce7;border-radius:999px;place-items:center;width:22px;height:22px;display:grid}.payment-radio:after{content:"";border-radius:inherit;background:0 0;width:9px;height:9px}.payment-option.active .payment-radio{border-color:var(--landing-violet)}.payment-option.active .payment-radio:after{background:var(--landing-violet)}.payment-brand{letter-spacing:-.04em;background:#f6f7fb;border:1px solid #e1e4ed;border-radius:5px;justify-self:center;place-items:center;width:64px;height:43px;font-weight:800;display:inline-grid}.payment-brand-visa{color:#173c91;font-size:21px;font-style:italic}.payment-brand-paypal{color:#0070ba;background:0 0;border:0;font-size:44px;font-weight:900;transform:skew(-8deg)}.payment-brand-wallet{color:#050505;letter-spacing:0;background:0 0;border:0;font-size:16px;font-weight:700}.payment-option-copy{gap:8px;min-width:0;display:grid}.payment-option-copy strong{color:var(--landing-navy);font-size:17px;font-weight:500;line-height:1}.payment-option-copy small,.payment-option-meta{color:#6d758f;font-size:16px;font-weight:500;line-height:1}.payment-option-action{color:var(--landing-violet);font-size:16px;font-weight:500}.checkout-sdk-panel{gap:14px;display:grid}.checkout-redesign .payment-target{background:#fbfbff;border:1.5px dashed #dfe2eb;border-radius:12px;min-height:180px;margin:0;padding:16px}.checkout-redesign #liteapi-payment-target button[type=submit],.checkout-redesign .payment-target button[type=submit]{background:var(--landing-violet)!important;box-shadow:none!important;border-radius:9px!important}.checkout-redesign #liteapi-payment-target button[type=submit]:hover,.checkout-redesign .payment-target button[type=submit]:hover{background:var(--landing-violet-dark)!important;transform:translateY(-1px)!important}.checkout-redesign .sandbox-note{color:#6250d7;background:#f5f2ff;border:1px solid #ded8ff}.checkout-lock-note{color:#7c849b;gap:13px;margin-top:2px;font-size:16px}.checkout-lock-note svg{width:20px;height:20px}.checkout-redesign .checkout-saved-banner{color:#6250d7;background:#f5f2ff;border:1px solid #ded8ff}.checkout-inline-error{margin:0}.checkout-reservation-card{min-height:824px;padding:31px 37px;position:sticky;top:24px}.checkout-reservation-card h2{color:var(--landing-navy);font-family:var(--checkout-serif);letter-spacing:0;margin:0 0 24px;font-size:31px;font-weight:500;line-height:1.05}.reservation-hotel{grid-template-columns:185px minmax(0,1fr);align-items:center;gap:26px;display:grid}.reservation-hotel-photo{object-fit:cover;background:#e8ebf3;border-radius:8px;width:185px;height:134px}.reservation-hotel-photo.placeholder{color:#7b8397;place-items:center;font-size:14px;display:grid}.reservation-hotel-copy{min-width:0}.reservation-hotel-copy h3{color:var(--landing-navy);font-family:var(--checkout-serif);letter-spacing:0;margin:0 0 12px;font-size:22px;font-weight:500;line-height:1.14}.reservation-hotel-copy p{color:#737b95;align-items:center;gap:8px;margin:0 0 13px;font-size:16px;line-height:1.2;display:flex}.reservation-hotel-copy p svg{width:18px;height:18px}.reservation-stars{color:var(--landing-violet);vertical-align:middle;gap:6px;display:inline-flex}.reservation-stars svg{width:16px;height:16px}.reservation-rating{color:#737b95;margin-top:8px;font-size:16px;line-height:1.2;display:block}.reservation-divider{background:var(--landing-line);height:1px;margin:30px 0}.reservation-info-list,.reservation-price-list{gap:22px;display:grid}.reservation-info-row{color:#737b95;grid-template-columns:28px minmax(0,1fr) minmax(135px,auto);align-items:center;gap:19px;font-size:16px;line-height:1.2;display:grid}.reservation-info-icon{color:#737b95;place-items:center;width:28px;height:28px;display:grid}.reservation-info-icon svg{width:27px;height:27px}.reservation-info-row strong{color:var(--landing-navy);text-align:right;overflow-wrap:anywhere;font-size:17px;font-weight:500}.reservation-price-row{color:#737b95;justify-content:space-between;align-items:center;gap:24px;font-size:16px;display:flex}.reservation-price-row strong{color:var(--landing-navy);text-align:right;font-size:16px;font-weight:500}.reservation-total-row{justify-content:space-between;align-items:baseline;gap:24px;display:flex}.reservation-total-row span{color:var(--landing-navy);font-family:var(--checkout-serif);font-size:24px;font-weight:500}.reservation-total-row strong{color:var(--landing-navy);letter-spacing:0;align-items:baseline;gap:8px;font-size:34px;font-weight:700;line-height:1;display:inline-flex}.reservation-total-row small{font-size:18px;font-weight:500}.reservation-pay-button{background:var(--landing-violet);color:#fff;width:100%;height:72px;font:inherit;cursor:pointer;transition:background .18s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease);border:0;border-radius:9px;justify-content:center;align-items:center;margin-top:26px;font-size:20px;font-weight:600;display:inline-flex}.reservation-pay-button:hover:not(:disabled){background:var(--landing-violet-dark);transform:translateY(-1px);box-shadow:0 14px 26px #7057f53d}.reservation-pay-button:disabled{opacity:.7;cursor:wait}.reservation-cancel-note{color:#737b95;text-align:center;justify-content:center;align-items:center;gap:14px;margin:24px 0 0;font-size:16px;line-height:1.3;display:flex}.reservation-cancel-note svg{flex:none;width:24px;height:24px}.checkout-redesign-loading,.checkout-redesign-error{border:1px solid var(--landing-line);background:#fff;border-radius:18px;width:min(900px,100% - 48px);margin:48px auto;box-shadow:0 16px 38px #0c122a0f}@media (max-width:1180px){.checkout-flow{width:min(100% - 56px,1040px)}.checkout-layout{grid-template-columns:1fr}.checkout-reservation-card{order:-1;min-height:0;position:static}.checkout-work-card{min-height:0}.checkout-stepper-line{width:clamp(42px,7vw,98px);margin-right:18px}}@media (max-width:820px){.checkout-flow{width:calc(100% - 32px);margin-top:24px}.checkout-stepper{justify-content:start;padding-bottom:8px;overflow-x:auto}.checkout-stepper-item{min-width:auto}.checkout-work-card,.checkout-reservation-card{padding:24px 20px}.checkout-redesign .guest-form-grid.checkout-guest-grid,.reservation-hotel{grid-template-columns:1fr}.reservation-hotel-photo{aspect-ratio:16/9;width:100%;height:auto}.payment-option{grid-template-columns:28px 58px minmax(0,1fr);gap:14px}.payment-option-meta,.payment-option-action{grid-column:3;justify-self:start}}@media (max-width:560px){.checkout-section-title{gap:16px}.checkout-section-title h1,.checkout-section-title h2,.checkout-reservation-card h2{font-size:26px}.checkout-section-icon{width:46px;height:46px}.reservation-info-row{grid-template-columns:24px 1fr}.reservation-info-row strong{text-align:left;grid-column:2}.reservation-total-row,.reservation-price-row{flex-direction:column;align-items:flex-start;gap:8px}.reservation-total-row strong{font-size:30px}}
