:root {
  color-scheme: light;
  --paper: #fafbf7;
  --ink: #293a30;
  --fern: #486249;
  --muted: #667064;
  --sage: #eaf0e4;
  --line: #dce1d6;
  --blue: #08769a;
  --font: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--fern); text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button, summary { cursor: pointer; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; border-radius: 2px; }
::selection { background: #dce8d1; color: var(--ink); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { line-height: 1.15; letter-spacing: -.045em; }
h2 { font-size: clamp(29px, 3.3vw, 38px); }
h3 { font-size: 18px; line-height: 1.4; letter-spacing: -.025em; }
.page-width { width: min(1060px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 76px 88px; }
.skip-link { position: fixed; z-index: 10; left: 20px; top: 12px; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-160%); clip-path: inset(50%); }
.skip-link:focus { transform: translateY(0); clip-path: none; }

/* A quiet header; work remains one tap away on mobile. */
.site-header { display: flex; justify-content: space-between; align-items: center; min-height: 108px; gap: 20px; }
.site-name { font-size: 17px; font-weight: 600; letter-spacing: -.03em; color: var(--ink); text-decoration: none; white-space: nowrap; }
.site-name > span { color: #7a956c; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { display: flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }

/* The photo is a photograph, not a logo or a decorative mask. */
.hero { display: grid; grid-template-columns: 1fr 340px; align-items: center; gap: 90px; padding-block: 65px 108px; }
.location { display: flex; gap: 7px; align-items: center; color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.location svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.4; }
h1 { font-size: clamp(48px, 5.5vw, 70px); margin-bottom: 23px; }
.intro { font-size: 20px; line-height: 1.65; letter-spacing: -.02em; }
.intro a { text-decoration-color: #b5c4ad; }
.draft-copy { color: var(--muted); font-size: 14px; margin-top: 15px; }
.hero-portrait { margin-right: 8px; }
.hero-portrait img { width: 100%; aspect-ratio: 800 / 907; object-fit: cover; border-radius: 8px; }
.hero-portrait figcaption { color: var(--muted); font-size: 12px; margin-top: 12px; text-align: right; }
.listening { display: flex; align-items: center; gap: 13px; margin-top: 35px; }
.record { display: grid; place-items: center; width: 43px; height: 43px; flex: none; background: #dfe7d7; border-radius: 50%; border: 1px solid #cdd8c4; box-shadow: inset 0 0 0 5px #e8eddf, inset 0 0 0 6px #d3ddc9; }
.record > span { width: 11px; height: 11px; border: 4px solid #728767; border-radius: 50%; background: var(--paper); }
.listening > div { min-width: 0; overflow-wrap: anywhere; }
.listening-label [data-listening-status-text] { margin-left: 8px; color: var(--fern); }
.record[data-state="error"] { opacity: .55; }
.listening-label { font-size: 11px; color: var(--muted); }
.listening p { font-size: 13px; line-height: 1.5; }
.listening small { font-size: 10px; color: var(--muted); }

.section-heading { margin-bottom: 44px; }
.section-heading > p, .section-heading > div > p { margin-top: 12px; color: var(--muted); font-size: 15px; }
.little-things { padding-top: 0; }
.little-things > .section-heading { border-top: 1px solid var(--line); padding-top: 45px; }
.interest-grid { display: grid; grid-template-columns: 1.12fr 1fr; column-gap: 96px; row-gap: 65px; }
.interest-grid > article { min-width: 0; }
.object-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sample-label { font-size: 11px; color: var(--muted); white-space: nowrap; }
.object-description { font-size: 14px; color: var(--muted); margin-top: 6px; }
.object-note { font-size: 12px; color: var(--muted); margin-top: 17px; }

/* Each interest has its own form. No shared card container. */
.score-heading { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; margin-top: 31px; }
.score-heading strong { font-size: 34px; line-height: 1.2; font-weight: 500; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.score-heading p > span { font-size: 12px; color: var(--muted); }
.score-date { font-size: 12px; color: var(--muted); }
.score-chart { width: 100%; margin-top: 4px; overflow: visible; }
.chart-guide { fill: none; stroke: var(--line); stroke-width: 1; stroke-dasharray: 2 5; }
.score-area { fill: var(--sage); }
.score-line { fill: none; stroke: #718e5e; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.score-dots circle { fill: var(--paper); stroke: #718e5e; stroke-width: 2; }
.score-dots circle.selected { fill: var(--fern); stroke: var(--paper); }
.chart-axis { fill: var(--muted); font: 10px var(--font); }
.chart-days { display: flex; justify-content: space-between; gap: 2px; }
.chart-days button { min-height: 44px; flex: 1; padding: 0; color: var(--muted); font-size: 11px; border: 0; background: transparent; border-radius: 5px; }
.chart-days button:hover { background: var(--sage); }
.chart-days button[aria-pressed="true"] { color: var(--ink); background: var(--sage); font-weight: 600; }
.court { position: relative; margin-top: 24px; width: 100%; aspect-ratio: 380 / 242; background: #edf0e3; border-radius: 4px; }
.court svg { width: 100%; height: 100%; stroke: #b5c1a6; stroke-width: 1.25; }
.player { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 52px; min-height: 58px; color: var(--fern); transform: translate(-50%, -50%); text-decoration: none; }
.player > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--paper); border: 1px solid #9eaf8c; border-radius: 50%; font-size: 11px; font-weight: 600; }
.player small { margin-top: 3px; padding: 0 3px; background: #edf0e3; border-radius: 2px; font-size: 10px; line-height: 1.5; font-weight: 500; }
.player:hover > span, .player:focus-visible > span { background: var(--fern); border-color: var(--fern); color: white; }
.center { left: 50%; top: 25%; }
.power-forward { left: 19%; top: 40%; }
.small-forward { left: 83%; top: 44%; }
.shooting-guard { left: 28%; top: 75%; }
.point-guard { left: 60%; top: 80%; }
.photo-pair { display: flex; align-items: center; padding: 28px 5px 10px; }
.photo-pair figure { padding: 7px 7px 0; background: #fff; box-shadow: 0 3px 13px #293a3010; }
.photo-link { display: block; border-radius: 1px; }
.photo-pair figcaption > span { float: right; }
.photo-pair figcaption { font-size: 11px; color: var(--muted); padding: 8px 4px; }
.desert-photo { width: 64%; transform: rotate(-4deg); }
.desert-photo img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.garden-photo { width: 36%; margin-left: -6px; transform: rotate(5deg); }
.garden-crop { position: relative; width: 100%; aspect-ratio: .85; overflow: hidden; }
.garden-crop img { position: absolute; width: 270%; max-width: none; height: 150%; object-fit: cover; right: 0; top: -10%; }
.ah { display: grid; grid-template-columns: 1fr 196px; gap: 18px; align-items: start; }
.ah-copy { padding-top: 13px; }
.ah-copy p { max-width: 18ch; }
.receipt { padding: 22px 18px 20px; background: #fff; color: var(--blue); box-shadow: 0 4px 20px #293a3009; border-bottom: 3px dotted var(--paper); transform: rotate(3deg); }
.receipt summary { list-style: none; }
.receipt summary::-webkit-details-marker { display: none; }
.receipt-brand { display: block; font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.055em; }
.receipt-title { display: block; font-size: 12px; padding-block: 19px; margin-top: 8px; border-top: 1px dashed #bfdae1; }
.receipt-action { display: flex; justify-content: space-between; gap: 8px; font-size: 11px; border-top: 1px dashed #bfdae1; padding-top: 12px; min-height: 44px; }
.receipt-action > span { font-size: 18px; line-height: 1; }
.receipt[open] .receipt-action > span { transform: rotate(45deg); }
.receipt-content { padding-block: 12px; font-size: 13px; }
.receipt-items { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.receipt-items li, .receipt-subtotal, .receipt-koopzegels, .receipt-total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.receipt-items li span { max-width: 15ch; line-height: 1.25; }
.receipt-items strong, .receipt-subtotal strong, .receipt-koopzegels strong, .receipt-total strong { white-space: nowrap; font-weight: 600; }
.receipt-subtotal { margin: 15px 0 0; padding-top: 12px; border-top: 1px dashed #bfdae1; }
.receipt-koopzegels { margin: 8px 0 0; }
.receipt-total { margin: 12px 0 0; padding-top: 12px; border-top: 1px dashed #bfdae1; font-size: 14px; }
.receipt-note { margin: 12px 0 0; padding-top: 10px; border-top: 1px dashed #bfdae1; font-size: 11px; line-height: 1.35; }
.barcode { height: 24px; width: 95px; margin: 15px auto 0; opacity: .6; background: repeating-linear-gradient(90deg, var(--blue) 0 1px, transparent 1px 3px, var(--blue) 3px 6px, transparent 6px 8px, var(--blue) 8px 10px, transparent 10px 14px); }

/* Sanitized app illustrations, visibly labelled and not pretend controls. */
.projects { background: var(--sage); padding-block: 65px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.app-preview { height: 280px; border-radius: 9px; overflow: hidden; }
.app-screenshot { position: relative; border: 1px solid var(--line); background: #171a16; }
.app-screenshot > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.practice-screenshot > img { object-position: center 53%; }
.practice-screenshot .practice-inset { position: absolute; right: 15px; bottom: 15px; width: 29%; height: 64%; border: 2px solid #f2efe7; border-radius: 4px; box-shadow: 0 7px 18px rgb(20 22 18 / .3); object-position: center 52%; }
.app-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 17px 21px; font-size: 12px; }
.preview-label { font-size: 10px; opacity: .75; }
.journal-preview { background: #f9faf6; border: 1px solid #dce3d4; }
.journal-content { display: flex; flex-direction: column; align-items: center; padding-top: 18px; }
.journal-prompt { font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.waveform { display: flex; height: 70px; align-items: center; gap: 5px; margin-block: 9px; }
.waveform i { display: block; width: 3px; height: 10px; border-radius: 2px; background: #90a880; }
.waveform i:nth-child(3n) { height: 29px; }
.waveform i:nth-child(4n) { height: 42px; }
.waveform i:nth-child(5n) { height: 21px; }
.waveform i:nth-child(7n) { height: 53px; }
.record-button { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--fern); color: white; }
.record-button svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.5; }
.journal-content > small { font-size: 9px; color: var(--muted); margin-top: 8px; }
.exercise-preview { background: #f5f7ee; border: 1px solid #dce2d0; }
.exercise-content { width: 80%; margin: 21px auto 0; }
.exercise-title { display: flex; justify-content: space-between; align-items: center; font-weight: 500; font-size: 18px; }
.exercise-title > span:last-child { font-size: 11px; color: var(--muted); font-weight: 400; }
.week { display: flex; justify-content: space-between; margin-block: 17px 22px; }
.week > span { display: flex; flex-direction: column; gap: 8px; align-items: center; font-size: 10px; color: var(--muted); }
.week b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: #7c886e; background: #e8ecdF; font-size: 14px; font-weight: 400; }
.week b.done { background: #d7e2c6; color: #48623b; }
.exercise-entry { display: flex; gap: 10px; align-items: center; border-top: 1px solid var(--line); padding-top: 14px; font-size: 12px; }
.session-icon { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #d3ddc6; border-radius: 7px; font-size: 17px; }
.exercise-entry small { display: block; font-size: 9px; color: var(--muted); }
.exercise-entry > span:last-child { margin-left: auto; font-size: 10px; color: var(--muted); }
.project-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 20px; }
.private-label { font-size: 11px; color: var(--muted); }
.project > p { font-size: 14px; color: var(--muted); margin-top: 5px; }
.project-footnote { font-size: 12px; color: var(--muted); margin-top: 34px; }

/* A winding route with real, semantic chronology beneath it. */
.work { padding-block: 92px 98px; }
.career-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.career-heading > a { font-size: 13px; white-space: nowrap; margin-bottom: 3px; }
.career-route { position: relative; }
.route-line { position: absolute; width: 100%; height: 160px; top: 0; left: 6.5px; pointer-events: none; }
.route-line path { fill: none; stroke: #c8d6b9; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 3 7; }
.career-stops { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 0; }
.career-stops li { --stop-offset: 30px; position: relative; min-width: 0; padding-top: 164px; padding-right: 28px; }
.career-stops li:nth-child(2) { --stop-offset: 7px; }
.career-stops li:nth-child(3) { --stop-offset: 87px; }
.career-stops li:nth-child(4) { --stop-offset: 2px; }
.career-year { position: absolute; top: var(--stop-offset); display: block; font-size: 12px; line-height: 20px; color: var(--fern); margin-bottom: 14px; }
.route-dot { position: absolute; top: calc(var(--stop-offset) + 34px); display: block; width: 13px; height: 13px; margin-bottom: 25px; background: var(--paper); border: 3px solid #a7bc92; border-radius: 50%; }
.current-stop .route-dot { border-color: var(--fern); background: var(--fern); box-shadow: 0 0 0 5px #e5eddc; }
.career-stops h3 { font-size: 17px; }
.career-stops .role { font-size: 12px; margin-block: 6px 12px; color: var(--fern); }
.career-stops p:not(.role) { max-width: 24ch; font-size: 13px; color: var(--muted); line-height: 1.75; }
.career-place { display: block; font-size: 11px; color: var(--muted); margin-top: 17px; }
footer { padding-block: 31px 35px; border-top: 1px solid var(--line); }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-links { display: flex; gap: 27px; }
.footer-links a, .back-top { display: flex; align-items: center; min-height: 44px; font-size: 12px; }
.back-top { gap: 8px; text-decoration: none; }
.footer-note { font-size: 11px; color: var(--muted); margin-top: 20px; }
.footer-note span { float: right; }

@media (max-width: 1000px) {
  .page-width { width: calc(100% - 72px); }
  .hero { grid-template-columns: 1fr 290px; gap: 48px; padding-block: 45px 80px; }
  h1 { font-size: 54px; }
  .intro { font-size: 17px; }
  .interest-grid { column-gap: 48px; }
  .ah { grid-template-columns: 1fr 170px; gap: 14px; }
  .receipt { padding-inline: 14px; }
  .project-grid { gap: 28px; }
  .career-stops li { padding-right: 20px; }
}
@media (max-width: 760px) {
  .page-width { width: calc(100% - 48px); }
  .site-header { min-height: 86px; }
  .site-header nav { gap: 17px; }
  .site-header nav a { font-size: 12px; }
  .site-name { font-size: 15px; }
  .hero { grid-template-columns: 1fr 220px; gap: 30px; padding-block: 30px 65px; }
  h1 { font-size: 43px; }
  .location { font-size: 11px; margin-bottom: 16px; }
  .intro { font-size: 15px; }
  .draft-copy { font-size: 12px; }
  .listening { margin-top: 24px; }
  .listening p { font-size: 12px; }
  .hero-portrait { margin-right: 0; }
  .interest-grid { column-gap: 32px; row-gap: 50px; }
  .object-heading { flex-wrap: wrap; gap: 3px 10px; }
  .object-description { font-size: 13px; }
  .score-heading { flex-wrap: wrap; gap: 5px; }
  .score-heading strong { font-size: 29px; }
  .score-heading p > span { font-size: 10px; }
  .court { margin-top: 28px; }
  .ah { display: block; }
  .ah-copy { padding-top: 0; }
  .ah-copy p { max-width: none; }
  .receipt { width: 185px; margin: 22px auto 0; }
  .photo-pair { padding-top: 46px; }
  .project-grid { gap: 22px; }
  .app-preview { height: 260px; }
  .app-topline { padding: 14px; font-size: 11px; }
  .exercise-content { width: 87%; }
  .project-heading { flex-wrap: wrap; gap: 5px 10px; }
  .work { padding-block: 70px; }
  .career-stops li { padding-right: 16px; }
  .career-stops h3 { font-size: 15px; }
  .career-heading { align-items: start; }
}
@media (max-width: 580px) {
  .site-header { min-height: 79px; gap: 12px; }
  .site-header nav { gap: 14px; }
  .site-header nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-block: 35px 53px; }
  .hero-copy { max-width: 420px; }
  h1 { font-size: clamp(44px, 11vw, 58px); margin-bottom: 18px; }
  .intro { font-size: 17px; }
  .location { font-size: 12px; }
  .draft-copy { font-size: 13px; }
  .hero-portrait { width: 100%; }
  .hero-portrait img { aspect-ratio: 1.18; object-position: 50% 35%; }
  .hero-portrait figcaption { font-size: 11px; margin-top: 9px; }
  .listening { margin-top: 26px; }
  .listening > div { min-width: 0; overflow-wrap: anywhere; }
.listening-label [data-listening-status-text] { margin-left: 8px; color: var(--fern); }
.record[data-state="error"] { opacity: .55; }
.listening-label { font-size: 11px; }
  .listening p { font-size: 13px; }
  .section { padding-block: 53px; }
  .little-things { padding-top: 0; }
  .little-things > .section-heading { padding-top: 32px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading > p, .section-heading > div > p { font-size: 14px; margin-top: 9px; }
  .interest-grid { grid-template-columns: 1fr; gap: 43px; }
  .interest-grid > article + article { border-top: 1px solid var(--line); padding-top: 29px; }
  .object-heading { flex-wrap: nowrap; }
  .object-description { font-size: 14px; }
  .score-heading { margin-top: 24px; }
  .score-heading strong { font-size: 33px; }
  .score-heading p > span { font-size: 12px; }
  .court { margin-top: 21px; }
  .object-note { margin-top: 13px; }
  .photo-pair { padding-top: 26px; }
  .ah { display: grid; grid-template-columns: 1fr 180px; align-items: center; gap: 18px; }
  .receipt { width: 100%; margin: 0; }
  .ah-copy p { max-width: 16ch; }
  .project-grid { grid-template-columns: 1fr; gap: 34px; }
  .app-preview { height: 275px; }
  .app-topline { padding: 17px 20px; font-size: 12px; }
  .exercise-content { width: 82%; }
  .project-heading { margin-top: 16px; }
  .project-footnote { margin-top: 29px; }
  .career-heading { display: block; }
  .career-heading > a { display: inline-block; margin-top: 20px; }
  .route-line { display: none; }
  .career-stops { grid-template-columns: 1fr; gap: 32px; padding-left: 53px; }
  .career-stops li, .career-stops li:nth-child(n) { position: relative; padding-top: 0; padding-right: 0; }
  .career-stops li:not(:last-child)::before { content: ""; position: absolute; left: -53px; top: 11px; width: 32px; height: calc(100% + 32px); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 100' preserveAspectRatio='none'%3E%3Cpath d='M16 0C-6 28 38 72 16 100' fill='none' stroke='%23c8d6b9' stroke-width='2' stroke-dasharray='3 6' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
  .route-dot { position: absolute; left: -43px; top: 4px; margin: 0; }
  .career-year { position: static; margin-bottom: 8px; }
  .career-stops h3 { font-size: 18px; }
  .career-stops .role { font-size: 13px; margin-block: 4px 8px; }
  .career-stops p:not(.role) { max-width: 35ch; font-size: 14px; }
  .career-place { margin-top: 8px; }
  .footer-main { flex-wrap: wrap; gap: 10px 15px; }
  .footer-links { order: 3; width: 100%; gap: 28px; }
  .back-top { margin-left: auto; }
  .footer-note { margin-top: 13px; }
  .footer-note span { display: block; float: none; margin-top: 6px; }
}
@media (max-width: 360px) {
  .page-width { width: calc(100% - 36px); }
  .site-name { font-size: 14px; }
  .site-header nav { gap: 10px; }
  .site-header nav a { font-size: 11px; }
  .ah { grid-template-columns: 1fr 158px; gap: 12px; }
  .receipt-brand { font-size: 20px; }
  .receipt-action { font-size: 10px; }
}
.photo-dialog { max-width: min(92vw, 950px); max-height: 94svh; padding: 20px; color: var(--ink); background: var(--paper); border: 0; border-radius: 8px; }
.photo-dialog::backdrop { background: #1d2e24ba; }
.photo-dialog img { max-height: 75svh; width: auto; max-width: 100%; object-fit: contain; margin-inline: auto; }
.photo-dialog figcaption { font-size: 13px; margin-top: 12px; }
.close-photo { display: flex; gap: 12px; align-items: center; min-height: 44px; margin: -8px 0 8px auto; padding: 5px 9px; border: 0; background: transparent; color: var(--ink); font-size: 13px; }
.close-photo > span { font-size: 24px; }
body:has(dialog[open]) { overflow: hidden; }

/* A compact player card, opened by a court position. */
.player-dialog { width: min(420px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 20px 28px 27px; border: 1px solid var(--line); border-top: 5px solid var(--fern); border-radius: 12px; background: var(--paper); color: var(--ink); }
.player-dialog::backdrop { background: #1d2e24ba; }
.player-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 7px; }
.player-card-heading p { font-size: 13px; color: var(--fern); }
#player-initials { font-size: 34px; line-height: 1; font-weight: 600; color: #738967; letter-spacing: -.04em; }
.player-dialog h2 { font-size: 31px; margin-top: 18px; }
.player-note { margin-block: 22px 27px; padding-left: 14px; border-left: 3px solid #c8d6b9; font-size: 18px; line-height: 1.55; }
.player-note[aria-label] { font-size: 30px; }
.player-season { font-size: 12px; color: var(--muted); }
.player-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 14px 0 21px; padding-block: 17px; border-block: 1px solid var(--line); }
.player-stats > div { display: flex; flex-direction: column-reverse; gap: 3px; }
.player-stats dt { font-size: 11px; color: var(--muted); }
.player-stats dd { margin: 0; font-size: 28px; line-height: 1.2; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.player-card-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; font-size: 10px; color: var(--muted); }
.player-card-footer a { display: inline-flex; align-items: center; min-height: 32px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
