.readiness-checklist-page {
  --ink: #1f2330;
  --accent: #0f6b62;
  --accent-strong: #0a4d48;
  --mint: #e2f1ec;
  --cream: #f3eee2;
  --card: #fffdf8;
  --muted: #5a5f6e;
  --line: rgba(31, 35, 48, 0.16);
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.5;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.readiness-checklist-page,
.readiness-checklist-page * { box-sizing: border-box; }
.readiness-checklist-page .sheet { max-width: 760px; margin: 0 auto; padding: 36px 28px 48px; background: var(--card); min-height: 100vh; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.readiness-checklist-page header.doc { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.readiness-checklist-page .brand { font-weight: 800; font-size: 17px; letter-spacing: 0.02em; text-decoration: none; color: var(--ink); }
.readiness-checklist-page .brand span { color: var(--accent); }
.readiness-checklist-page .doc-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); text-align: right; }
.readiness-checklist-page .sheet h1 { font-size: 1.9rem; font-weight: 800; letter-spacing: -0.01em; margin: 22px 0 0; line-height: 1.15; }
.readiness-checklist-page .subtitle { color: var(--muted); margin: 6px 0 0; font-size: 14.5px; }
.readiness-checklist-page .sheet section { margin-top: 28px; break-inside: avoid; }
.readiness-checklist-page .sheet h2 { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-strong); border-bottom: 1px solid var(--line); padding-bottom: 6px; margin: 0 0 12px; }
.readiness-checklist-page .sheet table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.readiness-checklist-page .sheet th,
.readiness-checklist-page .sheet td { text-align: left; padding: 8px 10px; border: 1px solid var(--line); vertical-align: top; }
.readiness-checklist-page .sheet th { background: var(--mint); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-strong); }
.readiness-checklist-page .sheet td.fill { font-family: var(--mono); color: var(--muted); min-width: 110px; }
.readiness-checklist-page .sheet td small { color: var(--muted); }
.readiness-checklist-page ul.check { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.readiness-checklist-page ul.check li { display: flex; gap: 10px; font-size: 14px; align-items: flex-start; }
.readiness-checklist-page ul.check .box { flex: none; width: 15px; height: 15px; border: 1.5px solid var(--ink); border-radius: 3px; margin-top: 3px; }
.readiness-checklist-page ul.check small { display: block; color: var(--muted); font-size: 12px; }
.readiness-checklist-page .callout { margin-top: 14px; border: 1px solid rgba(15, 107, 98, 0.4); border-left: 4px solid var(--accent); border-radius: 8px; background: var(--mint); padding: 12px 14px; font-size: 13px; }
.readiness-checklist-page .callout strong { color: var(--accent-strong); }
.readiness-checklist-page .tools td a { color: var(--accent-strong); font-weight: 600; text-decoration: none; }
.readiness-checklist-page .tools td a:hover { text-decoration: underline; }
.readiness-checklist-page .tools td small { color: var(--muted); display: block; font-size: 11.5px; }
.readiness-checklist-page footer.doc { margin-top: 34px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 11.5px; color: var(--muted); }
.readiness-checklist-page footer.doc p { margin: 0; }
.readiness-checklist-page footer.doc p + p { margin-top: 5px; }
.readiness-checklist-page .print-hint { position: fixed; right: 16px; bottom: 16px; display: flex; gap: 8px; align-items: center; }
.readiness-checklist-page .print-hint a,
.readiness-checklist-page .print-hint button { font: inherit; font-weight: 700; font-size: 14px; cursor: pointer; background: var(--accent); color: #f7fbf9; border: 0; border-radius: 10px; padding: 11px 18px; text-decoration: none; }
.readiness-checklist-page .print-hint a:hover,
.readiness-checklist-page .print-hint button:hover { background: var(--accent-strong); }

@media print {
  .readiness-checklist-page { background: #fff; }
  .readiness-checklist-page .sheet { border: 0; padding: 0; max-width: none; min-height: 0; }
  .readiness-checklist-page .print-hint { display: none; }
  .readiness-checklist-page a { color: inherit; text-decoration: none; }
  @page { margin: 14mm; }
}
