:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--mono:ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Menlo, Consolas, monospace;--bg:#f2faf3;--surface:#fff;--surface-2:#e4f3e6;--text:#16291d;--text-muted:#5c7a65;--accent:#3e9a31;--accent-text:#fff;--served:#d98a1e;--danger:#c0392b;--border:#dceedd;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;margin:0}button{cursor:pointer;font-family:inherit}input,textarea,button{font-size:1rem}.page-center{justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:800;display:flex}.live-dot{background:var(--text-muted);border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem}.live-dot.on{background:var(--accent);animation:2s ease-out infinite live-pulse;box-shadow:0 0 #3e9a3199}@keyframes live-pulse{0%{box-shadow:0 0 #3e9a3180}70%{box-shadow:0 0 0 .5rem #3e9a3100}to{box-shadow:0 0 #3e9a3100}}@media (prefers-reduced-motion:reduce){.live-dot.on{animation:none}}.subtitle{color:var(--text-muted);margin:.25rem 0 1.5rem}.error-message{color:var(--danger);margin-top:.75rem;font-size:.95rem}.confirmation{color:var(--accent);text-align:center;background:#3e9a311f;border-radius:.75rem;margin-top:1rem;padding:.75rem 1rem;font-weight:700}.question-form,.closed-card,.login-form{width:100%;max-width:480px}.question-form h1,.closed-card h1,.login-form h1{letter-spacing:-.01em;margin:0;font-size:1.9rem;font-weight:900}.question-form textarea{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);resize:vertical;border-radius:1.5rem;min-height:8rem;padding:1rem;box-shadow:0 16px 32px -20px #3c8c3c40}.question-form textarea:focus{outline:2px solid var(--accent);outline-offset:2px}.char-count{color:var(--text-muted);font-family:var(--mono);justify-content:space-between;align-items:baseline;gap:.75rem;margin:.4rem 0 1rem;font-size:.8rem;display:flex}.shortcut-hint{opacity:.7}@media (width<=640px){.shortcut-hint{display:none}}.question-form button,.login-form button{background:var(--accent);width:100%;color:var(--accent-text);border:none;border-radius:999px;padding:1rem;font-size:1.05rem;font-weight:800;box-shadow:0 14px 28px -14px #3e9a318c}.question-form button:disabled,.login-form button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.closed-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:1.5rem;padding:2.5rem 1.5rem;box-shadow:0 20px 48px -24px #3c8c3c4d}.closed-card .eyebrow{justify-content:center}.closed-card p{color:var(--text-muted);font-size:1.05rem}.login-form{text-align:center}.login-form input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:1rem;margin:1.25rem 0;padding:.9rem 1.1rem}.admin-layout{max-width:900px;min-height:100dvh;margin:0 auto;padding:1.5rem 2rem 3rem}.admin-header{border-bottom:1px solid var(--border);background:var(--bg);z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-top:1rem;padding-bottom:1.25rem;display:flex;position:sticky;top:0}.admin-header h1{letter-spacing:-.01em;margin:0;font-size:1.7rem;font-weight:900}.admin-actions{gap:.75rem;display:flex}.toggle-button{letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-size:.85rem;font-weight:800;display:inline-flex}.toggle-button.open{color:var(--accent);background:#3e9a311f;border-color:#3e9a314d}.toggle-button.closed{color:var(--danger);background:#c0392b1a;border-color:#c0392b4d}.logout-button{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:999px;padding:.7rem 1.2rem;font-size:.85rem;font-weight:700}.danger-button{color:var(--danger);background:0 0;border:1px solid #c0392b59;border-radius:999px;padding:.7rem 1.2rem;font-size:.85rem;font-weight:700}.danger-button:disabled{opacity:.35;cursor:not-allowed}.question-list{flex-direction:column;gap:.6rem;display:flex}.empty-state{color:var(--text-muted);text-align:center;padding:2rem 0}.question-row{background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;align-items:flex-start;gap:1rem;padding:1.1rem 1.4rem;display:flex;box-shadow:0 10px 28px -22px #3c8c3c4d}.question-row.answered{background:var(--surface-2);box-shadow:none;opacity:.7;border-color:#0000}.question-number{font-family:var(--mono);color:var(--text-muted);flex-shrink:0;min-width:3.2rem;padding-top:.2rem;font-size:.85rem}.question-row.answered .question-number{color:var(--served)}.answered-checkbox input{width:1.3rem;height:1.3rem;accent-color:var(--served);margin-top:.15rem}.question-body{flex-direction:column;flex:1;gap:.35rem;display:flex}.question-text{margin:0;font-size:1.1rem;line-height:1.5}.question-row.answered .question-text{text-decoration:line-through;-webkit-text-decoration-color:var(--text-muted);text-decoration-color:var(--text-muted)}.question-time{color:var(--text-muted);font-family:var(--mono);font-size:.8rem}@media (width<=640px){.admin-layout{padding:1rem 1rem 2rem}}
