:root{--bg:#0d0e0c;--bg-subtle:#16181a;--surface:#1c1f22;--ink:#e9ece7;--ink-soft:#b8bdb6;--muted:#6f7670;--border:#262a2c;--border-soft:#1f2224;--accent:#c8ff3e;--accent-soft:#2c3614;--warn:#ffb547;--ok:#7adba3;--err:#ff6b6b;--err-soft:#3a1414;--font-display:"JetBrains Mono", ui-monospace, monospace;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{min-width:0;margin:0;padding:0}body{background:var(--bg);background-image:linear-gradient(var(--border-soft) 1px, transparent 1px), linear-gradient(90deg, var(--border-soft) 1px, transparent 1px);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-position:top;background-size:32px 32px;min-height:100vh;font-size:15px;line-height:1.5}button{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:3px;min-height:48px;padding:12px 18px;font-weight:600;transition:background-color .15s,border-color .15s,opacity .15s}button:disabled{cursor:not-allowed;opacity:.45}#root{justify-content:center;min-height:100vh;padding:48px 20px 64px;display:flex}.app-shell{background:var(--surface);border:1px solid var(--border);border-radius:4px;flex-direction:column;width:100%;max-width:620px;display:flex;position:relative;overflow:hidden}.app-shell:before{content:"";background:linear-gradient(90deg, var(--accent), transparent 60%);width:100%;height:2px;position:absolute;top:0;left:0}section{border-bottom:1px solid var(--border);padding:22px 24px}section:last-child{border-bottom:none}section h1,section h2{font-family:var(--font-display);color:var(--ink);margin:0 0 14px}section h1{letter-spacing:-.01em;font-size:18px;font-weight:600}section h2{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.wallet-connect{background:var(--bg-subtle)}.wallet-connect-button{background:var(--accent);color:#0d0e0c;width:100%}.wallet-connect-button:hover:not(:disabled){background:#d7ff6b}.wallet-disconnect-button{width:100%;color:var(--ink-soft);border-color:var(--border);background:0 0}.wallet-disconnect-button:hover{border-color:var(--err);color:var(--err)}.wallet-address{font-family:var(--font-mono);color:var(--ink);background:var(--surface);border:1px solid var(--border);word-break:break-all;border-radius:3px;align-items:center;gap:8px;margin:0 0 12px;padding:10px 12px;font-size:13px;display:flex}.wallet-address:before{content:"";background:var(--ok);width:7px;height:7px;box-shadow:0 0 6px var(--ok);border-radius:50%;flex-shrink:0}.poll-card p{color:var(--muted);margin:0 0 14px;font-size:13px}.poll-options{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.poll-options>li{border:1px solid var(--border);background:var(--bg-subtle);border-radius:3px;padding:14px 16px}.vote-button{background:var(--accent);color:#0d0e0c;width:100%;margin-bottom:10px}.vote-button:hover:not(:disabled){background:#d7ff6b}.form-hint{color:var(--muted);margin:0 0 10px;font-size:12px}.results-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.results-row span:first-child{color:var(--ink);min-width:84px;font-size:13px;font-weight:600}.results-row progress{appearance:none;background:var(--border);border:none;border-radius:4px;flex:1;min-width:60px;height:8px;overflow:hidden}.results-row progress::-webkit-progress-bar{background:var(--border);border-radius:4px}.results-row progress::-webkit-progress-value{background:var(--accent);border-radius:4px}.results-row progress::-moz-progress-bar{background:var(--accent);border-radius:4px}.results-row span:last-child{font-family:var(--font-mono);color:var(--ink-soft);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px}.reward-balance{background:var(--bg-subtle)}.reward-balance p{font-family:var(--font-mono);color:var(--accent);margin:0;font-size:22px;font-weight:600}.tx-status{background:var(--bg-subtle)}.tx-status p{word-break:break-word;margin:0;font-size:14px;font-weight:500}.tx-status p+p{margin-top:8px;font-size:13px;font-weight:400}.tx-status-pending p:first-child{color:var(--warn)}.tx-status-pending p:first-child:before{content:"◌ "}.tx-status-success p:first-child{color:var(--ok)}.tx-status-success p:first-child:before{content:"✓ "}.tx-status-error p:first-child{color:var(--err)}.tx-status-error p:first-child:before{content:"✕ "}.tx-status a{color:var(--accent);border-bottom:1px solid var(--accent-soft);text-decoration:none}.tx-status a:hover{border-bottom-color:var(--accent)}@media (width<=480px){#root{padding:0}.app-shell{border-left:none;border-right:none;border-radius:0;max-width:100%;min-height:100vh}section{padding:18px}.results-row{flex-direction:column;align-items:stretch;gap:4px}.results-row span:first-child{min-width:0}.results-row span:last-child{text-align:right}.wallet-address{font-size:11px}}
