:root {
  --bg: #eeeae3;
  --surface: #fcfbf8;
  --surface-warm: #f5f0e8;
  --ink: #292d29;
  --muted: #72736b;
  --line: #e8e3da;
  --sage: #577563;
  --sage-light: #eaf0e7;
  --amber: #875c37;
  --amber-light: #f3e8db;
  --radius: 22px;
  --shadow: 0 8px 32px rgb(63 51 32 / 4%);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.55 var(--sans); }
a { color: inherit; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 198px; background: #e9e4dc; border-right: 1px solid #e2ddd5; display: flex; flex-direction: column; align-items: center; padding: 42px 18px 32px; }
.brand { font: 60px/.9 var(--serif); letter-spacing: -8px; padding-right: 15px; }
.brand span { position: relative; top: 17px; font-size: 53px; }
.brand-label { text-align: center; font-size: 12px; letter-spacing: .21em; line-height: 1.85; margin: 34px 0 23px; color: #68665f; }
.sidebar-rule { width: 100%; height: 1px; background: #ded8ce; margin-bottom: 19px; }
.nav-current { width: 100%; margin: 0; border-radius: 12px; padding: 13px 12px; background: #dfd8cc; font-size: 14px; display: flex; align-items: center; gap: 12px; }
.nav-square { width: 15px; height: 16px; border: 1px solid #66665b; border-radius: 3px; position: relative; }
.nav-square::before { content: ''; position: absolute; inset: 0 auto 0 4px; border-left: 1px solid #66665b; }
.sidebar-note { margin-top: auto; width: 100%; padding: 22px 12px 0; }
.sidebar-note p { font: italic 23px/1.5 var(--serif); color: #67655b; margin: 0 0 22px; }
.sidebar-note span { font-size: 10px; letter-spacing: .13em; color: #6b695f; }
.main { max-width: 1650px; margin-left: 198px; padding: 30px 38px 22px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 26px; }
.topbar > p { font-size: 11px; letter-spacing: .21em; color: var(--muted); margin: 0; }
.stage { font-size: 12px; background: #e7e0d5; border: 1px solid #ddd6cb; border-radius: 999px; padding: 7px 13px; white-space: nowrap; }
.hero { background: var(--surface); border: 1px solid #f9f7f2; border-radius: var(--radius); box-shadow: var(--shadow); padding: 35px 39px; display: grid; grid-template-columns: minmax(0, 1fr) 205px; gap: 38px; align-items: center; margin-bottom: 22px; }
.eyebrow { display: block; font-size: 11px; letter-spacing: .2em; color: var(--muted); }
h1 { font: normal clamp(34px, 3.5vw, 52px)/1.13 var(--serif); letter-spacing: -.035em; margin: 15px 0 13px; }
.hero-copy > p { color: var(--muted); font-size: 15px; max-width: 590px; margin: 0 0 22px; }
.status { font-size: 12px; font-weight: 500; display: inline-flex; border-radius: 999px; padding: 6px 12px; }
.is-ready { background: var(--sage-light); color: #385a43; }
.is-warning { background: var(--amber-light); color: var(--amber); }
.is-pending { background: #eee9df; color: #665f4f; }
.hero-count { border-left: 1px solid var(--line); padding: 22px 0 22px 38px; }
.count-number { display: block; font: 64px/1 var(--serif); letter-spacing: -.05em; color: var(--sage); }
.count-number small { font-size: 28px; color: #aeafa3; margin-left: 9px; }
.count-label { display: block; font-size: 12px; color: var(--muted); margin: 15px 0 13px; }
progress { display: block; width: 100%; height: 6px; appearance: none; border: 0; border-radius: 999px; overflow: hidden; background: #edeae3; }
progress::-webkit-progress-bar { background: #edeae3; border-radius: 999px; }
progress::-webkit-progress-value { background: var(--sage); border-radius: 999px; }
progress::-moz-progress-bar { background: var(--sage); border-radius: 999px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 288px; gap: 22px; align-items: start; }
.card { border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); border: 1px solid #f8f6f0; }
.checks-card { padding: 27px 28px 23px; }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 13px; }
h2 { font: normal 25px/1.3 var(--serif); letter-spacing: -.02em; margin: 0; }
.card-heading > span { color: var(--muted); font-size: 10px; letter-spacing: .11em; white-space: nowrap; }
.checks { list-style: none; padding: 0; margin: 0; }
.check-row { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 3px 13px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.check-symbol { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; font-size: 15px; font-weight: 500; margin-top: 1px; grid-row: 1 / span 2; }
.check-symbol.ok { background: var(--sage-light); color: var(--sage); }
.check-symbol.error { background: var(--amber-light); color: var(--amber); }
.check-symbol.pending { background: #eeeae1; color: #79705b; font-size: 24px; line-height: 1; }
.check-content h3 { font-size: 14px; font-weight: 600; margin: 0 0 4px; }
.check-content p { font-size: 12px; color: var(--muted); line-height: 1.55; margin: 0; }
.check-value { grid-column: 2; width: fit-content; font-size: 12px; line-height: 1.55; margin-top: 4px; }
.check-value.ok { color: #44694f; }
.check-value.error { color: var(--amber); font-weight: 500; }
.check-value.pending { color: #766b54; }
.checks-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 15px; padding-top: 23px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--sage); color: #fff; text-decoration: none; padding: 11px 17px; border-radius: 10px; font-size: 14px; transition: background .15s; }
.button:hover { background: #45644f; }
.button:focus-visible, .text-link:focus-visible { outline: 3px solid #a67e51; outline-offset: 4px; }
.checks-footer > span, .text-link { font-size: 11px; color: var(--muted); }
.text-link { color: var(--sage); font-size: 13px; }
.next-card { position: relative; overflow: hidden; padding: 34px 27px 27px; background: var(--surface-warm); }
.step-number { display: block; font: 52px/1 var(--serif); letter-spacing: -.03em; color: #b8a489; margin: 0 0 27px; }
.next-card .eyebrow { font-size: 10px; }
.next-card h2 { font-size: 29px; margin: 13px 0 15px; }
.next-card p { font-size: 14px; color: #6b6b62; margin: 0; line-height: 1.7; }
.next-rule { border-top: 1px solid #e3dbce; margin: 27px 0 22px; }
.next-card .next-instruction { color: #474d43; }
.phase-note { padding: 24px 14px; color: #717267; font-size: 12px; line-height: 1.7; }
.phase-note strong { font-weight: 500; color: #54584d; }
.phase-note p { margin: 7px 0 0; }
.footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 26px 2px 3px; font-size: 11px; color: #89887e; }
@media (min-width: 1550px) { .main { padding-left: 48px; padding-right: 48px; } .check-row { grid-template-columns: 28px minmax(0, 1fr) 230px; } .check-value { grid-column: 3; grid-row: 1; justify-self: end; text-align: right; margin-top: 0; } }
@media (max-width: 1160px) { .sidebar { width: 160px; } .main { margin-left: 160px; padding: 25px; } .content-grid { grid-template-columns: minmax(0, 1fr) 240px; gap: 16px; } .checks-card { padding: 24px; } .hero { padding: 30px; grid-template-columns: minmax(0, 1fr) 155px; gap: 25px; } .hero-count { padding-left: 25px; } .card-heading > span { display: none; } .next-card { padding: 28px 22px; } .sidebar-note p { font-size: 21px; } }
@media (max-width: 920px) { .content-grid { grid-template-columns: minmax(0, 1fr); } .next-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; align-items: start; } .step-number { font-size: 38px; margin-bottom: 18px; } .phase-note { padding: 24px 15px; } .hero { grid-template-columns: minmax(0, 1fr); } .hero-count { border-left: 0; border-top: 1px solid var(--line); padding: 23px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 10px 23px; align-items: center; } .count-number { font-size: 42px; grid-row: 1 / 3; } .count-number small { font-size: 22px; } .count-label { margin: 0; } }
@media (max-width: 640px) { .sidebar { position: static; width: auto; height: 84px; flex-direction: row; justify-content: space-between; padding: 17px 23px; border-right: 0; border-bottom: 1px solid #dfd9cf; } .brand { font-size: 35px; letter-spacing: -5px; align-self: flex-start; } .brand span { font-size: 30px; top: 9px; } .brand-label { font-size: 10px; text-align: right; margin: 0; line-height: 1.7; } .sidebar-rule, .nav-current, .sidebar-note { display: none; } .main { margin: 0; padding: 20px 16px; } .topbar { margin-bottom: 16px; } .topbar > p { display: none; } .stage { font-size: 11px; } .hero { padding: 27px 23px; gap: 22px; margin-bottom: 16px; } h1 { font-size: 36px; } .hero-copy > p { font-size: 14px; } .eyebrow { font-size: 10px; } .checks-card { padding: 25px 20px 22px; } h2 { font-size: 24px; } .check-row { gap: 3px 11px; padding: 18px 0; } .check-content p, .check-value { font-size: 12px; } .next-column { grid-template-columns: minmax(0, 1fr); gap: 0; } .next-card { padding: 25px; } .step-number { display: none; } .next-card h2 { font-size: 28px; } .next-rule { margin: 19px 0; } .phase-note { padding: 20px 8px 0; } .checks-footer { align-items: flex-start; flex-direction: column; } .button { width: 100%; } .footer { padding-top: 22px; } }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
