@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#101828;background-color:#f5f7fb;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}a:hover{color:#1a4aff}*{box-sizing:border-box}body{margin:0;background:#f5f7fb}#root{min-height:100vh}h1,h2,h3,h4,h5{color:#0e1c36}.app-shell{min-height:100vh;background:linear-gradient(180deg,#f5f7fb,#fff 40%);padding:2rem 1rem 4rem}.campaign-page{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.campaign-hero{background:#0e1c36;color:#fff;padding:2rem;border-radius:18px;box-shadow:0 25px 60px -40px #0e1c36cc}.campaign-hero .eyebrow{text-transform:uppercase;letter-spacing:.3rem;font-size:.75rem;opacity:.75;margin:0 0 .5rem}.campaign-hero h1{margin:0 0 1rem;font-size:clamp(1.8rem,3vw,2.8rem)}.campaign-hero .intro :is(p,ul){margin:0 0 .75rem}.panel{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 15px 35px -20px #0f172a4d}.panel header{margin-bottom:1rem}.panel header h2{margin:0}.panel .meta{color:#4f5d75;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:500}.auth-form input{border-radius:10px;border:1px solid #d2d7e5;padding:.75rem 1rem;font-size:1rem}button{border-radius:999px;border:none;padding:.85rem 1.7rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button.primary{background:#1a4aff;color:#fff;box-shadow:0 12px 20px -12px #1a4affe6}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.notice{background:#edf1ff;color:#1a237e;padding:.85rem 1rem;border-radius:12px;margin-top:1rem}.notice.success{background:#e9fbef;color:#0a5c2f}.notice.error{background:#fdecea;color:#b42318}.notice.warning{background:#fff6e5;color:#8a4b00}.notice.info{background:#eef5ff}.items{display:flex;flex-direction:column;gap:1rem}.ballot-item{border:1px solid #edf0fb;border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.ballot-item h3{margin:0}.ballot-item__text .body :is(p,ul){margin:.4rem 0}.choices{display:flex;flex-wrap:wrap;gap:.5rem}.choices label{border:1px solid #d7def0;border-radius:999px;padding:.4rem 1rem;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .2s ease}.choices label.selected{background:#1a4aff;color:#fff;border-color:transparent}.choices input{display:none}.contact-card{border-radius:18px;padding:1.5rem;background:#fff;border:1px solid #e6ebfa}.contact-card h3{margin-top:0}@media(max-width:640px){.panel,.campaign-hero,.contact-card{padding:1.25rem}.actions{flex-direction:column}}
