:root{--ink:#1f302e;--muted:#66736f;--green:#1c514c;--green-hover:#133c38;--paper:#f7f8f5;--line:#dfe5df;--bs-primary:#1c514c;--bs-body-color:var(--ink);--bs-body-font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{background:var(--paper);margin:0;display:flex;flex-direction:column;min-height:100vh;font-size:15px}a{color:var(--green);text-underline-offset:3px}a:hover{color:var(--green-hover)}.portal-container{max-width:1192px}.site-header{background:#fff;border-bottom:1px solid var(--line);padding:22px 0}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-size:17px;font-weight:700;letter-spacing:-.4px;line-height:1.2}.brand-mark{display:grid;place-items:center;width:44px;height:46px;background:var(--green);color:#fff;border-radius:11px}.brand-sub{display:block;font-size:9px;font-weight:600;letter-spacing:2px;margin-top:5px;color:var(--muted)}.header-note{font-size:13px;color:var(--muted)}.page-content{padding-top:45px;padding-bottom:56px;flex:1}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:750;letter-spacing:1.9px;color:var(--green);line-height:1.6}.small-dot{width:6px;height:6px;border-radius:50%;background:#6b8a62}.hero{display:grid;grid-template-columns:1fr 320px;gap:75px;align-items:center;padding:17px 0 54px}.hero h1{font-size:clamp(36px,4vw,51px);font-weight:650;line-height:1.14;letter-spacing:-2px;margin:18px 0 21px}.hero h1>span{color:#67806b}.hero-copy>p{font-size:16px;line-height:1.8;color:var(--muted);max-width:570px;margin-bottom:22px}.hero-facts{display:flex;flex-wrap:wrap;gap:20px;font-size:11px;color:#586c60}.hero-facts>span{display:flex;align-items:center;gap:6px}.hero-facts .icon{width:16px;height:16px}.hero-note{position:relative;border:1px solid #d5e0d1;border-radius:5px;background:#eaf0e5;padding:27px 30px;color:#324c35;min-height:324px}.note-label{font-size:9px;font-weight:700;letter-spacing:1.4px}.note-symbol{position:absolute;top:61px;right:25px;transform:rotate(10deg);color:#78976e}.note-symbol .icon{height:45px;width:45px;stroke-width:1}.hero-note h2{font-family:Georgia,serif;font-size:32px;line-height:1.17;font-weight:400;margin:30px 0 15px;letter-spacing:-.7px}.hero-note p{font-size:12px;line-height:1.8;max-width:220px;color:#596d54}.note-rule{display:block;height:1px;background:#cbd7c4;margin:25px 0 13px}.note-foot{font-size:9px;color:#596d54;letter-spacing:.3px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:23px}.section-heading h2{font-size:24px;font-weight:650;letter-spacing:-.6px;margin:7px 0 0}.section-heading>.muted{font-size:12px}.muted{color:var(--muted)}.category-card{display:flex;gap:18px;position:relative;padding:25px 24px;background:#fff;border:1px solid var(--line);border-radius:10px;text-decoration:none;color:var(--ink);height:100%;transition:border-color .15s,transform .15s,box-shadow .15s}.category-card:hover{border-color:#779688;transform:translateY(-2px);box-shadow:0 8px 25px #20382b08}.category-icon{width:47px;height:47px;border-radius:11px;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;background:#e8edf9;color:#506eaa}.category-icon .icon{width:24px;height:24px}.amber .category-icon,.category-icon.amber{background:#fbefd9;color:#a87f32}.teal .category-icon,.category-icon.teal{background:#e3f1e9;color:#428071}.violet .category-icon,.category-icon.violet{background:#efebf7;color:#8d74b0}.category-card h3{font-size:17px;font-weight:650;margin:2px 0 9px;letter-spacing:-.3px}.category-card p{font-size:12px;line-height:1.7;color:var(--muted);max-width:335px;margin:0 0 18px}.card-hint{font-size:10px;color:#77817c}.card-arrow{margin-left:auto;color:#7e8c85;align-self:flex-start}.card-arrow .icon{width:17px;height:17px}.category-card-copy{flex:1;min-width:0}.how-it-works{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;border-top:1px solid var(--line);margin-top:40px;padding-top:27px}.how-it-works>div{display:flex;gap:12px;align-items:center}.step-number{font-size:12px;color:#8a9b8b;border:1px solid #dce3d9;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.how-it-works strong{display:block;font-size:11px;font-weight:650}.how-it-works small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.site-footer{padding:24px 0;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.site-footer a{color:var(--muted);text-decoration:none}.footer-divider{color:#b1bdb3;padding:0 9px}.btn{font-weight:600;border-radius:7px;padding:10px 16px;font-size:13px}.btn-primary{--bs-btn-bg:var(--green);--bs-btn-border-color:var(--green);--bs-btn-hover-bg:var(--green-hover);--bs-btn-hover-border-color:var(--green-hover);--bs-btn-active-bg:var(--green-hover);--bs-btn-active-border-color:var(--green-hover);--bs-btn-disabled-bg:var(--green);--bs-btn-disabled-border-color:var(--green)}.btn-outline-primary{--bs-btn-color:var(--green);--bs-btn-border-color:var(--green);--bs-btn-hover-bg:var(--green);--bs-btn-hover-border-color:var(--green);--bs-btn-active-bg:var(--green)}.btn-outline-secondary{--bs-btn-color:#57645d;--bs-btn-border-color:#cbd4cd;--bs-btn-hover-bg:#eef2ec;--bs-btn-hover-color:var(--ink);--bs-btn-hover-border-color:#99aa9b}.btn-lg{padding:13px 22px;font-size:14px}.btn .icon{height:17px;width:17px;margin-left:8px}.btn-sm{padding:6px 11px;font-size:11px}.back-link{display:inline-block;color:var(--muted);text-decoration:none;font-size:12px;margin-bottom:25px}.form-page-heading{display:flex;gap:20px;align-items:center;margin-bottom:30px}.form-page-heading h1,.dashboard-heading h1{font-size:34px;letter-spacing:-1px;font-weight:650;margin:5px 0 9px}.form-page-heading p{margin:0;color:var(--muted);font-size:14px}.form-page-heading .category-icon{width:62px;height:62px}.panel{background:white;border:1px solid var(--line);border-radius:12px;padding:32px}.panel h2{font-size:19px;font-weight:650;letter-spacing:-.4px}.form-section-title{display:flex;gap:12px;align-items:center;margin-bottom:26px}.form-section-title>span{font-size:11px;font-weight:700;color:#718174;background:#edf2e9;width:29px;height:29px;display:grid;place-items:center;border-radius:50%}.form-section-title h2{margin:0;font-size:18px}.section-border{border-top:1px solid var(--line);padding-top:28px;margin-top:30px}.form-label{font-size:12px;font-weight:600;margin-bottom:9px}.form-control,.form-select{font-size:14px;border-color:#d5ded6;min-height:45px;padding:10px 12px;border-radius:6px}.form-control:focus,.form-select:focus{border-color:#719b85;box-shadow:0 0 0 .2rem #2b66441a}.form-text{font-size:11px;line-height:1.7;margin-top:7px}.optional{color:#8c948e;font-size:10px;font-weight:400;margin-left:4px}.required-mark{color:#b04b45}.count-input{max-width:160px}.invalid-feedback{font-size:12px}.info-strip{background:#edf4ef;color:#456c54;border-left:3px solid #97b499;font-size:12px;padding:13px 15px;line-height:1.7}.upload-zone{padding:22px;background:#f8faf6;border:1px dashed #bacabb;border-radius:8px}.upload-zone p{font-size:12px;color:var(--muted)}.upload-zone .form-control{background:#fff;font-size:12px}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.form-actions p{font-size:11px;color:var(--muted);max-width:265px;line-height:1.7;margin:0}.form-actions .btn{white-space:nowrap}.form-aside{padding:28px;background:#edf1e8;border-radius:9px;color:#53654f}.form-aside h2{font-family:Georgia,serif;font-size:25px;line-height:1.3;margin:16px 0 23px;max-width:220px;font-weight:400;color:#374d33}.form-aside ul{padding-left:17px;font-size:12px;line-height:1.8;margin-bottom:26px}.form-aside li{margin:12px 0}.form-aside p{font-size:12px;line-height:1.8}.form-aside hr{border-color:#bacbb4;margin:24px 0}.login-panel{max-width:460px;margin:25px auto 55px;padding:40px}.login-icon,.success-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:#e7f1e8;color:var(--green);border-radius:14px;margin-bottom:25px}.login-panel h1,.success-panel h1{font-size:32px;font-weight:650;letter-spacing:-1px;margin:12px 0}.login-panel>p{font-size:13px;line-height:1.8;margin-bottom:27px}.success-panel{max-width:670px;margin:35px auto;padding:48px}.success-panel>p{font-size:14px;line-height:1.8}.receipt{padding:20px;background:#f0f4ed;border-radius:8px;margin:25px 0}.receipt>span{display:block;font-size:9px;letter-spacing:1.5px;color:var(--muted);margin-bottom:7px}.receipt>strong{font-family:monospace;font-size:16px;overflow-wrap:anywhere}.dashboard-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.dashboard-heading p{font-size:13px;margin:0}.stat-card{display:block;padding:23px;background:#fff;border:1px solid var(--line);border-radius:9px;text-decoration:none}.stat-label{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:8px}.stat-label .icon{width:17px;height:17px}.stat-card>strong{display:block;font-size:35px;line-height:1.1;margin-top:20px;font-weight:550;letter-spacing:-1px}.stats-summary{display:flex;flex-wrap:wrap;gap:24px;font-size:12px;color:var(--muted);margin:22px 0 32px}.stats-summary strong{color:var(--ink);font-weight:650}.result-count{font-size:11px;color:var(--muted);background:#f1f4ee;border-radius:20px;padding:6px 12px}.filter-form{padding-bottom:17px;border-bottom:1px solid var(--line)}.export-link{font-size:12px;font-weight:600;text-decoration:none}.records-table{font-size:12px;margin-top:10px}.records-table th{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:var(--muted);font-weight:600;background:#f6f8f3;padding:14px 12px}.records-table td{padding:20px 12px;border-color:#edf0ea}.entry-id{font-family:monospace;font-size:10px;text-decoration:none;white-space:nowrap}.entry-title{display:block;font-size:13px;font-weight:600;color:var(--ink);text-decoration:none;margin-top:7px;overflow-wrap:anywhere;max-width:270px}.category-badge{font-size:9px;display:inline-block;border-radius:4px;background:#edf1fa;color:#526ca0;padding:4px 6px;white-space:nowrap}.category-badge.amber{background:#faf0dc;color:#936f26}.category-badge.teal{background:#eaf3ed;color:#4c7860}.category-badge.violet{background:#f0ecf7;color:#806ca0}.student-list{display:block;color:var(--muted);font-size:10px;max-width:180px;overflow-wrap:anywhere;margin-top:5px}.empty-state{text-align:center;padding:55px 15px}.empty-state>.icon{width:36px;height:36px;color:#859d82;margin-bottom:20px}.empty-state h3{font-size:20px}.empty-state p{color:var(--muted);font-size:13px;margin:15px auto 25px;max-width:420px;line-height:1.8}.detail-title{overflow-wrap:anywhere;max-width:850px}.entry-details dt{font-size:11px;color:var(--muted);font-weight:500;margin-top:24px}.entry-details dd{margin-top:7px;margin-bottom:0;font-size:14px;line-height:1.8;overflow-wrap:anywhere}.entry-details dt:first-child{margin-top:0}.attachment{display:flex;gap:12px;align-items:center;text-decoration:none;border-top:1px solid var(--line);padding:18px 0}.attachment img{width:64px;height:64px;object-fit:cover;border-radius:6px}.attachment strong{display:block;font-size:12px;font-weight:550;overflow-wrap:anywhere}.attachment small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.pdf-icon{padding:18px 10px;background:#f6eeee;color:#a5756c;border-radius:6px;font-size:12px;flex-shrink:0}.danger-panel{border-color:#e9d9d6}.danger-panel h2{font-size:16px}.alert{font-size:13px;line-height:1.8}.nav-link{font-size:12px}fieldset[hidden]{display:none!important}a:focus-visible,button:focus-visible{outline:3px solid #719b85;outline-offset:3px}
@media(min-width:1400px){.page-content{padding-top:55px}.hero{padding-top:22px;padding-bottom:65px}.hero h1{font-size:54px}}
@media(max-width:991px){.hero{grid-template-columns:1fr 270px;gap:30px}.hero h1{font-size:40px}.hero-note{padding:24px}.section-heading>.muted{display:none}.category-card{padding:22px 18px;gap:12px}.card-hint{line-height:1.6;display:block}.how-it-works{gap:15px}.form-aside{margin-top:5px}.dashboard-panel{padding:24px}}
@media(max-width:767px){.site-header{padding:17px 0}.page-content{padding:28px 20px 38px}.site-header .container,.site-footer .container{padding-left:20px;padding-right:20px}.hero{grid-template-columns:1fr;padding:10px 0 36px;gap:25px}.hero h1{font-size:40px;letter-spacing:-1.5px}.hero-copy>p{font-size:14px}.hero-note{min-height:0;padding:23px 25px}.hero-note h2{margin-top:17px;font-size:27px}.hero-note h2 br{display:none}.hero-note p{max-width:none;font-size:12px}.note-symbol{top:20px}.note-symbol .icon{width:28px;height:28px}.note-rule{margin:18px 0 12px}.section-heading h2{font-size:22px}.category-card{padding:23px 20px}.category-card p{max-width:100%;margin-bottom:12px}.how-it-works{grid-template-columns:1fr;margin-top:30px;gap:21px}.how-it-works strong{font-size:12px}.how-it-works small{font-size:11px}.site-footer{font-size:10px}.header-note{display:none}.form-page-heading{gap:14px;align-items:flex-start}.form-page-heading h1,.dashboard-heading h1{font-size:29px}.form-page-heading .category-icon{width:46px;height:46px}.form-page-heading p{font-size:12px;line-height:1.8}.panel{padding:24px 20px}.form-actions{align-items:stretch;flex-direction:column;gap:17px}.form-actions p{max-width:none}.login-panel{margin:0 auto 30px;padding:28px 24px}.success-panel{margin:10px auto;padding:35px 23px}.dashboard-heading{align-items:flex-start;flex-direction:column}.stat-card{padding:19px 14px}.stat-label{font-size:10px;gap:5px}.stat-card>strong{font-size:30px}.stats-summary{gap:12px 18px;font-size:11px}.records-table{min-width:760px}.hero-facts{font-size:10px;gap:12px}.brand{font-size:15px}.brand-mark{width:39px;height:41px}.brand-sub{font-size:8px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}.category-card:hover{transform:none}}
