@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,500;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Helvetica Neue,Segoe UI,sans-serif;background-color:#0b0d0f;letter-spacing:.02em;font-weight:400;line-height:1.6}.fade-enter-active,.fade-leave-active{transition:opacity 1s ease}.fade-enter-from,.fade-leave-to{opacity:0}[data-v-c6b3b4e0]{box-sizing:border-box;margin:0;padding:0}.game-container[data-v-c6b3b4e0]{--c-bg: #0b0e14;--c-surface: rgba(255, 255, 255, .04);--c-surface-hover: rgba(255, 255, 255, .07);--c-border: rgba(255, 255, 255, .08);--c-text: #e2e4e9;--c-text-dim: rgba(255, 255, 255, .45);--c-accent: #6ee7b7;--c-accent-dim: rgba(110, 231, 183, .15);--c-pink: #f472b6;--c-blue: #60a5fa;--c-orange: #fbbf24;--c-purple: #a78bfa;--c-red: #f87171;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", monospace;min-height:100vh;background:var(--c-bg);padding:1rem;position:relative;overflow:hidden;font-family:var(--font-body);color:var(--c-text)}.bg-grid[data-v-c6b3b4e0]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.bg-glow[data-v-c6b3b4e0]{position:fixed;border-radius:50%;filter:blur(120px);opacity:.3;pointer-events:none;z-index:0}.bg-glow-1[data-v-c6b3b4e0]{width:500px;height:500px;background:#6ee7b7;top:-15%;left:-10%;animation:drift-c6b3b4e0 18s ease-in-out infinite}.bg-glow-2[data-v-c6b3b4e0]{width:400px;height:400px;background:#a78bfa;bottom:-10%;right:-10%;animation:drift-c6b3b4e0 22s ease-in-out infinite reverse}.bg-glow-3[data-v-c6b3b4e0]{width:300px;height:300px;background:#f472b6;top:40%;left:50%;animation:drift-c6b3b4e0 15s ease-in-out infinite 3s}@keyframes drift-c6b3b4e0{0%,to{transform:translate(0)}33%{transform:translate(30px,-20px)}66%{transform:translate(-20px,15px)}}.main-content[data-v-c6b3b4e0]{max-width:420px;margin:0 auto;position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.game-card[data-v-c6b3b4e0]{background:#ffffff08;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:var(--radius-lg);border:1px solid var(--c-border);overflow:hidden;box-shadow:0 0 80px #6ee7b70a,0 24px 48px #0006}.screen[data-v-c6b3b4e0]{min-height:480px}.screen-content[data-v-c6b3b4e0]{padding:2rem}.screen-label[data-v-c6b3b4e0]{font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.2em;color:var(--c-accent);text-align:center;margin-bottom:1.5rem}.logo-container[data-v-c6b3b4e0]{display:flex;justify-content:center;margin-bottom:.75rem}.game-logo[data-v-c6b3b4e0]{max-width:240px;width:100%;height:auto;filter:drop-shadow(0 0 30px rgba(110,231,183,.15));transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.game-logo[data-v-c6b3b4e0]:hover{transform:scale(1.04)}.title-accent[data-v-c6b3b4e0]{width:48px;height:2px;background:linear-gradient(90deg,var(--c-accent),var(--c-pink));margin:0 auto 2rem;border-radius:1px}.button-section[data-v-c6b3b4e0]{display:flex;flex-direction:column;gap:1rem}.divider-row[data-v-c6b3b4e0]{display:flex;align-items:center;gap:.75rem;margin:.25rem 0}.divider-line[data-v-c6b3b4e0]{flex:1;height:1px;background:var(--c-border)}.divider-text[data-v-c6b3b4e0]{font-size:.75rem;color:var(--c-text-dim);font-weight:500}.join-section[data-v-c6b3b4e0]{display:flex;gap:.5rem}.join-section .input-field[data-v-c6b3b4e0]{flex:1;text-align:center}.join-section .btn[data-v-c6b3b4e0]{min-width:80px}.more-games-container[data-v-c6b3b4e0]{margin-top:2rem;text-align:center}.more-games-link[data-v-c6b3b4e0]{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:var(--c-text-dim);text-decoration:none;transition:color .2s}.more-games-link[data-v-c6b3b4e0]:hover{color:var(--c-accent)}.btn[data-v-c6b3b4e0]{padding:.8rem 1.2rem;border-radius:var(--radius-md);border:none;font-family:var(--font-body);font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-primary[data-v-c6b3b4e0]{background:var(--c-accent);color:#0b0e14}.btn-primary[data-v-c6b3b4e0]:hover{background:#86efac;transform:translateY(-1px);box-shadow:0 4px 20px #6ee7b740}.btn-secondary[data-v-c6b3b4e0]{background:#ffffff14;color:var(--c-text);border:1px solid var(--c-border)}.btn-secondary[data-v-c6b3b4e0]:hover{background:#ffffff1f}.btn-accent[data-v-c6b3b4e0]{background:linear-gradient(135deg,var(--c-accent),#34d399);color:#0b0e14}.btn-accent[data-v-c6b3b4e0]:hover{transform:translateY(-1px);box-shadow:0 4px 24px #6ee7b74d}.btn-ghost[data-v-c6b3b4e0]{background:transparent;color:var(--c-text-dim);border:1px solid var(--c-border)}.btn-ghost[data-v-c6b3b4e0]:hover{color:var(--c-red);border-color:#f871714d;background:#f871710f}.btn-disabled[data-v-c6b3b4e0]{opacity:.35;cursor:not-allowed;pointer-events:none}.btn-icon[data-v-c6b3b4e0]{font-size:1.2rem;font-weight:300;line-height:1}.input-field[data-v-c6b3b4e0]{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:.8rem 1rem;color:var(--c-text);font-family:var(--font-body);font-size:.9rem;font-weight:500;transition:all .2s}.input-field[data-v-c6b3b4e0]::placeholder{color:var(--c-text-dim)}.input-field[data-v-c6b3b4e0]:focus{outline:none;border-color:var(--c-accent);background:#6ee7b70a;box-shadow:0 0 0 3px #6ee7b714}.input-field-dark[data-v-c6b3b4e0]{background:#0000004d}.input-label-text[data-v-c6b3b4e0]{font-size:.8rem;font-weight:500;color:var(--c-text-dim);margin-bottom:.5rem;display:block}.lobby-header[data-v-c6b3b4e0]{text-align:center;margin-bottom:2rem}.code-chip[data-v-c6b3b4e0]{display:inline-flex;align-items:center;gap:10px;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:.6rem 1.2rem}.code-chip-label[data-v-c6b3b4e0]{font-size:.7rem;color:var(--c-text-dim);font-weight:500;text-transform:uppercase;letter-spacing:.08em}.code-chip-value[data-v-c6b3b4e0]{font-family:var(--font-mono);font-size:1.4rem;font-weight:700;color:var(--c-accent);letter-spacing:.12em}.players-section[data-v-c6b3b4e0]{margin-bottom:2rem}.section-label[data-v-c6b3b4e0]{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--c-text-dim);margin-bottom:.75rem;display:flex;align-items:center;gap:8px}.count-badge[data-v-c6b3b4e0]{font-family:var(--font-mono);background:var(--c-accent-dim);color:var(--c-accent);padding:2px 8px;border-radius:20px;font-size:.7rem}.players-list[data-v-c6b3b4e0],.waiting-list[data-v-c6b3b4e0],.others-list[data-v-c6b3b4e0]{display:flex;flex-direction:column;gap:6px}.player-row[data-v-c6b3b4e0],.waiting-row[data-v-c6b3b4e0],.other-row[data-v-c6b3b4e0]{display:flex;align-items:center;justify-content:space-between;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-sm);padding:.7rem .9rem;animation:fadeSlideUp-c6b3b4e0 .35s ease forwards;opacity:0;transition:background .15s}.player-row[data-v-c6b3b4e0]:hover,.waiting-row[data-v-c6b3b4e0]:hover,.other-row[data-v-c6b3b4e0]:hover{background:var(--c-surface-hover)}@keyframes fadeSlideUp-c6b3b4e0{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.player-left[data-v-c6b3b4e0]{display:flex;align-items:center;gap:10px}.avatar[data-v-c6b3b4e0]{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#0b0e14;flex-shrink:0}.avatar-sm[data-v-c6b3b4e0]{width:30px;height:30px;font-size:.75rem;border-radius:8px}.avatar-hue-0[data-v-c6b3b4e0]{background:var(--c-accent)}.avatar-hue-1[data-v-c6b3b4e0]{background:var(--c-pink)}.avatar-hue-2[data-v-c6b3b4e0]{background:var(--c-blue)}.avatar-hue-3[data-v-c6b3b4e0]{background:var(--c-purple)}.avatar-hue-4[data-v-c6b3b4e0]{background:var(--c-orange)}.player-name-text[data-v-c6b3b4e0]{font-weight:600;font-size:.9rem;color:var(--c-text)}.host-pill[data-v-c6b3b4e0]{font-family:var(--font-mono);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--c-accent-dim);color:var(--c-accent);padding:3px 10px;border-radius:20px}.action-stack[data-v-c6b3b4e0]{display:flex;flex-direction:column;gap:8px;margin-top:.5rem}.assign-target-card[data-v-c6b3b4e0]{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:1.5rem;text-align:center;margin-bottom:1.5rem}.assign-pretext[data-v-c6b3b4e0]{display:block;font-size:.85rem;color:var(--c-text-dim);margin-bottom:.5rem}.assign-name[data-v-c6b3b4e0]{display:block;font-size:1.8rem;font-weight:700;color:var(--c-text);margin-bottom:1rem}.pulse-bar[data-v-c6b3b4e0]{width:100%;height:3px;background:var(--c-border);border-radius:2px;overflow:hidden}.pulse-bar-inner[data-v-c6b3b4e0]{width:100%;height:100%;background:linear-gradient(90deg,var(--c-accent),var(--c-pink));animation:pulseGlow-c6b3b4e0 2s ease-in-out infinite}@keyframes pulseGlow-c6b3b4e0{0%,to{opacity:.4;transform:scaleX(.6);transform-origin:left}50%{opacity:1;transform:scaleX(1)}}.assign-input-group[data-v-c6b3b4e0]{display:flex;flex-direction:column;gap:.75rem}.waiting-header[data-v-c6b3b4e0]{text-align:center;margin-bottom:2rem}.spinner-ring[data-v-c6b3b4e0]{width:48px;height:48px;margin:0 auto 1rem}.spinner-svg[data-v-c6b3b4e0]{width:100%;height:100%}.spinner-track[data-v-c6b3b4e0]{stroke:var(--c-border)}.spinner-arc[data-v-c6b3b4e0]{stroke:var(--c-accent);stroke-linecap:round;stroke-dasharray:80 126;animation:spinArc-c6b3b4e0 1.2s linear infinite;transform-origin:center}@keyframes spinArc-c6b3b4e0{to{transform:rotate(360deg)}}.progress-stat[data-v-c6b3b4e0]{font-family:var(--font-mono);font-size:.85rem;color:var(--c-text-dim);margin-bottom:.75rem}.bar-track[data-v-c6b3b4e0]{width:100%;height:4px;background:var(--c-border);border-radius:2px;overflow:hidden}.bar-fill[data-v-c6b3b4e0]{height:100%;background:linear-gradient(90deg,var(--c-accent),#34d399);border-radius:2px;transition:width .5s cubic-bezier(.25,1,.5,1)}.status-dot[data-v-c6b3b4e0]{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-ready[data-v-c6b3b4e0]{background:var(--c-accent);box-shadow:0 0 8px #6ee7b780}.status-pending[data-v-c6b3b4e0]{background:var(--c-border);animation:blink-c6b3b4e0 1.5s ease-in-out infinite}@keyframes blink-c6b3b4e0{0%,to{opacity:1}50%{opacity:.3}}.countdown-center[data-v-c6b3b4e0]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:480px}.countdown-num[data-v-c6b3b4e0]{font-family:var(--font-mono);font-size:7rem;font-weight:700;color:var(--c-accent);line-height:1;text-shadow:0 0 60px rgba(110,231,183,.3);animation:countPulse-c6b3b4e0 1s ease-in-out infinite}@keyframes countPulse-c6b3b4e0{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.06);opacity:.85}}.countdown-label[data-v-c6b3b4e0]{font-size:1rem;font-weight:500;color:var(--c-text-dim);margin:.5rem 0 2rem;letter-spacing:.05em}.rules-block[data-v-c6b3b4e0]{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:.7rem}.rule-item[data-v-c6b3b4e0]{display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--c-text-dim);font-weight:500}.rule-bullet[data-v-c6b3b4e0]{width:5px;height:5px;background:var(--c-accent);border-radius:50%;flex-shrink:0}.game-top[data-v-c6b3b4e0]{text-align:center;margin-bottom:1.5rem}.game-hint[data-v-c6b3b4e0]{font-size:.85rem;color:var(--c-text-dim);margin-top:.25rem}.others-block[data-v-c6b3b4e0]{margin-bottom:1.5rem}.other-text[data-v-c6b3b4e0]{display:flex;flex-direction:column;gap:2px}.celeb-tag[data-v-c6b3b4e0]{font-size:.75rem;font-weight:600;color:var(--c-orange)}.you-block[data-v-c6b3b4e0]{margin-bottom:1.5rem}.you-card[data-v-c6b3b4e0]{background:var(--c-surface);border:1px solid rgba(167,139,250,.2);border-radius:var(--radius-md);padding:1.2rem}.you-top-row[data-v-c6b3b4e0]{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.you-info[data-v-c6b3b4e0]{display:flex;flex-direction:column;gap:2px}.mystery-text[data-v-c6b3b4e0]{font-family:var(--font-mono);font-size:.8rem;color:var(--c-pink);font-weight:700;letter-spacing:.15em}.notes-textarea[data-v-c6b3b4e0]{width:100%;background:#0000004d;border:1px solid var(--c-border);border-radius:var(--radius-sm);padding:.75rem;color:var(--c-text);font-family:var(--font-body);font-size:.85rem;font-weight:500;resize:none;transition:all .2s;min-height:90px}.notes-textarea[data-v-c6b3b4e0]::placeholder{color:var(--c-text-dim)}.notes-textarea[data-v-c6b3b4e0]:focus{outline:none;border-color:var(--c-purple);background:#a78bfa0a;box-shadow:0 0 0 3px #a78bfa14}.sync-text[data-v-c6b3b4e0]{color:var(--c-text-dim);text-align:center;padding:4rem 0;font-size:.9rem}@media (max-width: 480px){.game-container[data-v-c6b3b4e0]{padding:.5rem}.screen-content[data-v-c6b3b4e0]{padding:1.5rem}.game-logo[data-v-c6b3b4e0]{max-width:200px}.countdown-num[data-v-c6b3b4e0]{font-size:5rem}.assign-name[data-v-c6b3b4e0]{font-size:1.4rem}}.links-screen[data-v-dee71efe]{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#fdf2f8,#fef3c7);color:#1f2937;text-align:center}.screen-content[data-v-dee71efe]{display:flex;flex-direction:column;align-items:center;padding:2rem}.logo-container[data-v-dee71efe]{margin-bottom:1rem}.game-logo[data-v-dee71efe]{width:120px;height:auto;border-radius:16px;box-shadow:0 4px 12px #00000026}.links-title[data-v-dee71efe]{font-size:2rem;font-weight:700;margin-top:1rem;margin-bottom:.25rem;color:#111827}.title-underline[data-v-dee71efe]{width:80px;height:4px;border-radius:2px;background:linear-gradient(90deg,#f59e0b,#ec4899);margin-bottom:2.5rem}.button-section[data-v-dee71efe]{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem}.link-btn[data-v-dee71efe]{display:inline-block;text-decoration:none;color:#fff;font-weight:700;padding:1rem 2rem;border-radius:16px;transition:all .3s ease;box-shadow:0 4px 14px #0003}.link-btn[data-v-dee71efe]:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.impostor-btn[data-v-dee71efe]{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.drinking-btn[data-v-dee71efe]{background:linear-gradient(135deg,#f59e0b,#ec4899)}.back-btn[data-v-dee71efe]{background:linear-gradient(135deg,#9ca3af,#6b7280);color:#fff;font-weight:700;text-decoration:none;padding:.8rem 1.8rem;border-radius:16px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.back-btn[data-v-dee71efe]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}
