@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap";body{margin:0;padding:0;font-family:Inter,sans-serif;background:#f8fafc;color:#1e293b}.admin-navbar{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 2rem;background:#072446;background-image:linear-gradient(110deg,#072446 25%,transparent 25%),linear-gradient(110deg,#0a315d 40%,transparent 40%),linear-gradient(110deg,#eeae26 55%,#d4981d 55%);color:#fff;position:sticky;top:0;z-index:1000;overflow:hidden}.nav-brand{font-size:1.5rem;font-weight:800;letter-spacing:1px;z-index:10;text-shadow:0 2px 4px rgba(0,0,0,.2)}.nav-tabs{display:flex;height:100%;align-items:flex-end;gap:.5rem;z-index:10}.nav-tab{display:flex;align-items:center;gap:.6rem;padding:.75rem 1.5rem;text-decoration:none;color:#ffffffe6;font-size:.85rem;font-weight:700;transition:all .3s ease;border-radius:15px 15px 0 0;cursor:pointer;white-space:nowrap}.nav-tab:hover{color:#fff;background:#ffffff26}.tab-icon{width:18px;height:18px}.nav-tab.router-link-active{background:#fff;color:#072446;height:48px;box-shadow:0 -4px 15px #00000026}.nav-tab.router-link-active .tab-icon{color:#eeae26}.nav-separator{width:1px;height:24px;background:#fff3;margin:0 .5rem .75rem;align-self:flex-end}.logout-tab{background:none;border:none;outline:none;font-family:inherit}.logout-tab:hover{background:#ef444433!important;color:#fca5a5!important}.nav-spacer{width:100px}.btn-exit-float{position:fixed;top:1.5rem;right:1.5rem;width:45px;height:45px;background:#072446;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;box-shadow:0 4px 12px #07244633;transition:all .3s}.btn-exit-float:hover{transform:scale(1.1);background:#1e3a8a}.btn-exit-float svg{width:22px;height:22px}.container{max-width:1400px;margin:2rem auto;padding:0 2rem}.landing{background:#f9fafb;height:100vh;width:100vw;overflow:hidden}.hero{display:grid;grid-template-columns:2fr 1fr;height:100vh;width:100%}.hero-left{background:linear-gradient(135deg,#072446,#000);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;transition:all .5s ease}.hero-content{text-align:center;max-width:560px;animation:fadeIn 1s ease-out}.logo-container{margin-bottom:2rem}.main-logo{height:120px;width:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-label{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.4em;color:gold;display:block;margin-bottom:.75rem}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3rem,10vw,6rem);font-weight:900;color:#f1f5f9;line-height:1;margin-bottom:1.25rem;letter-spacing:.02em}.hero-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.star{color:gold;font-size:1.5rem;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.hero-tagline{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.25em;color:#f1f5f9;line-height:1.5;margin-bottom:.5rem}.hero-underline{width:200px;height:2px;background:gold;margin:0 auto 1.5rem}.hero-sub{font-family:Inter,sans-serif;font-size:.95rem;color:#bfdbfe;line-height:1.5}.hero-right{display:flex;flex-direction:column}.hero-right-top{flex:1.5;background:linear-gradient(135deg,#fff,#d1d5db);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.hero-right-top.clickable{cursor:pointer}.hero-right-top:hover{background:#e2e8f0}.hero-right-top:hover .badge-circle{transform:scale(1.1)}.hero-right-top:hover .click-hint{opacity:1;transform:translateY(0)}.badge-circle{transition:transform .4s cubic-bezier(.175,.885,.32,1.275);text-align:center}.badge-text-top{font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.3em;color:#039;display:block;margin-bottom:.75rem}.badge-icon{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;color:#072446;margin-bottom:.75rem}.badge-text-bottom{font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.3em;color:#039;display:block}.click-hint{position:absolute;bottom:2rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:800;letter-spacing:.2em;color:#039;opacity:0;transform:translateY(10px);transition:all .3s ease}.hero-right-bottom{flex:1;background:linear-gradient(135deg,#eeae26,#92400e);display:flex;align-items:center;justify-content:center;padding:2rem}.monogram{display:flex;flex-direction:column;align-items:center;gap:.25rem}.mono-letter{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;color:#fff;line-height:1.1}.mono-line{width:40px;height:3px;background:#fff}.star-sm{color:#fff;font-size:.9rem}@media (max-width: 768px){.landing{overflow:auto}.hero{grid-template-columns:1fr;height:auto;min-height:100vh}.hero-left{padding:4rem 2rem}.hero-right{height:60vh}.hero-right-top{flex:1}}.voters-view{padding-bottom:3rem}.view-header{margin-bottom:2rem}.page-title{font-size:1.75rem;font-weight:800;color:#072446}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:20px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 12px #00000008;border-left:6px solid #e2e8f0}.wa-status{border-left-color:#ef4444}.wa-status.connected{border-left-color:#22c55e}.stat-icon{width:48px;height:48px;background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b}.connected .stat-icon{background:#f0fdf4;color:#22c55e}.stat-label{font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase}.stat-value{display:block;font-size:1.5rem;font-weight:900;color:#072446}.wa-actions{margin-top:.5rem;display:flex;gap:.5rem}.btn-connect-wa{background:#072446;color:#fff;border:none;padding:.4rem .8rem;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer}.btn-disconnect-wa{background:#fee2e2;color:#ef4444;border:none;padding:.4rem .8rem;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer}.tabs-nav{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.tab-btn{padding:.75rem 1.5rem;border:none;background:none;font-weight:700;color:#94a3b8;cursor:pointer}.tab-btn.active{color:#072446;border-bottom:3px solid #072446}.card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 25px #0000000d}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.form-box{background:#f8fafc;padding:1.5rem;border-radius:15px;margin-bottom:2rem;border:1px solid #e2e8f0}.form-title{font-size:1.1rem;color:#072446;margin-bottom:1.5rem;font-weight:800}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.input-group input{width:100%;padding:.85rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:border-color .2s}.input-group input:focus{outline:none;border-color:#072446}.import-zone{margin-bottom:2rem}.import-zone input[type=file]{display:none}.drop-zone{border:2px dashed #cbd5e1;border-radius:16px;padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#f8fafc}.drop-zone:hover{border-color:#072446;background:#f1f5f9}.drop-zone svg{width:48px;height:48px;color:#94a3b8}.drop-zone p{color:#475569;font-weight:600}.link-template{color:#072446;text-decoration:none;font-weight:700;font-size:.9rem;padding:.5rem 1rem;background:#f1f5f9;border-radius:8px;transition:background .2s}.link-template:hover{background:#e2e8f0}.table-tools{margin-bottom:1.5rem;display:flex;justify-content:flex-end}.search-input{width:100%;max-width:300px;padding:.85rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#072446}.table-wrap{overflow-x:auto;background:#fff;border-radius:12px}table{width:100%;border-collapse:collapse;min-width:800px}th{text-align:left;padding:1rem 1.25rem;border-bottom:2px solid #f1f5f9;color:#64748b;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}td{padding:1rem 1.25rem;border-bottom:1px solid #f8fafc;font-size:.95rem;vertical-align:middle}.voter-nik{font-family:monospace;font-weight:700;background:#f1f5f9;padding:.3rem .6rem;border-radius:6px;color:#072446;font-size:.9rem}.actions{display:flex;gap:.5rem;align-items:center}.btn-icon{background:#f1f5f9;color:#475569;border:none;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-icon:hover{background:#e2e8f0;color:#072446}.btn-icon.delete{background:#fee2e2;color:#ef4444}.btn-icon.delete:hover{background:#fca5a5;color:#991b1b}.otp-badge{background:#072446;color:#fff;padding:.2rem .6rem;border-radius:6px;font-weight:800;font-family:monospace}.status-pill{padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.status-pill.sent{background:#f0fdf4;color:#22c55e}.status-pill.failed{background:#fef2f2;color:#ef4444}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000}.modal-card{background:#fff;padding:3rem;border-radius:35px;text-align:center;max-width:450px;width:90%;box-shadow:0 30px 60px #0003}.modal-desc{color:#64748b;margin-bottom:2rem;font-size:.95rem}.qr-container{background:#f8fafc;padding:2rem;border-radius:25px;border:2px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;min-height:250px;margin-bottom:2rem}.real-qr-img{width:220px;height:220px;border-radius:10px}.modal-info{text-align:left;background:#f1f5f9;padding:1.25rem;border-radius:15px;margin-bottom:1.5rem}.modal-info ul{padding-left:1.25rem;margin-top:.5rem}.modal-info li{font-size:.85rem;color:#475569;margin-bottom:.4rem;font-weight:600}.btn-close{background:none;border:none;color:#64748b;font-weight:800;cursor:pointer}.btn-crud{padding:.6rem 1.5rem;border-radius:12px;font-weight:700;cursor:pointer;border:none}.btn-primary{background:#072446;color:#fff}.btn-success{background:#22c55e;color:#fff}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #072446;border-radius:50%;animation:spin 1.5s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.pagination button{padding:.5rem 1rem;background:#f1f5f9;border:none;border-radius:8px;font-weight:700;color:#072446;cursor:pointer;transition:all .2s}.pagination button:hover:not(:disabled){background:#e2e8f0}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination span{font-size:.9rem;font-weight:600;color:#64748b}.empty-row{text-align:center;color:#94a3b8;font-style:italic;padding:2rem!important}.admin-header{margin-bottom:2rem}.page-title{font-size:1.75rem;font-weight:800;color:#072446;margin-bottom:.25rem}.page-subtitle{color:#64748b;font-size:.95rem}.card{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:3rem;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9;border-bottom:3px dashed #e2e8f0}.card:last-of-type{border-bottom:1px solid #f1f5f9}.card-header{margin-bottom:1.25rem}.card h3{font-size:1.1rem;font-weight:700;color:#1e293b}.inline-form{display:flex;gap:.75rem}.inline-form input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .2s}.inline-form input:focus{outline:none;border-color:#072446;background:#fff}.topic-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.topic-info{display:flex;align-items:center;gap:.75rem}.topic-name{font-size:1.2rem;font-weight:700;color:#072446}.badge{font-size:.65rem;font-weight:800;padding:.25rem .6rem;border-radius:6px;letter-spacing:.5px}.badge.open{background:#dcfce7;color:#15803d}.badge.closed{background:#fee2e2;color:#b91c1c}.topic-actions{display:flex;gap:.5rem}.btn-crud{background:#fff;color:#072446;border:2px solid #072446;padding:.5rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-crud:hover{background:#072446;color:#fff;transform:translateY(-2px)}.btn-danger:hover{background:#ef4444;border-color:#ef4444}.btn-warn:hover{background:#f59e0b;border-color:#f59e0b}.btn-success:hover{background:#10b981;border-color:#10b981}.btn-cancel{border-color:#94a3b8;color:#64748b}.btn-cancel:hover{background:#f1f5f9;color:#475569}.candidates-section{background:#f8fafc;padding:1.5rem;border-radius:12px;margin-top:1rem}.section-title{display:flex;align-items:center;gap:.5rem;color:#64748b;margin-bottom:1.5rem}.section-title svg{width:18px;height:18px}.section-title h4{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.cand-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cand-item-detailed{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;transition:transform .2s}.cand-item-detailed:hover{transform:scale(1.01);box-shadow:0 4px 12px #0000000d}.cand-main-info{display:flex;align-items:center;gap:1rem}.cand-num{font-size:.9rem;font-weight:900;color:#072446;background:#f1f5f9;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.cand-photo-circle{width:45px;height:45px;border-radius:50%;overflow:hidden;border:2px solid #e2e8f0;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cand-photo-circle img{width:100%;height:100%;object-fit:cover}.cand-photo-placeholder svg{width:20px;height:20px;color:#94a3b8}.cand-details{flex:1;min-width:0}.cand-name{font-size:1.1rem;color:#1e293b;font-weight:700}.cand-item-actions{display:flex;gap:.5rem}.btn-icon-action{background:none;border:none;padding:.4rem;cursor:pointer;border-radius:6px;transition:all .2s;color:#94a3b8}.btn-icon-action svg{width:20px;height:20px}.btn-icon-action.edit:hover{background:#f1f5f9;color:#072446}.btn-icon-action.delete:hover{background:#fee2e2;color:#ef4444}.form-container-box{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.form-box-title{font-size:.85rem;font-weight:800;text-transform:uppercase;color:#072446;margin-bottom:1.25rem;border-left:3px solid #EEAE26;padding-left:.75rem}.add-cand-detailed-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.input-field-wrap{display:flex;flex-direction:column;gap:.5rem}.input-field-wrap label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase}.input-full{padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.95rem}.input-full:focus{border-color:#072446;outline:none}.photo-preview-tiny{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.photo-preview-tiny img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0}.photo-preview-tiny span{font-size:.75rem;color:#ef4444;font-weight:600;cursor:pointer}.wysiwyg-container{display:flex;flex-direction:column;gap:.5rem}.wysiwyg-container label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase}.wysiwyg-toolbar{display:flex;gap:.25rem;padding:.5rem;background:#f8fafc;border-radius:8px 8px 0 0;border:1.5px solid #e2e8f0;border-bottom:none}.wysiwyg-toolbar button{padding:.35rem .75rem;background:#fff;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:600}.wysiwyg-editor{min-height:120px;padding:1rem;border:1.5px solid #e2e8f0;border-radius:0 0 8px 8px;background:#fff;font-size:.95rem;line-height:1.5}.wysiwyg-editor:focus{outline:none;border-color:#072446}.form-actions{display:flex;gap:.75rem}.btn-add-full{flex:2;padding:.85rem;font-size:1rem}.empty-state{text-align:center;padding:4rem;color:#94a3b8}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.login-page{display:flex;min-height:100vh;background:#fff}.login-hero{flex:1.2;background:#072446;position:relative;display:flex;align-items:center;justify-content:center;padding:4rem;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 30%,rgba(238,174,38,.15) 0%,transparent 60%);z-index:1}.hero-content{position:relative;z-index:2;color:#fff;max-width:600px}.logo-area{margin-bottom:3rem}.logo-img{max-height:80px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero-content h1{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.hero-content p{font-size:1.2rem;line-height:1.6;color:#fffc;margin-bottom:3rem}.hero-footer{display:flex;gap:3rem}.stat-num{display:block;font-size:2rem;font-weight:900;color:#eeae26}.stat-desc{font-size:.9rem;font-weight:600;color:#fff9;text-transform:uppercase}.login-form-area{flex:1;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:2rem}.form-container{width:100%;max-width:440px}.login-card{background:#fff;padding:3rem;border-radius:30px;box-shadow:0 20px 50px #0000000d}.login-no-card{padding:1rem}.card-header{margin-bottom:2.5rem}.card-header h2{font-size:2rem;font-weight:900;color:#072446;margin-bottom:.5rem}.card-header p{color:#64748b;font-weight:500}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-size:.85rem;font-weight:700;color:#475569;margin-bottom:.5rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#94a3b8;z-index:5}.input-wrapper input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:2px solid #E2E8F0;border-radius:15px;font-size:1rem;font-weight:600;transition:all .3s}.input-wrapper input:focus{border-color:#072446;outline:none;box-shadow:0 0 0 4px #0724460d}.otp-main-input{width:100%;text-align:center;font-size:3rem;letter-spacing:.5rem;font-weight:900;border:3px solid #E2E8F0;border-radius:20px;padding:1rem;color:#072446;margin-bottom:2rem}.timer-text{text-align:center;color:#64748b;margin-bottom:1rem}.btn-primary{width:100%;padding:1rem;background:#072446;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s}.btn-icon{width:20px;height:20px}.btn-primary:hover{background:#0a315d;transform:translateY(-2px);box-shadow:0 10px 20px #07244633}.btn-primary:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.form-footer{margin-top:2rem;text-align:center}.btn-link{background:none;border:none;color:#072446;font-weight:700;font-size:.9rem;cursor:pointer;padding:.5rem;display:block;margin:0 auto}.btn-link.secondary{color:#64748b;margin-top:.5rem}.support-text{margin-top:1.5rem;font-size:.85rem;color:#64748b;border-top:1px solid #f1f5f9;padding-top:1.5rem}.support-text a{color:#eeae26;font-weight:800;text-decoration:underline}.support-text a:hover{text-decoration:underline}.fade-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.login-page{flex-direction:column}.login-hero{padding:3rem;flex:.5}.hero-content h1{font-size:2.5rem}.hero-footer{display:none}}.result-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.result-header h2{font-size:1.4rem;font-weight:700;flex:1;color:#039}.back-link{color:#039;text-decoration:none;font-size:.9rem;white-space:nowrap}.back-link:hover{text-decoration:underline}.ws-status{font-size:.85rem;font-weight:600}.ws-status.connected{color:#10b981}.ws-status.disconnected{color:#ef4444}.btn-export-pdf{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;background:#072446;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-export-pdf:hover:not(:disabled){background:#0a315d}.btn-export-pdf:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;color:#6b7280;padding:3rem}.result-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 2px 12px #0000000f}.topic-title{font-size:1.2rem;font-weight:700;color:#039;margin-bottom:.5rem}.total-votes{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}.chart-container{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.chart-bar{display:grid;grid-template-columns:180px 1fr 60px;align-items:center;gap:1rem;margin-bottom:1rem}.bar-label{display:flex;flex-direction:column;gap:.25rem}.bar-number{font-size:.75rem;font-weight:700;color:#039}.bar-name{font-size:.9rem;font-weight:600;color:#1f2937}.bar-track{background:#e5e7eb;border-radius:8px;height:32px;overflow:hidden;position:relative}.bar-fill{height:100%;background:#039;border-radius:8px;transition:width .6s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;min-width:40px}.bar-value{color:#fff;font-weight:700;font-size:.85rem}.bar-pct{font-size:.9rem;font-weight:700;color:#374151;text-align:right}.leaderboard{margin-top:2rem}.leaderboard h4{font-size:1rem;font-weight:700;color:#039;margin-bottom:1rem}.leaderboard-row{display:grid;grid-template-columns:40px 1fr 100px 70px;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;background:#f9fafb;margin-bottom:.5rem;transition:background .2s}.leaderboard-row.winner{background:#eff6ff;border:2px solid #003399}.rank{font-weight:700;color:#6b7280;text-align:center;font-size:1.1rem}.leaderboard-row.winner .rank{color:#039;font-size:1.3rem}.cand-info{font-size:.9rem;color:#1f2937}.vote-count{font-weight:700;color:#1f2937;font-size:.9rem;text-align:right}.pct{color:#6b7280;font-size:.85rem;text-align:right}@media (max-width: 768px){.chart-bar{grid-template-columns:1fr;gap:.5rem}.bar-track{order:2}.bar-pct{order:3;text-align:left}.leaderboard-row{grid-template-columns:30px 1fr 80px}.pct{display:none}}.voting-view{padding:1rem 0 4rem}.view-header{margin-bottom:3rem;text-align:left;border-left:5px solid #EEAE26;padding-left:1.5rem}.page-title{font-size:2.25rem;font-weight:900;color:#072446}.page-subtitle{color:#64748b;font-size:1.1rem}.center-state{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{width:48px;height:48px;border:4px solid #f1f5f9;border-top-color:#072446;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topic-block{margin-bottom:4rem;padding-bottom:4rem;border-bottom:2px dashed #e2e8f0}.topic-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.topic-header-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.topic-label{font-size:.8rem;font-weight:800;color:#eeae26;text-transform:uppercase;letter-spacing:2px}.topic-header-row h3{font-size:1.75rem;font-weight:900;color:#072446}.btn-result-link{font-size:.9rem;font-weight:700;color:#072446;text-decoration:none;padding:.6rem 1.5rem;border-radius:12px;background:#fff;border:2px solid #072446;transition:all .2s}.btn-result-link:hover{background:#072446;color:#fff}.voted-alert{background:#f0f7ff;border:2px solid #072446;border-radius:20px;padding:1.5rem;display:flex;gap:1.25rem;margin-bottom:2.5rem;align-items:center}.voted-icon{width:48px;height:48px;background:#072446;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #07244633}.voted-text h4{color:#072446;font-size:1.25rem;font-weight:800}.voted-text p{color:#475569;font-size:1rem}.candidates-grid-executive{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.hero-card-compact{display:flex;background:#072446;border-radius:25px;overflow:hidden;min-height:260px;box-shadow:0 15px 35px #00000026;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative;border:4px solid transparent}.hero-card-compact:hover:not(.is-disabled){transform:scale(1.02);box-shadow:0 20px 45px #0003}.hero-card-compact.is-selected{border-color:#eeae26}.hero-card-compact.is-voted-choice{border-color:#eeae26;background:#0a315d}.card-content{flex:1.5;padding:1.5rem;display:flex;flex-direction:column;color:#fff;z-index:2}.cand-badge-mini{margin-bottom:1rem}.badge-text{background:#eeae26;color:#072446;padding:.4rem 1rem;border-radius:10px;font-weight:900;font-size:.85rem;text-transform:uppercase}.cand-name-compact{font-size:1.5rem;font-weight:900;margin-bottom:.75rem;line-height:1.1}.cand-desc-compact{font-size:.85rem;line-height:1.4;color:#fffc;max-height:80px;overflow-y:auto;margin-bottom:1rem;padding-right:.5rem}.cand-desc-compact::-webkit-scrollbar{width:3px}.cand-desc-compact::-webkit-scrollbar-thumb{background:#fff3}.btn-action-vote{width:fit-content;padding:.75rem 1.75rem;background:#fff;color:#072446;border:none;border-radius:12px;font-size:1rem;font-weight:800;cursor:pointer;transition:all .3s}.btn-action-vote:hover:not(:disabled){background:#eeae26;transform:translateY(-2px)}.btn-action-vote.btn-active{background:#eeae26}.card-visual{flex:1;position:relative;background:#f1f5f9;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.photo-frame{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:1rem}.photo-frame img{max-width:95%;max-height:90%;object-fit:contain;z-index:2;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.checkmark-overlay-mini{position:absolute;top:1rem;right:1rem;width:48px;height:48px;background:#eeae26;color:#072446;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;border:3px solid #fff;box-shadow:0 5px 15px #0003}.checkmark-overlay-mini svg{width:24px;height:24px}.hero-card-compact.is-disabled{cursor:default}.hero-card-compact.is-disabled:not(.is-voted-choice){opacity:.5;filter:grayscale(.8)}.error-msg-full{text-align:center;color:#ef4444;font-weight:700;margin-top:1.5rem}@media (max-width: 1024px){.candidates-grid-executive{grid-template-columns:1fr}}@media (max-width: 640px){.hero-card-compact{flex-direction:column-reverse;min-height:auto}.card-visual{height:240px}.card-content{padding:1.5rem}.cand-name-compact{font-size:1.5rem}}@media (max-width: 768px){.admin-navbar{padding:0 1rem;height:auto;flex-wrap:wrap;justify-content:center}.nav-brand{margin:10px 0}.nav-tabs{flex-wrap:wrap;justify-content:center;gap:.2rem}.nav-tab{padding:.5rem 1rem;font-size:.8rem;border-radius:10px 10px 0 0}.nav-spacer,.nav-separator{display:none}.container{padding:0 1rem;margin:1rem auto}.stats-grid,.dashboard-stats{grid-template-columns:1fr;gap:1rem}.tabs-nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;-webkit-overflow-scrolling:touch}.tab-btn{white-space:nowrap;padding:.5rem 1rem}.form-row,.modal-form-grid,.candidate-form-grid{grid-template-columns:1fr!important}.table-wrap{overflow-x:auto;border-radius:8px}.modal-card{width:95%;padding:1.5rem}.content-header{flex-direction:column;align-items:flex-start;gap:1rem}.table-tools{justify-content:flex-start}.search-input{max-width:100%}.pagination{flex-wrap:wrap}.result-cards,.features-grid{grid-template-columns:1fr}.process-steps{flex-direction:column}}@media (max-width: 768px){.topic-header{flex-direction:column;align-items:flex-start;gap:1rem}.topic-actions{width:100%;display:flex;flex-wrap:wrap;gap:.5rem}.topic-actions button{flex:1;min-width:80px;padding:.5rem;font-size:.8rem;text-align:center;justify-content:center}.candidate-item{flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:1rem}.cand-info{flex:1;min-width:150px;margin-right:.5rem}.cand-name-sm{word-break:break-word}.cand-actions{display:flex;gap:.5rem}.editor-toolbar{flex-wrap:wrap}.editor-toolbar button{flex:1;min-width:40px}.cand-form input,.cand-form textarea,.ql-container{width:100%;max-width:100%;box-sizing:border-box}.candidates-list{padding:.5rem}.cand-form{padding:1rem;width:100%;box-sizing:border-box}.modal-form{padding:1rem}}@media (max-width: 768px){.nav-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;padding-top:.5rem}.nav-tab{padding:.5rem .75rem;font-size:.75rem}.topic-row{flex-direction:column;align-items:flex-start;gap:1rem}.topic-info{width:100%;display:flex;justify-content:space-between;align-items:center}.topic-actions{width:100%;display:flex;flex-wrap:wrap;gap:.5rem}.topic-actions .btn-crud{flex:1;text-align:center;justify-content:center;font-size:.8rem;padding:.5rem}.cand-item-detailed{flex-wrap:wrap;gap:.5rem}.cand-main-info{flex:1;min-width:200px;flex-wrap:wrap}.cand-details{word-break:break-word}.cand-item-actions{margin-left:auto}.add-cand-detailed-form .form-row{display:flex;flex-direction:column;gap:1rem}.input-field-wrap{width:100%}.input-full{width:100%;box-sizing:border-box}.wysiwyg-toolbar{flex-wrap:wrap;gap:.2rem}.wysiwyg-toolbar button{flex:1;padding:.5rem;font-size:.8rem}.wysiwyg-container,.wysiwyg-editor{width:100%;box-sizing:border-box}}.mobile-actions{display:none}.desktop-actions{display:flex}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:150px;z-index:100;display:flex;flex-direction:column;overflow:hidden;margin-top:.5rem}.dropdown-item{padding:.75rem 1rem;background:none;border:none;border-bottom:1px solid #f1f5f9;text-align:left;font-size:.85rem;font-weight:600;color:#072446;cursor:pointer;text-decoration:none}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f8fafc}.dropdown-item.text-danger{color:#ef4444}@media (max-width: 768px){.desktop-actions{display:none!important}.mobile-actions{display:block;width:100%}.dropdown-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;padding:.75rem 1rem}.dropdown-menu{position:static;width:100%;box-shadow:none;border:1px solid #e2e8f0;margin-top:.25rem}}.cand-modal{max-width:650px!important;text-align:left!important;max-height:90vh;overflow-y:auto}.cand-modal .form-box-title{font-size:1.25rem;font-weight:800;color:#072446;margin-bottom:1.5rem;border-bottom:2px solid #f1f5f9;padding-bottom:.5rem}.mt-4{margin-top:1.5rem}.menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;z-index:1001}.menu-toggle svg{width:30px;height:30px}@media (max-width: 768px){.menu-toggle{display:block}.nav-tabs{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:#072446;display:flex;flex-direction:column;align-items:flex-start!important;padding:80px 20px!important;transition:.3s;box-shadow:-5px 0 15px #0000004d;z-index:1000;gap:1rem!important}.nav-tabs.show-mobile{right:0}.nav-tab{width:100%;border-radius:10px!important;padding:1rem!important;height:auto!important}.nav-separator{width:100%!important;height:1px!important;margin:1rem 0!important}}.admin-view .topic-block{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000008;border:1px solid #f1f5f9}.admin-view .candidates-section{background:none;padding:0;margin-top:1.5rem;border-top:1px solid #f1f5f9;padding-top:1.5rem}.admin-view .section-title{margin-bottom:1rem}.admin-view .cand-item-detailed{border:none;background:#f8fafc;padding:.75rem 1rem;border-radius:8px}.admin-view .btn-add-cand-trigger{width:auto;display:inline-block;background:#072446;color:#fff;border:none;padding:.75rem 2rem;font-weight:700;border-radius:8px;margin-top:1rem}.admin-view .topic-info{flex:1}.admin-view .topic-name{font-size:1.1rem;font-weight:800}.collapsible-trigger{cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;-webkit-user-select:none;user-select:none;padding:.5rem 0;transition:opacity .2s}.collapsible-trigger:hover{opacity:.7}.chevron-icon{transition:transform .3s}.chevron-icon.rotated{transform:rotate(-180deg)}.candidates-content{padding-top:1rem}
