:root{color:#10223f;background:#f5f7fb;--portal-blue: #00296b;--portal-blue-strong: #07306f;--portal-sky: #0089ca;--portal-orange: #e6690a;--portal-purple: #b14397;--portal-light-purple: #9a69ff;--portal-brand-white: #ffeefb;--portal-border: #dbe4f0;--portal-panel: #ffffff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}.teaching-modules-workspace{display:grid;gap:1rem}.teaching-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.teaching-module-card{display:grid;align-content:start;gap:1rem;padding:1.25rem;border:1px solid var(--portal-border, #d8dee8);border-radius:1rem;background:#fff}.teaching-module-card header,.teaching-module-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.teaching-module-card h3,.teaching-module-card p{margin:0}.teaching-module-current,.teaching-module-form{display:grid;gap:.75rem}.teaching-module-current>div{display:grid;gap:.25rem}.teaching-module-open{display:inline-flex;width:fit-content;padding:.7rem 1rem;border-radius:.65rem;background:var(--portal-blue);color:#fff;font-weight:700;text-decoration:none}.teaching-module-open:hover,.teaching-module-open:focus-visible{text-decoration:underline}.teaching-module-form label{display:grid;gap:.35rem;color:#334155;font-weight:800}.teaching-module-form input,.teaching-module-form textarea{width:100%;border:1px solid #cbd7e6;border-radius:8px;padding:.7rem .75rem;color:#10223f;background:#fff}.teaching-module-form input:focus,.teaching-module-form textarea:focus{outline:3px solid rgba(0,137,202,.2);border-color:var(--portal-sky)}.teaching-module-actions button,.teaching-module-form button{min-height:40px;border:1px solid var(--portal-blue);border-radius:8px;padding:0 .9rem;color:var(--portal-blue);background:#fff;font-weight:800}.teaching-module-form button{color:#fff;background:var(--portal-blue)}.teaching-module-actions button.danger-action{border-color:#fecdd3;color:#9f1239;background:#fff1f2}.teaching-module-actions button:disabled,.teaching-module-form button:disabled{cursor:wait;opacity:.62}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:linear-gradient(180deg,#f9fbfe 0,#eef4fa)}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid rgba(0,137,202,.24);outline-offset:2px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#00296bf0,#00488ae0),linear-gradient(180deg,#f9fbfe,#eef4fa)}.login-panel{width:min(980px,100%);display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:var(--portal-panel);box-shadow:0 24px 64px #0413303d}.login-brand{padding:clamp(34px,6vw,72px);color:#fff;background:linear-gradient(160deg,var(--portal-blue),var(--portal-blue-strong))}.login-brand span,.eyebrow{color:var(--portal-sky);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.login-brand h1,.portal-header h1,.dashboard-hero h2{margin:10px 0 0;font-size:clamp(2rem,5vw,4rem);line-height:1}.login-brand p,.dashboard-hero p,.status-card p{max-width:620px;color:#ffffffd1;line-height:1.7}.login-form{display:grid;align-content:center;gap:18px;padding:clamp(28px,5vw,54px)}.login-form label{display:grid;gap:8px;color:#243657;font-weight:800}.login-form input{min-height:48px;border:1px solid #d4dcea;border-radius:8px;padding:0 14px}.login-form input:focus{outline:3px solid rgba(0,137,202,.22);border-color:#0089ca}.login-form button,.user-menu button{min-height:46px;border:0;border-radius:8px;padding:0 18px;color:#fff;background:var(--portal-orange);font-weight:900;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.login-form button:hover,.user-menu button:hover,.admin-heading button:hover,.admin-form button:hover,.meeting-form button:hover,.meeting-actions button:hover,.role-slot button:hover,.requirement-controls button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00296b21}.login-form button:disabled{cursor:wait;opacity:.68}.form-error{margin:0;color:#9f1239;font-weight:800}.login-note{margin:0;color:#64748b;font-size:.9rem}.portal-shell{min-height:100vh;padding:clamp(18px,4vw,48px)}.loading-state{margin:0;color:#475569}.portal-header,.dashboard-hero,.dashboard-grid{width:min(1180px,100%);margin:0 auto}.portal-header{display:flex;align-items:center;justify-content:space-between;gap:24px}.portal-header p{margin:0;color:#0089ca;font-weight:900}.portal-header h1{color:var(--portal-blue);font-size:clamp(1.8rem,4vw,3.2rem)}.user-menu{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--portal-border);border-radius:8px;background:var(--portal-panel);box-shadow:0 10px 28px #00296b0f}.user-menu span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff;background:var(--portal-purple);font-weight:950}.user-menu div{display:grid}.user-menu small{color:#64748b;text-transform:capitalize}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;margin-top:34px;padding:clamp(28px,5vw,52px);border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--portal-blue),#06438d);box-shadow:0 18px 46px #00296b24}.password-panel{width:min(1180px,100%);margin:22px auto 0}.dashboard-hero h2{font-size:clamp(2rem,4vw,3.6rem)}.status-card{padding:22px;border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18)}.status-card span{color:#aee1ff;font-size:.78rem;font-weight:900;text-transform:uppercase}.status-card strong{display:block;margin-top:10px;font-size:1.8rem}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.portal-card{padding:24px;border:1px solid var(--portal-border);border-top:4px solid var(--portal-sky);border-radius:8px;background:#fff;box-shadow:0 10px 28px #00296b0f}.portal-card h3{margin:0;color:#00296b;font-size:1.15rem}.portal-card ul{margin:18px 0 0;padding-left:20px;color:#334155;line-height:1.7}.portal-card li+li{margin-top:8px}.deferred-workspace{width:min(1180px,100%);margin:28px auto 0;padding:clamp(22px,4vw,34px);border:1px solid var(--portal-border);border-left:4px solid var(--portal-purple);border-radius:8px;background:#fff;box-shadow:0 18px 44px #00296b14}.deferred-workspace h2{margin:8px 0 0;color:#00296b;font-size:clamp(1.4rem,3vw,2rem)}.deferred-workspace p:last-child{max-width:760px;color:#64748b;line-height:1.7}.admin-workspace,.meeting-workspace,.members-workspace,.documents-workspace,.notices-workspace,.feedback-report,.student-progress{width:min(1180px,100%);margin:28px auto 0;padding:clamp(22px,4vw,34px);border:1px solid var(--portal-border);border-radius:8px;background:#fff;box-shadow:0 14px 36px #00296b12}.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.admin-heading h2{margin:8px 0 0;color:#00296b;font-size:clamp(1.5rem,3vw,2.3rem)}.admin-heading button,.admin-form button{min-height:42px;border:0;border-radius:8px;padding:0 16px;color:#fff;background:#00296b;font-weight:900}.admin-heading button:disabled,.admin-form button:disabled{cursor:wait;opacity:.62}.admin-status{margin:18px 0 0;padding:12px 14px;border-radius:8px;font-weight:800}.admin-status.is-success{color:#14532d;background:#dcfce7}.admin-status.is-error{color:#9f1239;background:#ffe4e6}.admin-status.is-info{color:#17466e;background:#eaf6fc}.admin-summary-grid,.progress-summary-grid,.admin-form-grid,.admin-table-grid,.student-progress-grid{display:grid;gap:16px;margin-top:22px}.admin-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.progress-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.summary-tile{padding:18px;border-radius:8px;background:#f5f8fd;border:1px solid #dbe4f0}.summary-tile span{display:block;color:#64748b;font-size:.8rem;font-weight:900;text-transform:uppercase}.summary-tile strong{display:block;margin-top:8px;color:#00296b;font-size:2rem}.student-context-card{display:grid;gap:6px;margin-top:16px;padding:18px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#00296b,#0089ca)}.student-context-card strong{font-size:1.2rem}.student-context-card span{color:#ffffffd1}.student-progress-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.requirement-list{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}.requirement-list li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid #dbe4f0;border-left:4px solid #e6690a;border-radius:8px;background:#fff}.requirement-list li.is-complete{border-left-color:#16a34a;background:#f0fdf4}.requirement-list div{display:grid;gap:4px}.requirement-list strong{color:#10223f}.requirement-list span,.requirement-list em{color:#64748b}.requirement-list em{font-style:normal;font-weight:900}.requirement-manager{margin-top:24px;padding-top:22px;border-top:1px solid #dbe4f0}.requirement-manager h3{margin:8px 0 0;color:#00296b}.requirement-manager>.admin-heading>select{min-height:42px;border:1px solid #d4dcea;border-radius:8px;padding:0 12px;background:#fff}.requirement-controls{display:grid;grid-template-columns:minmax(110px,auto) 86px auto;gap:10px;align-items:center}.student-placement-form{display:grid;grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) auto auto;gap:12px;align-items:end;margin-top:18px;padding:14px;border:1px solid #d6e0eb;border-radius:8px;background:#f7fafc}.student-placement-form label{display:grid;gap:7px;color:#243657;font-weight:800}.student-placement-form select{min-height:42px;border:1px solid #cbd7e6;border-radius:8px;padding:0 12px;color:var(--portal-ink);background:#fff}.student-placement-form button{min-height:42px;border:0;border-radius:8px;padding:0 14px;color:#fff;background:var(--portal-blue);font-weight:900}.requirement-controls input{min-height:40px;border:1px solid #d4dcea;border-radius:8px;padding:0 10px}.requirement-controls button{min-height:40px;border:0;border-radius:8px;padding:0 12px;color:#fff;background:#00296b;font-weight:900}.requirement-definition-manager{display:grid;gap:14px;margin-top:18px;padding:16px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.requirement-definition-table-wrap{overflow-x:auto;border:1px solid #d6e0eb;border-radius:8px}.requirement-definition-table{width:100%;min-width:820px;border-collapse:collapse}.requirement-definition-table th,.requirement-definition-table td{padding:10px 12px;border-bottom:1px solid #e0e8f1;color:#132238;text-align:left;vertical-align:middle}.requirement-definition-table th{color:#00296b;background:#f7fafc;font-size:.76rem;font-weight:950;text-transform:uppercase}.requirement-definition-table tr:last-child td{border-bottom:0}.requirement-definition-table tr.is-archived{opacity:.68}.requirement-definition-form{margin-top:0}.role-definition-manager{display:grid;gap:14px;margin:18px 0;padding:16px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.role-definition-table-wrap{overflow-x:auto;border:1px solid #d6e0eb;border-radius:8px}.role-definition-table{width:100%;min-width:820px;border-collapse:collapse}.role-definition-table th,.role-definition-table td{padding:10px 12px;border-bottom:1px solid #e0e8f1;color:#132238;text-align:left;vertical-align:top}.role-definition-table th{color:#00296b;background:#f7fafc;font-size:.76rem;font-weight:950;text-transform:uppercase}.role-definition-table td span{display:block;margin-top:4px;color:var(--portal-muted);font-size:.88rem}.role-definition-table tr:last-child td{border-bottom:0}.role-definition-table tr.is-archived{opacity:.68}.role-definition-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px;border:1px solid #d6e0eb;border-radius:8px;background:#f8fafc}.role-definition-form label{display:grid;gap:7px;color:#243657;font-weight:800}.role-definition-form input,.role-definition-form select,.role-definition-form textarea{min-height:42px;border:1px solid #d4dcea;border-radius:8px;padding:10px 12px;background:#fff;font:inherit}.role-definition-form textarea{resize:vertical}.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assignment-panel{display:grid;gap:14px;margin-top:22px;padding:20px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.edit-user-panel{display:grid;gap:14px;margin-top:18px;padding:18px;border:1px solid #d6e0eb;border-left:4px solid var(--portal-teal);border-radius:8px;background:#f7fafc}.edit-user-panel h3{margin:8px 0 0;color:var(--portal-blue)}.edit-user-panel label{display:grid;gap:7px;color:#243657;font-weight:800}.edit-user-panel input,.edit-user-panel select{min-height:44px;border:1px solid #cbd7e6;border-radius:8px;padding:0 12px;color:var(--portal-ink);background:#fff}.edit-user-panel select[multiple]{min-height:116px;padding:8px 12px}.edit-user-actions,.record-actions{display:flex;flex-wrap:wrap;gap:8px}.edit-user-actions button[type=submit]{min-height:36px;border:0;border-radius:8px;padding:0 14px;color:#fff;background:var(--portal-blue);font-weight:900}.assignment-panel h3{margin:8px 0 0;color:var(--portal-blue)}.assignment-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;gap:12px;align-items:end}.assignment-form label{display:grid;gap:7px;color:#243657;font-weight:800}.assignment-form select{min-height:44px;border:1px solid #cbd7e6;border-radius:8px;padding:0 12px;color:var(--portal-ink);background:#fff}.assignment-form button{min-height:44px;border:0;border-radius:8px;padding:0 16px;color:#fff;background:var(--portal-blue);font-weight:900}.assignment-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.assignment-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e0e8f1;border-radius:8px;background:#f7fafc}.assignment-list strong{color:var(--portal-ink)}.assignment-list span{display:block;margin-top:4px;color:var(--portal-muted);font-size:.92rem}.admin-form{display:grid;gap:14px;padding:20px;border:1px solid #dbe4f0;border-top:4px solid #0089ca;border-radius:8px;background:#fbfdff}.meeting-form{display:grid;gap:14px;margin-top:22px;padding:20px;border:1px solid #dbe4f0;border-top:4px solid #e6690a;border-radius:8px;background:#fbfdff}.meeting-form h3,.meeting-card h3{margin:0;color:#00296b}.meeting-form label{display:grid;gap:7px;color:#243657;font-weight:800}.meeting-form input,.meeting-form select,.meeting-form textarea,.role-slot select,.role-slot input,.attendance-grid select{min-height:44px;border:1px solid #d4dcea;border-radius:8px;padding:0 12px;background:#fff}.meeting-form textarea{min-height:110px;padding:10px 12px;resize:vertical}.meeting-form select[multiple]{min-height:132px;padding:8px 12px}.field-note{color:var(--portal-muted);font-size:.88rem;font-weight:700;line-height:1.45}.field-note.warning-text{padding:.65rem .8rem;border:1px solid #f0c36d;border-radius:.65rem;color:#7a4b00;background:#fffaf0}.meeting-form input:focus,.meeting-form select:focus,.role-slot select:focus,.role-slot input:focus,.attendance-grid select:focus{outline:3px solid rgba(0,137,202,.2);border-color:#0089ca}.meeting-form button,.meeting-actions button,.role-slot button,.agenda-download{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:8px;padding:0 16px;color:#fff;background:#e6690a;font-weight:900}.meeting-form button:disabled,.meeting-actions button:disabled,.role-slot button:disabled{cursor:wait;opacity:.62}.agenda-download{background:#00296b;font-size:.9rem;text-decoration:none}.wide-field{grid-column:1 / -1}.meeting-list{display:grid;gap:18px;margin-top:22px}.meeting-list-panel,.meeting-detail-panel,.member-detail-panel{margin-top:22px}.member-points-panel{padding:20px;border:1px solid #dbe4f0;border-radius:8px;background:#fbfdff}.member-points-panel .admin-heading{margin-bottom:0}.points-total{padding:10px 14px;border-radius:999px;color:#14532d;background:#dcfce7;font-size:1.05rem}.member-points-forms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.member-points-forms .meeting-form{align-content:start}.member-points-forms .meeting-form h4{margin:0;color:var(--portal-blue)}.character-count{justify-self:end;color:var(--portal-muted)}.student-points-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.member-filter-form,.document-filter-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:22px;padding:16px;border:1px solid #d6e0eb;border-radius:8px;background:#f7fafc}.member-filter-form label,.document-filter-form label{display:grid;gap:6px;color:var(--portal-muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.member-filter-form input,.member-filter-form select,.document-filter-form input,.document-filter-form select{min-height:40px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;color:var(--portal-ink);background:#fff}.document-section-heading{margin-top:24px}.document-section-heading h3{margin:0;color:var(--portal-blue)}.document-list-toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:14px}.document-list-toolbar p{margin:0;color:var(--portal-muted)}.document-list-toolbar strong{color:var(--portal-ink)}.document-list-controls{display:flex;align-items:end;gap:10px}.document-list-controls label{display:grid;gap:5px;color:var(--portal-muted);font-size:.72rem;font-weight:900;text-transform:uppercase}.document-list-controls select,.document-clear-filters{min-height:36px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;color:var(--portal-ink);background:#fff;font:inherit}.document-clear-filters{color:var(--portal-blue);font-size:.82rem;font-weight:900}.document-add-toggle{margin-top:16px}.document-add-toggle button{min-height:40px;border:1px solid var(--portal-blue);border-radius:8px;padding:0 14px;color:#fff;background:var(--portal-blue);font-weight:900}.document-form,.document-edit-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-top:22px;padding:16px;border:1px solid #d6e0eb;border-radius:8px;background:var(--portal-bg-soft)}.document-form h3{grid-column:1 / -1;margin:0;color:var(--portal-blue)}.document-form label span{color:#7891aa;font-size:.72rem;font-weight:800;text-transform:none}.document-link-field{grid-column:1 / -1}.document-helper{grid-column:1 / -1;margin:-4px 0 0;color:var(--portal-muted);line-height:1.5}.document-program-warning{grid-column:1 / -1;margin:0}.document-name-cell .document-title-warning{color:#9a5800;font-weight:800}.document-form label,.document-edit-form label{display:grid;gap:6px;color:var(--portal-muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.document-form input,.document-form select,.document-form textarea,.document-edit-form input,.document-edit-form select,.document-edit-form textarea{min-height:40px;border:1px solid #cbd7e6;border-radius:8px;padding:9px 10px;color:var(--portal-ink);background:#fff;font:inherit}.document-form textarea,.document-edit-form textarea{resize:vertical}.document-form button,.document-actions button,.document-actions a,.document-disabled-action{min-height:38px;border:1px solid var(--portal-blue);border-radius:8px;padding:0 12px;color:#fff;background:var(--portal-blue);font-size:.84rem;font-weight:900;text-decoration:none}.document-actions button,.document-actions a,.document-disabled-action{display:inline-flex;align-items:center;color:var(--portal-blue);background:#fff}.document-disabled-action{cursor:not-allowed;color:#7891aa;border-color:#cbd7e6;background:#f7fafc}.document-actions button:hover,.document-actions a:hover{border-color:var(--portal-teal);color:var(--portal-teal)}.document-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:22px}.document-card-grid.compact{margin-top:0}.document-group-section{display:grid;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid #dbe4f0}.document-group-section .document-card-grid{margin-top:0}.document-group-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.document-group-heading h3{margin:0;color:var(--portal-blue);font-size:1rem}.document-group-heading span{color:var(--portal-muted);font-size:.82rem;font-weight:900}.document-group-heading.compact{margin:10px 0}.student-document-category{display:grid;gap:10px}.document-card{display:grid;gap:12px;padding:16px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.document-card.is-archived{opacity:.72}.document-list-wrap{margin-top:14px;overflow-x:auto;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.document-list-table{width:100%;min-width:1040px;border-collapse:collapse}.document-list-table th,.document-list-table td{padding:9px 10px;border-bottom:1px solid #e3eaf2;color:var(--portal-ink);text-align:left;vertical-align:middle}.document-list-table th{color:var(--portal-blue);background:#f7fafc;font-size:.72rem;font-weight:950;text-transform:uppercase;white-space:nowrap}.document-list-table tbody tr:last-child td{border-bottom:0}.document-list-table tbody tr:not(.document-edit-row):hover{background:#f8fbfd}.document-list-table tr.is-archived{background:#fafbfc}.document-name-cell{width:28%;min-width:210px}.document-name-cell strong,.document-name-cell small{display:block;max-width:310px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-name-cell strong{color:var(--portal-blue);font-size:.9rem}.document-name-cell small,.document-updated-cell{margin-top:2px;color:var(--portal-muted);font-size:.75rem}.document-badge{display:inline-flex;max-width:150px;min-height:24px;align-items:center;border:1px solid #d6e0eb;border-radius:999px;padding:3px 8px;overflow:hidden;color:#405269;background:#f4f7fa;font-size:.72rem;font-weight:850;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.band-badge{border-width:1px;font-weight:950}.band-badge.is-white{color:#26384d;border-color:#aebdce;background:#fff}.band-badge.is-yellow{color:#5b4700;border-color:#d4aa00;background:#fff0a6}.band-badge.is-orange{color:#713400;border-color:#e57718;background:#ffca8a}.band-badge.is-green{color:#fff;border-color:#17633f;background:#24784f}.band-badge.is-blue{color:#fff;border-color:#1554a0;background:#276bb7}.band-badge.is-red{color:#fff;border-color:#9c2532;background:#bd3644}.band-badge.is-brown{color:#fff;border-color:#53321e;background:#75472a}.band-badge.is-black{color:#fff;border-color:#111827;background:#273244}.band-badge.is-pink{color:#70205b;border-color:#c855a7;background:#f7c7e9}.band-badge.is-indigo{color:#fff;border-color:#4338a0;background:#5548b8}.band-badge.is-default{color:#26384d;border-color:#9aaabd;background:#e9eef4}.program-badge{color:#125e6a;border-color:#b8dce1;background:#edf9fa}.status-badge.is-active{color:#17603f;border-color:#b7dfca;background:#edf9f2}.status-badge.is-archived{color:#596779;border-color:#d1d9e3;background:#f3f5f7}.document-row-actions{width:1%;white-space:nowrap}.document-actions-compact{flex-wrap:nowrap;justify-content:flex-end;gap:5px}.document-actions-compact button,.document-actions-compact a,.document-actions-compact .document-disabled-action{min-height:30px;border-radius:6px;padding:0 8px;font-size:.72rem;white-space:nowrap}.document-actions-compact button.danger-action{color:#9f1239;border-color:#fecdd3;background:#fff1f2}.document-actions-compact button.danger-action:hover,.document-actions-compact button.danger-action:focus-visible{color:#7f1d1d;border-color:#fda4af}.document-edit-row td{padding:0;background:#f7fafc}.document-edit-row .document-edit-form{margin:0;border:0;border-radius:0}.notice-filter-form{grid-template-columns:repeat(2,minmax(180px,260px))}.notice-form .notice-message-field{grid-column:1 / -1}.notice-rich-text-field{display:grid;gap:0!important}.notice-field-label{margin-bottom:6px;color:var(--portal-muted)!important;font-size:.78rem!important;font-weight:900!important;text-transform:uppercase!important}.notice-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:7px;border:1px solid #b9c8d9;border-bottom:0;border-radius:8px 8px 0 0;background:#f3f7fa}.document-form .notice-editor-toolbar button,.document-edit-form .notice-editor-toolbar button{min-width:34px;min-height:32px;border:1px solid transparent;border-radius:6px;padding:0 9px;color:var(--portal-blue);background:transparent;box-shadow:none;font-size:.9rem;line-height:1}.document-form .notice-editor-toolbar button:hover,.document-form .notice-editor-toolbar button:focus-visible,.document-edit-form .notice-editor-toolbar button:hover,.document-edit-form .notice-editor-toolbar button:focus-visible{border-color:#91b8c8;color:#075d6a;background:#fff}.document-form .notice-editor-toolbar .notice-list-tool,.document-edit-form .notice-editor-toolbar .notice-list-tool{min-width:auto;font-size:.78rem;font-weight:850}.notice-toolbar-divider{width:1px;height:22px;margin:0 2px;background:#cbd7e3}.notice-rich-text-editor{min-height:210px;max-height:460px;overflow-y:auto;border:1px solid #b9c8d9;border-radius:0 0 8px 8px;padding:15px 16px;color:var(--portal-ink);background:#fff;font-size:1rem;font-weight:500;line-height:1.7;text-transform:none}.notice-rich-text-editor:focus{border-color:var(--portal-teal);outline:3px solid rgba(15,138,157,.16);outline-offset:1px}.notice-rich-text-editor:empty:before{color:#7b899c;content:attr(data-placeholder);pointer-events:none}.notice-rich-text-editor p,.notice-rich-text-editor ul,.notice-rich-text-editor ol{margin:0 0 .8em}.notice-rich-text-editor p:last-child,.notice-rich-text-editor ul:last-child,.notice-rich-text-editor ol:last-child{margin-bottom:0}.notice-rich-text-editor ul,.notice-rich-text-editor ol{padding-left:1.5em}.notice-editor-help{display:flex;justify-content:space-between;gap:12px;padding-top:6px}.notice-formatting-help{color:var(--portal-muted);font-size:.78rem;font-weight:700;line-height:1.45;text-transform:none}.notice-editor-help small:last-child{color:var(--portal-muted);font-size:.75rem;font-weight:750}.notice-editor-help small.is-over-limit{color:#b42318;font-weight:900}.notice-preview{grid-column:1 / -1;display:grid;gap:10px;padding:16px 18px;border:1px dashed #b8c7d9;border-radius:8px;background:#fff}.notice-preview>span{color:var(--portal-muted);font-size:.7rem;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.notice-checkbox{display:flex!important;align-items:center;align-self:end;grid-template-columns:none;min-height:40px;gap:9px!important;padding:8px 0;text-transform:none!important}.notice-checkbox input{width:18px;height:18px;min-height:18px;margin:0;padding:0}.notice-checkbox span{color:var(--portal-ink)!important;font-size:.86rem!important;text-transform:none!important}.notice-management-list,.student-notice-list{display:grid;gap:18px;margin-top:18px}.notice-card{display:grid;gap:18px;min-width:0;padding:clamp(22px,3vw,30px);border:1px solid #d6e0eb;border-left:5px solid var(--portal-teal);border-radius:10px;background:#fff;box-shadow:0 8px 22px #1222380e}.notice-card.is-important{border-color:#ead6b7;border-left-color:#b96a24;background:#fffaf2}.notice-card.is-archived{border-left-color:#94a3b8;background:#f8fafc}.notice-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.notice-title-line{display:flex;align-items:flex-start;flex-wrap:wrap;gap:9px;min-width:0}.notice-title-line h3,.student-notice-heading h3{margin:0;color:var(--portal-blue);font-size:clamp(1.18rem,2vw,1.42rem);line-height:1.25}.notice-important-badge{display:inline-flex;flex:0 0 auto;min-height:21px;align-items:center;border:1px solid #e7b178;border-radius:999px;padding:2px 7px;color:#713400;background:#fff4df;font-size:.65rem;font-weight:950;line-height:1;text-transform:uppercase}.notice-empty-state{margin-top:18px;color:var(--portal-muted)}.notice-message{display:grid;gap:.9em;min-width:0;color:var(--portal-ink);font-size:1.075rem;line-height:1.76;overflow-wrap:anywhere}.notice-message p,.notice-message ul,.notice-message ol{margin:0}.notice-message ul,.notice-message ol{padding-left:1.4em}.notice-message li+li{margin-top:.28em}.notice-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 22px;margin:0;padding-top:15px;border-top:1px solid #e3e9f0}.notice-meta div{min-width:0}.notice-meta dt{color:var(--portal-muted);font-size:.68rem;font-weight:950;letter-spacing:.035em;text-transform:uppercase}.notice-meta dd{margin:0;color:#415168;font-size:.82rem;font-weight:750;line-height:1.45}.notice-card-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.notice-card-actions button{min-height:36px}.notice-card-actions .danger-action{color:#9f1239;border-color:#fecdd3;background:#fff1f2}.notice-card-edit-form{margin:2px -4px -4px;border-top-color:var(--portal-teal)}.student-notice-card{gap:18px}.student-dashboard-notices{display:grid;gap:10px;padding-top:14px;border-top:1px solid #e0e8f1}.student-dashboard-notices-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.student-dashboard-notices-header h4{margin:0;color:var(--portal-blue);font-size:1rem}.student-dashboard-notices-header a{color:var(--portal-blue);font-size:.82rem;font-weight:900}.student-dashboard-notices>p{margin:0;color:var(--portal-muted)}.student-dashboard-notice-list{display:grid;gap:8px}.student-dashboard-notice-list article{display:grid;gap:4px;padding:9px 0;border-bottom:1px solid #e8edf3}.student-dashboard-notice-list article:last-child{border-bottom:0}.student-dashboard-notice-list article>div{display:flex;align-items:center;gap:8px}.student-dashboard-notice-list strong{color:var(--portal-ink);font-size:.88rem}.student-dashboard-notice-list p{display:-webkit-box;overflow:hidden;margin:0;color:var(--portal-muted);font-size:.82rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.resource-table-wrap{margin-top:22px;overflow:hidden;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.resource-table{width:100%;border-collapse:collapse}.resource-table th,.resource-table td{padding:12px 14px;border-bottom:1px solid #e0e8f1;color:var(--portal-ink);text-align:left;vertical-align:middle}.resource-table th{color:var(--portal-blue);background:#f7fafc;font-size:.78rem;font-weight:950;text-transform:uppercase}.resource-table tr:last-child td{border-bottom:0}.resource-table tr.is-archived{opacity:.72}.resource-title-button{border:0;padding:0;color:var(--portal-blue);background:transparent;font:inherit;font-weight:950;text-align:left}.resource-title-button:hover,.resource-title-button:focus-visible{color:var(--portal-teal);text-decoration:underline;text-underline-offset:3px}.resource-detail-page{display:grid;gap:16px;margin-top:22px;padding:18px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.resource-detail-page.is-archived{opacity:.82}.resource-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.resource-detail-header h3{margin:6px 0 0;color:var(--portal-blue);font-size:1.42rem}.resource-detail-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.resource-detail-meta div{min-width:0;padding:10px;border:1px solid #e0e8f1;border-radius:8px;background:#f8fbfd}.resource-detail-meta dt{color:var(--portal-muted);font-size:.72rem;font-weight:950;text-transform:uppercase}.resource-detail-meta dd{margin:4px 0 0;color:var(--portal-ink);font-weight:850}.resource-detail-description{display:grid;gap:6px}.resource-detail-description h4{margin:0;color:var(--portal-blue);font-size:.94rem}.resource-detail-description p{margin:0;color:var(--portal-muted);line-height:1.6}.document-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.document-card-header span,.document-card-header em{color:var(--portal-teal);font-size:.74rem;font-style:normal;font-weight:950;text-transform:uppercase}.document-card-header h3{margin:4px 0 0;color:var(--portal-blue);font-size:1.08rem}.document-card p{margin:0;color:var(--portal-muted);line-height:1.55}.document-link-missing{color:#8a5a00;font-weight:800}.document-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.document-meta div{min-width:0}.document-meta dt{color:var(--portal-muted);font-size:.72rem;font-weight:950;text-transform:uppercase}.document-meta dd{margin:3px 0 0;color:var(--portal-ink);font-weight:800}.document-actions{display:flex;flex-wrap:wrap;gap:8px}.help-label{display:inline-flex;align-items:center;gap:6px;min-width:0;vertical-align:middle}.help-label>span{min-width:0}.help-icon{display:inline-grid;flex:0 0 auto;width:22px;height:22px;min-height:22px;place-items:center;border:1px solid #cbd7e6;border-radius:50%;padding:0;color:var(--portal-blue);background:#fff;font-size:.78rem;font-weight:950;line-height:1}.help-icon:hover,.help-icon:focus-visible{color:#fff;border-color:var(--portal-teal);background:var(--portal-teal)}.resource-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.resource-chip{min-height:36px;border:1px solid #cbd7e6;border-radius:999px;padding:0 12px;color:var(--portal-blue);background:#fff;font-size:.86rem;font-weight:900}.resource-chip:hover,.resource-chip:focus-visible{border-color:var(--portal-teal);color:var(--portal-teal)}.resource-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:18px;background:#0f172a70}.resource-panel{width:min(620px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;display:grid;gap:16px;padding:22px;border:1px solid #d6e0eb;border-radius:8px;background:#fff;box-shadow:0 30px 80px #04133047}.resource-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.resource-panel-header h3{margin:6px 0 0;color:var(--portal-blue);font-size:1.35rem}.resource-panel-header button{min-height:36px;border:1px solid #cbd7e6;border-radius:8px;padding:0 12px;color:var(--portal-blue);background:#fff;font-weight:900}.resource-panel p{margin:0;color:var(--portal-muted);line-height:1.6}.feedback-table.members-table{min-width:820px;table-layout:fixed}.members-table th:nth-child(1){width:16%}.members-table th:nth-child(2){width:21%}.members-table th:nth-child(3){width:14%}.members-table th:nth-child(4){width:12%}.members-table th:nth-child(5){width:10%}.members-table th:nth-child(6){width:27%}.feedback-table.members-table.has-payment-status{min-width:980px}.members-table.has-payment-status th:nth-child(1){width:14%}.members-table.has-payment-status th:nth-child(2){width:18%}.members-table.has-payment-status th:nth-child(3){width:12%}.members-table.has-payment-status th:nth-child(4){width:11%}.members-table.has-payment-status th:nth-child(5){width:9%}.members-table.has-payment-status th:nth-child(6){width:13%}.members-table.has-payment-status th:nth-child(7){width:23%}.members-table th,.members-table td{padding:10px;overflow-wrap:anywhere}.members-actions-cell{min-width:220px}.payment-status-cell{min-width:112px}.payment-status-button{min-width:96px;min-height:34px;border:1px solid;border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:900;line-height:1.15}.payment-status-button.is-paid{border-color:#86d3ad;color:#166534;background:#dcfce7}.payment-status-button.is-not-paid{border-color:#fda4af;color:#9f1239;background:#fff1f2}.payment-status-button:hover:not(:disabled),.payment-status-button:focus-visible:not(:disabled){border-color:var(--portal-teal);color:var(--portal-teal)}.payment-status-button:disabled{cursor:not-allowed;opacity:.64}.member-row-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.member-row-actions button{min-height:32px;border:1px solid #cbd7e6;border-radius:7px;padding:3px 7px;color:var(--portal-blue);background:#fff;font-size:.76rem;font-weight:900;line-height:1.15}.member-row-actions button:hover,.member-row-actions button:focus-visible{border-color:var(--portal-teal);color:var(--portal-teal)}.member-row-actions button.danger-action{border-color:#fecdd3;color:#9f1239;background:#fff1f2}.member-feedback-form{margin-bottom:20px}.member-feedback-form>label,.member-feedback-list textarea{display:grid;gap:8px}.member-feedback-form textarea,.member-feedback-list textarea{width:100%;min-height:112px;border:1px solid #cbd7e6;border-radius:8px;padding:10px 12px;color:#10223f;background:#fff;resize:vertical}.member-feedback-list small{color:#64748b}.learning-reflection-form{display:grid;gap:14px;margin:18px 0 24px}.learning-reflection-form>label,.learning-reflection-list article>label{display:grid;gap:7px;color:#233956;font-weight:800}.learning-reflection-form textarea,.learning-reflection-form input[type=date],.learning-reflection-form select,.learning-reflection-list textarea{width:100%;border:1px solid #cbd7e6;border-radius:8px;padding:10px 12px;color:#10223f;background:#fff}.learning-reflection-form textarea,.learning-reflection-list textarea{resize:vertical}.reflection-label,.reflection-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.reflection-label small,.reflection-heading span{color:#64748b;font-size:.78rem;font-weight:700}.reflection-checkbox{display:flex!important;grid-template-columns:auto 1fr;align-items:center;justify-content:flex-start;gap:9px!important}.reflection-checkbox input{width:auto;margin:0}.learning-reflection-list{display:grid;gap:14px}.learning-reflection-list article{display:grid;gap:12px;padding:16px;border:1px solid #dbe4f0;border-radius:8px;background:#f8fafc}.learning-reflection-list dl{display:grid;gap:10px;margin:0}.learning-reflection-list dl div{display:grid;gap:3px}.learning-reflection-list dt{color:#334155;font-size:.78rem;font-weight:900;text-transform:uppercase}.learning-reflection-list dd{margin:0;color:#10223f;line-height:1.45}.reflection-self-check,.reflection-response{margin:0;border-radius:7px;padding:10px 12px;background:#fff7ed;color:#8a3c08;line-height:1.4}.reflection-response{background:#eff8ff;color:#164e76}.learning-reflection-list.is-staff-view article>button{justify-self:start}.reflection-submit-actions{margin-top:2px;border-top:1px solid #dbe4f0;padding-top:14px}.member-row-actions .reflection-primary-action{min-height:44px;border-color:var(--portal-blue);padding:10px 18px;color:#fff;background:var(--portal-blue);font-size:.92rem}.member-row-actions .reflection-primary-action:hover,.member-row-actions .reflection-primary-action:focus-visible{border-color:var(--portal-sky);color:#fff;background:var(--portal-sky)}.pagination-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--portal-muted);font-weight:800}.pagination-row div{display:flex;gap:8px}.pagination-row button,.link-button{min-height:34px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;color:var(--portal-blue);background:#fff;font-weight:900}.link-button{min-height:0;border:0;padding:0;text-align:left;color:var(--portal-teal);background:transparent}.member-detail-panel{display:grid;gap:16px;padding-top:20px;border-top:1px solid #d6e0eb}.member-detail-anchor,.member-detail-anchor>.data-panel{height:100%}.meeting-list-panel h3{margin:0 0 14px;color:var(--portal-blue)}.meeting-table-wrap,.role-table-wrap{overflow-x:auto;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.meeting-table,.role-assignment-table{width:100%;border-collapse:collapse}.meeting-table{min-width:860px}.role-assignment-table{table-layout:fixed}.meeting-table th,.meeting-table td,.role-assignment-table th,.role-assignment-table td{padding:10px 12px;border-bottom:1px solid #e0e8f1;color:var(--portal-ink);text-align:left;vertical-align:middle}.meeting-table th,.role-assignment-table th{color:var(--portal-blue);background:#f7fafc;font-size:.78rem;font-weight:950;text-transform:uppercase}.meeting-table tr.is-selected td{background:#f0f8fb}.meeting-row-actions,.meeting-mode-tabs{display:flex;flex-wrap:wrap;gap:8px}.meeting-row-actions{align-items:flex-start;min-width:330px}.meeting-actions-menu{position:relative}.meeting-actions-menu summary{display:inline-flex;align-items:center;min-height:36px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;color:var(--portal-blue);background:#fff;font-size:.84rem;font-weight:900;cursor:pointer;list-style:none}.meeting-actions-menu summary::-webkit-details-marker{display:none}.meeting-actions-menu summary:after{content:"";width:7px;height:7px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}.meeting-actions-menu[open] summary{border-color:var(--portal-teal);color:var(--portal-teal)}.meeting-actions-menu-panel{display:grid;gap:6px;min-width:150px;margin-top:6px;padding:8px;border:1px solid #d6e0eb;border-radius:8px;background:#f8fafc}.meeting-actions-menu-panel button{width:100%;justify-content:flex-start;text-align:left}.member-destructive-actions{display:flex;margin-top:10px;padding-top:10px;border-top:1px solid #f1c7c7}.meeting-row-actions button,.meeting-mode-tabs button,.manager-toolbar button,.booking-list button,.manager-role-row button,.score-feedback-row button{min-height:36px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;color:var(--portal-blue);background:#fff;font-size:.84rem;font-weight:900}.meeting-row-actions button:hover,.meeting-mode-tabs button:hover,.manager-toolbar button:hover,.booking-list button:hover,.manager-role-row button:hover,.score-feedback-row button:hover{border-color:var(--portal-teal);color:var(--portal-teal)}.meeting-row-actions button.danger-action{color:#9f1239;border-color:#fecdd3;background:#fff1f2}.meeting-row-actions button.danger-action:hover,.meeting-row-actions button.danger-action:focus-visible{color:#7f1d1d;border-color:#fda4af}.meeting-delete-dialog{width:min(560px,100%);max-height:calc(100vh - 36px);overflow-y:auto;border-top:4px solid #be123c}.workspace-error-state{display:grid;gap:10px;margin-top:26px;padding:24px;border:1px solid #f0c36d;border-left:5px solid #c47b00;border-radius:8px;background:#fffaf0}.admin-status.is-warning{border-color:#f0c36d;color:#7a4b00;background:#fffaf0}.workspace-error-state.is-compact{margin-top:18px}.workspace-error-state h2,.workspace-error-state p,.portal-fatal-error h1,.portal-fatal-error p{margin:0}.workspace-error-state h2{color:var(--portal-ink);font-size:1.2rem}.workspace-error-state>p:not(.eyebrow),.portal-fatal-error p{color:var(--portal-muted)}.workspace-error-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.workspace-error-actions button,.workspace-error-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--portal-blue);border-radius:8px;padding:0 14px;color:#fff;background:var(--portal-blue);font-weight:900;text-decoration:none}.workspace-error-actions a,.workspace-error-actions .secondary-action{color:var(--portal-blue);background:#fff}.portal-fatal-error{display:grid;min-height:100vh;place-items:center;padding:24px;background:#f4f7fb}.portal-fatal-error>section{display:grid;gap:14px;width:min(620px,100%);padding:30px;border:1px solid #d6e0eb;border-top:5px solid var(--portal-blue);border-radius:8px;background:#fff;box-shadow:0 18px 50px #1222381f}.portal-fatal-error h1{color:var(--portal-ink);font-size:1.65rem}.meeting-delete-dialog h3{margin:6px 0 0;color:#881337;font-size:1.35rem}.meeting-delete-dialog p strong{color:var(--portal-ink)}.meeting-delete-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.meeting-delete-actions button{min-height:40px;border:1px solid #cbd7e6;border-radius:8px;padding:0 14px;color:var(--portal-blue);background:#fff;font-weight:900}.meeting-delete-actions button.danger-action{color:#fff;border-color:#be123c;background:#be123c}.meeting-delete-actions button:disabled{cursor:wait;opacity:.64}.meeting-mode-tabs{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #d6e0eb}.meeting-mode-tabs button.is-active{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.meeting-mode-section{display:grid;gap:16px}.meeting-summary{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px;border:1px solid #d6e0eb;border-radius:8px;background:#f7fafc}.meeting-summary h3{margin:4px 0 0;color:var(--portal-blue)}.meeting-summary p:last-child{margin:8px 0 0;color:var(--portal-muted)}.booking-list,.manager-role-list,.score-feedback-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.booking-list li,.manager-role-row,.score-feedback-row{display:grid;gap:10px;align-items:end;padding:14px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.booking-list li{grid-template-columns:minmax(0,1fr) auto}.booking-list li.is-open{border-left:4px solid var(--portal-orange)}.booking-list strong,.manager-role-row strong,.score-feedback-row strong{color:var(--portal-ink)}.booking-list span,.manager-role-row span,.score-feedback-row span{display:block;margin-top:4px;color:var(--portal-muted)}.booking-list em{color:var(--portal-muted);font-style:normal;font-weight:900}.manager-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.feedback-context{display:grid;gap:4px;padding:14px;border:1px solid #d6e0eb;border-radius:8px;background:#f7fafc}.feedback-context strong{color:var(--portal-blue)}.feedback-context span{color:var(--portal-muted)}.manager-role-row{grid-template-columns:minmax(150px,1fr) minmax(180px,1fr) minmax(180px,1fr) minmax(160px,1fr) 80px auto auto}.manager-role-auto-assignment{align-self:stretch;padding:10px;border:1px solid #d6e0eb;border-radius:8px;background:#f7fafc}.score-feedback-row{grid-template-columns:minmax(180px,.9fr) minmax(180px,.85fr) 110px minmax(260px,1.2fr) auto}.manager-role-row label,.score-feedback-row label{display:grid;gap:5px;color:var(--portal-muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.manager-role-row input,.manager-role-row select,.score-feedback-row input,.score-feedback-row select,.score-feedback-row textarea{min-height:40px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;color:var(--portal-ink);background:#fff}.score-feedback-row textarea{min-height:82px;padding:10px;resize:vertical}.manager-role-row button.danger-action{color:#9f1239;background:#ffe4e6}.meeting-form.compact{margin-top:0}.meeting-card{padding:20px;border:1px solid #dbe4f0;border-radius:8px;background:#fff}.meeting-card-header{display:flex;justify-content:space-between;gap:18px}.meeting-card-header span{color:#0089ca;font-size:.78rem;font-weight:900;text-transform:uppercase}.meeting-card-header p{margin:8px 0 0;color:#64748b}.meeting-card-header .open-role-summary{color:var(--portal-orange);font-weight:900}.meeting-actions{display:flex;align-items:flex-start;gap:10px}.lock-pill{display:inline-flex;min-height:34px;align-items:center;border-radius:999px;padding:0 12px;color:#14532d;background:#dcfce7;font-size:.82rem}.lock-pill.locked{color:#7f1d1d;background:#fee2e2}.role-slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.role-slot{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:8px;background:#f8fafc}.role-slot.is-open{border-color:#e6690a57;background:#fffaf5}.role-slot div{display:grid;gap:4px}.role-slot strong{color:#10223f}.role-slot span{color:#64748b}.role-slot select{width:min(220px,100%)}.role-management-controls{display:grid;grid-template-columns:minmax(150px,1fr) 82px minmax(170px,1fr) auto;gap:10px;align-items:end}.role-management-controls label,.slot-editor label{display:grid;gap:4px;color:#64748b;font-size:.78rem;font-weight:900;text-transform:uppercase}.role-management-controls input{width:100%}.slot-editor{grid-column:1 / -1;display:grid;grid-template-columns:minmax(180px,1fr) minmax(160px,1fr) 84px auto auto;gap:10px;align-items:end;padding-top:10px;border-top:1px solid #e0e8f1}.add-slot-editor{grid-template-columns:minmax(220px,.8fr) minmax(180px,1fr) auto;margin-top:18px;padding:14px;border:1px solid #d6e0eb;border-radius:8px;background:#f7fafc}.slot-editor select,.slot-editor input{min-height:40px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;background:#fff}.slot-editor button.danger-action{color:#9f1239;background:#ffe4e6}.attendance-panel{margin-top:20px;padding-top:18px;border-top:1px solid #dbe4f0}.attendance-meeting-context{padding:18px;border:2px solid #9acbe3;border-radius:10px;background:#f2faff}.attendance-meeting-context h3{margin:4px 0 6px;color:var(--portal-blue)}.attendance-scope-note{margin:0;color:#274768;font-weight:700}.attendance-meeting-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:18px 0 0}.attendance-meeting-details div{display:grid;gap:3px}.attendance-meeting-details dt{color:var(--portal-muted);font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.attendance-meeting-details dd{margin:0;color:var(--portal-ink);font-weight:800}.meeting-selection-prompt{color:var(--portal-muted);font-weight:800;text-align:center}.meeting-selection-prompt p{margin:0}.attendance-panel h4{margin:0;color:#00296b;font-size:1rem}.attendance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.attendance-grid label{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:10px;align-items:center;padding:12px;border-radius:8px;background:#f8fafc}.attendance-grid span{color:#10223f;font-weight:800}.attendance-table-wrap{margin-top:16px;overflow-x:auto;border:1px solid #d6e0eb;border-radius:8px}.attendance-table{width:100%;border-collapse:collapse;background:#fff}.attendance-table th,.attendance-table td{padding:12px 14px;border-bottom:1px solid #e0e8f1;text-align:left}.attendance-table tr:last-child td{border-bottom:0}.attendance-table select{width:min(100%,220px);min-height:42px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;background:#fff}.attendance-actions{display:flex;justify-content:flex-end;margin-top:14px}.attendance-actions button{min-height:42px;border:0;border-radius:8px;padding:0 18px;color:#fff;background:var(--portal-blue);font-weight:900}.feedback-table-wrap{margin-top:18px;overflow-x:auto;border:1px solid #d6e0eb;border-radius:8px}.feedback-table,.student-feedback-table{width:100%;min-width:920px;border-collapse:collapse;background:#fff}.feedback-table th,.feedback-table td,.student-feedback-table th,.student-feedback-table td{padding:12px 14px;border-bottom:1px solid #e0e8f1;color:var(--portal-ink);text-align:left;vertical-align:top}.feedback-table th,.student-feedback-table th{color:var(--portal-blue);background:#f7fafc;font-size:.78rem;font-weight:950;text-transform:uppercase}.feedback-table td span,.student-feedback-table td span{display:block;margin-top:4px;color:var(--portal-muted);font-size:.88rem}.student-feedback-table-wrap{margin-top:16px;overflow-x:auto;border:1px solid #d6e0eb;border-radius:8px}.admin-form.wide{grid-column:1 / -1}.admin-form h3,.data-panel h3{margin:0;color:#00296b}.admin-form label{display:grid;gap:7px;color:#243657;font-weight:800}.admin-form input,.admin-form select{min-height:44px;border:1px solid #d4dcea;border-radius:8px;padding:0 12px;background:#fff}.admin-form select[multiple]{min-height:116px;padding:8px 12px}.admin-form input:focus,.admin-form select:focus{outline:3px solid rgba(0,137,202,.2);border-color:#0089ca}.form-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-table-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-panel{min-width:0;padding:20px;border:1px solid #dbe4f0;border-radius:8px;background:#fff}.record-list{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}.record-list li{display:grid;gap:4px;padding:12px;border-radius:8px;background:#f8fafc}.record-list li.is-editing-user{gap:12px;border:1px solid rgba(15,138,157,.32);background:#f2fbfd}.record-list li>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.record-list strong{color:#10223f}.record-list span{color:#64748b;font-size:.92rem;line-height:1.45}.status-badge{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;padding:0 10px;font-size:.76rem;font-style:normal;font-weight:950}.status-badge.is-active{color:#155c3d;background:#def7eb}.status-badge.is-inactive{color:#7f1d1d;background:#fee2e2}.text-action{justify-self:start;min-height:32px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;color:var(--portal-blue);background:#fff;font-size:.84rem;font-weight:900}.text-action:hover{border-color:var(--portal-teal);color:var(--portal-teal)}.text-action.danger-action{color:#9f1239;border-color:#fecdd3;background:#fff1f2}.text-action.danger-action:hover{color:#7f1d1d;border-color:#fda4af}@media(max-width:860px){.login-panel,.dashboard-hero,.dashboard-grid,.admin-summary-grid,.progress-summary-grid,.admin-form-grid,.assignment-form,.admin-table-grid,.student-progress-grid,.form-two-column,.role-slot-grid,.member-points-forms,.student-points-progress,.attendance-grid{grid-template-columns:1fr}.portal-header{align-items:flex-start;flex-direction:column}.user-menu{width:100%;flex-wrap:wrap}.admin-heading{align-items:flex-start;flex-direction:column}.meeting-card-header,.meeting-actions,.role-slot{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.role-slot select{width:100%}.role-management-controls,.slot-editor,.add-slot-editor,.manager-role-row,.score-feedback-row,.student-placement-form,.attendance-grid label,.requirement-list li,.requirement-controls{grid-template-columns:1fr}.meeting-summary{flex-direction:column}.attendance-meeting-details,.booking-list li{grid-template-columns:1fr}.assignment-list li{align-items:flex-start;flex-direction:column}.resource-table-wrap{border:0;background:transparent}.resource-table,.resource-table thead,.resource-table tbody,.resource-table tr,.resource-table th,.resource-table td{display:block}.resource-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.resource-table tr{display:grid;gap:8px;margin-bottom:10px;padding:12px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.resource-table td{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;padding:0;border:0}.resource-table td:before{content:attr(data-label);color:var(--portal-muted);font-size:.72rem;font-weight:950;text-transform:uppercase}.resource-detail-header{flex-direction:column}.resource-detail-meta{grid-template-columns:1fr}}@media(max-width:520px){.login-page,.portal-shell{padding:14px}.login-brand,.login-form,.dashboard-hero{padding:24px}.user-menu button{width:100%}}@media(max-width:860px){.notice-filter-form,.notice-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--portal-action-blue: #00296b;--portal-action-blue-hover: #001d4d;--portal-action-blue-active: #00153a;--portal-action-orange: #b54708;--portal-action-orange-hover: #8f3506;--portal-action-orange-active: #762d05;--portal-action-disabled: #64748b}:is(.admin-heading>button,.admin-heading>.meeting-row-actions>button,.admin-form button:not(.text-action):not(.danger-action),.edit-user-actions button[type=submit],.assignment-form button,.document-add-toggle button,.document-form button[type=submit],.document-edit-form button[type=submit],.meeting-form button:not(.secondary-action):not(.danger-action),.role-definition-form button[type=submit],.student-placement-form button[type=submit],.requirement-controls button:not(.text-action):not(.danger-action),.score-feedback-row button:not(.danger-action),.workspace-error-actions button:not(.secondary-action)){--primary-action-active: var(--portal-action-blue-active);border-color:var(--portal-action-blue);color:#fff;background:var(--portal-action-blue);opacity:1}:is(.meeting-form button:not(.secondary-action):not(.danger-action),.role-definition-form button[type=submit],.score-feedback-row button:not(.danger-action)){--primary-action-hover: var(--portal-action-orange-hover);--primary-action-active: var(--portal-action-orange-active);border-color:var(--portal-action-orange);background:var(--portal-action-orange)}:is(.admin-heading>button,.admin-heading>.meeting-row-actions>button,.admin-form button:not(.text-action):not(.danger-action),.edit-user-actions button[type=submit],.assignment-form button,.document-add-toggle button,.document-form button[type=submit],.document-edit-form button[type=submit],.meeting-form button:not(.secondary-action):not(.danger-action),.role-definition-form button[type=submit],.student-placement-form button[type=submit],.requirement-controls button:not(.text-action):not(.danger-action),.score-feedback-row button:not(.danger-action),.workspace-error-actions button:not(.secondary-action)):hover:not(:disabled){border-color:var(--primary-action-hover, var(--portal-action-blue-hover));color:#fff;background:var(--primary-action-hover, var(--portal-action-blue-hover))}:is(.admin-heading>button,.admin-heading>.meeting-row-actions>button,.admin-form button:not(.text-action):not(.danger-action),.edit-user-actions button[type=submit],.assignment-form button,.document-add-toggle button,.document-form button[type=submit],.document-edit-form button[type=submit],.meeting-form button:not(.secondary-action):not(.danger-action),.role-definition-form button[type=submit],.student-placement-form button[type=submit],.requirement-controls button:not(.text-action):not(.danger-action),.score-feedback-row button:not(.danger-action),.workspace-error-actions button:not(.secondary-action)):active:not(:disabled){border-color:var(--primary-action-active);color:#fff;background:var(--primary-action-active);transform:translateY(0)}:is(.admin-heading>button,.admin-heading>.meeting-row-actions>button,.admin-form button:not(.text-action):not(.danger-action),.edit-user-actions button[type=submit],.assignment-form button,.document-add-toggle button,.document-form button[type=submit],.document-edit-form button[type=submit],.meeting-form button:not(.secondary-action):not(.danger-action),.role-definition-form button[type=submit],.student-placement-form button[type=submit],.requirement-controls button:not(.text-action):not(.danger-action),.score-feedback-row button:not(.danger-action),.workspace-error-actions button:not(.secondary-action)):focus-visible{outline:3px solid #fbbf24;outline-offset:3px;color:#fff}:is(.admin-heading>button,.admin-heading>.meeting-row-actions>button,.admin-form button:not(.text-action):not(.danger-action),.edit-user-actions button[type=submit],.assignment-form button,.document-add-toggle button,.document-form button[type=submit],.document-edit-form button[type=submit],.meeting-form button:not(.secondary-action):not(.danger-action),.role-definition-form button[type=submit],.student-placement-form button[type=submit],.requirement-controls button:not(.text-action):not(.danger-action),.score-feedback-row button:not(.danger-action),.workspace-error-actions button:not(.secondary-action)):disabled{cursor:not-allowed;border-color:var(--portal-action-disabled);color:#fff;background:var(--portal-action-disabled);box-shadow:none;opacity:1}.admin-form button.text-action,.edit-user-actions button.text-action,.meeting-form button.secondary-action,.workspace-error-actions button.secondary-action{border-color:#9fb0c5;color:var(--portal-blue);background:#fff;opacity:1}:is(.admin-form button.text-action,.edit-user-actions button.text-action,.meeting-form button.secondary-action,.workspace-error-actions button.secondary-action):hover:not(:disabled),:is(.admin-form button.text-action,.edit-user-actions button.text-action,.meeting-form button.secondary-action,.workspace-error-actions button.secondary-action):focus-visible{border-color:var(--portal-teal);color:#0b6675;background:#fff}:is(.admin-form button.text-action,.edit-user-actions button.text-action,.meeting-form button.secondary-action,.workspace-error-actions button.secondary-action):disabled{cursor:not-allowed;border-color:#cbd5e1;color:#526277;background:#f1f5f9;opacity:1}@media(max-width:520px){.notice-filter-form{grid-template-columns:1fr}.notice-card{gap:15px;padding:18px 16px}.notice-card-heading,.student-notice-heading,.student-dashboard-notices-header{align-items:flex-start;flex-direction:column}.notice-meta{grid-template-columns:1fr;gap:10px}.notice-card-actions button{flex:1 1 auto}}:root{--portal-bg: #eef3f8;--portal-bg-soft: #f7fafc;--portal-ink: #132238;--portal-muted: #5e6d82;--portal-teal: #0f8a9d;--portal-green: #1f8a5b;--portal-shadow: 0 18px 44px rgba(18, 34, 56, .08)}body{color:var(--portal-ink);background:linear-gradient(180deg,#f8fbfd 0,var(--portal-bg) 100%)}.login-page{background-color:var(--portal-brand-white);background:radial-gradient(circle at 15% 18%,rgba(154,105,255,.2),transparent 30%),radial-gradient(circle at 88% 12%,rgba(0,137,202,.2),transparent 28%),linear-gradient(135deg,var(--portal-brand-white) 0,#ffffff 42%,#eaf8fc 100%)}.login-panel{width:min(1080px,100%);grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);border:1px solid rgba(0,41,107,.16);box-shadow:0 30px 80px #04133047}.login-brand{display:grid;align-content:center;gap:18px;min-height:560px;padding:clamp(34px,6vw,68px);background:linear-gradient(145deg,#00296bfa,#00296bf0 50%,#b14397e0),var(--portal-blue)}.login-logo-lockup{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:8px}.login-logo-card{display:grid;width:min(100%,180px);min-height:104px;place-items:center;padding:16px;border-radius:8px;background:#fff;border:1px solid rgba(0,41,107,.12);box-shadow:0 14px 34px #0413303d}.login-logo-card img{display:block;width:100%;max-width:144px;height:auto;object-fit:contain}.login-logo-lockup span{color:#d6f7ff;font-size:.78rem;font-weight:950;text-transform:uppercase}.login-mark{display:grid;width:48px;height:48px;place-items:center;color:#fff;background:var(--portal-orange);border-radius:8px;font-size:1.1rem;font-weight:950}.login-brand h1{max-width:520px;margin:0;color:#fff;font-size:clamp(2.4rem,5vw,4.7rem);letter-spacing:0;line-height:.98}.login-tagline{margin:0;color:#ffbf96;font-size:clamp(1rem,2vw,1.28rem);font-weight:950}.login-brand p{max-width:560px;margin:0;color:#ffffffdb;font-size:1.08rem}.login-form{align-content:center;gap:18px;padding:clamp(28px,5vw,58px);background:linear-gradient(180deg,#fff 0,#fff8fd)}.login-form-heading h2{margin:0;color:var(--portal-blue);font-size:1.7rem}.login-form-heading p{margin:6px 0 0;color:var(--portal-muted)}.login-form input,.admin-form input,.admin-form select,.meeting-form input,.meeting-form select,.role-slot select,.role-slot input,.attendance-grid select,.requirement-manager>.admin-heading>select,.requirement-controls input{color:var(--portal-ink);border-color:#cbd7e6;background:#fff}.login-form button[type=submit]{background:var(--portal-orange)}.portal-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:0;min-height:100vh;padding:0}.portal-sidebar{position:sticky;top:0;display:grid;grid-template-rows:auto 1fr auto;gap:22px;height:100vh;padding:20px 16px;color:#fff;background:linear-gradient(180deg,var(--portal-blue) 0,#062b66 62%,rgba(177,67,151,.9) 100%);border-right:1px solid rgba(255,255,255,.08)}.portal-brand{display:flex;align-items:center;gap:12px;min-width:0;padding:6px 4px;color:#fff;background:transparent;text-decoration:none}.portal-brand-logo{display:grid;flex:0 0 110px;width:110px;max-width:42vw;height:45px;min-height:45px;place-items:center;padding:6px 10px;border:0;border-radius:6px;background:#fff;box-shadow:none}.portal-brand-logo img{display:block;width:100%;max-width:92px;max-height:31px;height:auto;aspect-ratio:auto;object-fit:contain}.portal-brand-text{display:grid;gap:3px;min-width:0;text-align:left}.portal-brand strong{display:block;color:#fff;font-size:1rem;line-height:1.1}.portal-brand small,.portal-sidebar-footer small{color:#d6f7ff}.portal-nav{display:grid;align-content:start;gap:7px}.portal-nav a{min-height:42px;display:flex;align-items:center;padding:0 14px;color:#ffffffd1;border-radius:8px;text-decoration:none;font-weight:800}.portal-nav a:hover,.portal-nav a:focus-visible{color:#fff;background:#ffffff1f}.portal-sidebar-footer{display:grid;gap:5px;padding:14px;color:#fff;background:#ffffff1c;border:1px solid rgba(255,255,255,.12);border-radius:8px}.portal-sidebar-footer span{font-weight:900}.portal-content{min-width:0;padding:clamp(22px,4vw,44px)}.portal-header,.dashboard-hero,.dashboard-grid,.admin-workspace,.meeting-workspace,.members-workspace,.documents-workspace,.notices-workspace,.feedback-report,.student-progress,.deferred-workspace{width:min(1240px,100%)}.portal-header{align-items:flex-start;margin-bottom:24px}.portal-header p{color:var(--portal-teal);text-transform:uppercase;letter-spacing:0;font-size:.78rem}.portal-header h1{margin-top:6px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.user-menu{min-width:min(100%,340px);padding:12px}.user-menu span{background:var(--portal-teal)}.dashboard-hero{grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);margin-top:0;padding:clamp(26px,4vw,42px);background:linear-gradient(135deg,#00296bf5,#0f8a9dd1),var(--portal-blue)}.dashboard-hero h2{font-size:clamp(2rem,4vw,3.2rem)}.status-card{align-self:stretch;display:grid;align-content:center}.status-card span{color:#c8f1f7}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.student-home-summary{width:min(1240px,100%);display:grid;gap:16px;margin-top:18px;padding:18px;border:1px solid #d6e0eb;border-radius:8px;background:#fffffffa;box-shadow:var(--portal-shadow)}.student-home-summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.student-home-summary-header h3{margin:4px 0 0;color:var(--portal-blue);font-size:1.25rem}.student-home-summary-header span{color:var(--portal-muted);font-weight:850}.student-home-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.student-home-grid article{min-width:0;display:grid;gap:6px;padding:14px;border:1px solid #e0e8f1;border-radius:8px;background:#f8fbfd}.student-home-grid span{color:var(--portal-muted);font-size:.74rem;font-weight:950;text-transform:uppercase}.student-home-grid strong{color:var(--portal-blue);font-size:1.15rem;line-height:1.2}.student-home-grid small{color:var(--portal-muted);font-weight:750;line-height:1.35}.student-home-grid .student-next-requirement{border-color:#8cc8df;background:#f0f9fd}.next-requirement-guide-button{width:fit-content;min-height:34px;margin-top:4px;border:1px solid #2387b4;border-radius:7px;padding:0 11px;color:#005f89;background:#fff;font-weight:900;cursor:pointer}.next-requirement-guide-button:hover,.next-requirement-guide-button:focus-visible{color:#fff;background:#006f9f}.next-requirement-guide-button:focus-visible{outline:3px solid rgba(0,137,202,.24);outline-offset:2px}.student-quick-links{display:flex;flex-wrap:wrap;gap:8px}.student-quick-links a{min-height:36px;display:inline-flex;align-items:center;border:1px solid #cbd7e6;border-radius:8px;padding:0 12px;color:var(--portal-blue);background:#fff;font-size:.88rem;font-weight:900;text-decoration:none}.student-quick-links a:hover,.student-quick-links a:focus-visible{border-color:var(--portal-teal);color:var(--portal-teal)}.portal-card,.admin-workspace,.meeting-workspace,.members-workspace,.documents-workspace,.notices-workspace,.feedback-report,.student-progress,.deferred-workspace,.data-panel{border-color:#d6e0eb;background:#fffffffa;box-shadow:var(--portal-shadow)}.portal-card{border-top:0;position:relative}.portal-card:before,.admin-workspace:before,.meeting-workspace:before,.members-workspace:before,.documents-workspace:before,.notices-workspace:before,.feedback-report:before,.student-progress:before{display:block;width:44px;height:4px;margin-bottom:16px;background:var(--portal-teal);border-radius:999px;content:""}.admin-workspace,.meeting-workspace,.members-workspace,.documents-workspace,.notices-workspace,.feedback-report,.student-progress,.deferred-workspace{margin-top:22px}.admin-heading h2,.deferred-workspace h2,.data-panel h3,.portal-card h3,.meeting-form h3,.meeting-card h3,.admin-form h3{color:var(--portal-blue)}.summary-tile{background:linear-gradient(180deg,#fff,#f7fafc);border-color:#d6e0eb}.summary-tile strong{color:var(--portal-teal)}.admin-form,.meeting-form{background:var(--portal-bg-soft);border-color:#d6e0eb;border-top-color:var(--portal-teal)}.meeting-form{border-top-color:var(--portal-orange)}.admin-heading button,.admin-form button,.requirement-controls button,.agenda-download{background:var(--portal-blue)}.meeting-form button,.meeting-actions button,.role-slot button{background:var(--portal-orange)}.meeting-card{border-color:#d6e0eb;box-shadow:0 10px 26px #1222380d}.role-slot,.attendance-grid label,.record-list li{background:#f7fafc;border:1px solid #e0e8f1}.lock-pill{color:#155c3d;background:#def7eb}.student-context-card{background:linear-gradient(135deg,var(--portal-blue),var(--portal-teal))}@media(max-width:1080px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{position:static;height:auto;grid-template-columns:1fr;gap:16px;padding:16px}.portal-brand{align-items:center;padding:10px}.portal-brand-logo{flex-basis:110px;width:110px;height:45px;min-height:45px;padding:6px 10px}.portal-brand-logo img{max-width:92px;max-height:31px}.portal-nav{display:flex;flex-wrap:wrap}.portal-nav a{min-height:38px}.portal-sidebar-footer{display:none}}@media(max-width:860px){.login-page{padding:18px}.login-panel{grid-template-columns:1fr}.login-brand{min-height:auto;padding:28px}.login-logo-card{width:156px;min-height:92px;padding:14px}.login-form{padding:28px}.portal-content{padding:18px}.dashboard-grid,.dashboard-hero{grid-template-columns:1fr}.student-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.document-list-toolbar{align-items:stretch;flex-direction:column}.document-list-controls{justify-content:space-between}.document-list-controls label{flex:1 1 auto}.document-list-controls select{width:100%}.document-list-wrap{overflow:visible;border:0;background:transparent}.document-list-table,.document-list-table thead,.document-list-table tbody,.document-list-table tr,.document-list-table th,.document-list-table td{display:block}.document-list-table{min-width:0}.document-list-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.document-list-table tbody{display:grid;gap:10px}.document-list-table tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px;padding:12px;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.document-list-table tbody tr.is-archived{background:#fafbfc}.document-list-table td{display:grid;min-width:0;gap:4px;padding:0;border:0}.document-list-table td:before{content:attr(data-label);color:var(--portal-muted);font-size:.66rem;font-weight:950;text-transform:uppercase}.document-list-table .document-name-cell,.document-list-table .document-row-actions{grid-column:1 / -1;width:auto}.document-name-cell strong,.document-name-cell small{max-width:none}.document-actions-compact{flex-wrap:wrap;justify-content:flex-start}.document-list-table tbody .document-edit-row{display:block;padding:0;overflow:hidden}.document-edit-row td:before{content:none}}@media(max-width:520px){.login-brand,.login-form{padding:22px}.login-logo-lockup{align-items:flex-start;flex-direction:column}.login-logo-card{width:146px}.login-brand h1{font-size:2.15rem}.portal-brand-logo{flex-basis:104px;width:104px;height:42px;min-height:42px}.portal-brand-logo img{max-width:88px;max-height:28px}.student-home-summary-header{flex-direction:column}.student-home-grid{grid-template-columns:1fr}.student-quick-links a{flex:1 1 100%;justify-content:center}.document-list-controls{align-items:stretch;flex-direction:column}.document-list-table tbody tr{grid-template-columns:1fr}.document-list-table .document-name-cell,.document-list-table .document-row-actions{grid-column:auto}.document-actions-compact button,.document-actions-compact a,.document-actions-compact .document-disabled-action{flex:1 1 auto;justify-content:center}}.overview-intro,.overview-launch-grid,.student-home-summary{width:min(1240px,100%)}.portal-nav a.is-active{color:#fff;background:#ffffff29;box-shadow:inset 3px 0 0 var(--portal-orange)}.overview-intro{display:grid;gap:7px;padding:4px 0 2px}.overview-intro h2{margin:0;color:var(--portal-blue);font-size:1.65rem;line-height:1.2}.overview-intro p,.overview-intro small{margin:0;color:var(--portal-muted);line-height:1.5}.overview-intro small{margin-top:3px;font-weight:750}.overview-launch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.overview-launch-grid a{min-width:0;min-height:118px;display:grid;grid-template-rows:auto 1fr auto;gap:7px;padding:17px;border:1px solid #d6e0eb;border-left:4px solid var(--portal-teal);border-radius:8px;color:var(--portal-ink);background:#fff;box-shadow:0 7px 20px #1222380d;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.overview-launch-grid a:hover,.overview-launch-grid a:focus-visible{border-color:var(--portal-teal);box-shadow:0 11px 26px #00296b1a;transform:translateY(-1px)}.overview-launch-grid strong{color:var(--portal-blue);font-size:1.05rem}.overview-launch-grid span{color:var(--portal-muted);font-size:.88rem;line-height:1.4}.overview-launch-grid small{color:var(--portal-teal);font-size:.78rem;font-weight:900}.student-home-summary{margin-top:16px;padding:16px;box-shadow:0 7px 20px #1222380d}.student-home-grid article{min-height:104px}.student-home-grid .student-band-highlight{border-color:#7eabc0;background:#eaf7f9}.student-home-grid .student-band-highlight strong{color:#004f62;font-size:1.45rem}.student-home-grid .student-payment-status.is-paid{border-color:#86d3ad;background:#ecfdf3}.student-home-grid .student-payment-status.is-paid strong{color:#166534}.student-home-grid .student-payment-status.is-not-paid{border-color:#fda4af;background:#fff5f6}.student-home-grid .student-payment-status.is-not-paid strong{color:#9f1239}.student-resource-groups,.resource-link-groups{display:grid;gap:10px;margin-top:18px}.resource-link-group{overflow:hidden;border:1px solid #d6e0eb;border-radius:8px;background:#fff}.resource-link-group summary{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 15px;color:var(--portal-blue);background:#f7fafc;cursor:pointer;list-style:none}.resource-link-group summary::-webkit-details-marker{display:none}.resource-link-group summary:after{width:22px;color:var(--portal-teal);content:"+";font-size:1.35rem;font-weight:700;text-align:center}.resource-link-group[open] summary:after{content:"-"}.resource-link-group summary span{min-width:0;font-weight:900}.resource-link-group summary small{color:var(--portal-muted);font-weight:750;white-space:nowrap}.resource-link-group summary:hover,.resource-link-group summary:focus-visible{background:#eef6f8}.resource-link-group-content{display:grid;gap:14px;padding:15px;border-top:1px solid #e0e8f1}.resource-link-group-content>p{margin:0;color:var(--portal-muted)}.resource-link-group-content .resource-table-wrap,.resource-link-group-content .resource-chip-list{margin-top:0}@media(max-width:860px){.overview-launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.overview-launch-grid{grid-template-columns:1fr}.overview-launch-grid a{min-height:104px}.resource-link-group summary{grid-template-columns:minmax(0,1fr) auto}.resource-link-group summary small{grid-column:1;grid-row:2}.resource-link-group summary:after{grid-column:2;grid-row:1 / span 2}}
