:root{--bg-color:#0b0f19;--panel-bg:#ffffff08;--panel-border:#ffffff14;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-gold:#fbbf24;--accent-blue:#3b82f6;--accent-red:#ef4444;--font-main:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;position:relative;overflow-x:hidden}.glow-orb{filter:blur(120px);z-index:-1;opacity:.4;pointer-events:none;border-radius:50%;position:fixed}.orb-1{background:#3b82f633;width:400px;height:400px;top:-100px;left:-100px}.orb-2{background:#fbbf2426;width:500px;height:500px;bottom:-200px;right:-100px}.orb-3{background:#ef44441a;width:300px;height:300px;top:40%;left:30%}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--panel-border);border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s;box-shadow:0 8px 32px #0000004d}.glass-panel:hover{border-color:#ffffff26;transform:translateY(-4px)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.hero-content{flex-direction:column;align-items:center;max-width:800px;animation:1s ease-out fadeIn;display:flex}.hero-logo{filter:drop-shadow(0 0 20px #fbbf2466);width:140px;height:auto;margin-bottom:2rem;animation:6s ease-in-out infinite float}.hero-title{background:linear-gradient(135deg,#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--accent-gold);margin-bottom:1.5rem;font-size:clamp(1.25rem,3vw,2rem);font-weight:300}.hero-tagline{color:var(--text-secondary);max-width:600px;font-size:1.125rem}.hero-scroll-indicator{color:var(--text-secondary);animation:2s infinite bounce;position:absolute;bottom:2rem}.analysis-section{flex-direction:column;align-items:center;gap:3rem;padding:6rem 0;display:flex}@media (width>=900px){.analysis-section{flex-direction:row;justify-content:space-between}.analysis-section.reverse{flex-direction:row-reverse}.section-text,.section-chart{flex:1;width:50%}}.section-text{max-width:600px}.section-title{margin-bottom:1.5rem;font-size:2.25rem;font-weight:600;position:relative}.section-title:after{content:"";background:var(--accent-gold);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-.5rem;left:0}.center-title:after{left:50%;transform:translate(-50%)}.center-title{text-align:center}.section-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem}.stat-highlights{gap:2rem;display:flex}.stat-card{flex-direction:column;display:flex}.stat-number{color:var(--accent-blue);font-size:2.5rem;font-weight:700;line-height:1}.stat-card:nth-child(2) .stat-number{color:var(--accent-red)}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.875rem}.section-chart{justify-content:center;align-items:center;width:100%;min-height:350px;display:flex;position:relative}.disclaimer-banner{text-align:left;border-left:4px solid var(--accent-gold);align-items:flex-start;gap:1.5rem;margin:3rem 0;display:flex}.disclaimer-icon{color:var(--accent-gold);flex-shrink:0;margin-top:.25rem}.disclaimer-text{color:var(--text-secondary);font-size:.95rem}.disclaimer-text strong{color:var(--text-primary)}.narrative-section{background:#ffffff05;margin:4rem 0;padding:3rem}.narrative-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.narrative-text:last-child{margin-bottom:0}.profiles-section{padding:6rem 0}.profiles-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid}@media (width>=768px){.profiles-grid{grid-template-columns:1fr 1fr}}.profile-card{flex-direction:column;display:flex}.profile-header{margin-bottom:1.5rem}.profile-identity{align-items:center;gap:1.25rem;display:flex}.profile-image{object-fit:cover;border:2px solid var(--accent-gold);border-radius:50%;width:80px;height:80px;box-shadow:0 4px 12px #fbbf2433}.profile-identity h3{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.badge{text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge.challenger{color:#fca5a5;background:#ef444433;border:1px solid #ef44444d}.badge.incumbent{color:#93c5fd;background:#3b82f633;border:1px solid #3b82f64d}.profile-summary{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem}.profile-points{flex-direction:column;gap:.75rem;list-style:none;display:flex}.profile-points li{color:var(--text-primary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.profile-points .icon{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:inline-flex}.profile-points li:first-child .icon,.profile-points li:nth-child(2) .icon{color:#4ade80;background:#22c55e33}.profile-points li:nth-child(3) .icon,.profile-points li:nth-child(4) .icon{color:#f87171;background:#ef444433}.site-footer{border-top:1px solid var(--panel-border);background:#0000004d;margin-top:4rem;padding:4rem 0}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.footer-logo{filter:grayscale()opacity(.5);width:60px;transition:filter .3s}.footer-logo:hover{filter:grayscale(0%)opacity()}.footer-disclaimer{max-width:800px;color:var(--text-secondary);font-size:.85rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}
