:root{--primary: #1d4ed8;--primary-dark: #1e40af;--danger: #dc2626;--danger-dark: #b91c1c;--bg: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;font-family:Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button{border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;cursor:pointer;background:var(--primary);color:#fff;transition:background .15s ease}button:hover:not(:disabled){background:var(--primary-dark)}button:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#e2e8f0;color:var(--text)}.btn-secondary:hover:not(:disabled){background:#cbd5e1}.btn-danger{background:var(--danger)}.btn-danger:hover:not(:disabled){background:var(--danger-dark)}input,select{border:1px solid var(--border);border-radius:8px;padding:.55rem .7rem;font-size:.95rem;background:#fff;color:var(--text);width:100%}input:focus,select:focus{outline:2px solid var(--primary);outline-offset:1px}label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#1d4ed8 60%,#3b82f6);padding:1rem}.login-card{background:var(--surface);border-radius:16px;padding:2.5rem 2.2rem;width:100%;max-width:380px;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 20px 50px #0f172a59}.login-logos{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-bottom:.8rem}.login-logos img{height:34px;width:auto}.login-card h1{margin:0;text-align:center;color:var(--primary-dark)}.login-subtitle{margin:0 0 1.2rem;text-align:center;color:var(--text-muted);font-weight:600;letter-spacing:.06em;text-transform:uppercase;font-size:.8rem}.login-card label{margin-top:.6rem}.login-card button{margin-top:1.2rem}.login-note{margin:.8rem 0 0;text-align:center;font-size:.78rem;color:var(--text-muted)}.app{max-width:1200px;margin:0 auto;padding:1.5rem 1.2rem 3rem}.app-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.app-header h1{margin:0;font-size:1.6rem;color:var(--primary-dark)}.app-subtitle{color:var(--text-muted);font-size:.85rem}.header-right{display:flex;align-items:center;gap:1.2rem}.header-logos{display:flex;align-items:center;gap:1rem}.header-logos img{height:30px;width:auto;display:block}@media(max-width:640px){.header-logos{display:none}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.4rem;margin-bottom:1.5rem}.panel h2{margin:0 0 1rem;font-size:1.15rem}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.panel-header h2{margin:0}.stats-grid{margin-top:1.1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.8rem}.stat-card{border:1px solid var(--border);border-left:5px solid #94a3b8;border-radius:10px;padding:.8rem 1rem;display:flex;flex-direction:column;gap:.15rem}.stat-label{font-size:.78rem;font-weight:700;color:var(--text-muted);letter-spacing:.04em}.stat-value{font-size:1.5rem;font-weight:700}.stat-breakdown{font-size:.75rem;color:var(--text-muted)}.stat-total{border-left-color:var(--primary);background:#eff6ff}.stat-card.status-ativo{border-left-color:#16a34a}.stat-card.status-publicado{border-left-color:#0891b2}.stat-card.status-pendente{border-left-color:#d97706}.stat-card.status-suspenso{border-left-color:#ea580c}.stat-card.status-inativo{border-left-color:#64748b}.stat-card.status-encerrado{border-left-color:#7c3aed}.stat-card.status-cancelado{border-left-color:var(--danger)}.search-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem;align-items:end}.search-field{display:flex;flex-direction:column;gap:.3rem}.search-field-wide{grid-column:span 2}.search-actions{display:flex;gap:.6rem}.result-count{color:var(--text-muted);font-size:.9rem}.table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:10px}table{width:100%;border-collapse:collapse;font-size:.88rem}thead{background:#f8fafc}th{text-align:left;padding:.65rem .75rem;color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:.6rem .75rem;border-bottom:1px solid var(--border)}tbody tr{cursor:pointer}tbody tr:hover{background:#eff6ff}tbody tr:last-child td{border-bottom:none}td input[type=checkbox]{width:1.05rem;height:1.05rem;cursor:pointer}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;background:#e2e8f0;color:var(--text);white-space:nowrap}.badge.status-ativo{background:#dcfce7;color:#166534}.badge.status-publicado{background:#cffafe;color:#155e75}.badge.status-pendente{background:#fef3c7;color:#92400e}.badge.status-suspenso{background:#ffedd5;color:#9a3412}.badge.status-inativo{background:#e2e8f0;color:#334155}.badge.status-encerrado{background:#ede9fe;color:#5b21b6}.badge.status-cancelado{background:#fee2e2;color:#991b1b}.log-exclusoes{background:#0f172a;color:#e2e8f0;border-radius:10px;padding:1rem;font-size:.78rem;line-height:1.7;overflow-x:auto;white-space:pre;max-height:55vh;overflow-y:auto}.alert{border-radius:8px;padding:.7rem .9rem;font-size:.88rem;margin:.8rem 0}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal{background:var(--surface);border-radius:14px;padding:1.6rem;width:100%;max-width:640px;max-height:90vh;overflow-y:auto}.modal h3{margin:0 0 1rem}.modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.7rem}.modal-field{display:flex;flex-direction:column;gap:.25rem}.modal-field input{background:#f8fafc}.modal-actions{display:flex;justify-content:flex-end;gap:.7rem;margin-top:1.2rem}
