:root{--bg: #0b0a12;--card: #16121f;--accent-a: #ff3b7f;--accent-b: #7a3cff;--spark: #38f2c0;--text: #f5f3ff;--text-muted: #9891b3}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;background:radial-gradient(circle at 50% -10%,#241a3a 0%,var(--bg) 55%);color:var(--text);font-family:Manrope,sans-serif;overflow:hidden}.app{height:100vh;display:flex;flex-direction:column;align-items:center;padding:16px}.topbar{width:100%;max-width:420px;display:flex;justify-content:space-between;align-items:center;font-family:Unbounded,sans-serif;font-size:13px;font-weight:500;color:var(--text-muted)}.topbar__title b{color:var(--text)}.status--on{color:var(--spark)}.status--off{color:var(--accent-a)}.table{position:relative;width:340px;height:340px;margin:24px auto;flex-shrink:0}.table__ring{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border-radius:50%;border:1px dashed rgba(255,255,255,.12)}.bottle-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.bottle{font-size:64px;filter:drop-shadow(0 0 18px rgba(255,59,127,.55));transition:transform 2.4s cubic-bezier(.2,.8,.2,1)}.bottle--spinning{filter:drop-shadow(0 0 28px rgba(122,60,255,.85))}.seat{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:4px;transition:filter .3s}.seat__avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Unbounded,sans-serif;font-weight:700;font-size:18px;background:linear-gradient(145deg,var(--accent-b),var(--accent-a));border:2px solid rgba(255,255,255,.15)}.seat--me .seat__avatar{border-color:var(--spark)}.seat--active .seat__avatar{box-shadow:0 0 0 4px #38f2c059}.seat__name{font-size:11px;color:var(--text-muted);white-space:nowrap}.spin-btn{font-family:Unbounded,sans-serif;font-weight:700;font-size:15px;color:var(--bg);background:linear-gradient(90deg,var(--spark),#7bf6d9);border:none;border-radius:999px;padding:16px 32px;cursor:pointer;box-shadow:0 8px 24px #38f2c040}.spin-btn:disabled{background:#2a2636;color:var(--text-muted);box-shadow:none;cursor:default}.hint{color:var(--text-muted);font-size:12px;max-width:280px;text-align:center;margin-top:12px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:10}.sheet{width:100%;max-width:420px;background:var(--card);border-radius:24px 24px 0 0;padding:28px 24px 32px;border-top:1px solid rgba(255,255,255,.08)}.sheet__match{font-family:Unbounded,sans-serif;font-size:14px;color:var(--text-muted);margin-bottom:12px}.sheet__tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:999px;margin-bottom:12px}.sheet__tag--question{background:#7a3cff33;color:#b79bff}.sheet__tag--dare{background:#ff3b7f33;color:#ff8fb7}.sheet__text{font-size:18px;line-height:1.4;margin:0 0 20px}.spark-timer{font-size:12px;color:var(--spark);margin-bottom:16px}.sheet__close{width:100%;padding:14px;border-radius:14px;border:none;background:#ffffff14;color:var(--text);font-family:Manrope,sans-serif;font-weight:600;cursor:pointer}
