html,body,#root{height:100%;width:100%;margin:0;padding:0}body{display:block;min-height:100%;background:transparent;color:#111827;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.login-body{font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#1e3a8a,#1e40af 30%,#3b82f6 70%,#60a5fa);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.login-body:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(59,130,246,.03) 0%,transparent 50%);pointer-events:none}.login-container{background:#fffffff7;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:24px;box-shadow:0 35px 60px -15px #1e3a8a66,0 0 0 1px #fff9,inset 0 1px #fffc;padding:56px 48px;width:100%;max-width:440px;text-align:center;position:relative;z-index:1;border:1px solid rgba(255,255,255,.2)}.university-badge{display:inline-block;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:.05em;margin-bottom:24px;text-transform:uppercase;box-shadow:0 8px 20px #1e3a8a4d}.unicen-logo-wrapper{margin-bottom:18px;display:flex;justify-content:center}.unicen-logo{height:120px;width:auto;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(30,58,138,.25))}.logo{font-size:2.8rem;font-weight:900;background:linear-gradient(135deg,#1e3a8a,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-.03em}.subtitle{color:#475569;font-size:1.15rem;font-weight:600;margin-bottom:44px;line-height:1.6}.input-group{position:relative;margin-bottom:28px}.input-icon{position:absolute;left:24px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.25rem;z-index:2}.login-container input{width:100%;padding:22px 24px 22px 64px;border:2px solid #e2e8f0;border-radius:20px;font-size:1rem;font-weight:500;background:linear-gradient(145deg,#fafbff,#f8fafc);transition:all .3s cubic-bezier(.4,0,.2,1);outline:none}.login-container input:focus{border-color:#1e40af;background:#fff;box-shadow:0 0 0 4px #1e40af1a,0 8px 25px #1e40af26;transform:translateY(-1px)}.login-container input::placeholder{color:#9ca3af;font-weight:400}.alert-error{margin-top:-8px;margin-bottom:18px;padding:12px 14px;border-radius:14px;background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#991b1b;font-weight:700;font-size:.95rem;text-align:left}.login-btn{width:100%;padding:22px;background:linear-gradient(135deg,#1e40af,#1d4ed8);color:#fff;border:none;border-radius:20px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:28px;letter-spacing:.025em;position:relative;overflow:hidden}.login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.login-btn:hover:not(:disabled):before{left:100%}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 35px #1e40af66}.login-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.btn-success{background:#059669!important}.links{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.link{color:#64748b;text-decoration:none;font-size:.98rem;font-weight:600;transition:all .2s ease;position:relative}.link:hover{color:#1e40af;transform:translate(4px)}.footer-text{padding-top:28px;border-top:1px solid #e2e8f0;color:#6b7280;font-size:.92rem;font-weight:600;letter-spacing:.025em}@media(max-width:520px){.login-container{padding:44px 22px;border-radius:22px}.logo{font-size:2.4rem}}*{margin:0;padding:0;box-sizing:border-box}.admin-shell{min-height:100vh;background:linear-gradient(135deg,#1e3a8a,#1e40af 30%,#3b82f6 70%,#60a5fa);overflow-x:hidden;font-family:Inter,system-ui,sans-serif;color:#1f2937}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:#fffffff7;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 35px 60px -15px #1e3a8a66;padding:32px 24px;transition:transform .3s ease;z-index:1000;overflow-y:auto;display:flex;flex-direction:column}.sidebar-header{display:flex;align-items:center;gap:12px;margin-bottom:48px}.sidebar-logo{font-size:1.8rem;font-weight:900;background:linear-gradient(135deg,#1e3a8a,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.role-badge{font-size:.85rem;padding:4px 12px;border-radius:20px;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;font-weight:800}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.nav-link{display:flex;align-items:center;gap:16px;padding:16px 20px;color:#475569;text-decoration:none;font-weight:600;font-size:1rem;border-radius:16px;transition:all .3s ease}.nav-link:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;transform:translate(4px);box-shadow:0 4px 12px #1e40af1a}.nav-icon{font-size:1.25rem}.main-content{margin-left:280px;padding:48px;min-height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-title{font-size:2.5rem;font-weight:800;color:#1e3a8a;margin-bottom:32px}.indicators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.indicator-card{background:#fff;border-radius:24px;box-shadow:0 20px 40px #1e3a8a1a;padding:32px;transition:all .3s ease}.indicator-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px #1e3a8a33}.card-title{font-size:1.25rem;font-weight:700;color:#1e40af;margin-bottom:24px}.card-value{font-size:2.5rem;font-weight:800;color:#1e3a8a;margin-bottom:16px}.card-description{color:#64748b;font-size:1rem;line-height:1.6}.chart-placeholder{height:150px;background:#eff6ff;border-radius:12px;margin-top:16px;position:relative;overflow:hidden}.chart-bar{position:absolute;bottom:0;background:linear-gradient(0deg,#1e40af,#3b82f6);width:40px;height:0%;transition:height .9s ease;border-radius:10px 10px 0 0}.chart-bar.light{background:#60a5fa}.weak-list{list-style:none;padding:0;color:#64748b;font-size:1rem;line-height:1.9;font-weight:600;margin-bottom:8px}.pie{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:conic-gradient(#1e40af 0% 45%,#3b82f6 45% 52%,#60a5fa 52% 58%,#eff6ff 58% 100%)}.menu-toggle,.overlay{display:none}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:72px 18px 24px;border-radius:0}.dashboard-title{font-size:2rem}.menu-toggle{display:block;position:fixed;top:18px;left:18px;z-index:1100;background:#fff;border:none;padding:12px 14px;border-radius:12px;cursor:pointer;box-shadow:0 10px 25px #1e3a8a2e;font-size:18px}.overlay{display:block;position:fixed;inset:0;z-index:900;background:#0f172a59}}.sidebar-header{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:48px}.sidebar-logo-wrapper{width:100%;display:flex;justify-content:flex-start}.sidebar-unicen-logo{height:55px;width:auto;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(30,58,138,.25))}.sidebar-title-block{display:flex;align-items:center;gap:12px}.dashboard-loading,.dashboard-error{background:#fff;border-radius:16px;padding:20px;font-weight:800;color:#24406f;box-shadow:0 8px 24px #0000000f}.chart-placeholder{position:relative;height:120px;background:#eef3fb;border-radius:14px;overflow:hidden;margin-top:14px}.chart-bar{position:absolute;bottom:0;width:30px;border-radius:10px 10px 0 0;background:linear-gradient(180deg,#3b82f6,#1e40af);transition:height .5s ease}.chart-bar.light{background:linear-gradient(180deg,#60a5fa,#3b82f6)}.sem-labels{margin-top:10px;display:flex;justify-content:space-around;color:#64748b;font-weight:800;font-size:13px}.career-label{position:absolute;bottom:6px;transform:translate(-20%);font-size:11px;font-weight:800;color:#64748b}.weak-mini-bars{margin-top:12px;display:flex;flex-direction:column;gap:8px}.weak-mini-row{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:8px;font-size:12px;font-weight:800;color:#475569}.weak-mini-track{height:10px;background:#e5edf9;border-radius:999px;overflow:hidden}.weak-mini-fill{height:100%;background:linear-gradient(90deg,#60a5fa,#1e40af);border-radius:999px}.dashboard-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.dashboard-subtitle{color:#64748b;font-size:1rem;line-height:1.5;margin-top:-18px;margin-bottom:0}.dashboard-refresh-btn,.dashboard-apply-btn,.dashboard-clear-btn{border:none;border-radius:14px;padding:12px 16px;font-weight:800;cursor:pointer}.dashboard-refresh-btn,.dashboard-apply-btn{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff}.dashboard-clear-btn{background:#eef3fb;color:#24406f}.dashboard-filters{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:16px;background:#fff;border-radius:20px;padding:20px;box-shadow:0 12px 28px #1e3a8a14;margin-bottom:24px}.dashboard-filter-field{display:flex;flex-direction:column;gap:8px}.dashboard-filter-field label{color:#1e3a8a;font-weight:800;font-size:.95rem}.dashboard-filter-field input,.dashboard-filter-field select{border:1px solid #dbeafe;border-radius:12px;padding:12px 14px;font-size:.95rem;font-weight:600;color:#334155;background:#f8fbff}.dashboard-filter-actions{display:flex;gap:10px;align-items:flex-end}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:20px;margin-bottom:28px}.kpi-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 24px #1e3a8a14;border:1px solid rgba(59,130,246,.08)}.kpi-label{display:block;color:#64748b;font-weight:700;font-size:.95rem;margin-bottom:8px}.kpi-value{color:#1e3a8a;font-size:2rem;font-weight:900}.indicator-card-wide{grid-column:span 2}.chart-placeholder.bars-with-labels{padding-bottom:28px}.bar-bottom-label{position:absolute;bottom:6px;transform:translate(-8%);font-size:11px;font-weight:800;color:#475569;white-space:nowrap}.pie-card-wrap{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;margin-top:14px}.pie-chart-real{width:140px;height:140px;border-radius:50%;box-shadow:inset 0 0 0 14px #fff;border:10px solid #eef3fb}.pie-legend{display:flex;flex-direction:column;gap:12px}.pie-legend-item{display:flex;align-items:center;gap:10px;color:#475569;font-weight:700;font-size:.95rem}.legend-dot{width:14px;height:14px;border-radius:50%}.legend-basico{background:#1e40af}.legend-funcional{background:#3b82f6}.legend-avanzado{background:#93c5fd}.weak-mini-row{display:grid;grid-template-columns:170px 1fr 52px;align-items:center;gap:10px;font-size:12px;font-weight:800;color:#475569}@media(max-width:1200px){.dashboard-filters{grid-template-columns:1fr 1fr}.dashboard-filter-actions{grid-column:span 2}.kpi-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.indicator-card-wide{grid-column:span 1}}@media(max-width:768px){.dashboard-head{flex-direction:column;align-items:stretch}.dashboard-filters{grid-template-columns:1fr}.dashboard-filter-actions{grid-column:span 1;flex-direction:column;align-items:stretch}.kpi-grid{grid-template-columns:1fr}.pie-card-wrap{grid-template-columns:1fr;justify-items:center}.weak-mini-row{grid-template-columns:1fr}}.kpi-grid-strong{margin-bottom:28px}.dashboard-analytics-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:22px;margin-bottom:24px}.analytics-card{background:#fff;border-radius:20px;padding:22px;box-shadow:0 12px 28px #1e3a8a14;border:1px solid rgba(59,130,246,.08)}.analytics-card-large{min-height:380px}.analytics-head h2{margin:0 0 8px;color:#1e3a8a;font-size:1.3rem;font-weight:900}.analytics-head p{margin:0 0 18px;color:#64748b;line-height:1.5;font-weight:600}.pie-card-wrap-big{grid-template-columns:220px 1fr;gap:24px;margin-top:8px}.pie-chart-real-big{width:200px;height:200px;border:14px solid #eef3fb;box-shadow:inset 0 0 0 20px #fff}.pie-legend-big .pie-legend-item{justify-content:space-between;padding:10px 12px;background:#f8fbff;border-radius:12px}.big-bars-chart{height:100%;display:flex;flex-direction:column;justify-content:space-between}.big-bars-plot{height:260px;display:flex;align-items:flex-end;justify-content:space-evenly;gap:30px;background:#eef3fb;border-radius:18px;padding:24px}.big-bar-group{width:120px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.big-bar{width:58px;border-radius:16px 16px 0 0;background:linear-gradient(180deg,#3b82f6,#1e40af);min-height:10px}.big-bar.light{background:linear-gradient(180deg,#60a5fa,#3b82f6)}.big-bar-value{margin-top:12px;color:#1e3a8a;font-weight:900;font-size:1rem}.big-bar-label{margin-top:4px;color:#64748b;font-weight:800}.big-bars-foot{margin-top:16px;color:#334155;font-weight:800}.dashboard-bottom-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;margin-bottom:24px}.career-horizontal-chart{display:flex;flex-direction:column;gap:12px}.career-row{display:grid;grid-template-columns:180px 1fr 64px;gap:12px;align-items:center}.career-row-label{color:#334155;font-weight:800;font-size:.94rem}.career-row-track{height:14px;border-radius:999px;background:#e8f0fb;overflow:hidden}.career-row-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#1e40af)}.career-row-value{color:#1e3a8a;font-weight:900;text-align:right}.table-card{margin-top:0}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{width:100%;border-collapse:collapse;min-width:880px}.dashboard-table thead th{text-align:left;padding:14px 12px;font-size:.92rem;color:#1e3a8a;border-bottom:2px solid #e5edf9}.dashboard-table tbody td{padding:14px 12px;border-bottom:1px solid #eef3fb;color:#334155;font-weight:600}.dashboard-table tbody tr:hover{background:#f8fbff}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 12px;font-size:.82rem;font-weight:900}.status-pill.success{background:#dcfce7;color:#166534}.status-pill.warning{background:#fef3c7;color:#92400e}.status-pill.danger{background:#fee2e2;color:#991b1b}@media(max-width:1200px){.dashboard-analytics-grid,.dashboard-bottom-grid{grid-template-columns:1fr}.pie-card-wrap-big{grid-template-columns:1fr;justify-items:center}}@media(max-width:768px){.career-row{grid-template-columns:1fr}.big-bars-plot{height:auto;min-height:240px}}.status-cell{display:flex;flex-direction:column;gap:6px}.status-help{color:#64748b;font-size:.78rem;font-weight:700;line-height:1.25}.status-legend{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px 18px}.status-legend-item{display:flex;align-items:center;gap:8px;color:#475569;font-size:.88rem;font-weight:700}.dashboard-analytics-grid,.dashboard-bottom-grid{align-items:stretch}.analytics-card{background:#fff;border-radius:20px;padding:22px;box-shadow:0 12px 28px #1e3a8a14;border:1px solid rgba(59,130,246,.08);overflow:hidden}.analytics-card-large{min-height:auto;display:flex;flex-direction:column}.big-bars-chart{display:flex;flex-direction:column;gap:16px;min-height:320px}.big-bars-plot{min-height:260px;display:flex;align-items:flex-end;justify-content:space-evenly;gap:30px;background:#eef3fb;border-radius:18px;padding:24px}.big-bars-foot{margin-top:8px;padding-top:10px;border-top:1px solid #e5edf9;color:#334155;font-weight:800;line-height:1.4;position:static}.ged-wrap{width:100%}.ged-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.ged-title{font-size:2.1rem;font-weight:900;color:#1e3a8a;letter-spacing:-.02em;margin:0 0 6px}.ged-subtitle{margin:0;color:#64748b;font-weight:600;line-height:1.6}.ged-actions{display:flex;gap:10px;flex-wrap:wrap}.ged-btn-primary,.ged-btn-secondary{border:none;border-radius:14px;padding:12px 14px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.ged-btn-primary{color:#fff;background:linear-gradient(135deg,#1e40af,#1d4ed8);box-shadow:0 12px 24px #1e40af2e}.ged-btn-secondary{background:#fff;color:#1e40af;border:1px solid #e2e8f0}.ged-btn-primary:hover,.ged-btn-secondary:hover{transform:translateY(-1px);box-shadow:0 16px 28px #1e3a8a2e}.ged-grid{display:grid;grid-template-columns:320px 1fr;gap:18px}.ged-tab:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);transform:translate(2px);border-color:#1e40af1a}.ged-tab.active{background:linear-gradient(135deg,#1e40af,#1d4ed8);color:#fff;border-color:#ffffff40}.ged-hint{margin-top:14px;padding:12px;border-radius:14px;background:#1e40af0f;border:1px solid rgba(30,64,175,.12)}.ged-hint-title{font-weight:900;color:#1e40af;margin-bottom:6px}.ged-hint-text{color:#475569;font-weight:650;line-height:1.55}.ged-content{min-width:0}.ged-panel{background:#ffffffeb;border:1px solid rgba(226,232,240,.9);border-radius:18px;padding:18px;box-shadow:0 16px 30px #1e3a8a1a}.ged-panel-head{margin-bottom:14px}.ged-panel-kicker{color:#1e40af;font-weight:900;margin-bottom:6px}.ged-panel-title{margin:0 0 8px;font-size:1.4rem;font-weight:900;color:#0f172a}.ged-panel-desc{margin:0;color:#64748b;font-weight:650;line-height:1.6}.ged-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.ged-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.ged-card-title{color:#64748b;font-weight:800;font-size:.9rem;margin-bottom:6px}.ged-card-value{color:#1e3a8a;font-weight:950;font-size:1.2rem;margin-bottom:4px}.ged-card-note{color:#94a3b8;font-weight:700;font-size:.86rem}.ged-placeholder{margin-top:14px}.ged-placeholder-box{background:#eff6ff;border:1px dashed rgba(30,64,175,.35);border-radius:16px;padding:16px}.ged-placeholder-title{font-weight:950;color:#1e40af;margin-bottom:6px}.ged-placeholder-text{color:#475569;font-weight:650;line-height:1.55}.ged-placeholder-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}.ged-chip{border:1px solid rgba(30,64,175,.18);background:#ffffffbf;padding:10px 12px;border-radius:999px;font-weight:900;color:#1e40af;cursor:pointer}.ged-footer{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.ged-footer-pill{background:#0f172a0a;border:1px solid rgba(15,23,42,.06);color:#334155;font-weight:850;padding:8px 10px;border-radius:999px;font-size:.9rem}@media(max-width:1024px){.ged-grid{grid-template-columns:1fr}.ged-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.ged-head{flex-direction:column;align-items:stretch}.ged-actions,.ged-btn-primary,.ged-btn-secondary{width:100%}.ged-cards{grid-template-columns:1fr}.ged-title{font-size:1.75rem}}.ged-menu{background:#fffffff0;border:1px solid rgba(226,232,240,.95);border-radius:22px;padding:14px;box-shadow:0 18px 38px #1e3a8a1a;position:sticky;top:18px;height:fit-content}.ged-menu-title{display:flex;align-items:center;justify-content:space-between;color:#0f172a;font-weight:950;margin-bottom:12px;padding:6px 8px 10px;letter-spacing:-.01em}.ged-tabs{display:flex;flex-direction:column;gap:10px}.ged-tab{width:100%;display:grid;grid-template-columns:40px 1fr 18px;align-items:center;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#fffffffa,#f8fafceb);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;text-align:left}.ged-tab:hover{transform:translateY(-1px);border-color:#1e40af33;box-shadow:0 14px 26px #1e3a8a1f}.ged-tab:active{transform:translateY(0)}.ged-tab-badge{height:40px;width:40px;border-radius:14px;display:grid;place-items:center;font-size:1.1rem;background:#1e40af14;border:1px solid rgba(30,64,175,.12);color:#1e40af}.ged-tab-body{display:flex;flex-direction:column;gap:2px;min-width:0}.ged-tab-title{font-weight:950;color:#0f172a;font-size:.98rem;line-height:1.2}.ged-tab-meta{color:#64748b;font-weight:700;font-size:.82rem;line-height:1.2}.ged-tab-arrow{font-size:18px;color:#94a3b8;font-weight:900;justify-self:end;transition:transform .18s ease,color .18s ease}.ged-tab:hover .ged-tab-arrow{transform:translate(2px);color:#1e40af}.ged-tab.active{border-color:#1e40af40;background:linear-gradient(135deg,#1e40af1a,#3b82f614);box-shadow:0 18px 34px #1e3a8a24;position:relative}.ged-tab.active:before{content:"";position:absolute;left:8px;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(180deg,#1e40af,#3b82f6)}.ged-tab.active .ged-tab-badge{background:linear-gradient(135deg,#1e40af,#1d4ed8);border-color:#ffffff40;color:#fff;box-shadow:0 14px 26px #1e40af38}.ged-tab.active .ged-tab-title{color:#1e3a8a}.ged-tab.active .ged-tab-meta{color:#475569}.ged-tab.active .ged-tab-arrow{color:#1e40af}@media(max-width:1024px){.ged-menu{position:relative;top:0}}@media(max-width:720px){.ged-tabs{gap:8px}.ged-tab{grid-template-columns:36px 1fr 14px;padding:12px;border-radius:16px}.ged-tab-badge{height:36px;width:36px;border-radius:12px}.ged-tab-meta{display:none}}.ged2-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.ged2-head-left{display:flex;flex-direction:column;gap:10px;min-width:0}.ged2-back-btn{align-self:flex-start;background:#1e40af14;border:1px solid rgba(30,64,175,.18);color:#1e40af;font-weight:900;padding:8px 14px;border-radius:999px;cursor:pointer;transition:all .2s ease}.ged2-back-btn:hover{background:linear-gradient(135deg,#1e40af,#1d4ed8);color:#fff;box-shadow:0 12px 22px #1e3a8a2e;transform:translateY(-1px)}@media(max-width:640px){.ged2-head{flex-direction:column;align-items:stretch}.ged2-actions,.ged2-btn{width:100%}}.ged-wrap{padding:24px;font-family:Inter,system-ui,sans-serif}.ged-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.ged-title{margin:0;font-size:34px;font-weight:950;color:#0f172a;letter-spacing:-.02em}.ged-subtitle{margin:6px 0 0;color:#64748b;font-weight:700}.ged-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.ged-btn{height:40px;padding:0 14px;border-radius:14px;border:1px solid rgba(226,232,240,.95);background:#fff;font-weight:900;cursor:pointer}.ged-btn:hover{box-shadow:0 12px 22px #1e3a8a1a;border-color:#1e40af40}.ged-btn-ghost{background:#ffffffd9}.ged-btn-soft{background:#eff6ffcc}.ged-btn-primary{background:linear-gradient(135deg,#1e40af,#1d4ed8);color:#fff;border:0}.ged-btn-primary-alt{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;border:0}.ged-grid{display:grid;grid-template-columns:280px 1fr;gap:16px;margin-top:16px;align-items:start}.ged-left-card,.ged-main-card{background:#fffffff2;border:1px solid rgba(226,232,240,.95);border-radius:22px;box-shadow:0 18px 38px #1e3a8a1a}.ged-left-card{padding:14px}.ged-left-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.ged-left-head h3{margin:0;color:#0f172a;font-weight:950}.ged-left-pill{padding:6px 10px;border-radius:999px;background:#1e40af14;color:#1e40af;font-weight:950;font-size:12px}.ged-mod-list{display:flex;flex-direction:column;gap:10px}.ged-mod{width:100%;text-align:left;display:flex;align-items:center;gap:10px;padding:12px;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:#fff;cursor:pointer}.ged-mod:hover{background:#eff6ffcc;border-color:#1e40af2e}.ged-mod.active{background:#eff6fff2;border-color:#1e40af47;box-shadow:0 14px 28px #1e3a8a1a}.ged-mod-ico{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#94a3b82e;font-size:18px}.ged-mod-title{font-weight:950;color:#0f172a;line-height:1.1}.ged-mod-desc{font-weight:800;color:#64748b;font-size:12px;margin-top:4px}.ged-mod-arrow{margin-left:auto;font-size:20px;color:#94a3b8;font-weight:900}.ged-tip{margin-top:12px;padding:12px;border-radius:16px;background:#eff6ffbf;border:1px solid rgba(30,64,175,.12)}.ged-tip b{color:#0f172a}.ged-tip p{margin:6px 0 0;color:#475569;font-weight:800;font-size:12px;line-height:1.4}.ged-main-card{padding:16px}.ged-main-head-badge{display:inline-flex;align-items:center;gap:8px;font-weight:950;color:#1e40af;background:#1e40af14;border:1px solid rgba(30,64,175,.12);padding:6px 10px;border-radius:999px;font-size:12px}.ged-main-title{margin:10px 0 0;font-size:22px;font-weight:950;color:#0f172a}.ged-main-sub{margin:6px 0 0;color:#64748b;font-weight:800}.ged-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.ged-kpi{border-radius:16px;padding:12px;border:1px solid rgba(226,232,240,.95);background:#fff}.ged-kpi-label{color:#475569;font-weight:900;font-size:12px}.ged-kpi-value{color:#1e3a8a;font-weight:950;font-size:18px;margin-top:4px}.ged-kpi-hint{color:#94a3b8;font-weight:900;font-size:12px;margin-top:2px}.ged-work{margin-top:12px;border-radius:18px;padding:14px;background:#eff6ffb3;border:1px dashed rgba(30,64,175,.28)}.ged-work-title{font-weight:950;color:#1e3a8a}.ged-work-text{margin-top:6px;color:#334155;font-weight:800}.ged-work-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.ged-chip{height:38px;padding:0 12px;border-radius:999px;border:1px solid rgba(226,232,240,.95);background:#fff;font-weight:900;cursor:pointer}.ged-chip:hover{border-color:#1e40af40}.ged-steps{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}.ged-step{padding:8px 10px;border-radius:999px;border:1px solid rgba(226,232,240,.95);background:#fff;font-weight:950;color:#334155;font-size:12px}.ged-step.on{background:#1e40af14;border-color:#1e40af40;color:#1e40af}@media(max-width:980px){.ged-grid{grid-template-columns:1fr}.ged-actions{justify-content:flex-start}.ged-kpis{grid-template-columns:1fr}}.ged-modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 18px 12px;border-bottom:1px solid #e2e8f0}.ged-modal-title{margin:0;color:#0f2a66;font-weight:900;font-size:1.1rem}.ged-modal-close{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:8px 10px;cursor:pointer;font-weight:900}.ged-modal-col{min-width:0}.ged-modal-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 12px 28px #1e3a8a14;padding:14px}.ged-modal-card-title{font-weight:900;color:#1e40af;margin-bottom:10px}.ged-modal-foot{padding:12px 18px 18px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.ged-muted{color:#64748b;font-weight:600}.ged-error{background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#991b1b;border-radius:12px;padding:10px 12px;font-weight:800}.ged-table-wrap{overflow:auto;border-radius:14px;border:1px solid #eef2ff}.ged-table{width:100%;border-collapse:collapse;font-size:.92rem}.ged-table thead th{text-align:left;padding:10px;background:#f8fafc;color:#0f2a66;font-weight:900;border-bottom:1px solid #e2e8f0;white-space:nowrap}.ged-table tbody td{padding:10px;border-bottom:1px solid #f1f5f9;color:#334155;font-weight:600;white-space:nowrap}.ged-table tbody tr:hover{background:#f8fafc}.ged-table tbody tr.is-active{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.td-ellipsis{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ged-level{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-weight:900;font-size:.78rem;border:1px solid #e2e8f0}.ged-level.basico{background:#f59e0b1a;color:#92400e;border-color:#f59e0b40}.ged-level.funcional{background:#3b82f61a;color:#1e40af;border-color:#3b82f638}.ged-level.avanzado{background:#10b9811f;color:#065f46;border-color:#10b98140}.ged-mini{border:1px solid #dbeafe;background:#eff6ff;color:#1e40af;border-radius:10px;padding:6px 10px;cursor:pointer;font-weight:900}.ged-mini:hover{background:#dbeafe}.ged-detail-top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px}.ged-detail-kpi{border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px;background:#fff}.ged-detail-kpi span{display:block;color:#64748b;font-weight:700;font-size:.85rem}.ged-detail-kpi b{display:block;margin-top:2px;color:#0f2a66;font-weight:900}.ged-resp-list{display:flex;flex-direction:column;gap:10px;max-height:52vh;overflow:auto;padding-right:2px}.ged-resp{border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px;background:#fff}.ged-resp-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.ged-resp-num{font-weight:900;color:#1e40af}.ged-resp-val{color:#334155;font-weight:800}.ged-resp-text{color:#334155;font-weight:650;line-height:1.5}@media(max-width:980px){.ged-modal-body{grid-template-columns:1fr}.td-ellipsis{max-width:180px}}.ged-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.ged-modal{width:min(980px,100%);max-height:86vh;overflow:auto;background:#fffffffa;border-radius:18px;box-shadow:0 30px 80px #1e3a8a59;border:1px solid rgba(226,232,240,.9)}.ged-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 18px 12px;border-bottom:1px solid #e2e8f0}.ged-modal-title{margin:0;color:#0f172a;font-size:1.15rem;font-weight:900}.ged-modal-sub{margin:6px 0 0;color:#64748b;font-weight:600;font-size:.95rem}.ged-modal-close{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:900}.ged-modal-body{padding:16px 18px 18px}.ged-det-kpi{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:10px 12px}.ged-det-kpi span{display:block;color:#64748b;font-size:.82rem;font-weight:800;margin-bottom:3px}.ged-det-kpi b{color:#0f172a;font-size:.98rem;font-weight:900}.ged-det-tablewrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.ged-det-table{width:100%;border-collapse:collapse}.ged-det-table thead th{text-align:left;padding:12px;background:#eff6ff;color:#1e3a8a;font-weight:900;font-size:.92rem}.ged-det-table tbody td{padding:12px;border-top:1px solid #eef2f7;color:#0f172a;font-weight:600;vertical-align:top}.ged-det-pill{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:28px;padding:0 10px;border-radius:999px;background:#dbeafe;color:#1e40af;font-weight:900}@media(max-width:900px){.ged-det-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}.ged-modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.ged-modal{width:min(1080px,100%);max-height:88vh;background:#fffffffa;border-radius:22px;box-shadow:0 40px 90px #1e3a8a59;border:1px solid rgba(226,232,240,.95);overflow:hidden;display:flex;flex-direction:column}.ged-modal-head{position:sticky;top:0;z-index:2;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 18px 12px;border-bottom:1px solid #e2e8f0}.ged-modal-title{margin:0;color:#0f172a;font-size:1.15rem;font-weight:950;letter-spacing:-.01em}.ged-modal-sub{margin:6px 0 0;color:#64748b;font-weight:700;font-size:.95rem}.ged-modal-close{border:1px solid rgba(226,232,240,.95);background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:950;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ged-modal-close:hover{transform:translateY(-1px);border-color:#1e40af40;box-shadow:0 14px 24px #1e3a8a1f}.ged-modal-body{padding:16px 18px 18px;overflow:auto}.ged-det-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:14px}.ged-det-kpi{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(226,232,240,.95);border-radius:16px;padding:12px;box-shadow:0 10px 22px #1e3a8a0f}.ged-det-kpi span{display:block;color:#64748b;font-size:.82rem;font-weight:900;margin-bottom:4px}.ged-det-kpi b{color:#0f172a;font-size:1rem;font-weight:950}.ged-det-tablewrap{background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:16px;overflow:auto;max-height:46vh;box-shadow:0 12px 26px #1e3a8a0f}.ged-det-table{width:100%;border-collapse:separate;border-spacing:0}.ged-det-table thead th{position:sticky;top:0;z-index:1;text-align:left;padding:12px;background:#eff6ff;color:#1e3a8a;font-weight:950;font-size:.92rem;border-bottom:1px solid rgba(226,232,240,.95)}.ged-det-table tbody td{padding:12px;border-top:1px solid #eef2f7;color:#0f172a;font-weight:650;vertical-align:top}.ged-det-table tbody tr:hover{background:#eff6ffb3}.ged-det-table tbody td:first-child{width:56px;color:#1e40af;font-weight:950}.ged-det-pill{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:28px;padding:0 10px;border-radius:999px;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1e40af;font-weight:950;border:1px solid rgba(30,64,175,.18)}.ged-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:14px;flex-wrap:wrap}@media(max-width:960px){.ged-det-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.ged-det-tablewrap{max-height:52vh}}.ged-mat-filters{display:flex;gap:12px;flex-wrap:wrap}.ged-mat-field select,.ged-mat-field input{height:40px;border-radius:14px;border:1px solid rgba(226,232,240,.95);background:#fff;padding:0 12px;font-weight:800;color:#0f172a;outline:none}.ged-mat-field select:focus,.ged-mat-field input:focus{border-color:#1e40af59;box-shadow:0 0 0 4px #3b82f61f}.ged-mat-tablewrap{background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:16px;overflow:hidden;box-shadow:0 14px 28px #1e3a8a1a}.ged-mat-table thead th{text-align:left;padding:12px;background:#eff6ffe6;color:#1e3a8a;font-weight:950;font-size:13px}.ged-mat-table tbody td{padding:12px;border-top:1px solid #eef2f7;color:#0f172a;font-weight:750;vertical-align:middle}.ged-mat-table tbody tr:hover{background:#f8fafc}.ged-mat-course{display:flex;flex-direction:column;gap:2px}.ged-mat-course b{font-weight:950}.ged-mat-course span{color:#94a3b8;font-weight:900;font-size:12px}.ged-mat-weight{width:120px;height:36px;border-radius:12px;border:1px solid rgba(226,232,240,.95);padding:0 10px;font-weight:950;color:#1e40af;background:#eff6ff99}.ged-mat-addgrid{display:grid;grid-template-columns:1fr 1fr 160px;gap:12px}.ged-mat-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.ged-mat-field span{color:#475569;font-weight:900;font-size:12px}.ged-mat-field select,.ged-mat-field input{height:40px;border-radius:14px;border:1px solid rgba(226,232,240,.95);padding:0 12px;font-weight:800;outline:none;background:#fff}.ged-mat-field select:focus,.ged-mat-field input:focus{border-color:#1e40af59;box-shadow:0 0 0 4px #1e40af14}.ged-mat-tablewrap{background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:18px;overflow:hidden;box-shadow:0 16px 34px #1e3a8a14}.ged-mat-table thead th{text-align:left;padding:12px 14px;background:#eff6ffd9;color:#1e3a8a;font-weight:950;font-size:13px;border-bottom:1px solid rgba(226,232,240,.95)}.ged-mat-table tbody td{padding:12px 14px;border-top:1px solid #eef2f7;vertical-align:top;color:#0f172a;font-weight:700}.ged-mat-table tbody tr:hover{background:#f8fafce6}.ged-mat-course{display:flex;flex-direction:column;gap:4px}.ged-mat-course b{font-weight:950;color:#0f172a}.ged-mat-course span{font-size:12px;font-weight:850;color:#64748b}.ged-mat-weight{width:120px;height:38px;border-radius:14px;border:1px solid rgba(226,232,240,.95);padding:0 10px;font-weight:900;outline:none}.ged-mat-weight:focus{border-color:#1e40af59;box-shadow:0 0 0 4px #1e40af14}.ged-mat-addgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media(max-width:900px){.ged-mat-addgrid{grid-template-columns:1fr}.ged-mat-field{min-width:100%}}.ged-legend{margin-top:10px;display:flex;gap:14px;flex-wrap:wrap;color:#334155;font-weight:800;font-size:13px}.ged-matrix-wrap{overflow:auto;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:#fff;box-shadow:0 16px 34px #1e3a8a14}.ged-matrix{width:100%;border-collapse:separate;border-spacing:0;min-width:900px}.ged-matrix thead th{position:sticky;top:0;z-index:2;background:#1e3a8a;color:#fff;font-weight:950;padding:12px;border-right:1px solid rgba(255,255,255,.18);white-space:nowrap}.ged-matrix thead th:last-child{border-right:0}.ged-matrix td{border-top:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:10px;vertical-align:middle;text-align:center}.ged-matrix tr td:last-child{border-right:0}.ged-matrix-sticky{left:0;z-index:3;min-width:320px}.ged-matrix-sticky-row{position:sticky;left:0;z-index:1;background:#f8fafc;text-align:left!important;padding:12px!important;min-width:320px}.ged-matrix-course{font-weight:900;color:#0f172a;line-height:1.25}.ged-matrix-cell{width:42px;height:38px;border-radius:10px;border:1px solid rgba(226,232,240,.95);background:#fff;cursor:pointer;font-size:16px;font-weight:900;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.ged-matrix-cell:hover{transform:translateY(-1px);box-shadow:0 12px 22px #1e3a8a1f;border-color:#1e40af40}.ged-matrix-cell.no{color:#64748b;background:#fff}.ged-matrix-cell.parcial{background:#6366f11a}.ged-matrix-cell.directo{background:#10b98124}.ged-mat-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px}.ged-mat-filters{display:flex;gap:10px;flex-wrap:wrap}.ged-mat-field{display:flex;flex-direction:column;gap:6px;min-width:220px}.ged-mat-field span{font-weight:900;color:#1e3a8a;font-size:12px}.ged-mat-field select,.ged-mat-field input{height:40px;border-radius:14px;border:1px solid rgba(226,232,240,.95);padding:0 12px;font-weight:800;outline:none}.ged-mat-tablewrap{background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:16px;overflow:auto}.ged-mat-table{width:100%;border-collapse:collapse}.ged-mat-table thead th{text-align:left;padding:12px;background:#eff6ff;color:#1e3a8a;font-weight:950;font-size:13px;border-bottom:1px solid #e2e8f0}.ged-mat-table tbody td{padding:12px;border-top:1px solid #eef2f7;vertical-align:top;font-weight:700;color:#0f172a}.ged-mat-course b{display:block}.ged-mat-course span{display:block;color:#64748b;font-weight:800;font-size:12px;margin-top:2px}.ged-mat-weight{width:120px;height:38px;border-radius:12px;border:1px solid rgba(226,232,240,.95);padding:0 10px;font-weight:900}.ged-mat-select{width:170px;height:38px;border-radius:12px;border:1px solid rgba(226,232,240,.95);padding:0 10px;font-weight:900}.ged-mat-addgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:900px){.ged-mat-addgrid{grid-template-columns:1fr}}.ged-chart-card{background:#ffffffeb;border:1px solid rgba(226,232,240,.95);border-radius:18px;box-shadow:0 16px 30px #1e3a8a1a;overflow:hidden}.ged-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e2e8f0}.ged-chart-sub{margin-top:4px;color:#64748b;font-weight:800;font-size:12px}.ged-chart-legend{display:flex;align-items:center;gap:8px;font-weight:900;color:#334155;flex-wrap:wrap}.ged-chart-legend .dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-left:10px}.ged-chart-legend .dot.s4{background:#1e40af}.ged-chart-legend .dot.s7{background:#0ea5e9}.ged-chart-wrap{padding:10px 12px 12px}.ged-chart{width:100%;height:320px;display:block}.ged-chart .grid{stroke:#eef2f7;stroke-width:1}.ged-chart .yLab,.ged-chart .xLab{fill:#64748b;font-size:12px;font-weight:800}.ged-chart .line{stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.ged-chart .line.s4{stroke:#1e40af}.ged-chart .line.s7{stroke:#0ea5e9}.ged-chart .pt{stroke:#fff;stroke-width:2}.ged-chart .pt.s4{fill:#1e40af}.ged-chart .pt.s7{fill:#0ea5e9}@media(max-width:900px){.ged-chart{height:280px}}.ged-chart-card{margin-top:12px;background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:16px;box-shadow:0 14px 28px #1e3a8a14;overflow:hidden}.ged-chart-head{padding:12px 14px;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;align-items:center}.ged-chart-title{font-weight:950;color:#0f172a}.ged-chart-sub{margin-top:2px;color:#64748b;font-weight:800;font-size:12px}.ged-chart-box{padding:10px 12px 14px}.ged-chart-card{background:#fff;border-radius:16px;box-shadow:0 10px 22px #1e3a8a14;padding:14px}.ged-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.ged-chart-title{font-weight:900;color:#0f172a}.ged-chart-sub{font-weight:800;color:#64748b;font-size:12px;margin-top:2px}.ged-chart-wrap{width:100%}.ged-chart{width:100%;height:auto;display:block}.ged-chart-grid{stroke:#0f172a14;stroke-width:1}.ged-chart-ylab,.ged-chart-xlab{fill:#64748b;font-size:12px;font-weight:800}.ged-chart-line{stroke-width:2.5}.ged-chart-line.s4{stroke:#1d4ed8}.ged-chart-line.s7{stroke:#0ea5e9}.ged-chart-pt.s4{fill:#1d4ed8}.ged-chart-pt.s7{fill:#0ea5e9}.ged-chart-legend{display:flex;align-items:center;gap:10px;color:#0f172a;font-weight:900}.dot{width:10px;height:10px;border-radius:999px;display:inline-block}.dot.s4{background:#1d4ed8}.dot.s7{background:#0ea5e9}.td-wrap{padding:24px}.td-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.td-title{margin:0;font-size:32px;font-weight:950;color:#0f172a;letter-spacing:-.02em}.td-subtitle{margin:6px 0 0;color:#64748b;font-weight:700}.td-progress{min-width:260px;background:#ffffffe6;border:1px solid rgba(226,232,240,.95);border-radius:16px;padding:12px;box-shadow:0 14px 28px #1e3a8a14}.td-progress-top{display:flex;justify-content:space-between;align-items:center;color:#334155;font-weight:800;margin-bottom:8px}.td-bar{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.td-bar-fill{height:100%;background:linear-gradient(135deg,#1e40af,#3b82f6);width:0%;transition:width .25s ease}.td-grid{display:grid;grid-template-columns:380px 1fr;gap:16px;align-items:start}.td-panel{background:#fffffff2;border:1px solid rgba(226,232,240,.95);border-radius:22px;padding:16px;box-shadow:0 18px 38px #1e3a8a1a}.td-panel-wide{padding:16px}.td-panel-title{margin:0 0 12px;font-size:16px;font-weight:950;color:#1e3a8a}.td-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.td-field span{color:#334155;font-weight:900;font-size:13px}.td-field input,.td-field select{height:44px;border-radius:14px;border:1px solid rgba(226,232,240,.95);padding:0 12px;font-weight:700;outline:none;background:linear-gradient(180deg,#fff,#f8fafce6)}.td-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.td-alert{margin-top:8px;padding:12px;border-radius:14px;background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#991b1b;font-weight:900}.td-submit{margin-top:12px;width:100%;height:48px;border:0;border-radius:16px;cursor:pointer;font-weight:950;color:#fff;background:linear-gradient(135deg,#1e40af,#1d4ed8);box-shadow:0 18px 34px #1e40af2e}.td-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.td-result{margin-top:14px;padding:14px;border-radius:18px;border:1px solid rgba(226,232,240,.95);background:#eff6ffb3}.td-result-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.td-pill{padding:6px 10px;border-radius:999px;font-weight:950;font-size:12px;border:1px solid rgba(226,232,240,.95)}.td-pill.basico{background:#ef44441a;color:#991b1b}.td-pill.funcional{background:#f59e0b1a;color:#92400e}.td-pill.avanzado{background:#10b9811a;color:#065f46}.td-result-score{display:flex;align-items:baseline;justify-content:space-between;color:#0f172a;font-weight:900}.td-result-score b{font-size:22px}.td-result-meta{margin-top:6px;color:#64748b;font-weight:800;font-size:12px}.td-scale{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#334155;font-weight:900;margin-bottom:12px}.td-scale-item{padding:6px 10px;border-radius:999px;background:#1e40af0f;border:1px solid rgba(30,64,175,.12);color:#1e40af;font-size:12px;font-weight:900}.td-questions{display:flex;flex-direction:column;gap:12px}.td-q{border-radius:18px;border:1px solid rgba(226,232,240,.95);background:#fffffff2;padding:12px}.td-q.done{border-color:#1e40af38;box-shadow:0 12px 22px #1e3a8a14}.td-q-head{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px}.td-q-num{font-weight:950;color:#1e40af;background:#1e40af14;border:1px solid rgba(30,64,175,.12);border-radius:12px;padding:6px 10px;min-width:52px;text-align:center}.td-q-text{margin:0;color:#0f172a;font-weight:800;line-height:1.35}.td-q-options{display:flex;gap:10px;flex-wrap:wrap}.td-opt{position:relative;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;border:1px solid rgba(226,232,240,.95);cursor:pointer;font-weight:950;color:#334155}.td-opt input{display:none}.td-opt span{display:inline-block;width:22px;height:22px;border-radius:8px;background:#94a3b833;color:#0f172a;display:grid;place-items:center}.td-opt.active{border-color:#1e40af40;background:#eff6ffcc;color:#1e40af}.td-opt.active span{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}@media(max-width:980px){.td-grid{grid-template-columns:1fr}.td-progress{min-width:0;width:100%}.td-header{flex-direction:column;align-items:stretch}}.td-back{height:40px;padding:0 14px;border-radius:14px;border:1px solid rgba(226,232,240,.95);background:#ffffffe6;font-weight:900;cursor:pointer}.td-back:hover{border-color:#1e40af40;box-shadow:0 12px 22px #1e3a8a14}.td-q-title{display:flex;flex-direction:column;gap:6px}.td-competencia{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;color:#1e40af;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid rgba(30,64,175,.18);box-shadow:0 10px 20px #1e3a8a0f}.td-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.td-modal{background:#fff;padding:32px;border-radius:16px;text-align:center;width:380px;box-shadow:0 10px 40px #0003}.td-modal h2{margin-bottom:10px;color:#1e3a8a}.td-modal p{color:#475569;margin-bottom:20px}.td-modal-btn{background:#1e3a8a;color:#fff;border:none;padding:10px 18px;border-radius:10px;font-weight:700;cursor:pointer}.users-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:16px;margin-top:16px}.users-card{text-decoration:none;background:#fff;border-radius:16px;box-shadow:0 8px 22px #00000014;padding:16px;border:1px solid rgba(0,51,102,.1);display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;gap:10px 12px;transition:transform .15s ease,box-shadow .15s ease,border .15s ease;color:inherit}.users-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000001a;border:1px solid rgba(0,51,102,.2)}.users-card-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#00336614;font-size:20px}.users-card-body h3{margin:0;color:#0b2d4d;font-weight:900}.users-card-body p{margin:6px 0 0;color:#55657a;font-weight:600;line-height:1.35}.users-card-cta{grid-column:1 / -1;margin-top:4px;font-weight:900;color:#036;opacity:.9}@media(max-width:980px){.users-cards-grid{grid-template-columns:1fr}}.eaen-subview-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px}.users-panel{background:#fff;border-radius:16px;box-shadow:0 8px 22px #00000014;border:1px solid rgba(0,51,102,.1);padding:16px}.users-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.users-grid .full{grid-column:1 / -1}.users-field label{display:block;margin-bottom:6px;color:#036;font-weight:900;font-size:13px}.users-field input,.users-field select{width:100%;border-radius:12px;border:1px solid rgba(0,51,102,.18);padding:10px 12px;font-weight:700;outline:none}.users-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px;flex-wrap:wrap}.eaen-primary-btn{border:none;border-radius:12px;padding:10px 14px;font-weight:900;background:#036;color:#fff;cursor:pointer}.eaen-secondary-btn{border:1px solid rgba(0,51,102,.18);border-radius:12px;padding:10px 14px;font-weight:900;background:#fff;color:#036;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}.users-alert{margin-top:12px;padding:10px 12px;border-radius:12px;font-weight:800}.users-alert.ok{background:#2ecc711f;border:1px solid rgba(46,204,113,.35);color:#1f7a43}.users-alert.bad{background:#e74c3c1f;border:1px solid rgba(231,76,60,.35);color:#8a2a22}@media(max-width:860px){.users-grid{grid-template-columns:1fr}}
