body.tour-page{padding-top:0;background:var(--bg)}@media (min-width: 981px){body.tour-page{overflow:hidden}}.tour-app{display:grid;grid-template-columns:1fr 380px;height:100vh;height:100svh;max-height:100svh;background:var(--bg)}@media (max-width: 980px){.tour-app{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;height:auto;max-height:none}}.tour-stage{position:relative;overflow:hidden;background:var(--bg-soft);display:flex;flex-direction:column}.tour-topbar{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;padding:1rem 1.4rem;border-bottom:1px solid var(--line);background:#ffffffeb;backdrop-filter:blur(10px);position:relative;z-index:5}.tour-topbar__home{display:inline-flex;align-items:center;gap:.55rem;font-size:.82rem;color:var(--muted)}.tour-topbar__home a{color:var(--ink);font-weight:700}.tour-topbar__home a:hover{color:var(--accent)}.tour-topbar__title{display:flex;flex-direction:column;gap:.15rem;margin-left:1.5rem}.tour-topbar__title strong{font-family:var(--font-head);font-size:1.1rem;color:var(--ink)}.tour-topbar__title span{font-size:.78rem;color:var(--muted)}.tour-topbar__filters{display:flex;gap:.4rem;margin-left:auto;flex-wrap:wrap}.chip{font-size:.78rem;font-weight:700;color:var(--ink-2);background:#fff;border:1px solid var(--line);padding:.42rem .85rem;border-radius:var(--radius-pill);transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;cursor:pointer}.chip:hover{border-color:var(--accent);color:var(--accent)}.chip.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}a.chip{text-decoration:none}.tour-topbar__realplan{color:var(--accent);border-color:var(--accent)}.tour-topbar__realplan:hover{background:var(--accent);color:#fff}.plan-zone{position:relative;flex:1;padding:clamp(1rem,3vw,2.5rem);display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 0%,rgba(221,62,38,.04),transparent 60%),var(--bg-soft);overflow:hidden;min-height:480px}.plan-zone__inner{position:relative;width:100%;height:100%;max-width:1100px;max-height:100%;display:flex;align-items:center;justify-content:center}.plan-svg{width:100%;height:100%;max-height:100%;display:block}.hotspot{cursor:pointer;transition:filter .2s ease}.hotspot:focus{outline:none}.hotspot:focus-visible rect.room{stroke:var(--accent);stroke-width:3}.hotspot rect.room{fill:#dd3e260a;stroke:#15161a73;stroke-width:2;transition:fill .25s ease,stroke .25s ease}.hotspot:hover rect.room{fill:#dd3e2629;stroke:var(--accent)}.hotspot.is-selected rect.room{fill:#dd3e2638;stroke:var(--accent);stroke-width:3}.hotspot.is-rented rect.room{fill:#78787c21;stroke:#5050568c;stroke-dasharray:6 4}.hotspot.is-rented:hover rect.room{fill:#78787c33}.hotspot.is-reserved rect.room{fill:#b974001a;stroke:#b97400}.hotspot.is-reserved:hover rect.room{fill:#b974002e}.hotspot.is-compared rect.room{stroke:var(--accent);stroke-width:3;fill:#dd3e261a}.hotspot text.label{font-family:var(--font-head);font-weight:700;font-size:17px;fill:var(--ink);text-anchor:middle;pointer-events:none}.hotspot text.surf{font-family:var(--font-body);font-size:13px;font-weight:700;fill:var(--muted);text-anchor:middle;pointer-events:none}.hotspot circle.pin{fill:var(--accent);stroke:#fff;stroke-width:3;filter:drop-shadow(0 4px 8px rgba(221,62,38,.45));pointer-events:none}.hotspot.is-rented circle.pin{fill:#7a7f87;filter:none}.hotspot.is-reserved circle.pin{fill:#b97400;filter:drop-shadow(0 4px 8px rgba(185,116,0,.4))}.hotspot circle.pin-inner{fill:#fff;pointer-events:none}.room--wet rect{fill:#15161a0a;stroke:#15161a2e;stroke-width:1;stroke-dasharray:3 3}.room--service rect{fill:#15161a06;stroke:#15161a1f;stroke-width:1}.room-label{font-family:var(--font-body);font-size:11px;fill:var(--muted);text-anchor:middle;letter-spacing:.04em;text-transform:uppercase;pointer-events:none}.plan-legend{position:absolute;bottom:1.4rem;left:1.6rem;background:#fffffff0;backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:var(--radius);padding:.9rem 1.1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.45rem;font-size:.78rem;max-width:220px}.plan-legend__row{display:flex;align-items:center;gap:.55rem}.plan-legend__dot{width:10px;height:10px;border-radius:50%;flex:none}.plan-legend__row b{color:var(--ink);font-weight:700}.plan-legend__row span{color:var(--muted)}.tour-panel{border-left:1px solid var(--line);background:#fff;display:flex;flex-direction:column;overflow:hidden;position:relative}@media (max-width: 980px){.tour-panel{border-left:0;border-top:1px solid var(--line)}}.panel-empty{padding:2rem 1.6rem;display:flex;flex-direction:column;gap:1.2rem;text-align:center;color:var(--muted);margin-top:auto;margin-bottom:auto}.panel-empty__ic{width:60px;height:60px;border-radius:50%;background:var(--accent-tint);color:var(--accent);display:grid;place-items:center;margin:0 auto}.panel-empty__ic svg{width:28px;height:28px}.panel-empty h3{color:var(--ink);font-size:1.1rem;margin-bottom:.3rem}.panel-empty p{font-size:.92rem;line-height:1.55}.detail{display:flex;flex-direction:column;height:100%;overflow-y:auto}.detail__hero{position:relative;aspect-ratio:4/3;background:var(--bg-soft);overflow:hidden;flex:none}.detail__hero img{width:100%;height:100%;object-fit:cover}.detail__close{position:absolute;top:.7rem;right:.7rem;z-index:2;width:34px;height:34px;border-radius:50%;background:#0f1012b3;color:#fff;backdrop-filter:blur(8px);display:grid;place-items:center;cursor:pointer;border:0}.detail__close:hover{background:#0f1012e6}.detail__close svg{width:16px;height:16px}.detail__fav{position:absolute;top:.7rem;right:3.4rem;z-index:2;width:34px;height:34px;border-radius:50%;background:#ffffffeb;color:var(--ink-2);backdrop-filter:blur(8px);display:grid;place-items:center;cursor:pointer;border:0}.detail__fav.is-fav{color:var(--accent)}.detail__fav svg{width:17px;height:17px}.detail__status{position:absolute;bottom:.8rem;left:.8rem;z-index:2;font-size:.72rem;font-weight:800;letter-spacing:.04em;padding:.38rem .8rem;border-radius:var(--radius-pill);color:#fff;background:#141518b3;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18)}.detail__status.is-avail{background:#2f8f56eb}.detail__status.is-reserved{background:#b97400eb}.detail__status.is-rented{background:#505056eb}.detail__body{padding:1.2rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.detail__head{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.detail__num{font-family:var(--font-head);font-weight:700;color:var(--ink);font-size:1.45rem}.detail__num small{font-size:.82rem;color:var(--muted);font-weight:400}.detail__price{font-family:var(--font-head);font-weight:700;font-size:1.45rem;color:var(--ink)}.detail__price small{font-size:.78rem;color:var(--muted);font-weight:400}.detail__measures{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.measure{display:flex;flex-direction:column;gap:.15rem;padding:.7rem .85rem;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-sm)}.measure__lbl{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.measure__val{font-family:var(--font-head);font-weight:700;color:var(--ink);font-size:1.05rem}.measure__val small{font-size:.78rem;color:var(--muted);font-weight:400}.detail__feats{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;padding:0;margin:0}.detail__feats li{font-size:.78rem;color:var(--ink-2);background:var(--bg-soft);border:1px solid var(--line);padding:.3rem .7rem;border-radius:var(--radius-pill);display:inline-flex;gap:.35rem;align-items:center}.detail__feats svg{width:13px;height:13px;color:var(--accent)}.detail__desc{color:var(--ink-2);font-size:.92rem;line-height:1.6}.detail__desc strong{color:var(--ink)}.detail__actions{display:grid;gap:.55rem;margin-top:.2rem}.detail__actions .btn{width:100%}.compare-bar{position:absolute;left:50%;bottom:1.5rem;transform:translate(-50%);background:var(--ink);color:#fff;border-radius:var(--radius-pill);padding:.55rem .7rem .55rem 1.2rem;display:flex;align-items:center;gap:.9rem;box-shadow:var(--shadow-lg);z-index:10}.compare-bar__items{display:flex;gap:.35rem}.compare-bar__item{font-size:.78rem;font-weight:700;padding:.3rem .65rem;border-radius:var(--radius-pill);background:#ffffff21;display:inline-flex;align-items:center;gap:.35rem}.compare-bar__item button{width:16px;height:16px;border-radius:50%;background:#ffffff2e;color:#fff;display:grid;place-items:center;cursor:pointer;border:0}.compare-bar__item button svg{width:9px;height:9px}.compare-bar__item button:hover{background:#ffffff4d}.compare-bar .btn{padding:.45rem 1rem;font-size:.82rem}.modal-bg{position:fixed;inset:0;z-index:200;background:#0f1012c7;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2.5rem);animation:m-in .25s var(--ease)}@keyframes m-in{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:var(--radius);max-width:1000px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-lg)}.modal__head{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid var(--line)}.modal__head h2{font-size:1.3rem}.modal__close{width:36px;height:36px;border-radius:50%;background:var(--bg-soft);display:grid;place-items:center;cursor:pointer;border:0}.modal__close:hover{background:var(--accent);color:#fff}.modal__close svg{width:16px;height:16px}.modal__body{overflow-y:auto;padding:1.2rem 1.5rem 1.5rem}.compare-grid{display:grid;grid-template-columns:160px repeat(var(--cols, 2),1fr);gap:0}.compare-row{display:contents}.compare-row>*{padding:.85rem 1rem;border-bottom:1px solid var(--line)}.compare-row:last-child>*{border-bottom:0}.compare-row__lbl{font-size:.82rem;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.compare-row__val{font-weight:700;color:var(--ink)}.compare-row__head{padding-top:0!important;padding-bottom:1.2rem!important}.compare-row__head img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:.6rem;width:100%}.compare-row__head strong{font-family:var(--font-head);font-weight:700;color:var(--ink);font-size:1.1rem}.compare-row__head .price{font-family:var(--font-head);font-weight:700;color:var(--accent);font-size:1.05rem}@media (max-width: 720px){.compare-bar{left:1rem;right:1rem;transform:none;flex-wrap:wrap}.tour-topbar__title{margin-left:0}}
