.hy-room--dark{background:var(--night);color:var(--cream)}.hy-room__sr{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.hy-room__head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;flex-wrap:wrap;margin-bottom:clamp(22px,3vw,34px)}.hy-room__headmain{max-width:44rem}.hy-room__h{margin-bottom:12px}.hy-room__t{color:var(--mist);font-size:17px;max-width:48ch;margin:0}.hy-room--dark .hy-room__t{color:#f6f1e7a8}.hy-room__flash{display:flex;align-items:center;gap:12px;margin:0;padding:11px 13px 11px 18px;border-radius:var(--pill);background:#f6f1e70f;border:1.5px solid var(--border)}.hy-room--dark .hy-room__flash{border-color:var(--border-dark)}.hy-room__flashn{font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--mist)}.hy-room--dark .hy-room__flashn{color:#f6f1e780}.hy-room__flashv{font-size:20px;font-weight:800;letter-spacing:-.02em}.hy-room__flashs{font-size:12px;font-weight:800;color:var(--night);background:var(--gold);padding:5px 11px;border-radius:var(--pill);white-space:nowrap}.hy-room__stage{position:relative;aspect-ratio:16/9;border-radius:var(--radius-lg);background:#100e0c}.hy-room__scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius-lg)}.hy-room__hint{position:absolute;right:16px;bottom:14px;margin:0;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#1715128c;background:#f6f1e7b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:7px 15px;border-radius:var(--pill);pointer-events:none;transition:opacity .4s var(--ease)}.hy-room__stage.is-touched .hy-room__hint{opacity:0}.hy-room__spot{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);z-index:2}.hy-room__spot.is-open{z-index:8}.hy-room__pin{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;-webkit-tap-highlight-color:transparent}.hy-room__dot{width:13px;height:13px;border-radius:50%;background:var(--cream);border:1.5px solid rgba(11,10,9,.28);box-shadow:0 2px 10px #00000080;transition:transform .32s var(--ease),background .3s}.hy-room__halo{position:absolute;width:26px;height:26px;border-radius:50%;border:1.5px solid rgba(246,241,231,.85);animation:roomPulse 3.4s var(--ease) infinite}.hy-room__pin:hover .hy-room__dot,.hy-room__pin:focus-visible .hy-room__dot{transform:scale(1.24);background:var(--gold)}.hy-room__spot.is-open .hy-room__dot{background:var(--gold);transform:scale(1.24)}.hy-room__spot.is-open .hy-room__halo{animation:none;border-color:var(--gold);width:32px;height:32px}.hy-room__pin:focus-visible{outline:2px solid var(--ember);outline-offset:4px}@keyframes roomPulse{0%{transform:scale(.72);opacity:0}28%{opacity:.9}75%,to{transform:scale(1.5);opacity:0}}.hy-room .hy-room__card{position:absolute;bottom:calc(100% + 14px);left:50%;margin-left:-115px;width:230px;z-index:9;padding:13px 34px 13px 15px;border-radius:var(--radius);background:var(--cream);color:var(--ink);box-shadow:var(--shadow-lift);opacity:0;transition:opacity .24s var(--ease)}.hy-room .hy-room__card[hidden]{display:none}.hy-room .hy-room__card.is-shown{opacity:1}.hy-room .hy-room__spot.is-l .hy-room__card{left:0;margin-left:0}.hy-room .hy-room__spot.is-r .hy-room__card{left:auto;right:0;margin-left:0}.hy-room .hy-room__spot.is-below .hy-room__card{bottom:auto;top:calc(100% + 14px)}.hy-room .hy-room__cardname{font-size:14.5px;font-weight:700;line-height:1.28;display:block;color:var(--ink)}.hy-room .hy-room__cardname:hover{color:var(--ember)}.hy-room .hy-room__cardprice{font-size:13.5px;color:var(--mist);margin:3px 0 0}.hy-room .hy-room__cardnote{font-size:12.5px;color:var(--mist);margin:5px 0 0;line-height:1.4}.hy-room .hy-room__add{margin-top:10px;width:100%;padding:9px 12px;border-radius:var(--pill);background:var(--ink);color:var(--cream);font-size:12.5px;font-weight:700;transition:background .22s,color .22s}.hy-room .hy-room__add:hover{background:var(--ember);color:#fff}.hy-room .hy-room__close{position:absolute;top:7px;right:7px;padding:6px;border-radius:50%;color:var(--mist);transition:background .2s,color .2s}.hy-room .hy-room__close:hover{background:#17151214;color:var(--ink)}.hy-room__list{list-style:none;margin:14px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.hy-room__item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:var(--radius);background:var(--white);border:1.5px solid transparent;transition:border-color .3s,transform .3s var(--ease),background .3s}.hy-room--dark .hy-room__item{background:#f6f1e70f}.hy-room__item.is-lit{border-color:var(--gold);transform:translateY(-2px)}.hy-room--dark .hy-room__item.is-lit{background:#f6f1e71c}.hy-room__thumb{flex:none;width:52px;height:52px;border-radius:10px;overflow:hidden;background:#f6f1e7eb;display:block}.hy-room__thumb img{width:100%;height:100%;object-fit:contain;padding:6%}.hy-room__meta{min-width:0;flex:1}.hy-room__name{font-size:13.5px;font-weight:700;line-height:1.25;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hy-room__name:hover{color:var(--ember)}.hy-room--dark .hy-room__name:hover{color:var(--gold-light)}.hy-room__price{font-size:12.5px;color:var(--mist);margin:2px 0 0}.hy-room--dark .hy-room__price{color:#f6f1e78c}.hy-room__railadd{flex:none;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:1.5px solid var(--border);color:var(--mist);transition:background .2s,color .2s,border-color .2s}.hy-room--dark .hy-room__railadd{border-color:var(--border-dark);color:#f6f1e7b3}.hy-room__railadd:hover{background:var(--ember);border-color:var(--ember);color:#fff}.hy-room__foot{margin-top:20px;padding-top:20px;border-top:1.5px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.hy-room--dark .hy-room__foot{border-top-color:var(--border-dark)}.hy-room__sumline{display:flex;align-items:baseline;gap:12px;margin:0;flex-wrap:wrap}.hy-room__sumn{font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--mist)}.hy-room--dark .hy-room__sumn{color:#f6f1e780}.hy-room__was{font-size:16px;color:var(--mist);opacity:.75}.hy-room__now{font-size:26px;font-weight:800;letter-spacing:-.02em}.hy-room__note{font-size:13.5px;color:var(--mist);margin:6px 0 0;max-width:52ch}.hy-room--dark .hy-room__note{color:#f6f1e799}.hy-room__all{flex:none}@media(max-width:1040px){.hy-room__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.hy-room .hy-room__card{display:none!important}.hy-room__head{align-items:flex-start}.hy-room__foot{flex-direction:column;align-items:flex-start;gap:16px}.hy-room__all{width:100%}}@media(max-width:560px){.hy-room__list{grid-template-columns:1fr}.hy-room__now{font-size:23px}.hy-room__flashv{font-size:18px}}@media(prefers-reduced-motion:reduce){.hy-room__halo{animation:none;opacity:.55}.hy-room .hy-room__card{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/hy-room.css.map */
