:root{--bg: #0f1419;--surface: #1a2332;--surface2: #243044;--text: #e8edf4;--muted: #8b9cb3;--accent: #3d9cf5;--accent-dim: #2563a8;--danger: #f07178;--ok: #7fd99a;--radius: 12px;--font: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);background:radial-gradient(ellipse 120% 80% at 50% -20%,#1e3a5f 0%,var(--bg) 55%);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}button{cursor:pointer;border:none;border-radius:10px;padding:.65rem 1.2rem;font-weight:600;background:linear-gradient(165deg,var(--accent),var(--accent-dim));color:#fff;transition:transform .12s ease,box-shadow .12s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3d9cf559}button:disabled{opacity:.45;cursor:not-allowed}button.ghost{background:transparent;border:1px solid var(--surface2);color:var(--text);box-shadow:none}button.danger{background:linear-gradient(165deg,#e85d64,#a83238)}.layout{max-width:960px;margin:0 auto;padding:1.5rem 1.25rem 3rem}header.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--surface2)}header.app-header h1{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}header.app-header h1 a{color:inherit;text-decoration:none}header.app-header h1 a:hover{text-decoration:none}.nav-links{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.card{background:var(--surface);border:1px solid var(--surface2);border-radius:var(--radius);padding:1.25rem 1.35rem;margin-bottom:1rem}.card h2{margin:0 0 .5rem;font-size:1.1rem}.muted{color:var(--muted);font-size:.9rem}.field{margin-bottom:1rem}.field label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.35rem}.field input,.field textarea{width:100%;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--surface2);background:var(--bg);color:var(--text)}.field textarea{min-height:80px;resize:vertical}.error{color:var(--danger);font-size:.9rem;margin-top:.5rem}.poll-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.badge{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:6px;background:var(--surface2);color:var(--muted)}.badge.ok{background:#7fd99a26;color:var(--ok)}.badge.warn{background:#f071781f;color:var(--danger)}.options-vote label{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--surface2);margin-bottom:.5rem;cursor:pointer}.options-vote label:hover{border-color:var(--accent-dim)}.bar-row{margin-bottom:.75rem}.bar-label{display:flex;justify-content:space-between;font-size:.88rem;margin-bottom:.25rem}.bar-track{height:10px;border-radius:6px;background:var(--bg);overflow:hidden}.bar-fill{height:100%;border-radius:6px;background:linear-gradient(90deg,var(--accent),#5ad8c9);transition:width .4s ease}.stack{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}
