:root{--hub-text:#123249;--hub-text-secondary:#184262;--hub-text-muted:#1f547c;--hub-text-subtle:#2d79b4;--hub-link:#184262;--hub-link-hover:#0c2131;--hub-surface:#e2eff8;--hub-surface-alt:#c6def1;--hub-page-bg:#f9fafbcc;--hub-page-bg-gradient:linear-gradient(to bottom, #f9fafbcc 0%, #f9fafb80 50%, #fff 100%);--hub-border:#8dbde2;--hub-border-hover:#549cd4;--hub-accent:#184262;--hub-card-bg:#fff;--hub-card-bg-opacity:#0c213180;--hub-heading:#0c2131;--hub-description:#184262e6;--hub-hover-text:#184262;--hub-assessment-section-title:#0c2131;--hub-assessment-question-text:#123249;--hub-assessment-list-item-text:#1f547c;--hub-assessment-quiz-surface:linear-gradient(to bottom right, #e2eff8cc, #acd8e666, #e2eff8cc);--dashboard-page-bg:#f9fafbcc;--dashboard-page-bg-gradient:linear-gradient(to bottom, #f9fafbcc 0%, #f9fafb80 50%, #fff 100%);--ui-text:hsl(var(--foreground));--ui-text-muted:hsl(var(--muted-foreground));--ui-surface:hsl(var(--background));--ui-surface-active:hsl(var(--muted));--ui-border:hsl(var(--border));--ui-focus-ring:#549cd473;--section-spacing:clamp(4rem, 8vw, 8rem)}.dark{--hub-text:#fff;--hub-text-secondary:#e2eff8;--hub-text-muted:#c6def1;--hub-text-subtle:#8dbde2;--hub-link:#8dbde2;--hub-link-hover:#e2eff8;--hub-surface:#0c2131;--hub-surface-alt:#061118;--hub-page-bg:#061118;--hub-page-bg-gradient:linear-gradient(to bottom, #061118 0%, #061118 50%, #061118 100%);--hub-border:#123249;--hub-border-hover:#2d79b4;--hub-accent:#8dbde2;--hub-card-bg:#0c2131;--hub-card-bg-opacity:#0c213180;--hub-heading:#fff;--hub-description:#c6def1;--hub-hover-text:#c6def1;--hub-assessment-section-title:#e2eff8;--hub-assessment-question-text:#c6def1;--hub-assessment-list-item-text:#8dbde2;--hub-assessment-quiz-surface:linear-gradient(to bottom right, #0c213166, #173f5f33, #0c213166);--dashboard-page-bg:#061118;--dashboard-page-bg-gradient:linear-gradient(to bottom, #061118 0%, #061118 50%, #061118 100%);--ui-focus-ring:#8dbde280}.hub-text{color:var(--hub-text)}.space-y-section{gap:var(--section-spacing);flex-direction:column;display:flex}.section-padding{padding-top:clamp(3rem,6vw,6rem);padding-bottom:clamp(3rem,6vw,6rem)}.hub-text-secondary{color:var(--hub-text-secondary)}.hub-text-muted{color:var(--hub-text-muted)}.hub-text-subtle{color:var(--hub-text-subtle)}.hub-link{color:var(--hub-link);transition:color .2s}.hub-link:hover{color:var(--hub-link-hover)}.hub-bg-surface{background-color:var(--hub-surface)}.hub-bg-surface-alt{background-color:var(--hub-surface-alt)}.hub-bg-page{--font-sans:var(--font-hub-sans);--font-mono:var(--font-hub-mono);background:var(--hub-page-bg-gradient);font-family:var(--font-sans), sans-serif}.hub-bg-page code,.hub-bg-page kbd,.hub-bg-page pre,.hub-bg-page samp{font-family:var(--font-mono), monospace}.hub-assessment-quiz-surface{background:var(--hub-assessment-quiz-surface)}.dashboard-bg-page{background:var(--dashboard-page-bg-gradient)}.dark .dashboard-bg-page{background:0 0}.dashboard-border-subtle{border-color:color-mix(in oklab, var(--border) 55%, transparent)}.dashboard-border-subtle-top{border-top-color:color-mix(in oklab, var(--border) 55%, transparent)}.dashboard-divider-subtle{background-color:color-mix(in oklab, var(--border) 55%, transparent)}.hub-border{border-color:var(--hub-border)}.hub-border-hover:hover{border-color:var(--hub-border-hover)}.hub-accent{color:var(--hub-accent)}.hub-card-bg{background-color:var(--hub-card-bg)}.hub-card-bg-opacity{background-color:var(--hub-card-bg-opacity)}.hub-heading{color:var(--hub-heading)}.hub-description{color:var(--hub-description)}.hub-hover-text:hover{color:var(--hub-hover-text)}.hub-assessment-section-title{color:var(--hub-assessment-section-title)}.hub-assessment-question-text{color:var(--hub-assessment-question-text)}.hub-assessment-list-item-text{color:var(--hub-assessment-list-item-text)}.hub-label-micro{color:var(--hub-text-muted);letter-spacing:.03em;text-transform:uppercase;font-size:.75rem;font-weight:600}.hub-label-kicker{color:var(--hub-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:600}@media (min-width:768px){.hub-label-kicker{font-size:.875rem}}.hub-label-section{color:var(--hub-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.875rem;font-weight:600}@media (min-width:768px){.hub-label-section{font-size:1rem}}.hub-label-prominent{color:var(--hub-text-muted);letter-spacing:.025em;text-transform:uppercase;font-size:1rem;font-weight:600}@media (min-width:768px){.hub-label-prominent{font-size:1.125rem}}.hub-filter-toggle-group{flex-direction:column;gap:.5rem;display:flex}.hub-filter-label{color:var(--hub-text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:600}.hub-filter-toggle{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.hub-filter-toggle-item{background-color:var(--background);border:1px solid var(--hub-border);color:var(--hub-text-muted);cursor:pointer;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.hub-filter-toggle-item:hover{border-color:var(--hub-link);color:var(--hub-text)}.hub-filter-toggle-item[aria-pressed=true]{color:#fff;background-color:#123249;border-color:#123249}.dark .hub-filter-toggle-item[aria-pressed=true]{background-color:#184262;border-color:#184262}.hub-filter-toggle-item:focus-visible{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--hub-accent);outline:none}.hub-filter-toggle-item[aria-pressed=true]:focus-visible{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--hub-link-hover)}.hub-filter-dropdown-group{flex-direction:column;gap:.5rem;display:flex}.brand-text-accent-rose{background:linear-gradient(90deg,#f43f5e,#e11d48);color:#0000;-webkit-background-clip:text;background-clip:text}.brand-divider-horizontal{background:linear-gradient(90deg,#0000 0%,#8dbde24d 50%,#0000 100%);width:100%;height:1px}.ui-tabs-list{border:1px solid var(--ui-border);background-color:var(--ui-surface);height:2.5rem;color:var(--ui-text-muted);border-radius:.375rem;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:0 1px 2px #0000000d}.ui-tabs-trigger{white-space:nowrap;border-radius:.125rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:all .15s;display:inline-flex}@media (min-width:640px){.ui-tabs-trigger{font-size:.875rem}}.ui-tabs-trigger[data-state=active]{background-color:var(--ui-surface-active);color:var(--ui-text);box-shadow:0 1px 2px #0000000d}.ui-tabs-trigger:focus-visible{box-shadow:0 0 0 2px var(--ui-surface-active), 0 0 0 4px var(--ui-focus-ring);outline:none}.resource-view-toggle{color:#1f547c;background-color:#e2eff880;border:1px solid #c6def1e6;border-radius:.375rem;justify-content:center;align-items:center;height:2.5rem;padding:0;display:inline-flex;box-shadow:0 1px 2px #0000000d}.dark .resource-view-toggle{color:#8dbde2e6;background-color:#0c2131e6;border:1px solid #123249e6}.resource-view-toggle-item{white-space:nowrap;border-radius:.125rem;justify-content:center;align-items:center;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.resource-view-toggle-item[data-state=on]{color:#123249;background-color:#fff;box-shadow:0 1px 2px #0000000d}.dark .resource-view-toggle-item[data-state=on]{color:#e2eff8;background-color:#061118cc}.resource-view-toggle-item:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f547c}.dark .resource-view-toggle-item:focus-visible{box-shadow:0 0 0 2px #061118cc,0 0 0 4px #2d79b4}
