@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#172238;--muted:#718096;--paper:#f5f7fb;--line:#e4e9f1;--blue:#3264db;--navy:#1d2c52;--green:#2d9d78;--orange:#f29b4b;--shadow:0 18px 50px rgba(31,47,86,.09)}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:var(--paper)}a{text-decoration:none;color:inherit}.topbar,.admin-topbar{height:78px;padding:0 max(28px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font:700 21px 'Space Grotesk',sans-serif;color:var(--navy)}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:var(--blue);color:#fff;font-size:22px}.user-menu,.admin-account{display:flex;align-items:center;gap:22px;font-size:14px;color:var(--muted)}.user-menu a,.admin-account a{color:var(--blue);font-weight:700}.vote-shell{max-width:1180px;margin:0 auto;padding:70px 28px 45px}.intro-panel{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:64px}.eyebrow{margin:0 0 12px;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:2px}.intro-panel h1,.admin-heading h1{margin:0;color:var(--navy);font:600 clamp(37px,5vw,62px)/1.04 'Space Grotesk',sans-serif;letter-spacing:-1.5px}.intro-panel h1 strong{color:var(--blue)}.intro-copy{max-width:460px;margin:22px 0 0;color:var(--muted);font-size:16px;line-height:1.7}.ballot-note{display:flex;align-items:center;gap:13px;padding:15px 19px;border:1px solid #d9e1f0;background:#fff}.note-icon{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#e3f5ef;color:var(--green);font-weight:700}.ballot-note strong,.ballot-note small{display:block}.ballot-note strong{font-size:13px}.ballot-note small{margin-top:4px;color:var(--muted);font-size:12px}.section-heading,.panel-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-heading h2,.panel-heading h2,.participation-panel h2{margin:0;font:600 25px 'Space Grotesk',sans-serif}.candidate-count,.panel-badge{padding:7px 11px;border-radius:20px;background:#e9efff;color:var(--blue);font-size:12px;font-weight:700}.candidate-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(265px,1fr));gap:22px}.candidate-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.candidate-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(31,47,86,.14)}.candidate-number{position:absolute;z-index:2;top:16px;left:16px;padding:7px 9px;background:rgba(29,44,82,.88);color:#fff;font-size:10px;font-weight:700;letter-spacing:1px}.candidate-photo{height:220px;background:linear-gradient(135deg,#dfe8fb,#aec4f2)}.photo-2{background:linear-gradient(135deg,#f9e0bd,#edb56d)}.photo-3{background:linear-gradient(135deg,#d3eee5,#81c7ae)}.candidate-body{padding:23px}.candidate-body h3,.candidate-body h4{margin:0;color:var(--navy);font:600 22px 'Space Grotesk',sans-serif}.candidate-body h4{font-size:18px}.candidate-body p{margin:5px 0;color:var(--muted);font-size:12px}.candidate-divider{width:30px;height:2px;margin:17px 0 12px;background:var(--orange)}.vote-button{width:100%;margin-top:23px;padding:13px 15px;border:0;background:var(--navy);color:#fff;font:600 13px 'DM Sans',sans-serif;cursor:pointer;transition:background .2s}.vote-button:hover{background:var(--blue)}.vote-button span{float:right;font-size:18px;line-height:12px}.vote-button:disabled{opacity:.7;cursor:wait}.site-footer{padding:25px;text-align:center;color:#9aa5b8;font-size:12px}.admin-page{min-height:100vh;background:#f6f8fc}.brand-light{color:#fff}.admin-topbar{background:var(--navy);border:0}.admin-topbar .brand-mark{background:var(--blue)}.admin-account{color:#b9c5dd}.admin-shell{max-width:1180px;margin:0 auto;padding:65px 28px}.admin-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:38px}.admin-heading h1{font-size:44px;letter-spacing:-1px}.admin-heading p:not(.eyebrow){margin:12px 0 0;color:var(--muted)}.live-status{padding:10px 13px;background:#e6f6f0;color:var(--green);font-size:12px;font-weight:700}.live-status i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--green)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px}.stat-card,.admin-panel{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.stat-card{display:flex;align-items:center;gap:16px;padding:24px}.stat-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;font-size:21px;font-weight:700}.stat-icon.blue{background:#e8efff;color:var(--blue)}.stat-icon.green{background:#e2f5ef;color:var(--green)}.stat-icon.orange{background:#fff0de;color:var(--orange)}.stat-card small,.stat-card strong{display:block}.stat-card small{color:var(--muted);font-size:12px}.stat-card strong{margin-top:5px;color:var(--navy);font:700 28px 'Space Grotesk',sans-serif}.admin-content-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:25px}.admin-panel{padding:27px}.result-row{padding:17px 0;border-top:1px solid var(--line)}.result-label{display:flex;align-items:center;gap:12px}.result-label>div{flex:1}.result-number{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#f0f3f8;color:var(--navy);font-weight:700}.result-label strong,.result-label small{display:block}.result-label strong{font-size:13px}.result-label small{margin-top:4px;color:var(--muted);font-size:11px}.result-label>b{color:var(--blue);font-size:13px}.progress-track{height:7px;margin:12px 0 0 42px;background:#edf0f5}.progress-track span{display:block;height:100%;background:var(--blue)}.participation-panel{text-align:center}.participation-panel .eyebrow,.participation-panel h2{text-align:left}.donut{display:grid;place-items:center;width:175px;height:175px;margin:27px auto;border-radius:50%;background:conic-gradient(var(--blue) var(--progress),#e9edf4 0)}.donut>div{display:grid;place-items:center;width:130px;height:130px;border-radius:50%;background:#fff}.donut strong{font:700 34px 'Space Grotesk',sans-serif}.donut small{color:var(--muted)}.muted{color:var(--muted);font-size:13px;line-height:1.6}.muted strong{color:var(--navy)}.admin-footnote{padding-top:25px;color:#9aa5b8;font-size:12px}@media(max-width:700px){.topbar,.admin-topbar{padding:0 18px}.user-menu span,.admin-account span{display:none}.vote-shell,.admin-shell{padding:42px 18px}.intro-panel,.admin-heading{display:block}.ballot-note{margin-top:25px}.intro-panel{margin-bottom:45px}.admin-heading h1{font-size:37px}.live-status{display:inline-block;margin-top:20px}.stat-grid,.admin-content-grid{grid-template-columns:1fr}.candidate-grid{grid-template-columns:1fr}.candidate-photo{height:190px}}
