:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface-0:#f4f4f7;--surface-1:#fff;--surface-2:#fff;--text-primary:#0d0d12;--text-secondary:#57565f;--text-muted:#8b8a94;--gridline:#e7e6ee;--border:#0d0d1214;--border-strong:#0d0d1224;--accent:#5b4cf5;--accent-strong:#4636e0;--accent-soft:#5b4cf51f;--accent-contrast:#fff;--good:#16a34a;--good-soft:#16a34a1f;--critical:#dc2626;--critical-soft:#dc26261a;--shadow-sm:0 1px 2px #0d0d120a;--shadow-md:0 8px 24px -8px #0d0d1229;--shadow-accent:0 8px 24px -8px #5b4cf573;color:var(--text-primary);background:radial-gradient(1200px 600px at 50% -10%, var(--accent-soft), transparent 60%), var(--surface-0);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface-0:#0a0a0d;--surface-1:#131318;--surface-2:#17171d;--text-primary:#f5f5f8;--text-secondary:#a3a2ad;--text-muted:#6f6e78;--gridline:#232329;--border:#ffffff14;--border-strong:#ffffff24;--accent:#8b7fff;--accent-strong:#a599ff;--accent-soft:#8b7fff29;--accent-contrast:#0a0a0d;--good:#34d371;--good-soft:#34d37124;--critical:#f87171;--critical-soft:#f8717124;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 12px 32px -12px #0009;--shadow-accent:0 8px 28px -8px #8b7fff73}}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{max-width:640px;margin:0 auto;padding:3rem 1.5rem 5rem}.app-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem 1.25rem;margin-bottom:2.5rem;display:flex}.brand{align-items:center;gap:.7rem;display:flex}.brand-mark{background:linear-gradient(155deg, var(--accent), var(--accent-strong));width:38px;height:38px;color:var(--accent-contrast);box-shadow:var(--shadow-accent);border-radius:11px;flex:none;place-items:center;display:grid}.app-title{letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:700;line-height:1.2}.app-subtitle{color:var(--text-muted);margin:.1rem 0 0;font-size:.8rem}.card{background:var(--surface-1);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:18px;margin-bottom:1.25rem;padding:1.5rem}.btn{font:inherit;cursor:pointer;background:var(--accent);color:var(--accent-contrast);box-shadow:var(--shadow-accent);border:1px solid #0000;border-radius:10px;align-items:center;gap:.45rem;padding:.6rem 1.1rem;font-size:.88rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px -8px #5b4cf58c}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn-secondary{color:var(--text-secondary);border-color:var(--border-strong);box-shadow:none;background:0 0}.btn-secondary:hover:not(:disabled){background:var(--surface-2);box-shadow:none}.wallet-address{color:var(--text-secondary);background:var(--surface-1);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:10px;align-items:center;gap:.6rem;padding:.4rem .5rem .4rem .7rem;font-size:.82rem;display:flex}.wallet-address .dot{background:var(--good);width:7px;height:7px;box-shadow:0 0 0 3px var(--good-soft);border-radius:50%;display:inline-block}.wallet-address code{color:var(--text-primary);font-family:ui-monospace,SF Mono,monospace;font-size:.8rem}.inline-error{color:var(--critical);flex-basis:100%;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.83rem;display:flex}.poll-question{letter-spacing:-.015em;margin:0 0 1.25rem;font-size:1.3rem;font-weight:700}.option-row{align-items:center;gap:.85rem;padding:.5rem 0;display:flex}.option-label{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:0 0 100px;font-size:.88rem;font-weight:500;overflow:hidden}.option-track{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;flex:1;height:10px;position:relative;overflow:hidden}.option-fill{inset-block:0;background:linear-gradient(90deg, var(--accent), var(--accent-strong));border-radius:999px;min-width:4px;transition:width .5s cubic-bezier(.22,1,.36,1);position:absolute;left:0}.option-meta{font-variant-numeric:tabular-nums;min-width:80px;color:var(--text-muted);flex:none;justify-content:flex-end;align-items:baseline;gap:.35rem;font-size:.82rem;display:flex}.option-meta strong{color:var(--text-primary);font-size:.9rem}.vote-btn{flex:none;padding:.4rem .8rem;font-size:.78rem}.hint-text{color:var(--text-muted);align-items:center;gap:.4rem;margin-top:.9rem;font-size:.85rem;display:flex}.voted-banner{color:var(--good);align-items:center;gap:.45rem;margin-top:.9rem;font-size:.85rem;font-weight:600;display:flex}.tx-status{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;align-items:center;gap:.55rem;margin-top:1rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;display:flex}.tx-status.phase-success{color:var(--good);background:var(--good-soft);border-color:#0000}.tx-status.phase-error{color:var(--critical);background:var(--critical-soft);border-color:#0000}.tx-status .spin{color:var(--accent);flex:none;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.tx-status a{color:inherit;align-items:center;gap:.3rem;font-weight:700;text-decoration:none;display:inline-flex}.tx-status a:hover{text-decoration:underline}.activity-title{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.95rem;font-weight:700;display:flex}.activity-title svg{color:var(--accent)}.activity-empty{color:var(--text-muted);font-size:.85rem}.activity-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.activity-item{color:var(--text-secondary);border-bottom:1px solid var(--border);align-items:baseline;gap:.4rem;padding:.55rem 0;font-size:.82rem;display:flex}.activity-item:last-child{border-bottom:none}.activity-item .voter{color:var(--text-primary);font-family:ui-monospace,SF Mono,monospace;font-weight:600}.activity-item strong{color:var(--text-primary)}.activity-item a{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.25rem;margin-left:auto;text-decoration:none;display:inline-flex}.activity-item a:hover{color:var(--accent)}.footer-note{color:var(--text-muted);text-align:center;justify-content:center;align-items:center;gap:.4rem;margin-top:2.5rem;font-size:.78rem;display:flex}
