:root{--bg-color: #0a0f0d;--card-bg: #141a17;--primary-green: #2ecc71;--text-white: #ffffff;--text-dim: #94a3b8;--accent-blue: #3b82f6;--accent-orange: #f97316;--accent-red: #ef4444}body{background-color:var(--bg-color);color:var(--text-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mural-texture,.gold-divider{display:none}.pulsing-green{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0f0d}::-webkit-scrollbar-thumb{background:#1e2923;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-green)}.candidate-card img{filter:grayscale(100%) contrast(1.1);transition:all .5s ease}.candidate-card:hover img{filter:grayscale(0%) contrast(1);transform:scale(1.05)}.party-badge{width:32px;height:32px;border-radius:50%;display:flex;items-center:center;justify-content:center;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 12px #00000080}.vote-btn{background-color:var(--primary-green);color:#000;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.vote-btn:hover:not(:disabled){background-color:#27ae60;transform:translateY(-2px);box-shadow:0 0 20px #2ecc7166}.vote-btn:active:not(:disabled){transform:translateY(0)}.progress-bar-container{background-color:#1e2923;height:8px;border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px}.district-pill{background-color:#1e2923;color:var(--text-dim);padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600}
