/* TKO content and dashboard; existing theme supplies fonts, buttons and grid. */
.tko-content { color: #383b40; }
.tko-content.bg-dark { color: #f4f5f8; }
.tko-card { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid #dedfe2; border-radius: 8px; background: #fff; }
.tko-card a, .tko-content p a { overflow-wrap: anywhere; }
.tko-stat { padding: 1.5rem; height: 100%; background: #222429; color: #fff; border-top: 4px solid #fb5b21; border-radius: 6px; }
.tko-stat strong { display: block; font: 600 clamp(1.6rem, 3vw, 2.5rem) 'Oswald', sans-serif; margin-bottom: .5rem; }
.tko-stat span { display: block; font-size: .9rem; }
.tko-big { font: 600 2.5rem 'Oswald', sans-serif; color: #222429; }
.tko-jumps { display: flex; flex-wrap: wrap; gap: .6rem; }
.tko-jumps a { padding: .65rem 1rem; background: #f0f1f3; color: #222429; border-radius: 4px; }
.tko-jumps a:hover { background: #222429; color: #fff; }
.tko-detail { border: 1px solid #ddd; border-radius: 6px; padding: 1rem; margin-top: 1rem; background: #fff; }
.tko-detail summary { cursor: pointer; font-weight: 600; color: #222429; }
.tko-detail[open] summary { margin-bottom: 1rem; }
.tko-table { font-size: .95rem; color: #383b40; min-width: 420px; }
.tko-table thead { background: #222429; color: #fff; }
.tko-table caption { font-size: .85rem; }
.tko-note { padding: 1rem 1.25rem; background: #fff3ec; border-left: 4px solid #fb5b21; }
.tko-bar { height: 8px; border-radius: 6px; background: #eee; margin-top: .5rem; overflow: hidden; }
.tko-bar span { display: block; height: 100%; background: #fb5b21; }
.tko-content section, #athletes, #next-steps { scroll-margin-top: 1.5rem; }
.tko-content a:focus-visible, .tko-detail summary:focus-visible { outline: 3px solid #fb5b21; outline-offset: 4px; }
