@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);li,ul{list-style:none;margin:0;padding:0}.App{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;min-height:100vh}.flag-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.2);overflow:hidden;padding:0;position:relative;transition:all .3s ease;width:100%}.flag-container:hover{background:hsla(0,0%,100%,.15)}.flag{border-radius:0;box-shadow:0 4px 20px rgba(0,0,0,.1);display:block;height:60px;object-fit:fill;position:relative;transition:all .3s ease;width:100%;z-index:2}.flag:hover{box-shadow:0 6px 30px rgba(0,0,0,.15);-webkit-transform:scaleY(1.05);transform:scaleY(1.05)}.flag-overlay{-webkit-animation:shimmer 3s ease-in-out infinite;animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,transparent 30%,hsla(0,0%,100%,.1) 50%,transparent 70%);background-size:200% 200%;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}@-webkit-keyframes shimmer{0%{background-position:-200% -200%}50%{background-position:200% 200%}to{background-position:-200% -200%}}@keyframes shimmer{0%{background-position:-200% -200%}50%{background-position:200% 200%}to{background-position:-200% -200%}}.main-content{flex:1 1;min-height:calc(100vh - 200px);padding:2rem 0;position:relative}@media (max-width:768px){.flag{height:50px}.main-content{padding:1rem 0}}@media (max-width:480px){.flag{height:40px}}.main-content>div{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out}.main-content:before{-webkit-animation:loadingBar .5s ease-out;animation:loadingBar .5s ease-out;background:linear-gradient(90deg,#009639 33%,#fff 33% 66%,red 66%);content:"";height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left}@-webkit-keyframes loadingBar{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes loadingBar{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}:root{--kenya-green:#009639;--kenya-red:red;--kenya-white:#fff;--kenya-black:#000}.flag:focus{outline:2px solid #009639;outline:2px solid var(--kenya-green);outline-offset:4px}@media print{.flag-container{-webkit-backdrop-filter:none;backdrop-filter:none;background:none}.flag-overlay{display:none}}.navbar{background:linear-gradient(135deg,#041238,#3b82f6);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar-brand{align-items:center;display:flex;gap:12px}.logo{border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);height:28px;object-fit:cover;width:40px}.brand-text{color:#fff;font-size:1.5rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.desktop-nav{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{border-radius:6px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:hsla(0,0%,100%,.1);color:#fbbf24;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.nav-link.active{background-color:hsla(0,0%,100%,.15);color:#fbbf24}.mobile-menu-toggle{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;padding:0;width:30px;z-index:1001}.hamburger-line{background-color:#fff;border-radius:2px;height:3px;-webkit-transform-origin:center;transform-origin:center;transition:all .3s ease;width:100%}.mobile-menu-toggle.active .hamburger-line:first-child{-webkit-transform:rotate(45deg) translate(7px,7px);transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){-webkit-transform:rotate(-45deg) translate(7px,-7px);transform:rotate(-45deg) translate(7px,-7px)}.mobile-nav{background:linear-gradient(135deg,#041238,#3b82f6);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:none;left:0;opacity:0;position:fixed;right:0;top:80px;-webkit-transform:translateY(-20px);transform:translateY(-20px);transition:all .3s ease;z-index:999}.mobile-nav.active{display:block;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.mobile-nav-links{list-style:none;margin:0;padding:1rem 0}.mobile-nav-item{border-bottom:1px solid hsla(0,0%,100%,.1)}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link{color:#fff;display:block;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.mobile-nav-link:hover{background-color:hsla(0,0%,100%,.1);color:#fbbf24;padding-left:2.5rem}.mobile-nav-link.active{background-color:hsla(0,0%,100%,.15);color:#fbbf24}.mobile-overlay{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:998}@media (max-width:768px){.navbar-container{padding:1rem}.brand-text{font-size:1.2rem}.logo{height:24px;width:35px}.desktop-nav{display:none}.mobile-menu-toggle{display:flex}}@media (max-width:480px){.navbar-container{padding:.75rem}.brand-text{font-size:1rem}.logo{height:20px;width:30px}.mobile-nav-link{padding:.75rem 1rem}}*{margin:0;padding:0}.home{background:#fff;font-family:Inter,sans-serif;overflow-x:hidden}.hero-section,.home{min-height:100vh;position:relative}.hero-section{align-items:center;display:flex;justify-content:center;padding:2rem}.hero-background{left:0;overflow:hidden;top:0;z-index:1}.animated-shapes,.hero-background{height:100%;position:absolute;width:100%}.shape{-webkit-animation:float 6s ease-in-out infinite;animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(59,130,246,.05);border-radius:50%;position:absolute}.shape-1{-webkit-animation-delay:-.5s;animation-delay:-.5s;height:80px;left:15%;top:10%;width:80px}.shape-2{-webkit-animation-delay:-2s;animation-delay:-2s;background:rgba(59,130,246,.03);height:120px;right:20%;top:70%;width:120px}.shape-3{-webkit-animation-delay:-3.5s;animation-delay:-3.5s;height:60px;left:80%;top:40%;width:60px}.shape-4{-webkit-animation-delay:-1s;animation-delay:-1s;background:rgba(59,130,246,.04);bottom:15%;height:100px;left:10%;width:100px}.shape-5{-webkit-animation-delay:-4s;animation-delay:-4s;background:rgba(59,130,246,.02);height:140px;right:10%;top:20%;width:140px}@-webkit-keyframes float{0%,to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}50%{-webkit-transform:translateY(-20px) rotate(180deg);transform:translateY(-20px) rotate(180deg)}}@keyframes float{0%,to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}50%{-webkit-transform:translateY(-20px) rotate(180deg);transform:translateY(-20px) rotate(180deg)}}.hero-content{color:#1f2937;max-width:1200px;position:relative;text-align:center;width:100%;z-index:2}.title-container{margin-bottom:4rem}.year-badge{-webkit-animation:slideUp 1s ease-out;animation:slideUp 1s ease-out;background:linear-gradient(135deg,#3b82f6,#1e3a8a);border:1px solid rgba(59,130,246,.2);border-radius:50px;box-shadow:0 4px 20px rgba(59,130,246,.2);color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:2rem;padding:.5rem 1.5rem}.main-title{color:#1f2937;font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 20px rgba(0,0,0,.1)}.title-line{-webkit-animation:slideUp 1s ease-out;animation:slideUp 1s ease-out;display:block}.title-line:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6,#1e3a8a);background-clip:text;-webkit-background-clip:text;position:relative}.subtitle{align-items:center;-webkit-animation:slideUp 1s ease-out .4s both;animation:slideUp 1s ease-out .4s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.subtitle-text{color:#4b5563;font-size:1.2rem;font-weight:400;letter-spacing:.5px;opacity:.7}.live-indicator{align-items:center;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);border-radius:25px;color:#16a34a;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.4rem 1rem}.pulse-dot{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;background:#22c55e;border-radius:50%;height:8px;width:8px}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.7);-webkit-transform:scale(.95);transform:scale(.95)}70%{box-shadow:0 0 0 10px rgba(34,197,94,0);-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(34,197,94,0);-webkit-transform:scale(.95);transform:scale(.95)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.7);-webkit-transform:scale(.95);transform:scale(.95)}70%{box-shadow:0 0 0 10px rgba(34,197,94,0);-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(34,197,94,0);-webkit-transform:scale(.95);transform:scale(.95)}}.stats-preview{grid-gap:2rem;-webkit-animation:slideUp 1s ease-out .6s both;animation:slideUp 1s ease-out .6s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.stat-item{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(59,130,246,.05);border:1px solid rgba(59,130,246,.1);color:#1f2937;cursor:pointer;gap:1rem;padding:2rem;transition:all .3s ease}.stat-item:hover{background:rgba(59,130,246,.08);box-shadow:0 20px 40px rgba(59,130,246,.1);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.stat-icon{-webkit-filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));font-size:2rem}.stat-content{text-align:left}.stat-number{font-size:2rem;font-weight:800;line-height:1;margin-bottom:.3rem}.stat-label{font-size:.9rem;opacity:.8}.results-section{background:#fff;padding:4rem 2rem;position:relative;z-index:3}.section-header{color:#1f2937;margin-bottom:3rem;text-align:center}.section-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6,#1e3a8a);background-clip:text;-webkit-background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;font-weight:400;opacity:.7}.floating-elements{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.floating-element{-webkit-animation:floatAround 15s linear infinite;animation:floatAround 15s linear infinite;color:#3b82f6;font-size:1.5rem;opacity:.05;position:absolute}.fe-1{-webkit-animation-delay:-5s;animation-delay:-5s;left:10%;top:20%}.fe-2{-webkit-animation-delay:-10s;animation-delay:-10s;right:15%;top:60%}.fe-3{-webkit-animation-delay:-2s;animation-delay:-2s;bottom:30%;left:20%}.fe-4{-webkit-animation-delay:-7s;animation-delay:-7s;right:30%;top:80%}@-webkit-keyframes floatAround{0%{-webkit-transform:translate(0) rotate(0deg);transform:translate(0) rotate(0deg)}25%{-webkit-transform:translate(100px,-50px) rotate(90deg);transform:translate(100px,-50px) rotate(90deg)}50%{-webkit-transform:translate(-50px,-100px) rotate(180deg);transform:translate(-50px,-100px) rotate(180deg)}75%{-webkit-transform:translate(-100px,50px) rotate(270deg);transform:translate(-100px,50px) rotate(270deg)}to{-webkit-transform:translate(0) rotate(1turn);transform:translate(0) rotate(1turn)}}@keyframes floatAround{0%{-webkit-transform:translate(0) rotate(0deg);transform:translate(0) rotate(0deg)}25%{-webkit-transform:translate(100px,-50px) rotate(90deg);transform:translate(100px,-50px) rotate(90deg)}50%{-webkit-transform:translate(-50px,-100px) rotate(180deg);transform:translate(-50px,-100px) rotate(180deg)}75%{-webkit-transform:translate(-100px,50px) rotate(270deg);transform:translate(-100px,50px) rotate(270deg)}to{-webkit-transform:translate(0) rotate(1turn);transform:translate(0) rotate(1turn)}}@-webkit-keyframes slideUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:768px){.hero-section{padding:1rem}.main-title{font-size:clamp(2rem,6vw,4rem)}.subtitle{flex-direction:column;gap:.5rem}.stats-preview{gap:1rem;grid-template-columns:1fr}.stat-item{padding:1.5rem}.section-title{font-size:2rem}.results-section{padding:2rem 1rem}}@media (max-width:480px){.year-badge{font-size:.8rem;padding:.4rem 1rem}.subtitle-text{font-size:1rem}.stat-icon,.stat-number{font-size:1.5rem}}@media (prefers-color-scheme:dark){.home,.results-section{background:#fff}.section-header{color:#1f2937}.section-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6,#1e3a8a);background-clip:text;-webkit-background-clip:text}}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.total-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.card{border:1px solid #e0e0e0;box-sizing:border-box;margin-bottom:20px;padding:20px;width:100%}.desktop-table{display:block;overflow-x:auto;width:100%}.desktop-table table{border-collapse:collapse;min-width:600px;width:100%}.desktop-table thead tr{background-color:#f5f5f5}.desktop-table td,.desktop-table th{border-bottom:1px solid #eee;padding:12px 10px;text-align:center}.desktop-table th{color:#333;font-size:14px;font-weight:700}.desktop-table tbody tr:nth-child(2n){background-color:#f9f9f9}.desktop-table tbody tr:hover{background-color:#f0f0f0}.desktop-table img{border:2px solid #e0e0e0;border-radius:50%;height:50px;object-fit:cover;width:50px}.desktop-table .candidate-name,.desktop-table .votes{color:#333;font-weight:700}.desktop-table .percentage{font-weight:700}.desktop-table .percentage.winner{color:#28a745}.mobile-cards{display:none;width:100%}.candidate-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);box-sizing:border-box;clear:both;margin-bottom:15px;padding:20px;position:relative;width:100%}.candidate-rank{align-items:center;border-radius:50%;display:flex;font-size:14px;font-weight:700;height:30px;justify-content:center;position:absolute;right:15px;top:15px;width:30px;z-index:10}.candidate-rank.first{background-color:#28a745;color:#fff}.candidate-rank.second{background-color:#6c757d;color:#fff}.candidate-rank.third{background-color:#ffc107;color:#000}.candidate-rank.fourth{background-color:#dc3545;color:#fff}.candidate-header{align-items:center;display:flex;margin-bottom:15px;padding-right:50px}.candidate-photo{border:3px solid #e0e0e0;border-radius:50%;flex-shrink:0;height:60px;margin-right:15px;object-fit:cover;width:60px}.candidate-info{flex:1 1}.candidate-info h3{color:#333;font-size:18px;font-weight:700;margin:0 0 5px}.candidate-info p{color:#666;font-size:14px;margin:0}.candidate-stats{align-items:center;background-color:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:15px;padding:15px}.stat-item{flex:1 1}.stat-value{color:#333;font-size:20px;font-weight:700;line-height:1.2;margin-bottom:5px}.stat-value.winner{color:#28a745;font-size:24px}.stat-label{color:#666;font-size:12px;font-weight:500;text-transform:uppercase}.progress-bar-container{width:100%}.progress-bar{background-color:#e0e0e0;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{border-radius:4px;height:100%;transition:width .5s ease}.election-summary{background-color:#f8f9fa;border-radius:8px;margin-top:20px;padding:15px}.total-votes{color:#333;font-size:18px;font-weight:700;margin:0 0 10px}.election-rules{color:#666;font-size:14px;line-height:1.4;margin:0;text-align:center}.winner-banner{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-top:15px;padding:15px;text-align:center}.winner-banner h3{color:#155724;font-size:20px;margin:0 0 5px}.winner-banner p{color:#155724;font-size:14px;margin:0}.chart-section{margin-top:30px}.chart-title{color:#333;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.chart-container{height:400px;min-height:300px;width:100%}@media (max-width:768px){.total-container{padding:10px}.desktop-table{display:none!important}.mobile-cards{display:block!important}.card{margin-bottom:15px;padding:15px}.chart-title{font-size:20px}.chart-container{height:350px}}@media (max-width:480px){.total-container{padding:8px}.card{margin-bottom:12px;padding:12px}.candidate-card{margin-bottom:12px;padding:15px}.candidate-rank{font-size:12px;height:28px;right:12px;top:12px;width:28px}.candidate-header{margin-bottom:12px;padding-right:45px}.candidate-photo{height:50px;margin-right:12px;width:50px}.candidate-info h3{font-size:16px}.candidate-info p{font-size:13px}.candidate-stats{margin-bottom:12px;padding:12px}.stat-value{font-size:18px}.stat-value.winner{font-size:20px}.stat-label{font-size:11px}.total-votes{font-size:16px}.election-rules{font-size:13px}.winner-banner h3{font-size:18px}.winner-banner p{font-size:13px}.chart-title{font-size:18px;margin-bottom:15px}.chart-container{height:300px;min-height:250px}}@media (max-width:360px){.total-container{padding:5px}.card{padding:10px}.candidate-card{padding:12px}.candidate-rank{font-size:11px;height:25px;right:10px;top:10px;width:25px}.candidate-header{padding-right:40px}.candidate-photo{height:45px;margin-right:10px;width:45px}.candidate-info h3{font-size:15px}.candidate-stats{padding:10px}.stat-value{font-size:16px}.stat-value.winner{font-size:18px}.chart-container{height:280px}}.footer{background-color:#0f172a;color:#fff}.footer-container{margin:0 auto;max-width:1152px;padding:48px 16px}.footer-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-brand{color:#4ade80;font-size:20px;font-weight:700;margin:0}.footer-description{color:#d1d5db;font-size:14px;line-height:1.6;margin:0}.accent-bars{display:flex;gap:4px}.accent-bar{border-radius:2px;height:4px;width:24px}.accent-bar.green{background-color:#10b981}.accent-bar.yellow{background-color:#eab308}.accent-bar.red{background-color:#ef4444}.footer-heading{color:#fff;font-size:18px;font-weight:600;margin:0}.footer-links{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.footer-link{color:#d1d5db;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#4ade80}.contact-info{display:flex;flex-direction:column;gap:8px}.contact-item{align-items:center;color:#d1d5db;display:flex;font-size:14px;gap:8px}.contact-icon{width:20px}.social-links{display:flex;gap:12px;margin-top:8px}.social-link{align-items:center;background-color:#374151;border-radius:4px;color:#fff;display:flex;font-size:14px;font-weight:700;height:32px;justify-content:center;text-decoration:none;transition:background-color .3s ease;width:32px}.social-link:hover{background-color:#16a34a}.footer-bottom{border-top:1px solid #374151}.footer-bottom-container{margin:0 auto;max-width:1152px;padding:24px 16px}.footer-bottom-content{align-items:center;display:flex;flex-direction:column;gap:16px}@media (min-width:768px){.footer-bottom-content{align-items:center;flex-direction:row;gap:0;justify-content:space-between}}.copyright-section{text-align:center}@media (min-width:768px){.copyright-section{text-align:left}}.copyright-text{color:#9ca3af;font-size:14px;margin:0}.legal-links{display:flex;gap:24px}.legal-link{color:#9ca3af;font-size:14px;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#fff}.attribution{text-align:center}@media (min-width:768px){.attribution{text-align:right}}.attribution-link{color:#9ca3af;font-size:14px;text-decoration:none;transition:color .3s ease}.attribution-link:hover{color:#4ade80}.footer-accent{background:linear-gradient(90deg,#10b981,#eab308,#ef4444);height:4px}.about-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 1rem}.about-wrapper{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.1);margin:0 auto;max-width:1200px;overflow:hidden}.about-hero{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:4rem 2rem;position:relative;text-align:center}.about-title{color:#f8f9fa!important;font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.title-underline{background:linear-gradient(90deg,#e74c3c,#f39c12);border-radius:2px;height:4px;margin:0 auto 2rem;width:100px}.about-subtitle{font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.about-content{padding:3rem 2rem}.content-section{margin-bottom:4rem}.content-section:last-child{margin-bottom:0}.section-header{gap:1rem;margin-bottom:2rem}.section-header,.section-icon{align-items:center;display:flex}.section-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;font-size:2rem;height:60px;justify-content:center;min-width:60px;padding:.75rem}.section-header h2{color:#2c3e50;font-size:2rem;font-weight:600;margin:0}.timeline-card{background:#f8f9fa;border-radius:16px;padding:2rem;position:relative}.timeline-item{border-bottom:2px solid #e9ecef;display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;position:relative}.timeline-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.timeline-date{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:140px;padding:.75rem 1.5rem;text-align:center;white-space:nowrap}.timeline-content h4{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.timeline-content p{color:#666;line-height:1.6;margin:0}.info-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.info-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:16px;padding:2rem;transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease}.info-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.1);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.info-card h4{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.info-card p{color:#666;line-height:1.6;margin:0}.positions-intro{color:#555;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;text-align:center}.positions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.position-card{background:#fff;border:2px solid #e9ecef;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.position-card:hover{border-color:#667eea;box-shadow:0 10px 30px rgba(102,126,234,.1);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.position-icon{font-size:2.5rem;margin-bottom:1rem}.position-card h4{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.position-card p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{background:linear-gradient(135deg,#667eea,#5318f5);border-radius:20px;color:#180303;display:flex;flex-direction:column;justify-content:center;min-height:180px;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center}.stat-item:before{background:linear-gradient(45deg,rgba(71,87,231,.1),transparent);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.stat-number{font-size:2.2rem;font-weight:700;line-height:1.2}.stat-label,.stat-number{margin-bottom:.5rem;position:relative;z-index:1}.stat-label{color:#1a201a!important;font-size:1.1rem;font-weight:600}.stat-description{font-size:.85rem;line-height:1.4;opacity:.9;position:relative;z-index:1}@media (max-width:768px){.about-container{padding:1rem .5rem}.about-hero{padding:3rem 1.5rem}.about-title{font-size:2rem}.about-subtitle{font-size:1.1rem}.about-content{padding:2rem 1.5rem}.section-header{align-items:flex-start;flex-direction:column;gap:1rem;text-align:center}.section-header h2,.section-icon{font-size:1.5rem}.section-icon{align-self:center;height:50px;min-width:50px;padding:.5rem}.timeline-item{flex-direction:column;gap:1rem}.timeline-date{align-self:flex-start;font-size:.85rem;min-width:auto;padding:.5rem 1rem}.timeline-card{padding:1.5rem}.info-cards{grid-template-columns:1fr}.info-card{padding:1.5rem}.positions-grid{grid-template-columns:1fr}.position-card{padding:1.5rem}.stats-container{grid-template-columns:1fr}.stat-item{min-height:160px;padding:1.5rem 1rem}.stat-number{font-size:1.8rem}.stat-label{font-size:1rem}.stat-description{font-size:.8rem}.content-section{margin-bottom:3rem}}@media (max-width:480px){.about-container{padding:.5rem .25rem}.about-wrapper{border-radius:10px}.about-hero{padding:2rem 1rem}.about-title{font-size:1.75rem}.about-subtitle{font-size:1rem}.about-content{padding:1.5rem 1rem}.section-header h2{font-size:1.25rem}.info-card,.position-card,.timeline-card{padding:1rem}.stat-item{min-height:140px;padding:1.2rem .8rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.95rem}.stat-description{font-size:.75rem}.positions-intro{font-size:1rem}}*{box-sizing:border-box}html{scroll-behavior:smooth}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.content-section{-webkit-animation:fadeIn .6s ease-out;animation:fadeIn .6s ease-out}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.info-card:focus,.position-card:focus{outline:2px solid #667eea;outline-offset:2px}h1{color:#333;font-size:2rem;margin:2rem 0;text-align:center}.cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1400px;padding:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1.5rem;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.card:hover{box-shadow:0 8px 25px rgba(0,0,0,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.card caption{color:#2d3748;display:block;font-size:1.25rem;font-weight:700}.card caption,.total-votes{margin-bottom:1rem;text-align:center}.total-votes{background-color:#f7fafc;border-radius:6px;padding:.5rem}.total-votes small{color:#4a5568;font-size:.9rem;font-weight:500}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.results-table{border-collapse:collapse;margin-top:1rem;width:100%}.results-table th{background-color:#4a5568;border-bottom:2px solid #2d3748;color:#fff;font-size:.9rem;font-weight:600;padding:.75rem .5rem;text-align:left}.border{background-color:#e2e8f0;height:2px;margin:.5rem 0}.data{background-color:#fff}.item-row{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.item-row:hover{background-color:#f7fafc}.item-row:last-child{border-bottom:none}.item-row td{color:#2d3748;font-size:.9rem;padding:.75rem .5rem}.candidate-name{color:#2b6cb0;font-weight:500}.party{color:#4a5568;font-size:.8rem;font-weight:500;text-transform:uppercase}.votes{color:#2d3748;font-weight:600;text-align:right}@media (max-width:768px){h1{font-size:1.5rem;margin:1rem 0;padding:0 1rem}.cards{gap:1.5rem;grid-template-columns:1fr;margin:0;padding:1rem}.card{border-radius:8px;margin:0;padding:1.25rem}.card caption{font-size:1.1rem;margin-bottom:.75rem}.item-row td,.results-table th{font-size:.85rem;padding:.6rem .4rem}.results-table th{font-size:.8rem}}@media (max-width:480px){body{margin:0;padding:0}h1{font-size:1.3rem;margin:.5rem 0 1rem;padding:0 .5rem}.cards{gap:1rem;grid-template-columns:1fr;margin:0;padding:.5rem}.card{border-radius:6px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin:0;padding:1rem}.card caption{font-size:1rem;margin-bottom:.5rem}.total-votes{margin-bottom:.75rem;padding:.4rem}.total-votes small{font-size:.8rem}.table-wrapper{margin:0 -.5rem;overflow-x:auto}.results-table{font-size:.75rem;min-width:100%}.results-table th{font-size:.7rem;padding:.5rem .25rem;white-space:nowrap}.item-row td{font-size:.75rem;padding:.5rem .25rem}.candidate-name{font-size:.75rem;line-height:1.2}.party{font-size:.7rem}.votes{font-size:.75rem;white-space:nowrap}}@media (max-width:360px){.cards{gap:.75rem;padding:.25rem}.card{padding:.75rem}.card caption{font-size:.9rem}.results-table thead{left:-9999px;position:absolute;top:-9999px}.results-table,.results-table tbody,.results-table tr{display:block}.results-table tr{background-color:#f9f9f9;border:1px solid #e2e8f0;border-radius:4px;margin-bottom:.5rem;padding:.5rem}.results-table td{border:none;display:block;padding:.25rem 0;text-align:left}.results-table td:before{color:#4a5568;content:attr(data-label);display:inline-block;font-weight:700;margin-right:10px;width:60px}.candidate-name:before{content:"Name:"}.party:before{content:"Party:"}.votes:before{content:"Votes:"}.votes,.votes:before{text-align:left}}@media (min-width:1200px){.cards{gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.card,.cards{padding:2rem}.card caption{font-size:1.3rem}}
/*# sourceMappingURL=main.242820cf.css.map*/