.rooms-stitch{--rs-bg:#0e0e0e;--rs-surface:#111;--rs-surface-2:#1a1a1a;--rs-surface-3:#242424;--rs-border:#555;--rs-text:#f0f0f0;--rs-muted:#8a8a8a;--rs-tertiary:#555;--rs-accent:#e8450a;--rs-accent-hover:#ff5721;background:var(--rs-bg);min-height:100dvh;color:var(--rs-text)}.rooms-stitch__shell{flex-direction:column;gap:clamp(2rem,5vw,3rem);max-width:1280px;margin:0 auto;padding:clamp(1.5rem,4vw,4rem) clamp(1rem,3vw,1.5rem) 3.5rem;display:flex}.rooms-stitch__back{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--rs-muted);width:max-content;font-size:.75rem;text-decoration:none;transition:color .2s}.rooms-stitch__back:hover{color:var(--rs-text)}.rooms-stitch__hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:.5rem;display:flex}.rooms-stitch__title{font-family:var(--font-display), sans-serif;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.rooms-stitch__lede{max-width:28rem;color:var(--rs-muted);margin:0;font-size:1rem;line-height:1.6}.rooms-stitch__global{border:.5px solid var(--rs-border);background:var(--rs-surface);align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:inline-flex}.rooms-stitch__global-dot{background:var(--rs-accent);border-radius:50%;flex-shrink:0;width:10px;height:10px}.rooms-stitch__global-dot--live{animation:1.5s ease-in-out infinite rooms-stitch-pulse}@keyframes rooms-stitch-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}.rooms-stitch__global-label{font-family:var(--font-mono), monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--rs-muted);font-size:.8rem}.rooms-stitch__your-class{border:.5px solid var(--rs-border);background:var(--rs-surface);flex-direction:column;gap:.85rem;padding:clamp(1rem,3vw,1.5rem) clamp(1.25rem,3vw,2rem);display:flex}.rooms-stitch__your-class--accent{border-color:color-mix(in srgb, var(--rs-class-color,var(--rs-accent)) 55%, var(--rs-border));background:color-mix(in srgb, var(--rs-class-color,var(--rs-accent)) 10%, var(--rs-surface))}.rooms-stitch__your-class-text{color:var(--rs-muted);margin:0;font-size:.95rem;line-height:1.55}.rooms-stitch__your-class-text strong{color:var(--rs-text);font-weight:600}.rooms-stitch__your-class-mbps{font-family:var(--font-mono), monospace;color:var(--rs-text)}.rooms-stitch__measure-cta{border:.5px solid var(--rs-border);background:var(--rs-surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1.25rem,3vw,2rem);display:flex;position:relative;overflow:hidden}.rooms-stitch__measure-cta:before{content:"";background:linear-gradient(90deg, var(--rs-surface) 0%, var(--rs-surface-2) 50%, var(--rs-surface) 100%);opacity:.5;pointer-events:none;position:absolute;inset:0}.rooms-stitch__measure-cta>*{z-index:1;position:relative}.rooms-stitch__measure-cta-title{font-family:var(--font-display), sans-serif;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .35rem;font-size:clamp(1.25rem,2.5vw,1.75rem)}.rooms-stitch__measure-cta-sub{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--rs-muted);margin:0;font-size:.7rem}.rooms-stitch__btn-primary{min-height:48px;font-family:var(--font-mono), monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--rs-text);background:var(--rs-accent);border:.5px solid var(--rs-accent);cursor:pointer;border-radius:0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.rooms-stitch__btn-primary:hover{background:var(--rs-accent-hover);border-color:var(--rs-accent-hover)}.rooms-stitch__btn-secondary{min-height:40px;font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--rs-text);background:var(--rs-surface);border:.5px solid var(--rs-border);cursor:pointer;border-radius:0;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.72rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.rooms-stitch__btn-secondary:hover{background:var(--rs-surface-3);border-color:var(--rs-muted)}.rooms-stitch__btn-class{background:var(--rs-class-color,var(--rs-accent));border-color:var(--rs-class-color,var(--rs-accent));color:#fff;font-weight:700}.rooms-stitch__btn-class:hover{filter:brightness(1.08)}.rooms-stitch__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.rooms-stitch__grid{grid-template-columns:repeat(2,1fr)}}.rooms-stitch-card{border:.5px solid var(--rs-border);background:var(--rs-surface);flex-direction:column;gap:1.5rem;padding:1.5rem;transition:background .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.rooms-stitch-card:hover{background:var(--rs-surface-2)}.rooms-stitch-card--yours{background:var(--rs-surface-2);border-color:color-mix(in srgb, var(--rs-class-color,var(--rs-accent)) 50%, var(--rs-border));box-shadow:0 0 18px color-mix(in srgb, var(--rs-class-color,var(--rs-accent)) 12%, transparent)}.rooms-stitch-card__bar{opacity:.55;width:4px;height:100%;transition:opacity .2s;position:absolute;top:0;left:0}.rooms-stitch-card:hover .rooms-stitch-card__bar,.rooms-stitch-card--yours .rooms-stitch-card__bar{opacity:1}.rooms-stitch-card__head{justify-content:space-between;align-items:flex-start;gap:1rem;padding-left:.5rem;display:flex}.rooms-stitch-card__name{font-family:var(--font-display), sans-serif;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .25rem;font-size:clamp(1.15rem,2vw,1.5rem);line-height:1.1}.rooms-stitch-card--yours .rooms-stitch-card__name{color:var(--rs-class-color,var(--rs-accent))}.rooms-stitch-card__range{font-family:var(--font-mono), monospace;letter-spacing:.06em;color:var(--rs-muted);font-size:.72rem}.rooms-stitch-card__desc{color:var(--rs-tertiary);margin-top:.2rem;font-size:.68rem;display:block}.rooms-stitch-card__badge{border:.5px solid var(--rs-border);background:var(--rs-surface-2);font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--rs-muted);flex-shrink:0;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.68rem;display:inline-flex}.rooms-stitch-card--yours .rooms-stitch-card__badge{border-color:color-mix(in srgb, var(--rs-class-color,var(--rs-accent)) 45%, var(--rs-border));color:var(--rs-class-color,var(--rs-text))}.rooms-stitch-card__badge-dot{background:var(--rs-tertiary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.rooms-stitch-card__badge-dot--live{background:#30d158;animation:1.5s ease-in-out infinite rooms-stitch-pulse}.rooms-stitch-card__foot{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-left:.5rem;display:flex}.rooms-stitch-card__flags{letter-spacing:.15em;min-height:1.25rem;font-size:1.15rem;line-height:1}.rooms-stitch-card__yours-tag{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;border:.5px solid var(--rs-border);color:var(--rs-text);background:#00000059;padding:.2rem .5rem;font-size:.62rem;position:absolute;top:.75rem;right:.75rem}.rooms-stitch__disclaimer{text-align:center;color:var(--rs-tertiary);margin:0;font-size:.72rem;line-height:1.5}.rooms-stitch-wait{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:32rem;margin:0 auto;display:flex}.rooms-stitch-wait__radar{justify-content:center;align-items:center;width:11rem;height:11rem;margin-top:2rem;display:flex;position:relative}.rooms-stitch-wait__ring{border:2px solid var(--rs-class-color,var(--rs-accent));opacity:.3;border-radius:50%;animation:2s ease-out infinite rooms-stitch-radar;position:absolute}.rooms-stitch-wait__ring:first-child{width:9rem;height:9rem}.rooms-stitch-wait__ring:nth-child(2){opacity:.4;width:7rem;height:7rem;animation-delay:.35s}.rooms-stitch-wait__ring:nth-child(3){opacity:.5;width:5rem;height:5rem;animation-delay:.7s}@keyframes rooms-stitch-radar{0%{opacity:.5;transform:scale(.85)}to{opacity:0;transform:scale(1.15)}}.rooms-stitch-wait__status{color:var(--rs-text);margin:2rem 0 0;font-size:1.05rem;line-height:1.5}.rooms-stitch-wait__status-accent{color:var(--rs-class-color,var(--rs-accent))}.rooms-stitch-wait__meta{font-family:var(--font-mono), monospace;color:var(--rs-muted);margin:.5rem 0 0;font-size:.75rem}.rooms-stitch-wait__hint{color:var(--rs-muted);margin:.75rem 0 0;font-size:.85rem}.rooms-stitch-wait__warn{color:#f5c842;margin:.5rem 0 0;font-size:.85rem;font-weight:500}.rooms-stitch-wait__matched-icon{color:#30d158;background:#30d15838;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-top:2.5rem;font-size:2rem;display:flex}.rooms-stitch-wait__matched-title{font-family:var(--font-display), sans-serif;letter-spacing:.04em;text-transform:uppercase;color:#30d158;margin:1.25rem 0 0;font-size:clamp(1.75rem,4vw,2.25rem)}.rooms-stitch-wait__error{color:#ff6b6b;margin-top:2rem}.rooms-stitch-wait__actions{flex-direction:column;gap:.75rem;width:100%;max-width:20rem;margin-top:2rem;display:flex}.rooms-stitch-wait__btn-full{width:100%}.rooms-stitch-badge{border:.5px solid color-mix(in srgb, var(--badge-color,#e8450a) 55%, #555);background:color-mix(in srgb, var(--badge-color,#e8450a) 12%, #111);flex-direction:column;width:max-content;max-width:100%;padding:.35rem .75rem;display:inline-flex}.rooms-stitch-badge--sm{padding:.25rem .6rem}.rooms-stitch-badge--md{padding:.35rem .85rem}.rooms-stitch-badge--lg{padding:.5rem 1rem}.rooms-stitch-badge__label{font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--badge-color,#f0f0f0);font-size:.72rem;font-weight:700;line-height:1.2}.rooms-stitch-badge--lg .rooms-stitch-badge__label{font-size:.85rem}.rooms-stitch-badge__desc{color:#8a8a8a;margin:.25rem 0 0;font-size:.68rem;line-height:1.3}
