:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; color: #182d39; background: #f4f6f8; --ink: #182d39; --muted: #536571; --teal: #086c67; --line: #dce4e8; }
* { box-sizing: border-box; }
html { scroll-padding-top: 90px; }
body { margin: 0; font-size: 14px; }
[hidden] { display: none !important; }
#signed-in-identity, #workspace-name { overflow-wrap: anywhere; }
a { color: var(--teal); text-underline-offset: 4px; }
a:hover { color: #064f4d; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #b45c0a; outline-offset: 4px; }
button, .primary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid #bdcbd3; border-radius: 8px; padding: 10px 17px; background: white; color: var(--ink); cursor: pointer; font: inherit; font-weight: 650; text-decoration: none; text-align: center; }
button:hover, .primary:hover { background: #f0f6f5; border-color: var(--teal); }
button:disabled { opacity: .65; cursor: wait; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 234px; padding: 32px 20px 20px; background: #fff; border-right: 1px solid var(--line); display: flex; flex-direction: column; z-index: 3; overflow-y: auto; }
.brand { display: flex; gap: 12px; align-items: center; color: #172f40; font-size: 27px; font-weight: 750; letter-spacing: -.8px; text-decoration: none; padding: 0 10px; }
.brand-mark { width: 32px; height: 36px; color: #086c67; flex-shrink: 0; }
.brand small { display: block; color: #667985; font-size: 10px; font-weight: 600; letter-spacing: 1.6px; margin-top: 2px; }
.nav-label { margin: 48px 12px 14px; font-size: 10px; letter-spacing: 1.8px; font-weight: 700; color: #72828c; }
.workspace-navigation { display: flex; flex-direction: column; gap: 6px; }
.workspace-navigation a { min-height: 46px; padding: 10px 12px; display: flex; gap: 12px; align-items: center; color: #4a5f6c; text-decoration: none; font-weight: 550; border-radius: 8px; font-size: 13px; }
.workspace-navigation a:hover { background: #edf5f3; color: #075f5b; }
.nav-icon { font-size: 21px; width: 21px; text-align: center; font-weight: 500; line-height: 1; }
body:has(#workspace-navigation:not([hidden])) .guest-navigation { display: none; }
body:has(#workspace-home:target) a[href="#workspace-home"], body:has(#setup-progress:target) .workspace-navigation a[href="#setup-progress"], body:has(#review-workspace:target) .workspace-navigation a[href="#review-workspace"], body:has(#workspace-help:target) .workspace-navigation a[href="#workspace-help"] { color: #075f5b; background: #e8f3f0; }
.sidebar-note { margin-top: auto; padding: 28px 12px 8px; font-size: 12px; line-height: 1.7; }
.sidebar-symbol { display: block; font-size: 26px; color: var(--teal); margin-bottom: 10px; }
.sidebar-note strong { font-size: 13px; }
.sidebar-note p { color: var(--muted); margin: 8px 0 15px; }
.sidebar-note a { font-size: 12px; font-weight: 650; }
.sidebar-footer { font-size: 10px; color: #677b85; padding: 10px 12px 0; }
.workspace-layout { margin-left: 234px; }
.topbar { min-height: 76px; padding: 16px 40px; border-bottom: 1px solid var(--line); background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar > div { display: flex; align-items: center; gap: 14px; }
.context-label { font-size: 13px; font-weight: 650; }
.context-divider, #workspace-kind { color: #607581; font-size: 12px; }
.topbar-actions a { color: #4a5f6c; font-size: 13px; text-decoration: none; }
.topbar-actions button { min-height: 36px; font-size: 12px; padding: 7px 14px; }
main { max-width: 1390px; margin: 0 auto; padding: 38px 40px 44px; }
.intro { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 27px; }
.eyebrow { font-size: 10px; font-weight: 750; letter-spacing: 1.8px; color: #617884; margin: 0 0 12px; }
h1 { margin: 0; font-size: clamp(28px, 2.5vw, 38px); letter-spacing: -1.25px; line-height: 1.2; font-weight: 680; }
h2 { font-size: 22px; line-height: 1.3; letter-spacing: -.5px; font-weight: 650; }
h3 { font-size: 16px; line-height: 1.45; }
.intro p:last-child { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 12px 0 0; }
.workspace-tag { flex-shrink: 0; font-size: 11px; color: #425f64; padding: 7px 11px; border: 1px solid #ccdadb; border-radius: 20px; background: #f9fbfb; }
.status-card { padding: 30px; background: #133a41; color: white; border-radius: 14px; display: flex; justify-content: space-between; align-items: center; gap: 28px; box-shadow: 0 5px 16px #183c4010; }
.status-content { min-width: 0; }
.status-card .eyebrow { color: #c2e7e1; display: flex; gap: 8px; align-items: center; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #99d4c8; }
.status-card h2 { margin: 10px 0; font-size: 25px; font-weight: 600; }
.status-card p:not(.eyebrow) { max-width: 700px; color: #d5e6e6; line-height: 1.7; margin-bottom: 0; }
#workspace-name { font-size: 12px; overflow-wrap: anywhere; }
.actions { min-width: 146px; display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.actions .primary { border-color: #cce7df; background: #d9efe8; color: #163e3a; }
.actions .support { color: #d7e7e9; font-size: 12px; text-align: center; margin-top: 4px; }
.workspace-home, .review-workspace, .administrator-workspace { margin-top: 28px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.pilot-setup-form { display: grid; gap: 18px; margin: 20px 0; }
.pilot-setup-form fieldset { min-width: 0; border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.pilot-setup-form legend { padding: 0 6px; font-weight: 650; }
.pilot-setup-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; }
.pilot-setup-fields label { display: grid; gap: 7px; font-weight: 550; }
.pilot-setup-fields input { width: 100%; min-height: 42px; border: 1px solid #bdcbd3; border-radius: 6px; padding: 9px; font: inherit; }
#pilot-setup-new { margin: 22px 0; }
#pilot-setup-new summary { cursor: pointer; color: var(--teal); font-weight: 650; }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.section-heading > div { min-width: 0; }
.section-heading h2, .section-heading h3 { margin: 0 0 8px; }
.section-heading p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.section-heading button { flex-shrink: 0; }
.home-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 24px 0; border: 1px solid var(--line); border-radius: 10px; }
.home-facts > div { min-width: 0; padding: 20px; }
.home-facts > div:nth-child(2n) { border-left: 1px solid var(--line); }
.home-facts > div:nth-child(n+3) { border-top: 1px solid var(--line); }
.home-facts dt { color: #617884; font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.home-facts dd { margin: 9px 0 0; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-actions a { padding: 12px 16px; border: 1px solid #bacbd0; border-radius: 7px; font-size: 13px; font-weight: 650; text-decoration: none; }
.home-actions a:first-child { background: #086c67; border-color: #086c67; color: white; }
.setup-progress { margin-top: 36px; }
.steps { margin: 22px 0 16px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.steps li { padding: 22px 18px; border: 1px solid var(--line); border-radius: 10px; background: white; display: flex; flex-direction: column; align-items: flex-start; }
.number { display: inline-grid; place-items: center; height: 30px; width: 30px; border-radius: 8px; background: #edf2f4; color: #526775; font-size: 12px; font-weight: 700; }
.steps h3 { margin: 17px 0 0; font-size: 14px; font-weight: 650; }
.steps p { color: var(--muted); font-size: 12px; line-height: 1.7; flex: 1; margin: 9px 0 20px; }
.badge { font-size: 10px; font-weight: 650; border: 1px solid var(--line); border-radius: 20px; padding: 4px 9px; color: #526775; }
.steps li.passed { border-color: #9dcbb8; }
.steps li.passed .badge, .steps li.passed .number { background: #e3f4eb; border-color: #b2dcca; color: #1e634c; }
.note { color: #536975; font-size: 12px; line-height: 1.7; }
.verification-result { padding: 16px; border-left: 3px solid var(--teal); background: #edf5f5; line-height: 1.7; }
.administrator-workspace p { line-height: 1.7; }
footer { max-width: 1390px; margin: auto; padding: 24px 40px; border-top: 1px solid var(--line); color: #667a84; font-size: 11px; display: flex; justify-content: space-between; gap: 16px; }
.skip { position: fixed; left: 20px; top: -80px; padding: 12px; background: white; z-index: 10; }
.skip:focus { top: 10px; }
input, select { font: inherit; color: var(--ink); max-width: 100%; }
.inline-status { padding: 15px 18px; border-left: 3px solid #155a68; background: #edf5f5; line-height: 1.65; overflow-wrap: anywhere; }
.review-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 24px 0; list-style: none; }
.review-list button { height: 100%; width: 100%; text-align: left; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; line-height: 1.6; }
.review-list button:hover { border-color: #155a68; background: #f5f9f9; }
.review-list .request-purpose { font-size: 16px; overflow-wrap: anywhere; }
.review-list .reference { margin: 0; }
.reference { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; color: #526775; font-size: 13px; overflow-wrap: anywhere; }
.request-meta { font-size: 12px; color: #526775; font-weight: 400; }
.reference-form { display: flex; align-items: flex-end; gap: 20px; padding-top: 20px; border-top: 1px solid #d8e1e5; }
.reference-form > div { flex: 1; min-width: 0; }
.reference-form .note { margin: 6px 0 12px; }
.reference-form button { flex-shrink: 0; }
label, legend { font-size: 14px; font-weight: 650; }
input[type="text"], select { display: block; width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #879da8; border-radius: 7px; background: white; }
.review-detail { margin-top: 32px; padding-top: 28px; border-top: 1px solid #d8e1e5; }
.review-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; margin: 26px 0; border: 1px solid #d8e1e5; border-radius: 10px; }
.review-journey li { padding: 18px; }
.review-journey li + li { border-left: 1px solid #d8e1e5; }
.review-journey strong, .review-journey span { display: block; font-size: 13px; line-height: 1.6; }
.review-journey span { margin-top: 6px; color: #526775; }
.review-facts { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr); gap: 12px 24px; font-size: 14px; line-height: 1.6; }
.review-facts dt { color: #526775; }
.review-facts dd { margin: 0; overflow-wrap: anywhere; }
.review-gaps { margin: 26px 0; padding: 18px 22px; border: 1px solid #d6c794; background: #faf7ed; border-radius: 8px; }
.review-gaps h4, .review-activity h4 { margin: 0 0 12px; font-size: 16px; }
.review-gaps ul { margin: 0; padding-left: 20px; font-size: 14px; line-height: 1.7; }
.review-gaps li + li { margin-top: 8px; }
.review-detail details { margin: 24px 0; border: 1px solid #d8e1e5; border-radius: 8px; padding: 18px 22px; }
.review-detail summary { cursor: pointer; font-size: 14px; font-weight: 650; line-height: 1.6; }
.review-detail details > p { font-size: 14px; line-height: 1.65; }
.decision-form { margin: 28px 0; padding: 24px; background: #f3f7f8; border-radius: 10px; }
.decision-form fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.decision-form legend { font-size: 18px; margin-bottom: 20px; }
.decision-form label:not(.check-label) { display: block; margin: 18px 0 8px; }
.decision-form .check-label { display: flex; gap: 12px; align-items: flex-start; margin-top: 22px; font-weight: 400; line-height: 1.65; }
.check-label input { flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; accent-color: #155a68; }
.decision-form button { background: #153c49; color: white; border-color: #153c49; }
.review-activity { padding-top: 20px; }
.review-activity ol { padding-left: 22px; font-size: 14px; line-height: 1.7; }
.review-activity li { padding-left: 4px; margin-bottom: 14px; }
.review-activity time { display: block; font-size: 12px; color: #526775; }
.workspace-help { max-width: 780px; margin-top: 38px; }
.workspace-help h2 { font-size: 20px; }
.workspace-help p, .workspace-help a { font-size: 14px; line-height: 1.7; }

.workspace-help { max-width: none; margin-top: 36px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 22px; }
.resource-grid article { padding: 22px 0 4px; border-top: 1px solid #cddade; }
.resource-number { font-size: 9px; letter-spacing: 1.2px; color: #617884; font-weight: 700; }
.resource-grid h3 { margin: 13px 0 8px; font-size: 15px; font-weight: 650; }
.resource-grid p { margin: 0 0 16px; font-size: 12px; color: var(--muted); line-height: 1.7; }
.resource-grid a { font-size: 12px; font-weight: 650; }
@media (max-width: 1200px) { .sidebar { width: 208px; padding-left: 14px; padding-right: 14px; } .workspace-layout { margin-left: 208px; } main { padding: 32px 26px; } .topbar, footer { padding-left: 26px; padding-right: 26px; } .workspace-tag { display: none; } .steps { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 800px) { .sidebar { position: static; width: auto; padding: 20px 24px 14px; border-right: 0; border-bottom: 1px solid var(--line); } .brand { font-size: 24px; padding: 0; } .brand small { display: inline; margin-left: 10px; } .brand-mark { width: 26px; height: 30px; } .nav-label, .sidebar-note, .sidebar-footer { display: none; } .workspace-navigation { flex-direction: row; flex-wrap: wrap; gap: 4px; margin-top: 18px; } .workspace-navigation a { padding: 8px 10px; min-height: 42px; font-size: 12px; gap: 8px; } .nav-icon { font-size: 18px; } .workspace-layout { margin-left: 0; } .topbar { min-height: 58px; } .context-label, .context-divider { display: none; } .resource-grid { gap: 20px; } .review-list { grid-template-columns: 1fr; } }
@media (max-width: 560px) { html { scroll-padding-top: 16px; } .sidebar { padding: 20px 18px 12px; } main { padding: 28px 18px; } .topbar, footer { padding-left: 18px; padding-right: 18px; } h1 { letter-spacing: -.9px; font-size: 29px; } .intro { margin-bottom: 23px; } .status-card { align-items: stretch; flex-direction: column; padding: 24px; gap: 24px; } .status-card h2 { font-size: 22px; } .actions { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; } .actions .support { width: 100%; text-align: left; } .steps { grid-template-columns: 1fr; gap: 10px; } .steps li { padding: 20px; } .steps p { margin-bottom: 14px; } .workspace-home, .review-workspace, .administrator-workspace { padding: 22px 18px; } .section-heading { flex-direction: column; gap: 14px; } .home-facts { grid-template-columns: 1fr; } .home-facts > div:nth-child(2n) { border-left: 0; } .home-facts > div + div { border-top: 1px solid var(--line); } .home-actions a { width: 100%; text-align: center; } .resource-grid { grid-template-columns: 1fr; gap: 10px; } .reference-form { flex-direction: column; align-items: stretch; } .review-facts { grid-template-columns: 1fr; gap: 5px; } .review-facts dd { margin-bottom: 12px; } .review-journey { grid-template-columns: 1fr; } .review-journey li + li { border-left: 0; border-top: 1px solid var(--line); } .decision-form { padding: 18px; } footer { flex-direction: column; gap: 6px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
