*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0907;--surface: #17130d;--surface-2: #211a10;--surface-3: #342813;--primary: #f6c33b;--primary-dark: #d99b12;--accent: #ffd86a;--success: #f2b705;--text: #fff7df;--text-muted: #c9b37b;--border: rgba(246,195,59,.22);--wolf: #ffdd67;--citizen: #f5f0df;--radius: 8px;--radius-sm: 5px;--shadow: 0 16px 42px rgba(0,0,0,.35)}html,body{height:100%;font-family:Noto Sans JP,Hiragino Kaku Gothic Pro,Yu Gothic,sans-serif;font-size:17px;font-weight:500;background:radial-gradient(circle at 50% -15%,rgba(246,195,59,.2),transparent 34%),linear-gradient(180deg,#141007 0%,var(--bg) 42%,#050504 100%);color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden}#app{height:100%;display:flex;flex-direction:column}.seo-prerender{max-width:720px;margin:auto;padding:40px 24px}.seo-prerender h1{color:var(--primary);margin-bottom:14px}.seo-prerender p{color:var(--text);margin-bottom:14px}.seo-prerender ul{color:var(--text-muted);line-height:1.8;padding-left:1.4em;margin-bottom:14px}.screen{flex:1;display:flex;flex-direction:column;align-items:center;padding:24px 20px;height:100dvh;overflow-y:auto;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}h1{font-size:2.6rem;font-weight:900;letter-spacing:-.03em}h2{font-size:1.6rem;font-weight:900}h3{font-size:1.2rem;font-weight:700}p{line-height:1.6;font-size:1rem;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border:none;border-radius:var(--radius);font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .12s,background .12s;width:100%;min-height:52px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.btn:active{opacity:.8}.btn:disabled{opacity:.35;cursor:not-allowed}.btn-primary{background:linear-gradient(180deg,var(--accent),var(--primary-dark));color:#171006;box-shadow:0 10px 24px #f6c33b38}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-secondary{background:#ffffff0a;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-3)}.btn-success{background:var(--success);color:#071a0e}.btn-ghost{background:transparent;color:var(--text-muted);font-weight:500}.btn-ghost:hover{color:var(--text)}.btn-lg{font-size:1.1rem;padding:16px 32px;min-height:58px}.btn-sm{font-size:.85rem;padding:10px 20px;min-height:40px}.form-group{display:flex;flex-direction:column;gap:8px;width:100%}.form-group label{font-size:.82rem;font-weight:600;color:var(--text-muted)}input[type=text]{width:100%;padding:14px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:1rem;outline:none;transition:border-color .15s}input[type=text]:focus{border-color:var(--primary)}input[type=text]::placeholder{color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;width:100%}.error-msg{color:var(--primary);font-size:.88rem;font-weight:500;text-align:center;padding:8px 0;animation:fadeIn .2s ease}.hidden{display:none!important}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.w-full{width:100%}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.flex-col{display:flex;flex-direction:column}.landing-screen{justify-content:center;gap:0;background:radial-gradient(circle at 50% 18%,rgba(255,216,106,.16),transparent 34%),linear-gradient(180deg,rgba(255,216,106,.06),transparent 36%)}.logo{text-align:center;margin-bottom:28px;width:100%;max-width:520px}.logo-icon{font-size:3.6rem;margin-bottom:16px;display:block}.onikin-hero{width:min(68vw,250px);aspect-ratio:1 / 1;margin:0 auto 18px;border-radius:50%;padding:9px;background:linear-gradient(145deg,#fff4c3,#f1b91a 42%,#0e0c08 72%);box-shadow:0 22px 48px #0000006b,0 0 0 1px #ffd86a38}.onikin-hero img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 28%;border-radius:50%;background:#fff}.logo-kicker{color:var(--accent);font-size:.72rem;font-weight:900;letter-spacing:.16em;margin-bottom:6px}.logo h1{color:var(--primary);font-size:2.25rem;line-height:1.25;text-shadow:0 2px 18px rgba(246,195,59,.18)}.tagline{color:var(--text-muted);font-size:.88rem;margin-top:8px}.feature-list{margin-top:14px;font-size:.82rem;font-weight:600;color:var(--accent);letter-spacing:0}.landing-actions{width:100%;max-width:360px;display:flex;flex-direction:column;gap:12px}.invite-banner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;text-align:center;margin-bottom:4px}.lobby-header{width:100%;max-width:420px;text-align:center;margin-bottom:24px}.room-code-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 24px;margin:12px 0;display:flex;flex-direction:column;align-items:center;gap:4px}.room-code-label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.room-code-value{font-size:2.4rem;font-weight:900;letter-spacing:.2em;color:var(--accent);font-family:monospace}.player-list{width:100%;max-width:420px;display:flex;flex-direction:column;gap:6px;margin-bottom:24px}.player-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.player-item.disconnected{opacity:.35}.player-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(145deg,var(--surface-3),rgba(246,195,59,.22));color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.player-name{font-weight:600;flex:1}.badge{font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:4px}.badge-host{background:#f6c33b24;color:var(--accent)}.badge-you{background:#f5f0df1f;color:var(--citizen)}.badge-offline{background:#4a7d9a1f;color:var(--text-muted)}.lobby-footer{width:100%;max-width:420px;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:16px}.player-count-hint{text-align:center;color:var(--text-muted);font-size:.85rem}.word-reveal-screen{justify-content:center;gap:0;text-align:center}.reveal-header{margin-bottom:40px}.reveal-header h2{font-size:1.4rem;color:var(--text-muted);margin-bottom:8px}.reveal-header p{color:var(--text-muted);font-size:.9rem}.word-card{width:280px;height:180px;perspective:600px;margin:0 auto 40px;cursor:pointer}.word-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .55s ease}.word-card-inner.flipped{transform:rotateY(180deg)}.word-card-front,.word-card-back{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius);backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.word-card-front{background:var(--surface-2);border:1px dashed rgba(246,195,59,.35);color:var(--text-muted);font-size:.95rem;font-weight:500}.word-card-front .tap-icon{font-size:2rem}.word-card-back{background:var(--surface-2);border:1px solid var(--surface-3);transform:rotateY(180deg)}.word-card-back .word-text{font-size:2rem;font-weight:900;color:var(--text)}.word-card-back .word-role{font-size:.78rem;font-weight:700;padding:3px 10px;border-radius:4px}.word-role.citizen{background:#f5f0df1f;color:var(--citizen)}.word-role.wolf{background:#f6c33b24;color:var(--wolf)}.reveal-progress{width:100%;max-width:320px;margin:0 auto}.progress-label{font-size:.8rem;color:var(--text-muted);margin-bottom:8px}.progress-dots{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.progress-dot{width:10px;height:10px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);transition:background .25s,border-color .25s}.progress-dot.done{background:var(--success);border-color:var(--success)}.mins-picker{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;width:100%}.mins-label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.mins-controls{display:flex;align-items:center;gap:16px}.mins-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.mins-btn:active:not(:disabled){background:var(--surface-3)}.mins-btn:disabled{opacity:.3;cursor:default}.mins-value{font-size:1.4rem;font-weight:900;min-width:3rem;text-align:center;color:var(--accent);font-variant-numeric:tabular-nums}.discussion-screen{justify-content:flex-start;text-align:center;gap:0}.discussion-top{margin-bottom:20px}.discussion-top h2{font-size:1.2rem;color:var(--text-muted);margin-bottom:8px}.disc-timer{display:flex;align-items:center;justify-content:center;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 28px;width:100%;max-width:360px;margin-bottom:16px}.disc-timer-section{display:flex;flex-direction:column;align-items:center;gap:4px}.disc-timer-label{font-size:.68rem;font-weight:600;color:var(--text-muted)}.disc-timer-clock{font-size:2.6rem;font-weight:900;font-variant-numeric:tabular-nums;font-family:Courier New,Courier,monospace;line-height:1;color:var(--success);transition:color .4s;min-width:4.5ch;text-align:center}.disc-timer-clock.warn{color:var(--accent)}.disc-timer-clock.danger{color:var(--wolf)}.disc-timer-sep{width:1px;height:44px;background:var(--border);flex-shrink:0}.disc-wolf-count{font-size:1.3rem;font-weight:900;color:var(--wolf);line-height:1}.disc-players-label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-align:left;margin-bottom:8px;width:100%;max-width:360px}.disc-player-list{width:100%;max-width:360px;display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.disc-player-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s,background .15s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;text-align:left}.disc-player-row.me{cursor:default;border-color:#f6c33b4d}.disc-player-row.my-suspect{border-color:var(--primary);background:#f6c33b14}.disc-player-row:not(.me):hover{background:var(--surface-2)}.disc-player-row:not(.me):active{opacity:.85}.disc-player-avatar{width:34px;height:34px;border-radius:50%;background:var(--surface-3);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;flex-shrink:0}.disc-player-info{flex:1;min-width:0}.disc-player-name-row{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.95rem}.disc-player-suspicion{font-size:.75rem;color:var(--text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.disc-player-suspicion.active{color:var(--primary);font-weight:500}.disc-suspect-icon{font-size:1.1rem;flex-shrink:0}.suspicion-gauge{display:flex;align-items:center;gap:8px;margin-top:5px}.suspicion-gauge-track{flex:1;height:3px;background:var(--surface-3);border-radius:2px;overflow:hidden}.suspicion-gauge-fill{height:100%;border-radius:2px;transition:width .4s ease,background-color .4s ease;min-width:0}.suspicion-count-badge{font-size:.68rem;font-weight:700;color:var(--text-muted);min-width:2.6ch;text-align:right;flex-shrink:0;transition:color .25s}.suspicion-count-badge.active{color:var(--primary)}.discussion-hint{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 18px;width:100%;max-width:360px;font-size:.85rem;color:var(--text-muted);line-height:1.6;text-align:center}.your-word-reminder{width:100%;max-width:360px;margin-bottom:14px;padding:16px 20px;background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius);text-align:center}.your-word-reminder .word-label{font-size:.78rem;font-weight:700;color:var(--primary);letter-spacing:.06em;margin-bottom:6px}.your-word-reminder strong{display:block;font-size:2rem;font-weight:900;color:var(--text);line-height:1.2}.voting-screen{gap:0}.voting-header{width:100%;max-width:420px;text-align:center;margin-bottom:20px}.voting-header h2{margin-bottom:6px}.voting-header p{color:var(--text-muted);font-size:.88rem}.vote-timer{font-size:.85rem;color:var(--primary);font-weight:700;margin-top:6px}.vote-list{width:100%;max-width:420px;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.vote-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,background .15s;-webkit-tap-highlight-color:transparent}.vote-item:active{opacity:.8}.vote-item.selected{border-color:var(--primary);background:#0284c714}.vote-item.selected{background:#f6c33b14}.vote-item.self{opacity:.3;cursor:default}.vote-avatar{width:38px;height:38px;border-radius:50%;background:var(--surface-3);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.vote-name{font-weight:600;flex:1;font-size:1rem}.vote-check{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--border);transition:background .15s,border-color .15s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.vote-item.selected .vote-check{background:var(--primary);border-color:var(--primary)}.voting-footer{width:100%;max-width:420px;margin-top:auto}.voted-waiting{text-align:center;color:var(--text-muted);font-size:.9rem;padding:20px}.waiting-dots:after{content:"";animation:dots 1.4s steps(4,end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.wolf-guess-screen{justify-content:center;gap:24px;text-align:center}.wolf-guess-header h2{font-size:1.6rem;margin:8px 0 6px}.wolf-guess-header p{color:var(--text-muted);font-size:.9rem}.wolf-guess-timer{font-size:3.5rem;font-weight:900;font-variant-numeric:tabular-nums;color:var(--accent);line-height:1}.wolf-guess-input-area{display:flex;flex-direction:column;gap:12px;width:100%;max-width:360px}.results-screen{gap:0}.results-header{text-align:center;margin-bottom:20px;width:100%;max-width:420px}.result-banner{padding:20px;border-radius:var(--radius);margin-bottom:16px;text-align:center}.result-banner.wolf-wins{background:#f6c33b1a;border:1px solid rgba(246,195,59,.3)}.result-banner.citizen-wins{background:#f5f0df12;border:1px solid rgba(245,240,223,.18)}.result-emoji{font-size:2.6rem;margin-bottom:8px}.result-title{font-size:1.5rem;font-weight:900;margin-bottom:4px}.result-subtitle{color:var(--text-muted);font-size:.88rem}.wolf-wins .result-title{color:var(--wolf)}.citizen-wins .result-title{color:var(--citizen)}.wolf-reveal-card{background:var(--surface);border:1px solid rgba(246,195,59,.3);border-radius:var(--radius);padding:14px 20px;margin-bottom:14px;text-align:center}.wolf-reveal-label{font-size:.78rem;color:var(--text-muted);margin-bottom:6px}.wolf-reveal-names{font-size:1.15rem;color:var(--wolf);font-weight:700;line-height:1.5}.wolf-reveal-names strong{font-weight:700}.wolf-reveal-guess{margin-top:8px;font-size:.82rem;color:var(--text-muted)}.wolf-guess-text{color:var(--accent);font-weight:600}.word-reveal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 20px;width:100%;max-width:420px;margin-bottom:14px}.word-reveal-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.word-reveal-row+.word-reveal-row{border-top:1px solid var(--border)}.word-role-label{font-size:.78rem;font-weight:700}.word-role-label.citizen{color:var(--citizen)}.word-role-label.wolf{color:var(--wolf)}.word-value{font-size:1.15rem;font-weight:700}.results-players{width:100%;max-width:420px;display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.result-player{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface)}.result-player.is-wolf{border-color:#f6c33b5c}.result-player.eliminated{border-color:#f5f0df47}.result-player-name{flex:1;font-weight:600}.result-vote-count{font-size:.78rem;color:var(--text-muted);background:var(--surface-2);padding:2px 8px;border-radius:4px}.stats-section{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 18px;margin-bottom:16px}.stats-title{font-size:.88rem;font-weight:700;color:var(--text-muted);margin-bottom:12px;text-align:center}.stats-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.stats-row:last-child{border-bottom:none}.stats-rank{font-size:.85rem;font-weight:700;color:var(--text-muted);min-width:22px;text-align:center;flex-shrink:0}.stats-avatar{width:28px;height:28px;border-radius:50%;background:var(--surface-3);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.stats-info{flex:1;min-width:0}.stats-name{font-size:.88rem;font-weight:600;margin-bottom:4px}.stats-bar-wrap{display:flex;align-items:center;gap:6px}.stats-bar-track{flex:1;height:3px;background:var(--surface-3);border-radius:2px;overflow:hidden}.stats-bar-fill{height:100%;border-radius:2px;transition:width .5s ease}.stats-rate{font-size:.75rem;font-weight:700;min-width:3ch;text-align:right;flex-shrink:0}.stats-record{font-size:.88rem;font-weight:700;color:var(--text);flex-shrink:0;text-align:right}.stats-played{font-weight:400;color:var(--text-muted);font-size:.78rem}.results-footer{width:100%;max-width:420px;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:16px}.toast-container{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:999;display:flex;flex-direction:column;gap:8px;pointer-events:none;width:calc(100% - 32px);max-width:360px}.toast{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 16px;font-size:.88rem;font-weight:500;text-align:center;animation:toastIn .2s ease;box-shadow:var(--shadow)}.toast.toast-error{border-color:#b91c1c59;color:var(--wolf)}.toast.toast-info{color:var(--accent)}@keyframes toastIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.conn-indicator{position:fixed;bottom:16px;right:16px;width:8px;height:8px;border-radius:50%;background:var(--success);transition:background .3s;z-index:100}.conn-indicator.disconnected{background:var(--wolf);animation:pulse 1s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.env-badge{position:fixed;bottom:10px;left:10px;z-index:100;padding:3px 8px;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.08em;color:#1a1a1a;background:var(--accent);opacity:.75;pointer-events:none;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:2px}@media (min-width: 480px){.screen{padding:32px 24px}h1{font-size:2.8rem}.logo-icon{font-size:4.4rem}}
