@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
:root{--orange:#FFAA00;--green:#55FF55;--bg:#070907;--text:#f7f9f5;--muted:#9ba49a;--border:rgba(255,255,255,.09)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 15% 10%,rgba(85,255,85,.08),transparent 27%),radial-gradient(circle at 85% 45%,rgba(255,170,0,.07),transparent 25%),linear-gradient(180deg,#070907,#090c09 55%,#070907)}a{color:inherit;text-decoration:none}
.noise{position:fixed;inset:0;opacity:.025;pointer-events:none;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.cursor-glow{position:fixed;width:350px;height:350px;left:0;top:0;pointer-events:none;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(85,255,85,.07),transparent 65%)}.orb{position:fixed;width:300px;height:300px;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:-1}.orb-green{background:rgba(85,255,85,.08);left:-140px;top:25%}.orb-orange{background:rgba(255,170,0,.07);right:-140px;bottom:10%}
.site-header{height:78px;max-width:1180px;margin:auto;padding:0 25px;display:flex;align-items:center;justify-content:space-between}.site-header:after{content:"";position:fixed;top:0;left:0;right:0;height:78px;background:rgba(7,9,7,.72);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);z-index:-1}.brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:.08em}.brand img{width:43px;height:43px;object-fit:contain}.back-link{color:#c7cec6;font-size:12px;font-weight:600;transition:.25s}.back-link:hover{color:var(--orange)}
.vote-section{width:min(1120px,calc(100% - 50px));min-height:calc(100vh - 148px);margin:auto;padding:86px 0 70px}.intro{max-width:790px;margin:0 auto 52px;text-align:center;animation:reveal .75s ease both}.eyebrow{color:var(--green);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.status-dot{display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--green);box-shadow:0 0 15px var(--green)}h1{margin:18px 0;font-size:clamp(45px,7vw,78px);line-height:1;letter-spacing:-.055em;font-weight:800}h1 span{color:var(--orange)}.intro p{max-width:650px;margin:auto;color:var(--muted);font-size:15px}
.vote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.vote-card{min-height:142px;padding:24px;position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:17px;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));transition:transform .35s,border-color .35s,background .35s;animation:reveal .65s ease both}.vote-card:nth-child(2n){animation-delay:.07s}.vote-card:hover{transform:translateY(-5px);border-color:rgba(85,255,85,.25);background:linear-gradient(145deg,rgba(85,255,85,.055),rgba(255,170,0,.018))}
.card-number{position:absolute;top:11px;right:15px;color:#4f584f;font-size:9px;letter-spacing:.12em}.vote-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;border:1px solid rgba(85,255,85,.18);background:rgba(85,255,85,.08);color:var(--green);font-size:15px;text-shadow:0 0 15px rgba(85,255,85,.45)}.vote-copy{min-width:0}.vote-copy h2{margin:0 0 3px;font-size:16px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vote-copy span{display:block;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vote-button{min-width:112px;min-height:45px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-radius:11px;background:var(--orange);color:#1b1200;font-size:11px;font-weight:800;transition:transform .25s,box-shadow .25s}.vote-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,170,0,.18)}.vote-button b{font-size:17px}.card-line{position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--green),var(--orange));transition:.4s}.vote-card:hover .card-line{width:100%}.thank-you{margin:32px 0 0;text-align:center;color:#747d74;font-size:11px}.thank-you span{color:var(--green)}
footer{max-width:1180px;margin:auto;padding:30px 25px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);color:#697269;font-size:10px}.footer-brand{display:flex;align-items:center;gap:10px;color:#e8ede7}.footer-brand img{width:40px;height:40px;object-fit:contain}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-size:14px;letter-spacing:.1em}.footer-brand span{color:#687068;font-size:9px}
@keyframes reveal{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:850px){.vote-grid{grid-template-columns:1fr}}@media(max-width:570px){.site-header{padding:0 17px}.brand span{display:none}.back-link{font-size:10px}.vote-section{width:calc(100% - 34px);padding:52px 0 58px}.intro{margin-bottom:38px}.intro p{font-size:13px}.vote-card{min-height:174px;padding:24px 20px;grid-template-columns:45px 1fr;gap:14px}.vote-icon{width:45px;height:45px}.vote-button{grid-column:1/-1;width:100%}.vote-copy h2{font-size:15px}footer{padding:27px 17px;flex-direction:column;gap:15px;text-align:center}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
