:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-primary: #0a0e1a;--bg-secondary: #111827;--text-primary: #ffffff;--text-secondary: #9ca3af;--accent-primary: #00ff88;--accent-secondary: #0099ff;--accent-tertiary: #ff6b9d;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-primary)}#root{width:100%;min-height:100vh}a{font-weight:500;color:var(--accent-primary);text-decoration:inherit;transition:all .3s ease}a:hover{color:var(--accent-secondary)}.section{padding:6rem 2rem;max-width:1400px;margin:0 auto}.section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1rem;text-align:center;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;display:inline-block}.btn-primary{background:var(--accent-primary);color:var(--bg-primary)}.btn-primary:hover{background:var(--accent-secondary);transform:translateY(-2px);box-shadow:0 8px 20px #00ff884d}.btn-secondary{background:transparent;border:2px solid var(--accent-primary);color:var(--accent-primary)}.btn-secondary:hover{background:var(--accent-primary);color:var(--bg-primary);transform:translateY(-2px)}.card{background:#111827cc;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.section{padding:4rem 1.5rem}.section-title{font-size:2rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-background{position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(0,255,136,.1) 0%,transparent 50%);z-index:0}.particles{position:absolute;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20% 30%,rgba(0,255,136,.3),transparent),radial-gradient(2px 2px at 60% 70%,rgba(0,153,255,.3),transparent),radial-gradient(1px 1px at 50% 50%,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 80% 10%,rgba(255,255,255,.2),transparent);background-size:200% 200%,200% 200%,300% 300%,400% 400%;background-position:0% 0%,100% 100%,50% 50%,100% 0%;animation:particleAnimation 20s ease-in-out infinite}@keyframes particleAnimation{0%,to{background-position:0% 0%,100% 100%,50% 50%,100% 0%}50%{background-position:100% 100%,0% 0%,25% 75%,0% 100%}}.hero-content{position:relative;z-index:1;text-align:center;max-width:1100px;padding:2rem}.hero-badge{display:inline-block;padding:.5rem 1.5rem;background:#00ff881a;border:1px solid rgba(0,255,136,.3);border-radius:20px;margin-bottom:2rem}.badge-text{color:var(--accent-primary);font-weight:600;font-size:.95rem}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;margin-bottom:1.5rem}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.hero-highlight{display:block;margin-top:1rem;color:var(--accent-primary);font-size:1.1rem}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;margin:3rem auto;max-width:800px;padding:2rem;background:#11182780;border-radius:12px;border:1px solid rgba(0,255,136,.1)}.stat-item{text-align:center}.stat-value{font-size:2.5rem;font-weight:800;color:var(--accent-primary);margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.hero-cta .btn{display:flex;align-items:center;gap:.5rem}.platform-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.platform-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff0d;border-radius:8px;font-weight:600;transition:all .3s ease}.platform-link:hover{background:#00ff881a;transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.mouse{width:26px;height:40px;border:2px solid var(--accent-primary);border-radius:13px;position:relative}.wheel{width:4px;height:8px;background:var(--accent-primary);border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%)}@media(max-width:768px){.hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:1.5rem}.stat-value{font-size:2rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;justify-content:center}.platform-links{flex-direction:column;align-items:center}.platform-link{width:100%;max-width:300px;justify-content:center}}.features{background:var(--bg-primary)}.features-container{max-width:1400px;margin:0 auto}.features-subtitle{text-align:center;color:var(--text-secondary);font-size:1.2rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.suite-intro{max-width:1100px;margin:0 auto 4rem;padding:3rem;background:linear-gradient(135deg,#00ff880d,#0066cc0d);border-radius:16px;border:1px solid rgba(0,255,136,.2);line-height:1.8}.suite-intro h3{color:var(--text-primary);font-size:1.8rem;margin-bottom:1.5rem;text-align:center;line-height:1.4}.suite-intro h3 em{color:var(--accent-primary);font-style:italic;font-weight:600}.suite-intro>p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem;text-align:center}.suite-intro h4{color:var(--text-primary);font-size:1.2rem;margin-bottom:1rem;font-weight:600}.problem-solution{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.problem-solution>div{padding:1.5rem;background:var(--bg-secondary);border-radius:12px;border:1px solid rgba(255,255,255,.05)}.problem ul{list-style:none;padding:0;margin:1rem 0;color:var(--text-secondary)}.problem li{padding:.5rem 0 .5rem .5rem}.problem li:before{content:"• ";color:#ff6b6b;font-weight:700;margin-right:.5rem}.solution p{color:var(--text-secondary);margin:1rem 0;font-size:1rem}.value-props{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}.value-prop{padding:1.5rem;background:var(--bg-secondary);border-radius:12px;border:1px solid rgba(0,255,136,.1);text-align:center;transition:all .3s ease}.value-prop:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 8px 24px #00ff8826}.value-prop strong{color:var(--text-primary);font-size:1.1rem;display:block;margin-bottom:.5rem}.value-prop p{color:var(--text-secondary);font-size:.95rem;margin:0;line-height:1.5}@media(max-width:768px){.suite-intro{padding:2rem}.suite-intro h3{font-size:1.4rem}.problem-solution,.value-props{grid-template-columns:1fr}}.suite-intro p{color:var(--text-secondary);font-size:1.05rem}.suite-intro strong{color:var(--text-primary);font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2rem}.feature-card{padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease;height:100%}.feature-card:hover{border-color:var(--accent-primary);box-shadow:0 12px 40px #0f83;transform:translateY(-4px)}.feature-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.feature-icon{font-size:2.5rem}.feature-header h3{font-size:1.5rem;font-weight:700;margin:0;flex:1}.feature-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.feature-badge.production{background:#0f83;color:var(--accent-primary);border:1px solid rgba(0,255,136,.3)}.feature-badge.active{background:#09f3;color:var(--accent-secondary);border:1px solid rgba(0,153,255,.3)}.feature-description{color:var(--text-secondary);line-height:1.6;flex-grow:1}.feature-stats{display:flex;gap:1.5rem;flex-wrap:wrap;padding:1rem;background:#0000004d;border-radius:8px}.stat{display:flex;align-items:center;gap:.5rem;color:var(--accent-primary);font-size:.9rem;font-weight:600}.feature-highlights{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0}.feature-highlights li{padding-left:1.5rem;position:relative;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.component-highlights li:before{content:"→";position:absolute;left:0;color:var(--accent-primary);font-weight:700}.feature-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{padding:.4rem .8rem;background:#0099ff1a;border:1px solid rgba(0,153,255,.3);border-radius:6px;font-size:.85rem;color:var(--accent-secondary);font-weight:500}.feature-links{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.feature-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#ffffff0d;border-radius:6px;text-decoration:none;color:var(--text-primary);font-size:.9rem;font-weight:600;transition:all .3s ease;flex:1;justify-content:center;min-width:100px}.component-link:hover{background:var(--accent-primary);color:var(--bg-primary);transform:translateY(-2px)}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.feature-stats{flex-direction:column;gap:.75rem}.feature-links{flex-direction:column}.feature-link{width:100%}}.voting-selector{margin-bottom:2rem}.voting-selector h3{text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.method-category{margin-bottom:2rem}.method-category h4{font-size:1rem;margin-bottom:1rem;opacity:.9}.method-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.method-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;color:#fff}.method-btn:hover{background:#ffffff1a;border-color:var(--primary-color);transform:translateY(-2px)}.method-btn.active{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 4px 12px #8b5cf64d}.method-emoji{font-size:2rem}.method-name{font-size:.85rem;text-align:center;font-weight:500}.voting-demo{padding:2rem;background:#ffffff08;border-radius:16px;margin-top:2rem}.demo-header{text-align:center;margin-bottom:2rem}.demo-header h3{font-size:1.8rem;margin-bottom:.5rem}.demo-header p{opacity:.8;max-width:800px;margin:0 auto;line-height:1.6}.candidates-section{margin-bottom:2rem}.candidates-section h4{margin-bottom:1rem;font-size:1.2rem}.candidates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.candidate-card{padding:1.5rem;background:#ffffff0d;border-radius:12px;border:2px solid rgba(255,255,255,.1);text-align:center}.candidate-emoji{font-size:3rem;margin-bottom:.5rem}.candidate-card h5{margin:.5rem 0;font-size:1.1rem}.candidate-card p{font-size:.85rem;opacity:.7;margin:0}.voters-section{margin-bottom:2rem}.voters-section h4{margin-bottom:1rem;font-size:1.2rem}.voters-grid{display:grid;gap:1rem}.voter-card{padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.voter-card strong{display:block;margin-bottom:1rem;font-size:1.1rem}.vote-cast{padding:.75rem;background:#4ade801a;border-radius:8px;color:#4ade80;text-align:center}.vote-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.vote-btn{flex:1;min-width:100px;padding:.75rem;background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s;font-size:1.5rem}.vote-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.vote-btn.weighted{min-width:150px}.tally-btn{width:100%;padding:1rem;background:var(--accent-color);border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.tally-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec489966}.results-section{padding:2rem;background:#ffffff0d;border-radius:12px}.results-section h4{text-align:center;margin-bottom:2rem;font-size:1.5rem}.result-bar{margin-bottom:1.5rem}.result-bar.winner{background:#4ade801a;padding:1rem;border-radius:12px;border:2px solid #4ade80}.result-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-weight:500}.progress-bar{height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));transition:width .5s ease}.result-bar.winner .progress-fill{background:linear-gradient(90deg,#4ade80,#22c55e)}.reset-btn{width:100%;padding:1rem;margin-top:2rem;background:#666;border:none;border-radius:12px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s}.reset-btn:hover{background:#777}.approval-voter{max-width:100%}.voter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.voted-badge{padding:.25rem .75rem;background:#4ade8033;border-radius:12px;color:#4ade80;font-size:.85rem}.approval-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1rem}.approval-btn{padding:1rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s}.approval-btn:hover{background:#ffffff1a}.approval-btn.selected{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 4px 12px #8b5cf64d}.submit-vote-btn{width:100%;padding:.75rem;background:var(--accent-color);border:none;border-radius:8px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.submit-vote-btn:disabled{opacity:.5;cursor:not-allowed}.submit-vote-btn:not(:disabled):hover{transform:translateY(-2px)}.weighted-voters{display:grid;gap:1rem}.weighted-voter-card{padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.shareholder-info{margin-bottom:1rem}.shareholder-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.shareholder-emoji{font-size:1.5rem}.shares-info{font-size:.9rem;opacity:.7;padding-left:2rem}.weighted-note{padding:1rem;background:#3b82f61a;border-radius:8px;border-left:4px solid #3b82f6;margin-top:1.5rem;font-size:.9rem}.ranked-voter{max-width:100%}.rankings-list{margin-bottom:1rem}.ranking-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem}.rank-number{font-weight:700;color:var(--primary-color);min-width:30px}.rank-candidate{flex:1}.rank-controls{display:flex;gap:.25rem}.rank-controls button{padding:.25rem .5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem}.rank-controls button:hover:not(:disabled){background:#fff3}.rank-controls button:disabled{opacity:.3;cursor:not-allowed}.add-candidates{margin-bottom:1rem}.add-candidates label{display:block;margin-bottom:.5rem;font-size:.9rem;opacity:.8}.candidate-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.add-candidate-btn{padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;transition:all .2s}.add-candidate-btn:hover{background:var(--primary-color);border-color:var(--primary-color)}.rounds-section{margin-bottom:2rem}.rounds-section h5{margin-bottom:1rem;font-size:1.2rem}.round-result{margin-bottom:1.5rem;padding:1rem;background:#ffffff08;border-radius:8px}.round-result strong{display:block;margin-bottom:.75rem;color:var(--primary-color)}.round-tallies{display:grid;gap:.5rem}.round-tally{display:flex;justify-content:space-between;padding:.5rem 1rem;background:#ffffff0d;border-radius:6px}.round-tally.eliminated{opacity:.5;text-decoration:line-through}.round-tally.winner{background:#4ade801a;border:1px solid #4ade80}.eliminated-badge{padding:.25rem .5rem;background:#ef444433;border-radius:4px;color:#ef4444;font-size:.75rem}.winner-badge{padding:.25rem .5rem;background:#4ade8033;border-radius:4px;color:#4ade80;font-size:.75rem}.final-result{text-align:center}.final-result h5{margin-bottom:1rem;font-size:1.2rem}.winner-card{padding:2rem;background:linear-gradient(135deg,#4ade801a,#22c55e1a);border-radius:16px;border:2px solid #4ade80}.winner-emoji{font-size:4rem;display:block;margin-bottom:1rem}.winner-card h3{color:#4ade80;margin:.5rem 0}.winner-card p{opacity:.8;margin:0}.voting-demo-container{max-width:1400px;margin:0 auto;padding:2rem}.voting-intro{text-align:center;margin-bottom:3rem}.voting-intro h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.voting-intro p{font-size:1.1rem;opacity:.9;max-width:800px;margin:0 auto 1.5rem;line-height:1.6}.security-badges{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.badge{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.badge.secure{background:#4ade8026;border:1px solid rgba(74,222,128,.3);color:#4ade80}.coming-soon{padding:4rem 2rem;text-align:center;background:#ffffff08;border-radius:16px;margin-top:2rem}.coming-soon h3{font-size:1.8rem;margin-bottom:1rem}.coming-soon p{font-size:1.1rem;opacity:.8;margin-bottom:1rem}.coming-soon a{color:var(--primary-color);text-decoration:none;font-weight:500}.coming-soon a:hover{text-decoration:underline}.election-intro{padding:3rem 2rem;background:linear-gradient(135deg,#8b5cf61a,#ec48991a);border-radius:16px;border:2px solid rgba(139,92,246,.3);max-width:800px;margin:0 auto}.intro-header{text-align:center;margin-bottom:2rem}.intro-emoji{font-size:4rem;display:block;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.intro-header h3{font-size:2rem;margin:0;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intro-story{font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.intro-story p{margin-bottom:1rem}.intro-stakes{display:grid;gap:1rem;margin:2rem 0;padding:1.5rem;background:#0003;border-radius:12px}.stake-item{display:flex;align-items:center;gap:1rem}.stake-item span{font-size:2.5rem;min-width:60px;text-align:center}.stake-item p{margin:0;font-size:1rem}.intro-challenge{font-size:1.05rem;padding:1.5rem;background:#3b82f626;border-left:4px solid #3b82f6;border-radius:8px;margin-top:2rem}.start-election-btn{width:100%;padding:1.5rem;font-size:1.3rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px #8b5cf666}.start-election-btn:hover{transform:translateY(-3px);box-shadow:0 6px 30px #8b5cf699}.election-tagline{font-size:1.1rem;font-weight:500;opacity:.9}.voter-instruction{font-size:.95rem;opacity:.8;margin-top:.5rem;font-style:italic}.results-intro{text-align:center;font-size:1.1rem;margin-bottom:2rem;opacity:.9}.borda-quick-vote{display:flex;flex-direction:column;gap:.5rem}.referendum-question{text-align:center;padding:2rem;background:#3b82f61a;border-radius:12px;margin-bottom:2rem;border:2px solid rgba(59,130,246,.3)}.referendum-question h4{font-size:1.5rem;margin:0}.yesno-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.yes-btn{background:linear-gradient(135deg,#22c55e,#16a34a)!important}.no-btn{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.yesno-results{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.yesno-result{text-align:center;padding:2rem;background:#ffffff0d;border-radius:16px;border:2px solid rgba(255,255,255,.1);transition:all .3s}.yesno-result.winner{background:#4ade8026;border-color:#4ade80;transform:scale(1.05)}.yesno-emoji{font-size:4rem;display:block;margin-bottom:1rem}.yesno-result h3{font-size:2rem;margin:.5rem 0}.yesno-count{font-size:1.5rem;font-weight:700;margin:.5rem 0}.yesno-percent{font-size:1.2rem;opacity:.8;margin:0}.referendum-outcome{text-align:center;padding:2rem;background:#3b82f61a;border-radius:12px;margin-bottom:2rem}.referendum-outcome h3{font-size:1.8rem;margin-bottom:1rem}.score-voting-section{padding:2rem;background:#ffffff08;border-radius:12px;margin-bottom:2rem}.score-slider{margin-bottom:1.5rem}.score-slider input[type=range]{width:100%;height:12px;border-radius:6px;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}.score-slider input[type=range]::-webkit-slider-runnable-track{height:12px;border-radius:6px}.score-slider input[type=range]::-moz-range-track{height:12px;border-radius:6px;background:transparent}.score-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.score-value{font-weight:700;color:var(--accent-color)}.score-range::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 4px #0000004d}.score-range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d}.score-labels{display:flex;justify-content:space-between;font-size:.75rem;opacity:.6;margin-top:.25rem}.score-breakdown{display:flex;gap:.5rem;margin:.5rem 0}.individual-score{padding:.25rem .5rem;background:#ffffff1a;border-radius:4px;font-size:.85rem}.loading-container{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000c;z-index:9999;text-align:center}.loading-spinner{width:60px;height:60px;border:5px solid rgba(255,255,255,.2);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{font-size:1.2rem;color:#fff;margin:0;font-weight:500}.abstain-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.abstain-btn{background:linear-gradient(135deg,#6b7280,#4b5563)!important}.abstain-results{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem}.abstain-result{text-align:center;padding:2rem 1rem;background:#ffffff0d;border-radius:16px;border:2px solid rgba(255,255,255,.1)}.abstain-result.neutral{opacity:.7}.abstain-emoji{font-size:3rem;display:block;margin-bottom:1rem}.abstain-count{font-size:1.5rem;font-weight:700;margin:.5rem 0}.abstain-percent{font-size:1.1rem;opacity:.8}.abstain-note{font-size:.9rem;opacity:.7;font-style:italic}.supermajority-tracker{padding:2rem;background:#3b82f61a;border-radius:12px;margin-bottom:2rem}.threshold-bar{position:relative;height:40px;background:#ffffff1a;border-radius:8px;overflow:hidden;margin:1rem 0}.threshold-progress{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:width .5s ease}.threshold-line{position:absolute;top:0;bottom:0;width:3px;background:#ef4444;z-index:10}.threshold-label{position:absolute;top:-25px;left:50%;transform:translate(-50%);background:#ef4444;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;white-space:nowrap}.threshold-status{text-align:center;font-weight:500;margin-top:1rem}.supermajority-final{position:relative;margin-bottom:2rem}.final-bar{display:flex;height:60px;border-radius:8px;overflow:hidden}.final-yes{background:linear-gradient(90deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.final-no{background:linear-gradient(90deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.threshold-marker{position:absolute;top:-30px;transform:translate(-50%);text-align:center;font-size:.85rem;font-weight:700;color:#ef4444}.round-results{margin-bottom:2rem}.top-two{border:2px solid var(--primary-color);background:#8b5cf61a}.eliminated{opacity:.5}.eliminated-badge{background:#ef444433;color:#ef4444}.runoff-announcement{text-align:center;padding:2rem;background:#8b5cf61a;border-radius:12px;margin:2rem 0}.runoff-candidates{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}.runoff-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:2px solid var(--primary-color)}.runoff-emoji{font-size:3rem}.runoff-section{margin-bottom:2rem}.runoff-candidates-large{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem}.runoff-candidate-large{text-align:center;padding:2rem;background:#ffffff0d;border-radius:16px;border:2px solid var(--primary-color)}.candidate-emoji-large{font-size:4rem;margin-bottom:1rem}.round1-result{font-size:.9rem;opacity:.7;margin-top:1rem}.winner-announcement{text-align:center;padding:2rem;background:linear-gradient(135deg,#4ade8026,#22c55e26);border-radius:16px;border:2px solid #4ade80;margin-top:2rem}.star-phase{margin-bottom:2rem}.star-transition{text-align:center;padding:2rem;background:#8b5cf61a;border-radius:12px;margin-top:2rem}.runoff-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;margin:2rem 0}.runoff-candidate{text-align:center;padding:2rem;background:#ffffff0d;border-radius:16px;border:2px solid rgba(255,255,255,.1);transition:all .3s}.runoff-candidate.winner{background:#4ade8026;border-color:#4ade80;transform:scale(1.05)}.vs-divider{font-size:2rem;font-weight:700;opacity:.5}.runoff-votes{font-size:1.1rem;margin-top:1rem;opacity:.9}.stv-ranking-section{padding:2rem;background:#ffffff08;border-radius:12px;margin-bottom:2rem}.current-ranking{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.stv-winners{text-align:center;padding:2rem;background:#4ade801a;border-radius:12px;margin-top:2rem}.winner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:1.5rem 0}.stv-winner-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:2px solid #4ade80}.winner-emoji{font-size:3rem}.stv-explanation{font-size:.9rem;opacity:.8;margin-top:1rem}.quota-line{position:absolute;top:0;bottom:0;width:2px;background:#ef4444;z-index:5}.security-warning-banner{padding:1rem;background:#ef444426;border:2px solid #ef4444;border-radius:8px;color:#ef4444;text-align:center;font-weight:500;margin-bottom:2rem}.security-warning{background:#ef44441a;border-left:4px solid #ef4444;padding:1rem;margin:1rem 0}.quadratic-section{padding:2rem;background:#ffffff08;border-radius:12px;margin-bottom:2rem}.quadratic-item{margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:8px}.quadratic-header{display:flex;justify-content:space-between;margin-bottom:1rem}.quadratic-votes{font-weight:700;color:var(--accent-color)}.quadratic-controls{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.vote-squares{display:flex;gap:.25rem;flex:1}.vote-square{width:30px;height:30px;border:2px solid rgba(255,255,255,.2);border-radius:4px}.vote-square.filled{background:var(--primary-color);border-color:var(--primary-color)}.cost-explanation{font-size:.85rem;opacity:.7;font-style:italic}.budget-summary{padding:1rem;background:#3b82f61a;border-radius:8px;text-align:center;font-size:1.1rem;margin-top:1rem}.quadratic-explanation{padding:1.5rem;background:#3b82f61a;border-radius:12px;margin-top:2rem}.quadratic-explanation h5{margin-bottom:1rem}.consensus-question{text-align:center;padding:2rem;background:#3b82f61a;border-radius:12px;margin-bottom:2rem}.consensus-tracker{padding:2rem;background:#ffffff08;border-radius:12px;margin-bottom:2rem}.consensus-bar{position:relative;height:40px;background:#ffffff1a;border-radius:8px;overflow:hidden;margin:1rem 0}.consensus-support{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:width .5s ease}.consensus-threshold{position:absolute;top:0;bottom:0;width:3px;background:#ef4444;z-index:10}.consensus-threshold span{position:absolute;top:-25px;left:50%;transform:translate(-50%);background:#ef4444;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.consensus-status{text-align:center;font-weight:500;margin-top:1rem}.consensus-votes{display:grid;gap:1rem}.consensus-voter{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:8px;border:2px solid rgba(255,255,255,.1)}.consensus-voter.support{border-color:#22c55e;background:#22c55e1a}.consensus-voter.oppose{border-color:#ef4444;background:#ef44441a}.consensus-final{margin-bottom:2rem}.consensus-result-bar{display:flex;height:60px;border-radius:8px;overflow:hidden;margin-bottom:1rem}.final-support{background:linear-gradient(90deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.final-oppose{background:linear-gradient(90deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.consensus-note{padding:1rem;background:#3b82f61a;border-radius:8px;margin-top:1rem}.consent-question{text-align:center;padding:2rem;background:#3b82f61a;border-radius:12px;margin-bottom:2rem}.consent-note{font-size:.9rem;opacity:.8;font-style:italic;margin-top:1rem}.consent-tracker{padding:2rem;background:#ffffff08;border-radius:12px;margin-bottom:2rem}.consent-summary{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.consent-stat{text-align:center;padding:1.5rem;background:#4ade801a;border-radius:12px;border:2px solid #4ade80}.consent-stat.objection{background:#ef44441a;border-color:#ef4444}.stat-number{display:block;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem}.objection-warning{text-align:center;color:#ef4444;font-weight:500}.consent-votes{display:grid;gap:1rem}.consent-voter{padding:1rem;background:#ffffff0d;border-radius:8px;border:2px solid rgba(255,255,255,.1)}.consent-voter.consent{border-color:#22c55e;background:#22c55e1a}.consent-voter.objection{border-color:#ef4444;background:#ef44441a}.consent-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.consent-btn{background:linear-gradient(135deg,#22c55e,#16a34a)!important}.objection-btn{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.vote-display{margin-top:1rem}.consent-badge{display:inline-block;padding:.5rem 1rem;background:#22c55e33;border-radius:8px;color:#22c55e;font-weight:500}.objection-badge{display:inline-block;padding:.5rem 1rem;background:#ef444433;border-radius:8px;color:#ef4444;font-weight:500}.objection-display{margin-top:.5rem}.objection-text{margin-top:.5rem;padding:.75rem;background:#0003;border-radius:6px;font-style:italic;font-size:.9rem}.consent-final{margin-bottom:2rem}.consent-breakdown{display:grid;gap:2rem}.consent-group,.objection-group{padding:1.5rem;background:#ffffff08;border-radius:12px}.objection-item{padding:1rem;background:#ef44441a;border-radius:8px;margin-top:1rem;border-left:4px solid #ef4444}.objection-item strong{display:block;margin-bottom:.5rem}.objection-item p{margin:0;font-style:italic;opacity:.9}.tally-visualization{padding:1.5rem;background:#3b82f61a;border-radius:12px;margin-bottom:2rem;border-left:4px solid #3b82f6}.tally-visualization h5{margin-bottom:.5rem;font-size:1.1rem}.tally-explain{font-size:.95rem;opacity:.9;margin:0;line-height:1.6}.votes-cast-summary{padding:1rem;background:#ffffff08;border-radius:8px;margin-bottom:1rem}.vote-summary{padding:.5rem;font-size:.9rem;opacity:.8}.demo-section{padding:4rem 2rem;background-color:var(--bg-secondary)}.demo-container{max-width:1200px;margin:0 auto}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.demo-card{background:var(--bg-primary);padding:1.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 6px #0000001a}.demo-card h3{margin-bottom:1rem;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.key-display{background:var(--bg-secondary);padding:1rem;border-radius:8px;font-family:monospace;font-size:.9rem;word-break:break-all;margin-bottom:1rem;border:1px solid var(--border-color)}.key-label{display:block;font-size:.8rem;color:var(--text-secondary);margin-bottom:.25rem;font-weight:600}.demo-input-group{margin-bottom:1rem}.demo-input-group label{display:block;margin-bottom:.5rem;color:var(--text-secondary)}.demo-textarea{width:100%;min-height:100px;padding:.75rem;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);font-family:inherit;resize:vertical}.demo-btn{background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:opacity .2s;width:100%}.demo-btn:hover{opacity:.9}.demo-btn:disabled{opacity:.5;cursor:not-allowed}.demo-result{margin-top:1rem;padding:1rem;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color)}.demo-result h4{margin-bottom:.5rem;font-size:.9rem;color:var(--text-secondary)}.hex-display{font-family:monospace;font-size:.85rem;word-break:break-all;color:var(--accent-color);max-height:150px;overflow-y:auto}@media(max-width:768px){.demo-grid{grid-template-columns:1fr}}.about{background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);position:relative}.about-container{max-width:1200px;margin:0 auto}.about-subtitle{text-align:center;color:var(--text-secondary);font-size:1.2rem;margin-bottom:4rem}.about-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.about-main{padding:3rem}.about-heading{display:flex;align-items:center;gap:1rem;font-size:1.8rem;margin-bottom:1.5rem;color:var(--accent-primary)}.about-main p{color:var(--text-secondary);line-height:1.8;font-size:1.1rem;margin-bottom:1.5rem}.about-main p:last-child{margin-bottom:0}.highlight-text{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#00ff881a;border-left:4px solid var(--accent-primary);border-radius:8px;color:var(--text-primary)!important;font-size:1.05rem!important}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:var(--accent-primary);transform:translateY(-4px)}.feature-icon{font-size:3rem;color:var(--accent-primary);margin-bottom:1rem}.feature-card h4{font-size:1.3rem;margin-bottom:1rem;color:var(--text-primary)}.feature-card p{color:var(--text-secondary);line-height:1.6}.about-cta{text-align:center;padding:3rem;background:#00ff880d;border-radius:12px;border:1px solid rgba(0,255,136,.2);margin-bottom:3rem}.about-cta h3{font-size:2rem;margin-bottom:1rem;color:var(--accent-primary)}.about-cta>p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{display:flex;align-items:center;gap:.5rem}.about-footer{text-align:center;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);color:var(--text-secondary)}.about-footer p{margin-bottom:1rem}.heart{color:var(--accent-tertiary);display:inline-block;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.footer-links{font-size:.9rem}.footer-links a{color:var(--text-secondary);transition:color .3s ease}.footer-links a:hover{color:var(--accent-primary)}@media(max-width:768px){.about-main{padding:2rem}.about-features{grid-template-columns:1fr}.about-cta{padding:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px;justify-content:center}}.app{width:100%;min-height:100vh;background:var(--bg-primary)}
