:root{--bg: #0b172a;--panel: #11253f;--card: rgba(255,255,255,.08);--text: #eff6ff;--muted: #c7d2fe;--primary: #16b5d9;--accent: #6edb8f;--border: rgba(255,255,255,.12)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(22,181,217,.25),transparent 25%),radial-gradient(circle at bottom right,rgba(110,219,143,.18),transparent 20%),linear-gradient(135deg,#081120,#0f2742 60%,#133b63);min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;background:#ffffff0f;border:1px solid var(--border);color:#f8fafc;border-radius:14px;padding:12px 14px;margin-top:6px}input::placeholder,textarea::placeholder{color:#94a3b8}label{display:block;color:#f3f4f6}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#ffffff0f;color:#f8fafc}select option{color:#111827;background:#fff}.card label,.form label{color:#f3f4f6}.card input,.card select,.card textarea,.form input,.form select,.form textarea{color:#f8fafc}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid var(--border);text-align:left}.muted{color:var(--muted)}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card,.card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0811208c;border:1px solid var(--border);box-shadow:0 16px 40px #00000047;border-radius:28px}.login-card{width:min(460px,100%);padding:32px}.login-logo{width:220px;display:block;margin:0 auto 18px}.form{display:grid;gap:16px}.primary-btn,.ghost-btn{border:none;border-radius:14px;padding:12px 18px;cursor:pointer}.primary-btn{background:linear-gradient(90deg,var(--primary),var(--accent));color:#04111f!important;font-weight:700}.primary-btn *{color:#04111f!important}.admin-tab-btn,.admin-tab-btn *{color:inherit!important}.ghost-btn{background:#ffffff14;color:#fff}.alert{padding:12px;background:#ef44442e;border:1px solid rgba(239,68,68,.45);border-radius:12px}.processing-indicator{display:flex;align-items:center;gap:12px;margin-top:14px;padding:12px 14px;border:1px solid rgba(22,181,217,.38);border-radius:14px;background:#16b5d91f;color:#e0f7ff}.processing-indicator strong,.processing-indicator span{display:block}.processing-body{flex:1;min-width:0}.processing-indicator span{margin-top:3px;color:#c7d2fe;font-size:.92rem}.processing-spinner{width:28px;height:28px;flex:0 0 auto;border:3px solid rgba(224,247,255,.32);border-top-color:var(--accent);border-radius:50%;animation:processing-spin .85s linear infinite}@keyframes processing-spin{to{transform:rotate(360deg)}}.processing-progress-track{width:100%;height:12px;margin:10px 0 6px;overflow:hidden;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.12)}.processing-progress-bar{height:100%;min-width:3px;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .25s ease}.processing-progress-meta{display:flex;gap:12px;flex-wrap:wrap}.processing-progress-meta span{margin-top:0;color:#e0f7ff;font-weight:700}.shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{border-right:1px solid var(--border);background:#030a1473;padding:24px}.brand{display:flex;gap:14px;align-items:center;margin-bottom:28px}.brand img{width:58px;height:58px;object-fit:contain}.brand h1{margin:0;font-size:1.2rem}.brand p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.menu{display:grid;gap:10px}.menu-link{padding:12px 14px;border-radius:14px;color:#dbeafe}.menu-link.active,.menu-link:hover{background:#ffffff14}.menu-item-block{display:grid;gap:6px}.menu-link.inactive{opacity:.42;cursor:not-allowed;filter:grayscale(1)}.menu-link.inactive:hover{background:transparent}.submenu{display:grid;gap:6px;margin-left:14px;padding-left:10px;border-left:1px solid rgba(255,255,255,.12)}.submenu-link{padding:9px 12px;border-radius:12px;font-size:.92rem}.option-card{text-decoration:none;color:inherit;display:block;transition:transform .15s ease,box-shadow .15s ease}.option-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a1f}.option-card-disabled{cursor:not-allowed;opacity:.55;filter:grayscale(1)}.option-card-disabled:hover{transform:none;box-shadow:none}.option-card-status{display:inline-block;margin-top:12px;padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:.85rem;font-weight:700}.param-top-nav{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.param-top-link{padding:10px 16px;border-radius:12px;border:1px solid rgba(56,189,248,.45);background:linear-gradient(135deg,#0e749073,#0ea5e93d);color:#e0f2fe;font-weight:700;letter-spacing:.1px;box-shadow:0 6px 18px #0284c733;transition:transform .16s ease,box-shadow .2s ease,border-color .2s ease}.param-top-link.active,.param-top-link:hover{border-color:#7dd3fcf2;color:#fff;background:linear-gradient(135deg,#0369a1bf,#0284c7b3);box-shadow:0 10px 24px #0284c752;transform:translateY(-1px)}.param-top-link.inactive{opacity:.45;cursor:not-allowed;filter:grayscale(1)}.content{padding:24px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.topbar span{display:block;color:var(--muted);font-size:.9rem}.hero{padding:24px;margin-bottom:18px;border-radius:28px;background:linear-gradient(135deg,#16b5d933,#6edb8f1f);border:1px solid var(--border)}.grid.cards{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:16px;margin-bottom:18px}.stat-card h3{font-size:2rem;margin:10px 0 0}.chips{display:flex;gap:10px;flex-wrap:wrap}.chip{border-radius:999px;padding:8px 12px;background:#ffffff14;border:1px solid var(--border)}.dia-lectivo-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #cbd5e1;margin-bottom:10px;cursor:pointer}.dia-lectivo-item input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#16b5d9;flex-shrink:0}.dia-lectivo-item span{color:#111827;font-weight:600}.card div[style*="background: #ffffff"],.card div[style*="background:#ffffff"],.card div[style*="background: rgb(255, 255, 255)"],.card div[style*="background: #fff"],.card div[style*="background:#fff"],.card div[style*="background: white"],.card div[style*="background:white"],.card div[style*="background: #f8fafc"],.card div[style*="background:#f8fafc"],.card div[style*="background: #ffffff"] *,.card div[style*="background:#ffffff"] *,.card div[style*="background: rgb(255, 255, 255)"] *,.card div[style*="background: #fff"] *,.card div[style*="background:#fff"] *,.card div[style*="background: white"] *,.card div[style*="background:white"] *,.card div[style*="background: #f8fafc"] *,.card div[style*="background:#f8fafc"] *,.card button[style*="background: #ffffff"],.card button[style*="background:#ffffff"],.card button[style*="background: rgb(255, 255, 255)"],.card button[style*="background: #fff"],.card button[style*="background:#fff"],.card button[style*="background: white"],.card button[style*="background:white"],.card button[style*="background: #ffffff"] *,.card button[style*="background:#ffffff"] *,.card button[style*="background: rgb(255, 255, 255)"] *,.card button[style*="background: #fff"] *,.card button[style*="background:#fff"] *,.card button[style*="background: white"] *,.card button[style*="background:white"] *,button[style*="background: #ffffff"],button[style*="background:#ffffff"],button[style*="background: rgb(255, 255, 255)"],button[style*="background: #fff"],button[style*="background:#fff"],button[style*="background: white"],button[style*="background:white"],button[style*="background: #ffffff"] *,button[style*="background:#ffffff"] *,button[style*="background: rgb(255, 255, 255)"] *,button[style*="background: #fff"] *,button[style*="background:#fff"] *,button[style*="background: white"] *,button[style*="background:white"] *{color:#0f172a!important}.card div[style*="background: #ffffff"] input,.card div[style*="background:#ffffff"] input,.card div[style*="background: rgb(255, 255, 255)"] input,.card div[style*="background: #fff"] input,.card div[style*="background:#fff"] input,.card div[style*="background: #f8fafc"] input,.card div[style*="background:#f8fafc"] input,.card div[style*="background: #ffffff"] select,.card div[style*="background:#ffffff"] select,.card div[style*="background: rgb(255, 255, 255)"] select,.card div[style*="background: #fff"] select,.card div[style*="background:#fff"] select,.card div[style*="background: #f8fafc"] select,.card div[style*="background:#f8fafc"] select,.card div[style*="background: #ffffff"] textarea,.card div[style*="background:#ffffff"] textarea,.card div[style*="background: rgb(255, 255, 255)"] textarea,.card div[style*="background: #fff"] textarea,.card div[style*="background:#fff"] textarea,.card div[style*="background: #f8fafc"] textarea,.card div[style*="background:#f8fafc"] textarea{background:#fff!important;color:#0f172a!important;border:1px solid #cbd5e1!important}.card div[style*="background: #ffffff"] input::placeholder,.card div[style*="background:#ffffff"] input::placeholder,.card div[style*="background: rgb(255, 255, 255)"] input::placeholder,.card div[style*="background: #fff"] input::placeholder,.card div[style*="background:#fff"] input::placeholder,.card div[style*="background: #f8fafc"] input::placeholder,.card div[style*="background:#f8fafc"] input::placeholder,.card div[style*="background: #ffffff"] textarea::placeholder,.card div[style*="background:#ffffff"] textarea::placeholder,.card div[style*="background: rgb(255, 255, 255)"] textarea::placeholder,.card div[style*="background: #fff"] textarea::placeholder,.card div[style*="background:#fff"] textarea::placeholder,.card div[style*="background: #f8fafc"] textarea::placeholder,.card div[style*="background:#f8fafc"] textarea::placeholder{color:#64748b!important;opacity:1!important}.card>form input,.card>form select,.card>form textarea{background:#ffffff0f;color:#f8fafc;border:1px solid var(--border)}table,table th,table td,table th *,table td *{color:#e5edf8}table input{background:#122033!important;color:#f8fafc!important;border:1px solid #94a3b8!important}div[style*="background: #ffffff"] input,div[style*="background:#ffffff"] input,div[style*="background: rgb(255, 255, 255)"] input,div[style*="background: #fff"] input,div[style*="background:#fff"] input,div[style*="background: #f8fafc"] input,div[style*="background:#f8fafc"] input,div[style*="background: #ffffff"] select,div[style*="background:#ffffff"] select,div[style*="background: rgb(255, 255, 255)"] select,div[style*="background: #fff"] select,div[style*="background:#fff"] select,div[style*="background: #f8fafc"] select,div[style*="background:#f8fafc"] select,div[style*="background: #ffffff"] textarea,div[style*="background:#ffffff"] textarea,div[style*="background: rgb(255, 255, 255)"] textarea,div[style*="background: #fff"] textarea,div[style*="background:#fff"] textarea,div[style*="background: #f8fafc"] textarea,div[style*="background:#f8fafc"] textarea{background:#fff!important;color:#0f172a!important}@media(max-width:980px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.grid.cards,.two-col{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media(max-width:900px){.grid-3{grid-template-columns:1fr}}
