html:root,html:root[data-theme=dark]{--primary:#6366f1;--primary-d:#4f46e5;--primary-l:#a5b4fc;--primary-rgb:99,102,241;--accent:#22d3ee;--accent-l:#a5f3fc;--accent-rgb:34,211,238;--bg:#0b1020;--bg2:#111831;--bg3:#1a2344;--bg-rgb:11,16,32;--bg2-rgb:17,24,49;--text:#eef2f9;--text2:#9aa6be;--text3:#6b7790;--text-muted:#4a5570;--fg-rgb:255,255,255;--border:rgba(148,163,184,.13);--border-h:rgba(99,102,241,.5);--success:#34d399;--success-l:#6ee7b7;--warning:#fbbf24;--warning-l:#fcd34d;--danger:#f87171;--danger-l:#fca5a5;--info:#38bdf8;--info-l:#7dd3fc;--yellow-hi:#facc15;--card:rgba(255,255,255,.025);--surface-1:rgba(255,255,255,.04);--surface-2:rgba(255,255,255,.07);--shadow-sm:0 2px 8px rgba(0,0,0,.32);--shadow-md:0 14px 34px rgba(0,0,0,.42);--shadow-lg:0 32px 64px rgba(0,0,0,.55);--ring:0 0 0 3px rgba(99,102,241,.28);--radius:12px;--radius-lg:18px;--font-h:'Sora','Inter',sans-serif;--font-b:'Inter',sans-serif;color-scheme:dark}html:root[data-theme=light]{--primary:#4f46e5;--primary-d:#4338ca;--primary-l:#4f46e5;--primary-rgb:79,70,229;--accent:#0891b2;--accent-l:#0e7490;--accent-rgb:8,145,178;--bg:#f4f6fb;--bg2:#ffffff;--bg3:#eef1f8;--bg-rgb:244,246,251;--bg2-rgb:255,255,255;--text:#0f172a;--text2:#48536b;--text3:#697287;--text-muted:#94a0b4;--fg-rgb:30,41,59;--border:rgba(15,23,42,.10);--border-h:rgba(79,70,229,.42);--success:#059669;--success-l:#10b981;--warning:#d97706;--warning-l:#f59e0b;--danger:#dc2626;--danger-l:#ef4444;--info:#0284c7;--info-l:#0ea5e9;--yellow-hi:#ca8a04;--card:rgba(15,23,42,.018);--surface-1:rgba(15,23,42,.035);--surface-2:rgba(15,23,42,.065);--shadow-sm:0 1px 3px rgba(15,23,42,.09),0 1px 2px rgba(15,23,42,.05);--shadow-md:0 12px 30px rgba(15,23,42,.10);--shadow-lg:0 26px 54px rgba(15,23,42,.14);--ring:0 0 0 3px rgba(79,70,229,.22);color-scheme:light}html.ek-theme-anim,html.ek-theme-anim *,html.ek-theme-anim ::after,html.ek-theme-anim ::before{transition:background-color .32s ease,color .26s ease,border-color .32s ease,fill .32s ease,box-shadow .32s ease!important}html:root ::-webkit-scrollbar{width:11px;height:11px}html:root ::-webkit-scrollbar-track{background:0 0}html:root ::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:8px;border:2px solid transparent;background-clip:content-box}html:root ::-webkit-scrollbar-thumb:hover{background:rgba(var(--primary-rgb),.5);background-clip:content-box}html:root{scrollbar-color:var(--surface-2) transparent}::selection{background:rgba(var(--primary-rgb),.35);color:var(--text)}html:root[data-theme=light] input,html:root[data-theme=light] select,html:root[data-theme=light] textarea{color:var(--text)}html:root[data-theme=light] input::placeholder,html:root[data-theme=light] textarea::placeholder{color:var(--text-muted)}html:root[data-theme=light] .btn-ghost:hover,html:root[data-theme=light] .ch-codigo-val,html:root[data-theme=light] .ctx-item:hover,html:root[data-theme=light] .est-btn:hover,html:root[data-theme=light] .icon-btn:hover,html:root[data-theme=light] .logo-btn,html:root[data-theme=light] .mini-btn:hover,html:root[data-theme=light] .modal-close:hover,html:root[data-theme=light] .sb-curso-link:hover,html:root[data-theme=light] .sb-link:hover,html:root[data-theme=light] .tb-back:hover{color:var(--text)}.sb-empresa.has-logo{display:flex;align-items:center;gap:.75rem}.sb-empresa.has-logo .sb-empresa-txt{min-width:0;flex:1}.sb-inst-logo{width:52px;height:52px;flex-shrink:0;border-radius:12px;object-fit:contain;background:#fff;padding:5px;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.sb-empresa img{max-width:52px;max-height:52px;width:52px;height:52px;object-fit:contain}.ek-theme-toggle{position:fixed;right:20px;bottom:20px;z-index:99990;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:var(--text);background:var(--bg2);border:1px solid var(--border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s cubic-bezier(.34,1.56,.64,1),color .2s ease,border-color .2s ease,background .2s ease}.ek-theme-toggle:hover{transform:translateY(-3px) rotate(-12deg);color:var(--primary);border-color:var(--border-h)}.ek-theme-toggle:active{transform:translateY(-1px) scale(.94)}.ek-theme-toggle:focus-visible{outline:0;box-shadow:var(--shadow-md),var(--ring)}.ek-theme-toggle svg{width:21px;height:21px;display:block}.ek-theme-toggle .ek-ic{animation:ekIcoIn .35s ease}@keyframes ekIcoIn{from{opacity:0;transform:rotate(-90deg) scale(.4)}to{opacity:1;transform:rotate(0) scale(1)}}@media(max-width:560px){.ek-theme-toggle{width:44px;height:44px;right:14px;bottom:14px}.ek-theme-toggle svg{width:19px;height:19px}}@media print{.ek-theme-toggle{display:none}}