:root{--ink:#20231f;--muted:#6d756c;--line:#dfe5da;--surface:#f8f8f3;--panel:#ffffff;--green:#2f7d51;--green-soft:#e7f4ea;--amber:#a35f00;--amber-soft:#fff2d8;--red:#a23a3a;--red-soft:#ffe7e4;--teal:#1f7a7a;--shadow:0 18px 55px rgba(32,35,31,0.1);--map-color-filter:saturate(0.76) contrast(0.64) brightness(1.25) sepia(0.06) hue-rotate(5deg);--map-edge-gap:42px;--map-inline-gap:clamp(32px,3.3vw,60px);--search-panel-height:69px;--search-popover-gap:12px;--search-results-gap:30px;--results-top-offset:calc(var(--map-edge-gap) + var(--search-panel-height) + var(--search-results-gap));--pet-popover-top-offset:calc(var(--map-edge-gap) + var(--search-panel-height) + var(--search-popover-gap));--results-bottom-offset:var(--map-edge-gap)}@font-face{font-family:FliggySans102Md;src:url(/fonts/FliggySans102-Md.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:FliggySans102Bd;src:url(/fonts/FliggySans102-Bd.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:FliggyFontsMedium;src:url(/fonts/FliggyFonts-MediumVersion.0711-2.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}*{box-sizing:border-box}body{margin:0;background:var(--surface);color:var(--ink);font-family:PingFang SC,Arial,Microsoft YaHei,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;padding:0;overflow-x:hidden}.map-stage{position:relative;width:100vw;min-height:100vh;overflow:hidden;background:#eaf2f4}.map-stage:after{content:"";position:fixed;top:0;left:0;z-index:1;width:100vw;height:300px;background:url(/assets/top-map-gradient.png) top/100% 300px no-repeat;pointer-events:none}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 2px 18px}.eyebrow{margin:0 0 5px;color:var(--teal);font-size:12px;font-weight:700;letter-spacing:0}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:0}.source-row,.status-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted);padding:10px 14px;font-size:13px;white-space:nowrap}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;min-height:42px;padding:0 16px;font-weight:700}.primary-action{background:var(--ink);color:white;white-space:nowrap}.primary-action:disabled{cursor:not-allowed;opacity:.68}.secondary-action{border:1px solid var(--line);background:#fbfcf7;color:var(--ink)}.spin{animation:spin .8s linear infinite}.error-banner{position:fixed;top:24px;left:50%;z-index:40;width:min(560px,calc(100vw - 40px));margin:0;border:1px solid var(--red);border-radius:6px;background:var(--red-soft);color:var(--red);padding:12px 14px;transform:translateX(-50%)}.results-overlay{position:fixed;top:var(--results-top-offset);right:var(--map-inline-gap);bottom:var(--results-bottom-offset);left:var(--map-inline-gap);z-index:12;display:grid;grid-template-columns:384px 462px;justify-content:space-between;grid-gap:16px;gap:16px;pointer-events:none}.results-overlay.has-detail-only{top:var(--map-edge-gap);grid-template-columns:462px;justify-content:end}.detail-pane{justify-self:end;align-self:stretch;width:462px;height:auto;min-height:0;border:0;border-radius:12px;background:#ffffff;overflow:hidden;padding:18px;pointer-events:auto}.results-overlay:not(.has-detail-only) .detail-pane{margin-top:calc(var(--map-edge-gap) - var(--results-top-offset))}.results-pane{display:flex;flex-direction:column;gap:12px;justify-self:start;align-self:stretch;width:386px;height:auto;min-height:0;max-width:calc(100vw - 36px);border:0;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(227,231,240,.6) 27.251%,rgba(227,231,240,.6));box-shadow:inset 0 0 0 2px #ffffff;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);overflow:hidden;padding:18px;pointer-events:auto}.results-count{margin:0;color:#0f131a;font-size:16px;font-weight:500;line-height:1.4;white-space:nowrap}.fallback-map-header,.pane-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.fallback-map-header h2,.pane-heading h2{margin-bottom:0;font-size:21px}.notice{margin:14px 0 10px;color:var(--muted);font-size:13px;line-height:1.55}.hotel-list{display:flex;align-items:flex-start;flex-direction:column;row-gap:8px;flex:1 1 auto;width:348px;max-width:100%;min-height:0;max-height:none;overflow:auto;overscroll-behavior:contain;padding:0 0 18px;cursor:-webkit-grab;cursor:grab;scrollbar-width:none}.hotel-list.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hotel-list::-webkit-scrollbar{display:none}.hotel-card{position:relative;flex:0 0 auto;align-self:start;display:block;justify-self:start;width:348px;min-width:0;max-width:100%;height:auto;min-height:0;border:1px solid #ebeff9;border-radius:10px;background:#f7f8fa;color:inherit;cursor:pointer;padding:12px;text-align:left}.hotel-card-layout{display:grid;grid-template-columns:90px minmax(0,1fr);align-items:stretch;grid-column-gap:8px;column-gap:8px;width:100%}.hotel-card.is-active{border:2px solid #0f131a;background:#f7f8fa;padding:11px;box-shadow:none}.hotel-card:focus{outline:none}.hotel-card h3{display:-webkit-box;overflow:hidden;margin:0;color:#0f131a;font-size:16px;font-weight:600;line-height:1.4;text-overflow:ellipsis;white-space:normal;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hotel-card-location{color:#5c5f66;font-size:14px;line-height:1.4}.hotel-card .hotel-note-mention,.hotel-card-location{overflow:hidden;margin:0;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.hotel-card .hotel-note-mention{color:#919499;font-size:12px;line-height:17px}.hotel-brand-badge,.hotel-brand-badge *,.hotel-card .hotel-note-mention *,.hotel-card-location *,.hotel-rating-copy,.hotel-star-badge,.hotel-star-badge *{font-weight:400}.hotel-card-image{display:grid;width:90px;height:auto;min-height:0;place-items:center;align-self:stretch;overflow:hidden;border-radius:8px;background-color:#edf2f3;color:#919499;font-size:20px;font-weight:600}.hotel-card-image img{display:block;width:100%;height:100%;object-fit:cover}.hotel-card-info{display:flex;flex:1 1;min-width:0;min-height:0;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:18px}.hotel-card-main{display:grid;grid-gap:6px;gap:6px;min-width:0;width:100%}.hotel-rating-row,.hotel-title-row{display:flex;align-items:center;min-width:0}.hotel-title-row{display:block;width:100%}.hotel-title-row h3{min-width:0;max-width:100%}.hotel-star-badge{vertical-align:2px;background:rgba(210,212,217,.3);color:#919499;margin-left:4px;font-weight:400}.hotel-brand-badge,.hotel-star-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;height:16px;min-height:16px;padding:0 4px;font-size:10px;line-height:1}.hotel-brand-badge{flex:0 0 auto;align-self:center;background:rgba(247,228,196,.65);color:#9d7440}.hotel-rating-row{gap:4px;color:#6666ff;font-size:14px;font-weight:400;line-height:1.4;width:100%;max-width:none}.hotel-rating-copy{overflow:hidden;flex:1 1 auto;min-width:0;text-overflow:ellipsis;white-space:nowrap}.hotel-score{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:23px;height:14px;border-radius:4px;background:#6666ff;color:#ffffff;padding:0 4px;font-family:FliggySans102Md,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1}.hotel-score>span{display:block;transform:translateY(0)}.hotel-card-foot{justify-content:flex-end;min-height:40px;pointer-events:none}.hotel-card-foot,.hotel-price-summary{display:flex;align-items:flex-end;width:100%}.hotel-price-summary{flex-direction:column;gap:0}.hotel-price{display:inline-flex;align-items:baseline;column-gap:0;flex:0 0 auto;max-width:100%;color:#0f131a;font-family:FliggySans102Bd,FliggySans102Md,Arial,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;white-space:nowrap;justify-content:flex-end}.hotel-price-currency{display:block;width:7px;height:22px;font-size:12px;font-weight:700;line-height:22px}.hotel-price-number{display:block;height:17px;font-size:18px;font-weight:700;line-height:17px}.hotel-price-suffix{font-family:PingFang SC,Arial,Microsoft YaHei,sans-serif;font-weight:400;transform:translateY(0)}.hotel-price-suffix,.hotel-price.is-pending{display:block;font-size:12px;line-height:16px}.hotel-card-pet-fee{display:inline-flex;align-items:center;justify-content:flex-end;gap:0;max-width:100%;color:#5c5f66;font-size:12px;font-weight:400;line-height:1.4;text-align:right;white-space:nowrap}.hotel-card-pet-fee>span{overflow:hidden;text-overflow:ellipsis}.hotel-card-pet-fee-value.is-free{color:#47b259}.pet-badge{flex:0 0 auto;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;white-space:nowrap}.map-pin.likely_allowed,.pet-badge.likely_allowed{background:var(--green-soft);color:var(--green)}.map-pin.needs_confirm,.pet-badge.needs_confirm{background:var(--amber-soft);color:var(--amber)}.map-pin.not_recommended,.pet-badge.not_recommended{background:var(--red-soft);color:var(--red)}.metric-row,.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.metric-row span{border:1px solid var(--line);border-radius:999px;background:white;padding:5px 8px;color:var(--ink);font-size:12px}.evidence-list span,.tag-row span{border-radius:999px;background:#eef1eb;color:var(--muted);padding:5px 8px;font-size:12px}.detail-empty,.empty-state{display:grid;place-items:center;min-height:360px;color:var(--muted);text-align:center;padding:20px}.empty-state h3{margin-bottom:6px;color:var(--ink)}.detail-empty p,.empty-state p{max-width:310px;line-height:1.6}.amap-container,.amap-shell,.fallback-map{width:100%;height:100%;min-height:100vh}.amap-shell{position:relative}.amap-container{background:#f0eddf!important}.amap-container .amap-marker,.amap-container .amap-marker-content{overflow:visible!important}.amap-container .amap-layer img,.amap-container canvas{filter:var(--map-color-filter)!important;opacity:.92}.map-loading{position:absolute;inset:16px auto auto 16px;z-index:2;border-radius:999px;background:rgba(255,255,255,.92);padding:9px 12px;color:var(--muted);font-size:13px}.fallback-map{display:grid;grid-template-rows:auto 1fr}.fallback-map-header{border-bottom:1px solid var(--line);padding:16px}.fallback-map-header span{border-radius:999px;background:#eef1eb;color:var(--muted);padding:6px 9px;font-size:12px}.fallback-canvas{position:relative;overflow:hidden;min-height:420px;background:linear-gradient(rgba(47,125,81,.08) 1px,transparent 0),linear-gradient(90deg,rgba(47,125,81,.08) 1px,transparent 0),#f3f6ed;background-size:44px 44px}.fallback-canvas:before{content:"";position:absolute;inset:12%;border:2px solid rgba(31,122,122,.25);border-radius:50%;transform:rotate(-12deg)}.fallback-hotel-marker{position:absolute;z-index:2;display:block;width:72px;height:40px;border:0;background:transparent;overflow:visible;padding:0;transform:translate(-50%,-100%)}.fallback-hotel-marker.is-active{width:120px;height:68px;transform:translate(-50%,-100%)}.fallback-hotel-marker.is-featured{width:102px;height:74px}.fallback-hotel-marker.is-featured.is-active{width:124px;height:100px}.hotel-detail-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.hotel-detail-main{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;gap:18px;overflow-y:auto;padding-bottom:132px;scrollbar-width:none}.hotel-detail-main::-webkit-scrollbar{display:none}.hotel-detail-main>*{flex:0 0 auto}.hotel-detail-images{display:flex;width:100%;gap:8px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hotel-detail-images::-webkit-scrollbar{display:none}.hotel-detail-image{overflow:hidden;flex:0 0 410px;width:410px;height:240px;border-radius:12px;background-color:#edf2f3}.hotel-detail-image img{display:block;width:100%;height:100%;object-fit:cover}.hotel-detail-images.is-single .hotel-detail-image{flex-basis:100%;width:100%}.hotel-detail-image.is-empty{display:grid;place-items:center;color:#919499;font-size:36px;font-weight:600}.hotel-detail-card h2{overflow:hidden;margin:0;color:#0f131a;font-size:20px;font-weight:500;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.hotel-detail-facts,.hotel-detail-info{display:grid;grid-gap:12px;gap:12px}.hotel-detail-title-row{display:flex;align-items:flex-start;gap:6px;min-width:0}.hotel-detail-title-row h2{flex:0 1 auto;min-width:0}.hotel-detail-badges{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding-top:3px}.hotel-detail-brand-badge,.hotel-detail-level-badge{display:inline-flex;align-items:center;justify-content:center;height:17px;border-radius:4px;padding:0 4px;font-size:12px;font-weight:400;line-height:1.4;white-space:nowrap}.hotel-detail-level-badge{background:rgba(210,212,217,.3);color:#5c5f66}.hotel-detail-brand-badge{background:#feefd8;color:#805540}.hotel-detail-summary{display:grid;grid-gap:8px;gap:8px;align-items:start}.hotel-detail-summary.has-secondary{grid-template-columns:minmax(0,136px) 1px minmax(0,266px);column-gap:11px}.hotel-detail-summary-primary,.hotel-detail-summary-secondary{display:grid;grid-gap:10px;gap:10px;min-width:0}.hotel-detail-summary-secondary{align-content:start;width:100%;max-width:266px}.hotel-detail-summary-divider{width:1px;justify-self:center;align-self:stretch;margin-left:-.5px;background:rgba(145,148,153,.2)}.hotel-detail-rating{display:flex;align-items:center;gap:4px;max-width:100%;min-width:0}.hotel-detail-score{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;min-width:28px;height:18px;border-radius:5px;background:#6666ff;color:#ffffff;padding:0 4px;font-family:FliggySans102Md,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1}.hotel-detail-score>span{display:block;transform:translateY(.5px)}.hotel-detail-score-copy{min-width:0;color:#0f131a;font-size:14px;font-weight:500;line-height:1.4}.hotel-detail-quote{margin:0;color:#0f131a;font-size:14px;font-weight:400;line-height:1.5}.hotel-detail-renovation{display:inline-flex;align-items:center;gap:4px;color:#0f131a;font-size:14px;font-weight:500;line-height:1.4}.hotel-detail-renovation-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:18px;border-radius:5px;background:#47b259;color:#ffffff;padding:0 4px;font-size:12px;font-weight:600;line-height:1.2}.hotel-detail-tags-shell{position:relative;overflow-x:auto;overflow-y:hidden;width:100%;max-width:266px;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hotel-detail-tags{display:flex;flex-wrap:nowrap;gap:14px;overflow:visible;width:max-content;min-width:100%;max-width:none}.hotel-detail-tags-shell::-webkit-scrollbar{display:none}.hotel-detail-tag{display:grid;flex:0 0 auto;justify-items:center;align-content:start;grid-gap:4px;gap:4px;width:max-content;min-width:56px;text-align:center}.hotel-detail-tag-icon{display:block;width:20px;height:20px;object-fit:contain}.hotel-detail-tag-text{display:block;overflow:visible;width:auto;max-width:none;color:#0f131a;font-size:14px;font-weight:400;line-height:20px;text-overflow:clip;white-space:nowrap}.hotel-detail-meta{display:grid;grid-gap:8px;gap:8px;width:100%}.hotel-detail-meta.has-divider{border-top:1px solid rgba(145,148,153,.2);padding-top:8px}.hotel-detail-row{display:flex;align-items:flex-start;gap:4px;min-width:0;color:#5c5f66;font-size:14px;font-weight:400;line-height:1.4}.hotel-detail-row.is-location{gap:2px}.hotel-detail-icon{flex:0 0 auto;display:block;width:16px;height:16px;background-position:50%;background-repeat:no-repeat;background-size:contain}.hotel-detail-icon.is-location{background-image:url(/assets/detail-location.svg)}.hotel-detail-icon.is-phone{background-image:url(/assets/detail-phone.svg)}.hotel-detail-icon.is-pet-policy{background-image:url(/assets/detail-pet-policy.svg)}.hotel-detail-row>span:not(.hotel-detail-icon){min-width:0;font-weight:400}.hotel-detail-row.is-location .hotel-detail-icon{margin-top:2px}.hotel-detail-location-copy{display:grid;grid-gap:4px;gap:4px}.hotel-detail-location-poi{color:#0f131a;font-size:14px;font-weight:500;line-height:1.4}.hotel-detail-location-address{color:#5c5f66;font-size:14px;font-weight:400;line-height:1.4}.hotel-detail-row.is-pet-policy{align-items:flex-start}.hotel-detail-row.is-pet-policy .hotel-detail-icon{margin-top:1px}.hotel-detail-row.is-pet-policy>span:not(.hotel-detail-icon){overflow:visible;text-overflow:clip;white-space:normal}.hotel-detail-row.is-phone{align-items:center}.hotel-detail-row.is-phone .hotel-detail-icon{margin-top:0}.xhs-notes{display:grid;grid-gap:18px;gap:18px;margin-top:10px}.xhs-review-tabs{display:flex;align-items:flex-start;gap:18px;min-width:0}.xhs-review-tab{display:grid;justify-items:center;grid-gap:3px;gap:3px;border:0;background:transparent;color:#5c5f66;padding:0;font-size:16px;font-weight:400;line-height:1.4;white-space:nowrap}.xhs-review-tab:disabled{cursor:default;opacity:1}.xhs-review-tab-label{display:inline-flex;gap:3px}.xhs-review-tab.is-active{color:#0f131a;font-weight:500}.xhs-review-tab.is-active .xhs-review-tab-label,.xhs-review-tab.is-active .xhs-review-tab-label span{font-weight:500}.xhs-review-tab i{display:block;width:18px;height:3px;border-radius:20px;background:#0f131a;opacity:0}.xhs-review-tab.is-active i{opacity:1}.xhs-ai-review{display:grid;width:100%;grid-gap:8px;gap:8px;border-radius:8px;background:radial-gradient(ellipse 196px 70px at 72% 0,rgba(98,125,251,.3),rgba(90,170,255,0) 72%),radial-gradient(ellipse 228px 60px at 1% 0,rgba(231,255,111,.2),rgba(231,255,111,0) 72%),radial-gradient(ellipse 343px 58px at 21% 0,rgba(121,253,255,.2),rgba(121,253,255,0) 72%),radial-gradient(ellipse 191px 69px at 97% 16%,rgba(255,111,236,.04),rgba(255,111,236,0) 72%),radial-gradient(ellipse 98px 80px at 81% -40%,rgba(42,31,255,.06),rgba(42,31,255,0) 72%),linear-gradient(179deg,rgba(225,218,255,.3) .71%,rgba(218,245,255,.3) 97.71%);padding:12px}.xhs-ai-review-head{display:grid;grid-gap:0;gap:0;line-height:1.4}.xhs-ai-review-head h3{width:-moz-fit-content;width:fit-content;margin:0;background:linear-gradient(96deg,#4a4af8,#6666ff 56%,#bf54ff);background-clip:text;color:transparent;font-family:FliggyFontsMedium,PingFang SC,Arial,Microsoft YaHei,sans-serif;font-size:16px;font-weight:500;line-height:1.4;-webkit-background-clip:text}.xhs-ai-review-head p{margin:0;color:#919499;font-size:12px;font-weight:400;line-height:1.4}.xhs-ai-review-copy{display:grid;grid-gap:0;gap:0;width:100%}.xhs-ai-review-content{margin:0;color:#0f131a;font-size:14px;font-weight:400;line-height:1.4}.xhs-ai-review-content span{color:#6666ff;font-weight:400}.xhs-note-list{display:grid;grid-gap:28px;gap:28px;width:100%}.xhs-note{display:grid;grid-gap:12px;gap:12px;min-width:0}.xhs-note-images{display:flex;gap:2px;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none}.xhs-note-images::-webkit-scrollbar{display:none}.xhs-note-image{position:relative;flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 6px) / 4);aspect-ratio:1/1;border:0;padding:0;background-color:#edf2f3;background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;scroll-snap-align:start}.xhs-note-image:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.xhs-note-image:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.xhs-note-image.is-video span{position:absolute;top:50%;left:50%;width:28px;height:28px;border-radius:999px;background:rgba(15,19,26,.72);transform:translate(-50%,-50%)}.xhs-note-image.is-video span:after{position:absolute;top:50%;left:52%;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #ffffff;content:"";transform:translate(-50%,-50%)}.xhs-note-copy{display:grid;grid-gap:2px;gap:2px}.xhs-note-copy h3{overflow:hidden;margin:0;color:#0f131a;font-size:16px;font-weight:600;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.xhs-note-content{position:relative;display:block;width:100%;border:0;background:transparent;color:#5c5f66;padding:0;font-size:14px;font-weight:400;line-height:1.4;text-align:left}.xhs-note-content span{display:-webkit-box;overflow:hidden;font-weight:400;white-space:pre-line;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hotel-detail-review,.hotel-detail-review *,.hotel-detail-row,.hotel-detail-row *,.hotel-detail-tags,.hotel-detail-tags *,.xhs-note-content,.xhs-note-content *{font-weight:400}.hotel-detail-row .hotel-detail-location-poi{font-weight:500}.xhs-note-content strong{position:absolute;right:0;bottom:0;display:inline-flex;align-items:center;gap:4px;background:linear-gradient(90deg,rgba(255,255,255,0),#ffffff 18px,#ffffff);color:#0f131a;font-weight:400;padding-left:24px}.xhs-note-content strong:after{content:"";display:block;width:8px;height:8px;background-image:url(/assets/text-link-arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:8px 8px}.xhs-note-content.is-expanded{cursor:default}.xhs-note-content.is-expanded span{display:block;overflow:visible;-webkit-line-clamp:unset}.xhs-media-viewer{position:fixed;inset:0;z-index:2000;justify-content:center;padding:50px 60px;background:rgba(0,0,0,.8);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.xhs-media-viewer,.xhs-media-viewer-shell{display:flex;align-items:center;box-sizing:border-box}.xhs-media-viewer-shell{gap:80px;max-width:calc(100vw - 120px);height:min(900px,calc(100vh - 100px));border-radius:24px;background:rgba(0,0,0,.4);padding-right:80px;overflow:hidden}.xhs-media-viewer-close{position:absolute;top:50px;left:60px;z-index:2;display:block;width:48px;height:48px;border:0;background:url(/assets/xhs-media-close.svg) 50%/48px 48px no-repeat;cursor:pointer;padding:0}.xhs-media-viewer-stage{position:relative;flex:0 0 auto;overflow:hidden;width:auto;height:100%;aspect-ratio:680/900;border-radius:24px;background:#d9d9d9;cursor:-webkit-grab;cursor:grab;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xhs-media-viewer-track{display:flex;height:100%;transition:transform .18s ease;will-change:transform}.xhs-media-viewer-track.is-dragging{transition:none}.xhs-media-viewer-stage:active{cursor:-webkit-grabbing;cursor:grabbing}.xhs-media-viewer-slide{display:flex;align-items:center;justify-content:center;flex:0 0 100%;min-width:0;height:100%}.xhs-media-viewer-image,.xhs-media-viewer-video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;border:0;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xhs-media-viewer-image{pointer-events:none}.xhs-media-viewer-video{background:#000000}.xhs-media-viewer-controls{position:absolute;bottom:30px;left:50%;display:flex;align-items:center;gap:24px;border-radius:60px;background:rgba(0,0,0,.5);color:#ffffff;font-size:20px;font-weight:500;line-height:1.4;padding:12px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transform:translateX(-50%)}.xhs-media-viewer-controls button{display:grid;width:18px;height:18px;place-items:center;border:0;background:transparent;cursor:pointer;padding:0}.xhs-media-viewer-controls button:disabled{cursor:default;opacity:.5}.xhs-media-viewer-arrow{display:block;width:18px;height:18px;background-position:50%;background-repeat:no-repeat;background-size:18px 18px}.xhs-media-viewer-arrow.is-left{background-image:url(/assets/xhs-media-arrow-left.svg)}.xhs-media-viewer-arrow.is-right{background-image:url(/assets/xhs-media-arrow-right.svg)}.xhs-media-viewer-note{display:flex;flex:0 0 468px;flex-direction:column;gap:40px;box-sizing:border-box;min-width:0;width:468px;height:min(820px,calc(100% - 80px));overflow:hidden;padding:0}.xhs-media-viewer-note-body{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0;overflow:hidden}.xhs-media-viewer-note h2{flex:0 0 auto;overflow:hidden;margin:0;color:#ffffff;font-size:24px;font-weight:600;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.xhs-media-viewer-note-copy{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;mask-image:linear-gradient(180deg,#000000 calc(100% - 60px),rgba(0,0,0,0));-webkit-mask-image:linear-gradient(180deg,#000000 calc(100% - 60px),rgba(0,0,0,0))}.xhs-media-viewer-note-copy::-webkit-scrollbar{display:none}.xhs-media-viewer-note-copy p{margin:0;color:#ffffff;font-size:16px;font-weight:300;line-height:1.6;padding-bottom:96px;white-space:pre-line}.xhs-media-viewer-note-actions{display:flex;flex:0 0 auto;justify-content:center;gap:40px;height:28px;overflow:hidden}.xhs-media-viewer-note-action{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;gap:6px;height:28px;border:0;border-radius:0;background:transparent;color:#ffffff;cursor:pointer;font-size:20px;font-weight:500;line-height:1.4;padding:0;white-space:nowrap}.xhs-media-viewer-note-arrow{display:block;width:18px;height:18px;background-position:50%;background-repeat:no-repeat;background-size:18px 18px}.xhs-media-viewer-note-arrow.is-left{background-image:url(/assets/xhs-media-arrow-left.svg)}.xhs-media-viewer-note-arrow.is-right{background-image:url(/assets/xhs-media-arrow-right.svg)}.hotel-detail-actions{position:absolute;right:0;bottom:0;left:0;z-index:3;display:flex;flex:0 0 auto;gap:10px;width:100%}.hotel-detail-actions:before{content:"";position:absolute;right:-18px;bottom:-18px;left:-18px;z-index:-1;height:104px;background:linear-gradient(180deg,rgba(255,255,255,0),#ffffff 66.67%);box-shadow:0 4px 4px 0 rgba(0,0,0,.08);pointer-events:none}.hotel-detail-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:60px;border-radius:12px;padding:18px 36px;font-size:20px;font-weight:500;line-height:1.4;white-space:nowrap}.hotel-detail-action.is-secondary{flex:0 0 144px;border:1px solid #0f131a;background:#ffffff;color:#0f131a}.hotel-detail-actions.is-view-only .hotel-detail-action.is-secondary{flex:1 1 auto}.hotel-detail-action.is-primary{flex:0 0 272px;border:1px solid #0f131a;background:#0f131a;color:#ffffff}.hotel-detail-sparkle{flex:0 0 auto;display:block;width:20px;height:20px;background:url(/assets/detail-star.svg) 50%/contain no-repeat}.hotel-3d-overlay{position:fixed;inset:0;z-index:3000;overflow:hidden;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.hotel-3d-close{position:fixed;top:50px;left:60px;z-index:2;display:grid;place-items:center;width:48px;height:48px;border:0;border-radius:50%;background:transparent;padding:0}.hotel-3d-close img{display:block;width:48px;height:48px}.hotel-3d-frame-shell{position:absolute;inset:0;overflow:hidden;border-radius:0;background-color:#07090a;background-position:50%;background-repeat:no-repeat;background-size:cover}.hotel-3d-frame{display:block;width:100%;height:100%;border:0;outline:none;background:transparent}.hotel-3d-frame-shell:focus,.hotel-3d-frame-shell:focus-within,.hotel-3d-frame:focus{outline:none}.bottom-search-panel{position:fixed;top:var(--map-edge-gap);right:var(--map-inline-gap);left:var(--map-inline-gap);z-index:1000;display:flex;align-items:stretch;justify-content:stretch;gap:12px;width:auto;height:var(--search-panel-height);max-width:none;transform:none;transform-origin:top center;pointer-events:auto}.search-brand-card{display:flex;flex:0 0 max-content;height:69px;min-width:max-content;flex-direction:column;justify-content:flex-start;gap:5px;margin-right:8px;padding-top:9px}.search-brand-logo{display:block;width:110.12px;height:34px;object-fit:contain}.search-brand-subtitle{margin:0;color:#5c5f66;font-size:13px;font-weight:400;line-height:19px;white-space:nowrap}@media (max-width:1600px) and (min-width:1181px){.bottom-search-panel{transform:none}}.bottom-search-action,.search-segment{height:100%;border:0;border-radius:12px;box-shadow:none}.search-segment{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:0;background:#ffffff;padding:12px 18px}.search-segment label>span,.search-segment>span{color:#919499;font-size:12px;font-weight:400;line-height:17px;white-space:nowrap}.search-segment input{width:100%;min-width:0;border:0;border-radius:0;background:transparent;outline:none;padding:0}.display-value,.search-segment input{color:#0f131a;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0}.display-value{margin:0;white-space:nowrap}.display-value.is-empty{color:#919499;font-weight:400}.search-segment input::placeholder{color:#919499;font-weight:400}.destination-segment{flex:0 0 120px}.inline-inputs,.pet-inputs,.pet-value,.segment-value{display:flex;align-items:center;gap:6px}.segment-value-with-chevron{gap:4px}.segment-value-with-chevron input{flex:0 1 auto;min-width:0}.segment-value.with-icon svg{flex:0 0 auto;color:#0f131a}.figma-chevron{flex:0 0 auto;display:block;width:12px;height:12px;background:url(/assets/expand-collapse-fill.svg) 50%/contain no-repeat}.date-segment{flex:0 0 251px;flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:12px 18px}.date-segment label{display:flex;align-self:stretch;flex:1 1;flex-direction:column;gap:6px;justify-content:center;min-width:0}.date-segment label:last-child{align-items:flex-end}.date-field{position:relative;cursor:pointer}.date-field .display-value{color:#0f131a;font-size:16px;font-weight:500;line-height:22px}.date-field input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.night-divider{display:flex;flex:0 0 69px;align-items:center;align-self:flex-start;justify-content:space-between;width:69px;height:17px;gap:0;color:#919499;padding-top:0}.night-divider i{display:block;width:18px;height:1px;background:#c8cbd0}.night-divider span{display:inline-flex;align-items:center;justify-content:center;width:33px;height:17px;border:1px solid #d5d8de;border-radius:999px;background:#ffffff;font-size:12px;font-weight:400;line-height:17px}.pet-segment,.preference-segment{min-width:250px}.guest-segment{flex:0 0 auto}.inline-inputs{gap:0}.budget-inline,.inline-inputs label,.pet-inputs label{display:inline-flex;align-items:baseline;color:#0f131a;font-size:20px;font-weight:500;white-space:nowrap}.inline-inputs input{width:34px;text-align:center}.pet-panel-backdrop{position:fixed;top:var(--pet-popover-top-offset);right:0;bottom:0;left:0;z-index:900;border:0;background:transparent;padding:0;cursor:default}.pet-panel-backdrop:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,0) 2%,rgba(0,0,0,.22) 16%,rgba(0,0,0,.62) 38%,#000000 72%,#000000);-webkit-mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,0) 2%,rgba(0,0,0,.22) 16%,rgba(0,0,0,.62) 38%,#000000 72%,#000000);pointer-events:none}.pet-segment{position:relative;flex:0 0 250px;min-width:250px}.pet-value{position:static}.pet-trigger{display:inline-flex;align-items:center;gap:4px;width:100%;border:0;background:transparent;color:inherit;padding:0;text-align:left}.pet-segment .figma-chevron{transition:transform .16s ease}.pet-trigger[aria-expanded=true] .figma-chevron{transform:rotate(180deg)}.pet-popover{position:absolute;top:calc(100% + var(--search-popover-gap));left:0;z-index:1200;box-sizing:border-box;border-radius:12px;background:#ffffff;box-shadow:none;color:#0f131a}.pet-popover h2{margin:0;color:#0f131a;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0;white-space:nowrap}.pet-select-popover{display:flex;flex-direction:column;gap:20px;width:250px;padding:12px;border-radius:10px}.pet-select-popover.has-saved-pet{gap:20px;justify-content:center}.pet-select-popover h2{font-size:16px}.pet-popover-title-row{display:flex;align-items:center;justify-content:space-between;width:100%}.pet-add-link{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:#5c5f66;padding:0;font-size:16px;font-weight:500;line-height:1.4;white-space:nowrap}.pet-add-link span{display:block;width:16px;height:16px;background:url(/assets/pet-panel-add.svg) 50%/contain no-repeat}.pet-saved-list{gap:12px}.pet-saved-card,.pet-saved-list{display:flex;flex-direction:column;width:100%}.pet-saved-card{position:relative;align-items:flex-start;justify-content:center;gap:4px;box-sizing:border-box;height:68px;border:2px solid transparent;border-radius:8px;background:#f2f5fa;color:#0f131a;padding:12px;text-align:left}.pet-saved-card.is-selected{border-color:#0f131a}.pet-saved-card strong{color:#0f131a;font-size:14px;font-weight:500;text-overflow:ellipsis}.pet-saved-card strong,.pet-saved-meta{overflow:hidden;max-width:100%;line-height:1.4;white-space:nowrap}.pet-saved-meta{display:flex;align-items:flex-start;gap:12px;color:#919499;font-size:12px;font-weight:300}.pet-saved-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pet-saved-card.is-selected:after{content:"";position:absolute;z-index:4;right:-2px;bottom:-2px;width:20px;height:20px;border-radius:6px;background:#ffffff url(/assets/pet-selected-check.svg) 50%/contain no-repeat;pointer-events:none}.pet-select-confirm-button{display:inline-flex;align-items:center;justify-content:center;width:100%;height:46px;border:1px solid #0f131a;border-radius:8px;background:#ffffff;color:#0f131a;padding:0 36px;font-size:16px;font-weight:500;line-height:1.4;white-space:nowrap}.pet-profile-popover{display:flex;flex-direction:column;gap:18px;width:250px;min-width:250px;padding:12px;border-radius:10px}.pet-profile-popover h2{font-size:16px}.pet-form-stack{gap:16px}.pet-form-group,.pet-form-stack{display:flex;flex-direction:column;width:100%;min-width:0}.pet-form-group{row-gap:12px;margin:0;border:0;padding:0}.pet-form-group legend,.pet-form-group>span:not(.pet-weight-field){margin:0;padding:0;color:#919499;font-size:14px;font-weight:300;line-height:1.4;white-space:nowrap}.pet-breed-list{display:flex;align-items:flex-start;gap:16px;width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-padding-inline:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pet-breed-list::-webkit-scrollbar{display:none}.pet-breed-option{position:relative;display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:8px;border:0;background:transparent;color:#0f131a;padding:0}.pet-breed-option>span:last-child{color:#0f131a;font-size:14px;font-weight:400;line-height:1.4;white-space:nowrap}.pet-breed-avatar{position:relative;display:grid;place-items:center;width:68px;height:68px;overflow:hidden;border-radius:50%;background:#f2f5fa}.pet-breed-avatar img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain}.pet-breed-option.is-selected .pet-breed-avatar{background:#0f131a}.pet-breed-option.is-selected .pet-breed-avatar:after{content:"";position:absolute;inset:0;z-index:2;border:2px solid #0f131a;border-radius:50%;pointer-events:none}.pet-breed-option.is-selected:after,.pet-choice-button.is-selected:after{content:"";position:absolute;z-index:4;width:20px;height:20px;background:url(/assets/pet-selected-check.svg) 50%/contain no-repeat;pointer-events:none}.pet-breed-option.is-selected:after{top:50px;left:49px}.pet-choice-button.is-selected:after{right:0;bottom:0;border-radius:6px;background:#ffffff url(/assets/pet-selected-check.svg) 50%/contain no-repeat}.pet-popover input{width:100%;min-width:0;height:46px;border:0;border-radius:8px;background:#f2f5fa;color:#0f131a;padding:12px;font-size:14px;font-weight:300;line-height:1.4;outline:none}.pet-popover input::placeholder{color:#919499;font-weight:300}.pet-profile-popover input:not(:placeholder-shown){font-weight:400}.pet-popover input[aria-invalid=true],.pet-weight-field:has(input[aria-invalid=true]){box-shadow:inset 0 0 0 1px #d84c4c}.pet-gender-list{display:flex;gap:12px;width:100%}.pet-choice-button{position:relative;display:inline-flex;flex:1 1;align-items:center;justify-content:center;min-width:0;border:0;border-radius:8px;background:#f2f5fa;color:#0f131a;padding:12px 18px;font-size:14px;font-weight:400;line-height:1.4;white-space:nowrap}.pet-choice-button.is-selected{box-shadow:inset 0 0 0 2px #0f131a}.pet-weight-field{display:flex;align-items:center;justify-content:space-between;width:100%;height:46px;border-radius:8px;background:#f2f5fa;padding:12px}.pet-weight-field input{flex:1 1 auto;min-width:0;height:auto;background:transparent;padding:0 8px 0 0}.pet-weight-field b{flex:0 0 auto;color:#0f131a;font-size:16px;font-weight:500;line-height:1.4}.pet-form-error{margin:-6px 0 0;color:#d84c4c;font-size:12px;line-height:1.4}.pet-confirm-button{display:inline-flex;align-items:center;justify-content:center;width:100%;height:46px;border:1px solid #0f131a;border-radius:8px;background:#ffffff;color:#0f131a;padding:0 36px;font-size:16px;font-weight:500;line-height:1.4;white-space:nowrap}.pet-inputs{gap:9px}.pet-inputs>input{width:92px}.pet-inputs label input{width:36px;text-align:center}.preference-segment{flex:0 0 250px;flex-direction:column;align-items:stretch;gap:6px}.preference-segment label:first-child{display:grid;grid-gap:6px;gap:6px}.bottom-search-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:120px;min-width:120px;align-self:stretch;min-height:69px;background:#0f131a;color:#ffffff;font-size:16px;font-weight:500;line-height:22px;padding:18px 36px;white-space:nowrap}.bottom-search-action:disabled{cursor:not-allowed;opacity:1}@media (max-width:1400px) and (min-width:1181px){.bottom-search-panel{gap:12px}.search-brand-card{margin-right:8px}.search-segment{border-radius:12px;padding:12px 16px}.date-field .display-value,.display-value,.search-segment input{font-size:20px}.destination-segment{flex-basis:120px}.date-segment{flex-basis:251px;padding:12px 16px}.night-divider{gap:8px}.night-divider i{width:24px}.pet-segment{min-width:250px}.pet-segment,.preference-segment{flex-basis:250px}.bottom-search-action{width:128px;min-width:128px;min-height:69px;border-radius:12px;padding:14px 24px;font-size:20px}}.amap-label{color:var(--ink);font-family:PingFang SC,Arial,Microsoft YaHei,sans-serif}.amap-copyright,.amap-logo,.amap-scalecontrol,.amap-toolbar{z-index:2!important}.amap-label{border:1px solid var(--line);border-radius:999px;background:white;padding:5px 8px;box-shadow:0 8px 18px rgba(32,35,31,.14);font-size:12px;font-weight:700}.hotel-map-marker{position:relative;display:block;width:72px;height:40px;background:url(/assets/map-price-marker.svg) top/72px 35.1px no-repeat;transform-origin:50% 100%}.hotel-map-marker-body{display:contents}.hotel-map-marker-pet{position:absolute;z-index:4;display:block;width:120px;height:120px;pointer-events:none;transform:scale(.92);transform-origin:50% 72%;opacity:0;animation:hotel-marker-pet-enter .18s ease-out forwards}.hotel-map-marker-pet img{display:block;width:100%;height:100%;object-fit:contain}.hotel-map-marker-pet.is-variant-0{left:-95px;top:-32px}.hotel-map-marker-pet.is-variant-1,.hotel-map-marker-pet.is-variant-2,.hotel-map-marker-pet.is-variant-3{left:95px;top:-32px}.hotel-map-marker-pet.is-variant-4{left:85px;top:-32px}.hotel-map-marker-pet.is-variant-5{left:-87px;top:-42px}.hotel-map-marker.is-featured .hotel-map-marker-pet.is-variant-0{left:-100px;top:-14px}.hotel-map-marker.is-featured .hotel-map-marker-pet.is-variant-1,.hotel-map-marker.is-featured .hotel-map-marker-pet.is-variant-2,.hotel-map-marker.is-featured .hotel-map-marker-pet.is-variant-3{left:101px;top:-18px}.hotel-map-marker.is-featured .hotel-map-marker-pet.is-variant-4{left:86px;top:-18px}.hotel-map-marker.is-featured .hotel-map-marker-pet.is-variant-5{left:-87px;top:-18px}.hotel-map-marker.is-active{width:120px;height:68px;background:url(/assets/map-price-marker-active.svg) top/120px 62.5319px no-repeat}.hotel-map-marker.is-featured{width:102px;height:74px;background:none}.hotel-map-marker.is-featured.is-active{width:124px;height:100px;background:none}.hotel-map-marker.is-featured .hotel-map-marker-body{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;width:102.016px;height:68.5257px;padding-top:8px;background:url(/assets/map-price-marker-featured.svg) 50%/102.016px 68.5257px no-repeat}.hotel-map-marker.is-featured.is-active .hotel-map-marker-body{width:124px;height:90.5319px;padding-top:10px;background:url(/assets/map-price-marker-featured-active.svg) 50%/124px 90.5319px no-repeat}.hotel-map-marker-price{position:absolute;top:4px;right:0;left:0;z-index:1;display:grid;height:26px;place-items:center;color:#0f131a;font-family:FliggySans102Bd,FliggySans102Md,Arial,sans-serif;font-weight:700;line-height:1.4;text-align:center}.hotel-map-marker-price:not(.is-text){display:flex;align-items:flex-end;justify-content:center;gap:1px}.hotel-map-marker-price.is-text{font-size:18px}.hotel-map-marker-currency{display:block;font-size:16px;line-height:1.4;white-space:nowrap}.hotel-map-marker-amount{display:block;height:28px;font-size:22px;line-height:1.4;white-space:nowrap}.hotel-map-marker.is-active .hotel-map-marker-price{top:8px;height:42px;color:#fdfdfd}.hotel-map-marker.is-active .hotel-map-marker-price.is-text{font-size:30px}.hotel-map-marker.is-active .hotel-map-marker-currency{font-size:24px}.hotel-map-marker.is-active .hotel-map-marker-amount{height:42px;font-size:32px}.hotel-map-marker.is-featured .hotel-map-marker-price{position:static;display:flex;height:auto;color:#0f131a}.hotel-map-marker.is-featured.is-active .hotel-map-marker-price{color:#fdfdfd}.hotel-map-marker-note{position:relative;z-index:2;display:block;margin-top:-2px;color:#5c5f66;font-family:PingFang SC,Arial,Microsoft YaHei,sans-serif;font-size:14px;font-weight:300;line-height:1.4;white-space:nowrap}.hotel-map-marker.is-active .hotel-map-marker-note{color:#fdfdfd}.hotel-map-marker-ripple{position:absolute;left:50%;top:31.8px;z-index:0;display:block;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;pointer-events:none;transform:translate(-50%,-50%) scale(.46);transform-origin:50% 50%;opacity:0;animation:hotel-marker-ripple 2.7s ease-out infinite;will-change:opacity,transform}.hotel-map-marker.is-active .hotel-map-marker-ripple{top:42px}.hotel-map-marker-ripple.is-one{width:142.016px;height:103.6px;background-image:url(/assets/map-price-marker-featured-halo-1.svg);animation-delay:0s}.hotel-map-marker-ripple.is-two{width:130.016px;height:91.6px;background-image:url(/assets/map-price-marker-featured-halo-2.svg);animation-delay:.32s}.hotel-map-marker.is-active .hotel-map-marker-ripple.is-one{width:160px;height:120px;background-image:url(/assets/map-price-marker-featured-active-halo-1.svg)}.hotel-map-marker.is-active .hotel-map-marker-ripple.is-two{width:172px;height:132px;background-image:url(/assets/map-price-marker-featured-active-halo-2.svg)}.hotel-map-marker-shadow{position:absolute;left:50%;top:37px;z-index:0;display:block;width:18px;height:3px;background:url(/assets/map-price-marker-active-shadow.svg) 50%/contain no-repeat;pointer-events:none;transform:translateX(-50%)}.hotel-map-marker.is-active .hotel-map-marker-shadow{left:51px;top:65px;transform:none}.hotel-map-marker.is-featured .hotel-map-marker-shadow{left:42px;top:70px;transform:none}.hotel-map-marker.is-featured.is-active .hotel-map-marker-shadow{left:53px;top:93px;transform:none}@keyframes hotel-marker-ripple{0%{opacity:0;transform:translate(-50%,-50%) scale(.46)}14%{opacity:1;transform:translate(-50%,-50%) scale(.62)}70%{opacity:.7;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1)}}@keyframes hotel-marker-pet-enter{to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hotel-map-marker-ripple{animation:none;opacity:1;transform:translate(-50%,-50%) scale(1)}.hotel-map-marker-pet{animation:none;opacity:1;transform:scale(1)}}@media (max-width:1180px){.results-overlay{top:var(--results-top-offset);right:var(--map-inline-gap);bottom:var(--results-bottom-offset);left:var(--map-inline-gap);grid-template-columns:minmax(300px,1fr)}.detail-pane{display:none}.bottom-search-panel{left:50%;right:auto;display:grid;grid-template-columns:1fr 1fr;width:min(760px,calc(100vw - 28px));height:auto;max-height:calc(100vh - (var(--map-edge-gap) * 2));overflow:auto;transform:translateX(-50%)}.search-brand-card{grid-column:1/-1;margin-right:0}.date-segment,.preference-segment{grid-column:1/-1}.destination-segment{max-width:none;flex-basis:auto}.bottom-search-action{min-height:72px;width:auto;min-width:0}.amap-container,.amap-shell,.detail-pane,.fallback-map,.results-pane{min-height:0}.hotel-list{max-height:none}}@media (max-width:680px){.app-shell{min-height:100vh}.topbar{align-items:flex-start;flex-direction:column}.status-pill{width:100%;justify-content:flex-start;white-space:normal}.results-overlay{position:static;display:block;padding:12px}.pet-panel-backdrop{top:0}.map-stage{min-height:100vh;padding-bottom:430px;overflow:auto}.bottom-search-panel{position:fixed;top:auto;left:12px;right:12px;bottom:12px;transform:none;grid-template-columns:1fr;width:auto;max-height:calc(100vh - 260px);margin-top:0}.search-brand-card{min-width:0}.date-segment,.preference-segment{grid-column:auto}.date-segment{gap:10px;justify-content:space-between}.night-divider i{width:18px}.bottom-search-action,.search-segment{min-height:66px;border-radius:12px}.search-segment{padding:12px 18px}.search-segment label>span,.search-segment span{font-size:14px}.bottom-search-action,.display-value,.search-segment input{font-size:24px}.detail-pane,.results-pane{padding:18px}.hotel-card-top{align-items:flex-start;flex-direction:column}}@media (min-width:481px) and (max-width:680px){.bottom-search-panel{grid-template-columns:1fr 1fr;max-height:min(72vh,560px)}.date-segment,.preference-segment{grid-column:1/-1}}@keyframes spin{to{transform:rotate(1turn)}}.xhs-admin-shell{min-height:100vh;background:#f4f5ef;padding:32px 20px 56px}.xhs-admin-panel{width:min(920px,100%);margin:0 auto}.xhs-admin-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.xhs-admin-header p{margin:0 0 6px;color:#6d756c;font-size:13px}.xhs-admin-header h1{margin:0;font-size:34px;line-height:1.15}.xhs-admin-ghost,.xhs-admin-link,.xhs-admin-primary,.xhs-admin-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;min-height:40px;padding:0 14px;font-weight:700}.xhs-admin-ghost,.xhs-admin-link,.xhs-admin-secondary{border:1px solid #dfe5da;background:#ffffff;color:#20231f}.xhs-admin-primary{border:0;background:#20231f;color:#ffffff}.xhs-admin-primary:disabled{cursor:not-allowed;opacity:.65}.xhs-admin-note,.xhs-admin-result,.xhs-admin-section{border:1px solid #dfe5da;border-radius:8px;background:#ffffff;padding:18px}.xhs-admin-section{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:16px;gap:16px;margin-bottom:16px}.xhs-admin-note label,.xhs-admin-section label{display:grid;grid-gap:8px;gap:8px}.xhs-admin-note span,.xhs-admin-section span{color:#4e574c;font-size:13px;font-weight:700}.xhs-admin-note input,.xhs-admin-note textarea,.xhs-admin-section input{width:100%;border:1px solid #dfe5da;border-radius:6px;background:#fbfcf7;color:#20231f;padding:11px 12px;outline:none}.xhs-admin-note textarea{min-height:176px;resize:vertical;line-height:1.65}.xhs-admin-note input:focus,.xhs-admin-note textarea:focus,.xhs-admin-section input:focus{border-color:#2f7d51;box-shadow:0 0 0 3px rgba(47,125,81,.12)}.xhs-admin-notes{display:grid;grid-gap:16px;gap:16px}.xhs-admin-note{display:grid;grid-gap:14px;gap:14px}.xhs-admin-note-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.xhs-admin-note-head h2{margin:0;font-size:18px}.xhs-admin-ghost{min-height:34px;padding:0 11px;color:#a23a3a}.xhs-admin-file-count{margin:-6px 0 0;color:#6d756c;font-size:13px}.xhs-admin-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.xhs-admin-message{margin:14px 0 0;border:1px solid #dfe5da;border-radius:6px;background:#ffffff;padding:12px 14px;color:#20231f}.xhs-admin-result{display:grid;grid-gap:6px;gap:6px;margin-top:14px}.xhs-admin-result p{margin:0}.xhs-admin-result details{margin-top:6px}.xhs-admin-result ul{margin:8px 0 0;padding-left:20px;color:#6d756c;font-size:13px;line-height:1.6}@media (max-width:720px){.xhs-admin-shell{padding:22px 12px 48px}.xhs-admin-header{align-items:flex-start;flex-direction:column}.xhs-admin-header h1{font-size:28px}.xhs-admin-section{grid-template-columns:1fr}.xhs-admin-actions{flex-direction:column}}