:root{--bg: #0f1419;--surface: #1a2129;--text: #e8eaed;--muted: #9aa0a6;--primary: #2d7ff9;--border: #2a323c;--radius: 6px;font-family:Inter,system-ui,-apple-system,sans-serif}[data-theme=light]{--bg: #f5f6f8;--surface: #fff;--text: #1a1d21;--muted: #6b7280;--border: #e5e7eb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5;min-height:100dvh}#app{max-width:480px;margin:0 auto;padding:env(safe-area-inset-top) 1rem calc(1rem + env(safe-area-inset-bottom))}.top{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.top h1{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:.04em}#theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius);width:2.5rem;height:2.5rem;font-size:1rem}.tabs{display:flex;gap:.35rem;margin:1rem 0;overflow-x:auto}.tabs button{flex:1;min-width:0;padding:.65rem .5rem;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:var(--radius);font-size:.8rem}.tabs button.active{color:var(--text);border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:.75rem}.card h3{margin:0 0 .35rem;font-size:.95rem}.card p{margin:0;font-size:.85rem;color:var(--muted)}.meta{display:block;margin-top:.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--primary)}.form label{display:block;margin-bottom:.75rem;font-size:.8rem;color:var(--muted)}.form input,.form select,.form textarea{width:100%;margin-top:.25rem;padding:.6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text)}.form button[type=submit]{width:100%;padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-weight:500}.loading,.empty,.error{text-align:center;color:var(--muted);padding:2rem 0}.error{color:#e57373}.section-title{font-size:.85rem;margin:1.5rem 0 .75rem;color:var(--muted)}.search-form{margin-bottom:1rem}.search-form input{width:100%}.btn-ack{margin-top:.75rem;width:100%;padding:.6rem;border:1px solid var(--primary);border-radius:var(--radius);background:transparent;color:var(--primary);font-weight:500}.btn-ack:disabled{opacity:.6;border-color:var(--border);color:var(--muted)}.poll{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.poll-opt{padding:.55rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);text-align:left;font-size:.85rem}.poll-opt:disabled{opacity:.85}.form-msg{font-size:.85rem;margin-top:.5rem;text-align:center}.form-msg.ok{color:#81c784}.form-msg.error{color:#e57373}
