@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#020b22;--card:#08162f;--primary:#2563eb;--primary2:#1d4ed8;--gold:#d4af37;--glass:#ffffff0d;--border:#ffffff14;--text:#f8fafc;--muted:#94a3b8;--shadow:0 25px 80px #00000059}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:linear-gradient(135deg,#020b22 0%,#041530 100%);min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.heroGlow{filter:blur(90px);z-index:-1;background:radial-gradient(circle,#2563eb47,#0000);width:800px;height:800px;position:fixed;top:-200px;right:-200px}.sidebar{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-right:1px solid var(--border);width:280px;box-shadow:var(--shadow);background:#05122ad1;padding:30px;position:fixed;top:0;bottom:0;left:0}.sidebar img{width:85px;margin-bottom:14px}.sidebar h2{font-size:30px;font-weight:800}.sidebar p{color:var(--muted);margin-bottom:30px}.sidebar nav{flex-direction:column;gap:10px;display:flex}.sidebar nav a{color:#fff;border-radius:16px;padding:14px 18px;font-weight:600;text-decoration:none;transition:all .25s}.sidebar nav a:hover{background:#2563eb2e;transform:translate(6px)}.main{margin-left:280px;padding:45px}.glass{background:var(--glass);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px}.kpi{padding:30px;transition:all .25s}.kpi:hover{border:1px solid #2563eb73;transform:translateY(-8px)}.kpi h3{color:#60a5fa;font-size:34px}.kpi p{color:var(--muted);margin-top:8px}.gridKPI{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.heroTitle{margin-bottom:12px;font-size:52px;font-weight:900}.subtitle{color:var(--muted);font-size:18px}:root{--fer-bg:#020617;--fer-bg-2:#071426;--fer-card:#0f172ac7;--fer-border:#3b82f647;--fer-blue:#2563eb;--fer-blue-soft:#60a5fa;--fer-gold:#d4af37;--fer-text:#f8fafc;--fer-muted:#94a3b8;--fer-green:#22c55e;--fer-red:#ef4444}html{overscroll-behavior-y:none;background-color:#020617;min-height:100%}*{box-sizing:border-box}body.fer-body{color:var(--fer-text);overscroll-behavior-y:none;background-color:#020617;background-image:radial-gradient(circle at 0 0,#2563eb40,#0000 35%),radial-gradient(circle at 100% 100%,#0ea5e929,#0000 35%),linear-gradient(135deg,#020617 0%,#071426 55%,#020617 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:100dvh;margin:0;font-family:Inter,sans-serif}.fer-shell{background-color:#0000;min-height:100dvh;display:flex}.fer-sidebar{border-right:1px solid var(--fer-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:20;background:#020617d1;flex-direction:column;width:290px;height:100vh;padding:26px 20px;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden;box-shadow:18px 0 50px #00000059}.fer-brand{align-items:center;gap:14px;margin-bottom:34px;display:flex}.fer-logo{filter:drop-shadow(0 8px 15px #2563eb47);flex:0 0 62px;place-items:center;width:62px;height:62px;display:grid}.fer-logo img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}.fer-guest-logo{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 18px #2563eb3d);width:92px;height:98px;display:block}.fer-brand h2{letter-spacing:-.03em;margin:0;font-size:19px}.fer-brand span{color:var(--fer-muted);font-size:13px}.fer-menu{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#60a5fa59 transparent;flex:1;align-content:start;gap:8px;min-height:0;margin-right:-7px;padding-right:7px;display:grid;overflow:hidden auto}.fer-menu::-webkit-scrollbar{width:5px}.fer-menu::-webkit-scrollbar-track{background:0 0}.fer-menu::-webkit-scrollbar-thumb{background:#60a5fa47;border-radius:999px}.fer-menu::-webkit-scrollbar-thumb:hover{background:#60a5fa7a}.fer-menu a{color:#cbd5e1;border:1px solid #0000;border-radius:15px;padding:13px 14px;font-size:14px;text-decoration:none;transition:all .22s}.fer-menu a:hover,.fer-menu a.active{color:#fff;background:linear-gradient(135deg,#2563ebe6,#1d4ed8ad);border-color:#60a5fa80;box-shadow:0 12px 28px #2563eb47}.fer-sidebar-footer{border:1px solid var(--fer-border);color:var(--fer-muted);background:#0f172ac7;border-radius:18px;margin-top:auto;padding:16px}.fer-main{width:calc(100% - 290px);min-height:100dvh;margin-left:290px}@media (width>=761px){html,body.fer-body{width:100%;height:100%;overflow:hidden}.fer-shell{width:100%;height:100dvh;min-height:0;overflow:hidden}.fer-main{overscroll-behavior-y:contain;scrollbar-gutter:stable;background-color:#020617;background-image:radial-gradient(circle at 0 0,#2563eb40,#0000 35%),radial-gradient(circle at 100% 100%,#0ea5e929,#0000 35%),linear-gradient(135deg,#020617 0%,#071426 55%,#020617 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:local;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;height:100dvh;min-height:0;overflow:hidden auto}}.fer-topbar{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0206179e;border-bottom:1px solid #3b82f62e;justify-content:space-between;align-items:center;height:96px;padding:22px 34px;display:flex;position:sticky;top:0}.fer-topbar h1{letter-spacing:-.04em;margin:0;font-size:26px}.fer-topbar p{color:var(--fer-muted);margin:5px 0 0;font-size:14px}.fer-userbox{border:1px solid var(--fer-border);background:#0f172abf;border-radius:18px;align-items:center;gap:14px;padding:10px 12px;display:flex}.fer-user-info{text-align:right;display:grid}.fer-user-info strong{font-size:14px}.fer-user-info span{color:var(--fer-muted);font-size:12px}.fer-userbox button{color:#fff;background:linear-gradient(135deg, var(--fer-blue), #1d4ed8);cursor:pointer;border:0;border-radius:12px;padding:9px 14px}.fer-content{padding:34px}.fer-card{background:var(--fer-card);border:1px solid var(--fer-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:24px;box-shadow:0 24px 70px #00000047}.fer-card-2{background:var(--fer-card);border:1px solid var(--fer-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;margin-top:28px;padding:24px;box-shadow:0 24px 70px #00000047}.fer-kpi{background:#0f172ab8;border:1px solid #3b82f642;border-radius:22px;padding:22px}.fer-kpi span{color:var(--fer-muted);font-size:13px}.fer-kpi strong{letter-spacing:-.05em;margin-top:12px;font-size:32px;display:block}.fer-kpi small{color:var(--fer-green)}@media (width<=1000px){.fer-sidebar{width:240px}.fer-main{width:calc(100% - 240px);margin-left:240px}.fer-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.fer-sidebar{width:100%;min-height:auto;position:relative}.fer-shell{display:block}.fer-main{width:100%;margin-left:0}.fer-topbar{flex-direction:column;align-items:flex-start;gap:18px;height:auto}.fer-kpi-grid{grid-template-columns:1fr}}.fer-kpi{transition:all .25s;box-shadow:0 0 0 1px #2563eb26,0 10px 35px #00000040,0 0 35px #2563eb14}.fer-kpi:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #3b82f659,0 15px 50px #00000059,0 0 50px #3b82f62e}.fer-dashboard-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.fer-chart-card{min-height:380px}.fer-alert{background:#ef444414;border:1px solid #ef44442e;border-radius:14px;margin-top:12px;padding:14px}.fer-event{background:#2563eb1a;border:1px solid #2563eb2e;border-radius:14px;justify-content:space-between;margin-top:12px;padding:14px;display:flex}canvas{margin-top:20px}@media (width<=1100px){.fer-dashboard-grid{grid-template-columns:1fr}}.fer-chart-card{height:360px}canvas{height:280px!important}.fer-attendance-kpi{background:#22c55e14;border:1px solid #22c55e2e;border-radius:18px;flex-direction:column;margin-top:18px;padding:18px;display:flex}.fer-attendance-kpi strong{color:#22c55e;font-size:42px}.fer-attendance-kpi span{color:var(--fer-muted)}.fer-mini-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px;display:grid}.fer-mini-grid div{background:#0f172a94;border:1px solid #3b82f61f;border-radius:16px;padding:16px}.fer-mini-grid strong{margin-bottom:6px;font-size:24px;display:block}.fer-mini-grid small{color:var(--fer-muted)}.fer-activity{background:#2563eb14;border:1px solid #2563eb29;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;padding:15px;display:flex}.fer-activity strong{font-size:14px;display:block}.fer-activity span{color:var(--fer-muted);margin-top:4px;font-size:13px;display:block}.fer-activity small{color:var(--fer-blue-soft);white-space:nowrap}.fer-progress-item{margin-top:18px}.fer-progress-item>div:first-child{color:var(--fer-muted);justify-content:space-between;margin-bottom:8px;display:flex}.fer-progress-item strong{color:var(--fer-text)}.fer-progress{background:#0f172af2;border:1px solid #3b82f61f;border-radius:999px;height:10px;overflow:hidden}.fer-progress span{background:linear-gradient(90deg,#2563eb,#22c55e);border-radius:999px;height:100%;display:block}.fer-topbar-right{align-items:center;gap:14px;display:flex}.fer-clock-box{text-align:right;background:#0f172ab8;border:1px solid #3b82f62e;border-radius:16px;padding:10px 14px;display:grid}.fer-clock-box strong{color:var(--fer-muted);text-transform:capitalize;font-size:12px}.fer-clock-box span{color:var(--fer-text);margin-top:3px;font-size:15px;font-weight:700}.fer-welcome-card{background:linear-gradient(135deg,#2563eb2e,#0f172ac7);border:1px solid #60a5fa3d;border-radius:24px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex;box-shadow:0 22px 60px #00000038,0 0 40px #2563eb14}.fer-welcome-card span{color:var(--fer-blue-soft);font-weight:700}.fer-welcome-card h2{letter-spacing:-.04em;margin:8px 0 6px;font-size:28px}.fer-welcome-card p{color:var(--fer-muted);margin:0}.fer-welcome-badge{color:#22c55e;white-space:nowrap;background:#22c55e1a;border:1px solid #22c55e38;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700}@media (width<=900px){.fer-topbar-right,.fer-welcome-card{flex-direction:column;align-items:flex-start}.fer-clock-box{text-align:left}}.fer-academic-dashboard{gap:20px;display:grid}.fer-academic-year{border:1px solid var(--fer-border);background:linear-gradient(135deg,#2563eb24,#0f172ac7);border-radius:22px;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;display:flex;box-shadow:0 20px 55px #0003}.fer-academic-eyebrow{color:var(--fer-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.fer-academic-year-title{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fer-academic-year-title strong{font-size:26px}.fer-academic-year-title>span:not(.fer-status-badge){color:var(--fer-muted);font-size:14px}.fer-status-badge{border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.fer-status-badge:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.fer-status-badge--active{color:var(--fer-green);background:#22c55e1a;border:1px solid #22c55e38}.fer-outline-button{color:var(--fer-text);white-space:nowrap;background:#2563eb1a;border:1px solid #60a5fa57;border-radius:12px;padding:10px 14px;text-decoration:none;transition:all .2s}.fer-outline-button:hover{border-color:var(--fer-blue-soft);background:#2563eb33}.fer-academic-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fer-academic-kpi{background:#0f172ab8;border:1px solid #3b82f63d;border-radius:20px;padding:20px;box-shadow:0 16px 40px #0000002e}.fer-academic-kpi>span,.fer-academic-kpi small{color:var(--fer-muted);font-size:12px}.fer-academic-kpi strong{color:var(--fer-text);letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:9px 0 5px;font-size:25px;display:block;overflow:hidden}.fer-academic-main-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:20px;display:grid}.fer-academic-side{gap:20px;display:grid}.fer-academic-section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.fer-academic-section-head h2{margin:0;font-size:17px}.fer-academic-section-head p{color:var(--fer-muted);margin:5px 0 0;font-size:12px}.fer-academic-section-head>strong{color:var(--fer-blue-soft);font-size:22px}.fer-configuration-progress{background:#020617b3;border:1px solid #3b82f61f;border-radius:999px;height:9px;margin:16px 0 18px;overflow:hidden}.fer-configuration-progress span{border-radius:inherit;background:linear-gradient(90deg,var(--fer-blue),var(--fer-green));height:100%;display:block}.fer-configuration-steps{gap:8px;display:grid}.fer-configuration-step{background:#02061747;border:1px solid #3b82f61f;border-radius:14px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:54px;padding:9px 12px;display:grid}.fer-step-number{width:26px;height:26px;color:var(--fer-muted);background:#94a3b81f;border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.fer-configuration-step.is-complete .fer-step-number{color:var(--fer-green);background:#22c55e1f}.fer-configuration-step strong,.fer-configuration-step small{display:block}.fer-configuration-step strong{margin-bottom:3px;font-size:13px}.fer-configuration-step small{color:var(--fer-muted);font-size:11px}.fer-configuration-step a{color:var(--fer-blue-soft);background:#2563eb1a;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:700;text-decoration:none}.fer-quick-actions{gap:9px;margin-top:16px;display:grid}.fer-quick-actions a{color:var(--fer-text);background:#2563eb12;border:1px solid #3b82f629;border-radius:12px;align-items:center;gap:11px;padding:11px 12px;font-size:13px;text-decoration:none;transition:all .2s;display:flex}.fer-quick-actions a:hover{background:#2563eb26;border-color:#60a5fa5c;transform:translate(3px)}.fer-quick-actions a span{width:27px;height:27px;color:var(--fer-blue-soft);background:#2563eb29;border-radius:8px;place-items:center;display:grid}.fer-attention-card{padding-bottom:12px}.fer-alert-count{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf2433;border-radius:999px;place-items:center;min-width:27px;height:27px;padding:0 8px;font-size:12px;font-weight:700;display:grid}.fer-attention-list{margin-top:10px}.fer-attention-list>div{border-top:1px solid #3b82f61f;gap:11px;padding:12px 0;display:flex}.fer-attention-list>div:first-child{border-top:0}.fer-attention-list>div>span{color:#fbbf24}.fer-attention-list .is-clear>span{color:var(--fer-green)}.fer-attention-list p{margin:0}.fer-attention-list strong,.fer-attention-list small{display:block}.fer-attention-list strong{margin-bottom:4px;font-size:12px}.fer-attention-list small{color:var(--fer-muted);font-size:11px;line-height:1.45}@media (width<=1180px){.fer-academic-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-academic-main-grid{grid-template-columns:1fr}}@media (width<=760px){.fer-academic-year{flex-direction:column;align-items:flex-start}.fer-academic-kpis{grid-template-columns:1fr}.fer-configuration-step{grid-template-columns:28px minmax(0,1fr)}.fer-configuration-step a{grid-column:2;justify-self:start}}.fer-status-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px;display:grid}.fer-status-item{background:#0f172a94;border:1px solid #3b82f624;border-radius:18px;align-items:flex-start;gap:12px;padding:16px;display:flex}.fer-status-item strong{margin-bottom:5px;font-size:14px;display:block}.fer-status-item small{color:var(--fer-muted);line-height:1.5}.fer-dot{border-radius:999px;width:12px;height:12px;margin-top:4px;box-shadow:0 0 18px}.fer-dot.green{color:#22c55e;background:#22c55e}.fer-dot.blue{color:#2563eb;background:#2563eb}.fer-dot.gold{color:#d4af37;background:#d4af37}.fer-dot.red{color:#ef4444;background:#ef4444}@media (width<=1200px){.fer-status-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.fer-status-grid{grid-template-columns:1fr}}.fer-dashboard-grid{align-items:stretch}.fer-dashboard-grid>.fer-card{height:100%}.fer-chart-card{height:420px;min-height:420px}.fer-chart-description{color:var(--fer-muted);margin:6px 0 0;font-size:13px}.fer-chart-card canvas{flex:1;width:100%!important;height:330px!important}.fer-table-wrap{width:100%;overflow-x:auto}.fer-table{border-collapse:collapse;width:100%}.fer-table th,.fer-table td{text-align:left;border-bottom:1px solid #94a3b824;padding:14px 16px;font-size:14px}.fer-table th{color:var(--fer-blue-soft);font-weight:700}.fer-table td{color:var(--fer-text)}.fer-form-grid{grid-template-columns:repeat(2,1fr);align-items:end;gap:20px;display:grid}.fer-form-grid label{color:var(--fer-text);flex-direction:column;gap:8px;font-weight:700;display:flex}.fer-form-grid input,.fer-form-grid select{width:100%;color:var(--fer-text);background:#0f172ab8;border:1px solid #60a5fa3d;border-radius:14px;outline:none;padding:13px 15px}.fer-form-grid input:focus,.fer-form-grid select:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb2e}.fer-form-grid option{color:#f8fafc;background:#0f172a}.fer-btn{cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:1px solid #60a5fa59;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:800;text-decoration:none;display:inline-flex;color:#fff!important}.fer-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px #2563eb47}@media (width<=900px){.fer-form-grid{grid-template-columns:1fr}}.fer-card textarea,.fer-form-grid textarea{width:100%;min-height:110px;color:var(--fer-text);resize:vertical;background:#0f172ab8;border:1px solid #60a5fa3d;border-radius:16px;outline:none;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.5}.fer-card textarea::-moz-placeholder{color:#94a3b8bf}.fer-form-grid textarea::-moz-placeholder{color:#94a3b8bf}.fer-card textarea::placeholder,.fer-form-grid textarea::placeholder{color:#94a3b8bf}.fer-card textarea:focus,.fer-form-grid textarea:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb2e}.fer-textarea-full label{color:var(--fer-text);flex-direction:column;gap:8px;font-weight:700;display:flex}.fer-card .fer-form-grid{align-items:start}.fer-card select,.fer-card input,.fer-card textarea{min-height:48px}.fer-textarea-full{margin-top:22px}.fer-textarea-full textarea{min-height:130px}.fer-table td:nth-child(7){white-space:normal;max-width:520px;color:var(--fer-muted);line-height:1.5}.fer-table th,.fer-table td{vertical-align:top}.fer-card h2{margin-bottom:18px}.fer-btn{margin-top:4px}.fer-card{overflow-x:auto}.fer-alert-success,.fer-alert-error{border-radius:16px;margin-bottom:4px;padding:14px 16px;font-weight:700}.fer-alert-success{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e3d}.fer-alert-error{color:#f87171;background:#ef44441a;border:1px solid #ef44443d}.fer-group-row{letter-spacing:.01em;font-weight:900;color:#f8fafc!important;background:#2563eb2e!important}.fer-dimension-row{border-left:4px solid #2563eb;font-weight:800;color:#60a5fa!important;background:#0f172aeb!important}.fer-grade-context{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px;display:grid}.fer-grade-context div{background:#0f172a99;border:1px solid #60a5fa29;border-radius:16px;padding:16px}.fer-grade-context span{color:var(--fer-muted);margin-bottom:6px;font-size:12px;display:block}.fer-grade-context strong{color:var(--fer-text);font-size:14px;display:block}.fer-grade-table input{max-width:130px}.fer-grade-input{width:100%;color:var(--fer-text);text-align:center;background:#0f172ab8;border:1px solid #60a5fa3d;border-radius:12px;outline:none;padding:11px 13px;font-weight:800}.fer-grade-input:focus{border-color:#60a5fab3;box-shadow:0 0 0 3px #2563eb2e}@media (width<=1000px){.fer-grade-context{grid-template-columns:1fr}}.fer-grade-book-wrap{border:1px solid #3b82f629;border-radius:18px;width:100%;margin-top:18px;overflow:auto}.fer-grade-book-table{min-width:1100px}.fer-grade-book-table th{vertical-align:top;min-width:150px}.fer-grade-book-table th:first-child,.fer-grade-book-table td:first-child{min-width:260px}.fer-sticky-col{z-index:2;position:sticky;left:0;background:#0f172a!important}.fer-book-dimension{color:#60a5fa;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.fer-grade-book-table th strong{color:var(--fer-text);font-size:12px;line-height:1.35;display:block}.fer-grade-book-table th small{color:var(--fer-muted);margin-top:4px;display:block}.fer-grade-book-table .fer-grade-input{max-width:90px}.fer-badge{border-radius:999px;justify-content:center;align-items:center;min-width:90px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.fer-bajo{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.fer-basico{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.fer-alto{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.fer-superior{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.fer-actions-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fer-btn-primary,.fer-btn-secondary{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:11px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.fer-btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:1px solid #3b82f6a6}.fer-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 22px #2563eb47}.fer-btn-secondary{color:#dbeafe;background:#1e293bb8;border:1px solid #60a5fa47}.fer-section-header h2{margin:0 0 6px}.fer-section-header p{color:var(--fer-muted);margin:0}.fer-risk-badge{border-radius:999px;justify-content:center;align-items:center;min-width:92px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.fer-risk-badge.critical{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d}.fer-risk-badge.high{color:#fdba74;background:#f973161f;border:1px solid #f973164d}.fer-risk-badge.preventive{color:#fde68a;background:#eab3081f;border:1px solid #eab3084d}@media (width<=900px){.fer-section-header{flex-direction:column;align-items:flex-start}}.fer-menu-group{width:100%}.fer-menu-parent{width:100%;color:var(--fer-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:15px;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;font-family:inherit;font-size:14px;font-weight:700;transition:background .2s,color .2s,border-color .2s;display:flex}.fer-menu-parent:hover,.fer-menu-parent.active{color:var(--fer-text);background:#2563eb24;box-shadow:inset 0 0 0 1px #60a5fa26}.fer-menu-parent-label{align-items:center;gap:10px;display:flex}.fer-menu-chevron{justify-content:center;align-items:center;font-size:13px;transition:transform .22s;display:inline-flex}.fer-menu-group.open .fer-menu-chevron{transform:rotate(180deg)}.fer-submenu{border-left:1px solid #60a5fa33;flex-direction:column;gap:5px;margin-top:6px;margin-left:18px;padding:6px 0 8px 12px;display:none}.fer-menu-group.open .fer-submenu{display:flex}.fer-submenu a{color:#cbd5e1d1;border-radius:12px;align-items:center;gap:9px;padding:10px 12px;font-size:13px;font-weight:650;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.fer-submenu a:hover{color:#f8fafc;background:#1e40af29;transform:translate(2px)}.fer-submenu a.active{color:#fff;background:linear-gradient(135deg,#2563eb52,#3b82f629);box-shadow:inset 0 0 0 1px #60a5fa33}.fer-menu-symbol{filter:saturate(.92);place-items:center;width:22px;min-width:22px;font-size:16px;line-height:1;display:inline-grid}.fer-submenu a.active .fer-menu-symbol{filter:saturate(1.12);transform:scale(1.05)}@media (width<=900px){.fer-submenu{margin-left:10px;padding-left:8px}.fer-sidebar{height:auto;overflow:visible}.fer-menu{margin-right:0;padding-right:0;overflow:visible}}.fer-attendance-hero{background:radial-gradient(circle at 100% 0,#2563eb42,#0000 38%),linear-gradient(135deg,#0f172af5,#08182deb);border:1px solid #60a5fa38;border-radius:24px;justify-content:space-between;align-items:center;gap:28px;padding:28px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #0003,inset 0 1px #ffffff08}.fer-attendance-hero:after{content:"";filter:blur(8px);pointer-events:none;background:#2563eb1f;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-110px;right:-70px}.fer-attendance-hero-content{z-index:1;max-width:720px;position:relative}.fer-attendance-eyebrow{color:#60a5fa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.fer-attendance-hero h2{color:#f8fafc;margin:0;font-size:27px;line-height:1.2}.fer-attendance-hero p{color:#cbd5e1d1;max-width:660px;margin:10px 0 0;font-size:14px;line-height:1.65}.fer-attendance-updated{color:#94a3b8;align-items:center;gap:7px;margin-top:17px;font-size:12px;display:flex}.fer-attendance-updated strong{color:#cbd5e1}.fer-attendance-pulse{background:#22c55e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #22c55e1f}.fer-attendance-actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:10px;max-width:510px;display:flex;position:relative}.fer-attendance-action{color:#e2e8f0;background:#0f172ab8;border:1px solid #94a3b82e;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 16px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.fer-attendance-action:hover{color:#fff;background:#1e40af42;border-color:#60a5fa7a;transform:translateY(-2px)}.fer-attendance-action.primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#60a5fa85;box-shadow:0 10px 26px #2563eb38}.fer-attendance-action.warning{color:#fde68a;background:#eab30814;border-color:#eab30847}.fer-attendance-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.fer-attendance-kpi{background:#0f172acc;border:1px solid #60a5fa29;border-radius:21px;align-items:center;gap:16px;min-height:132px;padding:20px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0000001f}.fer-attendance-kpi:after{content:"";background:var(--attendance-kpi-glow);opacity:.14;border-radius:50%;width:110px;height:110px;position:absolute;bottom:-35px;right:-28px}.fer-attendance-kpi:hover{border-color:var(--attendance-kpi-border);transform:translateY(-4px);box-shadow:0 18px 38px #0000002e}.fer-attendance-kpi-icon{z-index:1;color:#fff;background:var(--attendance-kpi-bg);border:1px solid var(--attendance-kpi-border);width:52px;height:52px;box-shadow:0 10px 22px var(--attendance-kpi-shadow);border-radius:17px;flex:0 0 52px;justify-content:center;align-items:center;font-size:23px;display:flex;position:relative}.fer-attendance-kpi-content{z-index:1;min-width:0;position:relative}.fer-attendance-kpi-label{color:#cbd5e1;font-size:13px;font-weight:750;display:block}.fer-attendance-kpi strong{color:#f8fafc;margin-top:4px;font-size:28px;line-height:1.1;display:block}.fer-attendance-kpi small{color:#64748b;margin-top:7px;font-size:11px;line-height:1.4;display:block}.fer-attendance-kpi.students{--attendance-kpi-bg:#2563eb2e;--attendance-kpi-border:#60a5fa61;--attendance-kpi-shadow:#2563eb29;--attendance-kpi-glow:#2563eb}.fer-attendance-kpi.attendance{--attendance-kpi-bg:#22c55e29;--attendance-kpi-border:#22c55e59;--attendance-kpi-shadow:#22c55e24;--attendance-kpi-glow:#22c55e}.fer-attendance-kpi.absences{--attendance-kpi-bg:#ef444429;--attendance-kpi-border:#ef444459;--attendance-kpi-shadow:#ef444424;--attendance-kpi-glow:#ef4444}.fer-attendance-kpi.late{--attendance-kpi-bg:#f9731629;--attendance-kpi-border:#f9731659;--attendance-kpi-shadow:#f9731624;--attendance-kpi-glow:#f97316}.fer-attendance-kpi.excuses{--attendance-kpi-bg:#a855f729;--attendance-kpi-border:#a855f759;--attendance-kpi-shadow:#a855f724;--attendance-kpi-glow:#a855f7}.fer-attendance-kpi.alerts{--attendance-kpi-bg:#eab30829;--attendance-kpi-border:#eab30859;--attendance-kpi-shadow:#eab30824;--attendance-kpi-glow:#eab308}.fer-attendance-analytics-grid{grid-template-columns:1.4fr 1fr;gap:16px;display:grid}.fer-attendance-placeholder{align-items:center;gap:15px;min-height:125px;display:flex;position:relative}.fer-attendance-placeholder-icon{background:#2563eb21;border:1px solid #60a5fa33;border-radius:15px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.fer-attendance-placeholder h3{margin:0}.fer-attendance-placeholder p{color:#64748b;margin:7px 0 0;font-size:12px;line-height:1.5}.fer-attendance-coming{color:#93c5fd;background:#2563eb1c;border:1px solid #60a5fa2e;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;position:absolute;top:16px;right:16px}.fer-attendance-section-heading h3{margin:0}.fer-attendance-section-heading p{color:#64748b;margin:7px 0 0;font-size:13px}.fer-attendance-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:19px;display:grid}.fer-attendance-shortcuts a{color:#e2e8f0;background:#0f172a8f;border:1px solid #60a5fa21;border-radius:17px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;min-height:78px;padding:15px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:grid}.fer-attendance-shortcuts a:hover{color:#fff;background:#1e40af24;border-color:#60a5fa61;transform:translateY(-3px)}.fer-attendance-shortcuts a>span{font-size:21px}.fer-attendance-shortcuts strong,.fer-attendance-shortcuts small{display:block}.fer-attendance-shortcuts strong{font-size:13px}.fer-attendance-shortcuts small{color:#64748b;margin-top:4px;font-size:10px}.fer-attendance-shortcuts b{color:#60a5fa;font-size:16px}@media (width<=1200px){.fer-attendance-kpi-grid,.fer-attendance-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.fer-attendance-hero{flex-direction:column;align-items:flex-start}.fer-attendance-actions{justify-content:flex-start;max-width:none}.fer-attendance-analytics-grid{grid-template-columns:1fr}}@media (width<=640px){.fer-attendance-kpi-grid,.fer-attendance-shortcuts{grid-template-columns:1fr}.fer-attendance-hero{padding:21px}.fer-attendance-action{width:100%}}.fer-attendance-chart-card{overflow:hidden}.fer-chart-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.fer-chart-heading h3{color:#f8fafc;margin:0}.fer-chart-heading p{color:#64748b;margin:7px 0 0;font-size:12px;line-height:1.5}.fer-chart-badge{color:#93c5fd;background:#2563eb1a;border:1px solid #60a5fa2e;border-radius:999px;align-items:center;min-height:30px;padding:0 11px;font-size:10px;font-weight:800;display:inline-flex}.fer-chart-container{width:100%;margin-top:21px;position:relative}.fer-chart-line{height:270px}.fer-chart-doughnut{height:225px}.fer-chart-bar{height:310px}.fer-chart-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:17px;display:grid}.fer-chart-legend span{color:#94a3b8;align-items:center;gap:8px;font-size:11px;display:flex}.fer-chart-legend i{border-radius:50%;width:9px;height:9px}.fer-chart-legend i.present{background:#22c55e}.fer-chart-legend i.absent{background:#ef4444}.fer-chart-legend i.late{background:#f97316}.fer-chart-legend i.excused{background:#a855f7}@media (width<=700px){.fer-chart-line,.fer-chart-bar{height:250px}.fer-chart-doughnut{height:210px}}.fer-status-chart-layout{grid-template-columns:minmax(220px,300px) 1fr;align-items:center;gap:26px;margin-top:20px;display:grid}.fer-status-chart-wrapper{width:100%;max-width:280px;height:245px;margin:0 auto;position:relative}.fer-status-chart-wrapper canvas{width:100%!important;height:100%!important}.fer-status-chart-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fer-status-chart-center strong{color:#f8fafc;font-size:28px;line-height:1}.fer-status-chart-center span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:800}.fer-status-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.fer-status-legend-item{background:#0f172a8f;border:1px solid #60a5fa1f;border-radius:15px;align-items:center;gap:11px;min-height:68px;padding:13px;display:flex}.fer-status-legend-item .fer-status-dot{border-radius:50%;flex:0 0 10px;width:10px;height:10px}.fer-status-legend-item strong,.fer-status-legend-item small{display:block}.fer-status-legend-item strong{color:#f8fafc;font-size:18px}.fer-status-legend-item small{color:#94a3b8;margin-top:3px;font-size:11px}.fer-status-legend-item.present .fer-status-dot{background:#22c55e}.fer-status-legend-item.absent .fer-status-dot{background:#ef4444}.fer-status-legend-item.late .fer-status-dot{background:#f97316}.fer-status-legend-item.excused .fer-status-dot{background:#a855f7}@media (width<=1100px){.fer-status-chart-layout{grid-template-columns:1fr}.fer-status-legend{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=760px){.fer-status-legend{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-status-chart-wrapper{max-width:240px;height:220px}}@media (width<=480px){.fer-status-legend{grid-template-columns:1fr}}.fer-risk-badge.normal{color:#86efac;background:#22c55e1a;border:1px solid #22c55e42}.fer-student-risk-card{background:#0f172a8f;border:1px solid #60a5fa24;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.fer-student-risk-card h3{color:#f8fafc;margin:0}.fer-student-risk-card p{color:#94a3b8;margin:7px 0 0;font-size:12px;line-height:1.5}.fer-student-risk-card.normal{background:#22c55e0f;border-color:#22c55e40}.fer-student-risk-card.preventive{background:#eab3080f;border-color:#eab30840}.fer-student-risk-card.high{background:#f973160f;border-color:#f9731640}.fer-student-risk-card.critical{background:#ef44440f;border-color:#ef444440}.fer-attendance-status{border-radius:999px;justify-content:center;align-items:center;min-width:88px;padding:6px 11px;font-size:11px;font-weight:800;display:inline-flex}.fer-attendance-status.present{color:#86efac;background:#22c55e1a;border:1px solid #22c55e40}.fer-attendance-status.absent{color:#fca5a5;background:#ef44441a;border:1px solid #ef444440}.fer-attendance-status.late{color:#fdba74;background:#f973161a;border:1px solid #f9731640}.fer-attendance-status.excused{color:#d8b4fe;background:#a855f71a;border:1px solid #a855f740}@media (width<=700px){.fer-student-risk-card{flex-direction:column;align-items:flex-start}}.fer-grade-summary-item{background:#0f172a8f;border:1px solid #60a5fa21;border-radius:17px;grid-template-columns:auto 1fr;align-items:center;gap:12px;min-height:78px;padding:15px;display:grid}.fer-grade-summary-item>span{background:#2563eb1f;border:1px solid #60a5fa2e;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.fer-grade-summary-item strong,.fer-grade-summary-item small{display:block}.fer-grade-summary-item strong{color:#f8fafc;font-size:20px}.fer-grade-summary-item small{color:#64748b;margin-top:4px;font-size:10px}.fer-attendance-ranking-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.fer-ranking-icon{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.fer-ranking-icon.success{background:#22c55e1a;border:1px solid #22c55e38}.fer-ranking-icon.danger{background:#ef44441a;border:1px solid #ef444438}.fer-ranking-list{flex-direction:column;gap:9px;margin-top:18px;display:flex}.fer-ranking-item{color:#e2e8f0;background:#0f172a80;border:1px solid #60a5fa1c;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:65px;padding:12px 14px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:grid}.fer-ranking-item:hover{color:#fff;background:#1e40af21;border-color:#60a5fa57;transform:translate(3px)}.fer-ranking-position{color:#93c5fd;background:#2563eb1c;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:850;display:flex}.fer-ranking-info strong,.fer-ranking-info small{display:block}.fer-ranking-info strong{font-size:13px}.fer-ranking-info small{color:#64748b;margin-top:4px;font-size:10px}.fer-ranking-value{font-size:15px;font-weight:850}.fer-ranking-value.success{color:#86efac}.fer-ranking-value.danger{color:#fca5a5}.fer-alert-feed{flex-direction:column;gap:10px;margin-top:18px;display:flex}.fer-alert-feed-item{color:#e2e8f0;background:#0f172a80;border:1px solid #60a5fa1c;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:68px;padding:13px 15px;text-decoration:none;display:grid}.fer-alert-feed-item.critical{background:#ef44440d;border-color:#ef44443d}.fer-alert-feed-item.high{background:#f973160d;border-color:#f973163d}.fer-alert-feed-item.preventive{background:#eab3080d;border-color:#eab3083d}.fer-alert-feed-icon{background:#eab3081a;border-radius:13px;justify-content:center;align-items:center;width:39px;height:39px;font-size:17px;display:flex}.fer-alert-feed-info strong,.fer-alert-feed-info small{display:block}.fer-alert-feed-info strong{font-size:13px}.fer-alert-feed-info small{color:#94a3b8;margin-top:4px;font-size:10px}.fer-empty-state{color:#64748b;text-align:center;background:#0f172a66;border:1px dashed #60a5fa26;border-radius:15px;padding:20px;font-size:12px}@media (width<=1000px){.fer-attendance-ranking-grid{grid-template-columns:1fr}}@media (width<=650px){.fer-alert-feed-item{grid-template-columns:auto 1fr}.fer-alert-feed-item .fer-risk-badge{grid-column:1/-1;justify-self:start}}.fer-evaluation-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-evaluation-header h2{margin:0}.fer-evaluation-header p{color:var(--fer-muted);margin:8px 0 0}.fer-evaluation-counter{text-align:center;background:#2563eb1f;border:1px solid #60a5fa38;border-radius:18px;min-width:160px;padding:16px 20px}.fer-evaluation-counter span{color:var(--fer-muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700;display:block}.fer-evaluation-counter strong{color:var(--fer-text);margin-top:6px;font-size:28px;display:block}.fer-evaluation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.fer-evaluation-card{background:#0f172ab8;border:1px solid #60a5fa2e;border-radius:22px;padding:22px;box-shadow:0 18px 40px #02061738}.fer-evaluation-card-top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.fer-evaluation-card-top h3{margin:8px 0 0;font-size:20px}.fer-evaluation-year,.fer-evaluation-period{border-radius:999px;align-items:center;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.fer-evaluation-year{color:#93c5fd;background:#2563eb1f;border:1px solid #60a5fa38}.fer-evaluation-period{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b38}.fer-evaluation-info{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.fer-evaluation-info div{background:#0206173d;border:1px solid #94a3b81a;border-radius:15px;padding:13px}.fer-evaluation-info span{color:var(--fer-muted);font-size:12px;display:block}.fer-evaluation-info strong{color:var(--fer-text);margin-top:5px;font-size:14px;display:block}.fer-evaluation-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.fer-btn-secondary{color:var(--fer-text);background:#94a3b814;border:1px solid #94a3b833;border-radius:14px;justify-content:center;align-items:center;padding:11px 16px;font-weight:800;text-decoration:none;display:inline-flex}.fer-empty-state{text-align:center;padding:36px 20px}.fer-empty-state p{max-width:620px;color:var(--fer-muted);margin:0 auto 20px}.fer-empty-icon{font-size:42px}@media (width<=1100px){.fer-evaluation-grid{grid-template-columns:1fr}}@media (width<=720px){.fer-evaluation-header{flex-direction:column;align-items:stretch}.fer-evaluation-counter{width:100%}.fer-evaluation-info{grid-template-columns:1fr}.fer-evaluation-card-top{flex-direction:column}}.fer-evaluation-progress{flex-direction:column;align-items:flex-start;gap:8px;min-width:170px;display:flex}.fer-flow-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:7px;min-height:30px;padding:7px 11px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.fer-flow-dot{background:currentColor;border-radius:999px;width:7px;height:7px;box-shadow:0 0 10px}.fer-evaluation-row-actions form{margin:0}.fer-action-link:hover{background:#2563eb1f;border-color:#60a5fa70}.fer-action-link.disabled:hover{background:#94a3b812;border-color:#94a3b82e}.fer-flow-badge.completed{color:#86efac;background:#22c55e1c;border:1px solid #22c55e40}.fer-flow-badge.active{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f647}.fer-flow-badge.pending{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b3d}.fer-evaluation-row-actions{grid-template-columns:repeat(2,minmax(135px,1fr));gap:8px;min-width:290px;display:grid}.fer-evaluation-row-actions form{width:100%;margin:0}.fer-action-link{width:100%;min-height:38px;color:var(--fer-text);cursor:pointer;background:#94a3b812;border:1px solid #94a3b82e;border-radius:12px;justify-content:flex-start;align-items:center;gap:7px;padding:9px 12px;font-family:inherit;font-size:12px;font-weight:800;line-height:1;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.fer-action-link:hover{background:#2563eb24;border-color:#60a5fa75;transform:translateY(-1px)}.fer-action-link.primary{color:#dbeafe;background:#2563eb2e;border-color:#3b82f661}.fer-action-link.danger{color:#fecaca;background:#ef444417;border-color:#ef444440}.fer-action-link.danger:hover{background:#ef444426;border-color:#ef44447a}.fer-action-link.disabled{color:var(--fer-muted);opacity:.58;cursor:not-allowed}.fer-action-link.disabled:hover{background:#94a3b812;border-color:#94a3b82e;transform:none}.fer-table-empty{text-align:center;color:var(--fer-muted);padding:24px}@media (width<=1450px){.fer-evaluation-row-actions{grid-template-columns:1fr;min-width:155px}}@media (width<=900px){.fer-table{min-width:1050px}}.fer-context-banner{background:#2563eb14;border:1px solid #60a5fa38;border-radius:14px;margin:18px 0 22px;padding:16px 20px}.fer-context-banner strong{color:#bfdbfe;margin-bottom:6px;display:block}.fer-context-banner div{color:var(--fer-text);font-size:14px}.fer-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.fer-section-header h2,.fer-section-header h3{margin:0}.fer-section-header p{color:#94a3b8eb;margin:7px 0 0;line-height:1.5}.fer-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.fer-kpi-card{background:#0f172abd;border:1px solid #60a5fa2e;border-radius:20px;padding:22px;box-shadow:0 18px 42px #02061733}.fer-kpi-card span{color:#cbd5e1e0;font-size:14px;font-weight:700;display:block}.fer-kpi-card strong{color:var(--fer-text);margin-top:12px;font-size:32px;line-height:1;display:block}.fer-kpi-card small{color:#94a3b8d1;margin-top:10px;display:block}.fer-filter-actions{flex-wrap:wrap;gap:10px;display:flex}.fer-filter-chip{color:#e2e8f0e0;background:#0f172aad;border:1px solid #60a5fa33;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:9px 15px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.fer-filter-chip:hover,.fer-filter-chip.active{color:#eff6ff;background:#2563eb33;border-color:#60a5faa3}.fer-table-wrapper{width:100%;overflow-x:auto}.fer-table-subtext{color:#94a3b8c2;margin-top:5px;font-size:12px;line-height:1.4;display:block}.fer-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.fer-badge-warning{color:#facc15;background:#facc151c;border:1px solid #facc1540}.fer-badge-success{color:#4ade80;background:#22c55e1c;border:1px solid #22c55e40}.fer-badge-danger{color:#f87171;background:#ef44441c;border:1px solid #ef444440}.fer-badge-info{color:#60a5fa;background:#3b82f61c;border:1px solid #3b82f640}.fer-badge-neutral{color:#cbd5e1;background:#94a3b81a;border:1px solid #94a3b833}.fer-btn-secondary{color:#e2e8f0;background:#0f172aa6;border:1px solid #60a5fa3d;border-radius:14px;justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-weight:750;text-decoration:none;transition:all .2s;display:inline-flex}.fer-btn-secondary:hover{background:#1e293bd1;border-color:#60a5fa94}.fer-btn-table{color:#bfdbfe;white-space:nowrap;background:#2563eb29;border:1px solid #60a5fa40;border-radius:12px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.fer-btn-table:hover{background:#2563eb47;border-color:#60a5fa94}.fer-pagination-wrapper{justify-content:flex-end;display:flex}@media (width<=1100px){.fer-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.fer-kpi-grid{grid-template-columns:1fr}.fer-section-header{align-items:stretch}.fer-section-header .fer-btn-primary,.fer-section-header .fer-btn-secondary{width:100%}}.fer-form-section{background:#0f172a85;border:1px solid #60a5fa24;border-radius:20px;padding:22px}.fer-form-section-title{align-items:flex-start;gap:14px;display:flex}.fer-form-section-title>span{color:#bfdbfe;background:#2563eb38;border:1px solid #60a5fa4d;border-radius:14px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:900;display:flex}.fer-form-section-title h3{margin:0}.fer-form-section-title p{color:#94a3b8d9;margin:6px 0 0;line-height:1.5}.fer-field{color:var(--fer-text);flex-direction:column;gap:9px;font-weight:750;display:flex}.fer-field input,.fer-field select,.fer-field textarea{width:100%;color:var(--fer-text);background:#0f172ac2;border:1px solid #60a5fa38;border-radius:15px;outline:none;padding:13px 15px;font-family:inherit;font-size:14px;transition:all .2s}.fer-field textarea{resize:vertical;min-height:140px;line-height:1.55}.fer-field input:focus,.fer-field select:focus,.fer-field textarea:focus{border-color:#60a5faad;box-shadow:0 0 0 3px #2563eb2b}.fer-field small{color:#94a3b8c7;font-weight:500;line-height:1.45}.fer-upload-field{cursor:pointer;display:block;position:relative}.fer-upload-field input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.fer-upload-content{background:#2563eb12;border:1px dashed #60a5fa6b;border-radius:18px;align-items:center;gap:16px;min-height:104px;padding:20px;transition:all .2s;display:flex}.fer-upload-field:hover .fer-upload-content{background:#2563eb21;border-color:#60a5fac7}.fer-upload-icon{background:#2563eb33;border-radius:16px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.fer-upload-content strong{color:#e2e8f0;display:block}.fer-upload-content span{color:#94a3b8d1;overflow-wrap:anywhere;margin-top:6px;font-size:13px;display:block}.fer-info-box{background:#0ea5e914;border:1px solid #38bdf833;border-radius:16px;padding:16px 18px}.fer-info-box strong{color:#7dd3fc}.fer-info-box p{color:#cbd5e1d9;margin:7px 0 0;line-height:1.55}.fer-student-search-results{gap:8px;max-height:300px;margin-top:12px;display:grid;overflow:auto}.fer-student-search-results[hidden]{display:none}.fer-student-search-result{width:100%;color:var(--fer-text);text-align:left;cursor:pointer;background:#2563eb14;border:1px solid #60a5fa47;border-radius:14px;padding:12px 14px;transition:background .2s,border-color .2s,transform .2s}.fer-student-search-result:hover,.fer-student-search-result:focus-visible{background:#2563eb33;border-color:#60a5fab8;outline:none;transform:translate(3px)}.fer-student-search-result strong,.fer-student-search-result small{display:block}.fer-student-search-result small{color:var(--fer-muted);margin-top:4px}.fer-form-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}@media (width<=640px){.fer-form-section{padding:17px}.fer-form-actions{align-items:stretch}.fer-form-actions .fer-btn-primary,.fer-form-actions .fer-btn-secondary{width:100%}}.fer-detail-actions{flex-wrap:wrap;gap:10px;display:flex}.fer-excuse-status-card{border-radius:20px;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.fer-excuse-status-card.pending{background:#facc1514;border:1px solid #facc153d}.fer-excuse-status-card.approved{background:#22c55e14;border:1px solid #22c55e3d}.fer-excuse-status-card.rejected{background:#ef444414;border:1px solid #ef44443d}.fer-excuse-status-label{color:#cbd5e1c7;font-size:13px;font-weight:700;display:block}.fer-excuse-status-card strong{color:#f8fafc;margin-top:7px;font-size:25px;display:block}.fer-excuse-status-card small{color:#94a3b8d6;margin-top:7px;display:block}.fer-excuse-status-icon{border-radius:18px;flex:0 0 54px;justify-content:center;align-items:center;width:54px;height:54px;font-size:28px;font-weight:900;display:flex}.pending .fer-excuse-status-icon{color:#facc15;background:#facc1521}.approved .fer-excuse-status-icon{color:#4ade80;background:#22c55e21}.rejected .fer-excuse-status-icon{color:#f87171;background:#ef444421}.fer-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.fer-detail-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.fer-detail-list>div{background:#0f172a8f;border:1px solid #60a5fa1f;border-radius:15px;padding:15px}.fer-detail-list span{color:#94a3b8cc;font-size:12px;font-weight:700;display:block}.fer-detail-list strong{color:#e2e8f0;overflow-wrap:anywhere;margin-top:7px;line-height:1.45;display:block}.fer-justification-box{background:#0f172a8c;border:1px solid #60a5fa24;border-radius:17px;padding:18px}.fer-justification-box>span,.fer-justification-description>span{color:#94a3b8d1;font-size:12px;font-weight:750;display:block}.fer-justification-box>strong{color:#f1f5f9;margin-top:8px;font-size:17px;display:block}.fer-justification-description{border-top:1px solid #94a3b81f;margin-top:18px;padding-top:18px}.fer-justification-description p,.fer-justification-box p{color:#e2e8f0e0;white-space:pre-line;margin:8px 0 0;line-height:1.65}.fer-muted-text{color:#94a3b8d6;margin-top:7px}.fer-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.fer-review-card{border-radius:18px;padding:20px}.fer-review-card.approve{background:#22c55e0f;border:1px solid #22c55e33}.fer-review-card.reject{background:#ef44440f;border:1px solid #ef444433}.fer-review-card-header{align-items:flex-start;gap:13px;margin-bottom:18px;display:flex}.fer-review-card-header>span{border-radius:13px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:21px;font-weight:900;display:flex}.fer-review-card.approve .fer-review-card-header>span{color:#4ade80;background:#22c55e26}.fer-review-card.reject .fer-review-card-header>span{color:#f87171;background:#ef444426}.fer-review-card h4{color:#f1f5f9;margin:0;font-size:17px}.fer-review-card p{color:#94a3b8d6;margin:6px 0 0;line-height:1.5}.fer-btn-approve,.fer-btn-reject{cursor:pointer;border-radius:14px;width:100%;margin-top:18px;padding:12px 16px;font-family:inherit;font-weight:850;transition:all .2s}.fer-btn-approve{color:#dcfce7;background:#16a34ab8;border:1px solid #4ade8061}.fer-btn-approve:hover{background:#16a34ae6}.fer-btn-reject{color:#fee2e2;background:#dc2626ad;border:1px solid #f8717161}.fer-btn-reject:hover{background:#dc2626e6}@media (width<=900px){.fer-detail-grid,.fer-review-grid{grid-template-columns:1fr}}@media (width<=640px){.fer-detail-list{grid-template-columns:1fr}.fer-detail-actions,.fer-detail-actions a{width:100%}}.fer-observer-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.fer-observer-kpi-card{background:#0f172ab8;border:1px solid #60a5fa29;border-radius:20px;padding:21px;text-decoration:none;transition:all .2s;display:block;box-shadow:0 18px 40px #0206172e}a.fer-observer-kpi-card:hover{border-color:#60a5fa7a;transform:translateY(-2px)}.fer-observer-kpi-card span{color:#cbd5e1e0;font-size:13px;font-weight:800;display:block}.fer-observer-kpi-card strong{color:#f8fafc;margin-top:11px;font-size:31px;line-height:1;display:block}.fer-observer-kpi-card small{color:#94a3b8cc;margin-top:10px;display:block}.fer-observer-kpi-card.warning{border-color:#facc153d}.fer-observer-kpi-card.info{border-color:#3b82f640}.fer-observer-kpi-card.success,.fer-observer-kpi-card.positive{border-color:#22c55e3d}.fer-observer-kpi-card.danger,.fer-observer-kpi-card.overdue{border-color:#ef444440}.fer-observer-kpi-card.neutral{border-color:#94a3b838}.fer-observer-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.fer-filter-wide,.fer-filter-student{grid-column:span 2}.fer-observation-timeline{flex-direction:column;gap:18px;display:flex}.fer-observation-item{grid-template-columns:46px minmax(0,1fr);gap:16px;display:grid;position:relative}.fer-observation-item:not(:last-child):after{content:"";background:#60a5fa29;width:1px;position:absolute;top:46px;bottom:-19px;left:22px}.fer-observation-marker{z-index:1;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:900;display:flex}.fer-observation-marker.fer-badge-success{color:#4ade80;background:#22c55e24;border:1px solid #22c55e4d}.fer-observation-marker.fer-badge-danger{color:#f87171;background:#ef444424;border:1px solid #ef44444d}.fer-observation-marker.fer-badge-info{color:#60a5fa;background:#3b82f624;border:1px solid #3b82f64d}.fer-observation-content{background:#0f172a8c;border:1px solid #60a5fa21;border-radius:19px;padding:20px}.fer-observation-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.fer-observation-meta{flex-wrap:wrap;gap:8px;display:flex}.fer-observation-content h4{color:#f8fafc;margin:14px 0 0;font-size:18px}.fer-observation-student{color:#94a3b8e0;margin:8px 0 0;line-height:1.5}.fer-observation-student strong{color:#e2e8f0}.fer-observation-date{text-align:right;white-space:nowrap}.fer-observation-date strong{color:#e2e8f0;display:block}.fer-observation-date small{color:#94a3b8bd;margin-top:5px;display:block}.fer-observation-description{color:#cbd5e1e0;margin:17px 0 0;line-height:1.65}.fer-observation-footer{border-top:1px solid #94a3b81c;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding-top:16px;display:flex}.fer-observation-footer-meta{color:#94a3b8cc;flex-wrap:wrap;gap:16px;font-size:12px;display:flex}.fer-observation-footer-meta strong{color:#cbd5e1}.fer-empty-state{text-align:center;background:#0f172a66;border:1px dashed #60a5fa2e;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:290px;padding:35px;display:flex}.fer-empty-icon{background:#2563eb24;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex}.fer-empty-state h3{margin:17px 0 0}.fer-empty-state p{color:#94a3b8d6;margin:9px 0 20px}@media (width<=1200px){.fer-observer-kpi-grid,.fer-observer-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.fer-observer-kpi-grid,.fer-observer-filter-grid{grid-template-columns:1fr}.fer-filter-wide,.fer-filter-student{grid-column:span 1}.fer-observation-header,.fer-observation-footer{flex-direction:column;align-items:stretch}.fer-observation-date{text-align:left}.fer-observation-footer .fer-btn-table{width:100%}}.fer-observation-create-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:22px;display:grid}.fer-observation-create-main{min-width:0}.fer-observation-context-column{position:sticky;top:22px}.fer-student-context-panel{background:#0f172ac7;border:1px solid #60a5fa2e;border-radius:22px;min-height:420px;padding:20px;box-shadow:0 22px 50px #02061742}.fer-context-empty,.fer-context-loading,.fer-context-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:380px;padding:24px;display:flex}.fer-context-empty-icon{background:#2563eb26;border-radius:22px;justify-content:center;align-items:center;width:66px;height:66px;font-size:28px;display:flex}.fer-context-empty h3,.fer-context-error h3{margin:17px 0 0}.fer-context-empty p,.fer-context-loading p,.fer-context-error p{color:#94a3b8d6;margin:10px 0 0;line-height:1.55}.fer-context-spinner{border:3px solid #60a5fa2e;border-top-color:#60a5fa;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite ferContextSpin}@keyframes ferContextSpin{to{transform:rotate(360deg)}}.fer-context-header{border-bottom:1px solid #94a3b81f;align-items:center;gap:14px;padding-bottom:18px;display:flex}.fer-context-avatar{color:#fff;background:linear-gradient(135deg,#2563ebf2,#0ea5e9d9);border-radius:18px;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;font-size:21px;font-weight:900;display:flex}.fer-context-header span{color:#94a3b8bf;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:800}.fer-context-header h3{color:#f8fafc;margin:4px 0 0;font-size:17px}.fer-context-header p{color:#94a3b8d6;margin:5px 0 0;font-size:12px}.fer-context-section{margin-top:20px}.fer-context-section h4{color:#e2e8f0;margin:0 0 12px;font-size:13px}.fer-context-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.fer-context-stat{background:#1e293ba6;border:1px solid #94a3b81f;border-radius:14px;padding:12px}.fer-context-stat span{color:#94a3b8c7;font-size:11px;display:block}.fer-context-stat strong{color:#f8fafc;margin-top:6px;font-size:20px;display:block}.fer-context-stat.good{border-color:#22c55e3b}.fer-context-stat.danger{border-color:#ef44443d}.fer-context-stat.warning{border-color:#facc153b}.fer-context-stat.info{border-color:#3b82f63d}.fer-context-attendance{background:#1e293ba6;border:1px solid #94a3b81f;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.fer-context-attendance span{color:#94a3b8cc;font-size:12px}.fer-context-attendance strong{font-size:22px}.fer-context-attendance.good{color:#4ade80;border-color:#22c55e40}.fer-context-attendance.warning{color:#facc15;border-color:#facc1540}.fer-context-attendance.danger{color:#f87171;border-color:#ef444440}.fer-context-attendance.neutral{color:#cbd5e1}.fer-context-mini-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px;display:grid}.fer-context-mini-list>div{background:#1e293b7a;border-radius:12px;padding:10px 11px}.fer-context-mini-list span{color:#94a3b8bd;font-size:10px;display:block}.fer-context-mini-list strong{color:#e2e8f0;margin-top:5px;font-size:15px;display:block}.fer-context-message{border-radius:16px;margin-top:20px;padding:15px}.fer-context-message.good{background:#22c55e14;border:1px solid #22c55e36}.fer-context-message.warning{background:#facc1514;border:1px solid #facc1538}.fer-context-message strong{color:#f1f5f9}.fer-context-message p{color:#cbd5e1d1;margin:7px 0 0;font-size:12px;line-height:1.5}.fer-switch-field{cursor:pointer;align-items:center;gap:13px;display:flex}.fer-switch-field input{opacity:0;pointer-events:none;position:absolute}.fer-switch-control{background:#64748b66;border-radius:999px;flex:0 0 48px;width:48px;height:26px;transition:all .2s;position:relative}.fer-switch-control:after{content:"";background:#f8fafc;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:3px;left:3px}.fer-switch-field input:checked+.fer-switch-control{background:#2563ebe6}.fer-switch-field input:checked+.fer-switch-control:after{transform:translate(22px)}.fer-switch-copy strong{color:#e2e8f0;display:block}.fer-switch-copy small{color:#94a3b8cc;margin-top:4px;display:block}.fer-follow-up-date{display:none}.fer-follow-up-date.visible{display:block}.fer-selected-file-list{flex-direction:column;gap:9px;margin-top:12px;display:flex}.fer-selected-file-item{background:#1e293b94;border:1px solid #60a5fa21;border-radius:13px;align-items:center;gap:11px;padding:11px 13px;display:flex}.fer-selected-file-item>span{font-size:18px}.fer-selected-file-item strong{color:#e2e8f0;overflow-wrap:anywhere;font-size:12px;display:block}.fer-selected-file-item small{color:#94a3b8ba;margin-top:4px;font-size:10px;display:block}@media (width<=1100px){.fer-observation-create-layout{grid-template-columns:1fr}.fer-observation-context-column{order:-1;position:static}.fer-student-context-panel{min-height:auto}.fer-context-empty,.fer-context-loading,.fer-context-error{min-height:220px}}.fer-observation-status-panel{border-radius:21px;justify-content:space-between;align-items:center;gap:20px;padding:23px;display:flex}.fer-observation-status-panel.open{background:#facc1512;border:1px solid #facc153b}.fer-observation-status-panel.follow-up{background:#3b82f614;border:1px solid #3b82f63d}.fer-observation-status-panel.closed{background:#22c55e14;border:1px solid #22c55e3d}.fer-observation-status-panel.cancelled{background:#ef444414;border:1px solid #ef44443d}.fer-observation-status-label{color:#94a3b8cc;font-size:12px;font-weight:800;display:block}.fer-observation-status-panel>div>strong{color:#f8fafc;margin-top:7px;font-size:26px;display:block}.fer-observation-status-meta{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.fer-observation-status-symbol{color:#f8fafc;background:#0f172a4d;border-radius:19px;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;font-size:28px;font-weight:900;display:flex}.fer-observation-detail-copy{flex-direction:column;gap:18px;display:flex}.fer-observation-detail-copy>div{background:#0f172a8a;border:1px solid #60a5fa21;border-radius:17px;padding:18px}.fer-observation-detail-copy span{color:#94a3b8d1;font-size:12px;font-weight:800;display:block}.fer-observation-detail-copy p{color:#e2e8f0e6;white-space:pre-line;margin:9px 0 0;line-height:1.7}.fer-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.fer-evidence-card{background:#0f172a8a;border:1px solid #60a5fa24;border-radius:17px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.fer-evidence-icon{background:#2563eb24;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.fer-evidence-info{min-width:0}.fer-evidence-info strong{color:#e2e8f0;overflow-wrap:anywhere;display:block}.fer-evidence-info span{color:#94a3b8c2;margin-top:5px;font-size:11px;display:block}.fer-evidence-info p{color:#cbd5e1d1;margin:8px 0 0;font-size:12px}.fer-evidence-actions{flex-direction:column;align-items:stretch;gap:8px;display:flex}.fer-btn-danger-small{color:#fecaca;cursor:pointer;background:#dc262629;border:1px solid #f8717140;border-radius:11px;width:100%;padding:8px 11px;font-family:inherit;font-size:12px;font-weight:800}.fer-btn-danger-small:hover{background:#dc262647}.fer-empty-evidence{text-align:center;border:1px dashed #60a5fa2e;border-radius:17px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:180px;padding:25px;display:flex}.fer-empty-evidence>span{font-size:27px}.fer-empty-evidence strong{color:#e2e8f0;margin-top:10px}.fer-empty-evidence p{color:#94a3b8cc;margin:7px 0 0}@media (width<=900px){.fer-evidence-grid{grid-template-columns:1fr}}@media (width<=640px){.fer-observation-status-panel{align-items:flex-start}.fer-evidence-card{grid-template-columns:42px minmax(0,1fr)}.fer-evidence-actions{flex-direction:row;grid-column:1/-1}.fer-evidence-actions>*{flex:1}}.fer-case-timeline{flex-direction:column;gap:0;display:flex}.fer-case-timeline-item{grid-template-columns:52px minmax(0,1fr);gap:17px;padding-bottom:22px;display:grid;position:relative}.fer-case-timeline-item:not(:last-child):before{content:"";background:linear-gradient(#60a5fa42,#60a5fa12);width:2px;position:absolute;top:52px;bottom:0;left:25px}.fer-case-timeline-icon{z-index:1;background:#1e293bf2;border:1px solid #94a3b82e;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:21px;display:flex}.fer-case-timeline-icon.primary{background:#2563eb24;border-color:#60a5fa57}.fer-case-timeline-icon.info{background:#0ea5e91f;border-color:#38bdf852}.fer-case-timeline-icon.success{background:#22c55e1f;border-color:#4ade8052}.fer-case-timeline-icon.warning{background:#facc151a;border-color:#facc1552}.fer-case-timeline-icon.danger{background:#ef44441f;border-color:#f8717157}.fer-case-timeline-content{background:#0f172a85;border:1px solid #60a5fa21;border-radius:19px;padding:19px}.fer-case-timeline-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.fer-case-event-type{color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em;background:#94a3b81a;border:1px solid #94a3b82b;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:850;display:inline-flex}.fer-case-event-type.primary{color:#bfdbfe;background:#2563eb1f;border-color:#60a5fa47}.fer-case-event-type.info{color:#bae6fd;background:#0ea5e91a;border-color:#38bdf842}.fer-case-event-type.success{color:#bbf7d0;background:#22c55e1a;border-color:#4ade8042}.fer-case-event-type.warning{color:#fef08a;background:#facc1517;border-color:#facc1542}.fer-case-event-type.danger{color:#fecaca;background:#ef44441a;border-color:#f8717145}.fer-case-timeline-content h4{color:#f8fafc;margin:10px 0 0;font-size:17px}.fer-case-timeline-date{text-align:right;white-space:nowrap}.fer-case-timeline-date strong{color:#e2e8f0;display:block}.fer-case-timeline-date small{color:#94a3b8b8;margin-top:5px;font-size:10px;display:block}.fer-case-event-description{color:#e2e8f0e3;white-space:pre-line;margin:16px 0 0;line-height:1.65}.fer-case-next-action{background:#2563eb12;border:1px solid #60a5fa24;border-radius:14px;margin-top:16px;padding:14px}.fer-case-next-action span{color:#93c5fd;font-size:11px;font-weight:800;display:block}.fer-case-next-action p{color:#e2e8f0d9;white-space:pre-line;margin:7px 0 0;line-height:1.55}.fer-case-event-metadata{color:#94a3b8c2;flex-wrap:wrap;gap:9px 16px;margin-top:15px;font-size:11px;display:flex}.fer-case-event-metadata strong{color:#cbd5e1}.fer-case-event-author{color:#94a3b8b8;border-top:1px solid #94a3b81a;margin-top:16px;padding-top:14px;font-size:11px}.fer-case-event-author strong{color:#cbd5e1}@media (width<=720px){.fer-case-timeline-heading{flex-direction:column}.fer-case-timeline-date{text-align:left}.fer-case-timeline-item{grid-template-columns:42px minmax(0,1fr);gap:12px}.fer-case-timeline-icon{border-radius:14px;width:42px;height:42px;font-size:17px}.fer-case-timeline-item:not(:last-child):before{top:42px;left:20px}}.fer-sidebar-section{letter-spacing:.12em;text-transform:uppercase;color:#6f86c7;opacity:.9;margin-top:22px;margin-bottom:10px;padding-left:18px;font-size:11px;font-weight:700}.fer-sidebar-divider{background:#ffffff0d;height:1px;margin:8px 14px}.fer-menu>.fer-sidebar-section{margin-top:10px;margin-bottom:4px}.fer-menu>.fer-sidebar-divider+.fer-sidebar-section{margin-top:2px}.fer-gradebook-grid .activity-head:hover,.fer-gradebook-grid .activity-head:focus-within{z-index:45}.fer-gradebook-grid .activity-head em{white-space:normal;overflow-wrap:anywhere;width:max-content;max-width:280px;line-height:1.35;left:4px;transform:none;box-shadow:0 12px 30px #000b}.fer-gradebook-grid .activity-head:hover em,.fer-gradebook-grid .activity-head:focus-within em{display:block}[x-cloak]{display:none!important}.fer-users-table-wrap{padding-bottom:8px;overflow:visible}@media (width<=900px){.fer-users-table-wrap{overflow:auto hidden}}.fer-action-menu{justify-content:flex-end;display:inline-flex;position:relative}.fer-action-menu__trigger{color:#cbd5e1;cursor:pointer;background:#0c172bf0;border:1px solid #294567;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-family:inherit;font-size:12px;font-weight:750;line-height:1;transition:border-color .18s,background-color .18s,color .18s,transform .18s;display:inline-flex}.fer-action-menu__trigger:hover,.fer-action-menu__trigger:focus-visible{color:#bfdbfe;background:#2563eb1f;border-color:#3b82f6;outline:none}.fer-action-menu__trigger:active{transform:translateY(1px)}.fer-action-menu__trigger svg{transition:transform .18s}.fer-action-menu__dropdown{z-index:100;background:#0b172a;border:1px solid #47648f8c;border-radius:12px;width:max-content;min-width:225px;max-width:280px;padding:7px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 45px #00000061,0 0 0 1px #ffffff05}.fer-action-menu__dropdown--up{top:auto;bottom:calc(100% + 8px)}.fer-action-menu__item{color:#dbeafe;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:40px;padding:9px 11px;font-family:inherit;font-size:12px;font-weight:650;line-height:1.35;text-decoration:none;transition:background-color .16s,color .16s;display:flex}.fer-action-menu__item:hover,.fer-action-menu__item:focus-visible{color:#fff;background:#2563eb24;outline:none}.fer-action-menu__item svg{color:#93c5fd;flex:none;width:17px;height:17px}.fer-action-menu__item--danger{color:#fecaca}.fer-action-menu__item--danger svg{color:#f87171}.fer-action-menu__item--danger:hover,.fer-action-menu__item--danger:focus-visible{color:#fee2e2;background:#dc262624}.fer-action-menu__divider{background:#47648f61;height:1px;margin:6px 5px}.fer-action-menu-enter{transition:opacity .16s,transform .16s}.fer-action-menu-enter-start{opacity:0;transform:translateY(-5px)scale(.98)}.fer-action-menu-enter-end{opacity:1;transform:translateY(0)scale(1)}.fer-action-menu-leave{transition:opacity .12s,transform .12s}.fer-action-menu-leave-start{opacity:1;transform:translateY(0)scale(1)}.fer-action-menu-leave-end{opacity:0;transform:translateY(-4px)scale(.98)}.fer-user-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.fer-user-status:before{content:"";border-radius:50%;width:7px;height:7px}.fer-user-status--configured{color:#86efac;background:#22c55e17;border-color:#22c55e38}.fer-user-status--configured:before{background:#22c55e;box-shadow:0 0 0 3px #22c55e1c}.fer-user-status--pending{color:#fcd34d;background:#f59e0b17;border-color:#f59e0b40}.fer-user-status--pending:before{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b1c}.fer-user-status--inactive{color:#fca5a5;background:#7f1d1d3d;border-color:#f8717157}.fer-user-status--inactive:before{background:#ef4444;box-shadow:0 0 0 3px #ef44441f}.fer-teacher-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.fer-teacher-filter-grid{grid-template-columns:minmax(260px,1.35fr) minmax(165px,.7fr) minmax(155px,.65fr) minmax(190px,.8fr) auto;align-items:end;gap:14px;width:100%;display:grid}.fer-teacher-field{flex-direction:column;gap:8px;min-width:0;display:flex}.fer-teacher-field label,label.fer-teacher-field{color:#e2e8f0;font-size:12px;font-weight:800}.fer-teacher-field input,.fer-teacher-field select,.fer-teacher-select{color:#f8fafc;background:#0f172ac7;border:1px solid #60a5fa3b;border-radius:12px;outline:none;width:100%;min-height:43px;padding:0 13px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.fer-teacher-field input::placeholder{color:#94a3b8b3}.fer-teacher-field input:focus,.fer-teacher-field select:focus,.fer-teacher-select:focus{background:#0f172af5;border-color:#60a5fab3;box-shadow:0 0 0 3px #2563eb29}.fer-teacher-field option,.fer-teacher-select option{color:#f8fafc;background:#0f172a}.fer-teacher-filter-actions{align-items:center;gap:9px;display:flex}.fer-teacher-filter-actions .fer-btn-primary,.fer-teacher-filter-actions .fer-btn-secondary{white-space:nowrap;min-height:43px}.fer-teacher-directory-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.fer-teacher-directory-header h3{margin:0}.fer-teacher-directory-header small{color:var(--fer-muted);margin-top:5px;display:block}.fer-teacher-person{align-items:center;gap:12px;min-width:230px;display:flex}.fer-teacher-avatar{color:#fff;background:linear-gradient(135deg,#2563ebe6,#1d4ed8c7);border:1px solid #60a5fa40;border-radius:14px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:850;display:flex;box-shadow:0 8px 20px #2563eb24}.fer-teacher-person-copy{min-width:0}.fer-teacher-person-copy strong{color:#f8fafc;display:block}.fer-teacher-person-copy small{color:var(--fer-muted);overflow-wrap:anywhere;margin-top:4px;display:block}.fer-teacher-metric{color:#f8fafc;font-weight:800;display:block}.fer-teacher-subtext{color:var(--fer-muted);margin-top:4px;font-size:11px;display:block}.fer-teacher-direction{align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.fer-teacher-direction.assigned{color:#86efac}.fer-teacher-direction.empty{color:var(--fer-muted)}.fer-teacher-direction:before{content:"";opacity:.9;background:currentColor;border-radius:50%;width:7px;height:7px}.fer-teacher-row-action{color:#bfdbfe;background:#0f172aa6;border:1px solid #60a5fa47;border-radius:9px;justify-content:center;align-items:center;min-height:36px;padding:0 13px;font-size:12px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.fer-teacher-row-action:hover{color:#fff;background:#2563eb26;border-color:#60a5fa9e;transform:translateY(-1px)}.fer-teacher-hero{justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-teacher-hero-main{align-items:center;gap:16px;display:flex}.fer-teacher-avatar-large{color:#fff;background:linear-gradient(135deg,#2563ebeb,#1d4ed8cc);border:1px solid #60a5fa47;border-radius:18px;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;font-size:21px;font-weight:850;display:flex;box-shadow:0 12px 28px #2563eb29}.fer-teacher-yearbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.fer-teacher-yearbar form{min-width:220px}.fer-teacher-yearbar-actions{flex-wrap:wrap;gap:10px;display:flex}.fer-teacher-layout{grid-template-columns:minmax(300px,.72fr) minmax(520px,1.28fr);align-items:stretch;gap:22px;display:grid}.fer-teacher-panel{height:100%}.fer-teacher-panel h3{margin:0}.fer-teacher-meta-list{flex-direction:column;gap:0;margin-top:17px;display:flex}.fer-teacher-meta-row{border-bottom:1px solid #94a3b81a;grid-template-columns:145px minmax(0,1fr);gap:16px;padding:13px 0;display:grid}.fer-teacher-meta-row:last-child{border-bottom:0}.fer-teacher-meta-row span{color:var(--fer-muted);font-size:12px;font-weight:750}.fer-teacher-meta-row strong{color:#e2e8f0;overflow-wrap:anywhere;font-size:13px}.fer-teacher-meta-row .muted{color:var(--fer-muted);font-weight:600}.fer-teacher-load-empty{color:#fbbf24;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.fer-teacher-load-empty:before{content:"";background:#f59e0b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #f59e0b1a}.fer-teacher-empty{text-align:center;color:var(--fer-muted);padding:28px}@media (width<=1200px){.fer-teacher-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-teacher-filter-actions{grid-column:1/-1}.fer-teacher-layout{grid-template-columns:1fr}}@media (width<=720px){.fer-teacher-filter-grid{grid-template-columns:1fr}.fer-teacher-filter-actions,.fer-teacher-directory-header,.fer-teacher-yearbar,.fer-teacher-hero{flex-direction:column;align-items:stretch}.fer-teacher-filter-actions>*,.fer-teacher-yearbar-actions>*{flex:1}.fer-teacher-meta-row{grid-template-columns:1fr;gap:5px}}.fer-modal{width:min(720px,100vw - 32px);max-width:720px;max-height:calc(100vh - 40px);color:inherit;z-index:9999;background:0 0;border:0;border-radius:22px;padding:0;overflow:visible;margin:auto!important;position:fixed!important;inset:0!important}.fer-modal[open]{justify-content:center;align-items:center;display:flex}.fer-modal::backdrop{-webkit-backdrop-filter:blur(6px);background:#020817c7}.fer-modal-container{background:linear-gradient(#0f1b31fc 0%,#091427fc 100%);border:1px solid #60a5fa2e;border-radius:22px;flex-direction:column;width:100%;max-height:calc(100vh - 40px);animation:.18s ease-out ferModalEnter;display:flex;overflow:hidden;box-shadow:0 32px 90px #0000008c,0 0 0 1px #ffffff06}@keyframes ferModalEnter{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.fer-modal-header{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 26px 20px;display:flex}.fer-modal-heading{min-width:0}.fer-modal-eyebrow{color:#60a5fa;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.fer-modal-heading h2{color:#f8fafc;margin:0;font-size:22px;line-height:1.25}.fer-modal-heading p{color:#94a3b8;margin:7px 0 0;font-size:14px;line-height:1.5}.fer-modal-close{color:#cbd5e1;cursor:pointer;background:#1e293bc2;border:1px solid #94a3b829;border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:26px;line-height:1;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.fer-modal-close:hover{color:#fff;background:#334155e6;border-color:#60a5fa59;transform:translateY(-1px)}.fer-modal-body{overscroll-behavior:contain;padding:24px 26px;overflow-y:auto}.fer-load-context-card{background:#0f234194;border:1px solid #60a5fa29;border-radius:16px;padding:18px}.fer-load-context-main{border-bottom:1px solid #94a3b81f;align-items:center;gap:14px;padding-bottom:16px;display:flex}.fer-load-context-icon{color:#60a5fa;background:#2563eb2e;border-radius:14px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:13px;font-weight:900;display:flex}.fer-load-context-main span,.fer-load-context-grid span{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.fer-load-context-main strong{color:#f8fafc;font-size:17px;display:block}.fer-load-context-main small,.fer-load-context-grid small{color:#94a3b8;margin-top:3px;font-size:12px;display:block}.fer-load-context-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) minmax(0,1fr);gap:18px;padding-top:16px;display:grid}.fer-load-context-grid strong{color:#e2e8f0;font-size:14px;display:block}.fer-load-sync-notice{background:#0e74901a;border:1px solid #38bdf82e;border-radius:14px;align-items:flex-start;gap:13px;margin-top:18px;padding:15px 16px;display:flex}.fer-load-sync-notice-icon{color:#38bdf8;background:#0ea5e929;border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:900;display:flex}.fer-load-sync-notice strong{color:#bae6fd;font-size:13px;display:block}.fer-load-sync-notice p{color:#94a3b8;margin:4px 0 0;font-size:12px;line-height:1.5}.fer-load-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.fer-modal .fer-field{color:#cbd5e1;flex-direction:column;gap:8px;font-size:13px;font-weight:700;display:flex}.fer-modal .fer-field input,.fer-modal .fer-field textarea{box-sizing:border-box;color:#f8fafc;width:100%;font:inherit;background:#0f172aeb;border:1px solid #94a3b833;border-radius:12px;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.fer-modal .fer-field input{height:48px;padding:0 14px}.fer-modal .fer-field textarea{resize:vertical;min-height:112px;padding:13px 14px}.fer-modal .fer-field input:focus,.fer-modal .fer-field textarea:focus{background:#0f172a;border-color:#3b82f6d9;box-shadow:0 0 0 3px #3b82f621}.fer-modal .fer-field small{color:#64748b;font-size:11px;font-weight:500;line-height:1.4}.fer-load-observations-field{margin-top:18px}.fer-modal-footer{background:#07101f8a;border-top:1px solid #94a3b824;justify-content:flex-end;gap:12px;padding:18px 26px 22px;display:flex}.fer-modal-footer button{min-width:132px}.fer-table-actions-heading,.fer-table-actions-cell{text-align:right}.fer-manage-load-button{white-space:nowrap}.fer-teacher-load-summary{flex-direction:column;gap:3px;display:flex}.fer-teacher-load-summary strong{color:#f8fafc;font-size:14px}.fer-teacher-load-summary small{color:#94a3b8;font-size:12px}.fer-teacher-load-warning{flex-direction:column;gap:3px;display:flex}.fer-teacher-load-warning span{color:#fbbf24;font-size:12px;font-weight:800}.fer-teacher-load-warning small{color:#94a3b8;font-size:11px}@media (width<=720px){.fer-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.fer-modal-container{border-radius:18px;max-height:calc(100vh - 20px)}.fer-modal-header,.fer-modal-body,.fer-modal-footer{padding-left:18px;padding-right:18px}.fer-load-context-grid,.fer-load-form-grid{grid-template-columns:1fr}.fer-modal-footer{flex-direction:column-reverse}.fer-modal-footer button{width:100%}}.fer-workload-capacity-grid{grid-template-columns:minmax(0,1fr);gap:20px;display:grid}.fer-workload-capacity-main{min-width:0}.fer-workload-capacity-status{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.fer-workload-capacity-badge{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:5px 12px;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.fer-workload-capacity-badge--gray{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.fer-workload-capacity-badge--green{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.fer-workload-capacity-badge--yellow{color:#854d0e;background:#fefce8;border-color:#fde68a}.fer-workload-capacity-badge--red{color:#991b1b;background:#fef2f2;border-color:#fecaca}.fer-workload-capacity-year{color:#64748b;font-size:.86rem}.fer-workload-capacity-year strong{color:#0f172a}.fer-workload-capacity-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.fer-workload-capacity-metric{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;min-width:0;padding:16px}.fer-workload-capacity-metric span{color:#64748b;margin-bottom:8px;font-size:.78rem;font-weight:700;display:block}.fer-workload-capacity-metric strong{color:#0f172a;font-size:1.35rem;line-height:1.1;display:block}.fer-workload-capacity-progress-header{color:#475569;justify-content:space-between;gap:14px;margin-bottom:8px;font-size:.82rem;font-weight:700;display:flex}.fer-workload-capacity-progress{background:#e2e8f0;border-radius:999px;width:100%;height:11px;position:relative;overflow:hidden}.fer-workload-capacity-progress span{border-radius:inherit;height:100%;transition:width .3s;display:block}.fer-workload-capacity-progress--gray span{background:#94a3b8}.fer-workload-capacity-progress--green span{background:#22c55e}.fer-workload-capacity-progress--yellow span{background:#eab308}.fer-workload-capacity-progress--red span{background:#ef4444}.fer-workload-capacity-observations{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.fer-workload-capacity-observations span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.78rem;font-weight:800;display:block}.fer-workload-capacity-observations p{color:#334155;margin:0;line-height:1.6}.fer-field-error{color:#b91c1c;margin-top:6px;font-size:.78rem;font-weight:700;display:block}@media (width<=980px){.fer-workload-capacity-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.fer-workload-capacity-metrics{grid-template-columns:minmax(0,1fr)}.fer-workload-capacity-status,.fer-workload-capacity-progress-header{flex-direction:column;align-items:flex-start}}.fer-planning-center{overflow:visible}.fer-planning-eyebrow{color:var(--fer-blue-soft);letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.fer-planning-overview{background:linear-gradient(135deg,#2563eb24,#0f172ab8);border:1px solid #60a5fa33;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;padding:20px;display:flex}.fer-planning-overview-copy h4{letter-spacing:-.03em;margin:12px 0 6px;font-size:22px}.fer-planning-overview-copy p{color:var(--fer-muted);margin:0;line-height:1.6}.fer-planning-status{border:1px solid #94a3b833;border-radius:999px;align-items:center;gap:9px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.fer-planning-status>span{background:currentColor;border-radius:50%;width:9px;height:9px;box-shadow:0 0 14px}.fer-planning-status--available{color:#4ade80;background:#22c55e17;border-color:#22c55e3b}.fer-planning-status--high{color:#facc15;background:#facc1514;border-color:#facc1538}.fer-planning-status--near-limit{color:#fb923c;background:#f9731617;border-color:#f973163d}.fer-planning-status--overload{color:#f87171;background:#ef44441a;border-color:#ef444442}.fer-planning-status--pending,.fer-planning-status--neutral{color:#94a3b8;background:#94a3b814;border-color:#94a3b82e}.fer-planning-source{background:#02061761;border:1px solid #60a5fa29;border-radius:18px;width:min(330px,100%);padding:16px 18px}.fer-planning-source span,.fer-planning-source small{color:var(--fer-muted);font-size:12px;line-height:1.5;display:block}.fer-planning-source strong{color:var(--fer-text);margin:6px 0;font-size:15px;display:block}.fer-planning-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.fer-planning-kpi{background:#0f172a94;border:1px solid #60a5fa26;border-radius:18px;padding:18px}.fer-planning-kpi span{color:var(--fer-muted);font-size:12px;display:block}.fer-planning-kpi strong{color:var(--fer-text);letter-spacing:-.04em;margin:10px 0 7px;font-size:25px;display:block}.fer-planning-kpi small{color:var(--fer-blue-soft);line-height:1.45}.fer-planning-capacity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.fer-planning-capacity-card{background:#0f172a94;border:1px solid #60a5fa29;border-radius:20px;padding:20px}.fer-planning-capacity-header,.fer-planning-capacity-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.fer-planning-capacity-header span{color:var(--fer-muted);font-size:12px;display:block}.fer-planning-capacity-header strong{margin-top:5px;font-size:15px;display:block}.fer-planning-capacity-header b{color:var(--fer-blue-soft);font-size:17px}.fer-planning-progress{background:#020617a6;border:1px solid #60a5fa21;border-radius:999px;height:12px;margin:20px 0 12px;overflow:hidden}.fer-planning-progress span{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#22c55e);height:100%;transition:width .35s;display:block}.fer-planning-progress--overload span{background:linear-gradient(90deg,#f97316,#ef4444)}.fer-planning-capacity-footer{color:var(--fer-muted);font-size:12px}.fer-planning-inline-alert{color:#fca5a5;background:#ef444414;border:1px solid #ef44442e;border-radius:13px;margin-top:14px;padding:11px 13px;font-size:12px;line-height:1.5}.fer-planning-exception-summary{background:#d4af3714;border:1px solid #d4af3738;border-radius:18px;padding:18px}.fer-planning-exception-summary span{color:#facc15;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800;display:block}.fer-planning-exception-summary strong{margin-top:7px;display:block}.fer-planning-exception-summary p{color:var(--fer-muted);margin:12px 0 0;line-height:1.6}.fer-planning-exception-form{margin-top:22px}.fer-planning-empty-state{background:#f9731612;border:1px solid #f9731633;border-radius:20px;align-items:flex-start;gap:16px;padding:22px;display:flex}.fer-planning-empty-icon{color:#fb923c;background:#f973161f;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.fer-planning-empty-state strong{color:var(--fer-text);display:block}.fer-planning-empty-state p{color:var(--fer-muted);margin:7px 0 0;line-height:1.6}.fer-planning-warning-list{margin:10px 0 0 18px;padding:0;line-height:1.6}@media (width<=1150px){.fer-planning-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=850px){.fer-planning-overview{flex-direction:column;align-items:flex-start}.fer-planning-source{width:100%}.fer-planning-capacity-grid{grid-template-columns:1fr}}@media (width<=620px){.fer-planning-kpi-grid{grid-template-columns:1fr}.fer-planning-capacity-header,.fer-planning-capacity-footer{flex-direction:column;align-items:flex-start}}.fer-calendar-page,.fer-calendar-primary,.fer-calendar-side{gap:20px;display:grid}.fer-active-year-card{background:linear-gradient(135deg,#2563eb2e,#0f172ac7);justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-active-year-card h2,.fer-calendar-active-title h2{margin:0}.fer-active-year-card p{color:var(--fer-muted);margin:8px 0 0}.fer-calendar-active-title{align-items:center;gap:12px;display:flex}.fer-calendar-summary{grid-template-columns:repeat(3,minmax(90px,1fr));gap:10px;display:grid}.fer-calendar-summary div{background:#02061747;border:1px solid #60a5fa29;border-radius:14px;min-width:100px;padding:12px 14px}.fer-calendar-summary strong,.fer-calendar-summary span{display:block}.fer-calendar-summary strong{margin-bottom:4px;font-size:18px}.fer-calendar-summary span{color:var(--fer-muted);font-size:11px}.fer-calendar-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);align-items:start;gap:20px;display:grid}.fer-school-year-list,.fer-period-list{gap:10px;margin-top:18px;display:grid}.fer-school-year-item{background:#02061747;border:1px solid #3b82f624;border-radius:16px;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:18px;padding:14px;display:grid}.fer-school-year-item.active{background:#22c55e0b;border-color:#22c55e42}.fer-school-year-item.closed{opacity:.76}.fer-school-year-main,.fer-school-year-heading,.fer-year-facts,.fer-year-actions{align-items:center;display:flex}.fer-school-year-main{gap:12px}.fer-school-year-heading{gap:9px}.fer-year-facts{gap:14px}.fer-year-actions{justify-content:flex-end}.fer-year-icon{width:42px;height:42px;color:var(--fer-blue-soft);background:#2563eb24;border-radius:12px;flex:0 0 42px;place-items:center;font-weight:800;display:grid}.fer-school-year-heading h3,.fer-period-main h3{margin:0;font-size:14px}.fer-school-year-main p,.fer-period-main p{color:var(--fer-muted);margin:4px 0 0;font-size:11px}.fer-year-facts span{color:var(--fer-muted);white-space:nowrap;font-size:11px}.fer-year-facts strong{color:var(--fer-text)}.fer-calendar-status{color:var(--fer-muted);background:#94a3b814;border:1px solid #94a3b833;border-radius:999px;align-items:center;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.fer-calendar-status.active{color:var(--fer-green);background:#22c55e14;border-color:#22c55e38}.fer-calendar-status.planned{color:var(--fer-blue-soft);background:#2563eb14;border-color:#60a5fa38}.fer-period-item{background:#02061747;border:1px solid #3b82f624;border-radius:15px;grid-template-columns:32px minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:13px 14px;display:grid}.fer-period-item.is-open{border-color:#22c55e40}.fer-period-order{width:30px;height:30px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:9px;place-items:center;font-size:12px;font-weight:800;display:grid}.fer-period-main{justify-content:space-between;align-items:center;gap:14px;display:flex}.fer-period-main>strong{color:var(--fer-blue-soft)}.fer-calendar-empty{color:var(--fer-muted);text-align:center;border:1px dashed #60a5fa38;border-radius:16px;place-items:center;padding:34px 18px;display:grid}.fer-calendar-empty>span{color:var(--fer-blue-soft);margin-bottom:8px;font-size:24px}.fer-calendar-empty strong{color:var(--fer-text)}.fer-calendar-empty p{margin:6px 0 0;font-size:12px}.fer-calendar-form-card{padding:0;overflow:hidden}.fer-calendar-form-card summary{cursor:pointer;padding:18px 20px;font-size:15px;font-weight:800}.fer-calendar-form-card[open] summary{border-bottom:1px solid #3b82f624}.fer-calendar-form-card form{padding:18px 20px 20px}.fer-calendar-form{gap:14px;display:grid}.fer-calendar-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.fer-calendar-form label{color:var(--fer-text);gap:7px;font-size:12px;font-weight:700;display:grid}.fer-calendar-form input,.fer-calendar-form select,.fer-calendar-form textarea{width:100%;min-height:43px;color:var(--fer-text);font:inherit;background:#0f172ab8;border:1px solid #60a5fa3d;border-radius:11px;outline:none;padding:10px 12px}.fer-calendar-form textarea{resize:vertical;min-height:78px}.fer-calendar-form input:focus,.fer-calendar-form select:focus,.fer-calendar-form textarea:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb2e}.fer-calendar-form select option{color:var(--fer-text);background:#0f172a}.fer-form-help{color:var(--fer-muted);margin:0;font-size:11px;line-height:1.5}.fer-alert-error ul{margin:8px 0 0 18px}@media (width<=1200px){.fer-calendar-layout{grid-template-columns:1fr}.fer-calendar-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.fer-active-year-card{flex-direction:column;align-items:flex-start}.fer-school-year-item{grid-template-columns:1fr}.fer-year-facts{flex-wrap:wrap}.fer-year-actions{justify-content:flex-start}}@media (width<=650px){.fer-calendar-summary,.fer-calendar-side,.fer-calendar-form-row{grid-template-columns:1fr}.fer-period-item{grid-template-columns:32px minmax(0,1fr)}.fer-period-item>.fer-calendar-status,.fer-period-item>form{grid-column:2;justify-self:start}}.fer-groups-page,.fer-form-page{gap:20px;display:grid}.fer-groups-head,.fer-form-intro{justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-groups-head p,.fer-form-intro p{color:var(--fer-muted);margin:7px 0 0;font-size:13px}.fer-groups-year-title{align-items:center;gap:11px;display:flex}.fer-groups-year-title h2,.fer-form-intro h2{margin:0}.fer-groups-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fer-groups-kpis article{background:#0f172ab8;border:1px solid #3b82f638;border-radius:18px;padding:19px;box-shadow:0 15px 38px #0000002b}.fer-groups-kpis span,.fer-groups-kpis small{color:var(--fer-muted);font-size:11px;display:block}.fer-groups-kpis strong{margin:8px 0 5px;font-size:25px;display:block}.fer-group-filters{grid-template-columns:repeat(4,minmax(120px,1fr)) auto;align-items:end;gap:12px;display:grid}.fer-group-filters label{color:var(--fer-muted);gap:7px;font-size:11px;font-weight:700;display:grid}.fer-group-filters select,.fer-director-form select,.fer-clone-flow select{width:100%;min-height:42px;color:var(--fer-text);background:#0f172ab8;border:1px solid #60a5fa3b;border-radius:11px;outline:none;padding:9px 11px}.fer-group-filters select:focus,.fer-director-form select:focus,.fer-clone-flow select:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb29}.fer-group-filters option,.fer-director-form option,.fer-clone-flow option{color:var(--fer-text);background:#0f172a}.fer-group-filter-actions{gap:8px;display:flex}.fer-group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.fer-group-card{background:#02061747;border:1px solid #3b82f62b;border-radius:18px;padding:17px}.fer-group-card.is-inactive{opacity:.72}.fer-group-card-head{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.fer-group-code{width:44px;height:44px;color:var(--fer-blue-soft);background:#2563eb24;border-radius:13px;place-items:center;font-size:14px;font-weight:800;display:grid}.fer-group-card-head h3{margin:0;font-size:14px}.fer-group-card-head p{color:var(--fer-muted);margin:4px 0 0;font-size:11px}.fer-group-occupancy{margin:16px 0}.fer-group-occupancy>div:first-child{justify-content:space-between;align-items:center;display:flex}.fer-group-occupancy span,.fer-group-occupancy small{color:var(--fer-muted);font-size:11px}.fer-group-occupancy strong{font-size:13px}.fer-group-occupancy strong.warning{color:#fbbf24}.fer-group-occupancy strong.critical{color:var(--fer-red)}.fer-group-progress{background:#020617b8;border-radius:999px;height:7px;margin:7px 0;overflow:hidden}.fer-group-progress span{border-radius:inherit;background:linear-gradient(90deg,var(--fer-blue),var(--fer-green));height:100%;display:block}.fer-group-progress span.warning{background:linear-gradient(90deg,var(--fer-blue),#fbbf24)}.fer-group-progress span.critical{background:var(--fer-red)}.fer-director-form{background:#0f172a73;border:1px solid #3b82f61f;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:12px;display:grid}.fer-director-form label{color:var(--fer-muted);gap:6px;font-size:10px;font-weight:700;display:grid}.fer-director-form button,.fer-group-card-footer button{color:var(--fer-blue-soft);cursor:pointer;background:#2563eb1a;border:1px solid #60a5fa40;border-radius:9px;padding:9px 10px;font-size:11px;font-weight:700}.fer-group-card-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.fer-group-card-footer>span{color:var(--fer-muted);font-size:10px}.fer-group-card-footer form{margin:0}.fer-group-empty{grid-column:1/-1}.fer-group-create-card{max-width:920px}.fer-form-submit{border-top:1px solid #3b82f624;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding-top:18px;display:flex}.fer-form-submit p{color:var(--fer-muted);margin:0;font-size:11px}.fer-clone-card{max-width:940px}.fer-clone-flow{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:18px;display:grid}.fer-clone-flow label{color:var(--fer-text);gap:9px;font-size:12px;font-weight:700;display:grid}.fer-clone-step{width:28px;height:28px;color:var(--fer-blue-soft);background:#2563eb24;border-radius:9px;place-items:center;display:grid}.fer-clone-arrow{color:var(--fer-blue-soft);font-size:25px}.fer-clone-note{background:#2563eb12;border:1px solid #60a5fa2b;border-radius:13px;gap:11px;margin-top:20px;padding:14px;display:flex}.fer-clone-note>span{color:var(--fer-blue-soft)}.fer-clone-note p{color:var(--fer-muted);margin:0;font-size:11px;line-height:1.5}.fer-clone-note strong{color:var(--fer-text);margin-bottom:3px;display:block}@media (width<=1200px){.fer-group-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-group-filter-actions{align-self:end}}@media (width<=980px){.fer-groups-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-group-grid{grid-template-columns:1fr}}@media (width<=760px){.fer-groups-head,.fer-form-intro,.fer-form-submit{flex-direction:column;align-items:flex-start}.fer-group-filters,.fer-clone-flow{grid-template-columns:1fr}.fer-clone-arrow{justify-self:center;transform:rotate(90deg)}}@media (width<=520px){.fer-groups-kpis,.fer-director-form{grid-template-columns:1fr}.fer-group-card-head{grid-template-columns:44px minmax(0,1fr)}.fer-group-card-head>.fer-calendar-status{grid-column:2;justify-self:start}}.fer-grade-management{gap:20px;display:grid}.fer-grade-total{color:var(--fer-blue-soft);white-space:nowrap;background:#2563eb24;border:1px solid #60a5fa4d;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.fer-grade-create-form{background:#02061759;border:1px solid #60a5fa3d;border-radius:18px;grid-template-columns:minmax(180px,1.25fr) minmax(100px,.55fr) minmax(170px,1fr) minmax(160px,.8fr) auto;align-items:end;gap:12px;padding:18px;display:grid}.fer-grade-create-form label{color:var(--fer-text);gap:8px;font-size:13px;font-weight:750;display:grid}.fer-grade-create-form input,.fer-grade-create-form select,.fer-grade-edit input,.fer-grade-edit select{width:100%;min-height:46px;color:var(--fer-text);background:#0f172ad9;border:1px solid #60a5fa4d;border-radius:12px;outline:none;padding:11px 13px}.fer-grade-create-form input:focus,.fer-grade-create-form select:focus,.fer-grade-edit input:focus,.fer-grade-edit select:focus{border-color:var(--fer-blue-soft);box-shadow:0 0 0 3px #2563eb2e}.fer-grade-create-form option,.fer-grade-edit option{color:var(--fer-text);background:#0f172a}.fer-grade-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.fer-grade-catalog-card{background:#0f172aa8;border:1px solid #3b82f638;border-radius:17px;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px;display:grid}.fer-grade-catalog-card.is-inactive{opacity:.62}.fer-grade-catalog-code{width:48px;height:48px;color:var(--fer-blue-soft);background:#2563eb2e;border:1px solid #60a5fa42;border-radius:14px;place-items:center;font-weight:900;display:grid}.fer-grade-catalog-copy strong,.fer-grade-catalog-copy span,.fer-grade-catalog-copy small{display:block}.fer-grade-catalog-copy strong{font-size:15px}.fer-grade-catalog-copy span,.fer-grade-catalog-copy small{color:var(--fer-muted);margin-top:3px;font-size:11px}.fer-grade-edit{border-top:1px solid #60a5fa2b;grid-column:1/-1;padding-top:10px}.fer-grade-edit summary{color:var(--fer-blue-soft);cursor:pointer;font-size:12px;font-weight:800}.fer-grade-edit form{grid-template-columns:1.2fr .55fr 1fr .65fr auto;gap:9px;margin-top:11px;display:grid}.fer-grade-edit button,.fer-grade-toggle button{min-height:42px;color:var(--fer-text);cursor:pointer;background:#2563eb2e;border:1px solid #60a5fa4d;border-radius:11px;padding:9px 12px;font-weight:800}.fer-grade-toggle{grid-column:1/-1;justify-content:flex-end;display:flex}.fer-group-step-head{margin-bottom:18px}.fer-grade-empty{grid-column:1/-1}.fer-btn-disabled{opacity:.45;cursor:not-allowed;filter:saturate(.45)}.fer-group-inherited-capacity{background:#22c55e14;border:1px solid #22c55e47;border-radius:14px;flex-direction:column;justify-content:center;gap:5px;min-height:100%;padding:13px 15px;display:flex}.fer-group-inherited-capacity span{color:var(--fer-muted);font-size:12px;font-weight:700}.fer-group-inherited-capacity strong{color:var(--fer-green);font-size:18px}.fer-group-inherited-capacity small{color:var(--fer-muted);font-size:11px;line-height:1.4}.fer-group-card-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.fer-group-card-actions a,.fer-group-card-actions button{color:var(--fer-blue-soft);cursor:pointer;background:#2563eb1f;border:1px solid #60a5fa3d;border-radius:10px;padding:7px 10px;font-size:11px;font-weight:800;text-decoration:none}.fer-group-card-actions a:hover,.fer-group-card-actions button:hover{color:var(--fer-text);background:#2563eb3d;border-color:#60a5fa8c}.fer-group-edit-context{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:20px;display:grid}.fer-group-edit-context article{background:#0206174d;border:1px solid #3b82f633;border-radius:16px;padding:16px}.fer-group-edit-context span,.fer-group-edit-context small{color:var(--fer-muted);font-size:11px;display:block}.fer-group-edit-context strong{margin:6px 0 3px;font-size:17px;display:block}@media (width<=760px){.fer-group-edit-context{grid-template-columns:1fr}.fer-group-card-footer{flex-direction:column;align-items:flex-start}.fer-group-card-actions{justify-content:flex-start}}@media (width<=1200px){.fer-grade-create-form{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-grade-create-form button{justify-self:start}.fer-grade-edit form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.fer-grade-catalog,.fer-grade-create-form,.fer-grade-edit form{grid-template-columns:1fr}.fer-grade-catalog-card{grid-template-columns:50px minmax(0,1fr)}.fer-grade-catalog-card>.fer-calendar-status{grid-column:2;justify-self:start}}.fer-subjects-page{gap:20px;display:grid}.fer-subjects-head{justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-subjects-head h2{margin:0}.fer-subjects-head p{color:var(--fer-muted);margin:7px 0 0;font-size:13px}.fer-subject-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fer-subject-kpis article{background:#0f172ab8;border:1px solid #3b82f638;border-radius:18px;padding:19px;box-shadow:0 15px 38px #0000002b}.fer-subject-kpis span,.fer-subject-kpis small{color:var(--fer-muted);font-size:11px;display:block}.fer-subject-kpis strong{margin:8px 0 5px;font-size:25px;display:block}.fer-subject-create-panel{display:none}.fer-subject-create-panel.is-open{display:block}.fer-subject-close{width:34px;height:34px;color:var(--fer-muted);cursor:pointer;background:#0f172a99;border:1px solid #60a5fa33;border-radius:10px;place-items:center;font-size:22px;display:grid}.fer-subject-filters{grid-template-columns:minmax(220px,1.4fr) minmax(170px,1fr) minmax(140px,.7fr) auto;align-items:end;gap:12px;display:grid}.fer-subject-filters label{color:var(--fer-muted);gap:7px;font-size:11px;font-weight:700;display:grid}.fer-subject-filters input,.fer-subject-filters select{width:100%;min-height:42px;color:var(--fer-text);background:#0f172ab8;border:1px solid #60a5fa3b;border-radius:11px;outline:none;padding:9px 11px}.fer-subject-filters input:focus,.fer-subject-filters select:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb29}.fer-subject-filters option{color:var(--fer-text);background:#0f172a}.fer-subject-area-list{gap:18px;margin-top:20px;display:grid}.fer-subject-area{background:#02061733;border:1px solid #3b82f624;border-radius:18px;padding:16px}.fer-subject-area-head,.fer-subject-area-head>div{align-items:center;display:flex}.fer-subject-area-head{justify-content:space-between;gap:16px;margin-bottom:14px}.fer-subject-area-icon{width:35px;height:35px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:10px;place-items:center;display:grid}.fer-subject-area-head h3{margin:0;font-size:14px}.fer-subject-area-head p{color:var(--fer-muted);margin:3px 0 0;font-size:10px}.fer-subject-area-head>strong{color:var(--fer-blue-soft);font-size:12px}.fer-subject-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.fer-subject-card{background:#0f172a8a;border:1px solid #3b82f626;border-radius:15px;padding:14px}.fer-subject-card.is-inactive{opacity:.68}.fer-subject-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.fer-subject-code{color:var(--fer-blue-soft);letter-spacing:.04em;background:#2563eb21;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:800}.fer-subject-card h4{margin:12px 0;font-size:14px}.fer-subject-facts{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.fer-subject-facts span{color:var(--fer-muted);background:#02061759;border-radius:9px;padding:8px;font-size:9px;line-height:1.35}.fer-subject-facts strong{color:var(--fer-text);margin-bottom:2px;font-size:11px;display:block}.fer-subject-grades{flex-wrap:wrap;gap:5px;margin-top:11px;display:flex}.fer-subject-grades span{color:var(--fer-blue-soft);background:#2563eb1a;border-radius:7px;padding:4px 6px;font-size:9px;font-weight:700}.fer-subject-uncovered{color:#fbbf24;background:#fbbf2412;border-radius:9px;margin-top:11px;padding:7px 9px;font-size:9px}.fer-subject-edit{border-top:1px solid #3b82f61f;margin-top:12px}.fer-subject-edit summary{color:var(--fer-blue-soft);cursor:pointer;padding:10px 0 2px;font-size:10px;font-weight:700}.fer-subject-edit form{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.fer-subject-edit label{color:var(--fer-muted);gap:4px;font-size:9px;display:grid}.fer-subject-edit input{width:100%;min-width:0;color:var(--fer-text);background:#02061773;border:1px solid #60a5fa33;border-radius:8px;padding:8px}.fer-subject-edit .fer-btn-primary{grid-column:1/-1}.fer-subject-status-form{justify-content:flex-end;margin-top:10px;display:flex}.fer-subject-status-form button{color:var(--fer-muted);cursor:pointer;background:0 0;border:1px solid #60a5fa33;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:700}@media (width<=1200px){.fer-subject-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.fer-subject-kpis,.fer-subject-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.fer-subjects-head{flex-direction:column;align-items:flex-start}.fer-subject-grid,.fer-subject-filters{grid-template-columns:1fr}}@media (width<=520px){.fer-subject-kpis,.fer-subject-facts,.fer-subject-edit form{grid-template-columns:1fr}}.fer-subject-head-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fer-subject-head-actions button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.fer-area-manager{gap:20px;display:grid}.fer-area-create{background:#0610256b;border:1px solid #3b82f633;border-radius:18px;grid-template-columns:1.15fr .55fr 1.8fr auto;align-items:end;gap:14px;padding:18px;display:grid}.fer-area-create label,.fer-area-edit{color:var(--fer-muted);font-size:13px;font-weight:700}.fer-area-create input,.fer-area-edit input{width:100%;color:var(--fer-text);font:inherit;background:#09142a;border:1px solid #60a5fa40;border-radius:12px;margin-top:8px;padding:13px 14px}.fer-area-chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fer-area-chip{background:#0f172ab8;border:1px solid #3b82f638;border-radius:16px;overflow:hidden}.fer-area-chip.is-inactive{opacity:.62}.fer-area-chip summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:17px;list-style:none;display:flex}.fer-area-chip summary::-webkit-details-marker{display:none}.fer-area-chip summary span,.fer-area-chip summary small{display:block}.fer-area-chip summary small{color:var(--fer-muted);margin-top:5px;font-size:12px}.fer-area-chip summary em{color:#4ade80;font-size:12px;font-style:normal}.fer-area-chip.is-inactive summary em{color:var(--fer-muted)}.fer-area-edit{gap:10px;padding:0 17px 14px;display:grid}.fer-area-toggle{padding:0 17px 16px}.fer-area-toggle button{color:#93c5fd;cursor:pointer;background:0 0;border:0;font-weight:700}.fer-teacher-photo-picker{background:#06102566;border:1px dashed #60a5fa59;border-radius:16px;align-items:center;gap:18px;padding:16px;display:flex}.fer-teacher-photo-preview{background:#10234b;border:1px solid #60a5fa47;border-radius:18px;flex:0 0 84px;place-items:center;width:84px;height:84px;font-size:34px;display:grid;overflow:hidden}.fer-teacher-photo-preview img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.fer-signature-preview{color:#64748b;background:#fff;border:1px solid #60a5fa47;border-radius:14px;flex:0 0 180px;place-items:center;width:180px;height:84px;font-weight:700;display:grid;overflow:hidden}.fer-signature-preview img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.fer-teacher-avatar img,.fer-teacher-avatar-large img{-o-object-fit:cover;object-fit:cover;border-radius:inherit;width:100%;height:100%}.fer-teacher-contact-line{color:#bfdbfe!important;margin-top:7px!important;font-size:14px!important}.fer-institutional-profile-card{margin-top:0}.fer-profile-file-picker{align-items:center;height:100%}.fer-profile-file-picker>div:last-child{min-width:0}.fer-profile-file-picker input[type=file]{max-width:100%;color:var(--fer-muted)}.fer-signature-account-row img{-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:10px;width:170px;height:64px;padding:5px}@media (width<=1100px){.fer-area-create{grid-template-columns:1fr 1fr}.fer-area-chips{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.fer-area-create,.fer-area-chips{grid-template-columns:1fr}.fer-subject-head-actions{width:100%}.fer-subject-head-actions button{flex:1}}.fer-subjects-page>.fer-card{overflow:visible}.fer-subject-area-list{gap:24px}.fer-subject-area{background:linear-gradient(145deg,#0e1b33e0,#081224c2);border-color:#4b84eb38;border-radius:22px;padding:22px;position:relative;overflow:hidden;box-shadow:0 18px 45px #00000021}.fer-subject-area:before{content:"";opacity:.85;background:linear-gradient(#60a5fa,#2563eb 55%,#0000);width:3px;position:absolute;inset:0 auto 0 0}.fer-subject-area-head{border-bottom:1px solid #60a5fa1f;margin-bottom:20px;padding-bottom:17px}.fer-subject-area-head>div{gap:14px}.fer-subject-area-icon{background:linear-gradient(145deg,#2563eb38,#2563eb14);border:1px solid #60a5fa33;border-radius:14px;flex:0 0 46px;width:46px;height:46px;box-shadow:inset 0 1px #ffffff0a}.fer-subject-area-icon svg{width:22px;height:22px}.fer-subject-area-head h3{letter-spacing:-.01em;font-size:17px}.fer-subject-area-head p{margin-top:5px;font-size:12px}.fer-subject-area-head>strong{background:#2563eb17;border:1px solid #60a5fa2e;border-radius:999px;padding:7px 11px;font-size:12px}.fer-subject-grid{grid-template-columns:repeat(3,minmax(260px,1fr));align-items:start;gap:15px}.fer-subject-card{background:linear-gradient(145deg,#111e37f5,#0a152af0);border-color:#60a5fa30;border-radius:18px;flex-direction:column;min-width:0;min-height:270px;padding:18px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 13px 30px #0000001f}.fer-subject-card:hover{border-color:#60a5fa61;transform:translateY(-2px);box-shadow:0 18px 38px #0003}.fer-subject-card:only-child{grid-column:1/-1;min-height:auto}.fer-subject-card:has(.fer-subject-edit[open]){grid-column:1/-1;min-height:auto}.fer-subject-code{border:1px solid #60a5fa1f;border-radius:9px;padding:7px 10px;font-size:12px}.fer-subject-card h4{margin:17px 0 15px;font-size:17px;line-height:1.3}.fer-subject-facts{gap:9px}.fer-subject-facts span{border:1px solid #60a5fa0f;border-radius:11px;min-height:60px;padding:10px 11px;font-size:11px;line-height:1.4}.fer-subject-facts strong{margin-bottom:3px;font-size:14px}.fer-subject-grades{margin-top:14px}.fer-subject-grades span{padding:5px 8px;font-size:10px}.fer-subject-uncovered{margin-top:14px;padding:9px 11px;font-size:11px}.fer-subject-edit{border-top:1px solid #60a5fa21;margin-top:auto;padding-top:14px}.fer-subject-edit summary{color:#7db7ff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 12px;padding:2px 28px 2px 0;font-size:12px;font-weight:800;list-style:none;display:grid;position:relative}.fer-subject-edit summary::-webkit-details-marker{display:none}.fer-subject-edit summary:after{content:"+";background:#2563eb21;border-radius:7px;place-items:center;width:20px;height:20px;font-size:15px;display:grid;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.fer-subject-edit[open] summary:after{content:"−"}.fer-subject-edit summary small{color:#65758f;grid-column:1;font-size:10px;font-weight:600}.fer-subject-edit form{background:#02081757;border:1px solid #60a5fa21;border-radius:15px;grid-template-columns:1.3fr .55fr 1.1fr .45fr;gap:12px;margin-top:17px;padding:17px}.fer-subject-edit label{gap:7px;font-size:11px;font-weight:700}.fer-subject-edit input,.fer-subject-edit select{width:100%;min-width:0;min-height:46px;box-shadow:none;font:inherit;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border:1px solid #60a5fa40;border-radius:11px;outline:none;padding:10px 12px;color:#e8eefb!important;background:#09152b!important}.fer-subject-edit select option{color:#e8eefb;background:#09152b}.fer-subject-edit input:focus,.fer-subject-edit select:focus{border-color:#5798f5;box-shadow:0 0 0 3px #2563eb26}.fer-subject-edit-actions{grid-column:1/-1;justify-content:flex-end;padding-top:3px;display:flex}.fer-subject-edit-actions .fer-btn-primary{grid-column:auto;width:auto;min-width:190px;min-height:44px;padding:10px 20px}.fer-subject-status-form{margin-top:12px;padding-top:0}.fer-subject-status-form button{border-radius:9px;padding:8px 12px;font-size:10px;transition:all .2s}.fer-subject-status-form button:hover{color:#fca5a5;background:#7f1d1d1f;border-color:#f871714d}@media (width<=1350px){.fer-subject-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}.fer-subject-edit form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.fer-subject-area{padding:16px}.fer-subject-area-head{align-items:flex-start}.fer-subject-grid,.fer-subject-edit form{grid-template-columns:1fr}.fer-subject-card:has(.fer-subject-edit[open]){grid-column:auto}.fer-subject-edit-actions{grid-column:1}.fer-subject-edit-actions .fer-btn-primary{width:100%}}.fer-workload-page{gap:20px;display:grid}.fer-workload-head{justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-workload-head h2{margin:0}.fer-workload-head p{color:var(--fer-muted);margin:7px 0 0;font-size:13px}.fer-workload-year{align-items:center;gap:11px;display:flex}.fer-workload-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fer-workload-kpis article{background:#0f172ab8;border:1px solid #3b82f638;border-radius:18px;padding:19px;box-shadow:0 15px 38px #0000002b}.fer-workload-kpis article.has-warning{border-color:#fbbf2440}.fer-workload-kpis span,.fer-workload-kpis small{color:var(--fer-muted);font-size:11px;display:block}.fer-workload-kpis strong{margin:8px 0 5px;font-size:25px;display:block}.fer-workload-kpis .has-warning strong{color:#fbbf24}.fer-workload-filters{grid-template-columns:repeat(4,minmax(130px,1fr)) auto;align-items:end;gap:12px;display:grid}.fer-workload-filters label{color:var(--fer-muted);gap:7px;font-size:11px;font-weight:700;display:grid}.fer-workload-filters select{width:100%;min-height:42px;color:var(--fer-text);background:#0f172ab8;border:1px solid #60a5fa3b;border-radius:11px;outline:none;padding:9px 11px}.fer-workload-filters select:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb29}.fer-workload-filters option{color:var(--fer-text);background:#0f172a}.fer-teacher-load-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:18px;display:grid}.fer-teacher-load-grid article{background:#02061745;border:1px solid #3b82f624;border-radius:14px;padding:13px}.fer-teacher-load-head{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.fer-teacher-load-head>span{width:34px;height:34px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:10px;place-items:center;font-size:10px;font-weight:800;display:grid}.fer-teacher-load-head strong,.fer-teacher-load-head small{display:block}.fer-teacher-load-head strong{font-size:11px}.fer-teacher-load-head small,.fer-teacher-load-grid article>small{color:var(--fer-muted);font-size:9px}.fer-teacher-load-head b{color:var(--fer-blue-soft);font-size:12px}.fer-teacher-load-progress{background:#020617b8;border-radius:999px;height:6px;margin:10px 0 6px;overflow:hidden}.fer-teacher-load-progress span{border-radius:inherit;background:linear-gradient(90deg,var(--fer-blue),var(--fer-green));height:100%;display:block}.fer-workload-warning{color:#fbbf24;background:#fbbf2414;border:1px solid #fbbf2433;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.fer-workload-list{gap:10px;margin-top:18px;display:grid}.fer-workload-item{background:#02061747;border:1px solid #3b82f624;border-radius:16px;grid-template-columns:minmax(220px,1.1fr) minmax(150px,.65fr) minmax(390px,1.5fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.fer-workload-item.is-complete{border-color:#22c55e2e}.fer-workload-item.is-pending{border-color:#fbbf242e}.fer-workload-context{align-items:center;gap:11px;display:flex}.fer-workload-subject{min-width:42px;height:42px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:11px;place-items:center;padding:0 7px;font-size:9px;font-weight:800;display:grid}.fer-workload-context h3{margin:0;font-size:12px}.fer-workload-context p{color:var(--fer-muted);margin:4px 0 0;font-size:9px}.fer-workload-teacher span,.fer-workload-teacher strong{display:block}.fer-workload-teacher span{color:var(--fer-muted);margin-bottom:4px;font-size:9px}.fer-workload-teacher strong{font-size:11px}.fer-load-inline-form{grid-template-columns:70px 75px minmax(120px,1fr) auto;align-items:end;gap:7px;display:grid}.fer-load-inline-form label{color:var(--fer-muted);gap:4px;font-size:8px;font-weight:700;display:grid}.fer-load-inline-form input{width:100%;min-width:0;color:var(--fer-text);background:#0f172ab3;border:1px solid #60a5fa33;border-radius:8px;padding:8px}.fer-load-inline-form .fer-btn-primary{min-height:34px;padding:7px 10px;font-size:9px}.fer-workload-status{justify-items:end;gap:7px;display:grid}.fer-workload-status form{margin:0}.fer-workload-status form button{color:var(--fer-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:8px}@media (width<=1300px){.fer-workload-item{grid-template-columns:minmax(220px,1fr) minmax(150px,.7fr)}.fer-load-inline-form{grid-column:1/-1}.fer-workload-status{grid-area:1/2}}@media (width<=1100px){.fer-workload-filters,.fer-teacher-load-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=850px){.fer-workload-head{flex-direction:column;align-items:flex-start}.fer-workload-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-workload-item{grid-template-columns:1fr}.fer-workload-status{grid-area:auto/1;justify-items:start}.fer-load-inline-form{grid-column:1}}@media (width<=650px){.fer-workload-filters,.fer-teacher-load-grid,.fer-load-inline-form,.fer-workload-kpis{grid-template-columns:1fr}}.fer-closure-page{gap:20px;display:grid}.fer-closure-head{justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-closure-head h2{margin:0}.fer-closure-head p{color:var(--fer-muted);margin:7px 0 0;font-size:13px}.fer-closure-year{align-items:center;gap:11px;display:flex}.fer-closure-year-filter label{color:var(--fer-muted);gap:6px;font-size:10px;font-weight:700;display:grid}.fer-closure-year-filter select{min-width:180px;color:var(--fer-text);background:#0f172ab8;border:1px solid #60a5fa3b;border-radius:11px;padding:10px 12px}.fer-closure-year-filter option{color:var(--fer-text);background:#0f172a}.fer-closure-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fer-closure-kpis article{background:#0f172ab8;border:1px solid #3b82f638;border-radius:18px;padding:19px;box-shadow:0 15px 38px #0000002b}.fer-closure-kpis article.has-warning{border-color:#fbbf2440}.fer-closure-kpis article.has-danger{border-color:#ef444447}.fer-closure-kpis span,.fer-closure-kpis small{color:var(--fer-muted);font-size:11px;display:block}.fer-closure-kpis strong{margin:8px 0 5px;font-size:25px;display:block}.fer-closure-kpis .has-warning strong{color:#fbbf24}.fer-closure-kpis .has-danger strong{color:var(--fer-red)}.fer-closure-layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:start;gap:20px;display:grid}.fer-readiness-badge{border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}.fer-readiness-badge.ready{color:var(--fer-green);background:#22c55e14;border:1px solid #22c55e38}.fer-readiness-badge.blocked{color:#fbbf24;background:#fbbf2414;border:1px solid #fbbf2438}.fer-closure-checklist{gap:8px;margin-top:18px;display:grid}.fer-closure-checklist article{background:#02061745;border:1px solid #3b82f61f;border-radius:13px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;display:grid}.fer-closure-checklist article>span{border-radius:9px;place-items:center;width:27px;height:27px;font-size:11px;font-weight:800;display:grid}.fer-closure-checklist .is-ready>span{color:var(--fer-green);background:#22c55e1a}.fer-closure-checklist .is-blocked>span{color:var(--fer-red);background:#ef44441a}.fer-closure-checklist .is-warning>span{color:#fbbf24;background:#fbbf241a}.fer-closure-checklist strong,.fer-closure-checklist small{display:block}.fer-closure-checklist strong{margin-bottom:3px;font-size:11px}.fer-closure-checklist small{color:var(--fer-muted);font-size:9px}.fer-closure-checklist a{color:var(--fer-blue-soft);font-size:9px;font-weight:700;text-decoration:none}.fer-closure-action{position:sticky;top:116px}.fer-closure-action h3{margin:8px 0;font-size:16px}.fer-closure-action>p,.fer-closure-locked p{color:var(--fer-muted);font-size:11px;line-height:1.5}.fer-closure-action form{gap:10px;margin-top:18px;display:grid}.fer-closure-action form label{color:var(--fer-muted);gap:6px;font-size:9px;font-weight:700;display:grid}.fer-closure-action form input{color:var(--fer-text);background:#0f172ab8;border:1px solid #ef44444d;border-radius:10px;padding:10px 11px}.fer-closure-action form button{color:#fecaca;cursor:pointer;background:#ef444421;border:1px solid #ef444461;border-radius:11px;padding:11px;font-weight:800}.fer-closure-locked{text-align:center;place-items:center;padding:18px 8px;display:grid}.fer-closure-locked>span{color:#fbbf24;background:#fbbf241a;border-radius:13px;place-items:center;width:42px;height:42px;font-size:18px;font-weight:800;display:grid}.fer-promotion-legend{flex-wrap:wrap;gap:6px;display:flex}.fer-promotion-legend span,.fer-promotion-status{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}.fer-promotion-legend .promotable,.fer-promotion-status.promotable{color:var(--fer-green);background:#22c55e1a}.fer-promotion-legend .review,.fer-promotion-status.review{color:#fbbf24;background:#fbbf241a}.fer-promotion-legend .incomplete,.fer-promotion-status.incomplete{color:#f87171;background:#ef44441a}.fer-promotion-table{margin-top:18px}.fer-promotion-note{background:#2563eb12;border:1px solid #60a5fa29;border-radius:12px;gap:11px;margin-top:18px;padding:13px;display:flex}.fer-promotion-note>span{color:var(--fer-blue-soft)}.fer-promotion-note p{color:var(--fer-muted);margin:0;font-size:10px;line-height:1.5}.fer-promotion-note strong{color:var(--fer-text);margin-bottom:3px;display:block}@media (width<=1050px){.fer-closure-layout{grid-template-columns:1fr}.fer-closure-action{position:static}.fer-closure-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.fer-closure-head{flex-direction:column;align-items:flex-start}.fer-closure-year-filter,.fer-closure-year-filter select{width:100%}.fer-closure-checklist article{grid-template-columns:28px minmax(0,1fr)}.fer-closure-checklist a{grid-column:2}}@media (width<=520px){.fer-closure-kpis{grid-template-columns:1fr}}.fer-settings-page{gap:20px;display:grid}.fer-settings-head{justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-settings-head h2{margin:3px 0 7px;font-size:22px}.fer-settings-head p,.fer-settings-panel-head p{color:var(--fer-muted);margin:0;font-size:12px}.fer-settings-year{gap:6px;min-width:210px;display:grid}.fer-settings-year label{color:var(--fer-muted);text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:800}.fer-settings-year select{color:var(--fer-text);background:#02061773;border:1px solid #60a5fa3d;border-radius:11px;outline:none;padding:10px 12px}.fer-settings-year select:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb24}.fer-settings-year option{background:#0f172a}.fer-settings-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fer-settings-kpis article{background:#0f172ab8;border:1px solid #3b82f633;border-radius:17px;align-items:center;gap:13px;padding:17px;display:flex;box-shadow:0 14px 34px #00000024}.fer-settings-kpi-icon{background:#2563eb1c;border:1px solid #60a5fa2e;border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:17px;display:grid}.fer-settings-kpis small,.fer-settings-kpis strong,.fer-settings-kpis p{display:block}.fer-settings-kpis small{color:var(--fer-muted);font-size:9px;font-weight:700}.fer-settings-kpis strong{margin:3px 0 2px;font-size:20px}.fer-settings-kpis p{color:var(--fer-muted);margin:0;font-size:8px}.fer-settings-layout{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:20px;display:grid}.fer-settings-nav{gap:6px;padding:15px;display:grid}.fer-settings-nav-title{border-bottom:1px solid #3b82f621;align-items:center;gap:10px;margin-bottom:2px;padding:5px 7px 13px;display:flex}.fer-settings-nav-title>span{background:#2563eb1f;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.fer-settings-nav-title strong,.fer-settings-nav-title small,.fer-settings-nav a strong,.fer-settings-nav a small{display:block}.fer-settings-nav-title small{color:var(--fer-muted);margin-top:3px;font-size:8px}.fer-settings-nav>a{color:var(--fer-muted);border:1px solid #0000;border-radius:12px;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 10px;text-decoration:none;transition:all .2s;display:grid}.fer-settings-nav>a>span{background:#94a3b812;border-radius:9px;place-items:center;width:30px;height:30px;font-size:13px;display:grid}.fer-settings-nav>a strong{color:var(--fer-text);font-size:10px}.fer-settings-nav>a small{margin-top:3px;font-size:8px}.fer-settings-nav>a b{font-size:16px}.fer-settings-nav>a:hover,.fer-settings-nav>a.is-active{background:#2563eb1a;border-color:#60a5fa33;transform:translate(2px)}.fer-settings-nav>a.is-active>span{background:#2563eb2e}.fer-settings-security{background:#22c55e0f;border:1px solid #22c55e29;border-radius:12px;gap:9px;margin-top:8px;padding:11px;display:flex}.fer-settings-security>span{width:24px;height:24px;color:var(--fer-green);background:#22c55e1a;border-radius:8px;flex:0 0 24px;place-items:center;font-weight:900;display:grid}.fer-settings-security strong,.fer-settings-security small{display:block}.fer-settings-security small{color:var(--fer-muted);margin-top:3px;font-size:8px;line-height:1.4}.fer-settings-panel{padding:0;overflow:hidden}.fer-settings-panel-head{border-bottom:1px solid #3b82f621;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.fer-settings-panel-head h2{margin:3px 0 7px;font-size:18px}.fer-settings-form{display:grid}.fer-settings-form-section{border-bottom:1px solid #3b82f61c;padding:21px 24px}.fer-settings-section-title{align-items:center;gap:11px;margin-bottom:17px;display:flex}.fer-settings-section-title>span{background:#2563eb1c;border-radius:10px;place-items:center;width:34px;height:34px;font-size:14px;display:grid}.fer-settings-section-title h3{margin:0 0 3px;font-size:12px}.fer-settings-section-title p{color:var(--fer-muted);margin:0;font-size:9px}.fer-settings-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.fer-settings-fields>label,.fer-settings-levels label{color:var(--fer-muted);gap:6px;font-size:9px;font-weight:700;display:grid}.fer-settings-fields>label>small{font-size:8px;font-weight:400}.fer-settings-input-unit{background:#02061761;border:1px solid #60a5fa36;border-radius:10px;align-items:center;display:flex;overflow:hidden}.fer-settings-input-unit:focus-within{border-color:#60a5fa9e;box-shadow:0 0 0 3px #2563eb1f}.fer-settings-input-unit input{width:100%;min-width:0;color:var(--fer-text);background:0 0;border:0;outline:0;padding:10px 11px}.fer-settings-input-unit b{color:var(--fer-muted);white-space:nowrap;background:#0f172a73;border-left:1px solid #60a5fa21;align-self:stretch;align-items:center;padding:0 10px;font-size:8px;display:flex}.fer-settings-input-unit input:disabled,.fer-settings-notes textarea:disabled{opacity:.65;cursor:not-allowed}.fer-settings-switch{cursor:pointer;background:#0206173d;border:1px solid #3b82f621;border-radius:12px;align-items:center;gap:11px;margin-top:16px;padding:12px;display:flex}.fer-settings-switch>input{opacity:0;pointer-events:none;position:absolute}.fer-settings-switch>span{background:#64748b73;border-radius:999px;flex:0 0 36px;width:36px;height:20px;transition:all .2s;position:relative}.fer-settings-switch>span:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:3px;left:3px}.fer-settings-switch>input:checked+span{background:var(--fer-blue)}.fer-settings-switch>input:checked+span:after{transform:translate(16px)}.fer-settings-switch strong,.fer-settings-switch small{display:block}.fer-settings-switch small{color:var(--fer-muted);margin-top:3px;font-size:8px}.fer-settings-levels{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.fer-settings-levels article{background:#02061740;border:1px solid #3b82f624;border-radius:13px;grid-template-columns:minmax(100px,.7fr) repeat(2,minmax(120px,1fr));align-items:end;gap:12px;padding:14px;display:grid}.fer-settings-levels article>div{align-items:center;gap:9px;padding-bottom:4px;display:flex}.fer-settings-levels article>div>span{width:30px;height:30px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:9px;place-items:center;font-size:8px;font-weight:900;display:grid}.fer-settings-notes{gap:6px;display:grid}.fer-settings-notes textarea{resize:vertical;width:100%;color:var(--fer-text);font:inherit;background:#02061761;border:1px solid #60a5fa36;border-radius:11px;outline:0;padding:11px;font-size:10px}.fer-settings-notes textarea:focus{border-color:#60a5fa9e;box-shadow:0 0 0 3px #2563eb1f}.fer-settings-notes small{color:var(--fer-muted);font-size:8px}.fer-settings-actions{background:#02061738;justify-content:space-between;align-items:center;gap:18px;padding:17px 24px;display:flex}.fer-settings-actions p{color:var(--fer-muted);margin:0;font-size:9px}.fer-settings-actions p span{margin-right:5px}.fer-settings-actions button{min-width:165px}.fer-settings-locked{background:#fbbf2412;border:1px solid #fbbf2433;border-radius:12px;gap:11px;margin:18px 24px 0;padding:12px;display:flex}.fer-settings-locked>span{font-size:15px}.fer-settings-locked strong{font-size:10px;display:block}.fer-settings-locked p{color:var(--fer-muted);margin:4px 0 0;font-size:9px}.fer-settings-empty{text-align:center;place-items:center;padding:60px 24px;display:grid}.fer-settings-empty>span{font-size:27px}.fer-settings-empty h3{margin:12px 0 5px}.fer-settings-empty p{color:var(--fer-muted);margin:0;font-size:10px}@media (width<=1200px){.fer-settings-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-settings-levels{grid-template-columns:1fr}}@media (width<=900px){.fer-settings-layout{grid-template-columns:1fr}.fer-settings-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-settings-nav-title,.fer-settings-security{grid-column:1/-1}}@media (width<=700px){.fer-settings-head,.fer-settings-panel-head,.fer-settings-actions{flex-direction:column;align-items:flex-start}.fer-settings-year,.fer-settings-year select{width:100%}.fer-settings-fields,.fer-settings-levels article{grid-template-columns:1fr}.fer-settings-actions button{width:100%}}@media (width<=520px){.fer-settings-kpis,.fer-settings-nav{grid-template-columns:1fr}.fer-settings-nav-title,.fer-settings-security{grid-column:1}.fer-settings-panel-head,.fer-settings-form-section{padding-left:17px;padding-right:17px}}.fer-settings-head h2{font-size:25px}.fer-settings-head p,.fer-settings-panel-head p{font-size:14px;line-height:1.5}.fer-settings-year label{font-size:11px}.fer-settings-year select{font-size:14px}.fer-settings-kpis small{font-size:11px}.fer-settings-kpis strong{font-size:26px}.fer-settings-kpis p{font-size:10px}.fer-settings-layout{grid-template-columns:300px minmax(0,1fr)}.fer-settings-nav-title strong{font-size:13px}.fer-settings-nav-title small{font-size:10px}.fer-settings-nav>a strong{font-size:12px}.fer-settings-nav>a small{font-size:10px;line-height:1.35}.fer-settings-security strong{font-size:11px}.fer-settings-security small{font-size:10px}.fer-settings-panel-head h2{font-size:22px}.fer-settings-section-title h3{font-size:14px}.fer-settings-section-title p,.fer-settings-fields>label,.fer-settings-levels label{font-size:11px}.fer-settings-fields>label>small{font-size:10px;line-height:1.4}.fer-settings-input-unit input{font-size:15px;font-weight:700}.fer-settings-input-unit b{font-size:10px}.fer-settings-switch strong{font-size:11px}.fer-settings-switch small{font-size:10px;line-height:1.4}.fer-settings-levels article>div>span{font-size:10px}.fer-settings-levels article>div>strong{font-size:12px}.fer-settings-notes textarea{font-size:12px;line-height:1.5}.fer-settings-notes small{font-size:10px}.fer-settings-actions p{font-size:11px;line-height:1.4}.fer-settings-locked strong{font-size:12px}.fer-settings-locked p{font-size:11px}.fer-settings-empty p{font-size:12px}@media (width<=900px){.fer-settings-layout{grid-template-columns:1fr}}.fer-students-page,.fer-student-form-page,.fer-student-import-page{gap:20px;display:grid}.fer-students-head,.fer-student-form-head{justify-content:space-between;align-items:center;gap:22px;display:flex}.fer-students-head h2,.fer-student-form-head h2{margin:3px 0 7px;font-size:24px}.fer-students-head p,.fer-student-form-head p{color:var(--fer-muted);margin:0;font-size:13px}.fer-students-head-actions{gap:9px;display:flex}.fer-student-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.fer-student-kpis article{background:#0f172ab8;border:1px solid #3b82f633;border-radius:17px;align-items:center;gap:13px;padding:18px;display:flex}.fer-student-kpis article>span{background:#2563eb1f;border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:17px;display:grid}.fer-student-kpis small,.fer-student-kpis strong,.fer-student-kpis p{display:block}.fer-student-kpis small{color:var(--fer-muted);font-size:11px}.fer-student-kpis strong{margin:3px 0;font-size:25px}.fer-student-kpis p{color:var(--fer-muted);margin:0;font-size:9px}.fer-student-kpis .has-warning{border-color:#fbbf2440}.fer-student-kpis .has-warning strong{color:#fbbf24}.fer-student-filters{grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(135px,.7fr)) auto;align-items:end;gap:11px;display:grid}.fer-student-filters label{color:var(--fer-muted);gap:6px;font-size:10px;font-weight:700;display:grid}.fer-student-filters input,.fer-student-filters select,.fer-student-main-form input,.fer-student-main-form select,.fer-student-main-form textarea{width:100%;min-width:0;color:var(--fer-text);font:inherit;background:#0206176b;border:1px solid #60a5fa38;border-radius:10px;outline:none;padding:10px 11px;font-size:11px}.fer-student-filters input:focus,.fer-student-filters select:focus,.fer-student-main-form input:focus,.fer-student-main-form select:focus,.fer-student-main-form textarea:focus{border-color:#60a5fa9e;box-shadow:0 0 0 3px #2563eb1f}.fer-student-filters option,.fer-student-main-form option,.fer-student-main-form optgroup{background:#0f172a}.fer-student-filter-actions{gap:7px;display:flex}.fer-student-directory{overflow:hidden}.fer-student-table-wrap{margin-top:17px;overflow-x:auto}.fer-student-table{border-collapse:collapse;width:100%;min-width:980px}.fer-student-table th{color:var(--fer-muted);text-align:left;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #3b82f62b;padding:10px 12px;font-size:9px}.fer-student-table td{vertical-align:middle;border-bottom:1px solid #3b82f61a;padding:13px 12px;font-size:10px}.fer-student-table tbody tr:hover{background:#2563eb0a}.fer-student-table td>strong,.fer-student-table td>small{display:block}.fer-student-table td>small{color:var(--fer-muted);margin-top:4px;font-size:9px}.fer-student-identity{align-items:center;gap:10px;display:flex}.fer-student-identity>span{width:36px;height:36px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:11px;flex:0 0 36px;place-items:center;font-size:9px;font-weight:900;display:grid}.fer-student-identity strong,.fer-student-identity small{display:block}.fer-student-identity strong{font-size:11px}.fer-student-identity small{color:var(--fer-muted);margin-top:3px;font-size:8px}.fer-student-status{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.fer-student-status.active{color:var(--fer-green);background:#22c55e1a}.fer-student-status.inactive{color:#f87171;background:#ef44441a}.fer-student-no-group{color:#fbbf24;font-size:9px}.fer-student-actions{gap:6px;display:flex}.fer-student-actions a,.fer-student-actions button{width:30px;height:30px;color:var(--fer-text);cursor:pointer;background:#2563eb12;border:1px solid #60a5fa29;border-radius:9px;place-items:center;text-decoration:none;display:grid}.fer-student-actions form{margin:0}.fer-student-pagination{margin-top:16px}.fer-student-empty{text-align:center;place-items:center;padding:55px 20px;display:grid}.fer-student-empty>span{font-size:27px}.fer-student-empty h3{margin:10px 0 4px}.fer-student-empty p{color:var(--fer-muted);margin:0;font-size:11px}.fer-student-main-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.fer-student-main-form>section:first-of-type{grid-column:1/-1}.fer-student-form-section-title{align-items:center;gap:10px;margin-bottom:18px;display:flex}.fer-student-form-section-title>span{background:#2563eb1f;border-radius:11px;place-items:center;width:36px;height:36px;font-size:15px;display:grid}.fer-student-form-section-title h3{margin:0 0 3px;font-size:14px}.fer-student-form-section-title p{color:var(--fer-muted);margin:0;font-size:10px}.fer-student-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.fer-student-form-grid label{color:var(--fer-muted);gap:6px;font-size:10px;font-weight:700;display:grid}.fer-student-form-grid label small{font-size:9px;font-weight:400}.fer-student-main-form textarea{resize:vertical}.fer-student-span-2{grid-column:1/-1}.fer-student-form-actions{grid-column:1/-1;justify-content:flex-end;gap:9px;display:flex}.fer-import-layout{grid-template-columns:minmax(0,1fr) minmax(330px,.65fr);gap:20px;display:grid}.fer-import-steps{gap:5px;display:grid}.fer-import-step{border-bottom:1px solid #3b82f61a;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:15px 5px;display:grid}.fer-import-step:last-child{border:0}.fer-import-step>span{width:32px;height:32px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:10px;place-items:center;font-size:11px;font-weight:900;display:grid}.fer-import-step h3{margin:1px 0 5px;font-size:13px}.fer-import-step p{color:var(--fer-muted);margin:0 0 11px;font-size:10px;line-height:1.5}.fer-import-upload{text-align:center}.fer-import-upload-icon{background:#2563eb1f;border-radius:15px;place-items:center;width:52px;height:52px;margin:0 auto 12px;font-size:23px;display:grid}.fer-import-upload h2{margin:0 0 6px;font-size:17px}.fer-import-upload>p{color:var(--fer-muted);margin:0;font-size:10px;line-height:1.5}.fer-import-upload form{gap:12px;margin-top:18px;display:grid}.fer-import-drop{cursor:pointer;background:#02061745;border:1px dashed #60a5fa59;border-radius:14px;padding:26px 15px;display:block}.fer-import-drop input{opacity:0;pointer-events:none;position:absolute}.fer-import-drop span,.fer-import-drop strong,.fer-import-drop small{display:block}.fer-import-drop b{width:35px;height:35px;color:var(--fer-blue-soft);background:#2563eb1f;border-radius:10px;place-items:center;margin:0 auto 9px;display:grid}.fer-import-drop strong{font-size:11px}.fer-import-drop small{color:var(--fer-muted);margin-top:4px;font-size:9px}.fer-import-notice{text-align:left;background:#fbbf240d;border:1px solid #fbbf242b;border-radius:11px;gap:9px;margin-top:15px;padding:11px;display:flex}.fer-import-notice p{color:var(--fer-muted);margin:0;font-size:9px;line-height:1.4}.fer-import-notice strong{color:var(--fer-text);margin-bottom:2px;display:block}.fer-import-columns>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.fer-import-columns>div:last-child span{color:var(--fer-muted);background:#02061747;border-radius:10px;padding:10px;font-size:9px}.fer-import-columns b{color:var(--fer-text);margin-bottom:4px;font-size:10px;display:block}.fer-import-errors{border-color:#ef444440}.fer-import-errors h3{margin:0 0 5px}.fer-import-errors p,.fer-import-errors li{color:var(--fer-muted);font-size:10px}.fer-import-errors ul{max-height:180px;margin:12px 0 0;padding-left:18px;overflow:auto}@media (width<=1100px){.fer-student-kpis,.fer-student-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-student-filter-actions{grid-column:1/-1}.fer-import-layout{grid-template-columns:1fr}.fer-import-columns>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.fer-students-head,.fer-student-form-head{flex-direction:column;align-items:flex-start}.fer-student-main-form{grid-template-columns:1fr}.fer-students-head-actions{flex-wrap:wrap;width:100%}}@media (width<=600px){.fer-student-kpis,.fer-student-filters,.fer-student-form-grid,.fer-import-columns>div:last-child{grid-template-columns:1fr}.fer-student-span-2{grid-column:1}.fer-student-filter-actions,.fer-students-head-actions,.fer-student-form-actions{grid-template-columns:1fr;display:grid}.fer-student-filter-actions>*,.fer-students-head-actions>*{text-align:center}}.fer-admin-page{gap:22px;display:grid}.fer-admin-hero{padding:27px 30px}.fer-admin-year{gap:6px;min-width:210px;display:grid}.fer-admin-year label{color:var(--fer-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:800}.fer-admin-year select{color:#86efac;width:100%;font:inherit;background:#064e3b2e;border:1px solid #22c55e3d;border-radius:12px;outline:0;padding:11px 13px;font-size:12px;font-weight:800}.fer-admin-year option{color:var(--fer-text);background:#0f172a}.fer-admin-main-grid{grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:22px;display:grid}.fer-admin-alert-count{color:#fbbf24;background:#fbbf241a;border-radius:10px;place-items:center;min-width:31px;height:31px;font-size:12px;font-weight:900;display:grid}.fer-admin-alerts{gap:9px;display:grid}.fer-admin-alerts>a{color:var(--fer-text);background:#02061742;border:1px solid #3b82f621;border-radius:13px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;text-decoration:none;transition:all .2s;display:grid}.fer-admin-alerts>a:hover{background:#2563eb14;transform:translate(3px)}.fer-admin-alerts>a>span{border-radius:9px;place-items:center;width:30px;height:30px;font-size:11px;font-weight:900;display:grid}.fer-admin-alerts>a.warning>span{color:#fbbf24;background:#fbbf241a}.fer-admin-alerts>a.critical>span{color:#f87171;background:#ef44441a}.fer-admin-alerts>a.success>span{color:var(--fer-green);background:#22c55e1a}.fer-admin-alerts strong,.fer-admin-alerts small{display:block}.fer-admin-alerts strong{font-size:11px}.fer-admin-alerts small{color:var(--fer-muted);margin-top:3px;font-size:9px}.fer-admin-alerts b{color:var(--fer-muted);font-size:17px}.fer-admin-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.fer-admin-actions>a{color:var(--fer-text);background:#2563eb0f;border:1px solid #60a5fa26;border-radius:13px;align-items:center;gap:10px;padding:12px;text-decoration:none;transition:all .2s;display:flex}.fer-admin-actions>a:hover{background:#2563eb1f;border-color:#60a5fa59;transform:translateY(-2px)}.fer-admin-actions>a>span{width:31px;height:31px;color:var(--fer-blue-soft);background:#2563eb24;border-radius:9px;flex:0 0 31px;place-items:center;font-size:13px;font-weight:900;display:grid}.fer-admin-actions strong,.fer-admin-actions small{display:block}.fer-admin-actions small{color:var(--fer-muted);margin-top:3px;font-size:8px}.fer-admin-readiness{color:var(--fer-blue-soft);font-size:25px}.fer-admin-progress{background:#020617b8;border-radius:999px;height:8px;margin-bottom:18px;overflow:hidden}.fer-admin-progress span{border-radius:inherit;background:linear-gradient(90deg,var(--fer-blue),var(--fer-green));height:100%;display:block}.fer-admin-operation{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.fer-admin-operation article{background:#02061740;border:1px solid #3b82f621;border-radius:13px;align-items:center;gap:10px;padding:13px;display:flex}.fer-admin-operation article>span{background:#2563eb1a;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:15px;display:grid}.fer-admin-operation small,.fer-admin-operation strong,.fer-admin-operation p{display:block}.fer-admin-operation small{color:var(--fer-muted);font-size:8px}.fer-admin-operation strong{margin:3px 0;font-size:11px}.fer-admin-operation p{color:var(--fer-muted);margin:0;font-size:8px}.fer-admin-activity{display:grid}.fer-admin-activity article{border-bottom:1px solid #3b82f61a;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 3px;display:grid}.fer-admin-activity article:last-child{border:0}.fer-admin-activity article>span{width:34px;height:34px;color:var(--fer-blue-soft);background:#2563eb1f;border-radius:10px;place-items:center;font-size:10px;font-weight:900;display:grid}.fer-admin-activity strong{font-size:10px;display:block}.fer-admin-activity p{color:var(--fer-muted);white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:9px;overflow:hidden}.fer-admin-activity time{color:var(--fer-muted);white-space:nowrap;font-size:8px}@media (width<=1100px){.fer-admin-main-grid{grid-template-columns:1fr}.fer-admin-operation{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.fer-admin-actions,.fer-admin-operation{grid-template-columns:1fr}.fer-admin-year{width:100%}.fer-admin-activity article{grid-template-columns:35px minmax(0,1fr)}.fer-admin-activity time{grid-column:2}.fer-admin-activity p{white-space:normal}}.fer-landing-body{color:#f8fafc;background:#020617;min-height:100vh;margin:0;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.fer-landing-glow{z-index:0;pointer-events:none;filter:blur(120px);border-radius:50%;position:fixed}.fer-landing-glow-one{background:#2563eb3d;width:650px;height:650px;top:-260px;right:-180px}.fer-landing-glow-two{background:#0ea5e91f;width:650px;height:650px;top:620px;left:-320px}.fer-landing-header{z-index:5;border-bottom:1px solid #60a5fa21;justify-content:space-between;align-items:center;gap:28px;max-width:1380px;margin:auto;padding:22px 38px;display:flex;position:relative}.fer-landing-brand{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.fer-landing-brand img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 7px 12px #2563eb33);width:51px;height:55px}.fer-landing-brand strong,.fer-landing-brand small{display:block}.fer-landing-brand small{color:#94a3b8;margin-top:3px;font-size:9px}.fer-landing-header nav{gap:28px;display:flex}.fer-landing-header nav a{color:#94a3b8;font-size:11px;font-weight:700;text-decoration:none;transition:all .2s}.fer-landing-header nav a:hover{color:#fff}.fer-landing-login{color:#fff;background:#2563eb17;border:1px solid #60a5fa40;border-radius:11px;align-items:center;gap:12px;padding:10px 14px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.fer-landing-login span{color:#60a5fa;font-size:15px}.fer-landing-body main{z-index:1;position:relative}.fer-landing-hero{grid-template-columns:minmax(0,1.05fr) minmax(380px,.75fr);align-items:center;gap:70px;max-width:1300px;min-height:680px;margin:auto;padding:70px 38px 85px;display:grid}.fer-landing-pill{color:#86efac;text-transform:uppercase;letter-spacing:.07em;background:#22c55e12;border:1px solid #22c55e33;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:9px;font-weight:800;display:inline-flex}.fer-landing-pill span{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #22c55e}.fer-landing-hero h1{letter-spacing:-.055em;max-width:760px;margin:24px 0 20px;font-size:58px;line-height:1.03}.fer-landing-hero h1 em{color:#60a5fa;font-style:normal}.fer-landing-hero-copy>p{color:#94a3b8;max-width:650px;margin:0;font-size:16px;line-height:1.7}.fer-landing-cta{gap:11px;margin-top:30px;display:flex}.fer-landing-cta a{border-radius:12px;justify-content:center;align-items:center;gap:13px;padding:13px 18px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.fer-landing-cta .primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 15px 35px #2563eb40}.fer-landing-cta .secondary{color:#cbd5e1;background:#0f172a99;border:1px solid #60a5fa33}.fer-landing-trust{border-top:1px solid #60a5fa1f;gap:27px;margin-top:42px;padding-top:24px;display:flex}.fer-landing-trust div{gap:3px;display:grid}.fer-landing-trust span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:8px}.fer-landing-visual{place-items:center;min-height:520px;display:grid;position:relative}.fer-landing-school-card{text-align:center;background:linear-gradient(145deg,#0f172af0,#071426d6);border:1px solid #60a5fa33;border-radius:30px;width:min(100%,430px);padding:26px 28px 28px;position:relative;box-shadow:0 35px 90px #00000073,0 0 70px #2563eb17}.fer-landing-card-label{color:#64748b;text-align:left;text-transform:uppercase;letter-spacing:.1em;font-size:8px;display:block}.fer-landing-school-card img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 18px 24px #00000047);width:230px;height:245px;margin:15px auto 6px}.fer-landing-school-card h2{margin:0;font-size:19px;line-height:1.25}.fer-landing-school-card p{color:#60a5fa;text-transform:uppercase;letter-spacing:.12em;margin:7px 0 0;font-size:10px;font-weight:800}.fer-landing-floating-card{background:#0f172aeb;border:1px solid #60a5fa30;border-radius:14px;align-items:center;gap:10px;min-width:175px;padding:12px;display:flex;position:absolute;box-shadow:0 18px 45px #00000059}.fer-landing-floating-card.top{top:75px;right:-25px}.fer-landing-floating-card.bottom{bottom:70px;left:-35px}.fer-landing-floating-card>span{color:#86efac;background:#22c55e1a;border-radius:9px;place-items:center;width:31px;height:31px;font-weight:900;display:grid}.fer-landing-floating-card strong,.fer-landing-floating-card small{display:block}.fer-landing-floating-card small{color:#64748b;margin-top:3px;font-size:8px}.fer-landing-capabilities{background:#0f172a57;border-top:1px solid #60a5fa1c;border-bottom:1px solid #60a5fa1c;padding:90px max(38px,50vw - 650px);position:relative}.fer-landing-section-head{max-width:700px}.fer-landing-section-head>span,.fer-landing-eyebrow{color:#60a5fa;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:900}.fer-landing-section-head h2{letter-spacing:-.04em;margin:13px 0 12px;font-size:32px;line-height:1.2}.fer-landing-section-head p{color:#94a3b8;margin:0;font-size:13px;line-height:1.6}.fer-landing-capability-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:42px;display:grid}.fer-landing-capability-grid article{background:#0206178c;border:1px solid #60a5fa21;border-radius:19px;min-height:240px;padding:21px;transition:all .25s;position:relative}.fer-landing-capability-grid article:hover{background:#0f172acc;border-color:#60a5fa59;transform:translateY(-5px)}.fer-landing-capability-grid article>b{color:#334155;font-size:10px;position:absolute;top:18px;right:18px}.fer-landing-capability-grid article>span{background:#2563eb1c;border-radius:11px;place-items:center;width:40px;height:40px;font-size:17px;display:grid}.fer-landing-capability-grid h3{margin:38px 0 9px;font-size:14px}.fer-landing-capability-grid p{color:#94a3b8;margin:0;font-size:10px;line-height:1.65}.fer-landing-security{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:100px;max-width:1250px;margin:auto;padding:100px 38px;display:grid}.fer-landing-security h2{letter-spacing:-.04em;max-width:680px;margin:14px 0 16px;font-size:33px;line-height:1.2}.fer-landing-security>div>p{color:#94a3b8;max-width:690px;margin:0;font-size:13px;line-height:1.7}.fer-landing-security ul{gap:12px;margin:25px 0 0;padding:0;list-style:none;display:grid}.fer-landing-security li{color:#cbd5e1;align-items:center;gap:10px;font-size:11px;display:flex}.fer-landing-security li span{color:#86efac;background:#22c55e1a;border-radius:7px;place-items:center;width:22px;height:22px;font-weight:900;display:grid}.fer-landing-security aside{background:linear-gradient(145deg,#2563eb1c,#0f172ab8);border:1px solid #60a5fa2e;border-radius:23px;padding:28px;box-shadow:0 25px 65px #0000004d}.fer-landing-security-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:24px;font-size:11px;font-weight:900;display:grid}.fer-landing-security aside p{color:#94a3b8;margin:8px 0 22px;font-size:10px;line-height:1.6}.fer-landing-security aside a{color:#60a5fa;font-size:10px;font-weight:800;text-decoration:none}.fer-landing-footer{z-index:1;border-top:1px solid #60a5fa1f;justify-content:space-between;align-items:center;gap:25px;max-width:1380px;margin:auto;padding:30px 38px;display:flex;position:relative}.fer-landing-footer p,.fer-landing-footer>span{color:#64748b;margin:0;font-size:9px}.fer-landing-footer>span{text-transform:uppercase;letter-spacing:.08em}@media (width<=1050px){.fer-landing-hero{grid-template-columns:1fr;gap:30px}.fer-landing-visual{min-height:500px}.fer-landing-floating-card.top{right:8%}.fer-landing-floating-card.bottom{left:8%}.fer-landing-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fer-landing-security{grid-template-columns:1fr;gap:45px}.fer-landing-security aside{max-width:500px}}@media (width<=760px){.fer-landing-header{padding:17px 20px}.fer-landing-header nav,.fer-landing-brand small{display:none}.fer-landing-login{padding:9px 11px}.fer-landing-hero{min-height:auto;padding:65px 20px}.fer-landing-hero h1{font-size:42px}.fer-landing-hero-copy>p{font-size:14px}.fer-landing-trust{justify-content:space-between;gap:15px}.fer-landing-visual{min-height:460px}.fer-landing-floating-card{min-width:155px}.fer-landing-floating-card.top{right:0}.fer-landing-floating-card.bottom{left:0}.fer-landing-capabilities{padding:70px 20px}.fer-landing-capability-grid{grid-template-columns:1fr}.fer-landing-security{padding:75px 20px}.fer-landing-security h2,.fer-landing-section-head h2{font-size:28px}.fer-landing-footer{flex-direction:column;align-items:flex-start;padding:26px 20px}}@media (width<=480px){.fer-landing-header .fer-landing-brand strong{font-size:12px}.fer-landing-login{font-size:9px}.fer-landing-hero h1{font-size:36px}.fer-landing-cta{display:grid}.fer-landing-trust{grid-template-columns:repeat(3,1fr);display:grid}.fer-landing-school-card{padding:22px 15px}.fer-landing-school-card img{width:190px;height:210px}.fer-landing-floating-card{display:none}}.fer-landing-brand strong{font-size:18px}.fer-landing-brand small{font-size:12px;line-height:1.4}.fer-landing-header nav a{font-size:14px}.fer-landing-login{padding:13px 17px;font-size:14px}.fer-landing-pill{padding:9px 13px;font-size:11px}.fer-landing-hero-copy>p{font-size:19px;line-height:1.65}.fer-landing-cta a{padding:15px 21px;font-size:14px}.fer-landing-trust strong{font-size:20px}.fer-landing-trust span{font-size:10px;line-height:1.4}.fer-landing-card-label{font-size:10px}.fer-landing-school-card h2{font-size:24px}.fer-landing-school-card p{font-size:12px}.fer-landing-floating-card{min-width:205px;padding:15px}.fer-landing-floating-card strong{font-size:13px}.fer-landing-floating-card small{font-size:10px}.fer-landing-section-head>span,.fer-landing-eyebrow{font-size:11px}.fer-landing-section-head h2{font-size:38px}.fer-landing-section-head p{font-size:16px}.fer-landing-capability-grid article{min-height:270px;padding:25px}.fer-landing-capability-grid article>b{font-size:12px}.fer-landing-capability-grid article>span{width:46px;height:46px;font-size:20px}.fer-landing-capability-grid h3{font-size:18px}.fer-landing-capability-grid p{font-size:14px;line-height:1.6}.fer-landing-security h2{font-size:39px}.fer-landing-security>div>p{font-size:16px}.fer-landing-security li{font-size:14px}.fer-landing-security aside strong{font-size:19px}.fer-landing-security aside p,.fer-landing-security aside a{font-size:13px}.fer-landing-footer p,.fer-landing-footer>span{font-size:11px}@media (width<=760px){.fer-landing-brand strong{font-size:15px}.fer-landing-login{font-size:12px}.fer-landing-hero-copy>p{font-size:16px}.fer-landing-section-head h2,.fer-landing-security h2{font-size:31px}.fer-landing-capability-grid p{font-size:13px}}.fer-admin-year label{font-size:12px}.fer-admin-year select,.fer-admin-alerts strong{font-size:14px}.fer-admin-alerts small{font-size:12px;line-height:1.45}.fer-admin-actions strong{font-size:13px}.fer-admin-actions small{font-size:11px;line-height:1.4}.fer-admin-operation small{font-size:11px}.fer-admin-operation strong{font-size:15px}.fer-admin-operation p{font-size:11px;line-height:1.4}.fer-admin-activity strong{font-size:13px}.fer-admin-activity p{font-size:11px}.fer-admin-activity time{font-size:10px}@media (width<=700px){.fer-admin-alerts strong,.fer-admin-actions strong{font-size:13px}.fer-admin-activity p{font-size:11px}}.fer-landing-visual{min-height:560px}.fer-landing-school-card{background:radial-gradient(circle at 50% 28%,#2563eb26,#0000 42%),linear-gradient(155deg,#0f172af7,#051022eb);border-color:#60a5fa47;width:min(100%,470px);padding:30px 34px 26px;overflow:hidden;box-shadow:0 38px 100px #00000080,0 0 80px #2563eb1a}.fer-landing-school-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,#ffffff0e,#0000 30% 70%,#60a5fa0a);position:absolute;inset:0}.fer-landing-school-card img{width:255px;height:270px;margin:12px auto 2px}.fer-landing-school-features{border-top:1px solid #60a5fa21;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:22px;padding-top:18px;display:grid;position:relative}.fer-landing-school-features span{color:#cbd5e1;background:#02061759;border:1px solid #60a5fa1f;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:12px;font-weight:700;display:flex}.fer-landing-school-features b{color:#86efac;background:#22c55e1a;border-radius:7px;place-items:center;width:21px;height:21px;display:grid}.fer-landing-capability-grid article{isolation:isolate;background:linear-gradient(145deg,#091226e0,#0206179e);overflow:hidden}.fer-landing-capability-grid article:after{content:"";z-index:-1;filter:blur(10px);background:#2563eb14;border-radius:50%;width:180px;height:180px;transition:all .3s;position:absolute;bottom:-95px;right:-75px}.fer-landing-capability-grid article:hover:after{background:#2563eb26;transform:scale(1.25)}.fer-landing-capability-icon{color:#60a5fa;border:1px solid #60a5fa2b;box-shadow:0 13px 30px #0003;background:linear-gradient(145deg,#2563eb33,#2563eb12)!important;border-radius:16px!important;width:58px!important;height:58px!important}.fer-landing-capability-icon svg{fill:none;stroke:currentColor;stroke-width:1.65px;stroke-linecap:round;stroke-linejoin:round;width:29px;height:29px}.fer-landing-capability-grid article:nth-child(3) .fer-landing-capability-icon svg{fill:#60a5fa29}.fer-landing-capability-grid h3{margin-top:32px}.fer-landing-access-card{position:relative;overflow:hidden;background:radial-gradient(circle at 100% 0,#2563eb40,#0000 42%),linear-gradient(150deg,#0f172afa,#071426e8)!important;border-color:#60a5fa4d!important;padding:34px!important;box-shadow:0 30px 80px #00000061,0 0 55px #2563eb14!important}.fer-landing-access-card:before{content:"";border:1px solid #60a5fa1f;border-radius:50%;width:160px;height:160px;position:absolute;top:-55px;right:-50px}.fer-landing-access-head{align-items:center;gap:11px;margin-bottom:25px;display:flex;position:relative}.fer-landing-access-head img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 12px #2563eb40);width:50px;height:54px}.fer-landing-access-head span{color:#86efac;text-transform:uppercase;letter-spacing:.05em;background:#22c55e12;border:1px solid #22c55e2e;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.fer-landing-access-card>strong{letter-spacing:-.025em;display:block;position:relative;font-size:24px!important}.fer-landing-access-card>p{position:relative;margin:10px 0 24px!important;font-size:14px!important;line-height:1.6!important}.fer-landing-access-card>a{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:1px solid #60a5fa40;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;transition:all .2s;display:flex;position:relative;box-shadow:0 13px 32px #2563eb40;color:#fff!important;font-size:14px!important}.fer-landing-access-card>a:hover{transform:translateY(-2px);box-shadow:0 17px 40px #2563eb57}.fer-landing-access-card>a span{font-size:18px}.fer-landing-access-card>small{color:#64748b;align-items:center;gap:7px;margin-top:16px;font-size:11px;display:flex;position:relative}.fer-landing-access-card>small i{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #22c55ecc}.fer-landing-footer{background:linear-gradient(#02061740,#010511f2);border-top:1px solid #60a5fa26;max-width:none;padding:0;display:block}.fer-landing-footer-main{grid-template-columns:minmax(300px,1.4fr) minmax(150px,.5fr) minmax(310px,.85fr);gap:65px;max-width:1380px;margin:auto;padding:48px 38px 38px;display:grid}.fer-landing-footer-fer>p{color:#94a3b8;max-width:430px;margin:17px 0 0;font-size:13px;line-height:1.65}.fer-landing-footer .fer-landing-brand img{width:54px;height:58px}.fer-landing-footer .fer-landing-brand small{font-size:11px}.fer-landing-footer-links{align-content:start;gap:11px;display:grid}.fer-landing-footer-links strong{color:#f8fafc;margin-bottom:4px;font-size:13px}.fer-landing-footer-links a{color:#94a3b8;font-size:12px;text-decoration:none;transition:all .2s}.fer-landing-footer-links a:hover{color:#60a5fa;transform:translate(3px)}.fer-landing-footer-developer{background:#0f172a8c;border:1px solid #60a5fa24;border-radius:18px;align-self:start;padding:18px 20px}.fer-landing-footer-developer>span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:10px;font-weight:800;display:block}.fer-landing-footer-developer>div{align-items:center;gap:14px;display:flex}.fer-landing-footer-developer img{-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:11px;width:72px;height:58px;padding:6px}.fer-landing-footer-developer p{margin:0}.fer-landing-footer-developer strong,.fer-landing-footer-developer small{display:block}.fer-landing-footer-developer strong{font-size:14px}.fer-landing-footer-developer small{color:#94a3b8;max-width:220px;margin-top:5px;font-size:11px;line-height:1.4}.fer-landing-footer-bottom{border-top:1px solid #60a5fa1a;justify-content:space-between;align-items:center;gap:25px;max-width:1380px;margin:auto;padding:20px 38px;display:flex}.fer-landing-footer-bottom p,.fer-landing-footer-bottom span{color:#64748b;margin:0;font-size:11px}.fer-landing-footer-bottom span{text-transform:uppercase;letter-spacing:.07em}@media (width<=900px){.fer-landing-footer{padding:0}.fer-landing-footer-main{grid-template-columns:1fr 1fr}.fer-landing-footer-developer{grid-column:1/-1}.fer-landing-security{gap:35px}}@media (width<=620px){.fer-landing-school-features,.fer-landing-footer-main{grid-template-columns:1fr}.fer-landing-footer-main{gap:30px;padding:38px 20px 30px}.fer-landing-footer-developer{grid-column:auto}.fer-landing-footer-bottom{flex-direction:column;align-items:flex-start;padding:18px 20px}.fer-landing-school-card img{width:220px;height:235px}.fer-landing-access-card{padding:26px!important}}.fer-landing-capability-illustration{place-items:center;box-shadow:0 16px 36px #00000047;background:0 0!important;border-radius:21px!important;width:72px!important;height:72px!important;display:grid!important}.fer-landing-capability-illustration svg{width:72px;height:72px;display:block;overflow:visible}.fer-landing-capability-illustration svg *{stroke:none}.fer-landing-capability-illustration svg>circle{fill:#132c5a}.fer-landing-capability-illustration .light{fill:#f8fafc}.fer-landing-capability-illustration .detail{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke:#fff!important}.fer-landing-capability-illustration.student svg>circle{fill:#173f8f}.fer-landing-capability-illustration.student .accent{fill:#fbbf24}.fer-landing-capability-illustration.student .light{fill:#60a5fa}.fer-landing-capability-illustration.teacher svg>circle{fill:#064e3b}.fer-landing-capability-illustration.teacher .light{fill:#d1fae5}.fer-landing-capability-illustration.teacher .accent{fill:#10b981}.fer-landing-capability-illustration.teacher .detail{stroke:#047857!important}.fer-landing-capability-illustration.analytics svg>circle{fill:#3b176b}.fer-landing-capability-illustration.analytics .light{fill:#e9d5ff}.fer-landing-capability-illustration.analytics .bar-one{fill:#22c55e}.fer-landing-capability-illustration.analytics .bar-two{fill:#fbbf24}.fer-landing-capability-illustration.analytics .bar-three{fill:#f472b6}.fer-landing-capability-illustration.analytics .detail{stroke:#c4b5fd!important}.fer-landing-capability-illustration.security svg>circle{fill:#7f1d1d}.fer-landing-capability-illustration.security .light{fill:#fee2e2}.fer-landing-capability-illustration.security .accent{fill:none;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;stroke:#ef4444!important}.fer-landing-capability-grid article:hover .fer-landing-capability-illustration{transform:translateY(-3px)scale(1.04);box-shadow:0 19px 42px #2563eb33}.fer-landing-access-card{text-align:center!important;padding:36px!important}.fer-landing-access-head{justify-content:center;margin:0 0 14px!important}.fer-landing-access-head img{-o-object-fit:contain!important;object-fit:contain!important;width:112px!important;max-width:112px!important;height:118px!important;margin:0 auto!important;display:block!important}.fer-landing-access-label{color:#86efac;text-transform:uppercase;letter-spacing:.06em;background:#22c55e12;border:1px solid #22c55e33;border-radius:999px;margin-bottom:12px;padding:7px 11px;font-size:11px;font-weight:800;display:inline-flex}.fer-landing-access-card>strong{text-align:center;font-size:26px!important}.fer-landing-access-card>p{text-align:center;max-width:300px;margin:11px auto 25px!important}.fer-landing-access-card>a{max-width:300px;margin:0 auto}.fer-landing-access-card>small{justify-content:center;margin-top:17px}.fer-landing-footer{overflow:hidden!important}.fer-landing-footer-main{align-items:start!important}.fer-landing-footer-fer,.fer-landing-footer-links,.fer-landing-footer-developer{min-width:0}.fer-landing-footer-developer{justify-self:end;width:100%;max-width:430px;padding:20px!important}.fer-landing-jimp-brand{grid-template-columns:88px minmax(0,1fr);align-items:center!important;gap:16px!important;display:grid!important}.fer-landing-jimp-logo{background:#fff;border-radius:14px;place-items:center;width:88px;height:76px;display:grid;overflow:hidden;box-shadow:0 10px 28px #00000038}.fer-landing-jimp-logo img{-o-object-fit:contain!important;object-fit:contain!important;background:#fff!important;border-radius:0!important;width:78px!important;max-width:78px!important;height:66px!important;max-height:66px!important;margin:0!important;padding:0!important;display:block!important}.fer-landing-footer-developer p{min-width:0!important}.fer-landing-footer-developer p small{color:#94a3b8!important;margin:0 0 4px!important;font-size:11px!important}.fer-landing-footer-developer p strong{color:#f8fafc;line-height:1.25;font-size:17px!important}.fer-landing-footer-developer p em{color:#60a5fa;margin-top:6px;font-size:11px;font-style:normal;line-height:1.4;display:block}@media (width<=900px){.fer-landing-footer-developer{justify-self:stretch;max-width:none}.fer-landing-access-card{max-width:540px!important}}@media (width<=480px){.fer-landing-capability-illustration,.fer-landing-capability-illustration svg{width:64px!important;height:64px!important}.fer-landing-jimp-brand{grid-template-columns:72px minmax(0,1fr)}.fer-landing-jimp-logo{width:72px;height:64px}.fer-landing-jimp-logo img{width:64px!important;height:54px!important}.fer-landing-access-head img{width:96px!important;height:102px!important}}.fer-auth-body{color:#f8fafc;background:#020617;min-height:100vh;margin:0;font-family:Inter,sans-serif}.fer-auth-shell{background:radial-gradient(circle at 18% 22%,#2563eb3b,#0000 35%),radial-gradient(circle at 92% 90%,#0ea5e91a,#0000 35%),#020617;grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);min-height:100vh;display:grid}.fer-auth-brand-panel{background:linear-gradient(145deg,#091837c7,#020617ad);border-right:1px solid #60a5fa26;flex-direction:column;min-height:100vh;padding:42px 56px;display:flex;position:relative;overflow:hidden}.fer-auth-brand-panel:after{content:"";border:1px solid #60a5fa1a;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-220px;right:-180px;box-shadow:0 0 0 70px #2563eb06,0 0 0 140px #2563eb05}.fer-auth-brand{z-index:1;color:#fff;align-items:center;gap:14px;text-decoration:none;display:flex;position:relative}.fer-auth-brand img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 16px #2563eb40);width:68px;height:72px;display:block}.fer-auth-brand strong,.fer-auth-brand small{display:block}.fer-auth-brand strong{font-size:20px}.fer-auth-brand small{color:#94a3b8;margin-top:4px;font-size:12px}.fer-auth-brand-copy{z-index:1;max-width:620px;margin:auto 0;position:relative}.fer-auth-eyebrow{color:#86efac;text-transform:uppercase;letter-spacing:.07em;background:#22c55e12;border:1px solid #22c55e30;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800;display:inline-flex}.fer-auth-brand-copy h1{letter-spacing:-.05em;margin:23px 0 18px;font-size:46px;line-height:1.08}.fer-auth-brand-copy>p{color:#a8b3c7;max-width:570px;margin:0;font-size:17px;line-height:1.65}.fer-auth-trust{gap:12px;margin-top:31px;display:grid}.fer-auth-trust>span{color:#d7deea;align-items:center;gap:10px;font-size:14px;display:flex}.fer-auth-trust b{color:#86efac;background:#22c55e1a;border-radius:8px;place-items:center;width:25px;height:25px;display:grid}.fer-auth-brand-footer{z-index:1;justify-content:space-between;align-items:flex-end;gap:22px;display:flex;position:relative}.fer-auth-copyright{color:#64748b;margin:0;font-size:11px;line-height:1.45}.fer-auth-partner{background:linear-gradient(135deg,#1e29528c,#08142bbd);border:1px solid #38bdf82e;border-radius:14px;flex:none;align-items:center;gap:10px;padding:7px 12px 7px 8px;display:flex;box-shadow:0 10px 30px #0000003d,inset 0 1px #ffffff0a}.fer-auth-partner img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 5px #22d3eee6)drop-shadow(0 0 12px #7c3aed9e);width:54px;height:34px;transition:filter .2s,transform .2s;display:block}.fer-auth-partner:hover img{filter:drop-shadow(0 0 7px #a3e635eb)drop-shadow(0 0 16px #22d3eee0);transform:translateY(-1px)scale(1.04)}.fer-auth-partner span,.fer-auth-partner small,.fer-auth-partner strong{display:block}.fer-auth-partner small{color:#8091ac;text-transform:uppercase;letter-spacing:.09em;font-size:8px;line-height:1.15}.fer-auth-partner strong{color:#dbeafe;letter-spacing:.02em;margin-top:3px;font-size:10px}.fer-auth-login-credit{margin:0;position:absolute;bottom:24px;right:28px}.fer-auth-form-panel{flex-direction:column;justify-content:center;align-items:center;padding:44px;display:flex;position:relative}.fer-auth-mobile-brand{display:none}.fer-auth-card{background:linear-gradient(150deg,#0f172af7,#071226f0);border:1px solid #60a5fa33;border-radius:26px;width:min(100%,500px);padding:39px;box-shadow:0 35px 100px #0000007a,0 0 60px #2563eb14}.fer-auth-card-head>span{color:#60a5fa;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:900;display:block}.fer-auth-card-head h2{letter-spacing:-.04em;margin:10px 0 8px;font-size:30px}.fer-auth-card-head p{color:#94a3b8;margin:0;font-size:14px;line-height:1.6}.fer-auth-form{gap:10px;margin-top:27px;display:grid}.fer-auth-form>label,.fer-auth-label-row label{color:#e2e8f0;font-size:13px;font-weight:700}.fer-auth-label-row{justify-content:space-between;align-items:center;gap:16px;margin-top:7px;display:flex}.fer-auth-label-row a{color:#60a5fa;font-size:12px;font-weight:700;text-decoration:none}.fer-auth-input{background:#02061780;border:1px solid #60a5fa33;border-radius:13px;grid-template-columns:43px minmax(0,1fr);align-items:center;height:52px;margin-bottom:4px;transition:all .2s;display:grid}.fer-auth-input:focus-within{border-color:#60a5faa6;box-shadow:0 0 0 3px #2563eb1f}.fer-auth-input>span{color:#60a5fa;border-right:1px solid #60a5fa24;place-items:center;height:25px;font-size:12px;font-weight:900;display:grid}.fer-auth-input input{color:#f8fafc;width:100%;height:100%;font:inherit;background:0 0;border:0;outline:0;padding:0 14px;font-size:14px}.fer-auth-input input::placeholder{color:#64748b}.fer-auth-input input:-webkit-autofill{caret-color:#f8fafc;border-radius:0 12px 12px 0;transition:background-color 9999s ease-out;-webkit-text-fill-color:#f8fafc!important;box-shadow:inset 0 0 0 1000px #071124!important}.fer-auth-input input:-webkit-autofill:hover{caret-color:#f8fafc;border-radius:0 12px 12px 0;transition:background-color 9999s ease-out;-webkit-text-fill-color:#f8fafc!important;box-shadow:inset 0 0 0 1000px #071124!important}.fer-auth-input input:-webkit-autofill:focus{caret-color:#f8fafc;border-radius:0 12px 12px 0;transition:background-color 9999s ease-out;-webkit-text-fill-color:#f8fafc!important;box-shadow:inset 0 0 0 1000px #071124!important}.fer-auth-input input:-webkit-autofill:active{caret-color:#f8fafc;border-radius:0 12px 12px 0;transition:background-color 9999s ease-out;-webkit-text-fill-color:#f8fafc!important;box-shadow:inset 0 0 0 1000px #071124!important}.fer-auth-input input:autofill{caret-color:#f8fafc;color:#f8fafc!important;box-shadow:inset 0 0 0 1000px #071124!important}.fer-auth-check{cursor:pointer;align-items:center;margin:5px 0 4px;display:flex;color:#94a3b8!important;gap:9px!important;font-size:12px!important;font-weight:500!important}.fer-auth-check input{accent-color:#2563eb;width:17px;height:17px}.fer-auth-submit{color:#fff;width:100%;font:inherit;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:0;border-radius:13px;justify-content:space-between;align-items:center;margin-top:8px;padding:15px 17px;font-size:14px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 14px 32px #2563eb45}.fer-auth-submit:hover{transform:translateY(-2px);box-shadow:0 18px 40px #2563eb5c}.fer-auth-submit span{font-size:18px}.fer-auth-error{color:#fca5a5;margin:-2px 0 3px;font-size:12px;line-height:1.4}.fer-auth-status{color:#bbf7d0;background:#22c55e14;border:1px solid #22c55e33;border-radius:12px;margin-top:20px;padding:13px 14px;font-size:12px;line-height:1.5}.fer-auth-card-foot{border-top:1px solid #60a5fa1c;justify-content:space-between;align-items:center;gap:14px;margin-top:24px;padding-top:18px;display:flex}.fer-auth-card-foot>span{color:#86efac;align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.fer-auth-card-foot i{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 9px #22c55e}.fer-auth-card-foot small{color:#64748b;font-size:10px}.fer-auth-help{background:#2563eb0d;border:1px solid #60a5fa21;border-radius:13px;align-items:flex-start;gap:11px;margin-top:20px;padding:13px;display:flex}.fer-auth-help>b{color:#86efac;background:#22c55e1a;border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.fer-auth-help p{margin:0}.fer-auth-help strong,.fer-auth-help span{display:block}.fer-auth-help strong{font-size:12px}.fer-auth-help span{color:#94a3b8;margin-top:3px;font-size:11px;line-height:1.45}.fer-auth-return{color:#94a3b8;text-align:center;margin-top:18px;font-size:12px;font-weight:700;text-decoration:none;display:block}.fer-auth-return:hover,.fer-auth-back-home:hover{color:#60a5fa}.fer-auth-back-home{color:#64748b;margin-top:20px;font-size:11px;text-decoration:none}@media (width<=980px){.fer-auth-shell{grid-template-columns:1fr}.fer-auth-brand-panel{display:none}.fer-auth-form-panel{min-height:100vh;padding:28px 20px}.fer-auth-mobile-brand{align-items:center;gap:10px;margin-bottom:22px;display:flex}.fer-auth-mobile-brand a,.fer-auth-mobile-brand img{-o-object-fit:contain;object-fit:contain;width:52px;height:56px;display:block}.fer-auth-mobile-brand strong{font-size:17px}.fer-auth-login-credit{margin-top:22px;position:static}}@media (width<=540px){.fer-auth-form-panel{justify-content:flex-start;padding-top:26px}.fer-auth-card{border-radius:21px;padding:27px 22px}.fer-auth-card-head h2{font-size:26px}.fer-auth-card-foot{flex-direction:column;align-items:flex-start}}.fer-gradebook-launcher .fer-section-header{margin-bottom:20px}.fer-gradebook-context-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fer-gradebook-context-grid label>span{color:#94a3b8;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.fer-gradebook-context-grid select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:100%;min-height:50px;font:inherit;outline:0;transition:all .2s;color:#e5edf9!important;background:#0a1428!important;border:1px solid #60a5fa47!important;border-radius:12px!important;padding:0 15px!important;box-shadow:inset 0 1px #ffffff06!important}.fer-gradebook-context-grid select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #2563eb24!important}.fer-gradebook-context-grid select option{color:#e5edf9;background:#0a1428}.fer-gradebook-context-grid select:disabled{cursor:not-allowed;opacity:1;color:#64748b!important;background:#111827!important}@media (width<=800px){.fer-gradebook-context-grid{grid-template-columns:1fr}}.fer-attendance-date-warning{color:#fecaca;background:#7f1d1d29;border:1px solid #f8717147;border-radius:10px;margin-top:12px;padding:10px 12px;font-size:11px;font-weight:700}.fer-attendance-date-warning[hidden]{display:none}.fer-attendance-scope-filter{background:#0f172ab8;border:1px solid #60a5fa2e;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:15px 18px;display:flex}.fer-attendance-scope-filter span,.fer-attendance-scope-filter strong{display:block}.fer-attendance-scope-filter span{color:#60a5fa;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:9px;font-weight:900}.fer-attendance-scope-filter strong{font-size:12px}.fer-attendance-scope-filter select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:min(100%,430px);min-height:40px;color:#dbeafe!important;background:#091426!important;border:1px solid #60a5fa38!important;border-radius:10px!important;padding:0 12px!important;font-size:11px!important}.fer-attendance-scope-filter option{color:#dbeafe;background:#091426}@media (width<=650px){.fer-attendance-scope-filter{flex-direction:column;align-items:stretch}.fer-attendance-scope-filter select{width:100%}}.fer-attendance-launcher .fer-section-header{margin-bottom:20px}.fer-attendance-context-grid{grid-template-columns:minmax(175px,.55fr) minmax(190px,.65fr) minmax(260px,1fr) minmax(190px,.7fr);gap:14px;display:grid}.fer-attendance-context-grid label>span{color:#94a3b8;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.fer-attendance-context-grid input,.fer-attendance-context-grid select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:100%;min-height:50px;font:inherit;outline:0;transition:all .2s;color:#e5edf9!important;background:#0a1428!important;border:1px solid #60a5fa47!important;border-radius:12px!important;padding:0 15px!important;box-shadow:inset 0 1px #ffffff06!important}.fer-attendance-context-grid input:focus,.fer-attendance-context-grid select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #2563eb24!important}.fer-attendance-context-grid input::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert()opacity(.75)}.fer-attendance-context-grid select option{color:#e5edf9;background:#0a1428}.fer-attendance-context-grid select:disabled{cursor:not-allowed;opacity:1;color:#64748b!important;background:#111827!important}.fer-attendance-context-card{padding:20px!important}.fer-attendance-context-card .fer-section-header{margin-bottom:14px}.fer-attendance-context-card .fer-section-header h2{font-size:16px}.fer-attendance-context-card .fer-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.fer-attendance-context-card .fer-mini-grid>div{border-radius:12px;min-height:0;padding:13px 15px!important}.fer-attendance-context-card .fer-mini-grid strong{letter-spacing:-.01em;font-size:15px!important}.fer-attendance-context-card .fer-mini-grid small{text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:9px!important}.fer-attendance-sheet-card{padding:20px 24px!important}.fer-attendance-sheet-card>h2{margin-bottom:10px;font-size:15px!important}.fer-attendance-sheet-card .fer-table{table-layout:fixed}.fer-attendance-sheet-card .fer-table th:first-child{width:40%}.fer-attendance-sheet-card .fer-table th:nth-child(2){width:18%}.fer-attendance-sheet-card .fer-table th:nth-child(3){width:42%}.fer-attendance-sheet-card .fer-table th{letter-spacing:.03em;padding:11px 13px;font-size:10px}.fer-attendance-sheet-card .fer-table td{font-size:11px;padding:9px 13px!important}.fer-attendance-sheet-card .fer-table td:first-child{letter-spacing:.01em;font-weight:650}.fer-attendance-sheet-card .fer-attendance-options{gap:3px}.fer-attendance-sheet-card .fer-attendance-options span{border-radius:8px;width:28px;height:28px;font-size:9px}.fer-attendance-sheet-card input[type=text]{transition:all .2s;display:block;color:#cbd5e1!important;width:100%!important;max-width:540px!important;height:34px!important;min-height:34px!important;box-shadow:none!important;background:#0206176b!important;border:1px solid #60a5fa29!important;border-radius:9px!important;padding:0 12px!important;font-size:10px!important}.fer-attendance-sheet-card input[type=text]::-moz-placeholder{color:#53627a!important}.fer-attendance-sheet-card textarea::-moz-placeholder{color:#53627a!important}.fer-attendance-sheet-card input[type=text]::placeholder,.fer-attendance-sheet-card textarea::placeholder{color:#53627a!important}.fer-attendance-sheet-card input[type=text]:focus,.fer-attendance-sheet-card textarea:focus{background:#081327!important;border-color:#3b82f6a6!important;box-shadow:0 0 0 3px #2563eb1a!important}.fer-attendance-sheet-card .fer-textarea-full{margin-top:14px}.fer-attendance-sheet-card .fer-textarea-full label{color:#94a3b8;font-size:10px;font-weight:750}.fer-attendance-sheet-card textarea{resize:vertical;color:#cbd5e1!important;min-height:70px!important;box-shadow:none!important;background:#0206176b!important;border:1px solid #60a5fa29!important;border-radius:11px!important;margin-top:7px!important;padding:11px 13px!important;font-size:10px!important}.fer-attendance-sheet-actions{align-items:center;gap:9px;display:flex}.fer-selfeval-workspace{grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr);gap:20px;display:grid}.fer-student-roster,.fer-selfeval-editor{background:#02061738;border:1px solid #60a5fa21;border-radius:14px;min-width:0;padding:16px}.fer-student-roster>strong,.fer-student-roster>small{display:block}.fer-student-roster>small{color:#64748b;margin:4px 0 11px;font-size:10px}.fer-student-roster>div{max-height:410px;overflow:auto}.fer-student-roster label{cursor:pointer;border-bottom:1px solid #60a5fa14;grid-template-columns:29px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:10px 8px;display:grid}.fer-student-roster input{opacity:0;position:absolute}.fer-student-roster label>span{color:#60a5fa;background:#2563eb1a;border-radius:8px;place-items:center;width:27px;height:27px;font-size:10px;font-weight:900;display:grid}.fer-student-roster label>b{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.fer-student-roster label>i{color:#475569;font-style:normal}.fer-student-roster label:has(input:checked){background:#2563eb29;border-radius:9px}.fer-student-roster label:has(input:checked)>span{color:#fff;background:#2563eb}.fer-selfeval-editor{align-content:start;gap:15px;display:grid}.fer-selfeval-editor>label{color:#cbd5e1;gap:8px;font-size:11px;font-weight:800;display:grid}.fer-workspace-hero{background:linear-gradient(130deg,#0f172afa,#112d5bb3);justify-content:space-between;align-items:center;gap:24px;display:flex}.fer-eyebrow{color:#60a5fa;letter-spacing:.12em;margin-bottom:7px;font-size:10px;font-weight:900;display:block}.fer-workspace-hero h2,.fer-plan-card h3{margin:0}.fer-workspace-hero p,.fer-plan-card p{color:var(--fer-muted);margin:7px 0 0}.fer-context-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.fer-context-grid label>span{color:#94a3b8;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.fer-context-grid select{width:100%;min-height:48px}.fer-period-legend{color:#94a3b8;border-top:1px solid #60a5fa1f;align-items:center;gap:22px;margin-top:17px;padding-top:15px;font-size:11px;display:flex}.fer-period-legend strong{color:#e2e8f0;margin-left:auto}.fer-period-legend i{border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.fer-period-legend .is-open{background:#22c55e;box-shadow:0 0 8px #22c55e}.fer-period-legend .is-closed{background:#64748b}.fer-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.fer-plan-card{background:linear-gradient(145deg,#0f172af0,#081630d9);border:1px solid #60a5fa33;border-radius:18px;padding:21px;box-shadow:0 16px 35px #00000024}.fer-plan-card[hidden]{display:none}.fer-plan-card-head,.fer-plan-footer,.fer-autosave-bar{justify-content:space-between;align-items:center;gap:16px;display:flex}.fer-plan-card-head h3{margin-top:9px;font-size:18px}.fer-period-state{white-space:nowrap;border:1px solid;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;display:inline-flex}.fer-period-state.is-open{color:#86efac;background:#22c55e17;border-color:#22c55e4d}.fer-period-state.is-closed{color:#cbd5e1;background:#64748b1a;border-color:#94a3b840}.fer-plan-metrics{grid-template-columns:repeat(3,1fr);gap:9px;margin:19px 0;display:grid}.fer-plan-metrics div{background:#0206174d;border:1px solid #60a5fa1a;border-radius:11px;padding:12px}.fer-plan-metrics strong,.fer-plan-metrics span{display:block}.fer-plan-metrics span{color:#64748b;margin-top:4px;font-size:10px}.fer-plan-footer{border-top:1px solid #60a5fa1a;padding-top:15px}.fer-plan-footer>span{color:#fbbf24;font-size:11px;font-weight:800}.fer-save-indicator{color:#94a3b8;align-items:center;gap:8px;font-size:11px;font-weight:800;display:inline-flex}.fer-save-indicator span{background:#64748b;border-radius:50%;width:8px;height:8px}.fer-save-indicator.is-saved span{background:#22c55e;box-shadow:0 0 8px #22c55e}.fer-save-indicator.is-saving span{background:#60a5fa;animation:1s infinite ferPulse}.fer-save-indicator.is-pending span{background:#fbbf24}.fer-save-indicator.is-error{color:#fca5a5}.fer-save-indicator.is-error span{background:#ef4444}.fer-autosave-bar{border-top:1px solid #60a5fa1a;margin-top:20px;padding:13px 0 0}@keyframes ferPulse{50%{opacity:.35}}.fer-attendance-options{gap:6px;display:flex}.fer-attendance-options input{opacity:0;pointer-events:none;position:absolute}.fer-attendance-options span{color:#94a3b8;cursor:pointer;border:1px solid #94a3b840;border-radius:9px;place-items:center;width:34px;height:32px;font-size:11px;font-weight:900;display:grid}.fer-attendance-options input:checked+span{color:#fff;box-shadow:0 0 0 2px #60a5fa26}.fer-attendance-options input:checked+.is-p{background:#15803d;border-color:#22c55e}.fer-attendance-options input:checked+.is-a{background:#b91c1c;border-color:#ef4444}.fer-attendance-options input:checked+.is-r{background:#b45309;border-color:#f59e0b}.fer-attendance-options input:checked+.is-e{background:#1d4ed8;border-color:#60a5fa}@media (width<=1100px){.fer-attendance-context-grid{grid-template-columns:1fr 1fr}}@media (width<=950px){.fer-context-grid{grid-template-columns:repeat(2,1fr)}.fer-plan-grid,.fer-selfeval-workspace{grid-template-columns:1fr}.fer-attendance-context-card .fer-mini-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.fer-context-grid,.fer-attendance-context-grid,.fer-attendance-context-card .fer-mini-grid{grid-template-columns:1fr}.fer-workspace-hero,.fer-plan-card-head,.fer-plan-footer{flex-direction:column;align-items:flex-start}.fer-period-legend{flex-direction:column;align-items:flex-start;gap:8px}.fer-period-legend strong{margin-left:0}.fer-attendance-sheet-card{padding:16px!important}.fer-attendance-sheet-card .fer-table td{padding:8px!important}}.fer-gradebook-page{gap:18px;min-width:0;display:grid}.fer-gradebook-toolbar{justify-content:space-between;align-items:end;gap:20px;padding:18px 20px;display:flex}.fer-gradebook-selectors{flex:1;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;display:grid}.fer-gradebook-selectors label{gap:7px;display:grid}.fer-gradebook-selectors label>span{text-transform:uppercase;letter-spacing:.08em;color:var(--fer-muted);font-size:11px;font-weight:800}.fer-gradebook-selectors select{border:1px solid var(--fer-border);background:var(--fer-surface-soft);height:43px;color:var(--fer-text);border-radius:11px;padding:0 12px;font-weight:700}.fer-gradebook-actions{align-items:center;gap:10px;display:flex}.fer-export-menu{position:relative}.fer-export-menu summary{cursor:pointer;color:#fff;background:#2667d8;border-radius:10px;padding:11px 15px;font-weight:800;list-style:none}.fer-export-menu summary::-webkit-details-marker{display:none}.fer-export-menu div{z-index:30;background:var(--fer-surface);border:1px solid var(--fer-border);border-radius:12px;min-width:170px;padding:7px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 35px #0005}.fer-export-menu a{color:var(--fer-text);border-radius:8px;padding:10px;font-size:13px;text-decoration:none;display:block}.fer-export-menu a:hover{background:var(--fer-surface-soft)}.fer-gradebook-meta{grid-template-columns:1fr 1.45fr;gap:12px;display:grid}.fer-gradebook-meta article{border:1px solid var(--fer-border);background:var(--fer-surface);border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:14px 17px;display:flex}.fer-gradebook-meta article>span{color:var(--fer-muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.fer-gradebook-meta article div{color:var(--fer-text);font-size:12px}.fer-gradebook-meta i{color:var(--fer-muted);padding:0 5px;font-style:normal}.fer-gradebook-meta .sup{color:#42d17c}.fer-gradebook-meta .alt{color:#62a7ff}.fer-gradebook-meta .bas{color:#f0c14b}.fer-gradebook-meta .bj{color:#ff6374}.fer-policy-warning{color:#d79e2e;background:#ffbf3f18;border:1px solid #ffbf3f55;border-radius:10px;grid-column:1/-1;margin:0;padding:9px 13px;font-size:12px}.fer-gradebook-shell{min-width:0;padding:0;overflow:hidden}.fer-gradebook-title{border-bottom:1px solid var(--fer-border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.fer-gradebook-title h2{margin:4px 0 0;font-size:17px}.fer-gradebook-title>span{color:var(--fer-muted);font-size:12px}.fer-gradebook-scroll{overscroll-behavior-inline:contain;width:100%;overflow-x:auto}.fer-gradebook-grid{border-collapse:separate;border-spacing:0;width:max-content;min-width:1450px;color:var(--fer-text);font-size:12px}.fer-gradebook-grid th,.fer-gradebook-grid td{text-align:center;border-right:1px solid var(--fer-border);border-bottom:1px solid var(--fer-border);background:var(--fer-surface);min-width:68px;height:48px;padding:6px 8px}.fer-gradebook-grid thead th{z-index:5;font-weight:800;position:sticky;top:0}.fer-gradebook-grid .student-col{z-index:12;text-align:left;white-space:nowrap;background:var(--fer-surface);width:300px;min-width:300px;max-width:300px;position:sticky;left:0;box-shadow:8px 0 14px -14px #000}.fer-gradebook-grid thead .student-col{z-index:20;padding-left:18px}.fer-gradebook-grid tbody .student-col{text-overflow:ellipsis;font-weight:700;overflow:hidden}.fer-gradebook-grid tbody .student-col span{width:30px;color:var(--fer-muted);font-variant-numeric:tabular-nums;display:inline-block}.fer-gradebook-grid .dimension-head{color:#fff;height:42px;font-size:13px}.fer-gradebook-grid .dimension-head small{opacity:.8;margin-left:5px}.fer-gradebook-grid .cognitive{background:#174b3a}.fer-gradebook-grid .procedural{background:#173d67}.fer-gradebook-grid .attitudinal{background:#604814}.indicator-row{height:48px!important}.indicator-chip{color:#fff;cursor:help;border:1px solid #ffffff35;border-radius:999px;justify-content:center;align-items:center;margin:2px 3px;padding:5px 10px;display:inline-flex;position:relative}.indicator-chip em{z-index:50;color:#fff;text-align:left;background:#07101f;border-radius:9px;width:245px;padding:10px 12px;font-style:normal;font-weight:500;display:none;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%);box-shadow:0 12px 28px #0008}.indicator-chip:hover em,.indicator-chip:focus em{display:block}.indicator-empty{opacity:.65}.activity-head{position:relative}.activity-head span{color:#fff;border:1px solid #ffffff35;border-radius:7px;place-items:center;padding:4px 7px;display:inline-grid}.activity-head em{z-index:50;color:#fff;background:#07101f;border-radius:8px;width:180px;padding:9px;font-style:normal;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.activity-head:hover em{display:block}.prom-head{color:#fff}.result-head{color:#fff;background:#17233b!important}.grade-cell{padding:5px!important}.fer-gradebook-grid .fer-grade-input{border:1px solid var(--fer-border);background:var(--fer-surface-soft);width:54px;height:34px;color:var(--fer-text);text-align:center;font-variant-numeric:tabular-nums;border-radius:8px;font-weight:800}.fer-gradebook-grid .fer-grade-input:focus{border-color:#4387ff;outline:none;box-shadow:0 0 0 3px #4387ff22}.fer-gradebook-grid .fer-grade-input.is-invalid{background:#ff637411;border-color:#ff6374}.calculated-cell{font-weight:800;background:var(--fer-surface-soft)!important}.calculated-cell.final{color:#61a2ff;font-size:14px}.level-badge{border-radius:7px;place-items:center;min-width:42px;padding:5px 7px;font-weight:900;display:inline-grid}.level-badge.sup{color:#43d47d;background:#43d47d18}.level-badge.alt{color:#62a7ff;background:#62a7ff18}.level-badge.bas{color:#e9b93f;background:#e9b93f18}.level-badge.bj{color:#ff6374;background:#ff637418}.missing-cell{color:#a887ff;font-weight:800}.fer-gradebook-empty{text-align:center;color:var(--fer-muted);padding:45px}.fer-evaluation-policy{margin-top:20px;margin-left:280px}.fer-dimension-weight-grid>label{border:1px solid var(--fer-border);background:var(--fer-surface-soft);border-radius:13px;gap:9px;padding:15px;display:grid}.fer-dimension-code{color:#6aa3ff;background:#377de820;border-radius:9px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}@media (width<=1100px){.fer-gradebook-toolbar{flex-direction:column;align-items:stretch}.fer-gradebook-selectors{grid-template-columns:repeat(2,1fr)}.fer-gradebook-actions{justify-content:flex-end}.fer-gradebook-meta{grid-template-columns:1fr}.fer-evaluation-policy{margin-left:0}.fer-dimension-weight-grid{grid-template-columns:repeat(2,1fr)}}.fer-settings-content-stack{gap:20px;min-width:0;display:grid}.fer-evaluation-policy{margin:0}.fer-dimension-weight-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.fer-dimension-weight-grid>label{color:var(--fer-muted);background:#02061740;border:1px solid #3b82f624;border-radius:13px;align-content:start;gap:10px;padding:14px;font-size:11px;font-weight:700;display:grid}.fer-dimension-weight-grid>label>div:first-child{align-items:center;gap:9px;display:flex}.fer-dimension-weight-grid>label strong{color:var(--fer-text);font-size:12px}.fer-dimension-weight-grid>label small{font-size:10px;font-weight:400;line-height:1.4}.fer-dimension-code{width:30px;height:30px;color:var(--fer-blue-soft);background:#2563eb21;border-radius:9px;flex:0 0 30px;place-items:center;font-size:10px;font-weight:900;display:grid}.fer-self-evaluation-weight{background:#fbbf240b!important;border-color:#fbbf2433!important}.fer-self-evaluation-weight .fer-dimension-code{color:#fbbf24;background:#fbbf241f}@media (width<=1100px){.fer-dimension-weight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.fer-dimension-weight-grid{grid-template-columns:1fr}}.fer-gradebook-dialog[open]{max-height:min(760px,100vh - 40px);margin:auto;position:fixed;inset:0;overflow:auto}.fer-gradebook-dialog textarea{min-height:82px;color:var(--fer-text);font:inherit;resize:vertical;background:#071124;border:1px solid #60a5fa38;border-radius:9px;outline:0;padding:10px;font-size:11px}.fer-gradebook-dialog input[readonly]{color:#93c5fd;background:#2563eb14;font-weight:800}.fer-export-menu a{padding:12px 13px;font-size:11px}.fer-export-menu a:first-child:after{content:"Hoja editable con todas las actividades";color:var(--fer-muted);margin-top:4px;font-size:8px;font-weight:400;display:block}.fer-export-menu a:last-child:after{content:"Informe institucional listo para imprimir";color:var(--fer-muted);margin-top:4px;font-size:8px;font-weight:400;display:block}.indicator-row{border-left:1px solid #ffffff21}@media (width<=700px){.fer-dialog-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.fer-dialog-grid{grid-template-columns:1fr}}.fer-gradebook-page{gap:14px}.fer-gradebook-toolbar{padding:14px 17px}.fer-gradebook-selectors label>span{font-size:9px}.fer-gradebook-selectors select{height:38px;font-size:11px;font-weight:650}.fer-gradebook-meta article{padding:11px 14px}.fer-gradebook-meta article>span,.fer-gradebook-meta article div{font-size:10px}.fer-gradebook-title{padding:14px 17px}.fer-gradebook-title h2{font-size:14px;font-weight:650}.fer-gradebook-title>span,.fer-gradebook-grid{font-size:10px}.fer-gradebook-grid th,.fer-gradebook-grid td{min-width:64px;height:41px;padding:5px 7px}.fer-gradebook-grid .student-col{width:270px;min-width:270px;max-width:270px;font-weight:600}.fer-gradebook-grid .dimension-head{height:36px;font-size:11px;font-weight:700}.fer-gradebook-grid .dimension-head small{font-size:8px;font-weight:500}.fer-gradebook-grid .fer-grade-input{width:48px;height:30px;font-size:11px;font-weight:650}.fer-indicator-slots{justify-content:center;align-items:center;gap:5px;display:flex}.fer-indicator-select{color:#dbeafe;background:#091426;border:1px solid #ffffff30;border-radius:8px;max-width:150px;height:28px;padding:0 7px;font-size:9px}.fer-indicator-select:disabled{opacity:.55}.indicator-chip{padding:4px 8px;font-size:9px;font-weight:700}.activity-head{height:36px!important}.activity-head span{padding:3px 6px;font-size:9px}.activity-head button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px dashed #fff5;border-radius:6px;width:21px;height:21px;margin-left:4px;font-weight:800}.activity-head button:disabled{opacity:.3;cursor:not-allowed}.grade-cell.is-ready{color:#53627a;background:#02061733!important}.calculated-cell.final{font-size:12px}.level-badge{min-width:36px;padding:4px 6px;font-size:9px}.fer-autosave-bar{margin:0;padding:10px 15px 12px}.fer-autosave-bar small,.fer-save-indicator{font-size:9px}.fer-gradebook-dialog{width:min(620px,100vw - 30px);color:var(--fer-text);background:#0b162a;border:1px solid #60a5fa47;border-radius:16px;padding:0;box-shadow:0 28px 70px #0009}.fer-gradebook-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#020617b8}.fer-gradebook-dialog form{gap:14px;padding:19px;display:grid}.fer-gradebook-dialog label{color:var(--fer-muted);gap:6px;font-size:10px;font-weight:700;display:grid}.fer-gradebook-dialog input,.fer-gradebook-dialog select{height:39px;color:var(--fer-text);background:#071124;border:1px solid #60a5fa38;border-radius:9px;padding:0 10px}.fer-dialog-head,.fer-dialog-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.fer-dialog-head span,.fer-dialog-head strong{display:block}.fer-dialog-head span{color:#60a5fa;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.fer-dialog-head strong{margin-top:4px;font-size:15px}.fer-dialog-head button{color:#94a3b8;cursor:pointer;background:0 0;border:0;font-size:23px}.fer-dialog-grid{grid-template-columns:1.2fr 1fr 1fr;gap:11px;display:grid}.fer-dialog-actions{justify-content:flex-end;padding-top:7px}.fer-dialog-actions>button{min-height:36px;color:var(--fer-text);cursor:pointer;background:0 0;border:1px solid #60a5fa33;border-radius:9px;padding:0 13px}.fer-dialog-actions .fer-btn-primary{background:#2563eb}.fer-gradebook-dialog[open]{margin:auto;position:fixed;inset:0}.fer-gradebook-dialog textarea{min-height:82px;color:var(--fer-text);font:inherit;resize:vertical;background:#071124;border:1px solid #60a5fa38;border-radius:9px;padding:10px}.fer-dialog-grid{grid-template-columns:1.25fr 1fr 1fr .8fr}.fer-export-menu div{min-width:250px;padding:10px}.fer-gradebook-dialog .fer-rebalance-option{cursor:pointer;background:#fbbf240e;border:1px solid #fbbf2433;border-radius:10px;grid-template-columns:none;align-items:center;gap:10px;padding:11px 12px;display:flex}.fer-rebalance-option>input{opacity:0;position:absolute}.fer-rebalance-option>span{background:#334155;border-radius:999px;flex:0 0 34px;width:34px;height:19px;transition:all .2s;position:relative}.fer-rebalance-option>span:after{content:"";background:#fff;border-radius:50%;width:13px;height:13px;transition:all .2s;position:absolute;top:3px;left:3px}.fer-rebalance-option>input:checked+span{background:#d79a18}.fer-rebalance-option>input:checked+span:after{transform:translate(15px)}.fer-rebalance-option strong,.fer-rebalance-option small{display:block}.fer-rebalance-option strong{color:var(--fer-text);font-size:10px}.fer-rebalance-option small{margin-top:3px;font-size:9px;font-weight:400;line-height:1.35}.fer-gradebook-toolbar{z-index:40;position:relative;overflow:visible!important}.fer-export-menu{z-index:60;flex:none;position:relative}.fer-export-menu>button{color:#fff;height:38px;font:inherit;cursor:pointer;background:#2667d8;border:0;border-radius:10px;padding:0 15px;font-size:11px;font-weight:800}.fer-export-menu>button:hover,.fer-export-menu>button[aria-expanded=true]{background:#3478e8}.fer-export-popover{z-index:100;background:#0b162a;border:1px solid #60a5fa47;border-radius:12px;width:280px;top:calc(100% + 9px);right:0;box-shadow:0 18px 45px #0000007a;min-width:280px!important;padding:8px!important;position:absolute!important}.fer-export-popover[hidden]{display:none!important}.fer-export-popover a{color:var(--fer-text);border-radius:8px;padding:11px 12px;text-decoration:none;display:block}.fer-export-popover a:hover{background:#2563eb1f}.fer-gradebook-meta{z-index:1;position:relative}.fer-gradebook-shell{position:relative;background:#091429!important}.fer-gradebook-title{z-index:35;background:linear-gradient(105deg,#0b172d 0%,#0d1c37 100%);position:relative}.fer-gradebook-title-actions{align-items:center;gap:13px;display:flex}.fer-gradebook-title-actions>span{color:#94a3b8;white-space:nowrap;font-size:10px}.fer-gradebook-title .fer-export-menu{z-index:70}.fer-gradebook-title .fer-export-menu>button{background:linear-gradient(135deg,#357cf0,#235fcc);border:1px solid #7dadff6b;border-radius:11px;align-items:center;gap:9px;height:40px;padding:0 15px;transition:transform .18s,box-shadow .18s,background .18s;display:flex;box-shadow:0 8px 22px #2563eb47,inset 0 1px #ffffff38}.fer-gradebook-title .fer-export-menu>button span{font-size:15px}.fer-gradebook-title .fer-export-menu>button b{letter-spacing:.01em;font-size:10px}.fer-gradebook-title .fer-export-menu>button:hover,.fer-gradebook-title .fer-export-menu>button[aria-expanded=true]{background:linear-gradient(135deg,#4389fb,#2868dd);transform:translateY(-1px);box-shadow:0 11px 27px #2563eb5c,inset 0 1px #ffffff42}.fer-export-popover{isolation:isolate;border:1px solid #284a7d;border-radius:15px;width:300px;top:calc(100% + 12px);box-shadow:0 24px 60px #000000b8,0 0 0 1px #60a5fa12;background:#081426!important;min-width:300px!important;padding:8px!important}.fer-export-popover:before{content:"";background:#081426;border-top:1px solid #284a7d;border-left:1px solid #284a7d;width:11px;height:11px;position:absolute;top:-6px;right:25px;transform:rotate(45deg)}.fer-export-popover-head{min-width:0!important;box-shadow:none!important;background:#081426!important;border:0!important;border-bottom:1px solid #1d3458!important;border-radius:0!important;padding:9px 11px 10px!important;position:relative!important}.fer-export-popover-head span,.fer-export-popover-head strong{display:block}.fer-export-popover-head span{color:#60a5fa;letter-spacing:.13em;font-size:8px;font-weight:900}.fer-export-popover-head strong{color:#f1f5f9;margin-top:3px;font-size:12px}.fer-export-popover a{border:1px solid #0000;border-radius:10px;margin-top:4px;position:relative;background:#0b1930!important;padding:12px 12px 12px 45px!important}.fer-export-popover a:before{border-radius:8px;place-items:center;width:25px;height:25px;font-size:11px;font-weight:900;display:grid;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.fer-export-popover a.is-excel:before{content:"X";color:#86efac;background:#166534}.fer-export-popover a.is-pdf:before{content:"PDF";color:#fecaca;background:#7f1d1d;font-size:7px}.fer-export-popover a:hover{border-color:#315b94;transform:translate(2px);background:#102342!important}.fer-gradebook-grid th,.fer-gradebook-grid td{background:#0b162b}.fer-gradebook-grid tbody .student-col{box-shadow:10px 0 22px -13px #000,1px 0 #315382;background:#071427!important}.fer-gradebook-grid thead .student-col{box-shadow:10px 0 22px -13px #000,1px 0 #315382;background:#0a172c!important}.fer-gradebook-grid .grade-cell.is-ready{background:#0a1529!important}.fer-gradebook-grid .calculated-cell{background:#101d34!important}.fer-gradebook-scroll{background:#071225}.fer-gradebook-grid .calculated-cell.final{min-width:84px}.fer-gradebook-grid .calculated-cell.final strong,.fer-gradebook-grid .calculated-cell.final small{display:block}.fer-gradebook-grid .calculated-cell.final small{text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:7px;line-height:1}.fer-gradebook-grid .calculated-cell.final.is-definitive small{color:#42d17c}.fer-gradebook-grid .calculated-cell.final.is-provisional{color:#f0c14b}.fer-gradebook-grid .calculated-cell.final.is-provisional small{color:#d7a62f}@media (width<=650px){.fer-gradebook-title{align-items:flex-start;gap:14px}.fer-gradebook-title-actions{flex-direction:column;align-items:flex-end}.fer-gradebook-title-actions>span,.fer-gradebook-title .fer-export-menu>button b{display:none}.fer-gradebook-title .fer-export-menu>button{justify-content:center;width:40px;padding:0}.fer-export-popover{width:min(300px,100vw - 38px);right:0;min-width:0!important}}.fer-recovery-page{gap:18px;display:grid}.fer-recovery-intro{justify-content:space-between;align-items:center;gap:25px;padding:24px;display:flex}.fer-recovery-intro h2{margin:5px 0 7px}.fer-recovery-intro p{max-width:760px;color:var(--fer-muted);margin:0}.fer-recovery-rules{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.fer-recovery-rules span,.fer-recovery-tags span{border:1px solid var(--fer-border);color:var(--fer-muted);background:var(--fer-surface-soft);border-radius:10px;padding:8px 10px;font-size:10px}.fer-recovery-rules b{color:var(--fer-text);margin-top:3px;display:block}.fer-recovery-filter{justify-content:space-between;align-items:end;gap:18px;padding:18px;display:flex}.fer-recovery-filter form{flex:1}.fer-recovery-filter label>span{color:var(--fer-muted);text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.fer-recovery-filter select{border:1px solid var(--fer-border);width:100%;min-height:44px;color:var(--fer-text);background:var(--fer-surface-soft);border-radius:11px;padding:0 12px}.fer-recovery-list{padding:0;overflow:hidden}.fer-recovery-head,.fer-recovery-student-top{justify-content:space-between;align-items:center;gap:15px;display:flex}.fer-recovery-head{border-bottom:1px solid var(--fer-border);padding:20px}.fer-recovery-head h2,.fer-recovery-head p{margin:0}.fer-recovery-head p{color:var(--fer-muted);margin-top:4px;font-size:11px}.fer-recovery-head>span{color:var(--fer-muted);font-size:11px}.fer-recovery-student{border-bottom:1px solid var(--fer-border);padding:18px 20px}.fer-recovery-student:last-child{border-bottom:0}.fer-recovery-student-top strong,.fer-recovery-student-top small{display:block}.fer-recovery-student-top small{color:#60a5fa;margin-top:4px}.fer-recovery-tags{gap:7px;display:flex}.fer-recovery-tags .status-passed{color:#4ade80;border-color:#166534}.fer-recovery-tags .status-not_passed,.fer-recovery-tags .status-no_show{color:#fca5a5;border-color:#7f1d1d}.fer-recovery-actions{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-top:13px;display:flex}.fer-recovery-actions details{min-width:210px}.fer-recovery-actions summary{cursor:pointer;border:1px solid var(--fer-border);color:#93c5fd;background:var(--fer-surface-soft);border-radius:9px;padding:9px 12px;font-size:10px;font-weight:800}.fer-recovery-actions summary.official{color:#facc15;border-color:#854d0e}.fer-recovery-actions form{border:1px solid var(--fer-border);background:#071225;border-radius:12px;grid-template-columns:1fr 1fr;gap:9px;width:min(620px,100vw - 100px);margin-top:8px;padding:13px;display:grid}.fer-recovery-actions label{color:var(--fer-muted);gap:5px;font-size:9px;font-weight:700;display:grid}.fer-recovery-actions label.wide{grid-column:1/-1}.fer-recovery-actions input,.fer-recovery-actions select,.fer-recovery-actions textarea{border:1px solid var(--fer-border);width:100%;color:var(--fer-text);background:var(--fer-surface-soft);font:inherit;border-radius:8px;padding:9px}.fer-recovery-actions button{color:#fff;background:#2563eb;border:0;border-radius:8px;grid-column:1/-1;justify-self:end;padding:9px 13px;font-weight:800}.fer-recovery-history{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.fer-recovery-history span{color:var(--fer-muted);background:#ffffff08;border-radius:8px;padding:6px 9px;font-size:9px}.fer-recovery-empty{text-align:center;color:var(--fer-muted);padding:40px}@media (width<=760px){.fer-recovery-intro,.fer-recovery-filter,.fer-recovery-student-top{flex-direction:column;align-items:stretch}.fer-recovery-rules{justify-content:flex-start}.fer-recovery-actions form{grid-template-columns:1fr;width:calc(100vw - 75px)}.fer-recovery-actions label.wide{grid-column:auto}}.fer-committee-page{gap:17px;display:grid}.fer-committee-head{justify-content:space-between;align-items:end;gap:24px;padding:23px;display:flex}.fer-committee-head h2{margin:5px 0 7px}.fer-committee-head p{max-width:720px;color:var(--fer-muted);margin:0}.fer-committee-head form{min-width:240px}.fer-committee-head label{color:var(--fer-muted);gap:7px;font-size:10px;font-weight:800;display:grid}.fer-committee-head select{border:1px solid var(--fer-border);height:42px;color:var(--fer-text);background:var(--fer-surface-soft);border-radius:10px;padding:0 11px}.fer-committee-rules{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.fer-committee-rules article{border:1px solid var(--fer-border);background:var(--fer-surface);border-radius:13px;padding:14px 16px}.fer-committee-rules strong,.fer-committee-rules span{display:block}.fer-committee-rules strong{color:#60a5fa}.fer-committee-rules span{color:var(--fer-muted);margin-top:4px;font-size:10px}.fer-committee-list{padding:0;overflow:hidden}.fer-committee-case{border-bottom:1px solid var(--fer-border);padding:18px 20px}.fer-committee-case:last-child{border-bottom:0}.fer-committee-summary{grid-template-columns:minmax(240px,1fr) 120px 150px auto;align-items:center;gap:15px;display:grid}.fer-committee-summary>div:first-child strong,.fer-committee-summary>div:first-child span{display:block}.fer-committee-summary>div:first-child span{color:var(--fer-muted);margin-top:4px;font-size:10px}.fer-committee-summary>div:not(:first-child){text-align:center}.fer-committee-summary>div:not(:first-child) b,.fer-committee-summary>div:not(:first-child) small{display:block}.fer-committee-summary>div:not(:first-child) b{font-size:17px}.fer-committee-summary>div:not(:first-child) small{color:var(--fer-muted);margin-top:2px;font-size:8px}.fer-committee-case details{margin-top:13px}.fer-committee-case summary{cursor:pointer;color:#93c5fd;font-size:10px;font-weight:800}.fer-committee-case form{border:1px solid var(--fer-border);background:#071225;border-radius:12px;grid-template-columns:1.25fr 1fr 1fr;gap:10px;margin-top:10px;padding:14px;display:grid}.fer-committee-case label{color:var(--fer-muted);gap:5px;font-size:9px;font-weight:700;display:grid}.fer-committee-case label.wide{grid-column:1/-1}.fer-committee-case input,.fer-committee-case select,.fer-committee-case textarea{border:1px solid var(--fer-border);width:100%;color:var(--fer-text);background:var(--fer-surface-soft);font:inherit;border-radius:8px;padding:9px}.fer-committee-case button{color:#fff;background:#2563eb;border:0;border-radius:8px;grid-column:1/-1;justify-self:end;padding:9px 14px;font-weight:800}.fer-committee-decision{color:var(--fer-muted);justify-content:space-between;gap:10px;margin-top:10px;font-size:9px;display:flex}.fer-committee-decision a,.fer-recovery-history a{color:#60a5fa}.fer-committee-empty{text-align:center;color:var(--fer-muted);padding:45px}@media (width<=800px){.fer-committee-head{flex-direction:column;align-items:stretch}.fer-committee-head form{min-width:0}.fer-committee-rules{grid-template-columns:1fr}.fer-committee-summary{grid-template-columns:1fr 1fr}.fer-committee-case form{grid-template-columns:1fr}.fer-committee-case label.wide{grid-column:auto}}.fer-promotion-page{gap:17px;display:grid}.fer-next-year-head,.fer-next-year-action{justify-content:space-between;align-items:center;gap:22px;padding:22px;display:flex}.fer-next-year-head h2{margin:5px 0}.fer-next-year-head p,.fer-next-year-action span{color:var(--fer-muted);margin:0;display:block}.fer-next-year-head label{color:var(--fer-muted);gap:6px;font-size:10px;display:grid}.fer-next-year-head select,.fer-next-year-list select{border:1px solid var(--fer-border);min-width:230px;height:42px;color:var(--fer-text);background:var(--fer-surface-soft);border-radius:9px;padding:0 10px}.fer-next-year-action button,.fer-next-year-list button{color:#fff;background:#2563eb;border:0;border-radius:9px;padding:10px 13px;font-weight:800}.fer-next-year-kpis{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.fer-next-year-kpis article{border:1px solid var(--fer-border);background:var(--fer-surface);border-radius:12px;padding:14px}.fer-next-year-kpis span,.fer-next-year-kpis strong{display:block}.fer-next-year-kpis span{color:var(--fer-muted);font-size:9px}.fer-next-year-kpis strong{margin-top:4px;font-size:20px}.fer-next-year-kpis .has-danger strong{color:#fb7185}.fer-next-year-list{padding:0;overflow:hidden}.fer-next-year-list>article{border-bottom:1px solid var(--fer-border);grid-template-columns:minmax(230px,1fr) 220px minmax(270px,auto);align-items:center;gap:16px;padding:16px 19px;display:grid}.fer-next-year-list>article:last-child{border-bottom:0}.fer-next-year-list strong,.fer-next-year-list span,.fer-next-year-list small,.fer-next-year-list b,.fer-next-year-list em{display:block}.fer-next-year-list span,.fer-next-year-list small,.fer-next-year-list em{color:var(--fer-muted);margin-top:3px;font-size:9px}.fer-next-year-list em{color:#f0c14b;font-style:normal}.fer-next-year-list form{gap:7px;display:flex}@media (width<=850px){.fer-next-year-head,.fer-next-year-action{flex-direction:column;align-items:stretch}.fer-next-year-kpis{grid-template-columns:1fr 1fr}.fer-next-year-list>article{grid-template-columns:1fr}.fer-next-year-list form{flex-direction:column}}.fer-assignment-page{gap:18px;font-size:12px;display:grid}.fer-assignment-card{padding:20px!important}.fer-assignment-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.fer-assignment-heading span:first-child{color:#60a5fa;letter-spacing:.11em;font-size:9px;font-weight:900}.fer-assignment-heading h2{letter-spacing:-.02em;margin:5px 0 4px;font-size:17px;font-weight:650}.fer-assignment-heading p{color:var(--fer-muted);margin:0;font-size:11px}.fer-assignment-step{color:#60a5fa;background:#2563eb14;border:1px solid #60a5fa33;border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.fer-assignment-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.fer-assignment-form-grid>label,.fer-assignment-filters>label{gap:7px;display:grid}.fer-assignment-form-grid label>span,.fer-assignment-filters label>span,.fer-assignment-groups-head>span{color:#b8c3d4;font-size:10px;font-weight:700}.fer-assignment-form-grid select,.fer-assignment-filters select{color:#e8eef8;width:100%;height:42px;font:inherit;background:#0a1529;border:1px solid #60a5fa38;border-radius:10px;outline:0;padding:0 12px;font-size:11px}.fer-assignment-form-grid select:focus,.fer-assignment-filters select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb1c}.fer-assignment-groups{background:#0206173d;border:1px solid #60a5fa24;border-radius:12px;grid-column:1/-1;padding:13px}.fer-assignment-groups-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.fer-assignment-groups-head label{color:#93c5fd;cursor:pointer;align-items:center;gap:7px;font-size:10px;font-weight:700;display:flex}.fer-assignment-groups input{accent-color:#2563eb}.fer-assignment-group-options{grid-template-columns:repeat(4,minmax(110px,1fr));gap:8px;display:grid}.fer-assignment-group-options>label{cursor:pointer;background:#0a1529;border:1px solid #60a5fa21;border-radius:9px;grid-template-columns:17px 1fr auto;align-items:center;gap:7px;padding:10px;display:grid}.fer-assignment-group-options>label:has(input:checked){background:#2563eb1f;border-color:#60a5fa8c}.fer-assignment-group-options span{font-weight:700}.fer-assignment-group-options small{color:var(--fer-muted);font-size:9px}.fer-assignment-group-options p{color:var(--fer-muted);grid-column:1/-1;margin:4px;font-size:10px}.fer-assignment-footer{justify-content:space-between;align-items:center;gap:16px;margin-top:14px;display:flex}.fer-assignment-footer p{color:#86efac;margin:0;font-size:10px}.fer-assignment-footer b{margin-right:5px}.fer-assignment-error{color:#fecaca;background:#7f1d1d26;border:1px solid #f8717140;border-radius:9px;margin-top:12px;padding:10px 12px;font-size:10px}.fer-assignment-filters{background:#02061738;border:1px solid #60a5fa24;border-radius:12px;grid-template-columns:.65fr 1.4fr 1.15fr .8fr .8fr auto;align-items:end;gap:10px;padding:13px;display:grid}.fer-assignment-filter-actions{align-items:center;gap:9px;display:flex}.fer-assignment-filter-actions a{color:#94a3b8;font-size:10px;font-weight:700;text-decoration:none}.fer-assignment-empty{text-align:center;justify-items:center;padding:42px 20px;display:grid}.fer-assignment-empty>span{color:#60a5fa;background:#2563eb17;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:11px;font-size:20px;display:grid}.fer-assignment-empty strong{font-size:13px;font-weight:650}.fer-assignment-empty p{color:var(--fer-muted);margin:6px 0 0;font-size:10px}.fer-assignment-results-head{color:#94a3b8;justify-content:space-between;margin:16px 2px 8px;font-size:10px;display:flex}.fer-assignment-table-wrap{overflow-x:auto}.fer-assignment-table{font-size:10px}.fer-assignment-table th{letter-spacing:.03em;font-size:9px}.fer-assignment-table td{padding:10px!important}.fer-assignment-table .fer-action-link{min-height:31px;font-size:9px}.fer-assignment-table .fer-flow-badge{font-size:8px}.fer-assignment-pagination{margin-top:14px}.fer-assignment-pagination nav{font-size:10px}@media (width<=1100px){.fer-assignment-filters{grid-template-columns:repeat(3,1fr)}.fer-assignment-filter-actions{grid-column:1/-1;justify-content:flex-end}.fer-assignment-group-options{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.fer-assignment-form-grid,.fer-assignment-filters{grid-template-columns:1fr}.fer-assignment-filter-actions{grid-column:auto}.fer-assignment-group-options{grid-template-columns:repeat(2,1fr)}.fer-assignment-footer{flex-direction:column;align-items:flex-start}}@media (width<=450px){.fer-assignment-group-options{grid-template-columns:1fr}}.fer-assignment-subjects{grid-column:1/-1}.fer-assignment-subject-options{grid-template-columns:repeat(4,minmax(140px,1fr));max-height:230px;overflow-y:auto}.fer-assignment-subject-options>label{grid-template-columns:17px 1fr}.fer-assignment-clone{background:#02061738;border:1px solid #60a5fa24;border-radius:12px;grid-template-columns:minmax(155px,1fr) minmax(135px,.8fr) 30px minmax(155px,1fr) minmax(135px,.8fr) auto;align-items:end;gap:11px;padding:15px;display:grid}.fer-assignment-clone label{gap:7px;display:grid}.fer-assignment-clone label>span{color:#b8c3d4;font-size:10px;font-weight:700}.fer-assignment-clone select{color:#e8eef8;width:100%;height:42px;font:inherit;background:#0a1529;border:1px solid #60a5fa38;border-radius:10px;outline:0;padding:0 12px;font-size:11px}.fer-clone-arrow{color:#60a5fa;place-items:center;height:42px;font-size:18px;display:grid}.fer-clone-note{color:#8492a8;margin-top:10px;font-size:9px}.fer-clone-note b{color:#aebacc}.fer-assignment-clone .fer-btn{white-space:nowrap}@media (width<=1050px){.fer-assignment-clone{grid-template-columns:1fr 28px 1fr}.fer-assignment-clone label:nth-of-type(3),.fer-assignment-clone .fer-btn{grid-column:auto}.fer-assignment-subject-options{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.fer-assignment-clone{grid-template-columns:1fr}.fer-clone-arrow{height:auto;transform:rotate(90deg)}.fer-assignment-subject-options{grid-template-columns:repeat(2,1fr)}}@media (width<=450px){.fer-assignment-subject-options{grid-template-columns:1fr}}@media (width<=1050px) and (width>=701px){.fer-assignment-clone{grid-template-columns:1fr 1fr}.fer-assignment-clone .fer-clone-arrow{display:none}.fer-assignment-clone .fer-btn{justify-self:end}}.fer-smart-filter-card,.fer-dashboard-filter{background:linear-gradient(145deg,#0f172af0,#0a1428e0);border-color:#60a5fa42;overflow:visible}.fer-smart-filter-grid{grid-template-columns:repeat(6,minmax(150px,1fr));gap:14px;margin-top:20px;display:grid}.fer-dashboard-filter-grid{grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr) auto;align-items:end;gap:14px;margin-top:20px;display:grid}.fer-smart-filter-grid label>span,.fer-dashboard-filter-grid label>span{color:#94a3b8;letter-spacing:.02em;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.fer-smart-filter-grid input,.fer-smart-filter-grid select,.fer-dashboard-filter-grid select{color:#e5edf9;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;width:100%;min-height:48px;font:inherit;background:#0a1428;border:1px solid #60a5fa47;border-radius:12px;outline:0;padding:0 14px;transition:border-color .2s,box-shadow .2s}.fer-smart-filter-grid input:focus,.fer-smart-filter-grid select:focus,.fer-dashboard-filter-grid select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb24}.fer-smart-filter-grid select:disabled,.fer-dashboard-filter-grid select:disabled{color:#64748b;cursor:not-allowed;background:#111827}.fer-smart-filter-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.fer-filter-counter,.fer-filter-context{color:#bfdbfe;background:#2563eb1f;border:1px solid #3b82f64d;border-radius:999px;align-items:center;min-height:34px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.fer-filter-context.is-general{color:#86efac;background:#22c55e17;border-color:#22c55e3d}@media (width<=1500px){.fer-smart-filter-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (width<=900px){.fer-smart-filter-grid,.fer-dashboard-filter-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.fer-smart-filter-grid,.fer-dashboard-filter-grid{grid-template-columns:1fr}}.fer-attendance-excuse{color:#e9d5ff;cursor:help;background:#7e22ce47;border:1px solid #a855f780;border-radius:9px;justify-content:center;align-items:center;min-width:66px;height:30px;padding:0 12px;font-size:10px;font-weight:900;display:inline-flex;box-shadow:inset 0 0 0 1px #d8b4fe0f}.fer-attendance-excuse:hover,.fer-attendance-excuse:focus-visible{background:#7e22ce6b;border-color:#c084fc;outline:none;box-shadow:0 0 0 3px #a855f729}.fer-indicators-page{gap:20px;min-width:0;display:grid}.fer-indicators-page .fer-welcome-card{background:linear-gradient(120deg,#183a7ce0,#0d1b34f5);border:1px solid #60a5fa4d;border-radius:18px;min-height:0;padding:24px 28px}.fer-indicators-page .fer-welcome-card>div:last-child{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fer-indicators-page .fer-welcome-card>div:first-child span{color:#60a5fa;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.fer-indicators-page .fer-welcome-card h2{margin:8px 0 6px;font-size:28px;line-height:1}.fer-indicators-page .fer-welcome-card p{color:#a8b5c8;margin:0;font-size:13px;line-height:1.5}.fer-indicators-page .fer-welcome-badge{color:#4ade80;white-space:nowrap;background:#10b9811f;border:1px solid #34d39947;border-radius:11px;align-items:center;min-height:40px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.fer-indicators-page>.fer-card{background:#0d182d;border-radius:18px;padding:26px!important}.fer-indicators-page .fer-section-title{font-size:18px;font-weight:700}.fer-indicators-page .fer-section-subtitle{color:#94a3b8;margin-top:5px;font-size:12px}.fer-indicator-create-form{margin-top:20px}.fer-indicators-page .fer-form-grid{gap:14px 16px}.fer-indicators-page .fer-form-grid label,.fer-indicators-page .fer-textarea-full label{color:#dce8f8;font-size:12px;font-weight:750}.fer-indicators-page .fer-form-grid select,.fer-indicators-page .fer-textarea-full textarea,.fer-indicator-assignment select{box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;outline:none;width:100%;color:#e8eef8!important;font:inherit!important;background:#09162b!important;border:1px solid #60a5fa3d!important;border-radius:11px!important;font-size:12px!important}.fer-indicators-page .fer-form-grid select{height:44px!important;min-height:44px!important;padding:0 12px!important}.fer-indicators-page option,.fer-indicator-assignment option{color:#e8eef8;background:#09162b}.fer-indicators-page .fer-textarea-full{margin-top:16px}.fer-indicators-page .fer-textarea-full textarea{resize:vertical;line-height:1.55;min-height:100px!important;margin-top:8px!important;padding:13px 14px!important}.fer-indicators-page :is(select,textarea):focus{border-color:#60a5fa!important;box-shadow:0 0 0 3px #2563eb29!important}.fer-indicator-create-actions{justify-content:flex-start;margin-top:18px;display:flex}.fer-indicators-page .fer-btn-primary,.fer-indicators-page .fer-btn-secondary{border-radius:10px;min-height:40px;padding:0 15px;font-size:12px;font-weight:800}.fer-indicator-filters{background:#0206173d;border:1px solid #60a5fa29;border-radius:13px;align-items:center;padding:14px;grid-template-columns:repeat(5,minmax(140px,1fr)) auto!important;margin:18px 0!important;display:grid!important}.fer-indicator-table-wrap{border:1px solid #60a5fa26;border-radius:14px;overflow-x:auto}.fer-indicators-page .fer-table{min-width:1080px;font-size:12px}.fer-indicators-page .fer-table th{color:#60a5fa;text-transform:uppercase;letter-spacing:.06em;padding:12px;font-size:10px}.fer-indicators-page .fer-table td{vertical-align:middle;font-size:12px;line-height:1.5;padding:13px 12px!important}.fer-indicator-competency{color:#b9c6d8;min-width:360px;max-width:720px}.fer-indicator-assignment{gap:8px;min-width:190px;display:grid}.fer-indicator-assignment select{min-height:38px;padding:8px 10px}.fer-indicator-assignment .fer-btn-secondary{width:100%}.fer-indicator-actions{white-space:nowrap;align-items:center;gap:8px;display:flex}.fer-indicator-actions form{margin:0}.fer-indicator-icon-button{color:#b9d4ff;cursor:pointer;background:#10213b;border:1px solid #315784;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;transition:transform .15s,background .15s,border-color .15s;display:grid}.fer-indicator-icon-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.fer-indicator-icon-button:hover{background:#172d4d;border-color:#4a78b5;transform:translateY(-1px)}.fer-indicator-icon-button:focus-visible{outline-offset:2px;outline:3px solid #60a5fa59}.fer-indicator-icon-button.is-warning{color:#fbbf24;background:#fbbf2414;border-color:#fbbf2461}.fer-indicator-icon-button.is-success{color:#4ade80;background:#4ade8014;border-color:#4ade8061}.fer-indicator-icon-button.is-danger{color:#fb7185;background:#fb718514;border-color:#fb718561}.fer-indicator-status{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.fer-indicator-status-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.fer-indicator-status.is-active{color:#70efa8;background:#10b98114;border-color:#10b98161}.fer-indicator-status.is-inactive{color:#fda4af;background:#f43f5e14;border-color:#fb71857a}.fer-transition-page{gap:20px;min-width:0;display:grid}.fer-transition-page>.fer-card{margin:0}.fer-transition-dimension-grid{margin-top:0}.fer-transition-integrators{margin-top:0!important}.fer-transition-period{max-width:340px}.fer-transition-guidance{margin-top:16px}.fer-transition-integrator-form{margin-top:20px}@media (width<=1200px){.fer-indicator-filters{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fer-indicator-filters .fer-btn-secondary{justify-self:stretch}}@media (width<=900px){.fer-indicator-filters{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fer-indicators-page .fer-welcome-card{flex-direction:column;align-items:flex-start;gap:16px}.fer-transition-dimension-grid{grid-template-columns:1fr}}@media (width<=600px){.fer-indicator-filters{grid-template-columns:1fr!important}.fer-indicators-page>.fer-card{padding:18px!important}.fer-indicators-page .fer-welcome-card{padding:20px}.fer-indicators-page .fer-welcome-card>div:last-child{align-items:stretch;width:100%}.fer-indicators-page .fer-welcome-badge,.fer-indicators-page .fer-btn-secondary{justify-content:center}.fer-indicator-create-actions .fer-btn-primary,.fer-transition-page .b-footer :is(a,button){width:100%}.fer-transition-page .b-title{align-items:flex-start}.fer-transition-period{max-width:none}}.b-completion{margin:18px 0}.b-completion-card{border:1px solid var(--fer-border);background:var(--fer-bg-2);border-radius:12px;padding:16px}.b-completion-copy{margin:10px 0}.b-completion progress{accent-color:#3b82f6;width:100%;height:10px;display:block}.b-completion-card.is-complete progress{accent-color:#22c55e}.b-row-actions{flex-wrap:wrap;gap:8px;display:flex}.b-table-space{margin-top:20px}.b-observation-field{margin-top:18px}.b-period-form{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.b-period-form .b-select{min-width:160px}.o-full-text{white-space:pre-line;overflow-wrap:anywhere;color:#cbd5e1;font-size:14px;line-height:1.7}.b-observation-bank .o-stats{flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;display:flex}.b-observation-bank .o-active{color:#34d399;background:#10b98117;border-color:#10b9814d}.b-observation-bank .o-note{border-top:1px solid var(--fer-border);color:var(--fer-muted);margin:18px 0 0;padding-top:14px;font-size:12px;line-height:1.6}.b-observation-bank .o-layout{grid-template-columns:minmax(300px,.8fr) minmax(0,1.7fr);align-items:start;gap:20px;display:grid}.b-observation-bank h2{margin:0;font-size:19px}.b-observation-bank .o-create p{color:var(--fer-muted);margin:5px 0 0;font-size:12px;line-height:1.6}.b-observation-bank .o-form{gap:18px;margin-top:22px;display:grid}.b-observation-bank textarea{resize:vertical}.b-observation-bank .o-filters{grid-template-columns:2fr 1fr;gap:14px;margin:22px 0;display:grid}.b-observation-bank .o-list{gap:12px;display:grid}.b-observation-bank .o-item{border:1px solid var(--fer-border);background:var(--fer-bg-2);border-radius:13px;padding:17px}.b-observation-bank .o-item summary{cursor:pointer;list-style:none}.b-observation-bank .o-item summary::-webkit-details-marker{display:none}.b-observation-bank .o-item summary:focus-visible{outline-offset:5px;border-radius:4px;outline:2px solid #60a5fa}.b-observation-bank .o-item[open]{border-color:#3b82f6}.b-observation-bank .o-item-top{justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}.b-observation-bank .o-status{color:var(--fer-muted);white-space:nowrap;background:#94a3b81a;border-radius:20px;padding:4px 9px;font-size:11px}.b-observation-bank .o-status.is-active{color:#34d399;background:#10b9811a}.b-observation-bank .o-excerpt{-webkit-line-clamp:2;color:var(--fer-muted);overflow-wrap:anywhere;-webkit-box-orient:vertical;margin-top:10px;font-size:13px;line-height:1.7;display:-webkit-box;overflow:hidden}.b-observation-bank .o-edit{color:#60a5fa;margin-top:10px;font-size:12px;font-weight:600;display:block}.b-observation-bank .o-item[open] :is(.o-excerpt,.o-edit){display:none}.b-observation-bank .o-form :is(.b-grid,.b-footer){margin-top:0}.fer-books-page{gap:20px;min-width:0;display:grid}.fer-books-filter-card{background:linear-gradient(130deg,#0d1a32,#0c172b);padding:24px!important}.fer-books-filter-head{border-bottom:1px solid #60a5fa21;justify-content:space-between;align-items:center;gap:24px;padding-bottom:18px;display:flex}.fer-books-filter-head>div:first-child>span,.fer-books-results-head span{color:#60a5fa;letter-spacing:.12em;font-size:10px;font-weight:900}.fer-books-filter-head h2,.fer-books-results-head h2{margin:6px 0 4px;font-size:18px}.fer-books-filter-head p{color:#94a3b8;margin:0;font-size:12px}.fer-books-total{text-align:right;background:#2563eb14;border:1px solid #60a5fa33;border-radius:12px;flex:none;min-width:130px;padding:11px 15px}.fer-books-total span,.fer-books-total strong{display:block}.fer-books-total span{color:#94a3b8;text-transform:uppercase;font-size:9px}.fer-books-total strong{color:#dbeafe;margin-top:3px;font-size:23px}.fer-books-filters{grid-template-columns:repeat(5,minmax(130px,1fr)) auto;align-items:end;gap:11px;margin-top:18px;display:grid}.fer-books-filters label{gap:7px;display:grid}.fer-books-filters label>span{color:#aab8ca;font-size:11px;font-weight:800}.fer-books-filters select{box-sizing:border-box;color:#e5edf9;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#081429;border:1px solid #60a5fa3b;border-radius:10px;outline:none;width:100%;height:42px;padding:0 11px;font-size:11px}.fer-books-filters option{background:#081429}.fer-books-filters select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb24}.fer-books-filter-actions{align-items:center;gap:8px;display:flex}.fer-books-filter-actions :is(button,a){white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;height:42px;padding:0 13px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.fer-books-filter-actions a{color:#aab8ca}.fer-books-results-head{justify-content:space-between;align-items:end;padding:2px 3px;display:flex}.fer-books-results-head small{color:#8d9bb0;font-size:11px}.fer-books-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.fer-book-card{background:#0d182d;border:1px solid #60a5fa2b;border-radius:15px;min-width:0;padding:18px;transition:all .18s;position:relative;overflow:hidden;box-shadow:0 9px 24px #00000014}.fer-book-card:hover{border-color:#60a5fa5c;transform:translateY(-2px);box-shadow:0 13px 30px #00000026}.fer-book-card-accent{background:linear-gradient(#3b82f6,#1d4ed8);width:3px;position:absolute;inset:0 auto 0 0}.fer-book-card-head,.fer-book-card-foot{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fer-book-card-head>div{min-width:0}.fer-book-card-head span{color:#60a5fa;text-transform:uppercase;font-size:10px;font-weight:850}.fer-book-card-head h3{color:#e6edf8;text-overflow:ellipsis;white-space:nowrap;margin:6px 0 0;font-size:15px;overflow:hidden}.fer-book-card-head>b{color:#93c5fd;background:#2563eb1c;border-radius:7px;padding:5px 8px;font-size:10px}.fer-book-context{grid-template-columns:.8fr 1.2fr;gap:9px;margin:14px 0;display:grid}.fer-book-context>div{background:#02061738;border:1px solid #60a5fa17;border-radius:9px;min-width:0;padding:10px 11px}.fer-book-context span,.fer-book-context strong{display:block}.fer-book-context span{color:#8493a9;font-size:10px}.fer-book-context strong{color:#d3dce8;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.fer-book-card-foot{border-top:1px solid #60a5fa17;align-items:center;padding-top:12px}.fer-book-card-foot>span{color:#8493a9;align-items:center;gap:6px;font-size:10px;display:flex}.fer-book-card-foot>span i{background:#64748b;border-radius:50%;width:7px;height:7px}.fer-book-card-foot>span.has-activities{color:#6ee7b7}.fer-book-card-foot>span.has-activities i{background:#10b981;box-shadow:0 0 7px #10b981}.fer-book-card-foot>div{align-items:center;gap:7px;display:flex}.fer-book-card-foot a{color:#fff;background:#2563eb;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:850;text-decoration:none}.fer-book-card-foot a.secondary{color:#b6c3d4;background:0 0;border:1px solid #60a5fa2e}.fer-books-pagination{margin-top:4px}.fer-books-empty{text-align:center;place-items:center;display:grid;padding:54px 20px!important}.fer-books-empty>span{color:#60a5fa;font-size:30px}.fer-books-empty h3{margin:10px 0 4px;font-size:17px}.fer-books-empty p{color:#94a3b8;margin:0 0 13px;font-size:12px}@media (width<=1250px){.fer-books-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.fer-books-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1000px){.b-observation-bank .o-layout{grid-template-columns:1fr}}@media (width<=760px){.fer-books-filter-head{align-items:flex-start}.fer-books-filters{grid-template-columns:1fr 1fr}.fer-books-grid{grid-template-columns:1fr}.fer-books-filter-actions{grid-column:1/-1}.fer-books-total{min-width:95px}.b-row-actions :is(a,button){flex:1}.b-period-form{flex-direction:column;align-items:stretch}.b-period-form .b-select{min-width:0}}@media (width<=600px){.b-observation-bank .o-filters,.b-completion{grid-template-columns:1fr}.b-observation-bank .o-item-top{flex-direction:column;align-items:flex-start}.b-head{align-items:flex-start}.b-head>.fer-btn-secondary{width:100%}}@media (width<=520px){.fer-books-filter-head{flex-direction:column}.fer-books-total{text-align:left;width:100%}.fer-books-filters{grid-template-columns:1fr}.fer-books-filter-actions{grid-column:1}.fer-books-filter-actions :is(button,a){flex:1}.fer-books-results-head{flex-direction:column;align-items:flex-start;gap:5px}.fer-book-card-foot{flex-direction:column;align-items:flex-start}.fer-book-card-foot>div{width:100%}.fer-book-card-foot a{text-align:center;flex:1}}.fer-recovery-page,.fer-committee-page,.fer-promotion-page,.fer-closure-page{font-size:13px}.fer-recovery-intro p,.fer-committee-head p,.fer-next-year-head p,.fer-closure-head p{font-size:12px;line-height:1.6}.fer-recovery-filter label>span,.fer-committee-head label,.fer-next-year-head label,.fer-closure-year-filter label{font-size:11px}.fer-recovery-filter select,.fer-recovery-actions :is(input,select,textarea),.fer-committee-head select,.fer-committee-case :is(input,select,textarea),.fer-next-year-head select,.fer-next-year-list select,.fer-closure-year-filter select,.fer-closure-action input{box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-size:12px}.fer-recovery-page option,.fer-committee-page option,.fer-promotion-page option,.fer-closure-page option{color:#e5edf9;background:#0a1428}.fer-recovery-head p,.fer-recovery-head>span,.fer-recovery-student-top small,.fer-recovery-history span,.fer-committee-summary>div:first-child span,.fer-committee-decision,.fer-next-year-list :is(span,small,em),.fer-closure-checklist small{font-size:11px;line-height:1.5}.fer-recovery-rules span,.fer-recovery-tags span,.fer-committee-rules span,.fer-recovery-actions summary,.fer-committee-case summary{font-size:11px}.fer-recovery-actions label,.fer-committee-case label{font-size:10px}.fer-recovery-actions button,.fer-committee-case button,.fer-next-year-action button,.fer-next-year-list button,.fer-closure-action button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;min-height:40px;padding:10px 14px;font-size:11px;font-weight:800}.fer-recovery-actions button:hover,.fer-committee-case button:hover,.fer-next-year-action button:hover,.fer-next-year-list button:hover,.fer-closure-action button:hover{background:#1d4ed8}.fer-recovery-actions :is(input,select,textarea):focus,.fer-committee-page :is(input,select,textarea):focus,.fer-promotion-page select:focus,.fer-closure-page :is(input,select):focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 3px #2563eb29}.fer-committee-rules article,.fer-next-year-kpis article{min-height:76px}.fer-committee-rules strong{font-size:14px}.fer-next-year-kpis span{font-size:10px}.fer-next-year-list strong,.fer-next-year-list b{font-size:13px}.fer-closure-checklist article,.fer-closure-checklist article>div{min-width:0}.fer-closure-checklist strong{font-size:12px}.fer-closure-checklist a{white-space:nowrap}.fer-promotion-table{overflow-x:auto}.fer-promotion-table .fer-table{min-width:760px}@media (width<=850px){.fer-recovery-filter{flex-direction:column;align-items:stretch}.fer-recovery-filter form,.fer-recovery-filter select{width:100%}.fer-next-year-list>article{gap:12px}.fer-closure-layout{grid-template-columns:1fr}.fer-closure-action{position:static}}@media (width<=620px){.fer-recovery-intro,.fer-recovery-student-top,.fer-committee-head,.fer-next-year-head,.fer-next-year-action,.fer-closure-head{flex-direction:column;align-items:stretch}.fer-recovery-actions details{width:100%;min-width:0}.fer-recovery-actions form,.fer-committee-case form{box-sizing:border-box;grid-template-columns:1fr;width:100%}.fer-recovery-actions label.wide,.fer-committee-case label.wide{grid-column:auto}.fer-recovery-actions button,.fer-committee-case button{grid-column:auto;width:100%}.fer-recovery-tags,.fer-recovery-rules{justify-content:flex-start}.fer-committee-summary{grid-template-columns:1fr 1fr}.fer-committee-summary>div:first-child,.fer-committee-summary>.fer-promotion-status{grid-column:1/-1}.fer-next-year-head select,.fer-next-year-list select{width:100%;min-width:0}.fer-next-year-list form{flex-direction:column;width:100%}.fer-next-year-list button{width:100%}.fer-closure-kpis,.fer-next-year-kpis{grid-template-columns:1fr 1fr}}@media (width<=430px){.fer-closure-kpis,.fer-next-year-kpis,.fer-committee-summary{grid-template-columns:1fr}.fer-committee-summary>div:first-child,.fer-committee-summary>.fer-promotion-status{grid-column:auto}}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{appearance:none;--tw-shadow:0 0 #0000;background-color:#fff;border-width:1px;border-color:#6b7280;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb;outline:2px solid #0000}input::-moz-placeholder{color:#6b7280;opacity:1}textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-month-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-day-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-hour-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-minute-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-second-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-millisecond-field{padding-top:0;padding-bottom:0}::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;-webkit-print-color-adjust:unset;print-color-adjust:unset;padding-right:.75rem}input:where([type=checkbox]),input:where([type=radio]){appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:middle;-webkit-user-select:none;user-select:none;color:#2563eb;--tw-shadow:0 0 #0000;background-color:#fff;background-origin:border-box;border-width:1px;border-color:#6b7280;flex-shrink:0;width:1rem;height:1rem;padding:0;display:inline-block}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);outline:2px solid #0000}input:where([type=checkbox]):checked,input:where([type=radio]):checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=checkbox]):checked{appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){input:where([type=radio]):checked{appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{background-color:currentColor;border-color:#0000}input:where([type=checkbox]):indeterminate{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}@media (forced-colors:active){input:where([type=checkbox]):indeterminate{appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{background-color:currentColor;border-color:#0000}input:where([type=file]){background:unset;border-color:inherit;font-size:unset;line-height:inherit;border-width:0;border-radius:0;padding:0}input:where([type=file]):focus{outline:1px solid buttontext;outline:1px auto -webkit-focus-ring-color}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.end-0{inset-inline-end:0}.left-0{left:0}.right-0{right:0}.start-0{inset-inline-start:0}.top-0{top:0}.top-\[-1px\]{top:-1px}.-z-10{z-index:-10}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.-me-2{margin-inline-end:-.5rem}.-ml-px{margin-left:-1px}.-mt-3{margin-top:-.75rem}.-mt-5{margin-top:-1.25rem}.-mt-px{margin-top:-1px}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-6{margin-right:1.5rem}.ms-1{margin-inline-start:.25rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-2{width:.5rem;height:.5rem}.size-3{width:.75rem;height:.75rem}.size-\[9px\]{width:9px;height:9px}.h-0{height:0}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[23\.5px\]{height:23.5px}.h-\[56px\]{height:56px}.min-h-dvh{min-height:100dvh}.min-h-screen{min-height:100vh}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[18px\]{width:18px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-5{min-width:1.25rem}.min-w-6{min-width:1.5rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-xl{max-width:36rem}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-neutral-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 229 229/var(--tw-divide-opacity,1))}.self-stretch{align-self:stretch}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-x{border-left-width:1px;border-right-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.border-emerald-900{--tw-border-opacity:1;border-color:rgb(6 78 59/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity,1))}.border-neutral-100{--tw-border-opacity:1;border-color:rgb(245 245 245/var(--tw-border-opacity,1))}.border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.border-neutral-300{--tw-border-opacity:1;border-color:rgb(212 212 212/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-white\/5{border-color:#ffffff0d}.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-black\/10{background-color:#0000001a}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-emerald-800{--tw-bg-opacity:1;background-color:rgb(6 95 70/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-neutral-400{--tw-bg-opacity:1;background-color:rgb(163 163 163/var(--tw-bg-opacity,1))}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-neutral-600{--tw-bg-opacity:1;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.bg-neutral-700{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-rose-200{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/\[2\%\]{background-color:#ffffff05}.fill-current{fill:currentColor}.stroke-emerald-500{stroke:#10b981}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pe-4{padding-inline-end:1rem}.pl-4{padding-left:1rem}.pr-2\.5{padding-right:.625rem}.ps-3{padding-inline-start:.75rem}.pt-1{padding-top:.25rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xs\/none{font-size:.75rem;line-height:1}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-7{line-height:1.75rem}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-900{--tw-text-opacity:1;color:rgb(6 78 59/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-neutral-100{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity,1))}.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}.text-neutral-950{--tw-text-opacity:1;color:rgb(10 10 10/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-rose-900{--tw-text-opacity:1;color:rgb(136 19 55/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.decoration-neutral-400{text-decoration-color:#a3a3a3}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity,1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.ring-opacity-5{--tw-ring-opacity:.05}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#020617}.fer-main,.fer-content,.fer-content>*,.fer-card,.fer-section-header>*,form,label{min-width:0}.fer-content img,.fer-content video,.fer-content canvas,.fer-content svg{max-width:100%}.fer-content :is(button,input,select,textarea){box-sizing:border-box;max-width:100%;font:inherit}.fer-content :is(select,option,optgroup){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.fer-content select option,.fer-content select optgroup{color:#e5edf9;background:#0b172b}.fer-content :is(input,textarea)::-moz-placeholder{color:#718198;opacity:1}.fer-content :is(input,textarea)::placeholder{color:#718198;opacity:1}.fer-content :is(button,[type=submit],[type=button],.fer-btn,.fer-btn-primary,.fer-btn-secondary){overflow-wrap:anywhere;text-align:center}.fer-content :is(input,select,textarea,button,a):focus-visible{outline-offset:2px;outline:3px solid #93c5fde6}.fer-table-wrapper{overscroll-behavior-x:contain;scrollbar-gutter:stable;max-width:100%}.fer-table :is(th,td){overflow-wrap:anywhere}.fer-content dialog{box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px)}.fer-content [hidden]{display:none!important}@media (width>=761px) and (width<=1100px){.fer-topbar{padding-inline:22px}.fer-topbar-right{min-width:0;flex-direction:row!important}.fer-clock-box{display:none}.fer-userbox,.fer-user-info{min-width:0}.fer-user-info strong{text-overflow:ellipsis;white-space:nowrap;max-width:230px;display:block;overflow:hidden}}@media (width<=760px){.fer-sidebar{max-height:min(52dvh,440px);padding:18px;box-shadow:0 14px 35px #0000004d}.fer-brand{margin-bottom:14px}.fer-brand .fer-logo,.fer-brand .fer-logo img{width:52px;height:56px}.fer-menu{margin-right:-5px;padding-right:5px}.fer-sidebar-footer{display:none}.fer-topbar{padding:17px 18px;position:relative}.fer-topbar>div:first-child{width:100%}.fer-topbar h1{font-size:22px}.fer-topbar-right{grid-template-columns:auto minmax(0,1fr);gap:10px;width:100%;display:grid;flex-direction:row!important;align-items:center!important}.fer-clock-box{display:none}.fer-userbox{box-sizing:border-box;justify-content:flex-end;gap:9px;width:100%;min-width:0}.fer-user-info{text-align:left;min-width:0}.fer-user-info strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fer-content{padding:18px}.fer-card{max-width:100%}}@media (width<=480px){.fer-topbar-right{grid-template-columns:42px minmax(0,1fr)}.fer-message-alert{flex-basis:42px;width:42px;height:42px}.fer-userbox{padding:8px 9px}.fer-user-info span{font-size:10px}.fer-userbox form button{padding-inline:12px}.fer-content{padding:14px}.fer-content :is(.fer-btn,.fer-btn-primary,.fer-btn-secondary){max-width:100%}}.fer-message-alert{color:#bfdbfe;background:#0f172ac7;border:1px solid #60a5fa47;border-radius:14px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:20px;text-decoration:none;transition:all .18s;display:grid;position:relative}.fer-message-alert:hover{background:#2563eb33;border-color:#60a5fa;transform:translateY(-1px)}.fer-message-alert.has-unread{border-color:#ef44448c;box-shadow:0 0 0 4px #ef444414}.fer-message-alert b{color:#fff;background:#ef4444;border:2px solid #071426;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:9px;font-weight:900;display:grid;position:absolute;top:-7px;right:-7px}.fer-profile-main-stack{gap:22px;display:grid}.fer-profile-link{color:#bfdbfe;white-space:nowrap;border:1px solid #60a5fa40;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:800;text-decoration:none}.fer-profile-link:hover{color:#fff;background:#3b82f629}.fer-profile-hero{margin-bottom:22px}.fer-profile-identity{align-items:center;gap:18px;display:flex}.fer-profile-avatar{color:#fff;background:linear-gradient(145deg,#1d4ed8,#0ea5e9);border-radius:20px;flex:0 0 72px;place-items:center;width:72px;height:72px;font-size:28px;font-weight:900;display:grid;overflow:hidden;box-shadow:0 12px 28px #0ea5e938}.fer-profile-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.fer-profile-layout{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);align-items:start;gap:22px;display:grid}.fer-profile-stack{gap:22px;display:grid}.fer-profile-panel h3{margin:5px 0 8px}.fer-profile-copy{color:#94a3b8;margin:0 0 18px;line-height:1.6}.fer-profile-actions{justify-content:flex-end;margin-top:22px;display:flex}.fer-primary-action{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#0284c7);border:0;border-radius:11px;padding:11px 18px;font-weight:800;box-shadow:0 10px 22px #2563eb38}.fer-primary-action:hover{filter:brightness(1.1)}.fer-profile-data{gap:0;margin:0;display:grid}.fer-profile-data div{border-bottom:1px solid #94a3b824;justify-content:space-between;gap:18px;padding:12px 0;display:flex}.fer-profile-data div:last-child{border-bottom:0}.fer-profile-data dt{color:#94a3b8;font-size:12px}.fer-profile-data dd{color:#e2e8f0;text-align:right;margin:0;font-weight:700}.fer-profile-password{gap:14px;display:grid}.fer-field-error{color:#fca5a5;margin-top:5px;font-size:12px}.fer-alert-success,.fer-alert-error{border:1px solid;border-radius:12px;margin:0 0 22px;padding:14px 16px}.fer-alert-success{color:#a7f3d0;background:#064e3b4d;border-color:#34d39959}.fer-alert-error{color:#fecaca;background:#7f1d1d33;border-color:#f8717159}.fer-alert-error ul{margin:8px 0 0;padding-left:20px}@media (width<=960px){.fer-profile-layout{grid-template-columns:1fr}}@media (width<=640px){.fer-profile-identity{align-items:flex-start}.fer-profile-avatar{border-radius:16px;flex-basis:56px;width:56px;height:56px}.fer-profile-data div{display:block}.fer-profile-data dd{text-align:left;margin-top:4px}.fer-userbox .fer-profile-link{display:none}}@media (width<=480px){.fer-message-alert{flex-basis:42px;width:42px;height:42px}}.fer-user-filter-grid,.fer-user-directory-header,.fer-user-directory-header>div{min-width:0}.fer-user-create-action{white-space:nowrap}.fer-user-directory-table td:first-child>div>div:last-child{min-width:0}.fer-user-directory-table td:first-child strong,.fer-user-directory-table td:nth-child(2){overflow-wrap:anywhere}.fer-student-directory-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fer-teacher-directory-header>div:last-child{justify-content:flex-end}@media (width<=1100px){.fer-user-filter-grid{grid-template-columns:minmax(220px,1fr) minmax(180px,1fr)!important}.fer-user-filter-grid>button,.fer-user-filter-grid>a{width:100%}.fer-users-table-wrap{max-width:100%;overflow:auto hidden}}@media (width<=700px){.fer-user-filter-grid{grid-template-columns:1fr!important}.fer-user-directory-header{flex-direction:column;align-items:stretch!important}.fer-user-create-action,.fer-teacher-directory-header{width:100%}.fer-teacher-directory-header>div:last-child,.fer-student-directory-actions{grid-template-columns:1fr;width:100%;display:grid!important}.fer-teacher-directory-header>div:last-child>*,.fer-student-directory-actions>*{justify-content:center;width:100%}}.fer-groups-head .fer-actions-row,.fer-subject-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.fer-group-filter-actions>*{min-width:0}.fer-grade-entry-table .fer-grade-table{min-width:560px}.fer-grade-entry-table .fer-grade-input{min-width:82px}.fer-assignment-table td:last-child{min-width:260px}.fer-evaluation-row-actions{flex-wrap:wrap}.fer-workload-head>*{min-width:0}@media (width<=900px){.fer-workload-head{flex-direction:column;align-items:flex-start}.fer-workload-head>.fer-btn-primary{width:100%}.fer-assignment-table td:last-child{min-width:220px}}@media (width<=760px){.fer-groups-head .fer-actions-row,.fer-subject-head-actions{grid-template-columns:1fr;width:100%;display:grid}.fer-groups-head .fer-actions-row>*,.fer-subject-head-actions>*{justify-content:center;width:100%}.fer-group-filter-actions,.fer-subject-filters .fer-group-filter-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.fer-group-filter-actions>*{justify-content:center;width:100%}.fer-grade-create-form button,.fer-grade-edit button{width:100%;justify-self:stretch!important}.fer-group-card-footer{width:100%}.fer-group-card-actions{flex-wrap:wrap;width:100%}.fer-group-card-actions>*{flex:1}.fer-assignment-heading{align-items:flex-start}.fer-assignment-heading>div{min-width:0}.fer-assignment-filter-actions{grid-template-columns:1fr;width:100%;display:grid}.fer-assignment-filter-actions>*{text-align:center;justify-content:center;width:100%}}@media (width<=480px){.fer-group-filter-actions,.fer-subject-filters .fer-group-filter-actions{grid-template-columns:1fr}.fer-grade-catalog-card{padding:13px}.fer-subject-area{padding:12px}.fer-subject-area-head{align-items:flex-start}.fer-subject-area-head>strong{white-space:nowrap}}.fer-attendance-history-table,.fer-attendance-entry-table,.fer-selfevaluation-table{overflow:auto hidden}.fer-attendance-history-table .fer-table{min-width:860px}.fer-attendance-entry-table .fer-table{min-width:680px}.fer-selfevaluation-table .fer-table{min-width:720px}.fer-attendance-sheet-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (width<=850px){.fer-activity-filters{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fer-activity-filters :is(button,a){width:100%}.fer-indicator-progress-head{flex-direction:column;align-items:flex-start!important;gap:7px!important}.fer-indicator-progress-head strong{white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.fer-indicator-progress-head span{flex-wrap:wrap;white-space:normal!important}.fer-autosave-bar{flex-wrap:wrap;align-items:flex-start;gap:12px}.fer-attendance-sheet-actions{width:100%}}@media (width<=560px){.fer-activity-filters{grid-template-columns:1fr!important}.fer-activity-actions button{width:100%}.fer-attendance-sheet-actions{grid-template-columns:1fr;display:grid}.fer-attendance-sheet-actions>*{justify-content:center;width:100%}.fer-attendance-launcher .fer-section-header,.fer-gradebook-launcher .fer-section-header{flex-direction:column;align-items:flex-start}}.even\:bg-white:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:border:hover{border-width:1px}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-neutral-200:hover{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-neutral-100:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.hover\:bg-neutral-200:hover{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity,1))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity,1))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.active\:bg-red-700:active{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.active\:text-gray-800:active{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.disabled\:opacity-25:disabled{opacity:.25}.group\/exception:hover .group-hover\/exception\:text-blue-500,.group:hover .group-hover\:text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}@media (width>=640px){.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mb-16{margin-bottom:4rem}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1}.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-14{padding:3.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:pb-0{padding-bottom:0}.sm\:pt-0{padding-top:0}.sm\:pt-16{padding-top:4rem}}@media (width>=1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:0 0}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:100% 0}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:0 0}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:100% 0}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media (prefers-color-scheme:dark){.dark\:divide-white\/10>:not([hidden])~:not([hidden]){border-color:#ffffff1a}.dark\:divide-white\/5>:not([hidden])~:not([hidden]){border-color:#ffffff0d}.dark\:border{border-width:1px}.dark\:border-none{border-style:none}.dark\:border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.dark\:border-amber-800{--tw-border-opacity:1;border-color:rgb(146 64 14/var(--tw-border-opacity,1))}.dark\:border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.dark\:border-blue-800{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}.dark\:border-emerald-600{--tw-border-opacity:1;border-color:rgb(5 150 105/var(--tw-border-opacity,1))}.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-neutral-500{--tw-border-opacity:1;border-color:rgb(115 115 115/var(--tw-border-opacity,1))}.dark\:border-neutral-700{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.dark\:border-neutral-800{--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.dark\:border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}.dark\:border-rose-900{--tw-border-opacity:1;border-color:rgb(136 19 55/var(--tw-border-opacity,1))}.dark\:border-transparent{border-color:#0000}.dark\:border-white\/10{border-color:#ffffff1a}.dark\:border-white\/20{border-color:#fff3}.dark\:border-white\/5{border-color:#ffffff0d}.dark\:border-white\/\[9\%\]{border-color:#ffffff17}.dark\:bg-\[\#1a1a1a\]{--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.dark\:bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.dark\:bg-amber-950{--tw-bg-opacity:1;background-color:rgb(69 26 3/var(--tw-bg-opacity,1))}.dark\:bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.dark\:bg-blue-950{--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.dark\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.dark\:bg-emerald-900\/70{background-color:#064e3bb3}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-neutral-400{--tw-bg-opacity:1;background-color:rgb(163 163 163/var(--tw-bg-opacity,1))}.dark\:bg-neutral-600{--tw-bg-opacity:1;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.dark\:bg-neutral-700{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.dark\:bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.dark\:bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.dark\:bg-rose-950{--tw-bg-opacity:1;background-color:rgb(76 5 25/var(--tw-bg-opacity,1))}.dark\:bg-transparent{background-color:#0000}.dark\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:bg-white\/10{background-color:#ffffff1a}.dark\:bg-white\/5{background-color:#ffffff0d}.dark\:bg-white\/\[2\%\]{background-color:#ffffff05}.dark\:bg-white\/\[3\%\]{background-color:#ffffff08}.dark\:text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark\:text-neutral-100{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity,1))}.dark\:text-neutral-200{--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity,1))}.dark\:text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity,1))}.dark\:text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}.dark\:text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}.dark\:text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.dark\:text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}.dark\:text-rose-100{--tw-text-opacity:1;color:rgb(255 228 230/var(--tw-text-opacity,1))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:border-none:hover{border-style:none}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:hover\:bg-white\/10:hover{background-color:#ffffff1a}.dark\:hover\:bg-white\/5:hover,.hover\:dark\:bg-white\/5:hover{background-color:#ffffff0d}.dark\:hover\:text-emerald-500:hover{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.hover\:dark\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:active\:text-gray-300:active{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.group\/exception:hover .group-hover\/exception\:dark\:text-emerald-500,.group:hover .group-hover\:dark\:text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}}.\[\&_svg\]\:size-2\.5 svg{width:.625rem;height:.625rem}.\[\&_svg\]\:\!text-white svg{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.hover\:\[\&_svg\]\:stroke-emerald-500 svg:hover{stroke:#10b981}@media (prefers-color-scheme:dark){.dark\:\[\&_svg\]\:\!text-white svg{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}}
