:root {
  --ink: #171522;
  --muted: #615d6c;
  --paper: #f6f4ef;
  --card: #fffdfa;
  --purple: #4b2a77;
  --purple-dark: #2c1948;
  --violet: #7751aa;
  --lime: #d9f871;
  --blue: #dbe9ff;
  --peach: #ffded1;
  --line: #dcd7ce;
  --success: #206b49;
  --error: #a6382d;
  --shadow: 0 24px 70px rgba(44, 25, 72, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select, textarea { font: inherit; }
a { color: var(--purple); text-underline-offset: 4px; }
code, pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.muted { color: var(--muted); }
.eyebrow { margin: 0 0 12px; color: var(--violet); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -0.035em; }
h1 { font-size: clamp(46px, 6vw, 78px); line-height: 0.98; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
h3 { font-size: clamp(25px, 3vw, 36px); line-height: 1.1; }
h4 { margin-bottom: 16px; font-size: 18px; line-height: 1.25; }
.lede { max-width: 760px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-size: 14px; font-weight: 800; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 34px; color: var(--purple-dark); background: var(--lime); border-radius: 8px; font-size: 11px; letter-spacing: 0.04em; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Registration */
.registration-page { min-height: 100vh; background: var(--purple-dark); }
.registration-shell { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr); min-height: 100vh; }
.registration-intro { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 8vw, 110px); color: #fff; background: var(--purple-dark); }
.registration-intro .brand { position: absolute; top: 36px; left: clamp(44px, 8vw, 110px); }
.registration-intro .eyebrow { color: var(--lime); }
.registration-intro h1 { max-width: 820px; margin-bottom: 28px; }
.registration-intro .lede { color: rgba(255,255,255,0.73); }
.agenda-preview { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.agenda-preview li { padding: 9px 13px; color: rgba(255,255,255,0.88); border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; font-size: 13px; }
.registration-card { display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: clamp(44px, 7vw, 100px); background: var(--card); }
.registration-card h2 { margin-bottom: 14px; }
.registration-card .muted { max-width: 540px; line-height: 1.6; }
.registration-card form { display: grid; gap: 11px; }
.registration-card .privacy-note { margin: -10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.host-note { display: flex; gap: 12px; padding: 16px; background: #f0ede6; border-radius: 12px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.facilitator-entry { align-self: flex-start; margin-top: -12px; font-size: 12px; font-weight: 800; }

/* Shared forms */
form label { display: grid; gap: 7px; color: #3f3a49; font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #bbb4c3; border-radius: 8px; outline: none; }
input, select { height: 50px; padding: 0 14px; }
textarea { min-height: 112px; padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(75, 42, 119, 0.14); }
form button, .primary-link { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 0 19px; color: #fff; background: var(--purple); border: 0; border-radius: 8px; font-weight: 800; cursor: pointer; text-decoration: none; }
form button:hover, .primary-link:hover { background: var(--purple-dark); }
form button:disabled { cursor: wait; opacity: 0.64; }
.form-status { min-height: 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-status.error { color: var(--error); }
.form-status.success { color: var(--success); font-weight: 700; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-weight: 500; line-height: 1.45; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--purple); }

/* Hub frame */
.hub-page main, .hub-page footer, .site-header { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 12px; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; min-height: 70px; margin-top: 12px; padding: 10px 14px 10px 18px; background: rgba(255, 253, 250, 0.94); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 30px rgba(23, 21, 34, 0.08); backdrop-filter: blur(14px); }
.site-header nav { display: flex; justify-content: center; gap: 24px; }
.site-header nav a { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--purple); }
.quiet-button { padding: 9px 12px; color: var(--purple); background: transparent; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; font-weight: 800; cursor: pointer; }
.quiet-button:hover { background: #f1edf7; }

.hub-hero { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: clamp(40px, 8vw, 100px); align-items: center; min-height: 610px; padding: 90px 0; }
.hub-hero h1 { max-width: 820px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.primary-link { display: inline-flex; gap: 34px; }
.secondary-link { display: inline-flex; align-items: center; min-height: 52px; padding: 0 18px; color: var(--purple); border: 1px solid var(--purple); border-radius: 8px; font-weight: 800; text-decoration: none; }
.finish-card { padding: 30px; background: var(--purple-dark); border-radius: 4px 26px 4px 26px; color: #fff; box-shadow: 16px 16px 0 var(--lime); }
.finish-card .eyebrow { color: var(--lime); }
.finish-card h2 { margin-bottom: 24px; font-size: 30px; }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.17); color: rgba(255,255,255,0.8); line-height: 1.45; }

.progress-strip { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 40px; align-items: center; padding: 30px 36px; background: var(--lime); border-radius: 14px; }
.progress-strip .eyebrow { color: var(--purple-dark); }
.progress-strip h2 { margin: 0; font-size: 26px; }
.progress-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; }
.progress-checks label { display: flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 700; }
.progress-checks input { width: 18px; height: 18px; accent-color: var(--purple); }

.day-section, .resource-section { padding: 110px 0 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.session-card { margin-bottom: 32px; padding: clamp(24px, 5vw, 58px); background: var(--card); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 35px rgba(23, 21, 34, 0.045); }
.session-header { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.session-number { display: grid; place-items: center; width: 56px; height: 56px; color: var(--purple-dark); background: var(--lime); border-radius: 50%; font-weight: 900; }
.session-meta { margin: 0 0 5px; color: var(--violet); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.session-header h3 { margin: 0; }
.day-pill { padding: 8px 12px; color: var(--purple); background: #f1edf7; border-radius: 999px; font-size: 12px; font-weight: 800; }
.session-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 84px); padding: 38px 0; }
.loop-list, .plain-steps { display: grid; gap: 13px; margin: 0; padding-left: 24px; }
.loop-list li { padding-left: 5px; }
.loop-list strong, .loop-list span { display: block; }
.loop-list span, .plain-steps li { margin-top: 3px; color: var(--muted); line-height: 1.55; }
.tool-list { display: grid; gap: 10px; }
.tool-list div { display: grid; gap: 3px; padding: 13px 14px; background: #f3f0f7; border-radius: 9px; }
.tool-list span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.run-of-show { display: grid; grid-template-columns: 0.7fr repeat(4, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.run-of-show h4 { margin: 0; padding: 18px; background: var(--purple-dark); color: #fff; }
.run-of-show > div { padding: 17px; border-left: 1px solid var(--line); }
.run-of-show > div span { display: block; margin-bottom: 6px; color: var(--violet); font-size: 12px; font-weight: 900; }
.run-of-show p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.copy-block { margin-top: 28px; background: #211c2a; border-radius: 12px; overflow: hidden; }
.copy-block > div { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; color: #c9c0d3; border-bottom: 1px solid rgba(255,255,255,0.12); font-size: 12px; font-weight: 800; }
.copy-block button, .canvas-title button { padding: 6px 10px; color: #fff; background: rgba(255,255,255,0.11); border: 1px solid rgba(255,255,255,0.2); border-radius: 6px; font-size: 11px; font-weight: 800; cursor: pointer; }
.copy-block pre { margin: 0; padding: 18px; color: #f1edf7; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; line-height: 1.65; }
.copy-block.compact { margin-top: 10px; }
.command-stack > h4 { margin-bottom: 10px; }
.session-output { margin: 28px 0 0; padding: 17px 19px; color: #433b4c; background: var(--blue); border-radius: 10px; line-height: 1.55; }
.callout { margin: 34px 0; padding: 21px 24px; color: #453b4e; background: var(--peach); border-left: 5px solid #ef916e; border-radius: 0 10px 10px 0; font-size: 16px; line-height: 1.6; }
.client-note { margin: -18px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.decision-grid > div { padding: 24px; background: #f3f0f7; border-radius: 12px; }
.decision-label { display: block; margin-bottom: 14px; color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.decision-grid h4 { margin-bottom: 11px; }
.decision-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.discovery-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.discovery-columns > div { padding: 26px; border: 1px solid var(--line); border-radius: 12px; }
.question-list { display: grid; gap: 12px; margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.5; }
.studio-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.studio-timeline div { display: grid; gap: 6px; padding: 17px; background: #f3f0f7; border-radius: 9px; }
.studio-timeline strong { color: var(--purple); font-size: 12px; }
.studio-timeline span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.spark-canvas { margin-top: 28px; padding: 28px; color: #fff; background: var(--purple-dark); border-radius: 14px; }
.canvas-title { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.canvas-title .eyebrow { color: var(--lime); }
.canvas-title h4 { margin-bottom: 0; font-size: 28px; }
.spark-canvas pre { margin: 25px 0 0; color: rgba(255,255,255,0.86); white-space: pre-wrap; font-size: 12px; line-height: 1.8; }

.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.resource-grid article { display: flex; flex-direction: column; min-height: 250px; padding: 24px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; }
.resource-grid article > span { color: var(--violet); font-size: 12px; font-weight: 900; }
.resource-grid h3 { margin: 30px 0 10px; font-size: 21px; }
.resource-grid p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.resource-grid a { margin-top: auto; font-size: 13px; font-weight: 800; }

.live-lab { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px, 8vw, 90px); margin-top: 110px; padding: clamp(30px, 6vw, 68px); background: var(--card); border: 1px solid var(--line); border-radius: 22px; }
.lab-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.6; }
.health-state { display: flex; gap: 11px; align-items: flex-start; margin-top: 26px; padding: 15px; background: #f0ede6; border-radius: 9px; }
.health-state > span { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 5px; background: #918a99; border-radius: 50%; }
.health-state p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.health-state.ready > span { background: var(--success); }
.health-state.waiting > span { background: #bd7624; }
.live-lab form { display: grid; gap: 16px; }
.hub-page footer { display: flex; justify-content: space-between; align-items: center; min-height: 120px; color: var(--muted); font-size: 12px; }
.hub-page footer a { font-weight: 800; }
.prework-reminder { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 18px; padding: 24px 30px; color: var(--ink); background: var(--blue); border: 1px solid #c4d8f7; border-radius: 13px; text-decoration: none; }
.prework-reminder h2 { margin: 0; font-size: 24px; }
.prework-reminder > span { flex: 0 0 auto; padding: 9px 13px; color: #fff; background: var(--purple); border-radius: 8px; font-size: 12px; font-weight: 800; }
.prework-reminder.complete { background: #e4f2e9; border-color: #bad8c7; }
.prework-reminder.complete > span { background: var(--success); }

/* Pre-work */
.prework-main { padding-top: 76px; }
.prework-intro { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding: 30px 0 58px; }
.prework-intro h1 { max-width: 820px; margin-bottom: 24px; }
.prework-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 22px; align-items: start; }
.preflight-card, .prework-form-card { padding: clamp(25px, 4vw, 44px); background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.preflight-card { position: sticky; top: 100px; }
.preflight-card h2, .prework-form-card h2 { font-size: 32px; }
.preflight-card ol { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; counter-reset: preflight; }
.preflight-card li { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); counter-increment: preflight; }
.preflight-card li::before { display: grid; place-items: center; width: 30px; height: 30px; color: var(--purple-dark); background: var(--lime); border-radius: 50%; content: counter(preflight); font-size: 12px; font-weight: 900; }
.preflight-card li p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.prework-form-card form { display: grid; gap: 17px; margin-top: 28px; }
.optional { color: var(--muted); font-size: 11px; font-weight: 500; }
.tracking-note { margin: 22px 0 0; padding-top: 18px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; line-height: 1.55; }

/* Facilitator access and dashboard */
.facilitator-login-page { min-height: 100vh; background: var(--purple-dark); }
.facilitator-login-shell { display: grid; grid-template-columns: 0.55fr 1fr; gap: clamp(40px, 10vw, 150px); align-items: center; width: min(1040px, calc(100% - 40px)); min-height: 100vh; margin: 0 auto; color: #fff; }
.facilitator-login-shell .brand { align-self: start; margin-top: 36px; }
.facilitator-login-shell section { max-width: 650px; padding: 60px 0; }
.facilitator-login-shell .eyebrow { color: var(--lime); }
.facilitator-login-shell .lede { color: rgba(255,255,255,0.76); }
.facilitator-login-shell form { display: grid; gap: 12px; max-width: 480px; margin: 32px 0 18px; }
.facilitator-login-shell form label { color: #fff; }
.facilitator-login-shell form button { background: var(--lime); color: var(--purple-dark); }
.facilitator-login-shell > section > a { color: #fff; font-size: 13px; }
.facilitator-header, .facilitator-main { width: min(1380px, calc(100% - 40px)); margin-inline: auto; }
.facilitator-header { display: flex; justify-content: space-between; align-items: center; min-height: 84px; border-bottom: 1px solid var(--line); }
.facilitator-header > div { display: flex; gap: 8px; }
.facilitator-main { padding: 70px 0 100px; }
.dashboard-heading { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; }
.dashboard-heading h1 { margin-bottom: 24px; }
.updated-note { color: var(--muted); font-size: 12px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
.metric-grid article { padding: 25px; background: var(--purple-dark); border-radius: 12px; color: #fff; }
.metric-grid span { color: var(--lime); font-size: 44px; font-weight: 900; letter-spacing: -0.05em; }
.metric-grid p { margin: 5px 0 0; color: rgba(255,255,255,0.72); font-size: 13px; }
.dashboard-section { margin-top: 26px; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
.dashboard-section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 22px; }
.dashboard-section-heading h2 { margin: 0; font-size: 30px; }
.dashboard-section-heading > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.table-wrap { width: 100%; overflow-x: auto; }
.participant-table { width: 100%; min-width: 1050px; border-collapse: collapse; }
.participant-table th { padding: 11px 10px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: 0.06em; text-align: left; text-transform: uppercase; }
.participant-table td { padding: 15px 10px; border-bottom: 1px solid #ebe7df; font-size: 13px; vertical-align: top; }
.participant-table td > strong, .participant-table td > small { display: block; }
.participant-table td > small { margin-top: 4px; color: var(--muted); }
.participant-table td > div { display: flex; justify-content: space-between; gap: 8px; align-items: center; margin-bottom: 5px; }
.participant-table details { max-width: 270px; margin-top: 10px; color: var(--muted); font-size: 12px; }
.participant-table details summary { color: var(--purple); cursor: pointer; font-weight: 800; }
.participant-table details p { margin: 8px 0 0; line-height: 1.5; }
.participant-table .help-request { color: var(--error); }
.status-pill { padding: 5px 7px; border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.status-pill.ready { color: #145039; background: #dcefe4; }
.status-pill.help-needed { color: #8f2e24; background: #f9ddd8; }
.status-pill.not-started, .status-pill.unknown { color: #675b44; background: #efe9da; }
.table-action, .dashboard-section-heading button { padding: 7px 10px; color: var(--purple); background: #f1edf7; border: 1px solid #d9cde7; border-radius: 7px; font-size: 11px; font-weight: 800; cursor: pointer; }
.table-action.approved { color: var(--success); background: #e4f2e9; border-color: #bad8c7; }
.dashboard-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 18px; }
.activity-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.activity-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.activity-list p { margin: 0; color: #433e49; font-size: 13px; line-height: 1.45; }
.activity-list time { flex: 0 0 auto; color: var(--muted); font-size: 11px; }
.send-panel pre { max-height: 440px; margin: 0; padding: 20px; overflow: auto; color: #f1edf7; background: #211c2a; border-radius: 10px; white-space: pre-wrap; font-size: 12px; line-height: 1.65; }

@media (max-width: 980px) {
  .registration-shell { grid-template-columns: 1fr; }
  .registration-intro, .registration-card { min-height: 50vh; }
  .registration-intro .brand { position: static; margin-bottom: 90px; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hub-hero, .section-heading, .live-lab, .prework-layout { grid-template-columns: 1fr; }
  .preflight-card { position: static; }
  .finish-card { max-width: 540px; margin-right: 16px; }
  .run-of-show { grid-template-columns: repeat(2, 1fr); }
  .run-of-show h4 { grid-column: 1 / -1; }
  .run-of-show > div { border-top: 1px solid var(--line); }
  .decision-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .registration-intro, .registration-card { padding: 34px 24px; }
  .registration-intro .brand { margin-bottom: 70px; }
  .hub-page main, .hub-page footer, .site-header { width: min(100% - 24px, 1200px); }
  .site-header { top: 6px; margin-top: 6px; }
  .site-header .brand > span:last-child { display: none; }
  .hub-hero { min-height: auto; padding: 70px 0 80px; }
  .prework-intro, .dashboard-heading { display: grid; grid-template-columns: 1fr; }
  .prework-reminder { align-items: flex-start; flex-direction: column; }
  .progress-strip, .session-grid, .discovery-columns { grid-template-columns: 1fr; }
  .progress-checks { grid-template-columns: 1fr; }
  .day-section, .resource-section { padding-top: 80px; }
  .session-card { padding: 22px 18px; }
  .session-header { grid-template-columns: auto 1fr; }
  .day-pill { display: none; }
  .run-of-show { grid-template-columns: 1fr; }
  .run-of-show > div { border-left: 0; }
  .studio-timeline, .resource-grid { grid-template-columns: 1fr; }
  .canvas-title { align-items: flex-start; flex-direction: column; }
  .field-grid { grid-template-columns: 1fr; }
  .hub-page footer { display: grid; align-content: center; gap: 7px; }
  .facilitator-login-shell { display: block; width: min(100% - 40px, 1040px); padding-top: 1px; }
  .facilitator-login-shell .brand { margin: 28px 0 50px; }
  .facilitator-header, .facilitator-main { width: min(100% - 24px, 1380px); }
  .facilitator-header .brand > span:last-child { display: none; }
  .facilitator-main { padding-top: 50px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-section { padding: 20px 16px; }
  .dashboard-section-heading { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
