/* EnqueteSegura - tema claro/escuro */
:root{
  --theme-bg:#f5f8ff;--theme-surface:#fff;--theme-surface-2:#f8fafc;--theme-text:#172033;--theme-muted:#64748b;--theme-border:#e2e8f0;
}
html[data-theme="dark"]{color-scheme:dark;--theme-bg:#0b1220;--theme-surface:#111827;--theme-surface-2:#182235;--theme-text:#e5e7eb;--theme-muted:#94a3b8;--theme-border:#293548}
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid var(--theme-border);border-radius:10px;background:var(--theme-surface);color:var(--theme-text);font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:.2s;white-space:nowrap}
.theme-toggle:hover{transform:translateY(-1px);border-color:#93c5fd}
html[data-theme="dark"] body{background:var(--theme-bg)!important;color:var(--theme-text)}
/* Login/cadastro */
html[data-theme="dark"] body.auth-page{background:radial-gradient(circle at 8% 8%,rgba(37,99,235,.18),transparent 30%),radial-gradient(circle at 92% 90%,rgba(79,70,229,.16),transparent 32%),#0b1220}
html[data-theme="dark"] .auth-shell{background:var(--theme-surface);border-color:#293548;box-shadow:0 24px 70px rgba(0,0,0,.35)}
html[data-theme="dark"] .auth-card{background:var(--theme-surface)}
html[data-theme="dark"] .auth-card h1{color:#f8fafc}
html[data-theme="dark"] .auth-card label{color:#cbd5e1}
html[data-theme="dark"] .auth-card input,html[data-theme="dark"] .auth-card select,html[data-theme="dark"] .auth-card textarea{background:#0f172a;color:#e5e7eb;border-color:#334155}
html[data-theme="dark"] .auth-card input::placeholder{color:#64748b}
html[data-theme="dark"] .auth-icon{background:#172554;color:#93c5fd}
html[data-theme="dark"] .password-wrap button{background:#1e293b;color:#cbd5e1}
html[data-theme="dark"] .auth-footer{color:#94a3b8}
html[data-theme="dark"] .auth-footer a,html[data-theme="dark"] .link-btn{color:#93c5fd}
html[data-theme="dark"] .alert{background:#2a1d12;color:#fdba74;border-color:#7c4a20}
/* Tela de votação */
html[data-theme="dark"] .topbar{background:rgba(17,24,39,.94)!important;border-bottom-color:#293548}
html[data-theme="dark"] .brand{color:#bfdbfe}.brand-caption{color:var(--theme-muted)!important}.user-area{color:var(--theme-muted)!important}.user-name{color:var(--theme-text)!important}
html[data-theme="dark"] .logout-btn{background:#172554;border-color:#1e40af;color:#bfdbfe}
html[data-theme="dark"] .main{color:var(--theme-text)}
html[data-theme="dark"] .panel,html[data-theme="dark"] .option-card,html[data-theme="dark"] .receipt-card{background:var(--theme-surface)!important;border-color:var(--theme-border)!important;box-shadow:0 18px 45px rgba(0,0,0,.2)}
html[data-theme="dark"] .panel-head{border-bottom-color:var(--theme-border)!important}
html[data-theme="dark"] .panel-subtitle,html[data-theme="dark"] .hero p,html[data-theme="dark"] .vote-description,html[data-theme="dark"] .muted,html[data-theme="dark"] .receipt-subtitle{color:var(--theme-muted)!important}
html[data-theme="dark"] .modern-select{background:#0f172a!important;color:#e5e7eb!important;border-color:#334155!important}
html[data-theme="dark"] .option-image-wrap{background:#0f172a!important}html[data-theme="dark"] .option-image{background:#1e293b}.option-name,.vote-heading,.empty-state h3,.receipt-card h2{color:#f8fafc!important}
html[data-theme="dark"] .receipt-details{border-top-color:var(--theme-border)}
html[data-theme="dark"] .receipt-details div{border-bottom-color:var(--theme-border)}
html[data-theme="dark"] .receipt-details strong{color:#e5e7eb}
html[data-theme="dark"] .modern-btn-secondary{background:#182235;color:#e5e7eb;border-color:#334155}
html[data-theme="dark"] .footer{color:#64748b}
/* Admin */
html[data-theme="dark"] .topbar{background:rgba(17,24,39,.94)!important;color:#f8fafc}
html[data-theme="dark"] .admin-content{color:#e5e7eb}
html[data-theme="dark"] .welcome p,html[data-theme="dark"] .section-heading p{color:#94a3b8}
html[data-theme="dark"] .panel,html[data-theme="dark"] .stat{background:#111827!important;border-color:#293548!important;box-shadow:0 7px 22px rgba(0,0,0,.18)}
html[data-theme="dark"] .form-field label{color:#cbd5e1}.form-field input,.form-field select,.form-field textarea{background:#0f172a;color:#e5e7eb}
html[data-theme="dark"] .form-field input,html[data-theme="dark"] .form-field select,html[data-theme="dark"] .form-field textarea{border-color:#334155}
html[data-theme="dark"] .tab{color:#94a3b8}.tab.active{background:#172554;color:#bfdbfe}
html[data-theme="dark"] .form-control-modern{background:#0f172a!important;color:#e5e7eb!important;border-color:#334155!important}
html[data-theme="dark"] .theme-toggle{background:#182235;color:#e5e7eb;border-color:#334155}
/* Login administrativo */
html[data-theme="dark"] .admin-login-page{background:#0b1220!important;color:#e5e7eb}
html[data-theme="dark"] .admin-login-page .login-card,html[data-theme="dark"] .admin-login-page .card{background:#111827!important;color:#e5e7eb;border-color:#293548!important}
.admin-layout .theme-toggle{position:fixed;right:22px;top:88px;z-index:30}
@media(max-width:760px){.admin-layout .theme-toggle{right:14px;top:82px}.admin-layout .theme-toggle span{display:none}}

/* =========================================================
   CORREÇÃO COMPLETA DO TEMA ESCURO
   ========================================================= */
html[data-theme="dark"] body.admin-login-page{
  background:radial-gradient(circle at 8% 8%,rgba(37,99,235,.20),transparent 30%),
             radial-gradient(circle at 92% 90%,rgba(79,70,229,.18),transparent 34%),#0b1220!important;
  color:#e5e7eb!important;
}
html[data-theme="dark"] .admin-login-shell{
  background:#111827!important;
  border-color:#293548!important;
  box-shadow:0 24px 70px rgba(0,0,0,.42)!important;
}
html[data-theme="dark"] .admin-login-form{background:#111827!important}
html[data-theme="dark"] .admin-login-form h2{color:#f8fafc!important}
html[data-theme="dark"] .admin-login-subtitle{color:#94a3b8!important}
html[data-theme="dark"] .admin-login-field label{color:#cbd5e1!important}
html[data-theme="dark"] .admin-login-field input{
  background:#0f172a!important;color:#e5e7eb!important;border-color:#334155!important;
}
html[data-theme="dark"] .admin-login-field input::placeholder{color:#64748b!important}
html[data-theme="dark"] .admin-login-field input:focus{border-color:#60a5fa!important;box-shadow:0 0 0 4px rgba(59,130,246,.16)!important}
html[data-theme="dark"] .admin-login-toggle{background:#1e293b!important;color:#cbd5e1!important}
html[data-theme="dark"] .admin-login-toggle:hover{background:#334155!important}
html[data-theme="dark"] .admin-login-footer{border-top-color:#293548!important;color:#94a3b8!important}
html[data-theme="dark"] .admin-login-badge{background:#172554!important;color:#93c5fd!important}
html[data-theme="dark"] .admin-login-error{background:#3b1717!important;border-color:#7f1d1d!important;color:#fecaca!important}

/* Painel administrativo: textos, tabelas, cartões e controles */
html[data-theme="dark"] .admin-layout{background:#0b1220!important;color:#e5e7eb!important}
html[data-theme="dark"] .sidebar{background:#080f1d!important;border-right:1px solid #1e293b}
html[data-theme="dark"] .side-link{color:#cbd5e1!important}
html[data-theme="dark"] .side-link:hover,html[data-theme="dark"] .side-link.active{background:#172554!important;color:#bfdbfe!important}
html[data-theme="dark"] .side-label{color:#64748b!important}
html[data-theme="dark"] .topbar{background:rgba(11,18,32,.94)!important;border-bottom-color:#293548!important;color:#f8fafc!important}
html[data-theme="dark"] .top-title{color:#f8fafc!important}
html[data-theme="dark"] .avatar{background:#172554!important;color:#bfdbfe!important}
html[data-theme="dark"] .admin-content{color:#e5e7eb!important}
html[data-theme="dark"] .welcome h1,html[data-theme="dark"] .section-heading h2{color:#f8fafc!important}
html[data-theme="dark"] .welcome p,html[data-theme="dark"] .section-heading p,html[data-theme="dark"] .hint,html[data-theme="dark"] .danger-zone p{color:#94a3b8!important}
html[data-theme="dark"] .stat,html[data-theme="dark"] .panel{background:#111827!important;border-color:#293548!important;color:#e5e7eb!important;box-shadow:0 12px 30px rgba(0,0,0,.20)!important}
html[data-theme="dark"] .stat span{color:#94a3b8!important}
html[data-theme="dark"] .stat strong{color:#f8fafc!important}
html[data-theme="dark"] .tabs{border-bottom-color:#293548!important}
html[data-theme="dark"] .tab{color:#94a3b8!important}
html[data-theme="dark"] .tab:hover{background:#182235!important;color:#e5e7eb!important}
html[data-theme="dark"] .tab.active{background:#172554!important;color:#bfdbfe!important}
html[data-theme="dark"] .form-field label{color:#cbd5e1!important}
html[data-theme="dark"] .form-field input,html[data-theme="dark"] .form-field select,html[data-theme="dark"] .form-field textarea{
  background:#0f172a!important;color:#e5e7eb!important;border-color:#334155!important;
}
html[data-theme="dark"] .form-field input::placeholder,html[data-theme="dark"] .form-field textarea::placeholder{color:#64748b!important}
html[data-theme="dark"] .image-upload{background:#0f172a!important;border-color:#334155!important;color:#cbd5e1!important}
html[data-theme="dark"] .notice.success{background:#0f2a1c!important;color:#86efac!important;border-color:#166534!important}
html[data-theme="dark"] .notice.error{background:#351717!important;color:#fecaca!important;border-color:#7f1d1d!important}
html[data-theme="dark"] .danger-zone{border-top-color:#293548!important}
html[data-theme="dark"] .password-toggle{color:#94a3b8!important}
html[data-theme="dark"] .password-toggle:hover{background:#1e293b!important}
html[data-theme="dark"] .btn-dark{background:#334155!important;color:#f8fafc!important}

/* Resultados/auditoria e elementos Bootstrap/legados que ainda aparecem no painel */
html[data-theme="dark"] .table,html[data-theme="dark"] table{color:#e5e7eb!important}
html[data-theme="dark"] .table>:not(caption)>*>*,html[data-theme="dark"] th,html[data-theme="dark"] td{background:#111827!important;color:#e5e7eb!important;border-color:#293548!important}
html[data-theme="dark"] .modal-content,html[data-theme="dark"] .dropdown-menu,html[data-theme="dark"] .list-group-item{background:#111827!important;color:#e5e7eb!important;border-color:#293548!important}
html[data-theme="dark"] .form-control,html[data-theme="dark"] .form-select{background:#0f172a!important;color:#e5e7eb!important;border-color:#334155!important}
html[data-theme="dark"] .card{background:#111827!important;color:#e5e7eb!important;border-color:#293548!important}
html[data-theme="dark"] .bg-light{background:#182235!important;color:#e5e7eb!important}
html[data-theme="dark"] .text-dark{color:#f8fafc!important}
html[data-theme="dark"] .text-muted{color:#94a3b8!important}
html[data-theme="dark"] hr{border-color:#293548!important;opacity:1}

/* Evita uma tela branca antes do JavaScript aplicar o tema */
html[data-theme="dark"]{background:#0b1220!important}
