/* Loaded with media="print". The :not(#print) raises specificity above the
   dark-mode token rules so a dark-themed browser still prints ink on paper. */
@page { margin: 16mm 14mm; }
:root:not(#print) {
  --bg: #fff; --surface: #fff; --ink: #000; --ink-2: #222; --ink-3: #555; --line: #ccc; --accent: #000;
}
body { font-size: 10.5pt; line-height: 1.45; }
.site-nav, .site-footer, .skip, .print-hint, .theme-toggle { display: none !important; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { break-after: avoid; }
.resume { max-width: none; padding: 0; }
.resume h2 { margin: 12pt 0 4pt; }
.role { break-inside: avoid; margin-bottom: 8pt; }
.skills { grid-template-columns: repeat(3, 1fr); gap: 8pt; }
