: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;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.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}}.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}}.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-sm{width:22%}.detail-skeleton-line-md{width:48%}.detail-skeleton-line-lg{width:64%}.detail-skeleton-line-full{width:100%}.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{border-top:1px solid var(--line);background:var(--gray-50);width:100%;margin-top:auto}.footer-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:24px 32px;display:flex}.footer-brand{flex-shrink:0}.footer-logo{color:var(--navy-900);align-items:center;gap:8px;font-size:1.05rem;text-decoration:none;display:flex}.footer-logo-img{object-fit:contain;border-radius:5px}.footer-logo strong{letter-spacing:-.02em;font-weight:700}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.footer-links a{color:var(--gray-600);white-space:nowrap;transition:color .2s var(--ease);font-size:.88rem;text-decoration:none}.footer-links a:hover{color:var(--emerald-600)}.footer-right{flex-shrink:0;align-items:center;gap:20px;display:flex}.footer-bug-btn{color:var(--gray-600);background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;align-items:center;gap:6px;padding:7px 18px;font-size:.84rem;font-weight:500;text-decoration:none;display:inline-flex}.footer-bug-btn:hover{color:var(--emerald-600);border-color:var(--emerald-500);background:#2da8730a}.footer-copy{color:var(--gray-400);white-space:nowrap;font-size:.84rem}@media (max-width:980px){.footer-inner{gap:20px;padding:20px 24px}.footer-links{gap:20px}}@media (max-width:760px){.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:18px;padding:28px 20px}.footer-links{justify-content:center;gap:16px}.footer-right{flex-direction:column;gap:12px}}@media (max-width:480px){.footer-links{flex-direction:column;gap:12px}.footer-inner{padding:24px 16px}}.footer-link-btn{all:unset;color:var(--gray-600);cursor:pointer;white-space:nowrap;transition:color .2s var(--ease);font-size:.88rem}.footer-link-btn:hover{color:var(--emerald-600)}.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}}.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}}
