@import "https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap";.ac-institution-picker{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.ac-institution-picker *,.ac-institution-picker :before,.ac-institution-picker :after{box-sizing:border-box}.ac-institution-picker>input,.ac-institution-picker>select,.ac-institution-picker .ac-subfield,.ac-institution-picker .ac-subfield>input{width:100%;min-width:0;max-width:100%}.ac-institution-picker>input,.ac-institution-picker>select,.ac-institution-picker .ac-subfield>input{min-height:2.6rem;color:var(--ac-ink,#17243a);font:inherit;background:#fff;border:1px solid #9fafc2;border-radius:.45rem;padding:.52rem .65rem}.ac-institution-picker>select{text-overflow:ellipsis}:root{--ac-navy:#0b315f;--ac-blue:#17599c;--ac-blue-dark:#0b447f;--ac-gold:#f4bf2a;--ac-ink:#17243a;--ac-muted:#58687f;--ac-line:#d8e0eb;--ac-soft:#f4f7fb;--ac-white:#fff;--ac-positive:#166534;--ac-positive-bg:#ecfdf3;--ac-warning:#8a4b08;--ac-warning-bg:#fff8df;--ac-danger:#a51d2d;--ac-danger-bg:#fff0f1;--ac-shadow:0 10px 30px #122b4b1a}.ac-center,.ac-access-page{min-height:100vh;color:var(--ac-ink);background:#eef3f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.ac-center *,.ac-access-page *{box-sizing:border-box}.ac-center button,.ac-center input,.ac-center select,.ac-center textarea,.ac-access-page button,.ac-access-page input,.ac-access-page select,.ac-access-page textarea{font:inherit}.ac-center button:focus-visible,.ac-center input:focus-visible,.ac-center select:focus-visible,.ac-center textarea:focus-visible,.ac-access-page button:focus-visible,.ac-access-page input:focus-visible,.ac-access-page select:focus-visible,.ac-access-page textarea:focus-visible,.ac-help-button:focus-visible{outline-offset:2px;outline:3px solid #75b6ff}.ac-loading{place-items:center;font-size:1.05rem;font-weight:700;display:grid}.ac-topbar{color:var(--ac-white);border-bottom:5px solid var(--ac-gold);background:linear-gradient(128deg,#082b56,#124d89 62%,#1a649e);justify-content:space-between;align-items:flex-end;gap:2rem;padding:1.25rem clamp(1rem,4vw,3.5rem);display:flex}.ac-topbar h1,.ac-access-header h1{margin:.1rem 0 .35rem;font-size:clamp(1.65rem,3vw,2.4rem);line-height:1.1}.ac-topbar p,.ac-access-header p{max-width:70ch;margin:0}.ac-eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:850;margin:0 0 .25rem!important}.ac-topbar-actions{flex-wrap:wrap;align-items:flex-end;gap:.65rem;display:flex}.ac-topbar-actions label{gap:.25rem;min-width:min(21rem,80vw);font-size:.8rem;font-weight:750;display:grid}.ac-topbar-actions select{color:var(--ac-ink);background:var(--ac-white)}.ac-topbar .ac-button--quiet{color:var(--ac-white);background:#ffffff14;border-color:#ffffff94}.ac-topbar .ac-button--quiet:hover{background:#ffffff2e}.ac-scope-banner,.ac-target-banner,.ac-alert,.ac-tabs,.ac-content{width:min(1540px,100% - 2rem);margin-inline:auto}.ac-scope-banner{border:1px solid #b7d1ef;border-left:5px solid var(--ac-blue);background:#e7f1ff;border-radius:.75rem;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:1rem;margin-top:1rem;padding:.8rem 1rem;display:grid;position:relative}.ac-scope-banner>span{color:#344b68}.ac-target-banner{background:#fff7d8;border:1px solid #e6c765;border-radius:.7rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;padding:.65rem .85rem;display:flex}.ac-alert{border:1px solid;border-radius:.65rem;margin-top:.75rem;padding:.8rem 1rem;font-weight:650}.ac-alert--error{color:#7d1422;background:var(--ac-danger-bg);border-color:#e7a8af}.ac-alert--success{color:#14552f;background:var(--ac-positive-bg);border-color:#9fd4b3}.ac-tabs{scrollbar-width:thin;border-bottom:1px solid #bac8da;gap:.25rem;margin-top:1rem;display:flex;overflow-x:auto}.ac-tabs button{color:#3e5068;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:4px solid #0000;flex:none;padding:.75rem .95rem;font-weight:750}.ac-tabs button:hover{color:var(--ac-navy);background:#e2eaf4}.ac-tabs button[aria-current=page]{color:var(--ac-navy);background:var(--ac-white);border-bottom-color:var(--ac-gold)}.ac-content{padding-block:1rem 3rem}.ac-panel,.ac-form-card{background:var(--ac-white);border:1px solid var(--ac-line);box-shadow:var(--ac-shadow);border-radius:1rem;padding:clamp(1rem,2.5vw,1.75rem)}.ac-section-heading,.ac-form-heading,.ac-dialog-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.ac-section-heading h2,.ac-form-heading h2,.ac-dialog-heading h2{color:var(--ac-navy);margin:.05rem 0 .3rem;font-size:clamp(1.4rem,2.5vw,2rem)}.ac-section-heading p,.ac-form-heading p,.ac-dialog-heading p{max-width:80ch;color:var(--ac-muted);margin:0}.ac-button{min-height:2.65rem;color:var(--ac-navy);background:var(--ac-white);cursor:pointer;border:2px solid #aebdd0;border-radius:.6rem;justify-content:center;align-items:center;padding:.55rem .9rem;font-weight:780;text-decoration:none;display:inline-flex}.ac-button:hover:not(:disabled){border-color:var(--ac-blue);transform:translateY(-1px)}.ac-button:disabled{cursor:not-allowed;opacity:.55}.ac-button--primary{color:var(--ac-white);background:var(--ac-blue-dark);border-color:var(--ac-blue-dark)}.ac-button--primary:hover:not(:disabled){background:var(--ac-navy)}.ac-button--quiet{background:0 0}.ac-button--danger{color:var(--ac-danger);background:var(--ac-white);border-color:#c95c67}.ac-button--small{min-height:2.2rem;padding:.35rem .65rem;font-size:.84rem}.ac-icon-button{width:2.5rem;height:2.5rem;color:var(--ac-navy);border:1px solid var(--ac-line);cursor:pointer;background:0 0;border-radius:50%;font-size:1.7rem;line-height:1}.ac-help{vertical-align:middle;display:inline-flex;position:relative}.ac-help-button{width:1.55rem;height:1.55rem;color:var(--ac-navy);cursor:help;background:#e6effa;border:1px solid #8eaccd;border-radius:50%;place-items:center;padding:0;font-size:.85rem;font-weight:900;display:inline-grid}.ac-help-box{z-index:20;width:min(22rem,78vw);color:var(--ac-ink);text-align:left;background:var(--ac-white);border:1px solid #9dafc4;border-radius:.55rem;gap:.3rem;padding:.8rem;font-size:.86rem;font-weight:450;display:grid;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 10px 30px #051d3a33}.ac-stats{grid-template-columns:repeat(5,minmax(10rem,1fr));gap:.8rem;display:grid}.ac-stat-card{border:1px solid #cbd8e7;border-top:4px solid var(--ac-blue);background:linear-gradient(160deg,#f8fbff,#ecf3fb);border-radius:.75rem;gap:.25rem;min-height:8rem;padding:1rem;display:grid}.ac-stat-card>span{color:var(--ac-muted);font-size:.86rem;font-weight:720}.ac-stat-card>strong{color:var(--ac-navy);font-size:2rem}.ac-stat-card small{color:var(--ac-muted)}.ac-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.ac-card{border:1px solid var(--ac-line);border-radius:.8rem;padding:1.1rem}.ac-card h3,.ac-subsection h3,.ac-report-builder h3,.ac-results-grid h3{color:var(--ac-navy);margin:0 0 .5rem}.ac-card p{color:var(--ac-muted);margin:0 0 .8rem}.ac-card--wide{grid-column:1/-1}.ac-pathway-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}.ac-pathway-button{text-align:left;cursor:pointer;background:#f7faff;border:1px solid #bdcee2;border-radius:.6rem;gap:.2rem;padding:.8rem;display:grid}.ac-pathway-button:hover{border-color:var(--ac-blue);box-shadow:inset 4px 0 var(--ac-gold)}.ac-pathway-button span{color:var(--ac-muted);font-size:.78rem}.ac-summary-list{margin:0 0 1rem}.ac-summary-list>div{border-bottom:1px solid #edf1f6;justify-content:space-between;gap:1rem;padding:.45rem 0;display:flex}.ac-summary-list dt,.ac-summary-list dd{margin:0}.ac-plain-list{margin:0;padding-left:1.25rem}.ac-filter-bar,.ac-search-form,.ac-invite-form,.ac-report-builder form{background:var(--ac-soft);border:1px solid var(--ac-line);border-radius:.75rem;grid-template-columns:minmax(16rem,2fr) minmax(11rem,1fr) max-content;align-items:end;gap:.75rem;margin-bottom:1rem;padding:.9rem;display:grid}.ac-filter-bar label,.ac-search-form label,.ac-invite-form label,.ac-report-builder label,.ac-compact-field,.ac-connection-controls label,.ac-review-list label,.ac-schedule-grid>label{color:#31445c;gap:.28rem;font-size:.82rem;font-weight:750;display:grid}.ac-result-count{color:var(--ac-muted);align-self:center;font-weight:700}.ac-center input,.ac-center select,.ac-center textarea,.ac-access-page input,.ac-access-page select,.ac-access-page textarea{width:100%;min-height:2.6rem;color:var(--ac-ink);background:var(--ac-white);border:1px solid #9fafc2;border-radius:.45rem;padding:.52rem .65rem}.ac-center textarea,.ac-access-page textarea{resize:vertical;min-height:4rem}.ac-feature-list,.ac-connection-list,.ac-review-list,.ac-change-list{gap:.9rem;display:grid}.ac-marketplace-transactions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.ac-marketplace-transactions>article{background:var(--ac-white);border:1px solid var(--ac-line);border-left:5px solid #527ea8;border-radius:.75rem;gap:.8rem;min-width:0;padding:1rem;display:grid}.ac-marketplace-transactions header{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.ac-marketplace-transactions header>div{gap:.25rem;min-width:0;display:grid}.ac-marketplace-transactions header strong{color:var(--ac-navy);overflow-wrap:anywhere}.ac-marketplace-transactions header span{color:var(--ac-muted);font-size:.72rem}.ac-marketplace-transactions header i{text-transform:uppercase;border-radius:999px;flex:none;padding:.3rem .45rem;font-size:.65rem;font-style:normal;font-weight:850}.ac-marketplace-transactions header i.is-ready{color:#176243;background:#dff3e8}.ac-marketplace-transactions header i.is-warning{color:#76500b;background:#fff0c8}.ac-marketplace-transactions header i.is-closed{color:#8a3140;background:#fbe5e8}.ac-marketplace-transactions header i.is-pending{color:#3d5882;background:#e8eef9}.ac-marketplace-transactions dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin:0;display:grid}.ac-marketplace-transactions dl>div{background:#f5f8fb;border-radius:.45rem;padding:.55rem}.ac-marketplace-transactions dt{color:var(--ac-muted);text-transform:uppercase;font-size:.62rem}.ac-marketplace-transactions dd{color:var(--ac-navy);margin:.2rem 0 0;font-size:.78rem;font-weight:850}.ac-marketplace-transactions footer{border-top:1px solid var(--ac-line);flex-wrap:wrap;gap:.4rem;padding-top:.65rem;display:flex}.ac-marketplace-transactions footer span{color:#526477;background:#eef3f7;border-radius:999px;padding:.28rem .4rem;font-size:.66rem}.marketplace-launch-gate{background:#f7f9fc;border:1px solid #cfd9e7;border-radius:.85rem;padding:1.1rem}.marketplace-launch-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.marketplace-launch-heading h3{margin:.2rem 0 .35rem}.marketplace-launch-heading p{max-width:88ch;color:var(--ac-muted);margin:0}.marketplace-launch-heading>div:last-child{border-radius:.65rem;flex:none;gap:.25rem;min-width:13rem;padding:.7rem .8rem;display:grid}.marketplace-launch-heading>div:last-child strong{font-size:.72rem}.marketplace-launch-heading>div:last-child span{font-size:.68rem}.marketplace-launch-heading>.is-blocked{color:#7a3340;background:#fbe8eb;border:1px solid #e7b9c1}.marketplace-launch-heading>.is-live{color:#155b3c;background:#e2f4e9;border:1px solid #b8dec9}.marketplace-launch-progress{background:#dce4ee;border-radius:999px;height:.48rem;overflow:hidden}.marketplace-launch-progress span{border-radius:inherit;background:#26845d;height:100%;transition:width .18s;display:block}.marketplace-launch-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.marketplace-launch-controls>article{background:var(--ac-white);border:1px solid var(--ac-line);border-left:5px solid #6b84a5;border-radius:.7rem;align-content:start;gap:.7rem;min-width:0;padding:.9rem;display:grid}.marketplace-launch-controls header{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.marketplace-launch-controls header>div{gap:.2rem;display:grid}.marketplace-launch-controls header span{color:#55708e;text-transform:uppercase;font-size:.62rem;font-weight:850}.marketplace-launch-controls header strong{color:var(--ac-navy)}.marketplace-launch-controls>article>p{color:var(--ac-muted);margin:0;font-size:.78rem;line-height:1.45}.marketplace-launch-controls label,.marketplace-live-decision label{color:#31445c;gap:.28rem;font-size:.78rem;font-weight:750;display:grid}.ac-check-row{grid-template-columns:auto 1fr;align-items:flex-start;gap:.55rem!important;display:flex!important}.ac-check-row input{width:auto;min-height:auto;margin-top:.15rem}.ac-check-row span{line-height:1.4}.marketplace-live-decision{background:#fff8df;border:1px solid #dfc774;border-radius:.75rem;gap:.75rem;padding:1rem;display:grid}.marketplace-live-decision strong{color:#5f4a0a}.marketplace-live-decision p{color:#706033;margin:.25rem 0 0;font-size:.78rem;line-height:1.45}.ac-feature-card,.ac-connection-card,.ac-review-list>article,.ac-change-list>article{background:var(--ac-white);border:1px solid var(--ac-line);border-left:5px solid #7d9fc3;border-radius:.75rem;padding:1rem}.ac-feature-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ac-feature-heading h3{color:var(--ac-navy);margin:.25rem 0 .3rem;font-size:1.2rem}.ac-feature-heading p{max-width:88ch;color:var(--ac-muted);margin:0}.ac-feature-heading code{color:#35506f;overflow-wrap:anywhere;background:#edf3f8;border-radius:.3rem;max-width:18rem;padding:.25rem .4rem;font-size:.74rem}.ac-card-kickers{color:var(--ac-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;font-weight:720;display:flex}.ac-card-kickers>span:first-child{color:var(--ac-blue-dark);text-transform:uppercase;letter-spacing:.05em}.ac-status{border:1px solid;border-radius:999px;align-items:center;width:max-content;padding:.18rem .45rem;font-size:.72rem;font-weight:800;display:inline-flex}.ac-status--positive{color:var(--ac-positive);background:var(--ac-positive-bg);border-color:#8bcea5}.ac-status--warning{color:var(--ac-warning);background:var(--ac-warning-bg);border-color:#dec26c}.ac-status--danger{color:var(--ac-danger);background:var(--ac-danger-bg);border-color:#dd9da5}.ac-status--neutral{color:#405269;background:#edf1f6;border-color:#b5c1cf}.ac-callout{color:#33445a;background:#f2f5f9;border:1px solid #cbd5e1;border-left:4px solid #7d90a8;border-radius:.5rem;margin-top:.7rem;padding:.7rem .8rem;font-size:.88rem}.ac-callout--warning{color:#6f3f08;background:var(--ac-warning-bg);border-color:#e1c36d #e1c36d #e1c36d #b16b13}.ac-callout--privacy{color:#153f68;border-color:#b4d1ed;border-left-color:var(--ac-blue);background:#ecf5ff}.ac-callout--neutral{background:#f4f6f9}.ac-control-grid{background:#f7f9fc;border-radius:.6rem;grid-template-columns:minmax(12rem,.8fr) minmax(18rem,1.5fr) minmax(15rem,1fr);align-items:center;gap:.85rem;margin-top:.9rem;padding:.85rem;display:grid}.ac-switch-row{align-items:center;gap:.6rem;display:inline-flex}.ac-switch{width:3.2rem;height:1.8rem;display:inline-flex;position:relative}.ac-switch input{opacity:0;width:1px;height:1px;position:absolute}.ac-switch>span{background:#77879a;border-radius:999px;width:100%;transition:background .16s}.ac-switch>span:after{content:"";background:var(--ac-white);border-radius:50%;width:1.4rem;height:1.4rem;transition:transform .16s;position:absolute;top:.2rem;left:.2rem;box-shadow:0 1px 5px #0000004d}.ac-switch input:checked+span{background:var(--ac-positive)}.ac-switch input:checked+span:after{transform:translate(1.4rem)}.ac-switch input:focus-visible+span{outline-offset:2px;outline:3px solid #75b6ff}.ac-switch input:disabled+span{opacity:.55}.ac-check{color:var(--ac-ink);align-items:flex-start;gap:.55rem;font-size:.9rem;font-weight:600;display:flex!important}.ac-check input{flex:none;width:1.1rem;min-height:1.1rem;margin-top:.15rem}.ac-range-editor{grid-template-columns:minmax(8rem,1fr) 5.5rem;align-items:end;gap:.6rem;display:grid}.ac-range-editor label{font-size:.75rem}.ac-schedule{border:1px solid var(--ac-line);border-radius:.55rem;margin-top:.8rem;padding:.65rem .8rem}.ac-schedule summary{color:var(--ac-navy);cursor:pointer;font-weight:750}.ac-schedule>.ac-check{margin-top:.7rem}.ac-schedule-grid{grid-template-columns:repeat(5,minmax(9rem,1fr));gap:.6rem;margin-top:.7rem;display:grid}.ac-schedule-grid fieldset{border:1px solid var(--ac-line);border-radius:.45rem;grid-column:1/-1;padding:.6rem}.ac-schedule-grid legend{padding-inline:.3rem;font-size:.8rem;font-weight:750}.ac-weekdays{flex-wrap:wrap;gap:.5rem;display:flex}.ac-weekdays label{align-items:center;gap:.25rem;display:flex}.ac-weekdays input{width:1rem;min-height:1rem}.ac-feature-footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:.8rem;display:flex}.ac-feature-footer>span{color:var(--ac-muted);font-size:.84rem}.ac-provider{color:var(--ac-muted);font-weight:750}.ac-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin:.8rem 0;display:grid}.ac-detail-grid>div{background:var(--ac-soft);border-radius:.45rem;min-width:0;padding:.55rem}.ac-detail-grid dt{color:var(--ac-muted);text-transform:uppercase;font-size:.73rem;font-weight:750}.ac-detail-grid dd{overflow-wrap:anywhere;margin:.15rem 0 0}.ac-connection-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:.8rem;display:grid}.ac-connection-controls fieldset{border:1px solid var(--ac-line);border-radius:.55rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.6rem;padding:.8rem;display:grid}.ac-connection-controls legend{color:var(--ac-navy);font-weight:750}.ac-span-all{grid-column:1/-1}.ac-inline-status{color:var(--ac-muted);margin:.5rem 0 0;font-size:.85rem}.ac-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.ac-results-grid h3{border-bottom:2px solid #dce5ef;justify-content:space-between;padding-bottom:.45rem;display:flex}.ac-result-list{gap:.55rem;display:grid}.ac-result-list article{border:1px solid var(--ac-line);background:#f8fafd;border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem;display:flex}.ac-result-list article>div,.ac-table-wrap td:first-child{gap:.12rem;display:grid}.ac-result-list span,.ac-result-list small,.ac-table-wrap small{color:var(--ac-muted)}.ac-subsection{border-top:1px solid var(--ac-line);margin-top:1.25rem;padding-top:1rem}.ac-section-copy{color:var(--ac-muted);margin:.45rem 0 0;line-height:1.55}.ac-security-decision-card{border:1px solid #b9cce1;border-left:5px solid var(--ac-blue);background:#f8fbff;border-radius:.75rem;gap:1rem;margin-top:.9rem;padding:clamp(.9rem,2vw,1.25rem);display:grid}.ac-security-decision-card form,.ac-security-decision-checks{gap:.8rem;display:grid}.ac-security-decision-card code{overflow-wrap:anywhere}.ac-security-decision-card .ac-form-grid{margin-top:0}.ac-disclosure{background:#f8fbff;border:1px solid #b9cce1;border-radius:.75rem;margin-top:.9rem;padding:.9rem 1rem}.ac-disclosure>summary{color:var(--ac-blue-dark);cursor:pointer;font-weight:850}.ac-disclosure[open]>summary{margin-bottom:.9rem}.ac-disclosure form{gap:.8rem;display:grid}.ac-security-decision-checks{background:#fff9e5;border:1px solid #e2c971;border-radius:.6rem;padding:.85rem}.ac-count-badge{min-width:1.7rem;min-height:1.7rem;color:var(--ac-white);background:var(--ac-blue);border-radius:999px;place-items:center;font-size:.75rem;display:inline-grid}.ac-review-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ac-review-heading>div{display:grid}.ac-review-heading span{color:var(--ac-muted);font-size:.8rem}.ac-form-actions,.ac-dialog-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;margin-top:.75rem;display:flex}.ac-table-wrap{width:100%;overflow-x:auto}.ac-table-wrap table{border-collapse:collapse;width:100%}.ac-table-wrap th,.ac-table-wrap td{text-align:left;vertical-align:middle;border-bottom:1px solid var(--ac-line);padding:.65rem}.ac-table-wrap th{color:#40526b;text-transform:uppercase;background:var(--ac-soft);font-size:.75rem}.ac-report-builder{background:#f5f9ff;border:1px solid #c6d7eb;border-radius:.7rem;padding:1rem}.ac-report-builder form{background:0 0;border:0;margin:0;padding:0}.ac-permission-grid{border:1px solid var(--ac-line);border-radius:.55rem;grid-template-columns:repeat(2,minmax(12rem,1fr));gap:.5rem 1rem;padding:.75rem;display:grid}.ac-permission-grid legend{color:var(--ac-navy);padding-inline:.35rem;font-weight:750}.ac-platform-account-results{margin-top:.8rem}.ac-platform-access-form{gap:1rem;display:grid}.ac-selected-account{background:#edf6ff;border:1px solid #b8d3ed;border-radius:.6rem;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem;display:flex}.ac-selected-account>div{gap:.12rem;display:grid}.ac-selected-account span,.ac-selected-account small{color:var(--ac-muted)}.ac-selected-account span{text-transform:uppercase;font-size:.72rem;font-weight:800}.ac-platform-capabilities .ac-check>span{gap:.15rem;display:grid}.ac-platform-capabilities .ac-check small{color:var(--ac-muted);font-weight:450;line-height:1.35}.ac-platform-capability-summary{background:var(--ac-soft);border:1px solid var(--ac-line);border-radius:.55rem;margin-block:.8rem;padding:.8rem}.ac-platform-capability-summary h3{color:var(--ac-navy);margin:0 0 .45rem}.ac-member-permissions{color:var(--ac-muted);margin-top:.35rem;font-size:.8rem}.ac-member-permissions summary{color:var(--ac-blue-dark);cursor:pointer}.ac-member-permissions .ac-permission-grid{width:min(40rem,78vw);color:var(--ac-ink);background:var(--ac-white);margin:.5rem 0}.ac-change-list>article{grid-template-columns:minmax(14rem,1fr) minmax(22rem,2fr);gap:1rem;display:grid}.ac-change-list>article>div{align-content:start;gap:.2rem;display:grid}.ac-change-list>article>div span{color:var(--ac-muted);font-size:.8rem}.ac-change-list dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin:0;display:grid}.ac-change-list dl>div{background:var(--ac-soft);border-radius:.4rem;padding:.45rem}.ac-change-list dt{color:var(--ac-muted);text-transform:uppercase;font-size:.7rem;font-weight:750}.ac-change-list dd{margin:.1rem 0 0}.ac-empty{color:var(--ac-muted);text-align:center;background:var(--ac-soft);border:1px dashed #b6c4d4;border-radius:.55rem;margin:0;padding:1rem}.ac-dialog-backdrop{z-index:1000;background:#04152ab8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0;overflow-y:auto}.ac-dialog{background:var(--ac-white);border:0;border-radius:.9rem;width:min(48rem,100%);max-height:calc(100vh - 2rem);padding:1.2rem;overflow-y:auto;box-shadow:0 24px 70px #00000059}.ac-impact-summary{border:1px solid var(--ac-line);background:#f4f8fd;border-radius:.6rem;padding:.85rem}.ac-impact-summary>strong{color:var(--ac-navy);font-size:1.1rem}.ac-impact-summary p{margin:.35rem 0 .7rem}.ac-impact-summary dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin:0;display:grid}.ac-impact-summary dl>div{background:var(--ac-white);border-radius:.35rem;padding:.45rem}.ac-impact-summary dt{color:var(--ac-muted);text-transform:uppercase;font-size:.7rem;font-weight:750}.ac-impact-summary dd{margin:.1rem 0 0;font-weight:700}.ac-warning-stack{gap:.5rem;margin-block:.8rem;display:grid}.ac-warning{border:1px solid;border-radius:.5rem;grid-template-columns:8rem 1fr;gap:.7rem;padding:.7rem;display:grid}.ac-warning--warning{color:#744008;background:var(--ac-warning-bg);border-color:#dfc16b}.ac-warning--critical{color:#7c1522;background:var(--ac-danger-bg);border-color:#de9ca5}.ac-acknowledgement{background:#fff8df;border:1px solid #dec26c;border-radius:.5rem;margin-block:.8rem;padding:.75rem}.ac-access-page{background:linear-gradient(135deg,#e9f0f8,#f7f9fc 55%,#e8f2fb);padding:clamp(1rem,4vw,3rem)}.ac-access-shell{width:min(70rem,100%);margin-inline:auto}.ac-access-header{color:var(--ac-white);border-bottom:5px solid var(--ac-gold);background:linear-gradient(128deg,#082b56,#145992);border-radius:1rem 1rem 0 0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:clamp(1rem,3vw,2rem);display:flex}.ac-access-header .ac-eyebrow{color:#dcecff}.ac-access-page>.ac-access-shell>.ac-callout{border-radius:0;margin-top:0}.ac-segmented{background:#dfe8f3;border-radius:.65rem;grid-template-columns:repeat(3,1fr);margin:1rem 0;padding:.25rem;display:grid}.ac-segmented button{color:#40526a;cursor:pointer;background:0 0;border:0;border-radius:.45rem;padding:.65rem;font-weight:750}.ac-segmented button[aria-current=page]{color:var(--ac-navy);background:var(--ac-white);box-shadow:0 2px 8px #122b4b1f}.ac-access-page .ac-alert{width:100%}.ac-form-card{gap:1rem;display:grid}.ac-form-card>.ac-field:not(.ac-institution-picker){max-width:38rem}.ac-field,.ac-subfield{color:#273c55;gap:.3rem;font-size:.88rem;font-weight:750;display:grid}.ac-field-help{color:var(--ac-muted);margin:0;font-size:.82rem;font-weight:450}.ac-subfield{margin-top:.55rem}.ac-text-button{color:var(--ac-blue-dark);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.ac-signed-in{background:#edf6ff;border-radius:.45rem;padding:.55rem;color:#234866!important;margin-top:.6rem!important}.ac-application-form fieldset{border:1px solid var(--ac-line);border-radius:.7rem;padding:1rem}.ac-application-form legend{color:var(--ac-navy);padding-inline:.4rem;font-size:1.05rem;font-weight:800}.ac-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:.8rem;display:grid}.ac-check-grid{flex-wrap:wrap;gap:1rem;margin-top:.35rem;display:flex}.ac-attestations{background:#fff9e5;border:1px solid #e2c971;border-radius:.6rem;gap:.65rem;padding:.9rem;display:grid}.ac-institution-picker{border:1px solid var(--ac-line);background:#f6f9fd;border-radius:.6rem;padding:.85rem}@media (width<=1120px){.ac-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.ac-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ac-control-lock{grid-column:1/-1}.ac-schedule-grid{grid-template-columns:repeat(3,minmax(9rem,1fr))}.ac-connection-controls{grid-template-columns:1fr}.ac-detail-grid,.ac-change-list dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.ac-topbar,.ac-access-header{flex-direction:column;align-items:stretch}.ac-topbar-actions{align-items:stretch}.ac-topbar-actions label{width:100%;min-width:0}.ac-scope-banner{grid-template-columns:1fr max-content}.ac-scope-banner>span{grid-area:2/1/auto/-1}.ac-stats,.ac-overview-grid,.ac-results-grid,.ac-form-grid,.ac-marketplace-transactions,.marketplace-launch-controls{grid-template-columns:1fr}.marketplace-launch-heading{flex-direction:column}.marketplace-launch-heading>div:last-child{width:100%}.ac-marketplace-transactions dl{grid-template-columns:repeat(2,minmax(0,1fr))}.ac-card--wide{grid-column:auto}.ac-filter-bar,.ac-search-form,.ac-invite-form,.ac-report-builder form{grid-template-columns:1fr;align-items:stretch}.ac-control-grid,.ac-schedule-grid,.ac-detail-grid,.ac-marketplace-transactions dl,.ac-impact-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.ac-feature-footer,.ac-feature-heading,.ac-target-banner,.ac-selected-account{flex-direction:column;align-items:stretch}.ac-feature-heading code{max-width:100%}.ac-change-list>article,.ac-pathway-actions{grid-template-columns:1fr}}@media (width<=520px){.ac-scope-banner,.ac-target-banner,.ac-alert,.ac-tabs,.ac-content{width:min(100% - 1rem,1540px)}.ac-panel,.ac-form-card,.ac-feature-card,.ac-connection-card,.ac-review-list>article{border-radius:.65rem;padding:.8rem}.ac-control-grid,.ac-schedule-grid,.ac-detail-grid,.ac-impact-summary dl,.ac-change-list dl,.ac-connection-controls fieldset,.ac-permission-grid,.ac-pathway-actions,.ac-segmented{grid-template-columns:1fr}.ac-segmented{gap:.2rem}.ac-warning{grid-template-columns:1fr;gap:.2rem}.ac-form-actions,.ac-dialog-actions{flex-direction:column-reverse;align-items:stretch}.ac-form-actions .ac-button,.ac-dialog-actions .ac-button{width:100%}}@media (prefers-reduced-motion:reduce){.ac-center *,.ac-access-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.research-gate-panel,.research-gate-list{gap:1rem;display:grid}.research-gate-card{background:#fff;border:1px solid #cbd8e6;border-radius:.85rem;gap:.9rem;padding:1.1rem;display:grid}.research-gate-card__heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.research-gate-card__heading h3,.research-gate-card__heading p{margin:.2rem 0 0}.research-gate-status{letter-spacing:.04em;white-space:nowrap;border-radius:999px;align-items:center;min-height:2rem;padding:.35rem .7rem;font-size:.76rem;font-weight:900;display:inline-flex}.research-gate-status.is-blocked{color:#7b1f1f;background:#fff0f0;border:1px solid #e6b8b8}.research-gate-status.is-active{color:#155d3b;background:#edf9f2;border:1px solid #add9c3}.research-gate-details{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin:0;display:grid}.research-gate-details>div{background:#f5f8fb;border-radius:.65rem;padding:.7rem}.research-gate-details dt{color:#52657a;text-transform:uppercase;font-size:.75rem;font-weight:800}.research-gate-details dd{overflow-wrap:anywhere;margin:.3rem 0 0;font-weight:750}.research-gate-activities{flex-wrap:wrap;gap:.45rem;display:flex}.research-gate-activities span{color:#25445f;background:#eaf2f8;border-radius:999px;padding:.35rem .6rem;font-size:.82rem;font-weight:750}.research-gate-blockers{background:#fff7f7;border-left:4px solid #b64646;border-radius:.45rem;padding:.85rem}.research-gate-blockers ul{columns:2;margin:.6rem 0 0}.research-gate-boundary,.research-gate-guidance{background:#f8f5ec;border-radius:.65rem;margin:0;padding:.9rem}.research-gate-guidance h3,.research-gate-guidance p{margin:0}.research-gate-guidance p+p{margin-top:.6rem}@media (width<=860px){.research-gate-details{grid-template-columns:repeat(2,minmax(0,1fr))}.research-gate-blockers ul{columns:1}}@media (width<=520px){.research-gate-card__heading{flex-direction:column;align-items:stretch}.research-gate-details{grid-template-columns:1fr}}.environment-banner{z-index:10001;color:#fff;letter-spacing:.08em;text-align:center;pointer-events:none;background:#7a3e00;width:100%;padding:7px 12px;font:800 11px/1.2 system-ui,sans-serif;position:relative;box-shadow:0 2px 8px #0003}.environment-banner--beta{background:#7a3e00}.environment-banner--pilot{background:#174f3d}.environment-banner--staging{background:#4a285f}@media (width<=520px){.environment-banner{padding:6px 8px;font-size:10px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ed-ink:#101b33;--ed-body:#2a3350;--ed-slate:#5b6478;--ed-paper:#f6f7fb;--ed-card:#fff;--ed-line:#dde2ee;--ed-blue:#1d4ed8;--ed-blue-dark:#173ba3;--ed-gold:#f2b33d;--ed-gold-dark:#a86b04;--ed-good:#1e9e6a;--ed-danger:#c73b3b;--ed-display:"Zilla Slab", Georgia, serif;--ed-body-font:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ed-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;font-family:var(--ed-body-font);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ed-paper)}body{background:var(--ed-paper);min-width:320px;color:var(--ed-body);margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #f2b33db8}img{max-width:100%}.p-4{padding:16px}.ed-motion-frame{min-height:100vh}.ed-motion-frame.is-entering{animation:.52s cubic-bezier(.2,.8,.25,1) both edPageEnter}@keyframes edPageEnter{0%{opacity:.42;filter:blur(3px);transform:translateY(12px)scale(.995)}55%{opacity:1;filter:blur()}to{opacity:1;filter:none;transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing-page{min-height:100vh;color:var(--ed-body);background:#fbfcff;overflow:hidden}.landing-shell{width:min(1160px,100% - 40px);margin:0 auto}.landing-nav{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);background:#fbfcffe8;border-bottom:1px solid #dde2eee6;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:76px;padding:10px max(20px,50vw - 580px);display:grid;position:sticky;top:0}.landing-brand{color:inherit;text-decoration:none;display:inline-flex}.landing-nav nav{justify-content:center;align-items:center;gap:8px;display:flex}.landing-nav nav button{color:var(--ed-slate);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:10px 13px;font-size:13px;font-weight:700;transition:color .2s,background .2s}.landing-nav nav button:hover{color:var(--ed-ink);background:#eef2fb}.nav-cta,.landing-primary,.landing-secondary,.gold-cta{cursor:pointer;border:0;font-weight:800;transition:transform .22s,box-shadow .22s,background .22s}.nav-cta{color:#fff;background:var(--ed-blue);border-radius:999px;padding:11px 18px;box-shadow:0 9px 24px #1d4ed833}.nav-cta:hover,.landing-primary:hover,.gold-cta:hover{transform:translateY(-2px);box-shadow:0 14px 34px #173ba340}.landing-hero{color:#fff;background:radial-gradient(circle at 10% 20%,#f2b33d29,#0000 30%),linear-gradient(135deg,#0c1832 0%,#122b65 53%,#1d4ed8 100%);padding:82px 0 92px;position:relative}.hero-orb{filter:blur(1px);pointer-events:none;border-radius:999px;position:absolute}.hero-orb-one{background:#7aa2ff29;width:350px;height:350px;top:-190px;right:5%}.hero-orb-two{background:#f2b33d24;width:230px;height:230px;bottom:-130px;left:8%}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);align-items:center;gap:68px;display:grid;position:relative}.hero-eyebrow,.section-kicker,.step-kicker,.builder-journey-kicker{font-family:var(--ed-mono);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:600}.hero-eyebrow{color:#ffffffbd}.hero-eyebrow span{color:var(--ed-gold)}.hero-copy h1{color:#fff;max-width:720px;font-family:var(--ed-display);letter-spacing:-.045em;margin:16px 0 18px;font-size:clamp(46px,6vw,72px);line-height:.98}.hero-lead{color:#ffffffd1;max-width:650px;margin:0;font-size:clamp(16px,2vw,19px);line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px;display:flex}.landing-primary,.landing-secondary,.gold-cta{border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:14px 21px;font-size:15px;display:inline-flex}.landing-primary{color:var(--ed-ink);background:var(--ed-gold);box-shadow:0 12px 32px #f2b33d33}.landing-primary span,.gold-cta span{font-size:21px;line-height:1}.landing-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff52}.landing-secondary:hover{background:#ffffff24;transform:translateY(-2px)}.hero-proof{color:#ffffffb3;font-family:var(--ed-mono);flex-wrap:wrap;gap:18px;margin-top:22px;font-size:10.5px;display:flex}.hero-visual{place-items:center;min-height:470px;display:grid;position:relative}.hero-image-card{background:#fff;border:1px solid #ffffff3d;border-radius:28px;width:100%;max-width:520px;position:relative;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 32px 70px #030a1d61}.hero-image-card:after{content:"";pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff73}.hero-image-card img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.hero-image-overlay{color:var(--ed-ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #fffc;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.hero-image-overlay small,.floating-course-card small{color:var(--ed-slate);font-family:var(--ed-mono);letter-spacing:.1em;font-size:9px;display:block}.hero-image-overlay strong,.floating-course-card strong{color:var(--ed-ink);margin-top:2px;font-size:13px;display:block}.hero-image-overlay>span{color:var(--ed-blue-dark);font-family:var(--ed-mono);background:#edf2ff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:600}.floating-course-card{min-width:192px;color:var(--ed-ink);background:#fffffff5;border:1px solid #dde2eed9;border-radius:16px;align-items:center;gap:10px;padding:11px 13px;display:flex;position:absolute;box-shadow:0 18px 38px #030a1d3b}.floating-course-card>span{width:32px;height:32px;color:var(--ed-ink);background:var(--ed-gold);font-family:var(--ed-display);border-radius:10px;place-items:center;font-size:18px;font-weight:700;display:grid}.floating-card-one{animation:4.8s ease-in-out infinite floatCard;top:25px;left:-36px}.floating-card-two{animation:4.8s ease-in-out 1.1s infinite floatCard;bottom:8px;right:-24px}@keyframes floatCard{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-9px)rotate(1deg)}}.landing-trust-row{z-index:3;border-bottom:1px solid var(--ed-line);background:#fff;position:relative}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid>div{border-right:1px solid var(--ed-line);justify-content:center;align-items:center;gap:11px;min-height:108px;padding:22px 26px;display:flex}.trust-grid>div:first-child{border-left:1px solid var(--ed-line)}.trust-grid strong{color:var(--ed-blue);font-family:var(--ed-display);font-size:34px;line-height:1}.trust-grid span{max-width:105px;color:var(--ed-slate);font-size:12px;line-height:1.35}.landing-section{padding:104px 0;scroll-margin-top:84px}.section-intro{max-width:760px;margin-bottom:40px}.centered-intro{text-align:center;margin-left:auto;margin-right:auto}.section-kicker{color:var(--ed-blue)}.section-intro h2,.story-copy h2,.governance-copy h2,.faq-heading h2,.final-cta-card h2,.course-start-copy h1,.course-journey-section h2{color:var(--ed-ink);font-family:var(--ed-display);letter-spacing:-.035em}.section-intro h2,.story-copy h2,.governance-copy h2,.faq-heading h2{margin:10px 0 12px;font-size:clamp(36px,4.6vw,54px);line-height:1.05}.section-intro>p,.story-copy>p,.governance-copy>p,.faq-heading>p{color:var(--ed-slate);margin:0;font-size:16px;line-height:1.72}.course-path-section{background-color:#fbfcff;background-image:linear-gradient(#1d4ed806 1px,#0000 1px),linear-gradient(90deg,#1d4ed806 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.course-path-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.path-card{border:1px solid var(--ed-line);background:#fff;border-radius:22px;min-height:258px;padding:25px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 12px 34px #101b330e}.path-card:hover{border-color:#1d4ed859;transform:translateY(-5px);box-shadow:0 22px 48px #101b331a}.path-card:first-child{color:#fff;background:linear-gradient(145deg,#122b65,#1d4ed8);border-color:#0000}.path-card:first-child h3,.path-card:first-child p{color:#fff}.path-card:first-child p{opacity:.78}.path-card-top{justify-content:space-between;align-items:center;display:flex}.path-card-top span{color:var(--ed-blue);font-family:var(--ed-mono);letter-spacing:.1em;font-size:11px;font-weight:600}.path-card:first-child .path-card-top span{color:var(--ed-gold)}.path-card-top i{width:36px;height:36px;color:var(--ed-blue);background:#eef3ff;border-radius:12px;place-items:center;font-style:normal;font-weight:800;display:grid}.path-card:first-child .path-card-top i{color:var(--ed-ink);background:var(--ed-gold)}.path-card h3{color:var(--ed-ink);font-family:var(--ed-display);margin:38px 0 10px;font-size:25px;line-height:1.08}.path-card p{color:var(--ed-slate);margin:0;font-size:14px;line-height:1.65}.path-cta-row{justify-content:center;margin-top:32px;display:flex}.path-cta-row .landing-primary,.faq-heading .landing-primary{color:#fff;background:var(--ed-blue);box-shadow:0 12px 30px #1d4ed82b}.story-section{border-top:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line);background:#fff}.story-grid{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:72px;display:grid}.story-image-wrap{position:relative}.story-image-wrap img{aspect-ratio:4/3;object-fit:cover;filter:saturate(.84)contrast(1.04);border-radius:28px;width:100%;display:block;box-shadow:0 28px 65px #101b3329}.story-image-note{color:#fff;background:var(--ed-ink);border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;gap:5px;width:min(84%,390px);margin:-56px auto 0;padding:18px 20px;display:flex;position:relative;box-shadow:0 20px 44px #101b3340}.story-image-note strong{color:var(--ed-gold);font-family:var(--ed-display);font-size:20px}.story-image-note span{color:#ffffffbd;font-size:13px;line-height:1.5}.check-list{margin:30px 0 0;padding:0;list-style:none}.check-list li{border-top:1px solid var(--ed-line);grid-template-columns:46px 1fr;gap:14px;padding:16px 0;display:grid}.check-list li>span{color:var(--ed-blue);font-family:var(--ed-mono);font-size:11px;font-weight:600}.check-list strong{color:var(--ed-ink);font-size:15px}.check-list p{color:var(--ed-slate);margin:4px 0 0;font-size:13px;line-height:1.55}.features-section{background:#f3f6fc}.feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card{background:#ffffffdb;border:1px solid #dde2eef2;border-radius:22px;min-height:260px;padding:26px;box-shadow:0 14px 36px #101b330b}.feature-icon{width:48px;height:48px;color:var(--ed-blue);font-family:var(--ed-display);background:#edf2ff;border-radius:15px;place-items:center;font-size:24px;display:grid}.feature-card h3{color:var(--ed-ink);font-family:var(--ed-display);margin:28px 0 9px;font-size:22px;line-height:1.12}.feature-card p{color:var(--ed-slate);margin:0;font-size:13.5px;line-height:1.65}.governance-section{background:#fbfcff}.governance-card{color:#fff;background:radial-gradient(circle at 90% 10%,#f2b33d29,#0000 28%),linear-gradient(135deg,#0d1933,#162e67);border-radius:32px;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:54px;padding:56px;display:grid;box-shadow:0 30px 72px #101b3333}.light-kicker{color:var(--ed-gold)}.governance-copy h2,.final-cta-card h2{color:#fff}.governance-copy>p{color:#ffffffc2}.governance-tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.governance-tags span{color:#ffffffd1;font-family:var(--ed-mono);background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;padding:7px 11px;font-size:10px}.governance-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff2b;border-radius:22px;padding:10px 22px}.policy-row{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:18px;min-height:64px;display:flex}.policy-row:last-child{border-bottom:0}.policy-row span{color:#ffffffa6;font-size:12px}.policy-row strong{color:#fff;text-align:right;max-width:190px;font-size:13px}.faq-section{border-top:1px solid var(--ed-line);background:#fff}.faq-grid{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:68px;display:grid}.faq-heading{align-self:start;position:sticky;top:110px}.faq-heading .landing-primary{margin-top:24px}.faq-list{border-top:1px solid var(--ed-line)}.faq-list details{border-bottom:1px solid var(--ed-line)}.faq-list summary{min-height:78px;color:var(--ed-ink);cursor:pointer;font-family:var(--ed-display);justify-content:space-between;align-items:center;gap:18px;font-size:20px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:30px;height:30px;color:var(--ed-blue);background:#edf2ff;border-radius:10px;flex:none;place-items:center;transition:transform .22s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:680px;color:var(--ed-slate);margin:-4px 50px 24px 0;font-size:14px;line-height:1.7}.final-cta-section{background:#fff;padding:0 0 94px}.final-cta-card{color:#fff;background:linear-gradient(115deg,#101b33,#173ba3);border-radius:28px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:38px 44px;display:grid;box-shadow:0 26px 64px #101b3333}.final-cta-card h2{margin:5px 0 4px;font-size:clamp(30px,4vw,42px)}.final-cta-card p{color:#ffffffb3;margin:0;font-size:14px}.gold-cta{min-width:178px;color:var(--ed-ink);background:var(--ed-gold)}.landing-footer{color:#ffffffb3;background:#091124;padding:58px 0 22px}.footer-grid{grid-template-columns:1.2fr .55fr 1.15fr;gap:70px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-grid p{max-width:380px;margin:8px 0 0;font-size:13px;line-height:1.65}.footer-grid strong{color:#fff;margin-bottom:5px;font-size:13px}.footer-grid a,.footer-grid button{color:#ffffffa6;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;line-height:1.55;text-decoration:none}.footer-grid a:hover,.footer-grid button:hover{color:var(--ed-gold)}.footer-bottom{font-family:var(--ed-mono);border-top:1px solid #ffffff1a;justify-content:space-between;gap:16px;margin-top:42px;padding-top:18px;font-size:9.5px;display:flex}.reveal-block{opacity:1}@media (prefers-reduced-motion:no-preference){.reveal-block{opacity:0;transition:opacity .68s,transform .68s cubic-bezier(.2,.8,.25,1);transform:translateY(22px)}.reveal-block.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:60ms}.reveal-delay-2{transition-delay:.13s}.reveal-delay-3{transition-delay:.2s}}.course-start-page{min-height:100vh;color:var(--ed-body);background:radial-gradient(circle at 90% 8%,#1d4ed81a,#0000 28%),linear-gradient(#fbfcff 0,#f2f5fb 100%);padding-bottom:90px}.course-start-nav{border-bottom:1px solid var(--ed-line);justify-content:space-between;align-items:center;gap:18px;width:min(1160px,100% - 36px);min-height:80px;margin:0 auto;display:flex}.brand-button{cursor:pointer;background:0 0;border:0;padding:0}.course-start-status{color:var(--ed-blue-dark);font-family:var(--ed-mono);text-transform:uppercase;background:#ebf1ff;border:1px solid #d4e0ff;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:600}.course-start-hero{grid-template-columns:minmax(0,.94fr) minmax(420px,.82fr);align-items:center;gap:78px;width:min(1160px,100% - 36px);margin:0 auto;padding:74px 0 70px;display:grid}.step-kicker{color:var(--ed-blue)}.course-start-copy h1{max-width:650px;margin:13px 0 18px;font-size:clamp(48px,6.2vw,72px);line-height:.98}.course-start-copy>p{max-width:630px;color:var(--ed-slate);margin:0;font-size:17px;line-height:1.7}.course-start-promise{max-width:560px;color:var(--ed-body);border:1px solid var(--ed-line);background:#ffffffc2;border-radius:15px;align-items:center;gap:11px;margin-top:24px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.course-start-promise>span:first-child{color:#fff;background:var(--ed-good);border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.course-create-card{border:1px solid var(--ed-line);background:#fffffff5;border-radius:24px;padding:28px;box-shadow:0 28px 65px #101b331f}.card-step-line{border-bottom:1px solid var(--ed-line);align-items:center;gap:12px;margin-bottom:22px;padding-bottom:18px;display:flex}.card-step-number{width:42px;height:42px;color:var(--ed-ink);background:var(--ed-gold);font-family:var(--ed-display);border-radius:13px;place-items:center;font-size:22px;font-weight:700;display:grid}.card-step-line strong{color:var(--ed-ink);font-family:var(--ed-display);font-size:21px;display:block}.card-step-line small{color:var(--ed-slate);font-family:var(--ed-mono);margin-top:2px;font-size:9.5px;display:block}.course-create-card label{color:var(--ed-ink);margin-bottom:15px;font-size:12.5px;font-weight:700;display:block}.course-create-card input,.course-create-card select{width:100%;min-height:48px;color:var(--ed-ink);background:#f8faff;border:1px solid #ccd5e5;border-radius:12px;margin-top:7px;padding:11px 12px;font-size:14px}.course-create-card input::placeholder{color:#8b94a8}.course-field-grid{grid-template-columns:.85fr 1.15fr;gap:12px;display:grid}.course-form-error{color:#8d1f1f;background:#fff1f1;border:1px solid #ffd3d3;border-radius:11px;margin:0 0 13px;padding:10px 12px;font-size:12px}.primary-course-button{color:#fff;background:var(--ed-blue);cursor:pointer;border:0;border-radius:14px;justify-content:space-between;align-items:center;width:100%;min-height:54px;padding:14px 17px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 12px 28px #1d4ed833}.primary-course-button:hover{transform:translateY(-2px);box-shadow:0 17px 34px #1d4ed842}.primary-course-button span{font-size:22px}.course-create-note{color:var(--ed-slate);text-align:center;margin:10px 0 0;font-size:10.5px;line-height:1.5}.course-journey-section{border:1px solid var(--ed-line);background:#fff;border-radius:28px;width:min(1040px,100% - 36px);margin:0 auto;padding:52px;box-shadow:0 18px 54px #101b3312}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px;display:flex}.section-eyebrow{color:var(--ed-blue);font-family:var(--ed-mono);letter-spacing:.12em;font-size:10px;font-weight:600}.course-journey-section h2{max-width:650px;margin:9px 0 0;font-size:clamp(30px,4vw,44px);line-height:1.05}.journey-count{color:var(--ed-blue);font-family:var(--ed-display);white-space:nowrap;font-size:34px;font-weight:700}.course-journey-list{border-top:1px solid var(--ed-line);margin:0;padding:0;list-style:none}.course-journey-list li{border-bottom:1px solid var(--ed-line);grid-template-columns:50px 1fr auto;align-items:center;gap:16px;min-height:108px;padding:20px 0;display:grid}.course-journey-list li.is-current{background:#f3f6ff;border-bottom-color:#0000;border-radius:16px;margin:0 -22px;padding-left:22px;padding-right:22px}.journey-number{width:42px;height:42px;color:var(--ed-blue);font-family:var(--ed-display);background:#edf2ff;border-radius:13px;place-items:center;font-size:19px;font-weight:700;display:grid}.is-current .journey-number{color:var(--ed-ink);background:var(--ed-gold)}.course-journey-list strong{color:var(--ed-ink);font-size:15px}.course-journey-list p{color:var(--ed-slate);margin:4px 0 0;font-size:12.5px;line-height:1.5}.journey-state{color:var(--ed-slate);border:1px solid var(--ed-line);font-family:var(--ed-mono);background:#f4f6fa;border-radius:999px;padding:5px 9px;font-size:9px}.is-current .journey-state{color:var(--ed-blue-dark);background:#eaf0ff;border-color:#cfdbff}.course-builder-shell{background:#f6f7fb;min-height:100vh}.builder-journey-bar{color:var(--ed-body);border-bottom:1px solid var(--ed-line);background:#fff;padding:14px max(14px,50vw - 380px);box-shadow:0 8px 24px #101b330e}.builder-journey-summary{grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-bottom:12px;display:grid}.builder-journey-summary strong{max-width:360px;color:var(--ed-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:inline-block;overflow:hidden}.builder-journey-summary>div>span{color:var(--ed-slate);font-family:var(--ed-mono);margin-left:8px;font-size:9.5px}.builder-journey-kicker{color:var(--ed-blue);margin-bottom:2px;font-size:9px}.builder-journey-summary button{color:var(--ed-blue);cursor:pointer;background:0 0;border:1px solid #cdd9f9;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700}.builder-step-track{grid-template-columns:repeat(6,1fr);gap:5px;margin:0;padding:0;list-style:none;display:grid}.builder-step-track li{min-width:0;color:var(--ed-slate);border:1px solid var(--ed-line);background:#f5f7fb;border-radius:10px;align-items:center;gap:6px;padding:7px 5px;display:flex}.builder-step-track li>span{width:23px;height:23px;color:var(--ed-slate);font-family:var(--ed-mono);background:#e8ecf4;border-radius:7px;flex:none;place-items:center;font-size:9px;font-weight:600;display:grid}.builder-step-track li small{font-family:var(--ed-mono);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.builder-step-track li.is-done{color:#196b4c;background:#effaf5;border-color:#ccecdf}.builder-step-track li.is-done>span{color:#fff;background:var(--ed-good)}.builder-step-track li.is-active{color:var(--ed-blue-dark);background:#edf2ff;border-color:#bfcfff;box-shadow:0 0 0 2px #1d4ed814}.builder-step-track li.is-active>span{color:var(--ed-ink);background:var(--ed-gold)}@media (width<=980px){.hero-grid,.course-start-hero,.story-grid,.governance-card,.faq-grid{grid-template-columns:1fr}.hero-grid{gap:48px}.hero-copy{max-width:760px}.hero-visual{width:min(100%,620px);margin:0 auto}.course-path-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.story-grid,.faq-grid{gap:48px}.story-image-wrap{width:min(100%,700px);margin:0 auto}.governance-card{padding:42px}.faq-heading{position:static}.course-start-hero{gap:46px;max-width:760px}.course-journey-section{padding:38px}.footer-grid{grid-template-columns:1.1fr .7fr}.footer-grid>div:last-child{grid-column:1/-1}}@media (width<=760px){.landing-shell,.course-start-nav,.course-start-hero,.course-journey-section{width:min(100% - 28px,680px)}.landing-nav{grid-template-columns:1fr auto;gap:10px;min-height:68px;padding:9px 14px}.landing-nav nav,.landing-nav .landing-brand>div>div:last-child>div:last-child{display:none}.nav-cta{padding:9px 13px;font-size:12px}.landing-hero{padding:58px 0 70px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-copy h1{font-size:clamp(43px,13vw,60px)}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions button{width:100%}.hero-proof{gap:10px 16px}.hero-visual{min-height:360px}.hero-image-card{border-radius:22px;transform:none}.floating-course-card{min-width:164px;padding:9px}.floating-card-one{top:-18px;left:-5px}.floating-card-two{bottom:-16px;right:-4px}.floating-course-card strong{font-size:11px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div,.trust-grid>div:first-child{border-left:0;border-right:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line);min-height:88px;padding:15px}.trust-grid>div:nth-child(2n){border-right:0}.landing-section{padding:76px 0}.section-intro h2,.story-copy h2,.governance-copy h2,.faq-heading h2{font-size:clamp(34px,10vw,44px)}.course-path-grid,.feature-grid{grid-template-columns:1fr}.path-card,.feature-card{min-height:0}.story-grid{gap:40px}.story-image-note{width:calc(100% - 28px)}.governance-card{border-radius:24px;gap:32px;width:min(100% - 28px,680px);padding:30px 22px}.policy-row{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.policy-row strong{text-align:left;max-width:none}.final-cta-card{text-align:left;grid-template-columns:1fr;padding:30px 24px}.gold-cta{width:100%}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.course-start-nav{min-height:72px}.course-start-status{display:none}.course-start-hero{grid-template-columns:1fr;padding:54px 0 58px}.course-start-copy h1{font-size:clamp(43px,13vw,58px)}.course-field-grid{grid-template-columns:1fr;gap:0}.course-create-card{border-radius:20px;padding:22px}.course-journey-section{border-radius:22px;padding:27px 20px}.section-heading-row{flex-direction:column;align-items:flex-start}.journey-count{font-size:27px}.course-journey-list li,.course-journey-list li.is-current{grid-template-columns:44px 1fr;margin:0;padding:18px 0}.course-journey-list li.is-current{padding-left:12px;padding-right:12px}.journey-state{display:none}.builder-journey-bar{padding:12px 10px}.builder-journey-summary{grid-template-columns:auto 1fr}.builder-journey-summary button{grid-column:1/-1;width:100%}.builder-journey-summary>div>span{margin:2px 0 0;display:block}.builder-step-track{scrollbar-width:thin;padding-bottom:4px;display:flex;overflow-x:auto}.builder-step-track li{min-width:110px}}@media (width<=420px){.hero-image-overlay{bottom:10px;left:10px;right:10px}.hero-image-overlay>span,.floating-card-two{display:none}.trust-grid strong{font-size:29px}.course-start-copy>p,.hero-lead{font-size:15px}}:root{--portal-ink:#101b33;--portal-blue:#1d4ed8;--portal-blue-dark:#153b91;--portal-gold:#f2b33d;--portal-paper:#f7f5ef;--portal-card:#fff;--portal-line:#dbe2ee;--portal-muted:#657086;--portal-green:#247a51;--portal-red:#b33c3c;--portal-amber:#9a6410;--portal-display:"Zilla Slab", Georgia, serif;--portal-sans:Inter, ui-sans-serif, system-ui, sans-serif}.portal-route-loading{text-align:center;background:var(--portal-paper);min-height:100vh;color:var(--portal-ink);place-content:center;gap:8px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;display:grid}.portal-route-loading strong{font-size:24px}.portal-route-loading span{color:var(--portal-muted)}.portal-page,.student-dashboard-page,.professor-dashboard-page{min-height:100vh;color:var(--portal-ink);background:var(--portal-paper);font-family:Inter,system-ui,sans-serif}.portal-page *,.student-dashboard-page *,.professor-dashboard-page *{box-sizing:border-box}.portal-page button,.student-dashboard-page button,.professor-dashboard-page button,.portal-page input,.portal-page select,.portal-page textarea,.student-dashboard-page input,.student-dashboard-page select,.student-dashboard-page textarea,.professor-dashboard-page input,.professor-dashboard-page select,.professor-dashboard-page textarea{font:inherit}.portal-page button,.student-dashboard-page button,.professor-dashboard-page button{cursor:pointer}.portal-kicker{color:var(--portal-blue);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.portal-nav{z-index:50;border-bottom:1px solid var(--portal-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:minmax(230px,1fr) auto minmax(150px,1fr);align-items:center;gap:22px;min-height:72px;padding:10px clamp(18px,4vw,64px);display:grid;position:sticky;top:0}.portal-brand{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.portal-nav-logo{object-fit:contain;object-position:left center;width:min(218px,100%);height:50px;display:block}.portal-nav nav{justify-content:center;align-items:center;gap:4px;display:flex}.portal-nav nav a{color:var(--portal-muted);white-space:nowrap;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800;text-decoration:none}.portal-nav nav a:hover,.portal-nav nav a.is-active{color:var(--portal-blue-dark);background:#edf2ff}.portal-nav-action{color:#fff;background:var(--portal-blue);border:0;border-radius:10px;justify-self:end;padding:10px 16px;font-size:13px;font-weight:850}.portal-choice-hero{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:center;gap:52px;max-width:1180px;margin:0 auto;padding:92px 28px 54px;display:grid}.portal-choice-copy h1,.student-hero h1,.publishing-hero h1{max-width:850px;color:var(--portal-ink);letter-spacing:-.045em;margin:12px 0 20px;font-family:Zilla Slab,Georgia,serif;font-size:clamp(42px,6vw,74px);line-height:.98}.portal-choice-copy p,.student-hero-copy>p,.publishing-hero>p{color:#566276;max-width:730px;margin:0;font-size:18px;line-height:1.7}.portal-choice-mark{color:#fff;background:var(--portal-ink);border-radius:26px;flex-direction:column;gap:18px;padding:30px;display:flex;overflow:hidden;box-shadow:0 24px 60px #101b332e}.portal-choice-mark span{font-family:Zilla Slab,Georgia,serif;font-size:22px;line-height:1.25}.portal-choice-hero-image{object-fit:cover;width:calc(100% + 60px);height:210px;margin:-30px -30px 2px}.portal-choice-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto;padding:0 28px 54px;display:grid}.portal-choice-card{border:1px solid var(--portal-line);background:#fff;border-radius:22px;flex-direction:column;min-height:410px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #101b3312}.portal-choice-card:before{content:"";background:var(--portal-blue);width:100%;height:6px;position:absolute;top:0;left:0}.portal-choice-card.is-professor:before{background:var(--portal-gold)}.portal-choice-card.is-publishing:before{background:#6b4aa5}.portal-card-number{color:#9aa5b8;letter-spacing:.12em;font-family:ui-monospace,monospace;font-size:12px;font-weight:800}.portal-choice-card-image{object-fit:cover;width:calc(100% + 60px);height:190px;margin:-30px -30px 24px}.portal-choice-card h2{margin:14px 0 12px;font-family:Zilla Slab,Georgia,serif;font-size:32px}.portal-choice-card p{min-height:96px;color:var(--portal-muted);margin:0;line-height:1.6}.portal-choice-card ul{gap:9px;margin:24px 0 30px;padding:0;list-style:none;display:grid}.portal-choice-card li{color:#344159;padding-left:20px;font-size:13px;line-height:1.4;position:relative}.portal-choice-card li:before{color:var(--portal-green);content:"✓";font-weight:900;position:absolute;left:0}.portal-choice-card>a{color:#fff;background:var(--portal-ink);border-radius:10px;justify-content:space-between;margin-top:auto;padding:12px 14px;font-size:14px;font-weight:850;text-decoration:none;display:flex}.portal-home-principle{background:var(--portal-line);border:1px solid var(--portal-line);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1124px;margin:0 auto 80px;display:grid;overflow:hidden}.portal-home-principle div{background:#fff;gap:7px;padding:24px;display:grid}.portal-home-principle strong{font-family:Zilla Slab,Georgia,serif;font-size:20px}.portal-home-principle span{color:var(--portal-muted);font-size:13px;line-height:1.55}.portal-simple-footer{color:#b8c2d3;background:var(--portal-ink);flex-wrap:wrap;justify-content:center;gap:20px;padding:28px;font-size:12px;display:flex}.portal-simple-footer a{color:#fff;text-decoration:none}.portal-home-share{border:1px solid var(--portal-line);background:linear-gradient(135deg,#fff,#edf3ff);border-radius:24px;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:38px;max-width:1124px;margin:0 auto 54px;padding:34px;display:grid;box-shadow:0 18px 50px #101b3314}.portal-home-share h2,.portal-brand-kit h2{font:800 clamp(32px, 4vw, 46px)/1.04 var(--portal-display);letter-spacing:-.025em;margin:9px 0 11px}.portal-home-share p{color:var(--portal-muted);line-height:1.65}.portal-home-share>img{border-radius:18px;width:100%;box-shadow:0 18px 44px #101b332e}.portal-brand-kit{border:1px solid var(--portal-line);background:#fff;border-radius:24px;max-width:1124px;margin:0 auto 54px;padding:32px}.portal-brand-kit-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:24px;display:flex}.portal-brand-kit-heading>p{max-width:510px;color:var(--portal-muted);margin:0;line-height:1.6}.portal-brand-variant-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.portal-brand-variant-grid article{border:1px solid var(--portal-line);background:#f8f9fc;border-radius:15px;align-content:start;gap:7px;padding:14px;display:grid}.portal-brand-variant-grid article>div{background:#fff;border-radius:11px;place-items:center;min-height:126px;padding:18px;display:grid}.portal-brand-variant-grid article>div.is-monochrome{background:#f2efe7}.portal-brand-variant-grid img{object-fit:contain;width:100%;max-height:92px;display:block}.portal-brand-variant-grid article:nth-child(2) img{width:76px}.portal-brand-variant-grid strong{font-family:var(--portal-display);margin-top:5px;font-size:19px}.portal-brand-variant-grid span{min-height:38px;color:var(--portal-muted);font-size:12px;line-height:1.5}.portal-brand-variant-grid a{width:max-content;color:var(--portal-blue-dark);background:#fff;border:1px solid #b7c5dd;border-radius:8px;margin-top:5px;padding:8px 10px;font-size:12px;font-weight:850;text-decoration:none}.portal-home-footer{align-items:center}.portal-home-footer>img{object-fit:contain;filter:brightness(0)invert();opacity:.94;width:178px;height:36px}.student-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:66px;max-width:1180px;margin:0 auto;padding:88px 28px 72px;display:grid}.student-hero h1{max-width:680px;font-size:clamp(46px,6vw,72px)}.student-hero-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.student-hero-actions a,.student-hero-actions button,.publishing-hero button,.publishing-hero a{border:1px solid var(--portal-blue);border-radius:10px;padding:13px 18px;font-size:14px;font-weight:850;text-decoration:none}.student-hero-actions a,.publishing-hero button{color:#fff;background:var(--portal-blue)}.student-hero-actions button,.publishing-hero a{color:var(--portal-blue-dark);background:0 0}.student-hero-points{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.student-hero-points span{color:#39506e;border:1px solid var(--portal-line);background:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.student-dashboard-preview{color:#fff;background:var(--portal-ink);border:1px solid #30405e;border-radius:26px;padding:24px;transform:rotate(1deg);box-shadow:0 28px 70px #101b3338}.student-hero-photo{aspect-ratio:16/9;object-fit:cover;border-radius:18px;width:100%;margin-bottom:20px;display:block}.student-preview-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.student-preview-top span{font-family:Zilla Slab,Georgia,serif;font-size:24px;font-weight:700}.student-preview-top strong{color:var(--portal-gold);font-size:13px}.student-preview-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:24px;display:grid}.student-preview-grid div{background:#ffffff17;border-radius:12px;gap:5px;padding:14px;display:grid}.student-preview-grid small{color:#bec9dd;text-transform:uppercase;font-size:10px}.student-preview-grid strong{font-size:22px}.student-preview-class{justify-content:space-between;align-items:center;display:flex}.student-preview-class div{gap:4px;display:grid}.student-preview-class span{color:#c7d0df;font-size:13px}.student-preview-class b{color:var(--portal-gold);font-size:24px}.student-preview-progress,.mini-progress{background:#dfe5ef;border-radius:999px;height:7px;margin:12px 0;overflow:hidden}.student-preview-progress{background:#ffffff26}.student-preview-progress i,.mini-progress i{background:var(--portal-gold);border-radius:inherit;height:100%;display:block}.mini-progress i{background:var(--portal-blue)}.student-preview-note{color:#c7d0df;font-size:12px}.student-directory-shell{max-width:1240px;margin:0 auto;padding:0 28px 88px}.class-directory{border:1px solid var(--portal-line);background:#fff;border-radius:24px;padding:clamp(24px,4vw,44px);box-shadow:0 20px 55px #101b3314}.directory-heading{justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.directory-heading h2,.student-section-heading h2,.student-life-explainer h2{margin:8px 0;font-family:Zilla Slab,Georgia,serif;font-size:clamp(30px,4vw,46px);line-height:1.08}.directory-heading p,.student-section-heading>p{max-width:720px;color:var(--portal-muted);margin:0;line-height:1.6}.demo-data-label{color:#735018;white-space:nowrap;background:#fff4d9;border:1px solid #efd595;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:850}.directory-controls{grid-template-columns:.8fr 1.2fr;gap:12px;margin:28px 0 16px;display:grid}.directory-controls label,.portal-interest-form label,.dashboard-card label,.sensitive-access-card label{color:#3f4c63;gap:7px;font-size:12px;font-weight:800;display:grid}.directory-controls input,.directory-controls select,.portal-interest-form input,.portal-interest-form textarea,.dashboard-card input,.dashboard-card select,.dashboard-card textarea,.sensitive-access-card input{width:100%;color:var(--portal-ink);background:#fff;border:1px solid #cbd4e2;border-radius:10px;outline:none;padding:12px 13px}.directory-controls input:focus,.directory-controls select:focus,.portal-interest-form input:focus,.portal-interest-form textarea:focus,.dashboard-card input:focus,.dashboard-card select:focus,.dashboard-card textarea:focus,.sensitive-access-card input:focus{border-color:var(--portal-blue);box-shadow:0 0 0 3px #1d4ed81f}.school-directory-summary{background:#f1f4f9;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.school-directory-summary div{gap:3px;display:grid}.school-directory-summary span{color:var(--portal-muted);font-size:11px}.directory-results{gap:10px;margin-top:14px;display:grid}.directory-course{border:1px solid var(--portal-line);border-radius:14px;grid-template-columns:120px 1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.course-code-tile{color:#fff;background:var(--portal-ink);border-radius:11px;align-content:center;gap:4px;min-height:76px;padding:12px;display:grid}.course-code-tile strong{color:var(--portal-gold);font-family:Zilla Slab,Georgia,serif;font-size:20px}.course-code-tile span{color:#c7d0df;font-size:10px}.directory-course h3{margin:0 0 6px;font-family:Zilla Slab,Georgia,serif;font-size:21px}.directory-course-copy>p{color:var(--portal-muted);margin:0 0 9px;font-size:13px;line-height:1.5}.directory-course-copy>div{flex-wrap:wrap;gap:7px;display:flex}.directory-course-copy>div span{color:#526179;background:#f1f4f9;border-radius:999px;padding:4px 7px;font-size:10px}.directory-course-action{justify-items:end;gap:10px;display:grid}.directory-course-action span{color:var(--portal-muted);font-size:11px}.directory-course-action button,.portal-interest-form>button,.student-pricing-grid button,.dashboard-card button,.sensitive-access-card button{color:#fff;background:var(--portal-blue);border:0;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:850}.directory-empty{color:var(--portal-muted);text-align:center;padding:32px}.student-how-section,.student-feature-section,.student-pricing-section{max-width:1180px;margin:0 auto;padding:0 28px 90px}.student-section-heading{max-width:820px;margin-bottom:28px}.student-how-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:0;padding:0;list-style:none;display:grid}.student-how-grid li,.student-feature-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:16px;padding:22px}.student-how-grid li>span,.student-feature-grid article>span{color:#fff;background:var(--portal-blue);border-radius:99px;place-items:center;width:34px;height:34px;margin-bottom:22px;font-size:11px;font-weight:900;display:grid}.student-how-grid strong{margin-bottom:8px;font-family:Zilla Slab,Georgia,serif;font-size:20px;display:block}.student-how-grid p,.student-feature-grid p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.55}.student-feature-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.student-feature-grid h3{margin:0 0 8px;font-family:Zilla Slab,Georgia,serif;font-size:22px}.student-feature-grid article>span{color:var(--portal-blue);background:#edf2ff}.student-story-section{max-width:1180px;margin:0 auto;padding:0 28px 90px}.student-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.student-story-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 16px 42px #101b3314}.student-story-grid img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.student-story-grid article>div{padding:24px}.student-story-grid article span{color:var(--portal-blue);letter-spacing:.11em;font-size:10px;font-weight:900}.student-story-grid h3{margin:9px 0 8px;font-family:Zilla Slab,Georgia,serif;font-size:26px;line-height:1.08}.student-story-grid p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.6}.student-life-explainer{color:#fff;background:var(--portal-ink);border-radius:24px;grid-template-columns:1fr 1fr;gap:48px;max-width:1124px;margin:0 auto 90px;padding:46px;display:grid}.student-life-explainer h2{color:#fff}.student-life-explainer p{color:#c7d0df;line-height:1.7}.student-life-layers{gap:9px;display:grid}.student-life-layers article{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;gap:5px;padding:17px;display:grid}.student-life-layers strong{color:var(--portal-gold)}.student-life-layers span{color:#d3dbea;font-size:12px;line-height:1.5}.student-pricing-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.student-pricing-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:17px;flex-direction:column;padding:24px;display:flex}.student-pricing-grid article>span{color:var(--portal-blue);text-transform:uppercase;font-size:11px;font-weight:900}.student-pricing-grid article>strong{margin:12px 0;font-family:Zilla Slab,Georgia,serif;font-size:32px}.student-pricing-grid p{min-height:62px;color:var(--portal-muted);margin:0;line-height:1.5}.student-pricing-grid ul{color:#425067;gap:8px;margin:20px 0 26px;padding-left:18px;font-size:12px;display:grid}.student-pricing-grid button{margin-top:auto}.student-opportunity-section{grid-template-columns:1fr 1fr;gap:16px;max-width:1180px;margin:0 auto;padding:0 28px 90px;display:grid}.portal-interest-form{border:1px solid var(--portal-line);background:#fff;border-radius:20px;gap:13px;padding:28px;display:grid}.portal-interest-form h3{margin:0;font-family:Zilla Slab,Georgia,serif;font-size:28px}.portal-interest-form>p{color:var(--portal-muted);margin:0 0 5px;line-height:1.55}.interest-field-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.portal-form-notice{color:#315b42;background:#edf8f1;border:1px solid #b9dec6;border-radius:9px;padding:10px;font-size:11px;line-height:1.45}.portal-modal{z-index:100;background:#070d1cc2;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.portal-modal-card{background:#fff;border-radius:22px;width:min(100%,650px);padding:30px;position:relative;box-shadow:0 30px 90px #0000004d}.modal-close{border:0;border-radius:99px;width:34px;height:34px;font-size:22px;position:absolute;top:14px;right:14px}.portal-modal-card h2{margin:10px 40px 10px 0;font-family:Zilla Slab,Georgia,serif;font-size:34px}.portal-modal-card>p{color:var(--portal-muted);line-height:1.6}.portal-modal-card dl{grid-template-columns:1fr 1fr;gap:8px;margin:20px 0;display:grid}.portal-modal-card dl div{background:#f2f5f9;border-radius:9px;gap:4px;padding:11px;display:grid}.portal-modal-card dt{color:var(--portal-muted);text-transform:uppercase;font-size:10px;font-weight:800}.portal-modal-card dd{margin:0;font-weight:700}.class-preview-lock{color:#5e461d;background:#fff6df;border:1px solid #edd594;border-radius:10px;gap:4px;padding:14px;display:grid}.class-preview-lock span{font-size:12px;line-height:1.45}.portal-modal-primary{color:#fff;background:var(--portal-blue);border:0;border-radius:10px;width:100%;margin-top:14px;padding:12px;font-weight:850}.publishing-hero{text-align:center;max-width:1050px;margin:0 auto;padding:110px 28px 80px}.publishing-hero h1{max-width:none}.publishing-hero>p{margin:0 auto}.publishing-hero>div{justify-content:center;gap:10px;margin-top:28px;display:flex}.publishing-hero-image{border-radius:26px;max-width:920px;margin:48px auto 0;position:relative;overflow:hidden;box-shadow:0 28px 68px #101b332e}.publishing-hero-image>img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.publishing-hero-image figcaption{color:#fff;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#101b33e6;border:1px solid #ffffff2e;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.publishing-hero-image figcaption strong{color:var(--portal-gold);font-family:Zilla Slab,Georgia,serif;font-size:20px}.publishing-hero-image figcaption span{color:#d7deeb;max-width:440px;font-size:12px;line-height:1.5}.publishing-path-grid,.publishing-audience-grid{grid-template-columns:repeat(4,1fr);gap:12px;max-width:1180px;margin:0 auto;padding:0 28px 80px;display:grid}.publishing-path-grid article,.publishing-audience-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:16px;padding:25px}.publishing-path-grid article>span{color:#6b4aa5;font-family:ui-monospace,monospace;font-weight:900}.publishing-path-grid h2,.publishing-audience-grid h2{margin:22px 0 10px;font-family:Zilla Slab,Georgia,serif;font-size:24px}.publishing-path-grid p,.publishing-audience-grid p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.6}.publishing-audience-grid{grid-template-columns:repeat(3,1fr)}.library-catalog-section{background:#eef2f8;border:1px solid #d8e0eb;border-radius:24px;max-width:1180px;margin:0 auto 82px;padding:34px 28px}.library-catalog-section .student-section-heading{max-width:760px}.library-catalog-controls{grid-template-columns:minmax(0,2fr) minmax(210px,.7fr);gap:12px;margin:26px 0 18px;display:grid}.library-catalog-controls label{color:#35445c;gap:7px;font-size:11px;font-weight:850;display:grid}.library-catalog-controls input,.library-catalog-controls select{min-height:44px;color:var(--portal-ink);font:inherit;background:#fff;border:1px solid #cbd5e3;border-radius:10px;padding:10px 12px}.library-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.library-catalog-grid>article{border:1px solid var(--portal-line);background:#fff;border-radius:16px;align-content:start;gap:10px;min-height:260px;padding:20px;display:grid;box-shadow:0 12px 26px #17233b0f}.library-item-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.library-item-heading>span{color:var(--portal-blue);letter-spacing:.11em;font-size:9px;font-weight:900}.library-item-heading>i{border-radius:99px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:850}.library-item-heading>i.is-ready{color:#1f6c43;background:#e1f4e8}.library-item-heading>i.is-review{color:#805d18;background:#fff0c8}.library-catalog-grid h3{margin:2px 0 0;font-family:Zilla Slab,Georgia,serif;font-size:24px;line-height:1.1}.library-catalog-grid>article>strong{color:#4c5d77;font-size:11px}.library-catalog-grid>article>p{color:var(--portal-muted);margin:0;font-size:12px;line-height:1.55}.library-catalog-grid footer{border-top:1px solid var(--portal-line);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:13px;display:flex}.library-catalog-grid footer>span{color:#5a3f91;font-size:11px;font-weight:900}.library-catalog-grid footer button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:8px;padding:9px 11px;font-weight:850}.library-preview-card dl{grid-template-columns:1fr 1fr;gap:8px;margin:18px 0;display:grid}.library-preview-card dl>div{background:#f5f7fa;border-radius:9px;padding:11px}.library-preview-card dt{color:var(--portal-muted);text-transform:uppercase;font-size:9px;font-weight:900}.library-preview-card dd{color:var(--portal-ink);margin:4px 0 0;font-size:12px;font-weight:800}.library-modal-link{text-align:center;text-decoration:none;display:block}.library-commerce-gate,.library-assignment-note{border-radius:10px;gap:4px;padding:13px;font-size:11px;line-height:1.45;display:grid}.library-commerce-gate{color:#6b4d18;background:#fff1cc}.library-commerce-ready{color:#225a43;gap:7px;font-size:10px;line-height:1.45;display:grid}.library-commerce-ready.is-owned{background:#e5f5ec;border-radius:10px;padding:13px}.library-commerce-ready button:disabled{opacity:.55;cursor:wait}.library-assignment-note{color:#225a43;background:#e5f5ec;margin-top:9px}.library-purchase-section{border:1px solid var(--portal-line);background:#fff;border-radius:22px;max-width:1180px;margin:-52px auto 82px;padding:30px 28px}.library-record-refresh{color:#40506a;border:1px solid var(--portal-line);background:#f1f4f9;border-radius:8px;justify-self:start;padding:8px 11px;font-weight:850}.library-purchase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.library-purchase-card{background:#f7f9fc;border:1px solid #e0e5ed;border-radius:12px;align-content:start;gap:12px;min-width:0;padding:17px;display:grid}.library-purchase-card>header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.library-purchase-card>header>div{gap:3px;min-width:0;display:grid}.library-purchase-card>header span{color:var(--portal-blue);text-transform:uppercase;font-size:8px;font-weight:900}.library-purchase-card h3{overflow-wrap:anywhere;margin:0;font-family:Zilla Slab,Georgia,serif;font-size:19px}.library-purchase-card small{color:var(--portal-muted);font-size:8px}.library-purchase-card>header>span{text-transform:uppercase;border-radius:999px;flex:none;padding:5px 7px;font-size:7px;font-weight:900}.library-purchase-card>header>span.is-ready{color:#1f6c43;background:#dff3e7}.library-purchase-card>header>span.is-warning{color:#805d18;background:#fff0c8}.library-purchase-card>header>span.is-closed{color:#8a3140;background:#fbe5e8}.library-purchase-card>header>span.is-pending{color:#405b88;background:#e8eef9}.library-receipt-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0;display:grid}.library-receipt-grid>div{background:#fff;border:1px solid #e5e9f0;border-radius:8px;padding:8px}.library-receipt-grid dt{color:var(--portal-muted);text-transform:uppercase;font-size:7px}.library-receipt-grid dd{color:var(--portal-ink);margin:3px 0 0;font-size:10px;font-weight:900}.library-purchase-card>p{color:#53617a;margin:0;font-size:10px;line-height:1.45}.library-order-event{color:#654c1d;background:#fff4d6;border-radius:8px;justify-content:space-between;gap:10px;padding:8px 10px;font-size:8px;display:flex}.library-order-event span{text-transform:none}.library-purchase-card>footer{border-top:1px solid #e0e5ed;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:10px;display:flex}.library-purchase-card>footer>span{color:var(--portal-muted);text-transform:none;font-size:8px}.library-purchase-card>footer>div{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.library-purchase-card>footer a,.library-purchase-card>footer button{color:#fff;background:var(--portal-blue);border:0;border-radius:8px;justify-self:start;padding:8px 10px;font-size:9px;font-weight:850;text-decoration:none}.marketplace-receipt-card{max-width:650px}.marketplace-receipt-heading{border:1px solid var(--portal-line);background:#f3f6fb;border-radius:11px;justify-content:space-between;align-items:flex-start;gap:14px;margin:8px 0 2px;padding:14px;display:flex}.marketplace-receipt-heading>div{gap:4px;display:grid}.marketplace-receipt-heading strong{color:#14213b;font-family:IBM Plex Mono,monospace;font-size:13px}.marketplace-receipt-heading span{color:var(--portal-muted);font-size:9px}.marketplace-receipt-heading>span{text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:7px;font-weight:900}.marketplace-receipt-heading>span.is-ready{color:#1f6c43;background:#dff3e7}.marketplace-receipt-heading>span.is-warning{color:#805d18;background:#fff0c8}.marketplace-receipt-heading>span.is-closed{color:#8a3140;background:#fbe5e8}.marketplace-receipt-heading>span.is-pending{color:#405b88;background:#e8eef9}.marketplace-receipt-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.marketplace-receipt-details>div{background:#fafbfd;border:1px solid #e4e8ef;border-radius:9px;padding:10px 11px}.marketplace-receipt-details dt{color:var(--portal-muted);text-transform:uppercase;font-size:7px;font-weight:850}.marketplace-receipt-details dd{color:#18243c;margin:4px 0 0;font-size:10px;font-weight:750}.marketplace-receipt-card>p{color:var(--portal-muted);font-size:9px;line-height:1.55}.marketplace-receipt-actions{flex-wrap:wrap;gap:8px;display:flex}.marketplace-receipt-actions button{border:1px solid var(--portal-line);border-radius:8px;padding:9px 12px;font-size:9px;font-weight:850}.marketplace-receipt-actions button:first-child{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.library-refund-form{background:#fff7df;border:1px solid #ecd69d;border-radius:12px;gap:9px;max-width:720px;margin-top:16px;padding:17px;display:grid}.library-refund-form h3,.library-refund-form p{margin:0}.library-refund-form p{color:#665a42;font-size:10px;line-height:1.5}.library-refund-form label{gap:6px;font-size:10px;font-weight:850;display:grid}.library-refund-form textarea{border:1px solid #d9c384;border-radius:8px;padding:10px}.library-refund-form>div{justify-content:flex-end;gap:7px;display:flex}.library-refund-form button{border:1px solid #c4ae73;border-radius:8px;padding:8px 11px;font-weight:850}.library-refund-form button[type=submit]{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.dashboard-topbar{z-index:60;border-bottom:1px solid var(--portal-line);background:#fff;justify-content:space-between;align-items:center;min-height:68px;padding:9px 22px;display:flex;position:sticky;top:0}.sample-workspace-badge{color:#6e511a;letter-spacing:.04em;text-transform:uppercase;background:#fff6dc;border:1px solid #ecd49a;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.dashboard-brand{background:0 0;border:0;padding:0}.dashboard-top-actions{gap:7px;display:flex}.dashboard-top-actions button{color:#40506a;border:1px solid var(--portal-line);background:#f1f4f9;border-radius:9px;padding:9px 12px;font-size:12px;font-weight:800}.dashboard-top-actions button.primary{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.student-account-notifications{position:relative}.dashboard-top-actions .student-notification-trigger{place-items:center;width:39px;height:39px;padding:0;font-size:17px;display:grid;position:relative}.student-notification-trigger i{color:#fff;background:#c83d51;border:2px solid #fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;font-style:normal;display:grid;position:absolute;top:-6px;right:-6px}.student-notification-popover{z-index:40;color:#17233b;border:1px solid var(--portal-line);background:#fff;border-radius:14px;width:min(380px,100vw - 28px);position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 45px #1826432e}.student-notification-popover>header{border-bottom:1px solid var(--portal-line);background:#f5f7fb;justify-content:space-between;align-items:flex-start;gap:16px;padding:15px 16px;display:flex}.student-notification-popover>header div{gap:3px;display:grid}.student-notification-popover>header strong{font-size:14px}.student-notification-popover>header span{color:var(--portal-muted);font-size:9px}.student-notification-popover>header b{color:#fff;background:var(--portal-blue);border-radius:999px;padding:4px 7px;font-size:9px}.student-notification-popover>div{max-height:420px;display:grid;overflow-y:auto}.dashboard-top-actions .student-notification-popover button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f4;border-radius:0;gap:4px;padding:13px 16px;display:grid}.dashboard-top-actions .student-notification-popover button.is-unread{box-shadow:inset 3px 0 var(--portal-blue);background:#f1f6ff}.student-notification-popover button span{color:var(--portal-blue);letter-spacing:.07em;text-transform:uppercase;font-size:9px}.student-notification-popover button strong{font-size:12px}.student-notification-popover button small,.student-notification-popover button time{color:var(--portal-muted);font-size:9px;line-height:1.45}.student-notification-popover>div>p{color:var(--portal-muted);text-align:center;margin:0;padding:24px 16px;font-size:11px}.student-dashboard-shell{grid-template-columns:245px minmax(0,1fr);max-width:1440px;min-height:calc(100vh - 68px);margin:0 auto;display:grid}.student-dashboard-sidebar{border-right:1px solid var(--portal-line);background:#fff;align-self:start;min-height:calc(100vh - 68px);padding:24px 14px;position:sticky;top:68px}.student-sidebar-profile{border-bottom:1px solid var(--portal-line);align-items:center;gap:10px;padding:0 8px 20px;display:flex}.student-sidebar-profile>span{color:#fff;background:var(--portal-blue);border-radius:99px;place-items:center;width:42px;height:42px;font-family:Zilla Slab,Georgia,serif;font-size:20px;font-weight:700;display:grid}.student-sidebar-profile div{gap:3px;min-width:0;display:grid}.student-sidebar-profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.student-sidebar-profile small{color:var(--portal-muted);font-size:10px}.student-dashboard-sidebar nav{gap:3px;padding:18px 0;display:grid}.student-dashboard-sidebar nav button{color:#526078;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;width:100%;padding:10px 11px;font-size:12px;font-weight:750;display:flex}.student-dashboard-sidebar nav button:hover,.student-dashboard-sidebar nav button.is-active{color:var(--portal-blue-dark);background:#edf2ff}.student-dashboard-sidebar nav i{color:#fff;background:var(--portal-red);border-radius:99px;place-items:center;width:20px;height:20px;font-size:10px;font-style:normal;display:grid}.sidebar-literacy-link,.professor-lock-summary{background:#fff7e3;border:1px solid #eed79f;border-radius:10px;gap:7px;margin:12px 4px;padding:14px;display:grid}.sidebar-literacy-link strong,.professor-lock-summary strong{font-size:12px}.sidebar-literacy-link span,.professor-lock-summary span{color:#6f6246;font-size:10px;line-height:1.45}.sidebar-literacy-link a{color:#75510f;font-size:10px;font-weight:850}.professor-lock-summary button{border:0;border-radius:7px;padding:7px;font-size:10px;font-weight:800}.student-dashboard-main{min-width:0;padding:26px}.student-panel-stack,.professor-panel-stack{gap:15px;display:grid}.student-welcome-card,.professor-welcome-card{color:#fff;background:var(--portal-ink);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:28px;display:flex}.student-welcome-card>div:first-child>span,.professor-welcome-card>div>span{color:var(--portal-gold);letter-spacing:.12em;font-size:10px;font-weight:900}.student-welcome-card h1,.professor-welcome-card h1{margin:8px 0 5px;font-family:Zilla Slab,Georgia,serif;font-size:32px}.student-welcome-card p,.professor-welcome-card p{color:#c9d2e2;margin:0;font-size:13px}.student-streak{background:#ffffff14;border-radius:14px;justify-items:center;min-width:118px;padding:16px;display:grid}.student-streak strong{color:var(--portal-gold);font-size:34px}.student-streak span{color:#c9d2e2;font-size:10px}.professor-welcome-card>button{color:var(--portal-ink);background:var(--portal-gold);white-space:nowrap;border:0;border-radius:9px;padding:11px 14px;font-weight:850}.student-stat-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.student-stat-grid article{border:1px solid var(--portal-line);background:#fff;border-radius:13px;gap:5px;padding:18px;display:grid}.student-stat-grid span{color:var(--portal-muted);text-transform:uppercase;font-size:10px;font-weight:800}.student-stat-grid strong{font-family:Zilla Slab,Georgia,serif;font-size:28px}.student-stat-grid small{color:var(--portal-muted);font-size:10px}.student-stat-grid button{color:var(--portal-blue);background:0 0;justify-self:start;padding:0;font-size:10px}.dashboard-card{border:1px solid var(--portal-line);background:#fff;border-radius:15px;padding:22px;box-shadow:0 8px 25px #101b3309}.dashboard-card h1,.dashboard-card h2{margin:6px 0 8px;font-family:Zilla Slab,Georgia,serif}.dashboard-card h1{font-size:30px}.dashboard-card h2{font-size:23px}.dashboard-card>p{color:var(--portal-muted);line-height:1.55}.dashboard-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.dashboard-card-heading h1,.dashboard-card-heading h2{margin:6px 0 4px}.dashboard-card-heading p{max-width:680px;color:var(--portal-muted);margin:0;font-size:12px;line-height:1.55}.dashboard-card-heading>a{color:var(--portal-blue);font-size:12px;font-weight:800}.student-class-list{display:grid}.student-class-list article{border-top:1px solid var(--portal-line);grid-template-columns:75px 1fr auto;align-items:center;gap:14px;padding:15px 0;display:grid}.student-class-list article:first-child{border-top:0}.class-list-code{color:var(--portal-blue);font-family:ui-monospace,monospace;font-size:12px;font-weight:900}.student-class-list article>div:nth-child(2){gap:3px;display:grid}.student-class-list article>div:nth-child(2)>span,.student-class-list article>div:last-child>span{color:var(--portal-muted);font-size:10px}.student-class-list article p{color:#47566f;margin:2px 0 0;font-size:11px}.student-class-list article .mini-progress{width:min(100%,390px);margin:5px 0 0}.student-class-list article>div:last-child{justify-items:end;gap:4px;display:grid}.student-dashboard-columns,.professor-dashboard-columns,.grade-calculator-grid,.student-message-layout,.student-social-layout{grid-template-columns:1fr 1fr;gap:15px;display:grid}.student-dashboard-columns .dashboard-card p{border-bottom:1px solid var(--portal-line);padding:10px 0;font-size:12px}.student-class-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.student-class-grid>article{border:1px solid var(--portal-line);background:#f8f9fc;border-radius:13px;padding:20px}.student-class-grid>article>span{color:var(--portal-blue);font-family:ui-monospace,monospace;font-size:11px;font-weight:900}.student-class-grid h2{margin:12px 0 5px;font-size:21px}.student-class-grid p{color:var(--portal-muted);margin:0;font-size:11px}.class-grade-line{justify-content:space-between;margin-top:18px;display:flex}.class-grade-line strong{font-size:24px}.class-grade-line span{color:var(--portal-muted);font-size:10px}.student-class-grid small{min-height:30px;color:var(--portal-muted);font-size:9px;line-height:1.5;display:block}.student-class-grid>article>button{width:100%;margin-top:12px}.course-completion-badges{background:linear-gradient(135deg,#fff8df,#f6fbff);border:1px solid #eadba9;border-radius:13px;gap:10px;margin:0 0 16px;padding:15px;display:grid}.course-completion-badges-heading{gap:4px;display:grid}.course-completion-badges-heading>strong{color:#755517;letter-spacing:.06em;text-transform:uppercase;font-size:11px}.course-completion-badges-heading>p{color:#6f6246;margin:0;font-size:10px;line-height:1.5}.course-completion-badges.is-rewards-view{margin-bottom:0;padding:19px}.course-completion-badges>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.course-completion-badges article{background:#ffffffd6;border:1px solid #cfb15d6b;border-radius:10px;gap:10px;padding:11px;display:flex}.course-completion-badges article>span{color:#fff;background:#b48122;border-radius:999px;flex:0 0 28px;place-items:center;height:28px;font-weight:900;display:grid}.course-completion-badges article div{gap:3px;display:grid}.course-completion-badges article strong{font-size:12px}.course-completion-badges article small,.course-completion-badges article time{color:var(--portal-muted);font-size:9px;line-height:1.4}.protected-course-preview{background:#fff;border:1px solid #b9d5c5;border-radius:9px;gap:6px;margin-top:12px;padding:13px;display:grid}.protected-course-preview>span{color:var(--portal-green);font-size:9px;font-weight:900}.protected-course-preview p{line-height:1.45}.assigned-course-books{border-top:1px solid #dce7df;gap:6px;margin-top:11px;padding-top:10px;display:grid}.assigned-course-books>a{color:var(--portal-blue);background:#f5f8fc;border:1px solid #dbe3ef;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:10px;font-weight:850;text-decoration:none;display:flex}.assigned-course-books small{color:var(--portal-muted);font-size:8px;font-weight:700}.report-card-summary{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px;display:grid}.report-card-summary>div{background:#f2f5f9;border-radius:10px;gap:3px;padding:14px;display:grid}.report-card-summary span{color:var(--portal-muted);text-transform:uppercase;font-size:9px}.report-card-summary strong{font-size:23px}.report-card-summary small{color:var(--portal-muted);font-size:9px}.grade-table{border:1px solid var(--portal-line);border-radius:10px;overflow-x:auto}.grade-table-row{border-top:1px solid var(--portal-line);grid-template-columns:minmax(220px,1.8fr) 1fr .6fr .6fr .7fr;align-items:center;min-width:720px;padding:11px 13px;font-size:11px;display:grid}.grade-table-row:first-child{border-top:0}.grade-table-row.is-head{color:var(--portal-muted);text-transform:uppercase;background:#f1f4f9;font-size:9px;font-weight:850}.grade-table-row>span:first-child{gap:3px;display:grid}.grade-status{text-transform:capitalize;border-radius:999px;justify-self:start;padding:4px 7px;font-size:9px;font-weight:850}.grade-status.is-finalized{color:#21623e;background:#e5f5eb}.grade-status.is-pending{color:#76500b;background:#fff2d2}.grade-status.is-missing{color:#902f2f;background:#fde7e7}.report-share-box{background:#edf2ff;border:1px solid #bdccf4;border-radius:10px;gap:6px;margin-top:14px;padding:14px;display:grid}.report-share-box span{color:#52627d;font-size:11px}.report-share-box code{text-overflow:ellipsis;background:#fff;border-radius:6px;padding:8px;font-size:10px;overflow:hidden}.report-share-box button{background:var(--portal-red);justify-self:start}.grade-calculator-grid .dashboard-card{align-content:start;gap:11px;display:grid}.calculator-result{color:#fff;background:var(--portal-ink);border-radius:10px;justify-content:space-between;align-items:center;padding:14px;display:flex}.calculator-result span{font-size:11px}.calculator-result strong{color:var(--portal-gold);font-size:24px}.weight-row{grid-template-columns:120px 1fr 42px;align-items:center;gap:10px;font-size:11px;display:grid}.weight-row>div{background:#e3e8f0;border-radius:99px;height:7px;overflow:hidden}.weight-row i{background:var(--portal-blue);height:100%;display:block}.weight-row strong{text-align:right}.weight-note{color:var(--portal-muted);font-size:10px}.student-note-form{grid-template-columns:150px 1fr auto;align-items:end;gap:8px;display:grid}.student-note-list{gap:8px;margin-top:18px;display:grid}.student-note-list article{background:#f5f7fa;border-radius:10px;padding:14px;position:relative}.student-note-list span{color:var(--portal-blue);font-size:9px;font-weight:800}.student-note-list p{margin:8px 70px 0 0;font-size:12px;line-height:1.55}.student-note-list button{color:var(--portal-red);background:0 0;position:absolute;top:10px;right:10px}.student-life-dashboard{gap:15px;display:grid}.student-group-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.student-group-grid article{background:#f4f6fa;border-radius:11px;align-content:start;padding:16px;display:grid}.student-group-grid article>span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:850}.student-group-grid h2{font-size:18px}.student-group-grid p{min-height:52px;color:var(--portal-muted);margin:0 0 10px;font-size:10px;line-height:1.45}.student-group-grid small{color:var(--portal-muted);font-size:9px}.student-group-grid button{margin-top:14px}.student-social-layout{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:start}.student-post-form{border-bottom:1px solid var(--portal-line);gap:9px;padding-bottom:16px;display:grid}.student-post-form>div{justify-content:space-between;align-items:center;display:flex}.student-post-form select{width:auto}.student-post-form button{justify-self:end}.student-social-post{border-bottom:1px solid var(--portal-line);padding:16px 0}.student-social-post>div{gap:3px;display:grid}.student-social-post>div span{color:var(--portal-muted);font-size:9px}.student-social-post p{font-size:12px;line-height:1.6}.student-social-post footer{color:var(--portal-muted);gap:16px;font-size:10px;display:flex}.student-highlight-settings{gap:11px;display:grid}.student-highlight-settings label{grid-template-columns:none;align-items:flex-start;display:flex}.student-highlight-settings input{width:auto;margin-top:2px}.student-highlight-settings>p{color:var(--portal-muted);font-size:10px}.student-highlight-preview{background:#fff4d9;border-radius:9px;gap:3px;padding:12px;display:grid}.student-highlight-preview strong{font-size:12px}.student-highlight-preview span{color:#765b27;font-size:9px}.student-message-layout{grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);align-items:start}.device-message-thread{background:#f1f4f9;border-radius:10px;gap:8px;min-height:180px;margin:15px 0;padding:12px;display:grid}.device-message-thread>p{color:var(--portal-muted);text-align:center}.device-message-thread article{background:#fff;border-radius:8px;grid-template-columns:1fr auto;padding:10px;display:grid}.device-message-thread article span{color:var(--portal-muted);font-size:9px}.device-message-thread article p{grid-column:1/-1;margin-bottom:0;font-size:11px}.student-message-layout form{gap:8px;display:grid}.student-message-layout form button{justify-self:end}.message-sync-card{gap:10px;display:grid}.message-sync-card>strong{color:var(--portal-blue)}.student-page-builder{grid-template-columns:minmax(0,.8fr) minmax(330px,1.2fr);align-items:start;gap:15px;display:grid}.student-page-builder>.dashboard-card{gap:11px;display:grid}.page-upgrade-row{background:#fff4d9;border-radius:8px;gap:4px;padding:12px;display:grid}.page-upgrade-row span{color:#7a5514;text-transform:uppercase;font-size:9px;font-weight:900}.page-upgrade-row strong{font-size:10px;line-height:1.45}.student-public-page,.professor-public-page{border:1px solid var(--portal-line);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 45px #101b331a}.student-page-cover{color:#fff;background:var(--portal-blue-dark);padding:35px}.student-page-cover>span,.professor-public-page>span{color:var(--portal-gold);letter-spacing:.1em;font-size:9px;font-weight:900}.student-page-cover h2,.professor-public-page h2{margin:10px 0;font-family:Zilla Slab,Georgia,serif;font-size:36px}.student-page-cover p{color:#d6deec;line-height:1.6}.student-page-stats{grid-template-columns:repeat(3,1fr);display:grid}.student-page-stats div{text-align:center;border-right:1px solid var(--portal-line);gap:4px;padding:18px;display:grid}.student-page-stats div:last-child{border-right:0}.student-page-stats strong{font-size:22px}.student-page-stats span{color:var(--portal-muted);font-size:9px}.student-public-page article{border-top:1px solid var(--portal-line);padding:22px}.student-public-page article h3{margin:8px 0 0;font-family:Zilla Slab,Georgia,serif}.student-public-page article p{color:var(--portal-muted);font-size:10px}.opportunity-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.opportunity-grid article{background:#f4f6fa;border-radius:11px;padding:17px}.opportunity-grid article>span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:850}.opportunity-grid h2{font-size:20px}.opportunity-grid p{min-height:48px;color:var(--portal-muted);font-size:11px;line-height:1.5}.legacy-card{color:#fff;background:var(--portal-ink);justify-content:space-between;align-items:center;gap:25px;display:flex}.legacy-card h2{color:#fff}.legacy-card p{color:#c9d2e2;margin-bottom:0}.legacy-card button{color:var(--portal-ink);background:var(--portal-gold);white-space:nowrap}.dashboard-tour-backdrop{z-index:1000;background:#070d1cbf;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dashboard-tour-card{background:#fff;border-radius:18px;width:min(100%,440px);padding:28px;box-shadow:0 30px 90px #00000059}.dashboard-tour-card>span{color:var(--portal-blue);letter-spacing:.12em;font-size:10px;font-weight:900}.dashboard-tour-card h2{margin:10px 0;font-family:Zilla Slab,Georgia,serif;font-size:30px}.dashboard-tour-card p{color:var(--portal-muted);line-height:1.6}.dashboard-tour-card>div{justify-content:space-between;display:flex}.dashboard-tour-card button{border:0;border-radius:8px;padding:10px 14px;font-weight:800}.dashboard-tour-card button:last-child{color:#fff;background:var(--portal-blue)}.professor-sidebar .student-sidebar-profile>span{color:var(--portal-ink);background:var(--portal-gold)}.professor-lock-summary{border-color:var(--portal-line);background:#f2f4f8}.professor-lock-summary span{color:var(--portal-muted)}.professor-alert-row{border-top:1px solid var(--portal-line);justify-content:space-between;padding:10px 0;font-size:11px;display:flex}.professor-alert-row strong{color:var(--portal-amber)}.professor-digital-literacy-entry{background:linear-gradient(135deg,#f9fbff,#edf4ff);border-color:#b8cbed;justify-content:space-between;align-items:center;gap:22px;display:flex}.professor-digital-literacy-entry p{max-width:780px;margin-bottom:0}.professor-digital-literacy-entry>button{flex:none}.professor-financial-literacy-entry{background:linear-gradient(135deg,#fffefa,#fff5da);border-color:#d6b56e;justify-content:space-between;align-items:center;gap:22px;display:flex}.professor-financial-literacy-entry p{max-width:780px;margin-bottom:0}.professor-financial-literacy-entry>button{flex:none}.professor-canonical-library-row.is-financial{background:#fffaf0;border-color:#d6b56e}.professor-canonical-library-row{background:#f1f6ff;border:1px solid #b8cbed;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:17px;display:flex}.professor-canonical-library-row>div{gap:4px;display:grid}.professor-canonical-library-row span{color:var(--portal-blue);letter-spacing:.08em;font-size:9px;font-weight:900}.professor-canonical-library-row strong{font-family:Zilla Slab,Georgia,serif;font-size:21px}.professor-canonical-library-row small{color:var(--portal-muted);font-size:10px}.professor-notification-list{gap:8px;display:grid}.professor-notification-list>button{color:var(--portal-ink);border:1px solid var(--portal-line);text-align:left;background:#f6f8fb;border-radius:10px;gap:4px;padding:14px;display:grid}.professor-notification-list>button span{color:var(--portal-blue);letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:900}.professor-notification-list>button small{color:var(--portal-muted)}.professor-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.professor-help-grid article{background:#f6f8fb;border-radius:11px;align-content:start;gap:10px;padding:16px;display:grid}.professor-help-grid span{color:var(--portal-muted);font-size:11px;line-height:1.55}.professor-help-grid button,.professor-help-grid a{color:#fff;background:var(--portal-blue);border:0;border-radius:8px;justify-self:start;padding:9px 12px;font-size:11px;font-weight:800;text-decoration:none}.professor-class-grid{gap:10px;display:grid}.professor-class-grid article{border:1px solid var(--portal-line);background:#f6f8fb;border-radius:11px;grid-template-columns:1fr auto;gap:16px;padding:18px;display:grid}.professor-class-grid article>div:first-child{gap:4px;display:grid}.professor-class-grid article>div:first-child>span{color:var(--portal-blue);font-family:ui-monospace,monospace;font-size:10px;font-weight:900}.professor-class-grid article>div:first-child>strong{font-family:Zilla Slab,Georgia,serif;font-size:20px}.professor-class-grid small{color:var(--portal-muted);font-size:9px}.professor-class-status{justify-items:end;gap:7px;display:grid}.professor-class-status>span{border-radius:99px;padding:4px 7px;font-size:9px;font-weight:850}.professor-class-status .is-live{color:var(--portal-green);background:#e3f2e8}.professor-class-status .is-draft{color:var(--portal-muted);background:#e7eaf0}.professor-class-status label{align-items:center;display:flex}.professor-class-status input{width:auto}.professor-class-grid footer{border-top:1px solid var(--portal-line);grid-column:1/-1;gap:8px;padding-top:10px;display:flex}.professor-class-grid footer a{color:var(--portal-blue);border:1px solid var(--portal-blue);border-radius:8px;padding:9px 12px;font-size:11px;font-weight:800;text-decoration:none}.professor-course-access-controls{background:#fff;border:1px solid #dce3ee;border-radius:11px;grid-column:1/-1;gap:10px;padding:14px;display:grid}.professor-course-access-controls>div:first-child{align-items:end;gap:14px;display:flex}.professor-course-access-controls label{color:#35445c;gap:5px;font-size:10px;font-weight:850;display:grid}.professor-course-access-controls select,.professor-course-access-controls input:not([type=checkbox]){color:#17233b;min-height:38px;font:inherit;background:#f8fafc;border:1px solid #ced7e4;border-radius:8px;padding:8px 10px}.professor-course-access-controls .professor-universal-course{align-items:center;gap:7px;min-height:38px;display:flex}.professor-course-access-controls .professor-universal-course input{width:16px;height:16px}.professor-course-access-controls>p{color:var(--portal-muted);margin:0;font-size:10px;line-height:1.5}.professor-course-badge-fields{grid-template-columns:minmax(190px,.7fr) minmax(260px,1.3fr);gap:10px;display:grid}.professor-course-access-controls>button{justify-self:start}.professor-library-listing-controls{background:#f4f0fb;border:1px solid #d8caec;border-radius:11px;grid-column:1/-1;gap:10px;padding:14px;display:grid}.professor-library-listing-controls>div:first-child{align-items:end;gap:12px;display:flex}.professor-library-listing-controls label{color:#493969;gap:5px;font-size:10px;font-weight:850;display:grid}.professor-library-listing-controls select,.professor-library-listing-controls input{color:#211735;min-height:38px;font:inherit;background:#fff;border:1px solid #cdbde4;border-radius:8px;padding:8px 10px}.professor-library-listing-controls>p{color:#625779;margin:0;font-size:10px;line-height:1.5}.professor-library-listing-controls>button{justify-self:start}.library-listing-state{color:#5a3f91;background:#fff;border:1px solid #d7cae8;border-radius:99px;justify-self:start;padding:5px 8px;font-size:9px;font-weight:850}.class-publishing-note{color:#5f4b25;background:#fff6df;border-radius:9px;gap:4px;margin-top:14px;padding:13px;display:grid}.class-publishing-note span{font-size:10px;line-height:1.5}.sensitive-access-card{border:1px solid var(--portal-line);background:#fff;border-radius:18px;max-width:620px;margin:60px auto;padding:32px;box-shadow:0 20px 65px #101b331f}.sensitive-access-card h1{margin:9px 0;font-family:Zilla Slab,Georgia,serif;font-size:34px}.sensitive-access-card>p{color:var(--portal-muted);line-height:1.6}.sensitive-access-card form{gap:12px;margin-top:20px;display:grid}.sensitive-access-card form>div{color:var(--portal-red);background:#fdeaea;border-radius:8px;padding:10px;font-size:11px}.roster-import-layout{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.roster-import-layout>div{gap:10px;display:grid}.auto-assign-check{align-items:flex-start;display:flex!important}.auto-assign-check input{width:auto}.roster-import-layout aside{background:#f2f5f9;border-radius:10px;padding:17px}.roster-import-layout aside>*{margin-bottom:10px;display:block}.roster-import-layout aside code{background:#fff;border-radius:6px;padding:8px;font-size:10px}.roster-import-layout aside p,.roster-import-layout aside span{color:var(--portal-muted);font-size:10px;line-height:1.5}.roster-table{border:1px solid var(--portal-line);border-radius:10px;overflow-x:auto}.roster-row{border-top:1px solid var(--portal-line);grid-template-columns:1.3fr .8fr 1fr 1.2fr .7fr .7fr;align-items:center;min-width:850px;padding:10px 12px;font-size:10px;display:grid}.roster-row:first-child{border-top:0}.roster-row.is-head{color:var(--portal-muted);text-transform:uppercase;background:#f1f4f9;font-size:8px;font-weight:900}.roster-row>span:first-child{gap:3px;display:grid}.roster-row small{color:var(--portal-muted);font-size:8px}.roster-status{border-radius:99px;justify-self:start;padding:4px 7px;font-weight:800}.roster-status.is-approved{color:var(--portal-green);background:#e3f2e8}.roster-status.is-pending{color:var(--portal-amber);background:#fff1cf}.professor-grade-table .grade-table-row{grid-template-columns:1.3fr 1.2fr .55fr .65fr .8fr}.professor-grade-table input,.professor-grade-table select{max-width:110px;padding:7px}.publish-grade-button{margin-top:14px}.professor-announcement-form{gap:11px;max-width:780px;display:grid}.professor-announcement-form button{justify-self:start}.professor-announcement-list{gap:8px;margin-top:20px;display:grid}.professor-announcement-list article{background:#f3f5f8;border-radius:9px;padding:14px}.professor-announcement-list span{color:var(--portal-blue);font-size:9px;font-weight:850}.professor-announcement-list p{font-size:12px;line-height:1.55}.professor-announcement-list small{color:var(--portal-muted);font-size:8px}.professor-profile-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:15px;display:grid}.professor-profile-layout>.dashboard-card{gap:11px;display:grid}.professor-public-page{color:#fff;background:var(--portal-ink);padding:34px}.professor-public-page p{color:#c9d2e2;line-height:1.6}.professor-public-page>div{background:#ffffff17;border-radius:10px;gap:3px;width:120px;margin:22px 0;padding:14px;display:grid}.professor-public-page>div strong{color:var(--portal-gold);font-size:24px}.professor-public-page>div span{color:#c9d2e2;font-size:9px}.professor-public-page article{border-top:1px solid #ffffff24;gap:4px;padding:14px 0;display:grid}.professor-public-page article span{color:#c9d2e2;font-size:10px}.professor-plan-strip{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.professor-plan-strip article{border:1px solid var(--portal-line);background:#fff;border-radius:11px;padding:17px}.professor-plan-strip span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:900;display:block}.professor-plan-strip strong{margin:7px 0;font-family:Zilla Slab,Georgia,serif;font-size:21px;display:block}.professor-plan-strip p{color:var(--portal-muted);margin:0;font-size:10px;line-height:1.45}.security-setting-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.security-setting-grid article{background:#f3f5f8;border-radius:10px;gap:8px;padding:17px;display:grid}.security-setting-grid article>span{color:var(--portal-muted);font-size:10px;line-height:1.5}.security-setting-grid .is-on{color:var(--portal-green)}.security-setting-grid .is-off{color:var(--portal-red)}@media (width<=1050px){.portal-nav{grid-template-columns:1fr auto}.portal-nav nav{flex-wrap:wrap;order:3;grid-area:2/1/auto/-1;padding-bottom:5px}.portal-choice-grid,.student-feature-grid,.student-pricing-grid{grid-template-columns:1fr 1fr}.portal-choice-card:last-child,.student-pricing-grid article:last-child{grid-column:1/-1}.student-how-grid{grid-template-columns:1fr 1fr}.directory-course{grid-template-columns:100px 1fr}.directory-course-action{grid-column:1/-1;grid-template-columns:1fr auto;place-items:center start}.student-class-grid,.student-stat-grid{grid-template-columns:1fr 1fr}.student-page-builder,.professor-profile-layout{grid-template-columns:1fr}.professor-plan-strip{grid-column:1}}@media (width<=780px){.portal-nav{grid-template-columns:1fr;gap:10px;position:static}.portal-nav-action{justify-self:stretch}.portal-nav nav{flex-wrap:nowrap;grid-area:auto/1;justify-content:flex-start;overflow-x:auto}.portal-choice-hero,.student-hero{grid-template-columns:1fr;padding-top:58px}.portal-choice-grid,.portal-home-principle,.student-feature-grid,.student-pricing-grid,.student-opportunity-section,.student-story-grid,.student-life-explainer,.publishing-path-grid,.publishing-audience-grid{grid-template-columns:1fr}.library-catalog-grid,.library-purchase-grid{grid-template-columns:1fr 1fr}.portal-choice-card:last-child,.student-pricing-grid article:last-child{grid-column:1}.portal-home-principle{margin-left:20px;margin-right:20px}.student-dashboard-preview{transform:none}.directory-controls,.directory-course,.student-how-grid,.interest-field-grid,.portal-modal-card dl{grid-template-columns:1fr}.course-code-tile{min-height:auto}.student-life-explainer{margin-left:20px;margin-right:20px;padding:28px}.publishing-hero>div{flex-direction:column}.publishing-hero-image figcaption{border-radius:0;flex-direction:column;align-items:flex-start;position:static}.dashboard-topbar{align-items:flex-start;position:static}.student-dashboard-page .dashboard-topbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;padding:10px 14px;display:grid}.student-dashboard-page .dashboard-top-actions{grid-column:1/-1;grid-template-columns:auto auto repeat(3,minmax(0,1fr));align-items:stretch;width:100%;display:grid}.student-dashboard-page .dashboard-top-actions .live-date-time{min-width:0}.student-dashboard-page .dashboard-top-actions>button{white-space:normal;min-width:0}.student-dashboard-page .student-notification-popover{width:auto;position:fixed;top:132px;left:14px;right:14px}.student-dashboard-shell{grid-template-columns:1fr}.student-dashboard-sidebar{border-right:0;border-bottom:1px solid var(--portal-line);min-height:auto;position:static}.student-dashboard-sidebar nav{grid-template-columns:repeat(4,minmax(120px,1fr));overflow-x:auto}.sidebar-literacy-link,.professor-lock-summary{display:none}.student-dashboard-main{padding:16px}.student-dashboard-columns,.professor-dashboard-columns,.grade-calculator-grid,.student-message-layout,.student-social-layout,.roster-import-layout{grid-template-columns:1fr}.student-class-list article{grid-template-columns:65px 1fr}.student-class-list article>div:last-child{grid-column:2;justify-items:start}.student-note-form{grid-template-columns:1fr}.student-note-form button{justify-self:start}.student-group-grid,.student-class-grid,.professor-help-grid,.professor-plan-strip,.security-setting-grid,.course-completion-badges>div,.professor-course-badge-fields{grid-template-columns:1fr}.professor-course-access-controls>div:first-child,.professor-library-listing-controls>div:first-child{flex-direction:column;align-items:stretch}.report-card-summary{grid-template-columns:1fr 1fr}.professor-class-grid article{grid-template-columns:1fr}.professor-class-status{justify-items:start}.professor-digital-literacy-entry,.professor-financial-literacy-entry,.professor-canonical-library-row{flex-direction:column;align-items:flex-start}}@media (width<=520px){.portal-choice-copy h1,.student-hero h1,.publishing-hero h1{font-size:42px}.library-catalog-section{margin-inline:14px;padding-inline:16px}.library-catalog-controls,.library-catalog-grid,.library-purchase-grid{grid-template-columns:1fr}.library-receipt-grid{grid-template-columns:1fr 1fr}.library-preview-card dl{grid-template-columns:1fr}.portal-choice-grid,.student-how-section,.student-feature-section,.student-pricing-section,.student-directory-shell,.student-opportunity-section,.student-story-section{padding-left:16px;padding-right:16px}.student-stat-grid,.report-card-summary,.opportunity-grid{grid-template-columns:1fr}.student-welcome-card,.professor-welcome-card,.legacy-card{flex-direction:column;align-items:flex-start}.student-preview-grid{grid-template-columns:1fr}.student-dashboard-sidebar nav{grid-template-columns:repeat(2,1fr)}.dashboard-topbar{flex-direction:column}.student-dashboard-page .dashboard-top-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.student-dashboard-page .student-account-notifications{justify-self:end}.student-dashboard-page .dashboard-top-actions>.dashboard-action-secondary,.student-dashboard-page .dashboard-top-actions>.dashboard-action-tour{grid-column:span 1}.student-dashboard-page .dashboard-top-actions>.dashboard-action-primary{grid-column:1/-1}.student-dashboard-page .student-notification-popover{top:218px}.dashboard-card-heading{flex-direction:column}.weight-row{grid-template-columns:90px 1fr 38px}}@media (prefers-reduced-motion:reduce){.student-dashboard-preview{transform:none}}.student-audience-page{background:linear-gradient(145deg,#f7f2e7 0%,#edf5ff 55%,#fff 100%);min-height:100vh}.student-audience-main{width:min(1120px,100% - 40px);margin:0 auto;padding:90px 0 70px}.student-audience-heading{max-width:820px}.student-audience-heading h1{font:800 clamp(44px, 7vw, 78px)/.98 var(--portal-display);letter-spacing:-.045em;margin:12px 0 18px}.student-audience-heading p{max-width:720px;color:var(--portal-muted);font-size:18px;line-height:1.7}.student-audience-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:42px;display:grid}.student-audience-card{border:1px solid var(--portal-line);background:#ffffffeb;border-radius:28px;padding:34px;box-shadow:0 24px 60px #16243d1a}.student-audience-card.is-k12{background:linear-gradient(145deg,#fff8df,#e9f9f5);border-color:#d6b950}.student-audience-card>span{color:var(--portal-blue);letter-spacing:.15em;font-weight:900}.student-audience-card h2{font:800 34px/1.05 var(--portal-display);margin:14px 0 8px}.student-audience-card p,.student-audience-card li{color:var(--portal-muted);line-height:1.6}.student-audience-card ul{min-height:92px;padding-left:20px}.student-audience-card a{background:var(--portal-ink);color:#fff;border-radius:14px;justify-content:space-between;align-items:center;margin-top:24px;padding:14px 16px;font-weight:800;text-decoration:none;display:flex}.student-continuity-card{border:1px solid var(--portal-line);background:#fff;border-radius:22px;grid-template-columns:auto 1fr;align-items:center;gap:22px;margin-top:24px;padding:24px 28px;display:grid}.student-continuity-card div{gap:5px;display:grid}.student-continuity-card span{color:var(--portal-muted);line-height:1.55}.university-finder{color:#fff;background:linear-gradient(135deg,#172b4d,#245397);border-radius:24px;grid-template-columns:1fr 1fr;gap:28px;padding:28px;display:grid}.university-finder h2{font:800 34px/1.05 var(--portal-display);margin:8px 0}.university-finder p{opacity:.82;line-height:1.55}.university-finder label{align-content:start;gap:8px;font-weight:800;display:grid}.university-finder input{font:inherit;border:0;border-radius:12px;padding:13px 14px}.university-finder-results{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.university-finder-results a{color:var(--portal-ink);background:#fff;border-radius:14px;gap:4px;padding:16px;text-decoration:none;display:grid}.university-finder-results span{color:var(--portal-muted);font-size:13px}.student-landing-page.is-k12{--portal-blue:#256b66;background:#fffdf7}.student-landing-page.is-k12 .student-hero{background:linear-gradient(150deg,#fff4bd 0%,#e2f6f1 55%,#e9efff 100%)}.student-landing-page.is-k12 .student-hero-copy h1{color:#183a45}.k12-student-hero-image{aspect-ratio:16/9;object-fit:cover;border-radius:18px;width:100%;margin-bottom:18px}.student-dashboard-page.is-k12 .student-dashboard-sidebar{background:linear-gradient(#143944,#1c5654)}.student-welcome-card.is-k12{background:linear-gradient(135deg,#225b60,#2f7a69)}.student-transfer-card{background:linear-gradient(135deg,#fff8dd,#edf9f5);border-color:#d7b74b;grid-column:1/-1}.educator-verification-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;width:max-content;padding:5px 9px;font-size:11px;font-weight:900;display:inline-flex}.educator-verification-badge.is-approved,.educator-verification-badge.is-verified{color:#1d6237;background:#e4f5e8}.educator-verification-badge.is-pending{color:#805a00;background:#fff3cf}.educator-verification-badge.is-unverified,.educator-verification-badge.is-rejected{color:#5c6573;background:#edf0f4}.verification-panel form{gap:18px;margin-top:24px;display:grid}.verification-panel form>label{gap:8px;font-weight:800;display:grid}.verification-panel input,.verification-panel select{border:1px solid var(--portal-line);font:inherit;border-radius:10px;padding:12px}.verification-panel small{color:var(--portal-muted);font-weight:500}.portal-form-error{color:#982d2d;background:#fff0f0;border-radius:10px;padding:12px 14px}.attendance-controls{grid-template-columns:1fr 1fr;gap:16px;margin:22px 0;display:grid}.attendance-controls label{gap:7px;font-weight:800;display:grid}.attendance-controls select,.attendance-controls input,.attendance-list select{border:1px solid var(--portal-line);font:inherit;background:#fff;border-radius:10px;padding:10px 12px}.attendance-list{border:1px solid var(--portal-line);border-radius:14px;display:grid;overflow:hidden}.attendance-list>div{border-bottom:1px solid var(--portal-line);justify-content:space-between;align-items:center;gap:20px;padding:13px 15px;display:flex}.attendance-list>div:last-child{border-bottom:0}.sis-integration-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.sis-integration-grid .is-disabled{color:#68758a;background:#f2f4f7;border-style:dashed}.sis-integration-grid .is-disabled button{cursor:not-allowed;filter:grayscale();opacity:.55}.platform-admin-page{min-height:100vh;color:var(--portal-ink);background:#f4f6fa}.platform-admin-main{width:min(1180px,100% - 40px);margin:0 auto;padding:48px 0 80px}.admin-hero{max-width:820px;margin-bottom:28px}.admin-hero h1{font:800 clamp(40px, 6vw, 66px)/1 var(--portal-display);margin:10px 0}.admin-hero p{color:var(--portal-muted);font-size:17px;line-height:1.65}.admin-stat-grid{margin-bottom:24px}.admin-division-tabs{gap:10px;margin-bottom:24px;display:flex}.admin-division-tabs button{border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#fff;border-radius:999px;padding:11px 16px;font-weight:800}.admin-division-tabs button.is-active{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.admin-verification-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.admin-verification-card{border:1px solid var(--portal-line);background:#fff;border-radius:16px;padding:20px}.admin-verification-card header{justify-content:space-between;gap:18px;display:flex}.admin-verification-card header span{color:var(--portal-blue);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.admin-verification-card h3{margin:6px 0 3px}.admin-verification-card dl{gap:8px;margin:20px 0;display:grid}.admin-verification-card dl div{grid-template-columns:120px 1fr;gap:10px;display:grid}.admin-verification-card dt{color:var(--portal-muted)}.admin-verification-card dd{margin:0;font-weight:750}.admin-verification-card footer{justify-content:flex-end;gap:10px;display:flex}.admin-verification-card footer button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:10px;padding:10px 13px;font-weight:800}.admin-verification-card footer button.primary{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.admin-empty-state{text-align:center;border:1px dashed var(--portal-line);border-radius:16px;padding:35px}@media (width<=780px){.student-audience-grid,.university-finder,.sis-integration-grid,.admin-verification-grid,.student-continuity-card{grid-template-columns:1fr}.university-finder-results{grid-column:1;grid-template-columns:1fr}.attendance-controls{grid-template-columns:1fr}}.assignment-template-workspace{gap:20px;display:grid}.assignment-template-hero{color:#fff;background:linear-gradient(135deg,#172b4d,#2b5c9d 62%,#327b77);justify-content:space-between;align-items:end;gap:30px;display:flex}.assignment-template-hero>div{max-width:720px}.assignment-template-hero h1{font:800 clamp(34px, 5vw, 56px)/1 var(--portal-display);letter-spacing:-.035em;margin:8px 0 10px}.assignment-template-hero p{opacity:.85;margin-bottom:0;font-size:16px;line-height:1.6}.assignment-template-hero label{flex:0 0 min(330px,100%);gap:8px;font-weight:850;display:grid}.assignment-template-hero select{width:100%;color:var(--portal-ink);font:inherit;background:#fff;border:1px solid #ffffff40;border-radius:11px;padding:12px 13px}.template-library{border:1px solid var(--portal-line);background:#fff;border-radius:20px;padding:24px}.template-library>div:last-child{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.template-library>div:last-child>button{text-align:left;border:1px solid var(--portal-line);min-height:130px;color:var(--portal-ink);cursor:pointer;background:#f8f9fb;border-radius:14px;gap:7px;padding:17px;display:grid}.template-library>div:last-child>button:hover,.template-library>div:last-child>button.is-active{border-color:var(--portal-blue);background:#eef4ff;box-shadow:0 0 0 2px #24539714}.template-library button>span{color:var(--portal-blue);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900}.template-library button>strong{font-size:16px}.template-library button>small{color:var(--portal-muted);line-height:1.45}.assignment-template-builder{grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);align-items:start;gap:20px;display:grid}.template-details-card{gap:16px;display:grid;position:sticky;top:88px}.template-details-card h2,.template-section-builder h2{font:800 28px/1.08 var(--portal-display);margin:7px 0}.template-details-card>p{color:var(--portal-muted);margin:0 0 6px;line-height:1.55}.template-details-card>label,.template-section-card>label{gap:7px;font-weight:800;display:grid}.template-details-card input,.template-details-card textarea,.template-section-card input,.template-section-card textarea,.template-add-control select{box-sizing:border-box;border:1px solid var(--portal-line);width:100%;font:inherit;resize:vertical;background:#fff;border-radius:10px;padding:11px 12px}.template-option-grid{gap:10px;padding-top:4px;display:grid}.template-option-grid label{color:var(--portal-muted);align-items:center;gap:9px;font-size:13px;font-weight:750;display:flex}.template-section-builder{min-width:0}.template-add-control{gap:8px;display:flex}.template-add-control select{width:auto}.template-section-list{gap:14px;margin-top:20px;display:grid}.template-section-card{border:1px solid var(--portal-line);background:#f9fafc;border-radius:14px;gap:13px;padding:18px;display:grid}.template-section-card>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.template-section-card>header>span{color:var(--portal-blue);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.template-section-card>header>div{gap:6px;display:flex}.template-section-card>header button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:8px;padding:6px 8px}.template-section-card>header button:disabled{opacity:.35;cursor:not-allowed}.template-section-options{align-items:center;gap:18px;display:flex}.template-section-options label{color:var(--portal-muted);align-items:center;gap:7px;font-size:13px;font-weight:750;display:flex}.template-section-options label:last-child input{width:90px}.template-builder-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.template-builder-actions button,.template-add-control button,.template-library .dashboard-card-heading>button{border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#fff;border-radius:10px;padding:10px 13px;font-weight:800}.template-builder-actions button.primary,.template-add-control button{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.template-preview-overlay{z-index:19000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1628b8;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.template-preview-overlay>div{background:#f7f8fb;border-radius:22px;width:min(820px,100%);max-height:calc(100vh - 56px);padding:28px;overflow:auto;box-shadow:0 35px 100px #0000004d}.template-preview-overlay>div>header{justify-content:space-between;align-items:center;display:flex}.template-preview-overlay>div>header button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:9px;padding:9px 12px}.student-assignment-list{gap:14px;display:grid}.student-assignment-list>article{grid-template-columns:minmax(0,1.3fr) minmax(230px,.7fr) auto;align-items:center;gap:25px;display:grid}.student-assignment-list article>div>span{color:var(--portal-blue);letter-spacing:.1em;font-size:11px;font-weight:900}.student-assignment-list article>div>strong{margin:7px 0;font-size:20px;display:block}.student-assignment-list article p{color:var(--portal-muted);margin:0;line-height:1.5}.student-assignment-list article ul{color:var(--portal-muted);margin:0;padding-left:20px;line-height:1.8}.student-assignment-list article>button{white-space:nowrap;color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:11px;padding:12px 15px;font-weight:850}.student-assignment-workspace{gap:20px;display:grid}.student-assignment-workspace>header{justify-content:space-between;align-items:center;gap:20px;display:flex}.student-assignment-workspace>header button{color:var(--portal-blue);cursor:pointer;background:0 0;border:0;font-weight:850}.student-assignment-workspace>header div{align-items:center;gap:10px;display:flex}.student-assignment-workspace>header span{color:#725200;text-transform:uppercase;background:#fff1c4;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.student-assignment-workspace>header strong{color:var(--portal-muted);font-size:12px}.assignment-student-heading{color:#fff;background:linear-gradient(135deg,#172b4d,#245397);border-radius:20px;padding:28px}.assignment-student-heading h1{font:800 clamp(34px, 5vw, 52px)/1 var(--portal-display);margin:8px 0}.assignment-student-heading p{opacity:.84;max-width:760px;line-height:1.6}.assignment-student-heading>div{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.assignment-student-heading>div span{background:#ffffff1f;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:750}.assignment-response-layout{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:start;gap:18px;display:grid}.assignment-response-layout>aside{gap:14px;display:grid;position:sticky;top:88px}.assignment-response-layout>aside section{gap:10px;display:grid}.assignment-response-layout>aside h2{font:800 25px/1.08 var(--portal-display);margin:5px 0 0}.assignment-response-layout>aside p,.assignment-response-layout>aside small{color:var(--portal-muted);line-height:1.55}.assignment-response-layout>aside button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:10px;width:100%;padding:11px 13px;font-weight:800}.assignment-response-layout>aside button.primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.guided-answer-fields{gap:24px;display:grid}.guided-answer-fields>h2{border-bottom:2px solid var(--portal-ink);font:800 27px/1.1 var(--portal-display);padding:14px 0 4px}.guided-answer-fields>section{gap:8px;display:grid}.guided-answer-fields>section>div{align-items:baseline;gap:10px;display:flex}.guided-answer-fields>section>div span{color:var(--portal-blue);font-size:11px;font-weight:900}.guided-answer-fields h3{margin:0;font-size:17px}.guided-answer-fields h3 sup{color:#a33a3a;text-transform:uppercase;margin-left:6px;font-size:9px}.guided-answer-fields p{color:var(--portal-muted);margin:0;font-size:13px;line-height:1.5}.guided-answer-fields input,.guided-answer-fields textarea{box-sizing:border-box;width:100%;color:var(--portal-ink);font:500 15px/1.6 var(--portal-sans);resize:vertical;background:#fff;border:1px solid #c9d2e1;border-radius:11px;padding:13px 14px}.guided-answer-fields input:focus,.guided-answer-fields textarea:focus{border-color:var(--portal-blue);outline:3px solid #24539721}.guided-answer-fields small{color:var(--portal-muted);justify-self:end}.student-assignment-actions{justify-content:flex-end;gap:10px;display:flex}.student-assignment-actions button{border:1px solid var(--portal-line);cursor:pointer;background:#fff;border-radius:10px;padding:12px 16px;font-weight:850}.student-assignment-actions button.primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.student-assignment-actions button:disabled{opacity:.55;cursor:not-allowed}.assignment-editor-overlay{z-index:22000;background:#e9edf3;position:fixed;inset:0}.assignment-full-editor{color:#17233b;background:#eef1f5;grid-template-rows:auto auto auto 1fr auto;width:100%;height:100vh;display:grid}.assignment-full-editor:fullscreen{height:100vh}.assignment-full-editor>header{background:#fff;border-bottom:1px solid #d4dae4;justify-content:space-between;align-items:center;gap:20px;padding:14px 22px;display:flex}.assignment-full-editor>header h1{font:800 clamp(20px, 3vw, 30px)/1.08 var(--portal-display);margin:3px 0 0}.assignment-editor-header-actions{align-items:center;gap:8px;display:flex}.assignment-editor-header-actions button,.assignment-full-editor>footer button{color:#17233b;cursor:pointer;background:#fff;border:1px solid #cbd3df;border-radius:9px;padding:9px 12px;font-weight:800}.editor-save-state{color:#25613d;background:#e6f5e9;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.editor-save-state.is-submitted{color:#245397;background:#e6efff}.assignment-editor-toolbar{background:#f8f9fb;border-bottom:1px solid #d4dae4;align-items:stretch;gap:4px;padding:8px 22px;display:flex;overflow-x:auto}.assignment-editor-toolbar button{color:#28364e;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;grid-template-columns:auto auto;align-items:center;gap:6px;min-width:max-content;padding:7px 10px;display:grid}.assignment-editor-toolbar button:hover{background:#fff;border-color:#cbd3df}.assignment-editor-toolbar button span{color:#6c7788;font-size:11px}.spellcheck-indicator{color:#25613d;white-space:nowrap;background:#e5f4e9;border-radius:999px;align-self:center;margin-left:auto;padding:6px 9px;font-size:11px;font-weight:850}.assignment-editor-page{min-height:0;padding:35px 20px 70px;overflow:auto}.assignment-content-editor{box-sizing:border-box;color:#20283a;background:#fff;outline:none;width:min(760px,100% - 40px);min-height:max(720px,100vh - 260px);margin:0 auto;padding:68px 72px;font:400 16px/1.75 Georgia,Times New Roman,serif;box-shadow:0 12px 35px #1c273a1f}.assignment-content-editor:focus{box-shadow:0 0 0 3px #24539721,0 12px 35px #1c273a1f}.assignment-content-editor:empty:before{color:#949dad;content:attr(data-placeholder);pointer-events:none}.assignment-content-editor h1,.assignment-content-editor h2,.assignment-content-editor h3{font-family:var(--portal-display);line-height:1.18}.assignment-full-editor>footer{background:#fff;border-top:1px solid #d4dae4;justify-content:space-between;align-items:center;gap:18px;padding:11px 22px;display:flex}.assignment-full-editor>footer>span{color:#657187;font-size:12px;font-weight:800}.assignment-full-editor>footer>div{align-items:center;gap:8px;display:flex}.assignment-full-editor>footer button.primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.assignment-full-editor>footer button:disabled{opacity:.45;cursor:not-allowed}.editor-export-error{color:#9d2d2d;max-width:240px;font-size:11px}.assignment-editor-guided-page{background:linear-gradient(135deg,#eef1f5,#f8f3e9);grid-row:2/-1;padding:clamp(22px,4vw,54px);overflow:auto}.assignment-editor-guided-page>.assignment-student-heading,.assignment-editor-guided-page>.guided-answer-fields{width:min(920px,100%);margin-inline:auto}.assignment-editor-guided-page>.guided-answer-fields{background:#fff;border:1px solid #d4dae4;border-radius:18px;padding:24px;box-shadow:0 18px 50px #1c273a1a}@media (width<=900px){.assignment-template-builder,.assignment-response-layout{grid-template-columns:1fr}.template-details-card,.assignment-response-layout>aside{position:static}.template-library>div:last-child{grid-template-columns:1fr 1fr}.student-assignment-list>article{grid-template-columns:1fr}}@media (width<=620px){.assignment-template-hero{flex-direction:column;align-items:stretch}.assignment-template-hero label{flex-basis:auto}.template-library>div:last-child{grid-template-columns:1fr}.template-section-card>header,.student-assignment-workspace>header,.assignment-full-editor>header,.assignment-full-editor>footer{flex-direction:column;align-items:flex-start}.template-add-control,.template-builder-actions,.assignment-editor-header-actions,.assignment-full-editor>footer>div{flex-wrap:wrap;width:100%}.template-add-control select{flex:1;min-width:0}.assignment-content-editor{width:calc(100% - 20px);min-height:calc(100vh - 250px);padding:35px 28px}.assignment-editor-page{padding:14px 0 40px}.assignment-full-editor>footer{gap:8px}}.account-bubble{width:max-content;max-width:min(300px,100vw - 24px);margin:12px 12px calc(12px + env(safe-area-inset-bottom)) auto;color:#fff;opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#161f31f0;border:1px solid #ffffff40;border-radius:12px;align-items:center;gap:8px;padding:6px 7px 6px 10px;font-family:Inter,system-ui,sans-serif;transition:background .18s,box-shadow .18s;display:flex;position:static;box-shadow:0 8px 24px #0000001a}.account-bubble:hover,.account-bubble:focus-within{opacity:1;background:#161f31f0;box-shadow:0 12px 35px #00000038}.account-bubble-details{max-width:150px}.account-bubble button{font-size:11px;padding:6px 8px!important}.institution-review-access-banner{z-index:20;color:#553500;background:#fff4d6;border-bottom:1px solid #e3b75e;justify-content:space-between;align-items:center;gap:18px;padding:12px clamp(18px,4vw,54px);font-family:Inter,system-ui,sans-serif;display:flex;position:relative}.institution-review-access-banner>div{gap:3px;display:grid}.institution-review-access-banner strong{letter-spacing:.08em;font-size:12px}.institution-review-access-banner span{font-size:13px;line-height:1.45}.institution-review-access-banner a{color:inherit;white-space:nowrap;border:1px solid;border-radius:999px;flex:none;padding:7px 10px;font-size:11px;font-weight:850;text-decoration:none}.institution-review-access-banner.is-rejected{color:#7d2424;background:#fff0f0;border-bottom-color:#e3a6a6}@media (width<=620px){.institution-review-access-banner{flex-direction:column;align-items:flex-start;gap:8px}}.paid-services-coming{background:#f7f9fc;border:1px dashed #b8c4d6;border-radius:17px;justify-content:space-between;align-items:center;gap:22px;margin-top:18px;padding:20px 22px;display:flex}.paid-services-coming h3{font:800 25px/1.1 var(--portal-display);margin:5px 0}.paid-services-coming p{min-height:0;margin:0}.paid-services-coming button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:11px;flex:none;padding:12px 15px;font-weight:850}.student-share-section{border:1px solid var(--portal-line);background:linear-gradient(135deg,#fff,#edf4ff);border-radius:26px;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);align-items:center;gap:35px;max-width:1180px;margin:0 auto 90px;padding:28px;display:grid}.student-share-section>img{border-radius:18px;width:100%;box-shadow:0 18px 45px #172b4d2e}.student-share-section h2{font:800 clamp(32px, 4vw, 48px)/1 var(--portal-display);margin:8px 0 12px}.student-share-section p{color:var(--portal-muted);line-height:1.65}.share-ednotebook-button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:11px;padding:12px 15px;font-weight:850}.share-ednotebook-overlay{z-index:21000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070d1cc7;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow:auto}.share-ednotebook-modal{width:min(720px,100%);max-height:calc(100vh - 40px);color:var(--portal-ink);background:#fff;border-radius:22px;gap:17px;padding:25px;display:grid;overflow:auto;box-shadow:0 35px 100px #00000059}.share-ednotebook-modal>header{justify-content:space-between;align-items:center;display:flex}.share-ednotebook-modal>header>button{cursor:pointer;background:#edf1f6;border:0;border-radius:50%;width:38px;height:38px;font-size:25px}.share-ednotebook-modal h2{font:800 36px/1.05 var(--portal-display);margin:7px 0}.share-ednotebook-modal p{color:var(--portal-muted);margin:0;line-height:1.55}.share-ednotebook-modal>img{border-radius:15px;justify-self:center;width:min(100%,560px);box-shadow:0 14px 35px #172b4d2b}.share-primary-actions,.share-social-options{flex-wrap:wrap;gap:8px;display:flex}.share-primary-actions button,.share-primary-actions a,.share-social-options a{border:1px solid var(--portal-line);color:var(--portal-ink);background:#fff;border-radius:9px;padding:10px 13px;font-weight:800;text-decoration:none}.share-primary-actions .primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.share-ednotebook-modal>label{gap:7px;font-weight:800;display:grid}.share-ednotebook-modal>label>div{display:flex}.share-ednotebook-modal input{border:1px solid var(--portal-line);min-width:0;font:inherit;border-radius:9px 0 0 9px;flex:1;padding:11px 12px}.share-ednotebook-modal label button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:0 9px 9px 0;padding:10px 13px;font-weight:850}.university-finder-results button{text-align:left;color:var(--portal-ink);cursor:pointer;background:#fff;border:2px solid #0000;border-radius:14px;gap:5px;padding:16px;display:grid}.university-finder-results button:hover,.university-finder-results button.is-selected{border-color:#76a8f0;box-shadow:0 0 0 3px #ffffff1f}.university-show-all{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff59;border-radius:999px;grid-column:1/-1;justify-self:center;padding:11px 16px;font-weight:850}.university-selected-card{color:var(--portal-ink);background:#fff;border-radius:16px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:18px;padding:20px;display:grid}.university-selected-card h3{font:800 25px/1.1 var(--portal-display);margin:6px 0}.university-selected-card p{color:var(--portal-muted);margin:0}.university-selected-card>div:last-child{gap:8px;display:grid}.university-selected-card button,.university-selected-card>a{text-align:left;border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#f7f9fc;border-radius:10px;gap:4px;padding:12px;text-decoration:none;display:grid}.university-source-note{color:#ffffffbf;grid-column:1/-1;line-height:1.5}.university-source-note a{color:#fff}.student-empty-welcome{align-items:center}.empty-workspace-actions{flex-wrap:wrap;gap:9px;margin-top:18px;display:flex}.empty-workspace-actions a,.empty-workspace-actions button,.empty-dashboard-card>a,.empty-class-list>a{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff57;border-radius:10px;padding:11px 14px;font-weight:850;text-decoration:none}.empty-dashboard-card>a,.empty-class-list>a{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue);width:max-content;display:inline-block}.brooke-empty-avatar{color:#17325e;width:92px;height:92px;font:900 47px/1 var(--portal-display);background:#fff;border:3px solid #ffffff59;border-radius:28px;place-items:center;display:grid;box-shadow:0 15px 35px #0000002e}.empty-dashboard-card{padding:30px}.empty-dashboard-card h1,.empty-dashboard-card h2{font:800 31px/1.08 var(--portal-display);margin:7px 0}.empty-dashboard-card p,.empty-class-list p{color:var(--portal-muted);line-height:1.6}.empty-class-list{text-align:center;padding:35px 5px 10px}.empty-class-list>a{color:#fff}.brooke-demo-banner{background:#edf4ff;border:1px solid #b9d3ff;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:15px 18px;display:flex}.brooke-demo-banner>div{align-items:center;gap:12px;display:flex}.brooke-demo-banner>div>span,.brooke-tour-label>span{color:#fff;background:var(--portal-blue);width:38px;height:38px;font:900 21px/1 var(--portal-display);border-radius:12px;flex:none;place-items:center;display:grid}.brooke-demo-banner p{color:var(--portal-muted);margin:3px 0 0;font-size:13px}.brooke-demo-banner button{color:var(--portal-blue);cursor:pointer;background:#fff;border:1px solid #9bbced;border-radius:9px;flex:none;padding:9px 11px;font-weight:800}.brooke-tour-label{align-items:center;gap:10px;margin-bottom:16px;justify-content:flex-start!important}.tour-preference{color:var(--portal-muted);align-items:center;gap:8px;margin:18px 0;font-size:13px;font-weight:750;display:flex}.friend-finder>p{color:var(--portal-muted);line-height:1.6}.friend-finder>form{gap:8px;max-width:620px;display:flex}.friend-finder input,.student-page-builder input,.student-page-builder textarea,.student-page-builder select{box-sizing:border-box;border:1px solid var(--portal-line);width:100%;color:var(--portal-ink);font:inherit;background:#fff;border-radius:10px;padding:11px 12px}.friend-finder form input{flex:1;min-width:0}.friend-finder form button{color:#fff;background:var(--portal-blue);cursor:pointer;border:0;border-radius:10px;padding:10px 15px;font-weight:850}.friend-search-status{font-size:13px}.friend-result-grid{gap:10px;margin-top:18px;display:grid}.friend-result-grid article{border:1px solid var(--portal-line);border-radius:13px;grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:14px;display:grid}.friend-result-grid article>span{color:#fff;background:var(--portal-blue);border-radius:13px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.friend-result-grid strong,.friend-result-grid small{display:block}.friend-result-grid small{color:var(--portal-muted);margin-top:3px}.friend-result-grid p{margin:6px 0 0}.friend-result-grid button{border:1px solid var(--portal-line);background:#fff;border-radius:9px;padding:8px 10px;font-weight:800}.student-page-builder label{gap:7px;font-weight:800;display:grid}.profile-discovery-toggle{background:#f2f6fc;border-radius:10px;grid-column:1/-1;align-items:center;padding:12px;gap:9px!important;display:flex!important}.profile-discovery-toggle input{width:auto}.assignment-response-layout>aside,.assignment-response-layout>aside h2,.assignment-response-layout>aside p,.assignment-response-layout>aside button,.assignment-export-card{color:var(--portal-ink)}.assignment-export-card button{color:var(--portal-ink)!important;background:#fff!important}.guided-answer-fields>section.is-over-limit textarea,.guided-answer-fields>section.is-over-limit input{background:#fff8f8;border-color:#c34242}.guided-answer-fields>section.is-over-limit small,.is-over-limit{font-weight:850;color:#a02f2f!important}.assignment-editor-toolbar{flex-wrap:wrap;align-items:center;overflow:visible}.assignment-editor-toolbar>label{color:#69758a;text-transform:uppercase;gap:2px;min-width:max-content;font-size:9px;font-weight:850;display:grid}.assignment-editor-toolbar select{color:#26344c;min-width:92px;font:700 11px/1.2 var(--portal-sans);background:#fff;border:1px solid #cbd3df;border-radius:7px;padding:5px 7px}.assignment-editor-toolbar .editor-color-tool{flex-direction:column;align-items:center;padding:2px 5px;display:flex}.editor-color-tool input{background:0 0;border:0;width:28px;height:22px;padding:0}.apa-format-guide{color:#26344c;background:#fff8dc;border-bottom:1px solid #d4dae4;justify-content:space-between;align-items:center;gap:18px;padding:12px 22px;display:flex}.apa-format-guide p{color:#68758a;margin:3px 0 0;font-size:12px;line-height:1.45}.apa-format-guide button{color:#503d00;cursor:pointer;background:#fff;border:1px solid #dac775;border-radius:8px;flex:none;padding:9px 11px;font-weight:800}.editor-save-confirmation{color:#22613b;max-width:300px;font-size:11px}.assignment-full-editor{flex-direction:column;display:flex}.assignment-editor-page{flex:auto}.student-published-feedback{background:linear-gradient(135deg,#f2fbf6,#fff);border-color:#a8c9bb;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:22px;display:grid}.professor-nav-group{gap:4px;margin-bottom:18px;display:grid}.professor-nav-group>span{color:#738179;letter-spacing:.13em;text-transform:uppercase;padding:0 12px 5px;font-size:.68rem;font-weight:800}.class-library-controls{background:#f8fbf9;border:1px solid #dfe7e2;border-radius:16px;grid-template-columns:minmax(220px,1fr) minmax(150px,220px);align-items:end;gap:14px;margin:22px 0;padding:16px;display:grid}.professor-library-controls{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(150px,210px))}.class-library-controls label{color:#39473f;gap:7px;font-size:.78rem;font-weight:800;display:grid}.class-library-controls input,.class-library-controls select{color:#1f2b24;width:100%;min-height:43px;font:inherit;background:#fff;border:1px solid #cdd9d2;border-radius:10px;padding:0 12px}.class-request-queue{background:#fff9ed;border:1px solid #f1d29f;border-radius:15px;gap:9px;margin:18px 0;padding:15px;display:grid}.class-request-queue>strong{color:#6d4810}.class-request-queue article{background:#fff;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:11px 12px;display:grid}.class-request-queue article>span,.class-request-queue article>i{color:#8a5b13;text-transform:uppercase;font-size:.76rem;font-style:normal;font-weight:900}.class-request-queue article div{gap:3px;display:grid}.class-request-queue small{color:#6b756f}.class-link-status{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.class-link-status button{min-width:34px;color:inherit;background:0 0;border:0;font-size:1.25rem}.governed-request-list{gap:10px;display:grid}.governed-request-list article{background:#fbfdfc;border:1px solid #dfe7e2;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:15px;display:flex}.governed-request-list article div{gap:5px;display:grid}.governed-request-list article span{color:#6d7972;font-size:.78rem}.campus-social-page{gap:16px;max-width:1380px;margin:0 auto;display:grid}.campus-social-heading{color:#fff;background:radial-gradient(circle at 95% 10%,#e6a84233,#0000 28%),linear-gradient(135deg,#163e32,#245e4d);justify-content:space-between;align-items:center;gap:22px;display:flex;overflow:hidden}.campus-social-heading h1{color:#fff;margin:6px 0}.campus-social-heading p{color:#e5f1ec;max-width:760px;margin:0}.campus-social-heading .portal-kicker{color:#f5c875}.campus-social-heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.campus-social-heading-actions button{color:#fff;background:#ffffff1f;border-color:#ffffff61}.campus-social-scope{background:#fff;border:1px solid #dfe7e2;border-radius:14px;gap:7px;padding:5px;display:flex;overflow-x:auto}.campus-social-scope button{color:#5a675f;background:0 0;border:0;border-radius:10px;flex:1;min-width:130px}.campus-social-scope button.is-active{color:#174c3c;background:#e8f3ee;box-shadow:inset 0 0 0 1px #bad4c8}.campus-profile-editor{gap:15px;display:grid}.campus-profile-editor>label{color:#39473f;gap:7px;font-weight:800;display:grid}.campus-profile-editor textarea,.campus-profile-editor input,.campus-profile-editor select{color:#1f2b24;width:100%;font:inherit;background:#fff;border:1px solid #ccd8d1;border-radius:10px;padding:10px 12px}.campus-discoverable{align-self:end;align-items:center;min-height:43px;flex-direction:row!important;gap:9px!important;display:flex!important}.campus-discoverable input{width:auto}.campus-story-rail{gap:18px;padding:15px 18px;display:flex;overflow-x:auto}.campus-story-rail article{text-align:center;flex:0 0 78px;justify-items:center;gap:4px;display:grid}.campus-story-rail article>div{background:linear-gradient(140deg,#d58e28,#255f4d);border-radius:50%;place-items:center;width:66px;height:66px;display:grid}.campus-story-rail .campus-avatar.is-large{border:3px solid #fff;width:59px;height:59px}.campus-story-rail strong{text-overflow:ellipsis;white-space:nowrap;max-width:78px;font-size:.78rem;overflow:hidden}.campus-story-rail span{color:#77827c;text-transform:capitalize;font-size:.68rem}.campus-social-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:18px;display:grid}.campus-social-layout>main,.campus-social-sidebar,.campus-post-list{gap:16px;display:grid}.campus-social-composer{gap:14px;display:grid}.campus-social-composer>div:first-child{grid-template-columns:auto 1fr;align-items:start;gap:12px;display:grid}.campus-social-composer label{color:#66736c;gap:5px;font-size:.75rem;font-weight:800;display:grid}.campus-social-composer textarea,.campus-social-composer input{color:#1f2b24;width:100%;font:inherit;resize:vertical;background:#f9fbfa;border:1px solid #d4ded8;border-radius:13px;padding:11px 13px}.campus-composer-tools{grid-template-columns:minmax(180px,1fr) auto auto;align-items:end;gap:12px;display:grid}.campus-composer-tools>span{color:#657169;align-self:center;font-size:.76rem;font-weight:700}.campus-avatar{object-fit:cover;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.campus-avatar.is-large{width:72px;height:72px}.campus-avatar.is-fallback{color:#fff;background:linear-gradient(135deg,#d8aa54,#21604d);font-weight:900}.campus-post{padding:0;overflow:hidden}.campus-post>header{align-items:center;gap:11px;padding:17px 18px 12px;display:flex}.campus-post>header>div{flex:1;gap:3px;display:grid}.campus-post>header span{color:#77827c;text-transform:capitalize;font-size:.72rem}.campus-post>header button{color:#21604d;background:0 0;border:0;font-size:.78rem;font-weight:900}.campus-post>p{color:#28352e;white-space:pre-wrap;margin:0;padding:5px 18px 16px;font-size:.95rem;line-height:1.6}.campus-post-media{object-fit:cover;background:#edf1ee;width:100%;max-height:640px;display:block}.campus-post>footer{color:#67736c;border-top:1px solid #edf1ee;align-items:center;gap:14px;padding:12px 18px;font-size:.75rem;display:flex}.campus-post>footer button{color:#526159;background:0 0;border:0;font-size:1rem}.campus-post>footer button.is-active{color:#c34b4b}.campus-post>footer span:last-child{margin-left:auto}.campus-comments{gap:10px;padding:0 18px 17px;display:grid}.campus-comments>div{grid-template-columns:auto 1fr;align-items:start;gap:8px;display:grid}.campus-comments .campus-avatar{width:29px;height:29px;font-size:.7rem}.campus-comments p{color:#39463f;background:#f1f5f2;border-radius:12px;margin:0;padding:8px 10px;font-size:.82rem}.campus-comments form{grid-template-columns:1fr auto;gap:8px;display:grid}.campus-comments input{border:1px solid #d2ddd6;border-radius:18px;min-width:0;padding:8px 12px}.campus-social-sidebar{position:sticky;top:92px}.campus-social-sidebar>section{gap:8px;display:grid}.campus-social-sidebar h2,.campus-social-sidebar p{margin:0}.campus-social-sidebar>section>span:not(.campus-avatar,.portal-kicker){color:#738078;text-transform:capitalize;font-size:.76rem}.campus-social-boundary ul{color:#5f6d65;gap:8px;margin:4px 0 8px;padding-left:19px;font-size:.82rem;display:grid}.campus-reaction-key>div{border-top:1px solid #edf1ee;align-items:center;gap:10px;padding:8px 0;display:flex}.campus-feed-empty{text-align:center}@media (width<=1040px){.campus-social-layout{grid-template-columns:1fr}.campus-social-sidebar{grid-template-columns:repeat(3,minmax(0,1fr));position:static}}@media (width<=760px){.campus-social-heading,.governed-request-list article{flex-direction:column;align-items:stretch}.campus-social-heading-actions{justify-content:flex-start}.class-library-controls,.professor-library-controls,.campus-composer-tools,.campus-social-sidebar,.class-request-queue article{grid-template-columns:1fr}}.student-published-feedback h2{font:800 29px/1.08 var(--portal-display);margin:7px 0}.student-published-feedback>div:first-child p{color:var(--portal-muted);line-height:1.5}.student-published-feedback>div:last-child{gap:9px;display:grid}.student-published-feedback article{background:#fff;border:1px solid #c7ddd3;border-radius:11px;gap:7px;padding:13px;display:grid}.student-published-feedback article>span{color:#27634d;text-transform:uppercase;font-size:10px;font-weight:900}.student-published-feedback article mark{overflow-wrap:anywhere;background:#fff0a9;width:fit-content;max-width:100%;padding:4px 6px}.student-published-feedback article p{color:#34435a;margin:0;line-height:1.5}.assignment-review-workspace{border:1px solid var(--portal-line);background:#eef2f6;border-radius:20px;gap:14px;padding:24px;display:grid}.assignment-review-workspace>header h2{font:800 30px/1.08 var(--portal-display);margin:6px 0}.assignment-review-layout{grid-template-columns:minmax(190px,.44fr) minmax(520px,1.2fr) minmax(260px,.62fr);align-items:start;gap:12px;display:grid}.assignment-review-queue{gap:8px;max-height:800px;display:grid;overflow:auto}.assignment-review-queue h3{margin:0 0 5px}.assignment-review-queue>button{text-align:left;border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#f8fafc;border-radius:10px;gap:5px;padding:11px;display:grid}.assignment-review-queue>button.is-active{border-color:var(--portal-blue);background:#edf4ff;box-shadow:0 0 0 2px #24539714}.assignment-review-queue button span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:900}.assignment-review-queue button small{color:var(--portal-muted);line-height:1.4}.assignment-review-document-shell{background:#dfe5ed;border:1px solid #ccd5e2;border-radius:14px;min-width:0;max-height:860px;padding:14px 10px 35px;overflow:auto}.assignment-review-document-shell>header{justify-content:space-between;align-items:center;gap:14px;padding:0 7px 12px;display:flex}.assignment-review-document-shell>header>div{gap:2px;display:grid}.assignment-review-document-shell>header span,.assignment-review-document-shell>header small{color:#5e6b80;font-size:10px}.professor-review-document{width:min(8.5in,100% - 10px)}.professor-review-document>.document-page{width:100%;min-height:11in}.professor-review-document mark.professor-feedback-highlight{background:#ffe98a;border-bottom:2px solid #b68300;padding:1px 0}.assignment-feedback-panel{gap:10px;max-height:820px;display:grid;position:sticky;top:88px;overflow:auto}.assignment-feedback-panel h3{font:800 24px/1.1 var(--portal-display);margin:0}.assignment-feedback-panel form,.assignment-feedback-panel form label,.assignment-feedback-panel fieldset,.assignment-feedback-panel fieldset>label{gap:7px;display:grid}.assignment-feedback-panel form label,.assignment-feedback-panel fieldset>label{color:#4c5a70;font-size:11px;font-weight:800}.assignment-feedback-panel textarea,.assignment-feedback-panel input,.assignment-feedback-panel select{box-sizing:border-box;border:1px solid var(--portal-line);width:100%;font:inherit;resize:vertical;border-radius:8px;padding:9px 10px}.assignment-feedback-panel form button,.assignment-feedback-panel fieldset button{border:1px solid var(--portal-line);color:var(--portal-ink);cursor:pointer;background:#fff;border-radius:9px;padding:10px 12px;font-weight:850}.assignment-feedback-panel fieldset{border:1px solid #cbd5e1;border-radius:10px;margin:0;padding:12px}.assignment-feedback-panel fieldset>label:first-of-type{align-items:center;display:flex}.assignment-feedback-panel fieldset input[type=checkbox]{width:auto}.assignment-feedback-panel fieldset button.primary{color:#fff;border-color:var(--portal-blue);background:var(--portal-blue)}.assignment-feedback-list{gap:7px;display:grid}.assignment-feedback-list article{background:#f6f8fb;border-radius:9px;gap:5px;padding:10px;display:grid}.assignment-feedback-list article span{color:var(--portal-blue);text-transform:uppercase;font-size:9px;font-weight:900}.assignment-feedback-list article mark{overflow-wrap:anywhere;background:#fff0a9;padding:4px;font-size:10px}.assignment-feedback-list article p{color:#435167;margin:0;font-size:11px;line-height:1.45}@media (width<=780px){.student-share-section,.university-selected-card{grid-template-columns:1fr}.paid-services-coming,.brooke-demo-banner,.apa-format-guide{flex-direction:column;align-items:flex-start}.student-share-section{margin-inline:18px}.friend-result-grid article{grid-template-columns:auto 1fr}.friend-result-grid article button{grid-column:1/-1}.account-bubble-details{display:none}.portal-home-share,.portal-brand-variant-grid{grid-template-columns:1fr}.portal-home-share,.portal-brand-kit{margin-left:20px;margin-right:20px;padding:24px}.portal-brand-kit-heading{flex-direction:column;align-items:flex-start}.portal-brand-variant-grid span{min-height:0}.portal-home-footer>img{flex-basis:100%}.student-published-feedback{grid-template-columns:1fr}}@media (width<=1280px){.assignment-review-layout{grid-template-columns:220px minmax(0,1fr)}.assignment-feedback-panel{grid-column:1/-1;max-height:none;position:static}}@media (width<=820px){.assignment-review-layout{grid-template-columns:1fr}.assignment-review-document-shell{min-width:0}}.portal-demo-team{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.portal-demo-team a{color:#18284a;background:#f7f4ed;border:1px solid #ded6c8;border-radius:14px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;padding:10px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:grid}.portal-demo-team a:hover{transform:translateY(-2px);box-shadow:0 12px 28px #101b331f}.portal-demo-team img{object-fit:cover;object-position:center 25%;border-radius:10px;width:72px;height:86px}.portal-demo-team span{gap:3px;display:grid}.portal-demo-team strong{font:800 21px/1 var(--portal-display)}.portal-demo-team small{color:var(--portal-muted);font-size:11px}@media (width<=700px){.portal-demo-team{grid-template-columns:1fr}}.password-update-page{background:radial-gradient(circle at 0 0,#eef2ff,#0000 42%),#f8f5ee;place-items:center;min-height:100vh;padding:24px;display:grid}.password-update-card{background:#fff;border:1px solid #ded8ce;border-radius:22px;gap:15px;width:min(100%,460px);padding:34px;display:grid;box-shadow:0 24px 70px #1c2d5124}.password-update-card>span{color:#3151a6;letter-spacing:1.4px;font-size:11px;font-weight:900}.password-update-card h1{margin:0;font-size:34px}.password-update-card p{color:#667187;margin:0;line-height:1.55}.password-update-card form,.password-update-card label{gap:8px;display:grid}.password-update-card form{gap:14px}.password-update-card label{color:#4f5c74;font-size:12px;font-weight:800}.password-update-card input{border:1px solid #d7d1c6;border-radius:10px;padding:12px}.password-update-card form div{background:#f1f4fb;border-radius:9px;padding:11px;font-size:11px}.password-update-card button{color:#fff;background:#3151a6;border:0;border-radius:10px;padding:12px 16px;font-weight:850}.password-update-card>a{color:#3151a6;font-size:12px;font-weight:800}.student-feed-welcome{background:linear-gradient(135deg,#eef2ff,#fff7e5);grid-template-columns:92px 1fr auto;align-items:center;gap:18px;display:grid}.student-feed-welcome img{object-fit:cover;border-radius:18px;width:92px;height:92px}.student-feed-welcome h1{margin:5px 0}.student-feed-welcome p{color:var(--portal-muted);margin:0}.student-feed-welcome button,.portal-friend-profile>button,.portal-friend-profile form button{color:#fff;background:var(--portal-blue);border:0;border-radius:9px;padding:10px 13px;font-weight:850}.student-social-post footer button{color:#536078;background:#f2eee7;border:1px solid #ddd6cc;border-radius:99px;padding:6px 8px;font-size:9px}.student-social-post footer button.is-active{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.portal-story-snapshot{flex-wrap:wrap;gap:7px;margin:9px 0;display:flex}.portal-story-snapshot span{color:#445478;background:#edf0fb;border-radius:7px;padding:5px 7px;font-size:9px}.portal-friends-layout{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px;display:grid}.friends-online-toggle{color:var(--portal-muted);align-items:center;gap:7px;margin:10px 0;font-size:11px;display:flex}.friend-result-grid>button{width:100%;color:inherit;border:1px solid var(--portal-line);text-align:left;background:#fff;border-radius:11px;grid-template-columns:56px 1fr;gap:10px;padding:11px;display:grid}.friend-result-grid>button.is-active{border-color:var(--portal-blue);background:#eef2ff}.friend-result-grid>button>img,.friend-result-grid>button>span{object-fit:cover;color:#fff;background:var(--portal-blue);border-radius:50%;place-items:center;width:56px;height:56px;font-size:20px;font-weight:900;display:grid}.friend-result-grid>button>div{gap:3px;display:grid}.friend-result-grid>button p{color:var(--portal-muted);margin:0;font-size:10px}.portal-friend-profile{align-self:start;position:sticky;top:86px}.portal-friend-profile-hero{grid-template-columns:88px 1fr;align-items:center;gap:13px;display:grid}.portal-friend-profile-hero img,.portal-friend-profile-hero>span{object-fit:cover;color:#fff;background:var(--portal-blue);border-radius:16px;place-items:center;width:88px;height:88px;font-size:28px;font-weight:900;display:grid}.portal-friend-profile-hero h2{margin:5px 0}.portal-friend-profile-hero p{color:var(--portal-muted);font-size:10px}.portal-friend-profile form,.portal-friend-profile label{gap:7px;display:grid}.portal-friend-profile form{margin-top:14px}.portal-friend-profile textarea{border:1px solid var(--portal-line);border-radius:9px;padding:10px}.course-communication-route{background:#f5f7ff;border:1px solid #cfd7f4;border-radius:11px;gap:8px;margin-top:14px;padding:14px;display:grid}.course-communication-route p{color:var(--portal-muted);margin:0;font-size:10px;line-height:1.5}.course-communication-route button{color:#fff;background:var(--portal-blue);border:0;border-radius:9px;padding:10px 13px;font-weight:850}.faculty-feed-guide{background:linear-gradient(135deg,#eef2ff,#fff7e6);grid-template-columns:96px 1fr auto;align-items:center;gap:16px;display:grid}.faculty-feed-guide img{object-fit:cover;border-radius:18px;width:96px;height:96px}.faculty-feed-guide h1{margin:5px 0}.faculty-feed-guide p{color:var(--portal-muted);margin:0}.faculty-feed-guide button{color:#fff;background:var(--portal-blue);border:0;border-radius:9px;padding:10px 13px;font-weight:850}.faculty-story-feed{gap:10px;margin-top:14px;display:grid}.faculty-story-feed>article{border:1px solid var(--portal-line);background:#fffdf8;border-left:5px solid #6f72c9;border-radius:12px;padding:16px}.faculty-story-feed header{grid-template-columns:44px 1fr;align-items:center;gap:9px;display:grid}.faculty-story-feed header img{object-fit:cover;border-radius:50%;width:44px;height:44px}.faculty-story-feed header div{gap:2px;display:grid}.faculty-story-feed header span{color:var(--portal-muted);font-size:9px}.faculty-story-feed footer{flex-wrap:wrap;gap:7px;display:flex}.faculty-story-feed footer button{color:#536078;background:#f2eee7;border:1px solid #ddd6cc;border-radius:99px;padding:6px 8px;font-size:9px}.faculty-story-feed footer button.is-active{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.admin-message-list{gap:10px;display:grid}.admin-message-list>article{border:1px solid var(--portal-line);background:#faf8f3;border-radius:12px;padding:16px}.admin-message-list>article.is-new{background:#fffaf0;border-left:5px solid #d39235}.admin-message-list article>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-message-list header>div{gap:3px;display:grid}.admin-message-list header span{color:var(--portal-muted);font-size:10px}.admin-message-list header b{color:#795225;text-transform:uppercase;background:#f4dfb8;border-radius:99px;padding:5px 8px;font-size:9px}.admin-message-list dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.admin-message-list dl div{background:#fff;border-radius:8px;padding:9px}.admin-message-list dt{color:var(--portal-muted);text-transform:uppercase;font-size:8px;font-weight:850}.admin-message-list dd{margin:3px 0 0;font-size:11px}.admin-message-list footer button{color:#fff;background:var(--portal-blue);border:0;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:850}.early-prep-subject-workspace{background:linear-gradient(145deg,#f4fbf7 0%,#fff 62%,#fff8eb 100%);border-top:5px solid #2d5c48;gap:18px;display:grid;overflow:hidden}.early-prep-subject-workspace-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.early-prep-subject-workspace-heading h2{color:#16382b;margin:5px 0 7px}.early-prep-subject-workspace-heading p{max-width:760px;color:var(--portal-muted);margin:0;line-height:1.6}.early-prep-subject-standard{color:#315c49;text-align:center;background:#e3f1e9;border:1px solid #bdd8c8;border-radius:99px;flex:none;max-width:240px;padding:8px 10px;font-size:10px;font-weight:800}.early-prep-subject-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.early-prep-subject-workspace-grid>div{background:#ffffffd1;border:1px solid #d7e2dc;border-radius:12px;padding:14px}.early-prep-subject-workspace-grid strong{color:#213d33;font-size:12px}.early-prep-subject-workspace-grid ul,.early-prep-subject-workspace-grid ol{color:#46594f;gap:7px;margin:10px 0 0;padding-left:20px;font-size:11px;line-height:1.45;display:grid}.early-prep-subject-workspace-note{color:#50645a;border-top:1px solid #d7e2dc;margin:0;padding-top:12px;font-size:10px;line-height:1.55}@media (width<=850px){.student-feed-welcome{grid-template-columns:70px 1fr}.student-feed-welcome img{width:70px;height:70px}.student-feed-welcome>button{grid-column:1/-1}.portal-friends-layout{grid-template-columns:1fr}.portal-friend-profile{position:static}.faculty-feed-guide{grid-template-columns:72px 1fr}.faculty-feed-guide img{width:72px;height:72px}.faculty-feed-guide button{grid-column:1/-1}.early-prep-subject-workspace-heading{display:grid}.early-prep-subject-standard{justify-self:start;max-width:none}.early-prep-subject-workspace-grid{grid-template-columns:1fr}}
