:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #173447;
  background: #f6f7f5;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; border-top: 4px solid #173447; }
main { width: min(100% - 48px, 640px); margin: clamp(48px, 10vh, 104px) auto 40px; }
header { margin-bottom: 48px; }
.eyebrow { margin: 0 0 20px; color: #526a76; font-size: 12px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(34px, 7vw, 48px); line-height: 1.15; font-weight: 600; letter-spacing: -.045em; }
.intro { margin: 16px 0 0; color: #596974; font-size: 16px; line-height: 1.6; }
h2 { margin: 0 0 12px; color: #596974; font-size: 11px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
a { color: inherit; text-decoration: none; }
.resource { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px; background: #fff; border: 1px solid #dde3e4; border-radius: 8px; margin-bottom: 12px; transition: border-color .15s, background .15s; }
.resource:hover { background: #fafdff; border-color: #8aa5b3; }
a:focus-visible { outline: 3px solid #397394; outline-offset: 5px; }
.resource-copy { display: grid; gap: 7px; }
.resource-title { font-size: 17px; font-weight: 600; letter-spacing: -.015em; }
.description { color: #596974; font-size: 14px; line-height: 1.5; }
.resource-end { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.badge { color: #596974; font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.arrow { font-size: 22px; font-weight: 400; flex-shrink: 0; }
.document-page { width: min(100% - 48px, 860px); margin-top: 32px; }
.document-header { margin: 28px 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.document-header h1 { font-size: clamp(28px, 5vw, 36px); }
.document-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.document-actions a { padding: 10px 14px; border: 1px solid #bccbd2; border-radius: 6px; font-size: 14px; background: #fff; }
.document-actions a:hover { background: #edf2f3; }
.back-link { display: inline-block; padding: 8px 0; font-size: 14px; }
.back-link:hover { text-decoration: underline; }
.document-content { padding: clamp(22px, 5vw, 56px); background: #fff; border: 1px solid #dde3e4; border-radius: 8px; color: #2e404c; font-size: 16px; line-height: 1.75; overflow-wrap: anywhere; }
.document-content .identity { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #dde3e4; }
.document-content .identity h2 { margin: 0 0 12px; color: #173447; font-size: clamp(23px, 4vw, 30px); letter-spacing: -.025em; line-height: 1.25; text-transform: none; }
.document-content .identity p { margin: 0; color: #596974; font-size: 14px; }
.document-content a { text-decoration: underline; text-underline-offset: 3px; }
.document-content > section + section { margin-top: 30px; }
.document-content h2 { color: #173447; font-size: 12px; }
.document-content h3 { margin: 0; color: #173447; font-size: 16px; font-weight: 650; }
.document-content p { margin: 0 0 18px; }
.document-content .role { margin: 4px 0 12px; color: #596974; font-size: 14px; }
.document-content ul { margin: 0; padding-left: 22px; }
.document-content li + li { margin-top: 8px; }
.document-content .position + .position { margin-top: 26px; }
.document-content > :last-child, .document-content > section > :last-child { margin-bottom: 0; }
.letter > p { margin-bottom: 22px; }
@media print {
  body { border: 0; background: #fff; }
  .document-page { width: 100%; margin: 0; }
  .back-link, .document-header { display: none; }
  .document-content { padding: 0; border: 0; font-size: 11pt; }
  .document-content a { text-decoration: none; }
  .document-content h2, .document-content h3 { break-after: avoid; }
  .document-content li { break-inside: avoid; }
}
.tool-section { margin-top: 32px; }
.tool { background: #edf2f3; border-color: #dce5e8; }
footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #dde3e4; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #596974; font-size: 12px; line-height: 1.5; }
footer a { color: #173447; }
footer a:hover { text-decoration: underline; }
@media (max-width: 420px) {
  main { width: calc(100% - 36px); }
  header { margin-bottom: 36px; }
  .resource { padding: 20px; gap: 16px; }
  .resource-end { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .resource { transition: none; }
}
