html.student-information-system-route.cc-anim .student-information-system-page .hero .hero-grid>div:first-child>*{opacity:0;transition:opacity .72s cubic-bezier(.2,.6,.25,1) var(--cc-d,0s),transform .72s cubic-bezier(.2,.6,.25,1) var(--cc-d,0s);will-change:opacity,transform;transform:translateY(20px)}html.student-information-system-route.cc-anim .student-information-system-page .hero .product-window{opacity:0;will-change:opacity,transform;transition:opacity .95s cubic-bezier(.2,.6,.25,1) .12s,transform .95s cubic-bezier(.2,.6,.25,1) .12s;transform:translateY(30px)scale(.985)}html.student-information-system-route.cc-anim.cc-loaded .student-information-system-page .hero .hero-grid>div:first-child>*,html.student-information-system-route.cc-anim.cc-loaded .student-information-system-page .hero .product-window{opacity:1;transform:none}html.student-information-system-route.cc-anim .cc-rv{opacity:0;transition:opacity .72s cubic-bezier(.2,.6,.25,1) var(--cc-d,0s),transform .72s cubic-bezier(.2,.6,.25,1) var(--cc-d,0s);will-change:opacity,transform;transform:translateY(26px)}html.student-information-system-route.cc-anim .cc-rv.cc-scale{transform:translateY(30px)scale(.98)}html.student-information-system-route.cc-anim .cc-rv.cc-in{opacity:1!important;transform:none!important}@media (prefers-reduced-motion:reduce){html.student-information-system-route.cc-anim *{transition:none!important;animation:none!important}html.student-information-system-route.cc-anim .cc-rv{opacity:1!important;transform:none!important}}
body.student-information-system-route{background:#f5f7fa;margin:0}.content-overlay:has(.student-information-system-page){padding:0;background:#fff!important}.student-information-system-page{scroll-behavior:smooth;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#fff;margin:0;padding:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;line-height:1.55}.student-information-system-page,.student-information-system-page *{box-sizing:border-box}.student-information-system-page{--ease:cubic-bezier(.22,.61,.36,1);--darkest:#2a2d9f;--primary:#5356d2;--bright:#9092e2;--gray:#f5f7fa;--warm:#fff8e9;--success:#eeffe9;--tint1:#e9f0ff;--tint2:#f9fafe;--ink:#0f1233;--ink-2:#3b3f66;--ink-3:#6a6e8f;--line:#e4e7f1;--line-strong:#c9cee0;--footer:#0f1233;--footer-2:#1a1d4a;--footer-ink:#a9add8;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}.student-information-system-page a{color:var(--primary);text-decoration:none}.student-information-system-page a:hover{text-underline-offset:3px;text-decoration:underline}.student-information-system-page button{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-family:inherit}.student-information-system-page :focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:4px}.student-information-system-page ::selection{background:#2a2d9f22}.student-information-system-page img,.student-information-system-page svg{max-width:100%;display:block}.student-information-system-page .skip{z-index:200;background:var(--darkest);color:#fff;border-radius:8px;padding:10px 14px;font-size:14px;position:absolute;top:8px;left:-9999px}.student-information-system-page .skip:focus{left:12px}.student-information-system-page .wrap{max-width:1240px;margin:0 auto;padding:0 28px}@media (max-width:640px){.student-information-system-page .wrap{padding:0 20px}}.student-information-system-page section{padding:104px 0}@media (max-width:900px){.student-information-system-page section{padding:80px 0}}@media (max-width:640px){.student-information-system-page section{padding:60px 0}}.student-information-system-page .eyebrow{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);align-items:center;gap:10px;margin:0 0 18px;font-size:11.5px;display:inline-flex}.student-information-system-page .eyebrow .dot{background:var(--primary);border-radius:50%;width:6px;height:6px;display:inline-block}.student-information-system-page .eyebrow.on-dark{color:#b6b9e8}.student-information-system-page .eyebrow.on-dark .dot{background:var(--bright)}.student-information-system-page h1,.student-information-system-page h2,.student-information-system-page h3,h4{letter-spacing:-.02em;color:var(--ink);text-wrap:balance;margin:0;font-family:Poppins;font-weight:500}.student-information-system-page h1{font-size:clamp(38px,5vw,62px);line-height:1.05}.student-information-system-page h2{font-size:clamp(28px,3.4vw,44px);line-height:1.1}.student-information-system-page h3{font-size:clamp(18px,1.4vw,22px);line-height:1.25}.student-information-system-page p{color:var(--ink-2);text-wrap:pretty;margin:0}.student-information-system-page .lede{color:var(--ink-2);max-width:62ch;font-size:clamp(16px,1.2vw,18px);line-height:1.6}.student-information-system-page .btn{cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:12px 20px;font-size:14.5px;font-weight:500;line-height:1;text-decoration:none;transition:transform .15s,background .2s,border-color .2s,color .2s;display:inline-flex}.student-information-system-page .btn .arrow{transition:transform .25s}.student-information-system-page .btn:hover{text-decoration:none}.student-information-system-page .btn:hover .arrow{transform:translate(3px)}.student-information-system-page .btn-primary{background:var(--darkest);color:#fff;border-color:var(--darkest)}.student-information-system-page .btn-primary:hover{background:#23267f}.student-information-system-page .btn-primary.on-dark{color:var(--darkest);background:#fff;border-color:#fff}.student-information-system-page .btn-primary.on-dark:hover{background:#edeeff}.student-information-system-page .btn-secondary{color:var(--ink);border-color:var(--line-strong);background:0 0}.student-information-system-page .btn-secondary:hover{border-color:var(--ink);background:#fff}.student-information-system-page .btn-secondary.on-dark{color:#fff;border-color:#5b5fd9}.student-information-system-page .btn-secondary.on-dark:hover{background:#ffffff0f;border-color:#fff}.student-information-system-page .hero{background:var(--darkest);color:#fff;padding:56px 0 0;position:relative;overflow:hidden}.student-information-system-page .hero:before{content:"";opacity:.55;pointer-events:none;background:radial-gradient(800px 480px at 90% -10%,#5356d2 0%,#0000 60%),radial-gradient(700px 460px at -10% 110%,#1d2080 0%,#0000 55%);position:absolute;inset:0}.student-information-system-page .hero-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:start;gap:48px;padding-bottom:88px;display:grid;position:relative}@media (max-width:1080px){.student-information-system-page .hero-grid{grid-template-columns:minmax(0,1fr);gap:36px}}.student-information-system-page .hero h1{color:#fff;max-width:18ch;margin-top:6px}.student-information-system-page .hero .lede{color:#d7d9f2;max-width:54ch;margin-top:22px;font-size:16.5px;line-height:1.6}.student-information-system-page .hero-ctas{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.student-information-system-page .hero-stats{border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:36px;margin-top:40px;padding-top:24px;display:flex}.student-information-system-page .hero-stats .stat{flex-direction:column;gap:4px;display:flex}.student-information-system-page .hero-stats .stat .n{letter-spacing:-.02em;color:#fff;font-size:22px;font-weight:500;line-height:1}.student-information-system-page .hero-stats .stat .l{font-family:var(--mono);color:#b6b9e8;letter-spacing:.04em;text-transform:uppercase;font-size:10.5px}.student-information-system-page .flow-frame{color:#fff;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:16px;margin-top:6px;padding:22px}.student-information-system-page .flow-head{border-bottom:1px dashed #ffffff29;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:14px;display:flex}.student-information-system-page .flow-head .l{font-family:var(--mono);color:#b6b9e8;letter-spacing:.06em;text-transform:uppercase;font-size:10.5px}.student-information-system-page .flow-head .r{font-family:var(--mono);color:#8e92c8;letter-spacing:.04em;align-items:center;gap:8px;font-size:10.5px;display:inline-flex}.student-information-system-page .flow-head .r .pulse{background:#7de399;border-radius:50%;width:7px;height:7px}.student-information-system-page .flow-phases{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px;display:grid}@media (max-width:560px){.student-information-system-page .flow-phases{grid-template-columns:1fr 1fr}}.student-information-system-page .flow-phase{font-family:var(--mono);color:#8e92c8;letter-spacing:.08em;text-transform:uppercase;text-align:center;background:#ffffff0a;border-radius:6px;padding:6px 10px;font-size:10px}.student-information-system-page .flow-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;display:grid}@media (max-width:760px){.student-information-system-page .flow-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:420px){.student-information-system-page .flow-grid{grid-template-columns:repeat(2,1fr)}}.student-information-system-page .flow-node{cursor:pointer;color:#fff;text-align:left;letter-spacing:-.005em;background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;flex-direction:column;gap:4px;min-height:74px;padding:10px 8px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.3;transition:background .2s,border-color .2s,transform .15s;display:flex}.student-information-system-page .flow-node:hover{background:#ffffff1a;border-color:#ffffff4d}.student-information-system-page .flow-node .code{font-family:var(--mono);color:#9092e2;letter-spacing:.06em;font-size:9px}.student-information-system-page .flow-node .sub{font-family:var(--mono);color:#a9add8;letter-spacing:.02em;margin-top:auto;font-size:9.5px}.student-information-system-page .flow-node.self{color:var(--darkest);background:#fff;border-color:#fff}.student-information-system-page .flow-node.self .code{color:var(--primary)}.student-information-system-page .flow-node.self .sub{color:var(--ink-3)}.student-information-system-page .flow-node.downstream{color:#e1e3ff;background:#9092e22e;border-color:#9092e28c}.student-information-system-page .flow-node.downstream .code{color:#fff}.student-information-system-page .flow-node.upstream{opacity:.35}.student-information-system-page .flow-evidence{font-family:var(--mono);color:#c7f2d6;letter-spacing:.02em;background:#7de39914;border:1px solid #7de39940;border-radius:8px;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;font-size:11px;display:flex}.student-information-system-page .flow-evidence .ar{color:#7de399;font-weight:600}.student-information-system-page .flow-caption{font-family:var(--mono);color:#a9add8;letter-spacing:.02em;text-align:center;margin-top:14px;font-size:10.5px}.student-information-system-page .problem{background:var(--gray)}.student-information-system-page .problem-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;display:grid}@media (max-width:900px){.student-information-system-page .problem-grid{grid-template-columns:1fr}}.student-information-system-page .problem h2{max-width:22ch}.student-information-system-page .problem .body{color:var(--ink-2);max-width:60ch;margin-top:18px;font-size:17px;line-height:1.55}.student-information-system-page .enemy-chip{border:1px solid var(--line);font-family:var(--mono);color:var(--ink-2);letter-spacing:.04em;background:#fff;border-radius:999px;align-items:center;gap:10px;margin-top:28px;padding:8px 14px;font-size:11.5px;display:inline-flex}.student-information-system-page .enemy-chip .x{color:#c44;font-weight:700}.student-information-system-page .enemy-chip .strike{-webkit-text-decoration:line-through #c44;text-decoration:line-through #c44}.student-information-system-page .split-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:8px;box-shadow:0 18px 40px -26px #0f123338}.student-information-system-page .split-card .sh{font-family:var(--mono);letter-spacing:.1em;color:var(--ink-3);text-transform:uppercase;border-bottom:1px solid var(--line);align-items:center;gap:10px;margin:0 4px 6px;padding:15px 14px 14px;font-size:10.5px;display:flex}.student-information-system-page .split-card .sh .sh-ic{color:#c2553a;background:#fbede9;border-radius:6px;flex:none;place-items:center;width:23px;height:23px;display:grid}.student-information-system-page .split-card .sh .sh-ic svg{fill:none;stroke:currentColor;stroke-width:1.9px;width:13px;height:13px}.student-information-system-page .split-row{border-radius:10px;grid-template-columns:34px 1fr auto;align-items:center;gap:13px;padding:9px 14px;transition:background .3s;display:grid}.student-information-system-page .split-row:hover{background:var(--tint2)}.student-information-system-page .split-row .sr-ico{background:var(--tint2);border:1px solid var(--line);width:34px;height:34px;color:var(--ink-3);border-radius:9px;flex:none;place-items:center;transition:background .3s,color .3s;display:grid}.student-information-system-page .split-row:hover .sr-ico{color:var(--primary);background:#fff}@media (prefers-reduced-motion:reduce){.student-information-system-page .split-row.is-spot,.split-row.is-spot .sr-ico{background:initial;color:var(--ink-3)}.student-information-system-page .split-row.is-spot .what:before{box-shadow:none;animation:none}}.student-information-system-page .split-row .sr-ico svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:16px;height:16px}.student-information-system-page .split-row .where{color:var(--ink);letter-spacing:-.005em;font-size:14px;font-weight:600}.student-information-system-page .split-row .what{font-family:var(--mono);color:var(--ink-3);background:var(--gray);border:1px solid var(--line);letter-spacing:.01em;white-space:nowrap;border-radius:8px;align-items:center;gap:7px;padding:5px 10px;font-size:11px;display:inline-flex}.student-information-system-page .split-row .what:before{content:"";background:#d2705a;border-radius:50%;flex:none;width:6px;height:6px;animation:2.1s ease-in-out infinite sr-disconnect}@keyframes sr-disconnect{0%{opacity:.85;transform:scale(1);box-shadow:0 0 #d2705a00}18%{opacity:1;transform:scale(1.55);box-shadow:0 0 0 3px #d2705a29}38%{opacity:.3;transform:scale(.55);box-shadow:0 0 #d2705a00}58%{opacity:1;transform:scale(1.35);box-shadow:0 0 0 2px #d2705a1f}78%{opacity:.5;transform:scale(.8);box-shadow:0 0 #d2705a00}to{opacity:.85;transform:scale(1);box-shadow:0 0 #d2705a00}}.student-information-system-page .split-card:hover .split-row .what:before{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.student-information-system-page .split-row .what:before{box-shadow:none;animation:none}}@media (max-width:520px){.student-information-system-page .split-row{grid-template-columns:30px 1fr}.student-information-system-page .split-row .what{white-space:normal;grid-column:2;justify-self:start;margin-top:2px}}.student-information-system-page .model{background:#fff}.student-information-system-page .model-head{grid-template-columns:1.1fr 1fr;align-items:end;gap:48px;margin-bottom:36px;display:grid}@media (max-width:900px){.student-information-system-page .model-head{grid-template-columns:1fr;gap:18px}}.student-information-system-page .model-head h2{max-width:18ch}.student-information-system-page .model-head .lede{justify-self:end;max-width:46ch;margin-top:0}@media (max-width:900px){.student-information-system-page .model-head .lede{justify-self:start}}.student-information-system-page .model-diagram{background:var(--tint2);border:1px solid var(--line);border-radius:16px;place-items:center;min-height:560px;padding:48px 32px;display:grid;position:relative;overflow:hidden}.student-information-system-page .model-diagram:before,.model-diagram:after{content:"";border:1px dashed var(--line-strong);pointer-events:none;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.student-information-system-page .model-diagram:before{width:340px;height:340px}.student-information-system-page .model-diagram:after{border-color:var(--line);width:560px;height:560px}.student-information-system-page .model-stage{aspect-ratio:1;place-items:center;width:100%;max-width:640px;display:grid;position:relative}.student-information-system-page .model-center{background:var(--darkest);color:#fff;text-align:center;z-index:3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:172px;height:172px;padding:0 18px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px -20px #2a2d9f73}.student-information-system-page .model-center .lbl{font-family:var(--mono);letter-spacing:.14em;color:var(--bright);text-transform:uppercase;font-size:9.5px}.student-information-system-page .model-center .nm{letter-spacing:-.005em;color:#fff;font-size:15px;font-weight:500;line-height:1.25}.student-information-system-page .model-center .ct{font-family:var(--mono);letter-spacing:.1em;color:#9092e2;text-transform:uppercase;margin-top:2px;font-size:9px}.student-information-system-page .model-node{border:1px solid var(--line);color:var(--ink);letter-spacing:-.005em;white-space:nowrap;z-index:2;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:9px 14px 9px 11px;font-size:13px;font-weight:500;display:inline-flex;position:absolute;box-shadow:0 6px 16px -10px #0f12332e}.student-information-system-page .model-node .code{font-family:var(--mono);color:var(--primary);background:var(--tint1);letter-spacing:.06em;border-radius:4px;padding:2px 6px;font-size:9.5px;transition:background .5s,color .5s}.student-information-system-page .model-node{transition:border-color .55s,box-shadow .55s}.student-information-system-page .model-node.active{border-color:var(--primary);box-shadow:0 10px 26px -8px #2a2d9f66}.student-information-system-page .model-node.active .code{background:var(--primary);color:#fff}.student-information-system-page .model-node.s1{top:2%;left:50%;transform:translate(-50%)}.student-information-system-page .model-node.s2{top:18%;right:4%}.student-information-system-page .model-node.s3{top:50%;right:-2%;transform:translateY(-50%)}.student-information-system-page .model-node.s4{bottom:18%;right:4%}.student-information-system-page .model-node.s5{bottom:2%;left:50%;transform:translate(-50%)}.student-information-system-page .model-node.s6{bottom:18%;left:4%}.student-information-system-page .model-node.s7{top:50%;left:-2%;transform:translateY(-50%)}.student-information-system-page .model-aura{font-family:var(--mono);letter-spacing:.12em;color:var(--ink-3);text-transform:uppercase;z-index:2;border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 11px;font-size:10px;transition:border-color .5s,box-shadow .5s,color .5s;position:absolute;box-shadow:0 6px 16px -12px #0f123333}.student-information-system-page .model-aura.emit{color:var(--ink);border-color:#1fa3518c;box-shadow:0 8px 20px -9px #1fa35166}.student-information-system-page .model-aura.a1{top:9%;right:10%}.student-information-system-page .model-aura.a2{bottom:9%;right:10%}.student-information-system-page .model-aura.a3{bottom:9%;left:10%}.student-information-system-page .model-aura.a4{top:9%;left:10%}.student-information-system-page .model-links{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.student-information-system-page .model-links line{stroke:var(--line-strong);stroke-width:1px;opacity:.4;transition:stroke .5s,opacity .5s,stroke-width .5s}.student-information-system-page .model-links line.lit{stroke:var(--primary);opacity:.9;stroke-width:1.7px}.student-information-system-page .model-links circle.pulse{fill:var(--primary);opacity:0;transition:transform .9s cubic-bezier(.35,0,.2,1),opacity .35s}.student-information-system-page .model-links line.out{stroke:#1fa351;stroke-width:1px;opacity:.22;stroke-dasharray:3 4;transition:opacity .5s,stroke-width .5s}.student-information-system-page .model-links line.out.lit{opacity:.8;stroke-width:1.5px}.student-information-system-page .model-links circle.pulse-out{fill:#1fa351;opacity:0;transition:transform .65s cubic-bezier(.35,0,.2,1),opacity .3s}.student-information-system-page .model-center{transition:box-shadow .5s}.student-information-system-page .model-center.recv{box-shadow:0 0 0 7px #2a2d9f1f,0 18px 40px -20px #2a2d9f8c}@media (prefers-reduced-motion:reduce){.student-information-system-page .model-links line.lit{stroke:var(--line-strong);opacity:.4;stroke-width:1px}.student-information-system-page .model-links line.out.lit{opacity:.22;stroke-width:1px}.student-information-system-page .model-links circle.pulse,.model-links circle.pulse-out{display:none}.student-information-system-page .model-node.active{border-color:var(--line);box-shadow:0 6px 16px -10px #0f12332e}.student-information-system-page .model-node.active .code{background:var(--tint1);color:var(--primary)}.student-information-system-page .model-aura.emit{border-color:var(--line);color:var(--ink-3);box-shadow:0 6px 16px -12px #0f123333}}@media (max-width:760px){.student-information-system-page .model-links{display:none}}.student-information-system-page .model-rule{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px;display:grid}@media (max-width:760px){.student-information-system-page .model-rule{grid-template-columns:1fr}}.student-information-system-page .model-rule .r{background:var(--tint2);border:1px solid var(--line);border-radius:10px;flex-direction:column;gap:6px;padding:18px 20px;display:flex}.student-information-system-page .model-rule .r .l{font-family:var(--mono);letter-spacing:.08em;color:var(--ink-3);text-transform:uppercase;font-size:10.5px}.student-information-system-page .model-rule .r .n{color:var(--ink);letter-spacing:-.005em;font-size:15px;font-weight:500;line-height:1.35}.student-information-system-page .model-rule .r .arrow{font-family:var(--mono);color:var(--primary);margin-left:auto;font-size:18px}@media (max-width:760px){.student-information-system-page .model-diagram{min-height:auto;padding:32px 20px}.student-information-system-page .model-stage{aspect-ratio:auto;flex-direction:column;align-items:stretch;gap:14px;width:100%;max-width:none;display:flex}.student-information-system-page .model-diagram:before,.model-diagram:after{display:none}.student-information-system-page .model-center{border-radius:14px;width:100%;height:auto;margin-bottom:6px;padding:24px;position:relative;top:auto;left:auto;transform:none}.student-information-system-page .model-node{border-radius:10px;justify-content:flex-start;padding:12px 14px;position:relative!important;inset:auto!important;transform:none!important}.student-information-system-page .model-aura{display:none}}.student-information-system-page .stagemap{background:var(--tint2)}.student-information-system-page .sm-head{grid-template-columns:1.1fr 1fr;align-items:end;gap:48px;margin-bottom:32px;display:grid}@media (max-width:900px){.student-information-system-page .sm-head{grid-template-columns:1fr;gap:18px}}.student-information-system-page .sm-head h2{max-width:22ch}.student-information-system-page .sm-head .lede{justify-self:end;max-width:42ch;margin-top:0}@media (max-width:900px){.student-information-system-page .sm-head .lede{justify-self:start}}.student-information-system-page .sm-stage-bar{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:14px;padding:24px;display:flex}.student-information-system-page .sm-phase-row{grid-template-columns:1.3fr 1.5fr 1.4fr 1.5fr;gap:12px;display:grid}@media (max-width:1080px){.student-information-system-page .sm-phase-row{grid-template-columns:1fr 1fr;gap:14px}}@media (max-width:520px){.student-information-system-page .sm-phase-row{grid-template-columns:1fr}}.student-information-system-page .sm-phase{border:1px solid var(--line);background:var(--tint2);border-radius:10px;flex-direction:column;gap:10px;padding:14px;display:flex}.student-information-system-page .sm-phase .ph{font-family:var(--mono);letter-spacing:.08em;color:var(--ink-3);text-transform:uppercase;justify-content:space-between;align-items:center;font-size:10.5px;display:flex}.student-information-system-page .sm-phase .ph .pcount{color:var(--ink-3);border:1px solid var(--line);background:#fff;border-radius:4px;padding:2px 6px;font-size:9.5px}.student-information-system-page .sm-stages{flex-direction:column;gap:6px;display:flex}.student-information-system-page .sm-stage{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:8px;flex-direction:column;gap:3px;width:100%;padding:10px 12px;font-family:inherit;transition:border-color .2s,background .2s,transform .15s;display:flex}.student-information-system-page .sm-stage:hover{border-color:var(--ink-2)}.student-information-system-page .sm-stage .sm-h{justify-content:space-between;align-items:center;gap:8px;display:flex}.student-information-system-page .sm-stage .sm-h .nm{color:var(--ink);letter-spacing:-.005em;font-size:14px;font-weight:500}.student-information-system-page .sm-stage .sm-h .code{font-family:var(--mono);color:var(--ink-3);letter-spacing:.06em;background:var(--tint2);border:1px solid var(--line);border-radius:4px;padding:2px 6px;font-size:9.5px}.student-information-system-page .sm-stage .sm-sub{font-family:var(--mono);color:var(--ink-3);letter-spacing:.02em;font-size:10.5px}.student-information-system-page .sm-stage.self{background:var(--darkest);border-color:var(--darkest);color:#fff}.student-information-system-page .sm-stage.self .sm-h .nm{color:#fff}.student-information-system-page .sm-stage.self .sm-h .code{color:#fff;background:#ffffff1f;border-color:#0000}.student-information-system-page .sm-stage.self .sm-sub{color:#b6b9e8}.student-information-system-page .sm-stage.downstream{background:var(--tint1);border-color:var(--primary)}.student-information-system-page .sm-stage.downstream .sm-h .nm{color:var(--darkest)}.student-information-system-page .sm-stage.upstream{opacity:.45}.student-information-system-page .sm-evidence{border:1px dashed var(--line-strong);background:#fff;border-radius:10px;grid-template-columns:auto 1fr;align-items:center;gap:20px;margin-top:18px;padding:18px 22px;display:grid}@media (max-width:760px){.student-information-system-page .sm-evidence{grid-template-columns:1fr;gap:12px}}.student-information-system-page .sm-evidence .lbl{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);writing-mode:vertical-rl;border-left:2px solid var(--primary);padding:4px 0 4px 14px;font-size:10.5px;transform:rotate(180deg)}@media (max-width:760px){.student-information-system-page .sm-evidence .lbl{writing-mode:horizontal-tb;border-left:none;border-top:2px solid var(--primary);padding:8px 0 0;transform:none}}.student-information-system-page .sm-evidence-tracks{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}@media (max-width:760px){.student-information-system-page .sm-evidence-tracks{grid-template-columns:1fr 1fr}}@media (max-width:520px){.student-information-system-page .sm-evidence-tracks{grid-template-columns:1fr}}.student-information-system-page .sm-evidence-track{background:var(--tint2);border:1px solid var(--line);color:var(--ink-2);border-radius:8px;flex-direction:column;gap:4px;padding:10px 12px;font-size:13.5px;display:flex}.student-information-system-page .sm-evidence-track strong{color:var(--ink);letter-spacing:-.005em;font-size:14px;font-weight:500}.student-information-system-page .sm-evidence-track span{font-family:var(--mono);color:var(--ink-3);letter-spacing:.02em;font-size:10.5px}.student-information-system-page .sm-caption{color:var(--ink-2);border:1px solid var(--line);text-wrap:pretty;background:#fff;border-radius:10px;max-width:80ch;margin-top:18px;padding:14px 18px;font-size:14px;line-height:1.55}.student-information-system-page .sm-caption strong{color:var(--ink);font-weight:500}.student-information-system-page .cap-head{grid-template-columns:1.1fr 1fr;align-items:end;gap:48px;margin-bottom:36px;display:grid}@media (max-width:900px){.student-information-system-page .cap-head{grid-template-columns:1fr;gap:18px}}.student-information-system-page .cap-head h2{max-width:20ch}.student-information-system-page .cap-head .lede{justify-self:end;max-width:42ch;margin-top:0}@media (max-width:900px){.student-information-system-page .cap-head .lede{justify-self:start}}.student-information-system-page .cap-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (max-width:760px){.student-information-system-page .cap-grid{grid-template-columns:1fr}}.student-information-system-page .cap-card{border:1px solid var(--line);color:inherit;background:#fff;border-radius:14px;flex-direction:column;gap:12px;min-height:220px;padding:28px;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.student-information-system-page .cap-card:hover{border-color:var(--ink-2);text-decoration:none;transform:translateY(-2px)}.student-information-system-page .cap-card .code{font-family:var(--mono);color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase;font-size:10.5px}.student-information-system-page .cap-card .nm{color:var(--ink);letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:8px;font-size:20px;font-weight:500;display:flex}.student-information-system-page .cap-card .nm .ar{color:var(--primary);font-family:var(--mono);opacity:0;font-size:14px;transition:opacity .15s,transform .15s}.student-information-system-page .cap-card:hover .nm .ar{opacity:1;transform:translate(3px)}.student-information-system-page .cap-card .d{color:var(--ink-2);font-size:14px;line-height:1.5}.student-information-system-page .cap-card .tags{border-top:1px dashed var(--line);flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:14px;display:flex}.student-information-system-page .cap-card .tags span{font-family:var(--mono);color:var(--ink-3);background:var(--tint2);border:1px solid var(--line);letter-spacing:.02em;border-radius:4px;padding:3px 7px;font-size:10px}.student-information-system-page .cap-line{text-align:center;font-family:var(--mono);color:var(--ink-2);letter-spacing:.02em;margin-top:24px;font-size:12.5px}.student-information-system-page .cap-line em{color:var(--darkest);font-style:normal;font-weight:500}.student-information-system-page .intel{background:var(--gray)}.student-information-system-page .intel-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}@media (max-width:1000px){.student-information-system-page .intel-grid{grid-template-columns:1fr;gap:32px}}.student-information-system-page .intel h2{max-width:18ch}.student-information-system-page .intel-spine{border-left:3px solid var(--darkest);color:var(--ink);margin-top:24px;padding:6px 0 6px 18px;font-size:16px;line-height:1.5}.student-information-system-page .intel-spine em{color:var(--darkest);font-style:normal;font-weight:500}.student-information-system-page .intel-close{color:var(--ink-2);max-width:50ch;margin-top:22px;font-size:14.5px;line-height:1.55}.student-information-system-page .intel-close strong{color:var(--ink);font-weight:500}.student-information-system-page .cap-list{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;display:flex}.student-information-system-page .cap-row{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr;gap:18px;padding:20px 24px;display:grid}.student-information-system-page .cap-row:last-child{border-bottom:none}.student-information-system-page .cap-row .num{font-family:var(--mono);color:var(--ink-3);letter-spacing:.02em;font-size:13px}.student-information-system-page .cap-row h4{color:var(--ink);letter-spacing:-.005em;margin:0 0 4px;font-size:15.5px;font-weight:500}.student-information-system-page .cap-row p{color:var(--ink-2);font-size:13.5px;line-height:1.5}.student-information-system-page .standards-head{grid-template-columns:1.1fr 1fr;align-items:end;gap:48px;margin-bottom:36px;display:grid}@media (max-width:900px){.student-information-system-page .standards-head{grid-template-columns:1fr;gap:18px}}.student-information-system-page .standards-head h2{max-width:18ch}.student-information-system-page .standards-head .lede{justify-self:end;max-width:48ch;margin-top:0}@media (max-width:900px){.student-information-system-page .standards-head .lede{justify-self:start}}.student-information-system-page .standards-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.student-information-system-page .standards-row{border-bottom:1px solid var(--line);grid-template-columns:120px 1fr auto;align-items:center;gap:18px;padding:18px 22px;display:grid}.student-information-system-page .standards-row:last-child{border-bottom:none}.student-information-system-page .standards-row:hover{background:var(--tint2)}.student-information-system-page .standards-row .code{font-family:var(--mono);color:var(--darkest);letter-spacing:.04em;align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.student-information-system-page .standards-row .code .reg{font-family:var(--mono);color:var(--ink-3);background:var(--tint2);border:1px solid var(--line);letter-spacing:.06em;border-radius:4px;padding:2px 6px;font-size:9.5px}.student-information-system-page .standards-row .what{color:var(--ink-2);font-size:14px;line-height:1.5}.student-information-system-page .standards-row .what strong{color:var(--ink);font-weight:500}.student-information-system-page .standards-row .where{font-family:var(--mono);color:var(--ink-3);letter-spacing:.04em;text-transform:uppercase;text-align:right;font-size:10.5px}@media (max-width:760px){.student-information-system-page .standards-row{grid-template-columns:1fr;gap:8px;padding:16px}.student-information-system-page .standards-row .where{text-align:left}}.student-information-system-page .standards-note{font-family:var(--mono);color:var(--ink-2);background:var(--warm);border:1px solid #f0e5c8;border-radius:8px;margin-top:18px;padding:12px 14px;font-size:12px;line-height:1.55}.student-information-system-page .standards-note em{color:var(--ink);font-family:Poppins;font-style:normal;font-weight:500}.student-information-system-page .persona-strip{background:#fff}.student-information-system-page .ps-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}@media (max-width:1100px){.student-information-system-page .ps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.student-information-system-page .ps-grid{grid-template-columns:1fr}}.student-information-system-page .ps-card{background:var(--tint2);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:12px;min-height:200px;padding:20px;display:flex}.student-information-system-page .ps-card .role{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-size:10.5px}.student-information-system-page .ps-card .said{color:var(--ink);font-size:14px;font-weight:400;line-height:1.5}.student-information-system-page .ps-card .said strong{color:var(--darkest);font-weight:500}.student-information-system-page .fits{background:var(--darkest);color:#fff}.student-information-system-page .fits .head-row{grid-template-columns:1.1fr 1fr;align-items:end;gap:48px;margin-bottom:32px;display:grid}@media (max-width:900px){.student-information-system-page .fits .head-row{grid-template-columns:1fr;gap:18px}}.student-information-system-page .fits h2{color:#fff;max-width:22ch}.student-information-system-page .fits .lede{color:#d7d9f2;justify-self:end;max-width:48ch;margin-top:0}@media (max-width:900px){.student-information-system-page .fits .lede{justify-self:start}}.student-information-system-page .fits-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (max-width:900px){.student-information-system-page .fits-grid{grid-template-columns:1fr}}.student-information-system-page .fits-card{color:#fff;background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;flex-direction:column;gap:10px;min-height:180px;padding:24px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.student-information-system-page .fits-card:hover{background:#ffffff12;border-color:#ffffff4d;text-decoration:none}.student-information-system-page .fits-card .lbl{font-family:var(--mono);color:#9092e2;letter-spacing:.08em;text-transform:uppercase;font-size:10.5px}.student-information-system-page .fits-card .n{color:#fff;letter-spacing:-.005em;font-size:17px;font-weight:500;line-height:1.3}.student-information-system-page .fits-card .d{color:#b6b9e8;font-size:13.5px;line-height:1.5}.student-information-system-page .fits-card .ar{font-family:var(--mono);color:#7de399;letter-spacing:.04em;align-items:center;gap:6px;margin-top:auto;font-size:11px;display:inline-flex}.student-information-system-page .proof-section{background:var(--gray)}.student-information-system-page .proof-line{text-align:center;max-width:28ch;margin:0 auto 36px}.student-information-system-page .proof-grid{grid-template-columns:1.4fr 1fr;align-items:stretch;gap:18px;display:grid}@media (max-width:900px){.student-information-system-page .proof-grid{grid-template-columns:1fr}}.student-information-system-page .testimonial-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:14px;padding:32px;display:flex}.student-information-system-page .testimonial-card blockquote{color:var(--ink);letter-spacing:-.005em;text-wrap:balance;max-width:50ch;margin:0;font-size:clamp(18px,1.6vw,22px);font-weight:400;line-height:1.4}.student-information-system-page .testimonial-card blockquote:before{content:"“";color:var(--bright);vertical-align:-10px;margin-right:4px;font-family:Georgia,serif;font-size:42px;line-height:0}.student-information-system-page .testimonial-card .who{border-top:1px dashed var(--line);margin-top:auto;padding-top:14px}.student-information-system-page .testimonial-card .who strong{color:var(--ink);font-size:13.5px;font-weight:500;display:block}.student-information-system-page .testimonial-card .who small{color:var(--ink-3);font-family:var(--mono);letter-spacing:.04em;margin-top:4px;font-size:11px;display:block}.student-information-system-page .outcome-card{background:var(--darkest);color:#fff;border:1px solid var(--darkest);border-radius:14px;flex-direction:column;gap:14px;padding:32px;display:flex}.student-information-system-page .outcome-card .n{letter-spacing:-.03em;color:#fff;max-width:14ch;font-size:48px;font-weight:500;line-height:1.05}.student-information-system-page .outcome-card .l{font-family:var(--mono);letter-spacing:.04em;color:#b6b9e8;text-transform:uppercase;font-size:11px;line-height:1.4}.student-information-system-page .outcome-card .d{color:#d7d9f2;border-top:1px dashed #ffffff2e;margin-top:auto;padding-top:14px;font-size:14px;line-height:1.55}.student-information-system-page .outcome-card .note{font-family:var(--mono);color:#8e92c8;letter-spacing:.02em;font-size:10.5px}.student-information-system-page .library{background:var(--tint2)}.student-information-system-page .lib-head{grid-template-columns:1.1fr 1fr;align-items:end;gap:48px;margin-bottom:36px;display:grid}@media (max-width:900px){.student-information-system-page .lib-head{grid-template-columns:1fr;gap:18px}}.student-information-system-page .lib-head h2{max-width:18ch}.student-information-system-page .lib-head .lede{justify-self:end;max-width:46ch;margin-top:0}@media (max-width:900px){.student-information-system-page .lib-head .lede{justify-self:start}}.student-information-system-page .lib-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (max-width:1080px){.student-information-system-page .lib-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.student-information-system-page .lib-grid{grid-template-columns:1fr}}.student-information-system-page .lib-card{border:1px solid var(--line);color:inherit;background:#fff;border-radius:14px;flex-direction:column;gap:14px;min-height:230px;padding:22px;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.student-information-system-page .lib-card:hover{border-color:var(--ink-2);text-decoration:none;transform:translateY(-2px)}.student-information-system-page .lib-card .kind{font-family:var(--mono);letter-spacing:.08em;color:var(--ink-3);text-transform:uppercase;align-items:center;gap:8px;font-size:10.5px;display:inline-flex}.student-information-system-page .lib-card .kind .pill{background:var(--tint1);color:var(--darkest);white-space:nowrap;border-radius:4px;padding:3px 8px;font-weight:500}.student-information-system-page .lib-card .kind.blog .pill{color:#1f7a52;background:#e2f3ec}.student-information-system-page .lib-card .kind.whitepaper .pill{color:#2a2d9f;background:#e9f0ff}.student-information-system-page .lib-card .kind.casestudy .pill{color:#5b3fc4;background:#ede7fb}.student-information-system-page .lib-card .ttl{color:var(--ink);letter-spacing:-.005em;font-size:16.5px;font-weight:500;line-height:1.32}.student-information-system-page .lib-card .read{font-family:var(--mono);color:var(--primary);letter-spacing:.04em;align-items:center;gap:6px;margin-top:auto;font-size:11px;display:inline-flex}.student-information-system-page .lib-card:hover .read{color:var(--darkest)}.student-information-system-page .lib-foot{text-align:center;margin-top:24px}.student-information-system-page .lib-foot a{font-family:var(--mono);color:var(--darkest);letter-spacing:.02em;align-items:center;gap:8px;font-size:12.5px;text-decoration:none;display:inline-flex}.student-information-system-page .lib-foot a:hover{text-underline-offset:3px;text-decoration:underline}.student-information-system-page .faq-head{margin-bottom:36px}.student-information-system-page .faq-list{border-top:1px solid var(--line)}.student-information-system-page .faq-item{border-bottom:1px solid var(--line)}.student-information-system-page .faq-item summary{cursor:pointer;color:var(--ink);letter-spacing:-.01em;justify-content:space-between;align-items:flex-start;gap:24px;padding:22px 0;font-size:17px;font-weight:500;line-height:1.35;list-style:none;display:flex}.student-information-system-page .faq-item summary::-webkit-details-marker{display:none}.student-information-system-page .faq-item summary:after{content:"+";font-family:var(--mono);color:var(--ink-3);flex-shrink:0;font-size:22px;line-height:1;transition:transform .2s}.student-information-system-page .faq-item[open] summary:after{content:"−";color:var(--darkest)}.student-information-system-page .faq-item summary:hover{color:var(--darkest)}.student-information-system-page .faq-answer{color:var(--ink-2);max-width:72ch;padding:0 0 24px;font-size:14.5px;line-height:1.6}.student-information-system-page .faq-answer p{margin:0 0 12px}.student-information-system-page .faq-answer p:last-child{margin-bottom:0}.student-information-system-page .faq-answer strong{color:var(--ink);font-weight:500}.student-information-system-page .close{background:var(--darkest);color:#fff;text-align:center}.student-information-system-page .close .inner{max-width:920px;margin:0 auto;padding:36px 0}.student-information-system-page .close h2{color:#fff;letter-spacing:-.02em;text-wrap:balance;max-width:22ch;margin:0 auto;font-size:clamp(30px,3.6vw,46px);font-weight:500;line-height:1.12}.student-information-system-page .close p{color:#b6b9e8;max-width:48ch;margin-top:22px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.55}.student-information-system-page .close .cta-row{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:36px;display:flex}.student-information-system-page footer{background:var(--footer);color:var(--footer-ink);padding:72px 0 32px;font-size:13.5px}.student-information-system-page .f-grid{grid-template-columns:1.3fr 1fr 1fr 1fr 1fr 1fr 1fr;align-items:start;gap:36px;display:grid}@media (max-width:1080px){.student-information-system-page .f-grid{grid-template-columns:1fr 1fr 1fr;gap:32px}}@media (max-width:560px){.student-information-system-page .f-grid{grid-template-columns:1fr 1fr}}.student-information-system-page .f-brand{flex-direction:column;gap:14px;max-width:34ch;display:flex}.student-information-system-page .f-brand .wm{color:#fff;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.student-information-system-page .f-brand .wm img{filter:brightness(0)invert();width:auto;height:26px}.student-information-system-page .f-brand .tagline{color:#fff;letter-spacing:-.005em;font-size:14.5px;font-weight:400;line-height:1.45}.student-information-system-page .f-brand .parent{color:#8e92c8;border-top:1px solid var(--footer-2);flex-direction:column;align-items:flex-start;gap:10px;max-width:30ch;padding-top:16px;font-size:12.5px;line-height:1.6;display:flex}.student-information-system-page .f-brand .parent .anu-mark{border:1px solid var(--footer-2);background:#1a1d4a;border-radius:6px;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.student-information-system-page .f-col h5{color:#fff;font-size:11.5px;font-family:var(--mono);text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px;font-weight:500}.student-information-system-page .f-col ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.student-information-system-page .f-col a{color:#c7cae8;padding:5px 0;font-size:13.5px;text-decoration:none;transition:color .15s;display:inline-block}.student-information-system-page .f-col a:hover{color:#fff}.student-information-system-page .f-bottom{border-top:1px solid var(--footer-2);font-family:var(--mono);color:#6e72a8;letter-spacing:.04em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:56px;padding-top:24px;font-size:11.5px;display:flex}.student-information-system-page .f-bottom .legal{flex-wrap:wrap;gap:18px;display:flex}.student-information-system-page .f-bottom .legal a{color:#a9add8;text-decoration:none}.student-information-system-page .f-bottom .legal a:hover{color:#fff}.student-information-system-page .f-bottom .tagline-mono{color:#8e92c8;text-transform:uppercase;letter-spacing:.12em}@media (prefers-reduced-motion:reduce){.student-information-system-page *,.student-information-system-page :before,.student-information-system-page :after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.student-information-system-page{--ease:cubic-bezier(.22,.61,.36,1)}@media (prefers-reduced-motion:no-preference){@keyframes megaReveal{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}}.student-information-system-page .prod-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 32px;display:grid}@media (max-width:900px){.student-information-system-page .prod-grid{grid-template-columns:1fr}}.student-information-system-page .lc-lite{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 32px;display:grid}@media (max-width:900px){.student-information-system-page .lc-lite{grid-template-columns:1fr}}.student-information-system-page .lc-lite-foundation{border-top:1px dashed var(--line);margin-top:18px;padding-top:16px}.student-information-system-page .lc-lite-foundation .eyebrow{margin-bottom:12px}.student-information-system-page .lc-lite-foundation .dd-link{max-width:460px}.student-information-system-page .dd-link{transition:background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease);position:relative}.student-information-system-page .dd-link:hover{transform:translate(2px)}.student-information-system-page .f-grid{grid-template-columns:1.3fr 1.8fr 1fr 1fr 1fr 1fr 1fr}@media (max-width:1080px){.student-information-system-page .f-grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width:560px){.student-information-system-page .f-grid{grid-template-columns:1fr 1fr}}.student-information-system-page .f-grid .f-col--wide ul{grid-template-columns:1fr 1fr;gap:2px 22px;display:grid}@media (max-width:1080px){.student-information-system-page .f-grid .f-col--wide ul{grid-template-columns:1fr}}.student-information-system-page .f-col a{transition:color .18s var(--ease), transform .18s var(--ease)}.student-information-system-page .f-col a:hover{transform:translate(3px)}.student-information-system-page .m-cta{display:none}@media (max-width:640px){.student-information-system-page body{padding-bottom:76px}.student-information-system-page .m-cta{z-index:70;padding:12px 16px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);background:#fffffff5;gap:10px;transition:transform .25s;display:flex;position:fixed;bottom:0;left:0;right:0}.student-information-system-page .m-cta.hidden{transform:translateY(110%)}.student-information-system-page body .m-cta a{border-radius:999px;flex:1;justify-content:center;align-items:center;min-height:48px;font-size:15.5px;font-weight:500;text-decoration:none;display:inline-flex}.student-information-system-page .m-cta .pri{background:var(--darkest);color:#fff}.student-information-system-page .m-cta .sec{border:1px solid var(--line-strong);color:var(--ink)}.student-information-system-page .hero-ctas .btn,.student-information-system-page .hero-ctas a{justify-content:center;width:100%;min-height:50px}.student-information-system-page .hero-stats{gap:20px 28px}.student-information-system-page body{font-size:17px}.student-information-system-page .lede{line-height:1.65;font-size:17px!important}.student-information-system-page .eyebrow{font-size:12.5px}.student-information-system-page .btn{font-size:16px}.student-information-system-page .hero .lede{font-size:17px!important}.student-information-system-page .problem .body{font-size:17px}.student-information-system-page .dd-link,.student-information-system-page .dd-link strong{font-size:15px}.student-information-system-page .dd-link span{font-size:13.5px}.student-information-system-page .lc-link{font-size:15px}.student-information-system-page .lc-detail .lc-sub{font-size:14.5px}.student-information-system-page .faq-item summary{font-size:16.5px}.student-information-system-page .faq-answer p,.student-information-system-page .lib-card .t{font-size:16px}}.student-information-system-page .cover{opacity:0;align-self:center;width:100%;min-width:0;margin-top:8px;font-family:Poppins,system-ui,sans-serif;position:relative;transform:translateY(18px)}@media (max-width:1080px){.student-information-system-page .hero-grid{align-items:start}}.student-information-system-page .cover.go{opacity:1;transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.2,1);transform:none}.student-information-system-page .cv-card{border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 40px 80px -34px #0000008c,0 2px #ffffff0a}.student-information-system-page .cv-winbar{border-bottom:1px solid var(--line);background:#fafbfe;align-items:center;gap:10px;padding:11px 16px;display:flex}.student-information-system-page .cv-dots{gap:6px;display:flex}.student-information-system-page .cv-dots i{background:#e0e3ee;border-radius:50%;width:9px;height:9px}.student-information-system-page .cv-path{font-family:var(--mono);color:var(--ink-2);letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;font-weight:500;overflow:hidden}.student-information-system-page .cv-live{color:#1b7a3e;white-space:nowrap;margin-left:auto;font-size:11px;font-weight:600}.student-information-system-page .cv-live i{vertical-align:1px;background:#1fa351;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.student-information-system-page .cv-stage{min-height:286px;transition:height .55s cubic-bezier(.4,0,.2,1);position:relative}.student-information-system-page .cv-screen{opacity:0;pointer-events:none;transition:opacity .5s,transform .55s cubic-bezier(.2,.7,.2,1);position:absolute;top:0;left:0;right:0;transform:translateY(8px)}.student-information-system-page .cv-screen.is-on{opacity:1;pointer-events:auto;transform:none}.student-information-system-page .cv-screen.pad{padding:18px 22px 20px}.student-information-system-page .cv-band{background:linear-gradient(110deg,#e9ecff,#f1ecff 55%,#fff);height:54px}.student-information-system-page .cv-rbody{grid-template-columns:auto 1fr auto;align-items:start;gap:20px;padding:0 26px 20px;display:grid}.student-information-system-page .cv-ava{color:#fff;background:linear-gradient(135deg,#8e91ec,#3a3da8);border:4px solid #fff;border-radius:50%;flex:none;place-items:center;width:92px;height:92px;margin-top:-42px;font-size:28px;font-weight:600;display:grid;box-shadow:0 8px 18px -8px #2a2d9fa6}.student-information-system-page .cv-rmain{min-width:0;padding-top:14px}.student-information-system-page .cv-nrow{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.student-information-system-page .cv-name{color:var(--ink);letter-spacing:-.02em;font-size:24px;font-weight:700}.student-information-system-page .cv-pill{border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:11.5px;font-weight:600;display:inline-flex}.student-information-system-page .cv-pill.ok{color:#1b7a3e;background:#e9f8ee}.student-information-system-page .cv-pill.ok i{background:#1fa351;border-radius:50%;width:6px;height:6px}.student-information-system-page .cv-role{color:var(--ink-2);margin-top:7px;font-size:14px;font-weight:500}.student-information-system-page .cv-meta{color:var(--ink-3);flex-wrap:wrap;align-items:center;gap:8px;margin-top:9px;font-size:12px;display:flex}.student-information-system-page .cv-dot2{color:var(--line-strong)}.student-information-system-page .cv-tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.student-information-system-page .cv-tags span{color:var(--ink-2);background:#f1f2fa;border-radius:999px;padding:6px 13px;font-size:12px;font-weight:500}.student-information-system-page .cv-ring{flex:none;width:88px;height:88px;margin-top:6px;position:relative}.student-information-system-page .cv-ring svg{width:88px;height:88px;display:block}.student-information-system-page .cv-rnum{flex-direction:column;justify-content:center;align-items:center;line-height:1.05;display:flex;position:absolute;inset:0}.student-information-system-page .cv-rnum b{color:var(--ink);font-size:22px;font-weight:700}.student-information-system-page .cv-rnum span{font-size:9px;font-family:var(--mono);color:var(--ink-3);text-transform:uppercase;letter-spacing:.1em}.student-information-system-page .cv-srcbar{border-top:1px solid var(--line);background:#fbfbfe;flex-wrap:wrap;align-items:center;gap:12px;padding:13px 26px;display:flex}.student-information-system-page .cv-srclbl{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-size:10px;font-weight:600}.student-information-system-page .cv-srcset{flex-wrap:wrap;gap:7px;display:flex}.student-information-system-page .cv-src{color:var(--ink-2);border:1px solid var(--line);background:#fff;border-radius:7px;padding:4px 10px;font-size:11.5px;font-weight:600}.student-information-system-page .cv-sync{color:#1b7a3e;white-space:nowrap;background:#e9f8ee;border-radius:7px;margin-left:auto;padding:4px 10px;font-size:11px;font-weight:700}.student-information-system-page .cv-sync i{vertical-align:1px;background:#1fa351;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.student-information-system-page .cv-shead{align-items:center;gap:12px;margin-bottom:16px;display:flex}.student-information-system-page .cv-sic{width:38px;height:38px;color:var(--primary);background:#eef0fe;border-radius:11px;flex:none;place-items:center;display:grid}.student-information-system-page .cv-sic svg{fill:none;stroke:currentColor;width:20px;height:20px}.student-information-system-page .cv-stx{flex:1;min-width:0}.student-information-system-page .cv-st{color:var(--ink);letter-spacing:-.01em;font-size:16px;font-weight:700}.student-information-system-page .cv-ss{color:var(--ink-3);margin-top:2px;font-size:12px}.student-information-system-page .cv-badge2{color:var(--primary);white-space:nowrap;background:#eef0fe;border-radius:7px;padding:4px 10px;font-size:11px;font-weight:700}.student-information-system-page .cv-live2{color:#1b7a3e;white-space:nowrap;font-size:11px;font-weight:600}.student-information-system-page .cv-live2 i{vertical-align:1px;background:#1fa351;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.student-information-system-page .cv-nodes{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.student-information-system-page .cv-node{border:1px solid var(--line);background:#fbfbfe;border-radius:12px;padding:13px 13px 12px}.student-information-system-page .cv-nk{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-size:9.5px;font-weight:600}.student-information-system-page .cv-node b{color:var(--ink);letter-spacing:-.02em;margin-top:7px;font-size:23px;font-weight:700;display:block}.student-information-system-page .cv-nsrc{color:var(--ink-3);margin-top:5px;font-size:10.5px;display:block}.student-information-system-page .cv-nsrc:before{content:"";vertical-align:1px;background:#1fa351;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.student-information-system-page .cv-grnote{color:var(--ink-2);border-top:1px solid var(--line);margin-top:14px;padding-top:14px;font-size:12px;line-height:1.5}.student-information-system-page .cv-grnote b{color:var(--primary);font-weight:600}.student-information-system-page .cv-pband{border:1px solid var(--line);background:linear-gradient(110deg,#eef0ff,#f4f0ff 60%,#fbfaff);border-radius:14px;align-items:center;gap:16px;padding:14px 16px;display:flex}.student-information-system-page .cv-bring{flex:none;width:64px;height:64px;position:relative}.student-information-system-page .cv-bring svg{width:64px;height:64px;display:block}.student-information-system-page .cv-bnum{flex-direction:column;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;inset:0}.student-information-system-page .cv-bnum b{color:var(--primary);font-size:19px;font-weight:700}.student-information-system-page .cv-bnum span{font-size:8px;font-family:var(--mono);color:var(--ink-3)}.student-information-system-page .cv-bt{color:var(--ink);font-size:14px;font-weight:700}.student-information-system-page .cv-bs{color:var(--ink-2);margin-top:4px;font-size:12px}.student-information-system-page .cv-kpis{grid-template-columns:repeat(3,1fr);gap:11px;margin-top:12px;display:grid}.student-information-system-page .cv-kpi{border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px 12px}.student-information-system-page .cv-kt{color:var(--ink-3);font-size:10.5px}.student-information-system-page .cv-kv{font-family:var(--mono);color:var(--ink);margin-top:6px;font-size:15px;font-weight:600}.student-information-system-page .cv-kv b{color:var(--primary);font-weight:700}.student-information-system-page .cv-bar{background:#edeff5;border-radius:3px;height:5px;margin-top:9px;overflow:hidden}.student-information-system-page .cv-bar i{background:var(--primary);border-radius:3px;width:0;height:100%;display:block}.student-information-system-page .cv-chklist{flex-direction:column;margin-top:12px;display:flex}.student-information-system-page .cv-chk{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.student-information-system-page .cv-chk:first-child{border-top:0}.student-information-system-page .cv-cnm{color:var(--ink-2);font-size:12.5px;font-weight:500}.student-information-system-page .cv-met2{color:#1b7a3e;opacity:0;background:#e9f8ee;border-radius:6px;padding:3px 9px;font-size:10px;font-weight:700;transition:opacity .35s,transform .35s;transform:scale(.85)}.student-information-system-page .cv-met2.on{opacity:1;transform:none}.student-information-system-page .cv-acc{z-index:5;opacity:0;pointer-events:none;border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:11px;max-width:280px;padding:11px 15px;transition:opacity .5s,transform .5s;display:flex;position:absolute;transform:translateY(10px);box-shadow:0 22px 44px -20px #0f123380}.student-information-system-page .cv-acc.is-on{opacity:1;transform:none}.student-information-system-page .cv-acc b{color:var(--ink);font-size:12.5px;font-weight:700;display:block}.student-information-system-page .cv-acc .sub{color:var(--ink-3);font-size:11px}.student-information-system-page .cv-acc .ic{color:#fff;background:linear-gradient(135deg,#6e71e6,#5356d2);border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid;box-shadow:0 8px 16px -8px #5356d2cc}.student-information-system-page .cv-acc .ic svg{fill:none;stroke:#fff;width:16px;height:16px}.student-information-system-page .cv-acc .ic.ok{box-shadow:none;background:#e9f8ee}.student-information-system-page .cv-acc .ic.ok svg{stroke:#1b7a3e}.student-information-system-page .cv-acc.a-record{top:-18px;left:16px}.student-information-system-page .cv-acc.a-evidence{bottom:-22px;right:-6px}.student-information-system-page .cv-acc.a-promo,.student-information-system-page .cv-acc.a-workload{bottom:-24px;right:-6px}.student-information-system-page .cv-tabs{gap:8px;display:flex;position:absolute;bottom:-30px;left:2px}.student-information-system-page .cv-tab{cursor:pointer;background:#ffffff47;border:0;border-radius:3px;width:24px;height:5px;padding:0;transition:background .3s,width .3s}.student-information-system-page .cv-tab.is-on{background:#fff;width:34px}@media (max-width:1080px){.student-information-system-page .cover{margin-top:10px}}@media (max-width:560px){.student-information-system-page .cv-rbody{grid-template-columns:auto 1fr;gap:14px}.student-information-system-page .cv-ring{grid-column:1/-1;justify-self:start;margin-top:0}.student-information-system-page .cv-nodes{grid-template-columns:repeat(2,1fr)}.student-information-system-page .cv-kpis{grid-template-columns:1fr}.student-information-system-page .cv-acc.a-record{max-width:calc(100% - 16px);left:8px}.student-information-system-page .cv-acc.a-evidence,.student-information-system-page .cv-acc.a-promo,.cv-acc.a-workload{display:none}}@media (prefers-reduced-motion:reduce){.student-information-system-page .cover{opacity:1!important;transform:none!important}.student-information-system-page .cv-screen,.cv-acc{transition:none!important}.student-information-system-page .cv-met2{opacity:1!important;transform:none!important}}.student-information-system-page .omg{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}@media (max-width:880px){.student-information-system-page .omg{grid-template-columns:1fr}}.student-information-system-page .omc{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;gap:14px;padding:22px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.student-information-system-page .omc:hover{border-color:#c9cef6;transform:translateY(-2px);box-shadow:0 28px 52px -38px #2a2d9f73}.student-information-system-page .omc-h{align-items:center;gap:12px;display:flex}.student-information-system-page .omc-ic{background:var(--tint1);width:40px;height:40px;color:var(--primary);border:1px solid #d3dbf6;border-radius:12px;flex:none;place-items:center;display:grid}.student-information-system-page .omc-ic svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.student-information-system-page .omc-t{color:var(--darkest);letter-spacing:-.01em;font-size:16px;font-weight:600}.student-information-system-page .omc-t small{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);margin-top:3px;font-size:9.5px;font-weight:500;display:block}.student-information-system-page .omc p{color:var(--ink-2);text-wrap:pretty;margin:0;font-size:13.5px;line-height:1.55}.student-information-system-page .omc-viz{background:var(--tint2);border:1px solid var(--line);border-radius:11px;margin-top:auto;padding:12px}.student-information-system-page .omv-chain{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.student-information-system-page .omv-chain span{color:var(--ink-2);border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:7px;padding:5px 9px;font-size:11.5px;font-weight:600}.student-information-system-page .omv-chain span.on{color:#fff;background:var(--primary);border-color:var(--primary)}.student-information-system-page .omv-chain i{color:var(--ink-3);font-size:12px;font-style:normal}.student-information-system-page .omv-foot{border-top:1px solid var(--line);color:var(--ink-3);margin-top:9px;padding-top:9px;font-size:11.5px}.student-information-system-page .omv-rule{color:var(--ink-2);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:5px 0;font-size:12px;display:grid}.student-information-system-page .omv-rule+.omv-rule{border-top:1px solid var(--line)}.student-information-system-page .omv-rule b{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.student-information-system-page .omv-val{color:var(--primary);white-space:nowrap;background:#fff;border:1px solid #d3dbf6;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.student-information-system-page .omv-step{color:var(--ink-2);align-items:center;gap:9px;padding:5px 0;font-size:12px;display:flex}.student-information-system-page .omv-step+.omv-step{border-top:1px solid var(--line)}.student-information-system-page .omv-step i{color:#12653a;background:#eefbf3;border:1px solid #bfe8cf;border-radius:50%;flex:none;place-items:center;width:17px;height:17px;font-size:10px;font-style:normal;font-weight:600;display:grid}.student-information-system-page .omv-step i.no{color:#b03a2b;background:#fdf3f1;border-color:#f1c6c0}.student-information-system-page .omv-step b{color:var(--ink);font-weight:600}.student-information-system-page .omv-flow{align-items:stretch;gap:0;display:flex}.student-information-system-page .omv-fs{text-align:center;flex:1;padding:0 4px;position:relative}.student-information-system-page .omv-fs:before{content:"";background:var(--line-strong);height:2px;position:absolute;top:9px;left:0;right:0}.student-information-system-page .omv-fs:first-child:before{left:50%}.student-information-system-page .omv-fs:last-child:before{right:50%}.student-information-system-page .omv-fs em{border:2px solid var(--primary);width:20px;height:20px;color:var(--primary);background:#fff;border-radius:50%;margin:0 auto 7px;font-size:10px;font-style:normal;font-weight:600;line-height:16px;display:block;position:relative}.student-information-system-page .omv-fs.done em{background:var(--primary);color:#fff}.student-information-system-page .omv-fs span{color:var(--ink-2);font-size:10.5px;line-height:1.3;display:block}.student-information-system-page .omv-fs b{color:var(--ink);font-size:11.5px;font-weight:600;display:block}.student-information-system-page .aig{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}@media (max-width:980px){.student-information-system-page .aig{grid-template-columns:1fr}}.student-information-system-page .aic{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;gap:14px;padding:22px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.student-information-system-page .aic:hover{border-color:#c9cef6;transform:translateY(-2px);box-shadow:0 28px 52px -38px #2a2d9f73}.student-information-system-page .aic-h{align-items:center;gap:12px;display:flex}.student-information-system-page .aic-ic{color:#fff;background:linear-gradient(135deg,#6e71e6,#2a2d9f);border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.student-information-system-page .aic-ic svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.student-information-system-page .aic-t{color:var(--darkest);letter-spacing:-.01em;font-size:16px;font-weight:600}.student-information-system-page .aic-t small{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);margin-top:3px;font-size:9.5px;font-weight:500;display:block}.student-information-system-page .aic p{color:var(--ink-2);text-wrap:pretty;margin:0;font-size:13.5px;line-height:1.55}.student-information-system-page .aic-viz{background:var(--tint2);border:1px solid var(--line);border-radius:11px;margin-top:auto;padding:12px}.student-information-system-page .aiv-r{color:var(--ink-2);align-items:center;gap:9px;padding:5px 0;font-size:12px;display:flex}.student-information-system-page .aiv-r+.aiv-r{border-top:1px solid var(--line)}.student-information-system-page .aiv-r b{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.student-information-system-page .aiv-ok{color:#12653a;background:#eefbf3;border:1px solid #bfe8cf;border-radius:6px;flex:none;align-items:center;gap:5px;margin-left:auto;padding:2px 7px;font-size:10.5px;font-weight:600;display:inline-flex}.student-information-system-page .aiv-ok svg{fill:none;stroke:currentColor;stroke-width:2.4px;width:10px;height:10px}.student-information-system-page .aiv-warn{color:#8e2a1e;background:#fdf3f1;border:1px solid #f1c6c0;border-radius:6px;flex:none;margin-left:auto;padding:2px 7px;font-size:10.5px;font-weight:600}.student-information-system-page .aiv-meter{color:var(--ink-3);grid-template-columns:78px minmax(0,1fr) 30px;align-items:center;gap:9px;padding:4px 0;font-size:11.5px;display:grid}.student-information-system-page .aiv-meter i{background:#e1e4f2;border-radius:3px;height:6px;display:block;position:relative;overflow:hidden}.student-information-system-page .aiv-meter i:after{content:"";width:var(--w);background:linear-gradient(90deg,#8a8dee,#4b4ec9);border-radius:3px;position:absolute;inset:0}.student-information-system-page .aiv-meter i.hi:after{background:linear-gradient(90deg,#e9736a,#c0392b)}.student-information-system-page .aiv-meter b{text-align:right;color:var(--ink);font-weight:600}.student-information-system-page .aiv-q{border:1px solid var(--line-strong);color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.student-information-system-page .aiv-q svg{fill:none;width:13px;height:13px;stroke:var(--primary);stroke-width:1.8px;flex:none}.student-information-system-page .aiv-a{color:var(--ink-3);align-items:baseline;gap:8px;margin-top:9px;font-size:12px;display:flex}.student-information-system-page .aiv-a b{color:var(--darkest);letter-spacing:-.02em;font-size:22px;font-weight:600;line-height:1}.student-information-system-page .aig-rail{background:var(--darkest);border-radius:14px;grid-template-columns:auto repeat(3,minmax(0,1fr));align-items:center;gap:14px;margin-top:16px;padding:16px 20px;display:grid}@media (max-width:860px){.student-information-system-page .aig-rail{grid-template-columns:1fr;gap:10px}}.student-information-system-page .aig-rk{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:#b6b9e8;font-size:10px}.student-information-system-page .aig-no{color:#fff;align-items:center;gap:9px;font-size:13px;display:flex}.student-information-system-page .aig-no i{color:#f0a79e;border:1px solid #ffffff57;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;font-size:11px;font-style:normal;line-height:1;display:grid}.student-information-system-page .app,.app *{font-family:Poppins,system-ui,sans-serif!important}.student-information-system-page .app .app-hint,.student-information-system-page .app .app-grp,.student-information-system-page .app .app-crumb,.student-information-system-page .app .k,.student-information-system-page .app .app-src-l,.student-information-system-page .app .far-k,.student-information-system-page .app .far-src,.student-information-system-page .app .ev-src,.student-information-system-page .app .pf-meta,.student-information-system-page .app .rw-crit,.student-information-system-page .app .rw-due,.student-information-system-page .app .rw-code,.student-information-system-page .app .app-tbl th,.student-information-system-page .app .ft-ck,.app .ft-rtime{letter-spacing:.06em}.student-information-system-page .app .v,.student-information-system-page .app .far-v,.student-information-system-page .app .an-bv,.student-information-system-page .app .pf-name,.app .app-st{letter-spacing:-.01em}.student-information-system-page .app .app-grp{letter-spacing:.1em;font-size:10px!important}.student-information-system-page .app .app-hint,.app .app-crumb{font-size:11px!important}.student-information-system-page .app .app-kpi .k,.student-information-system-page .app .far-k,.student-information-system-page .app .ft-ck,.student-information-system-page .app .app-tbl th,.app .app-src-l{letter-spacing:.09em;font-size:10.5px!important}.student-information-system-page .app .app-kpi .d,.student-information-system-page .app .far-d,.student-information-system-page .app .ev-src,.student-information-system-page .app .far-src,.student-information-system-page .app .pf-meta,.student-information-system-page .app .ft-rtime,.app .app-note{font-size:11px!important}.student-information-system-page .app .app-nav span{font-size:12.5px!important}.student-information-system-page .app .app-crow .cn,.student-information-system-page .app .app-crow .cm,.student-information-system-page .app .app-tbl td,.student-information-system-page .app .pf-role,.app .ft-tags span{font-size:12px!important}.student-information-system-page .app .app-kpi .v{font-size:23px!important}.student-information-system-page .app .rw-crit,.student-information-system-page .app .rw-code,.app .app-stage{letter-spacing:.07em;font-size:10.5px!important}.student-information-system-page .app .rw-due,.student-information-system-page .app .pf-pill,.app .ev-st{letter-spacing:0;text-transform:none!important;font-size:11px!important}.student-information-system-page .app .rw-collapse{font-size:10px!important}.student-information-system-page .app .app-nav span{text-overflow:clip!important;overflow:visible!important}.student-information-system-page .app .pf-pill{white-space:nowrap}.student-information-system-page #heroApp .pf-head,.student-information-system-page #heroApp .pf-nrow{align-items:center}.student-information-system-page #heroApp .app-ring{flex:none;margin-left:auto}.student-information-system-page #heroApp .app-sh{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.student-information-system-page #heroApp .app-stage{white-space:nowrap;flex:none}.student-information-system-page #heroApp .far-block{flex-direction:column;gap:3px;display:flex}.student-information-system-page #heroApp .app-tbl td,#heroApp .app-tbl th{vertical-align:middle}.student-information-system-page #heroApp .app-tbl td .fw,#heroApp .app-tbl td .ev-src{display:block}@media (min-width:900px){.student-information-system-page #heroApp .app-tbl{table-layout:fixed}.student-information-system-page #heroApp .app-tbl td,#heroApp .app-tbl th{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.student-information-system-page #heroApp .app-tbl th:first-child,#heroApp .app-tbl td:first-child{width:26%}.student-information-system-page #heroApp .app-tbl th:nth-child(2),#heroApp .app-tbl td:nth-child(2){width:32%}.student-information-system-page #heroApp .app-tbl th:nth-child(3),#heroApp .app-tbl td:nth-child(3){width:20%}.student-information-system-page #heroApp .app-tbl th:nth-child(4),#heroApp .app-tbl td:nth-child(4){width:22%}}@media (max-width:899px){.student-information-system-page #heroApp .app-tbl th:nth-child(4),#heroApp .app-tbl td:nth-child(4){display:none}.student-information-system-page #heroApp .app-tbl td,#heroApp .app-tbl th{padding:8px 10px}}@media (max-width:600px){.student-information-system-page #heroApp .app-tbl th:nth-child(3),#heroApp .app-tbl td:nth-child(3){display:none}}.student-information-system-page #heroApp .rw-logo img{max-width:100%}@media (max-width:820px){.student-information-system-page #heroApp .app-kpis{grid-template-columns:repeat(2,1fr)}.student-information-system-page #heroApp .far-grid{grid-template-columns:1fr}.student-information-system-page #heroApp .ft-tags{scrollbar-width:none;overflow-x:auto}.student-information-system-page #heroApp .ft-tags::-webkit-scrollbar{display:none}}@media (max-width:640px){.student-information-system-page #heroApp .pf-head{flex-wrap:wrap}.student-information-system-page #heroApp .app-ring{margin-left:0}.student-information-system-page #heroApp .app-sh{flex-direction:column}.student-information-system-page #heroApp .app-tbl th:nth-child(4),#heroApp .app-tbl td:nth-child(4){display:none}.student-information-system-page #heroApp .app-crow{flex-wrap:wrap}}.student-information-system-page .app .app-ss,.student-information-system-page .app .an-title,.student-information-system-page .app .an-bv,.student-information-system-page .app .fw,.app .app-tbl td small{font-size:11px!important}.student-information-system-page .app .rw-btn{font-size:11.5px!important}.student-information-system-page #heroApp{position:relative}.student-information-system-page #heroApp .app{opacity:0;transform-origin:50% 34%;transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform 1.05s cubic-bezier(.2,.7,.2,1);transform:perspective(1400px)translateY(24px)scale(.96)}.student-information-system-page #heroApp.go .app{opacity:1;transform:none}.student-information-system-page #heroApp .app{position:relative;overflow:hidden}.student-information-system-page #heroApp .app-body{grid-template-columns:1fr}@media (min-width:900px){.student-information-system-page #heroApp .app-body{grid-template-columns:184px minmax(0,1fr)}}.student-information-system-page #heroApp .app-main{flex-direction:column;min-height:0;display:flex}.student-information-system-page #heroApp .app-screen{padding:14px 16px 16px}.student-information-system-page #heroApp .app-screen.on{flex-direction:column;flex:1;gap:9px;min-height:0;display:flex}.student-information-system-page #heroApp .app-body,.student-information-system-page #heroApp .app-screen{min-height:440px}.student-information-system-page #heroApp .app-sh,.student-information-system-page #heroApp .app-kpis,.student-information-system-page #heroApp .ft-tags,.student-information-system-page #heroApp .pf-head,.student-information-system-page #heroApp .far-grid,#heroApp .app-note,.student-information-system-page #heroApp .app-check,#heroApp .app-tbl{flex:none}.student-information-system-page #heroApp .app-side{overflow:hidden}.student-information-system-page #heroApp .app-screen.on>*{margin:0!important}.student-information-system-page #heroApp .app-note{margin-top:auto!important}.student-information-system-page #heroApp .app-crumb,#heroApp .app-crumb b{white-space:nowrap;text-overflow:clip!important;max-width:none!important;overflow:visible!important}.student-information-system-page #heroApp .app-kpis{gap:9px}.student-information-system-page #heroApp .app-kpi{padding:9px 11px}.student-information-system-page #heroApp .app-kpi .v{margin:3px 0 1px;font-size:21px}.student-information-system-page #heroApp .app-crow{gap:12px;padding:8px 11px}.student-information-system-page #heroApp .app-crow .cn{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden;max-width:none!important}.student-information-system-page #heroApp .app-crow .cm{flex:none}.student-information-system-page #heroApp .app-tbl td{padding:8px 12px}.student-information-system-page #heroApp .app-nav{padding:7px 10px}.student-information-system-page #heroApp .app-nav span{text-overflow:clip;width:auto;max-width:none;overflow:visible}.student-information-system-page #heroApp .far-grid{gap:9px}.student-information-system-page #heroApp .app-side{display:flex}.student-information-system-page #heroApp .app-nav{cursor:default}.student-information-system-page #heroApp .app-nav span{text-overflow:clip;white-space:nowrap;overflow:visible}.student-information-system-page #heroApp .app-hint{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);margin-left:auto;font-size:10px}.student-information-system-page #heroApp .ft-tags{border:1px solid var(--line);background:#fff;border-radius:9px;flex-wrap:nowrap;gap:4px;padding:4px;display:flex;overflow:hidden}.student-information-system-page #heroApp .ft-tags span{cursor:default;letter-spacing:0;text-transform:none;color:var(--ink-2);white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:6px 10px;font-size:10.5px}.student-information-system-page #heroApp .ft-tags span:first-child{color:var(--darkest);box-shadow:inset 0 -2px 0 var(--primary);background:#eef0fb;font-weight:600}.student-information-system-page #heroApp .ft-tags:has(.rw-glow) span:first-child{color:var(--ink-2);box-shadow:none;background:0 0;font-weight:400}.student-information-system-page #heroApp .ft-tags span.rw-glow{color:var(--darkest);font-weight:600;box-shadow:inset 0 -2px 0 var(--primary)!important;background:#eef0fb!important}.student-information-system-page #heroApp .pf-head{padding:11px 13px}.student-information-system-page #heroApp .pf-name{font-size:14px}.student-information-system-page #heroApp .app-ring{width:46px;height:46px}.student-information-system-page #heroApp .far-block{padding:10px 12px}.student-information-system-page #heroApp .far-v{font-size:16px}.student-information-system-page #heroApp .app-note{padding:9px 12px;font-size:11px;line-height:1.45}.student-information-system-page #heroApp .app-sh{padding-bottom:0}.student-information-system-page #heroApp .app-st{font-size:14px}.student-information-system-page #heroApp .app-crow .cm{align-items:center;gap:8px;display:flex}.student-information-system-page #heroApp .rw-logo{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:2px;padding:2px 4px 12px;display:flex}.student-information-system-page #heroApp .rw-logo img{width:auto;height:22px;display:block}.student-information-system-page #heroApp .rw-collapse{background:var(--darkest);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:9px;font-style:normal;line-height:1;display:grid}.student-information-system-page #heroApp .app-top{align-items:center;gap:10px;display:flex}.student-information-system-page #heroApp .rw-back{border:1px solid var(--line);width:24px;height:24px;color:var(--ink-2);border-radius:7px;flex:none;place-items:center;display:grid}.student-information-system-page #heroApp .rw-back svg,#heroApp .app-crumb svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:13px;height:13px}.student-information-system-page #heroApp .app-crumb{font-family:var(--mono);letter-spacing:.04em;color:var(--ink-3);align-items:center;gap:7px;font-size:10.5px;display:flex}.student-information-system-page #heroApp .app-crumb .sep{color:var(--line-strong)}.student-information-system-page #heroApp .app-crumb b{color:var(--darkest);font-weight:600}.student-information-system-page #heroApp .app-tools{align-items:center;gap:7px;margin-left:auto;display:flex}.student-information-system-page #heroApp .rw-ib{border:1px solid var(--line);width:27px;height:27px;color:var(--ink-2);border-radius:8px;place-items:center;display:grid}.student-information-system-page #heroApp .rw-ib svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:14px;height:14px}.student-information-system-page #heroApp .rw-ib.on{background:var(--primary);border-color:var(--primary);color:#fff}.student-information-system-page #heroApp .app-kpi{position:relative}.student-information-system-page #heroApp .app-kpi.acc:before{content:"";background:var(--primary);border-radius:0 3px 3px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.student-information-system-page #heroApp .app-crow .cn{align-items:center;gap:7px;display:flex}.student-information-system-page .rw-crit,.student-information-system-page .rw-due,.rw-code{font-style:normal;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;border-radius:4px;flex:none;padding:3px 6px;font-size:8px}.student-information-system-page .rw-crit{color:#c0392b;background:#fdeeec}.student-information-system-page .rw-due{color:#8a5b00;background:#fef6e7}.student-information-system-page .rw-code{color:var(--primary);background:#eef0fb}.student-information-system-page .rw-btn{color:var(--primary);border:1px solid var(--primary);background:#fff;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:10.5px;font-weight:600;transition:transform .25s,box-shadow .25s;display:inline-flex}.student-information-system-page .rw-btn svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:11px;height:11px}.student-information-system-page .rw-btn.solid{background:var(--primary);border-color:var(--primary);color:#fff}.student-information-system-page #heroApp .app-nav.on{color:var(--darkest);background:#eef0fb}.student-information-system-page .rw.dimmed .app-screen.on>:not(.rw-pop){opacity:.32;filter:saturate(.45)}.student-information-system-page #heroApp .app-screen.on>*{transition:opacity .5s var(--ease),filter .5s var(--ease)}.student-information-system-page .rw-pop{z-index:4;border-radius:11px;animation:.62s cubic-bezier(.2,.8,.2,1) both rwPop;position:relative;box-shadow:0 26px 48px -26px #0f12336b,0 0 0 2px #3f42c438}@keyframes rwPop{0%{transform:scale(1)}55%{transform:scale(1.026)}to{transform:scale(1.018)}}.student-information-system-page .rw-spot{pointer-events:none;opacity:0;transition:opacity .6s var(--ease);background:radial-gradient(circle at var(--sx,50%) var(--sy,50%),#0f123300 14%,#0f12330d 38%,#0f123326 100%);z-index:3;position:absolute;inset:0}.student-information-system-page .rw.spot .rw-spot{opacity:1}.student-information-system-page .rw-cur{z-index:9;opacity:0;filter:drop-shadow(0 4px 8px #0f123359);width:19px;height:19px;transition:opacity .4s,transform .85s cubic-bezier(.35,.85,.25,1);position:absolute;top:0;left:0;transform:translate(-40px,-40px)}.student-information-system-page .rw-cur svg{width:100%;height:100%}.student-information-system-page .rw.curon .rw-cur{opacity:1}.student-information-system-page .rw-cur.press{transform:translate(var(--cx),var(--cy)) scale(.82)}.student-information-system-page .rw-hit{border-color:var(--primary)!important;box-shadow:0 0 0 3px #3f42c447!important}.student-information-system-page .rw-glow{box-shadow:inset 3px 0 0 var(--primary)!important;background:#f7f8fe!important}.student-information-system-page .rw-toast{z-index:10;background:var(--darkest);color:#fff;opacity:0;border-radius:9px;align-items:center;gap:8px;padding:10px 14px;font-size:11.5px;font-weight:500;transition:opacity .4s,transform .5s cubic-bezier(.2,.75,.2,1);display:flex;position:absolute;bottom:16px;right:16px;transform:translateY(10px);box-shadow:0 20px 40px -18px #0f123399}.student-information-system-page .rw-toast.on{opacity:1;transform:none}.student-information-system-page #heroApp .app-screen.in .app-kpi,.student-information-system-page #heroApp .app-screen.in .app-crow,.student-information-system-page #heroApp .app-screen.in .far-block,.student-information-system-page #heroApp .app-screen.in tbody tr,#heroApp .app-screen.in .ft-tags span{opacity:0;animation:.5s cubic-bezier(.2,.75,.2,1) forwards rwUp}@keyframes rwUp{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}.student-information-system-page #heroApp .app-screen.in .app-kpi:first-child,.student-information-system-page #heroApp .app-screen.in .app-crow:first-child,.student-information-system-page #heroApp .app-screen.in .far-block:first-child,.student-information-system-page #heroApp .app-screen.in tbody tr:first-child,#heroApp .app-screen.in .ft-tags span:first-child{animation-delay:.16s}.student-information-system-page #heroApp .app-screen.in .app-kpi:nth-child(2),.student-information-system-page #heroApp .app-screen.in .app-crow:nth-child(2),.student-information-system-page #heroApp .app-screen.in .far-block:nth-child(2),.student-information-system-page #heroApp .app-screen.in tbody tr:nth-child(2),#heroApp .app-screen.in .ft-tags span:nth-child(2){animation-delay:.24s}.student-information-system-page #heroApp .app-screen.in .app-kpi:nth-child(3),.student-information-system-page #heroApp .app-screen.in .app-crow:nth-child(3),.student-information-system-page #heroApp .app-screen.in .far-block:nth-child(3),.student-information-system-page #heroApp .app-screen.in tbody tr:nth-child(3),#heroApp .app-screen.in .ft-tags span:nth-child(3){animation-delay:.32s}.student-information-system-page #heroApp .app-screen.in .app-kpi:nth-child(4),.student-information-system-page #heroApp .app-screen.in .app-crow:nth-child(4),.student-information-system-page #heroApp .app-screen.in tbody tr:nth-child(4),#heroApp .app-screen.in .ft-tags span:nth-child(4){animation-delay:.4s}.student-information-system-page #heroApp .app-screen.in tbody tr:nth-child(5),#heroApp .app-screen.in .ft-tags span:nth-child(5){animation-delay:.48s}.student-information-system-page #heroApp .app-screen.in .ft-tags span:nth-child(6){animation-delay:.56s}.student-information-system-page .rw-cap{align-items:center;gap:14px;margin-top:14px;padding:0 2px;display:flex}.student-information-system-page .rw-capt{color:var(--ink-2);transition:opacity .35s var(--ease);font-size:12.5px}.student-information-system-page .rw-capt b{color:var(--darkest);font-weight:600}.student-information-system-page .rw-steps{flex:none;gap:5px;margin-left:auto;display:flex}.student-information-system-page .rw-steps i{background:var(--line-strong);border-radius:2px;width:16px;height:3px;transition:background .4s,width .4s}.student-information-system-page .rw-steps i.on{background:var(--primary);width:26px}@media (max-width:899px){.student-information-system-page #heroApp .app-body,#heroApp .app-screen{min-height:0}.student-information-system-page #heroApp .app-side{border-right:0;border-bottom:1px solid var(--line);scrollbar-width:none;flex-direction:row;gap:6px;overflow-x:auto}.student-information-system-page #heroApp .app-side::-webkit-scrollbar{display:none}.student-information-system-page #heroApp .app-grp{display:none}.student-information-system-page #heroApp .app-nav{flex:none;width:auto;padding:8px 12px}.student-information-system-page #heroApp .app-hint{display:none}}@media (max-width:560px){.student-information-system-page .rw-cur,.rw-toast{display:none}}@media (prefers-reduced-motion:reduce){.student-information-system-page #heroApp .app{opacity:1!important;transform:none!important}.student-information-system-page .rw-cur,.rw-spot{display:none}.student-information-system-page #heroApp .app-screen.in *{opacity:1!important;animation:none!important}.student-information-system-page .rw.dimmed .app-screen.on>*{opacity:1!important;filter:none!important}}.student-information-system-page .hero.fm-hero{color:var(--ink);background:#fff;padding:52px 0 46px}.student-information-system-page .hero.fm-hero:before{opacity:1;background:radial-gradient(780px 440px at 92% -14%,#5356d221,#0000 62%),linear-gradient(#f4f6fe,#fff 66%)}.student-information-system-page .fmhero-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);align-items:start;gap:48px;padding-bottom:34px;display:grid;position:relative}@media (max-width:1080px){.student-information-system-page .fmhero-grid{grid-template-columns:1fr;gap:30px}}.student-information-system-page .fmhero-copy{min-width:0}.student-information-system-page .fmhero-badge{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;color:var(--ink-2);border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:9px;padding:4px 14px 4px 5px;font-size:10.5px;display:inline-flex}.student-information-system-page .fmhero-badge-k{background:var(--darkest);color:#fff;letter-spacing:.08em;border-radius:999px;padding:3px 10px;font-weight:600}.student-information-system-page .fmhero-badge-in{color:var(--ink-3);text-transform:none;letter-spacing:0;font-size:10px}.student-information-system-page .fmhero-badge-in:before{content:"·";color:var(--line-strong);margin:0 6px 0 2px}.student-information-system-page .hero.fm-hero h1{color:var(--ink);letter-spacing:-.02em;max-width:17ch;margin-top:18px;font-size:clamp(30px,3.6vw,50px);line-height:1.06}.student-information-system-page .fmhero-lede{color:var(--ink-2);max-width:52ch;margin-top:20px;font-size:16.5px;line-height:1.6}.student-information-system-page .fmhero-ctas{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.student-information-system-page .fmbtn{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:12px 21px;font-size:14.5px;font-weight:500;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:inline-flex}.student-information-system-page .fmbtn-primary{background:var(--darkest);color:#fff;box-shadow:0 14px 26px -12px #2a2d9f8c}.student-information-system-page .fmbtn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 32px -12px #2a2d9fa6}.student-information-system-page .fmbtn-ghost{color:var(--ink);border:1px solid var(--line);background:#fff}.student-information-system-page .fmbtn-ghost:hover{border-color:var(--line-strong)}.student-information-system-page .fm-hero .heroapp{margin-top:0}.student-information-system-page .fm-hero .heroapp .app{border-color:var(--line);box-shadow:0 44px 84px -32px #2a2d9f57}.student-information-system-page .fmhero-specwrap{z-index:1;position:relative}.student-information-system-page .fmhero-spec{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden;box-shadow:0 22px 44px -30px #0f123347}@media (max-width:720px){.student-information-system-page .fmhero-spec{grid-template-columns:repeat(2,1fr)}}.student-information-system-page .fmhero-spec .sp{border-right:1px solid var(--line);padding:15px 20px}.student-information-system-page .fmhero-spec .sp:last-child{border-right:0}@media (max-width:720px){.student-information-system-page .fmhero-spec .sp:nth-child(2n){border-right:0}.student-information-system-page .fmhero-spec .sp:nth-child(-n+2){border-bottom:1px solid var(--line)}.student-information-system-page .fmhero-spec .sp:last-child{grid-column:1/-1}}.student-information-system-page .fmhero-spec .sp-k{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);font-size:9px;display:block}.student-information-system-page .fmhero-spec .sp-v{color:var(--ink);letter-spacing:-.01em;margin-top:5px;font-size:14px;font-weight:600;display:block}.student-information-system-page .fmhero-spec .sp-v a{color:var(--ink);border-bottom:1px solid var(--line-strong);text-decoration:none}.student-information-system-page .fmhero-spec .sp-v a:hover{color:var(--primary,#3f42c4);border-bottom-color:currentColor}.student-information-system-page .app{border:1px solid var(--line);background:#fff;border-radius:16px;font-family:Poppins,system-ui,sans-serif;overflow:hidden;box-shadow:0 40px 80px -34px #0f123380}.student-information-system-page .app-chrome{border-bottom:1px solid var(--line);background:#eef1f8;align-items:center;gap:10px;padding:11px 14px;display:flex}.student-information-system-page .app-dots{gap:6px;display:flex}.student-information-system-page .app-dots i{background:#cbd1e4;border-radius:50%;width:10px;height:10px;display:block}.student-information-system-page .app-winttl{font-family:var(--mono);color:var(--ink-2);letter-spacing:.02em;white-space:nowrap;margin-left:8px;font-size:11px}.student-information-system-page .app-url{font-family:var(--mono);color:var(--ink-3);border:1px solid var(--line);white-space:nowrap;text-overflow:ellipsis;background:#fff;border-radius:6px;flex:1;max-width:360px;margin-left:6px;padding:5px 12px;font-size:11px;overflow:hidden}.student-information-system-page .app-body{grid-template-columns:1fr;min-height:392px;display:grid}.student-information-system-page .app-side{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:3px;padding:12px 11px;display:flex}.student-information-system-page .app-brand{align-items:center;gap:8px;padding:2px 8px 8px;display:flex}.student-information-system-page .app-brand img{width:auto;height:19px}.student-information-system-page .app-grp{font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3);padding:11px 10px 5px;font-size:8.5px}.student-information-system-page .app-nav{color:var(--ink-2);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;width:100%;padding:8px 10px;font-family:inherit;font-size:12.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.student-information-system-page .app-nav:hover{background:var(--tint2)}.student-information-system-page .app-nav svg{stroke:currentColor;fill:none;stroke-width:1.7px;flex:none;width:15px;height:15px}.student-information-system-page .app-nav.on{background:var(--tint1);color:var(--darkest);font-weight:600}.student-information-system-page .app-main{background:#fbfcfe;flex-direction:column;min-width:0;display:flex}.student-information-system-page .app-top{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;padding:11px 18px;display:flex}.student-information-system-page .app-crumb{font-family:var(--mono);color:var(--ink-3);letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;overflow:hidden}.student-information-system-page .app-crumb b{color:var(--ink);font-weight:600}.student-information-system-page .app-tools{flex:none;align-items:center;gap:9px;margin-left:auto;display:flex}.student-information-system-page .app-search{font-family:var(--mono);color:var(--ink-3);background:var(--tint2);border:1px solid var(--line);border-radius:8px;width:150px;padding:6px 12px 6px 30px;font-size:11px;display:none;position:relative}.student-information-system-page .app-search svg{width:14px;height:14px;stroke:var(--ink-3);fill:none;stroke-width:1.8px;position:absolute;top:50%;left:9px;transform:translateY(-50%)}@media (min-width:900px){.student-information-system-page .app-search{display:block}}.student-information-system-page .app-ai{background:var(--darkest);border-radius:8px;flex:none;place-items:center;width:30px;height:30px;display:grid}.student-information-system-page .app-ai svg{stroke:#fff;fill:none;stroke-width:1.7px;width:16px;height:16px}.student-information-system-page .app-screen{padding:18px 20px;animation:.4s appfade;display:none}.student-information-system-page .app-screen.on{display:block}@keyframes appfade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.student-information-system-page .pf-head{align-items:center;gap:14px;display:flex}.student-information-system-page .pf-ava{color:#fff;background:linear-gradient(135deg,#5356d2,#2a2d9f);border-radius:14px;flex:none;place-items:center;width:50px;height:50px;font-size:16px;font-weight:600;display:grid}.student-information-system-page .pf-id{flex:1;min-width:0}.student-information-system-page .pf-nrow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.student-information-system-page .pf-name{color:var(--ink);font-size:16px;font-weight:600}.student-information-system-page .pf-pill{font-family:var(--mono);letter-spacing:.03em;color:var(--ink-3);background:var(--tint2);border:1px solid var(--line);border-radius:6px;padding:2px 7px;font-size:9.5px}.student-information-system-page .pf-pill.ok{color:#1fa351;background:#eafbf1;border-color:#c7eed8;align-items:center;gap:5px;display:inline-flex}.student-information-system-page .pf-pill.ok i{background:#1fa351;border-radius:50%;width:5px;height:5px}.student-information-system-page .pf-role{color:var(--ink-2);margin-top:4px;font-size:13px}.student-information-system-page .pf-meta{font-family:var(--mono);color:var(--ink-3);margin-top:4px;font-size:10px}.student-information-system-page .app-ring{background:conic-gradient(var(--primary) calc(var(--p)*1%), #e4e8f4 0);border-radius:50%;flex:none;place-items:center;width:54px;height:54px;display:grid}.student-information-system-page .app-ring:after{content:attr(data-v);width:40px;height:40px;color:var(--darkest);font-size:11px;font-weight:600;font-family:var(--mono);background:#fff;border-radius:50%;place-items:center;display:grid}.student-information-system-page .app-kpis{grid-template-columns:repeat(3,1fr);gap:11px;margin:16px 0;display:grid}.student-information-system-page .app-kpi{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 13px}.student-information-system-page .app-kpi .k{font-family:var(--mono);text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);font-size:9px;display:block}.student-information-system-page .app-kpi .v{color:var(--ink);letter-spacing:-.01em;margin-top:5px;font-size:21px;font-weight:600;display:block}.student-information-system-page .app-kpi .d{font-family:var(--mono);color:var(--ink-3);margin-top:3px;font-size:9.5px;display:block}.student-information-system-page .app-kpi .d.warn{color:#b8791c}.student-information-system-page .app-src{border:1px solid var(--line);background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:11px 14px;display:flex}.student-information-system-page .app-src-l{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);font-size:9px}.student-information-system-page .app-chips{flex-wrap:wrap;gap:6px;display:flex}.student-information-system-page .app-chips span{font-family:var(--mono);color:var(--ink-2);background:var(--tint2);border:1px solid var(--line);border-radius:6px;padding:3px 8px;font-size:10px}.student-information-system-page .app-synced{font-family:var(--mono);color:#1fa351;align-items:center;gap:6px;margin-left:auto;font-size:10px;display:inline-flex}.student-information-system-page .app-synced i{background:#1fa351;border-radius:50%;width:6px;height:6px}.student-information-system-page .app-note{color:var(--ink-2);background:var(--tint2);border:1px solid var(--line);border-radius:10px;margin-top:14px;padding:12px 14px;font-size:12.5px;line-height:1.55}.student-information-system-page .app-note b{color:var(--darkest);font-weight:600}.student-information-system-page .app-sh{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.student-information-system-page .app-st{color:var(--ink);font-size:15px;font-weight:600}.student-information-system-page .app-ss{font-family:var(--mono);color:var(--ink-3);margin-top:3px;font-size:10px}.student-information-system-page .app-stage{font-family:var(--mono);color:var(--darkest);background:var(--tint1);white-space:nowrap;border:1px solid #d3dbf6;border-radius:999px;flex:none;margin-left:auto;padding:4px 11px;font-size:10px}.student-information-system-page .app-stage.ok{color:#1fa351;background:#eafbf1;border-color:#c7eed8}.student-information-system-page .app-prog{align-items:center;gap:12px;margin-bottom:14px;display:flex}.student-information-system-page .app-prog-bar{background:#e9ecf6;border-radius:999px;flex:1;height:8px;overflow:hidden}.student-information-system-page .app-prog-bar i{background:var(--primary);border-radius:999px;height:100%;display:block}.student-information-system-page .app-prog span{font-family:var(--mono);color:var(--ink-3);white-space:nowrap;font-size:10px}.student-information-system-page .app-check{flex-direction:column;gap:9px;display:flex}.student-information-system-page .app-crow{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:12px;padding:11px 14px;display:flex}.student-information-system-page .app-crow .cn{color:var(--ink);font-size:12.5px}.student-information-system-page .app-crow .cm{font-family:var(--mono);color:var(--ink-3);background:var(--tint2);border:1px solid var(--line);white-space:nowrap;border-radius:6px;margin-left:auto;padding:3px 9px;font-size:10px}.student-information-system-page .app-crow .cm.ok{color:#1fa351;background:#eafbf1;border-color:#c7eed8}.student-information-system-page .app-tbl{border-collapse:collapse;border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;overflow:hidden}.student-information-system-page .app-tbl th{font-family:var(--mono);text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);text-align:left;background:var(--tint2);border-bottom:1px solid var(--line);padding:10px 12px;font-size:9px;font-weight:500}.student-information-system-page .app-tbl td{border-bottom:1px solid var(--line);color:var(--ink-2);vertical-align:top;padding:11px 12px;font-size:12px}.student-information-system-page .app-tbl tr:last-child td{border-bottom:0}.student-information-system-page .app-tbl .fw{font-family:var(--mono);color:var(--darkest);background:var(--tint1);border-radius:5px;padding:2px 7px;font-size:10px;font-weight:600}.student-information-system-page .ev-src{font-family:var(--mono);color:var(--ink-3);margin-top:3px;font-size:9px;display:block}.student-information-system-page .ev-st{font-family:var(--mono);color:var(--ink-3);background:var(--tint2);border:1px solid var(--line);white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:9.5px}.student-information-system-page .ev-st.ok{color:#1fa351;background:#eafbf1;border-color:#c7eed8}.student-information-system-page .far-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.student-information-system-page .far-block{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:4px;padding:13px 14px;display:flex}.student-information-system-page .far-k{font-family:var(--mono);text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);font-size:9px}.student-information-system-page .far-v{color:var(--ink);font-size:17px;font-weight:600}.student-information-system-page .far-d{color:var(--ink-2);font-size:11px;line-height:1.4}.student-information-system-page .far-src{font-family:var(--mono);color:var(--primary);margin-top:2px;font-size:9px}.student-information-system-page .an-wrap{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 16px}.student-information-system-page .an-title{font-family:var(--mono);text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3);margin-bottom:12px;font-size:9.5px}.student-information-system-page .an-bar{align-items:center;gap:12px;margin-bottom:10px;display:flex}.student-information-system-page .an-bar:last-child{margin-bottom:0}.student-information-system-page .an-bl{color:var(--ink-2);flex:none;width:118px;font-size:11.5px}.student-information-system-page .an-track{background:#eef0f8;border-radius:999px;flex:1;height:9px;overflow:hidden}.student-information-system-page .an-track i{background:linear-gradient(90deg,#5356d2,#9092e2);border-radius:999px;height:100%;display:block}.student-information-system-page .an-bv{font-family:var(--mono);color:var(--ink-3);text-align:right;width:24px;font-size:10px}@media (max-width:820px){.student-information-system-page .app-body{grid-template-columns:1fr}.student-information-system-page .app-side{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;gap:6px;overflow-x:auto}.student-information-system-page .app-brand,.app-grp{display:none}.student-information-system-page .app-nav span:not(.app-nav svg){white-space:nowrap}.student-information-system-page .app-kpis{grid-template-columns:repeat(2,1fr)}.student-information-system-page .far-grid{grid-template-columns:1fr}}@media (max-width:560px){.student-information-system-page .app-tbl{font-size:11px}.student-information-system-page .app-tbl th:nth-child(2),.app-tbl td:nth-child(2){display:none}}.student-information-system-page .heroapp{align-self:start;width:100%;min-width:0}.student-information-system-page .heroapp .app-body{min-height:360px}@media (prefers-reduced-motion:reduce){.student-information-system-page .app-screen{animation:none}}.student-information-system-page .fm-choices{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px;display:grid}@media (max-width:760px){.student-information-system-page .fm-choices{grid-template-columns:1fr}}.student-information-system-page .fm-choice{border:1px solid var(--line);background:#fff;border-radius:14px;padding:22px 24px}.student-information-system-page .fm-choice .cn{font-family:var(--mono);color:var(--primary);letter-spacing:.04em;font-size:10.5px}.student-information-system-page .fm-choice h3{color:var(--ink);letter-spacing:-.01em;margin:8px 0;font-size:17px;font-weight:600}.student-information-system-page .fm-choice p{color:var(--ink-2);margin:0;font-size:13.5px;line-height:1.55}.student-information-system-page .fm-surf-note{font-family:var(--mono);color:var(--ink-3);text-align:center;letter-spacing:.02em;margin-top:16px;font-size:11px}.student-information-system-page .fm-surf-note b{color:var(--darkest);font-weight:600}.student-information-system-page .cmp{border:1px solid var(--line);background:#fff;border-radius:16px;margin-top:8px;overflow:hidden}.student-information-system-page .cmp-row{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.student-information-system-page .cmp-row:last-child{border-bottom:0}.student-information-system-page .cmp-head{background:var(--tint2)}.student-information-system-page .cmp-cell{padding:16px 22px}.student-information-system-page .cmp-cell.b{border-left:2px solid var(--primary);background:linear-gradient(#f4f6fe,#fbfcff)}.student-information-system-page .cmp-h{font-family:var(--mono);text-transform:uppercase;letter-spacing:.09em;color:var(--ink-3);font-size:10px;font-weight:600}.student-information-system-page .cmp-h.b{color:var(--darkest)}.student-information-system-page .cmp-k{font-family:var(--mono);color:var(--ink-3);letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;font-size:9.5px;display:block}.student-information-system-page .cmp-cell p{color:var(--ink-2);margin:0;font-size:13px;line-height:1.5}.student-information-system-page .cmp-cell.b p{color:var(--ink)}.student-information-system-page .cmp-cell.b p strong{color:var(--darkest);font-weight:600}@media (max-width:640px){.student-information-system-page .cmp-cell{padding:13px 15px}.student-information-system-page .cmp-row{grid-template-columns:1fr}.student-information-system-page .cmp-row.cmp-head{display:none}.student-information-system-page .cmp-row>.cmp-cell:first-child{border-bottom:1px solid var(--line)}.student-information-system-page .cmp-cell.b{border-left:2px solid var(--primary)}}.student-information-system-page .cmp3{border:1px solid var(--line);background:#fff;border-radius:16px;margin-top:8px;overflow:hidden}.student-information-system-page .cmp3-row{border-bottom:1px solid var(--line);grid-template-columns:150px repeat(3,minmax(0,1fr));display:grid}.student-information-system-page .cmp3-row:last-child{border-bottom:0}.student-information-system-page .cmp3-head{background:var(--tint2)}.student-information-system-page .cmp3-c{color:var(--ink-2);min-width:0;padding:15px 18px;font-size:13px;line-height:1.5}.student-information-system-page .cmp3-c.dim{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);background:var(--tint2);border-right:1px solid var(--line);align-items:center;font-size:9.5px;display:flex}.student-information-system-page .cmp3-c.us{border-left:2px solid var(--primary);color:var(--ink);background:linear-gradient(#f4f6fe,#fbfcff)}.student-information-system-page .cmp3-c.us strong{color:var(--darkest);font-weight:600}.student-information-system-page .cmp3-h{font-family:var(--mono);letter-spacing:.09em;text-transform:uppercase;color:var(--ink-3);font-size:10px;font-weight:600}.student-information-system-page .cmp3-h.us{color:var(--darkest)}.student-information-system-page .cmp3-t{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:6px;font-size:9px;display:none}@media (max-width:900px){.student-information-system-page .cmp3-row{grid-template-columns:1fr}.student-information-system-page .cmp3-row.cmp3-head{display:none}.student-information-system-page .cmp3-c.dim{border-right:0;border-bottom:1px solid var(--line)}.student-information-system-page .cmp3-c{border-bottom:1px solid var(--line)}.student-information-system-page .cmp3-row:last-child .cmp3-c:last-child{border-bottom:0}.student-information-system-page .cmp3-t{display:block}}.student-information-system-page #surfApp .app-body{grid-template-columns:1fr}.student-information-system-page #surfApp .app-side{display:flex}@media (min-width:900px){.student-information-system-page #surfApp .app-body{grid-template-columns:206px minmax(0,1fr)}}.student-information-system-page #surfApp .app-nav{position:relative;overflow:hidden}.student-information-system-page #surfApp .app-nav span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.student-information-system-page #surfApp .app-nav.student-information-system-page :focus-visible{outline:2px solid var(--primary);outline-offset:2px}.student-information-system-page #surfApp .app-navp{background:var(--primary);opacity:0;border-radius:2px;width:0;height:2px;position:absolute;bottom:0;left:0}.student-information-system-page #surfApp .app-nav.on .app-navp{opacity:.55}.student-information-system-page #surfApp .app-nav.on.timing .app-navp{width:100%;transition:width 4.6s linear}@media (max-width:899px){.student-information-system-page #surfApp .app-body{grid-template-columns:1fr}.student-information-system-page #surfApp .app-side{border-right:0;border-bottom:1px solid var(--line);scrollbar-width:none;flex-direction:row;gap:6px;overflow-x:auto}.student-information-system-page #surfApp .app-side::-webkit-scrollbar{display:none}.student-information-system-page #surfApp .app-grp{display:none}.student-information-system-page #surfApp .app-nav{flex:none;width:auto;min-height:44px;padding:10px 14px}.student-information-system-page #surfApp .app-hint{display:none}}@media (prefers-reduced-motion:no-preference){.student-information-system-page #surfApp .app-screen.on .app-kpi,.student-information-system-page #surfApp .app-screen.on .app-crow,.student-information-system-page #surfApp .app-screen.on .far-block,.student-information-system-page #surfApp .app-screen.on .app-tbl tbody tr,#surfApp .app-screen.on .an-bar{opacity:0;animation:fmRow .46s var(--ease) forwards}.student-information-system-page #surfApp .app-screen.on .app-kpi:first-child,.student-information-system-page #surfApp .app-screen.on .app-crow:first-child,.student-information-system-page #surfApp .app-screen.on .far-block:first-child,.student-information-system-page #surfApp .app-screen.on .app-tbl tbody tr:first-child,#surfApp .app-screen.on .an-bar:first-child{animation-delay:.2s}.student-information-system-page #surfApp .app-screen.on .app-kpi:nth-child(2),.student-information-system-page #surfApp .app-screen.on .app-crow:nth-child(2),.student-information-system-page #surfApp .app-screen.on .far-block:nth-child(2),.student-information-system-page #surfApp .app-screen.on .app-tbl tbody tr:nth-child(2),#surfApp .app-screen.on .an-bar:nth-child(2){animation-delay:.28s}.student-information-system-page #surfApp .app-screen.on .app-kpi:nth-child(3),.student-information-system-page #surfApp .app-screen.on .app-crow:nth-child(3),.student-information-system-page #surfApp .app-screen.on .far-block:nth-child(3),.student-information-system-page #surfApp .app-screen.on .app-tbl tbody tr:nth-child(3),#surfApp .app-screen.on .an-bar:nth-child(3){animation-delay:.36s}.student-information-system-page #surfApp .app-screen.on .app-kpi:nth-child(4),.student-information-system-page #surfApp .app-screen.on .app-crow:nth-child(4),.student-information-system-page #surfApp .app-screen.on .app-tbl tbody tr:nth-child(4),#surfApp .app-screen.on .an-bar:nth-child(4){animation-delay:.44s}.student-information-system-page #surfApp .app-screen.on .app-tbl tbody tr:nth-child(5){animation-delay:.52s}@keyframes fmRow{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fmIn{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}.student-information-system-page #surfApp .app-screen.on>*{opacity:0;animation:fmIn .5s var(--ease) forwards}.student-information-system-page #surfApp .app-screen.on>:first-child{animation-delay:40ms}.student-information-system-page #surfApp .app-screen.on>:nth-child(2){animation-delay:.12s}.student-information-system-page #surfApp .app-screen.on>:nth-child(3){animation-delay:.2s}.student-information-system-page #surfApp .app-screen.on>:nth-child(4){animation-delay:.28s}.student-information-system-page #surfApp .app-screen.on>:nth-child(5){animation-delay:.36s}.student-information-system-page .app-synced i{animation:2.2s ease-in-out infinite fmPulse}@keyframes fmPulse{0%,to{opacity:1;box-shadow:0 0 #1fa35159}50%{opacity:.5;box-shadow:0 0 0 4px #1fa35100}}}
