: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}.topbar{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.topbar__left{display:flex;align-items:center;gap:12px;font-family:Unbounded,sans-serif;font-size:13px;font-weight:500}.topbar__title{color:var(--text-muted)}.topbar__title b{color:var(--text)}.status{display:flex;align-items:center;gap:6px;font-size:12px}.status__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status--on{color:var(--spark)}.status--off{color:var(--accent-a)}.table-section{flex-shrink:0;padding:6px 16px 14px;display:flex;flex-direction:column;align-items:center}.table{position:relative;width:100%;max-width:300px;height:240px;margin:0 auto}.table__texture{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(255,255,255,.025) 0deg 2deg,transparent 2deg 8deg),radial-gradient(circle at 50% 40%,rgba(122,60,255,.1),transparent 65%);opacity:.8}.table__glow{position:absolute;top:-30px;right:-30px;bottom:-30px;left:-30px;border-radius:50%;background:radial-gradient(circle,rgba(122,60,255,.25) 0%,rgba(255,59,127,.08) 45%,transparent 70%);filter:blur(6px)}.table__ring{position:absolute;top:14px;right:14px;bottom:14px;left:14px;border-radius:50%;border:1px dashed rgba(255,255,255,.12)}.table__ring--outer{top:2px;right:2px;bottom:2px;left:2px;border-style:solid;border-color:#ffffff0d}.bottle-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.bottle{width:42px;height:112px;position:relative;transition:transform 2.4s cubic-bezier(.2,.8,.2,1);transform-origin:center center;filter:drop-shadow(0 0 14px rgba(255,59,127,.55))}.bottle--spinning{filter:drop-shadow(0 0 22px rgba(122,60,255,.85))}.bottle__svg{width:100%;height:100%;display:block}.seat{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:3px}.seat__card{position:relative;width:46px;height:46px}.seat__avatar{width:46px;height:46px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-family:Unbounded,sans-serif;font-weight:700;font-size:15px;background:linear-gradient(145deg,var(--accent-b),var(--accent-a));filter:hue-rotate(var(--hue, 0deg));border:2px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #0006}.seat--me .seat__avatar{border-color:var(--spark)}.seat--active .seat__avatar{box-shadow:0 0 0 4px #38f2c059,0 4px 16px #38f2c04d}.seat__badge{position:absolute;top:-7px;right:-9px;background:linear-gradient(135deg,#ff5c8a,#ff2d6b);color:#fff;font-size:9px;font-weight:700;padding:2px 5px;border-radius:999px;border:1.5px solid var(--bg);line-height:1.3}.seat__sparkle{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:19px;border:2px solid var(--spark);animation:sparkle-pulse 1.1s ease-out infinite;pointer-events:none}@keyframes sparkle-pulse{0%{transform:scale(1);opacity:.9}to{transform:scale(1.35);opacity:0}}.seat__name{font-size:10px;color:var(--text-muted);white-space:nowrap}.spin-btn{font-family:Unbounded,sans-serif;font-weight:700;font-size:14px;color:var(--bg);background:linear-gradient(90deg,var(--spark),#7bf6d9);border:none;border-radius:999px;padding:13px 28px;cursor:pointer;box-shadow:0 6px 20px #38f2c040;margin-top:10px}.spin-btn:disabled{background:#2a2636;color:var(--text-muted);box-shadow:none;cursor:default}.hint{color:var(--text-muted);font-size:11px;text-align:center;margin:6px 0 0}.chat-panel{flex:1;min-height:0;display:flex;flex-direction:column;background:#ffffff04;border-top:1px solid rgba(255,255,255,.08)}.chat__messages{flex:1;min-height:0;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.chat__empty{color:var(--text-muted);font-size:12px;text-align:center;margin-top:16px}.chat__msg{display:flex;flex-direction:column;gap:2px;max-width:80%;align-self:flex-start}.chat__msg--me{align-self:flex-end;align-items:flex-end}.chat__msg-row{display:flex;align-items:flex-end;gap:6px}.chat__msg--me .chat__msg-row{flex-direction:row-reverse}.chat__msg-avatar{width:22px;height:22px;border-radius:8px;background:linear-gradient(145deg,var(--accent-b),var(--accent-a));display:flex;align-items:center;justify-content:center;font-family:Unbounded,sans-serif;font-size:10px;font-weight:700;flex-shrink:0}.chat__msg-bubble{display:flex;flex-direction:column;gap:2px}.chat__msg-name{font-size:10px;color:var(--accent-a);font-weight:600}.chat__msg--me .chat__msg-name{color:var(--spark)}.chat__msg-text{font-size:13px;background:#ffffff0f;padding:7px 11px;border-radius:14px;line-height:1.35}.chat__input-row{flex-shrink:0;display:flex;gap:8px;padding:10px 14px;border-top:1px solid rgba(255,255,255,.06)}.chat__input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:9px 15px;color:var(--text);font-family:Manrope,sans-serif;font-size:13px;outline:none}.chat__send{width:38px;height:38px;flex-shrink:0;border-radius:50%;border:none;background:linear-gradient(135deg,var(--accent-b),var(--accent-a));color:#fff;font-size:15px;cursor:pointer}.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:26px 22px 30px;border-top:1px solid rgba(255,255,255,.08)}.sheet__match{font-family:Unbounded,sans-serif;font-size:13px;color:var(--text-muted);margin-bottom:10px}.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:17px;line-height:1.4;margin:0 0 18px}.spark-timer{font-size:12px;color:var(--spark);margin-bottom:14px}.sheet__close{width:100%;padding:13px;border-radius:14px;border:none;background:#ffffff14;color:var(--text);font-family:Manrope,sans-serif;font-weight:600;cursor:pointer}
