:root{--bg:#27272a;--card:#18181b;--border:#3f3f46;--text:#e5e7eb;--muted:#9ca3af;--accent:#0e7490;--accent-strong:#155e75;--accent-light:#22d3ee;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Libre Franklin,system-ui,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}.spoon{padding-right:.5em}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}#root{min-height:100dvh}button{cursor:pointer}::selection{background:var(--accent);color:#ecfeff}.app{width:100%;max-width:30rem;min-height:100dvh;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));flex-direction:column;gap:1rem;margin:0 auto;display:flex}.head{text-align:center;padding-top:.5rem}.head h1{letter-spacing:-.02em;font-size:2rem;font-weight:700}.head h1 .spoon{display:inline-block;transform:rotate(-25deg)}.tagline{color:var(--muted);margin-top:.4rem;font-size:.95rem}.card{background:var(--card);border:1px solid var(--border);border-radius:.9rem;padding:1rem}.card h2{margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.players{flex-direction:column;gap:.5rem;display:flex}.player{align-items:center;gap:.5rem;display:flex}.bullet{flex:none;font-size:1.1rem;transform:rotate(-25deg)}.name-input{background:var(--bg);min-width:0;color:var(--text);border:1px solid var(--border);border-radius:.55rem;flex:1;padding:.7rem .8rem;font-family:inherit;font-size:1rem}.name-input:focus{border-color:var(--accent);outline:none}.icon-btn{width:2.6rem;height:2.6rem;color:var(--muted);border:1px solid var(--border);background:0 0;border-radius:.55rem;flex:none;font-size:.95rem;transition:all .15s}.icon-btn:hover{color:#fca5a5;border-color:#fca5a5}.add-row{gap:.5rem;margin-top:.75rem;display:flex}.btn{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:.6rem;padding:.8rem 1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .15s}.btn-add{flex:none;width:2.6rem;padding:0;font-size:1.4rem;line-height:1}.btn-primary{background:var(--accent);border-color:var(--accent);color:#ecfeff}.btn-primary:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{color:var(--muted);background:0 0;font-weight:400}.btn-ghost:hover{color:var(--text)}.big{width:100%;padding:1rem;font-size:1.1rem}.stage{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:60dvh;transition:border-color .15s;display:flex;position:relative}.stage:active{border-color:var(--accent)}.progress{color:var(--muted);font-family:Roboto Mono,monospace;font-size:.85rem;position:absolute;top:.8rem;right:1rem}.stage-inner{flex-direction:column;gap:.6rem;padding:1rem;display:flex}.call-to{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:1rem}.person{font-size:2.4rem;font-weight:700;line-height:1.1}.victim{color:var(--accent-light);font-size:2.6rem;font-weight:700;line-height:1.1}.reveal{animation:.2s ease-out pop}@keyframes pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.done{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.done p{color:var(--muted)}.big-spoon{font-size:4rem;animation:.3s ease-out pop;transform:rotate(-25deg)}.hint{color:var(--muted);font-size:.9rem}.center{text-align:center}.foot{text-align:center;color:var(--muted);margin-top:auto;padding-top:1rem;font-family:Roboto Mono,monospace;font-size:.8rem}.log-date{color:var(--accent-light);margin-bottom:.85rem;font-family:Roboto Mono,monospace;font-size:.85rem}.chain{flex-direction:column;align-items:center;list-style:none;display:flex}.chain-row{flex-direction:column;align-items:center;width:100%;display:flex}.chain-name{background:var(--bg);border:1px solid var(--border);text-align:center;border-radius:.55rem;padding:.5rem .9rem;font-size:1.05rem;font-weight:700}.chain-arrow{color:var(--accent);font-size:1.2rem;line-height:1.4}.chain-loop{color:var(--muted);border:1px dashed var(--border);border-radius:.55rem;margin-top:.1rem;padding:.35rem .7rem;font-family:Roboto Mono,monospace;font-size:.8rem}@media (width>=640px){.head h1{font-size:2.4rem}.person{font-size:3rem}.victim{font-size:3.4rem}}
