@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@500&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f1efe8;background:#000;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#000;min-height:100vh;margin:0}#root{min-height:100vh;overflow:clip}button{font:inherit}.screen-shell{place-items:center;min-height:100vh;padding:32px;display:grid}.screen-card{width:min(720px,100%);box-shadow:none;background:#000;border:none;border-radius:0;padding:40px}.vote-shell{background:var(--theme-bg,#000);min-height:100vh;color:var(--theme-color,#f1efe8e0);flex-direction:column;justify-content:center;align-items:center;gap:clamp(12px,1.8vh,20px);padding:24px 28px 28px;transition:background .4s,color .4s;display:flex}.loading-text{letter-spacing:.3em;color:#f1efe826;font-size:1.5rem}.vote-header{flex-direction:column;align-items:center;gap:8px;width:min(1320px,100%);display:flex}.vote-brand{letter-spacing:.08em;text-transform:uppercase;color:var(--theme-color,#f1efe8e0);opacity:.2;font-variant-numeric:tabular-nums;align-items:baseline;gap:.02em;font-family:DM Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:clamp(2.8rem,6vw,5.2rem);font-weight:700;line-height:1;display:inline-flex}.vote-brand-prefix,.vote-brand-suffix{display:inline-block}.vote-brand number-flow-react,.vote-brand number-flow{font-variant-numeric:tabular-nums;font-family:inherit;line-height:.9}.vote-prompt{color:var(--theme-color,#f1efe8e0);opacity:.35;letter-spacing:.08em;text-transform:uppercase;margin:0;font-family:DM Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92rem}.vote-stage{grid-template-columns:1fr 1fr;align-items:stretch;gap:clamp(20px,4vw,72px);width:min(1320px,100%);min-height:clamp(240px,36vh,360px);display:grid}.vote-stage-shell{place-items:center;width:min(1320px,100%);min-height:clamp(240px,36vh,360px);display:grid;position:relative}.vote-arrows{pointer-events:none;z-index:2;grid-template-columns:1fr 1fr;gap:clamp(20px,4vw,72px);display:grid;position:absolute;top:50%;left:0;right:0;transform:translateY(calc(-50% - 100px))}.vote-option-arrow{color:var(--theme-color,#f1efe8e0);opacity:.2;justify-content:center;line-height:0;transition:opacity .2s;display:flex}.vote-option-arrow-left,.vote-option-arrow-right{animation:.3s ease-out .3s both arrow-enter}@keyframes arrow-enter{0%{opacity:0;filter:blur(4px)}}.vote-option-arrow[data-active=true]{opacity:.6}.vote-option-field{flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.vote-option{appearance:none;color:inherit;text-align:center;isolation:isolate;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:24px 12px;display:flex;position:relative;overflow:visible}.vote-option:disabled{cursor:default}.vote-option-text{letter-spacing:-.02em;text-wrap:balance;max-width:100%;color:var(--theme-color,#f1efe8e0);font-size:clamp(2.8rem,7vw,6.75rem);line-height:.9;transition:color .3s;display:inline-block;position:relative}.vote-option:hover:not(:disabled) .vote-option-text,.vote-option[data-hovered=true] .vote-option-text{color:#fff}.vote-footer{z-index:10;gap:14px;animation:1.5s ease-out 2s both footer-enter;display:flex;position:fixed;bottom:20px;right:20px}@keyframes footer-enter{0%{opacity:0}}.vote-footer-link{color:var(--theme-color,#f1efe8e0);opacity:.15;line-height:0;text-decoration:none;transition:opacity .2s}.vote-footer-link:hover{opacity:.4}.screen-card h1{letter-spacing:-.06em;margin:0;font-size:clamp(2.8rem,9vw,5.5rem);line-height:.94}.eyebrow{text-transform:uppercase;letter-spacing:.24em;color:#ffffff8a;margin:0 0 16px;font-size:.72rem}.body-copy,.placeholder-copy{color:#ffffffbd;max-width:34rem;line-height:1.6}.meta-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin:28px 0 18px;display:grid}.meta-grid div{padding-top:16px}.meta-grid dt{text-transform:uppercase;letter-spacing:.16em;color:#ffffff7a;margin-bottom:8px;font-size:.74rem}.meta-grid dd{color:#ffffffe6;margin:0;font-size:1.05rem}.results-table{flex-direction:column;margin-top:18px;display:flex}.results-screen-shell{background:#000;align-items:stretch}.results-screen-card{border:none;width:min(1320px,100%);padding:48px 40px}.results-sections{scroll-snap-type:x proximity;flex-direction:row;gap:48px;margin-top:32px;padding-bottom:8px;display:flex;overflow:auto hidden}.results-sections::-webkit-scrollbar{height:10px}.results-sections::-webkit-scrollbar-thumb{background:#f1efe824;border-radius:999px}.results-section{scroll-snap-align:start;flex:0 0 min(420px,78vw);min-width:min(420px,78vw)}.results-section-header .eyebrow{margin:0}.results-row{border-bottom:1px solid #ffffff0f;grid-template-columns:56px minmax(0,1fr) 110px 130px;align-items:center;gap:16px;padding:14px 0;display:grid}.results-row span{color:#f1efe8db}.results-row-header span{color:#f1efe873;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem}@media (width<=640px){.screen-shell{padding:20px}.screen-card{border-radius:20px;padding:28px}.vote-shell{justify-content:flex-start;padding:40px 16px 48px}.vote-stage-shell{flex:1;justify-content:center;align-items:center;min-height:auto;display:flex}.vote-header{width:100%}.vote-footer{inset:20px 20px auto auto}.vote-stage-shell,.vote-stage{width:100%}.vote-stage{grid-template-rows:1fr 1fr;grid-template-columns:1fr;gap:clamp(24px,4vh,40px);min-height:auto}.vote-option-field:first-child{justify-content:flex-end;align-items:center}.vote-option-field:last-child{justify-content:flex-start;align-items:center}.vote-stage-shell{min-height:auto}.vote-arrows{display:none}.vote-option{padding:18px 12px}.vote-option-text{max-width:100%;font-size:clamp(2.4rem,12vw,4.5rem)}.results-row{grid-template-columns:40px minmax(0,1fr) 90px 92px;gap:10px}.results-screen-card{width:100%}.results-section{flex-basis:min(88vw,360px);min-width:min(88vw,360px)}}
