@font-face { font-family: Noto; src: url('./assets/body.woff'); font-display: swap; }
@font-face { font-family: Noto; src: url('./assets/body-semibold.woff'); font-weight: 600; font-display: swap; }
@font-face { font-family: Ledger; src: url('./assets/journal.woff'); font-weight: 600; font-display: swap; }

:root {
  color-scheme: dark;
  --bg: #111c29;
  --panel: #192837;
  --panel-high: #203343;
  --text: #e2e5df;
  --muted: #a2afb7;
  --faint: #7d929e;
  --gold: #d4b777;
  --brass: #81704e;
  --cyan: #80d1d5;
  --line: #354552;
  --soft-line: #293b48;
  --shadow: #070f19;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font: 14px/1.6 Noto, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: -1; background-image: radial-gradient(#b7c4d309 .7px, transparent .7px); background-size: 4px 4px; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; transition: color .18s, background .18s, border-color .18s; }
button, select, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button:disabled { opacity: .55; cursor: wait; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
img { object-fit: contain; image-rendering: pixelated; }
svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; flex-shrink: 0; }
[hidden] { display: none !important; }
.sr-only { position: absolute; height: 1px; width: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; white-space: nowrap; }
.gold { color: var(--gold); }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 12px 20px; z-index: 30; background: var(--gold); color: var(--bg); }
.skip-link:focus { top: 12px; }
.page { max-width: 1280px; margin: auto; padding: 0 44px; }
#preview-note { text-align: center; padding: 7px 18px; background: #080f18; color: var(--gold); font-size: 12px; }
.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; gap: 12px; align-items: center; font-weight: 600; font-size: 27px; letter-spacing: -1.1px; }
.wordmark img { width: 28px; height: 28px; }
.game-name { color: var(--muted); font-size: 13px; }
.quiet-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 10px; color: var(--muted); font-size: 13px; }
.quiet-button:hover { color: var(--gold); }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 33px 0 31px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; letter-spacing: .12em; }
.eyebrow img { width: 17px; height: 19px; }
h1 { font: 600 49px/1.2 Ledger, Georgia, serif; letter-spacing: -1.1px; color: var(--gold); text-shadow: 0 2px #0006; margin: 8px 0 10px; }
.intro { color: var(--muted); font-size: 14px; }
.archive-stamp { display: flex; gap: 17px; align-items: center; border-left: 1px solid var(--brass); padding: 8px 4px 8px 24px; }
.stamp-icon { color: var(--gold); font-size: 27px; }
.archive-stamp div { display: grid; }
.archive-stamp div > span { color: var(--faint); font-size: 12px; letter-spacing: .12em; }
.archive-stamp strong { color: var(--gold); font-size: 14px; font-weight: 600; margin-top: 3px; }
.archive-stamp small { color: var(--muted); font-size: 12px; margin-top: 3px; }
.stone-panel { border: 1px solid #3d4b53; border-top-color: #58636a; background: var(--panel); border-radius: 5px; box-shadow: inset 0 0 0 3px #0e1a232f, 0 3px 0 var(--shadow); }
.controls { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 0; border-block: 1px solid var(--line); }
.range-buttons { display: flex; gap: 4px; padding: 3px; background: #0b1520; border: 1px solid var(--line); border-radius: 5px; }
.range-buttons button { min-height: 44px; padding: 0 20px; color: var(--muted); border: 1px solid transparent; border-radius: 3px; font-size: 13px; }
.range-buttons button:hover { color: var(--text); background: #243443; }
.range-buttons button[aria-pressed=true] { color: #f1dfb2; background: #4e4534; border-color: var(--brass); box-shadow: inset 0 1px #a5936155, inset 0 -2px #201e18aa; }
.player-filter { display: flex; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 4px; background: var(--panel); padding: 0 12px; }
.player-filter img { width: 18px; height: 18px; }
.player-filter select { min-height: 44px; border: 0; background: transparent; min-width: 145px; cursor: pointer; font-size: 13px; }
.player-filter option { background: var(--panel); }
#custom-range { display: flex; flex-wrap: wrap; align-items: end; gap: 15px; margin: 16px 0; padding: 20px; }
#custom-range label { display: grid; gap: 5px; color: var(--muted); font-size: 12px; }
input { min-height: 44px; background: #0f1c28; border: 1px solid var(--line); padding: 8px 12px; border-radius: 3px; }
.primary-button { min-height: 44px; background: #504431; color: #f3dfac; border: 1px solid #9f8659; box-shadow: inset 0 1px #e5c68125, inset 0 -2px #0004; border-radius: 3px; padding: 9px 18px; font-weight: 600; font-size: 13px; }
.primary-button:hover { background: #65543b; }
#date-error { color: #f1b39d; font-size: 13px; width: 100%; }
#date-error:empty { display: none; }
.period-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 19px 0 14px; }
.period-heading h2 { font-size: 18px; font-weight: 600; letter-spacing: -.4px; }
.freshness { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
#refresh { min-width: 44px; min-height: 44px; display: grid; place-items: center; color: var(--cyan); border-radius: 3px; }
#refresh:hover { background: var(--panel); }
#refresh:disabled svg { animation: turn 1.3s linear infinite; }
.overview-body { display: grid; grid-template-columns: minmax(0,1fr) 303px; padding: 24px 26px; gap: 28px; position: relative; }
.overview-body::before, .overview-body::after { content: ''; width: 4px; height: 4px; position: absolute; top: 7px; border-radius: 50%; background: #998560; box-shadow: 0 1px #000; }
.overview-body::before { left: 7px; }.overview-body::after { right: 7px; }
.chart-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--muted); letter-spacing: .06em; }
.chart-heading > span:last-child { color: var(--faint); letter-spacing: 0; font-variant-numeric: tabular-nums; }
.chart-canvas { height: 125px; position: relative; margin-top: 13px; }
.chart-grid { position: absolute; inset: 2px 0 0; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid i { border-top: 1px dashed #71849133; }
#chart { display: flex; height: 100%; align-items: flex-end; gap: 7px; position: relative; padding-inline: 8px; }
.chart-column { flex: 1; height: 100%; min-width: 0; padding: 0 3px; display: flex; align-items: flex-end; position: relative; }
.chart-column::before { content: ''; position: absolute; inset: 0; background: #b2dfe006; opacity: 0; }
.chart-column:hover::before, .chart-column:focus-visible::before { opacity: 1; }
.chart-bar { height: var(--bar-height); min-height: 2px; width: 100%; background: #72acb33b; border: 1px solid #91d9df2b; border-top: 2px solid var(--cyan); border-radius: 2px 2px 0 0; box-shadow: inset 0 -10px 24px #0b18274d; transform-origin: bottom; animation: grow .65s cubic-bezier(.2,.7,.2,1) both; animation-delay: var(--delay); }
.chart-column:hover .chart-bar { background: #79c1ca65; }
.chart-axis { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; margin-top: 9px; }
#chart-caption { color: var(--faint); font-size: 12px; height: 20px; margin-top: 10px; white-space: nowrap; }
.summary { border-left: 1px solid var(--line); padding-left: 26px; display: flex; flex-direction: column; justify-content: center; }
.summary span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; }
.summary img { width: 19px; height: 19px; }
.summary-xp strong { display: block; color: var(--cyan); font-size: 39px; line-height: 1.45; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -1.4px; text-shadow: 0 2px #0003; }
.summary-small { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 13px 0 10px; }
.summary-small strong { font-size: 24px; font-weight: 600; color: var(--gold); font-variant-numeric: tabular-nums; display: block; margin-top: 3px; }
#summary-players { color: var(--faint); font-size: 12px; }
.range-context { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; padding: 8px 0 0; }
#how-it-works { color: var(--gold); min-height: 44px; padding: 0 3px; font-size: 12px; white-space: nowrap; }
#how-it-works span { display: inline-grid; place-items: center; width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; margin-left: 4px; }
.coverage-note { font-size: 12px; color: #baa782; border-left: 2px solid #736346; padding: 3px 12px; margin: 0 0 5px; }
.notice { color: #e3ba82; font-size: 13px; border: 1px solid #81704e77; background: #5b431b26; border-radius: 4px; padding: 10px 14px; margin-bottom: 15px; }
.activity { padding-top: 28px; scroll-margin-top: 20px; }
.activity-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 23px; }
.activity-heading h2 { font: 600 29px/1.3 Ledger, Georgia, serif; color: var(--gold); letter-spacing: -.4px; }
#record-count { display: inline-block; margin: 0 0 3px 7px; padding: 2px 6px; font: 12px/1.5 Noto,sans-serif; vertical-align: middle; color: var(--muted); border: 1px solid var(--line); border-radius: 3px; }
.view-switch { display: flex; background: #0b1520; border: 1px solid var(--line); padding: 3px; border-radius: 4px; }
.view-switch button { display: flex; gap: 7px; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; color: var(--muted); font-size: 13px; border: 1px solid transparent; border-radius: 2px; }
.view-switch button svg { width: 16px; height: 16px; }
.view-switch button[aria-pressed=true] { color: var(--text); background: #253644; border-color: #465b65; box-shadow: inset 0 1px #7e8d9022; }
.activity-layout { display: grid; grid-template-columns: minmax(0,1fr) 264px; gap: 30px; }
.day-group { border-left: 1px solid #62787577; padding: 0 0 21px 22px; margin-left: 5px; position: relative; }
.day-group::before { content: ''; position: absolute; left: -4px; top: 7px; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 0 4px var(--bg); }
.day-heading { font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; line-height: 1.6; }
.day-heading > span { font-size: 12px; font-weight: 400; color: var(--faint); white-space: nowrap; }
.record { background: var(--panel); border: 1px solid #3c4c58; border-top-color: #53616a; border-radius: 4px; margin-bottom: 10px; position: relative; box-shadow: inset 0 0 0 2px #0e1a2325, 0 2px 0 #09121b; }
.record:hover { border-color: #6a7979; background: #1c2e3e; }
.record.opening { animation: arrive .4s ease both; animation-delay: var(--delay,0ms); }
.record-head { display: flex; align-items: center; gap: 13px; padding: 18px 19px 0; }
.player-sigil { width: 36px; height: 36px; display: grid; place-items: center; background: #101d29; border: 1px solid #4d6267; border-radius: 4px; box-shadow: inset 0 0 0 2px #293d4877; flex-shrink: 0; }
.player-sigil img { width: 23px; height: 23px; }
.record-heading { flex: 1; min-width: 0; }
.record-heading h3 { font-size: 16px; font-weight: 600; line-height: 1.4; color: var(--text); }
.record-open { text-align: left; padding: 0; }
.record-open::after { content: ''; position: absolute; inset: 0; border-radius: 4px; }
.record-open:focus-visible { outline: none; }
.record-open:focus-visible::after { outline: 2px solid var(--cyan); outline-offset: 3px; }
.record-heading p { color: var(--muted); font-size: 12px; margin-top: 3px; }
.record-arrow { font-size: 21px; color: var(--faint); }
.record-badge { color: var(--gold); background: #5b492729; border: 1px solid #85724677; border-radius: 3px; font-size: 12px; padding: 3px 7px; display: flex; align-items: center; gap: 6px; }
.record-badge img { width: 16px; height: 16px; }
.record-values { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 18px; padding: 14px 19px 13px 68px; }
.record-values span { font-size: 12px; color: var(--muted); }
.record-values strong { font-size: 14px; font-weight: 600; color: var(--text); }
.record-values .xp strong { color: var(--cyan); font-size: 19px; letter-spacing: -.3px; }
.record-metrics { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; border-top: 1px solid #344755; margin: 0 19px 0 68px; padding: 11px 0 13px; }
.metric-chip { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.metric-chip img { width: 17px; height: 17px; }
.metric-chip strong { font-weight: 400; color: var(--text); font-variant-numeric: tabular-nums; }
.metric-more { color: var(--faint); font-size: 12px; }
.interval-flag { border-top: 1px solid #806a4233; color: #c3ac82; font-size: 12px; padding: 7px 19px; background: #2b2b2326; }
.baseline-copy { padding: 12px 19px 16px 68px; color: var(--muted); font-size: 13px; }
.roster { padding: 20px 18px; height: fit-content; position: sticky; top: 24px; }
.roster-heading { display: flex; align-items: center; gap: 10px; }
.roster-heading img { width: 20px; height: 20px; }
.roster-heading h3 { color: var(--gold); font: 600 24px/1.3 Ledger,Georgia,serif; }
.roster > p { color: var(--muted); font-size: 12px; margin: 6px 0 21px; }
.roster-player { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 10px; text-align: left; min-height: 72px; border-top: 1px solid var(--line); padding: 10px 0; }
.roster-player:hover .roster-name { color: var(--gold); }
.roster-player[aria-pressed=true] { background: #80d1d507; }
.roster-name { font-size: 13px; font-weight: 600; }
.roster-name small { display: block; color: var(--faint); font-weight: 400; font-size: 12px; margin-top: 2px; }
.roster-number { color: var(--cyan); font-size: 13px; font-variant-numeric: tabular-nums; }
.roster-foot { display: flex; gap: 12px; align-items: center; padding-top: 19px; margin-top: 7px; border-top: 1px solid var(--line); }
.roster-foot img { width: 25px; height: 28px; }.roster-foot p { font-size: 12px; color: var(--faint); }
.load-more { display: block; min-height: 46px; margin: 1px auto 0; padding: 8px 22px; border: 1px solid #5b6b71; background: var(--panel); border-radius: 3px; font-size: 13px; }
.load-more:hover { background: var(--panel-high); }.load-more span { margin-left: 20px; color: var(--gold); }
.showing { text-align: center; font-size: 12px; color: var(--faint); margin: 13px 0; }
.table-hint { font-size: 12px; color: var(--muted); margin: 0 0 13px; }
.table-scroll { border: 1px solid var(--line); border-radius: 4px; overflow: auto; margin-bottom: 20px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; white-space: nowrap; }
th { text-align: left; font-weight: 400; background: #1d303f; border-bottom: 1px solid #4e646c; color: var(--muted); }
th button { padding: 12px; min-height: 47px; text-align: inherit; width: 100%; font-size: 12px; }
th[aria-sort=ascending], th[aria-sort=descending] { color: var(--gold); }
td { padding: 15px 12px; border-bottom: 1px solid var(--soft-line); }
td small { display: block; font-size: 12px; color: var(--faint); }
td:nth-child(3) { color: var(--cyan); }
td:last-child { padding: 0; }
td:last-child button { min-width: 44px; min-height: 52px; color: var(--gold); font-size: 18px; }
tbody tr:hover { background: #20334288; }
.numeric { text-align: right; font-variant-numeric: tabular-nums; }
footer { margin: 45px 0 0; border-top: 1px solid var(--line); padding: 24px 0 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 24px; color: var(--faint); font-size: 12px; }
footer > span:first-child { color: var(--muted); flex: 1; }footer .gold { padding-inline: 8px; }
.status-panel { border: 1px solid var(--line); border-radius: 5px; background: var(--panel); padding: 40px 22px; text-align: center; margin: 15px 0 26px; }
.status-panel h2, .status-panel h3 { color: var(--gold); font: 600 27px/1.3 Ledger,Georgia,serif; margin-bottom: 12px; }
.status-panel p { color: var(--muted); margin: 12px 0 18px; }
.status-panel > img { width: 38px; height: 38px; margin-bottom: 16px; }
.loading-gem { display: inline-block; width: 14px; height: 14px; background: var(--gold); transform: rotate(45deg); animation: loading 1.6s ease-in-out infinite; }
dialog { width: 600px; max-width: calc(100% - 24px); max-height: 88dvh; background: #152331; color: var(--text); border: 1px solid var(--brass); border-radius: 5px; box-shadow: inset 0 0 0 3px #bda97913, 0 24px 100px #0008; padding: 24px 28px 28px; }
dialog::backdrop { background: #030b16c9; backdrop-filter: blur(5px); }
dialog[open] { animation: arrive .22s ease; }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--line); margin-bottom: 23px; }
.dialog-toolbar > span { color: var(--muted); letter-spacing: .12em; font-size: 12px; }
.dialog-toolbar button { width: 44px; height: 44px; color: var(--gold); border: 1px solid #7c6e4f; background: #322f26; border-radius: 3px; flex-shrink: 0; }
dialog h2 { font: 600 32px/1.3 Ledger,Georgia,serif; color: var(--gold); margin-bottom: 10px; }
dialog p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 17px; }
dialog p strong { color: var(--text); font-weight: 600; }
.record-date { font-size: 13px; color: var(--muted); }
.detail-summary { display: flex; flex-wrap: wrap; gap: 24px; padding: 20px 0; margin: 18px 0; border-block: 1px solid var(--line); }
.detail-summary strong { font-size: 24px; font-weight: 600; display: block; color: var(--cyan); }
.detail-summary span { font-size: 12px; color: var(--muted); }
.detail-section { margin-top: 25px; }.detail-section h3 { color: var(--gold); font-size: 13px; font-weight: 600; border-bottom: 1px solid var(--line); padding-bottom: 9px; }
.detail-metric { display: flex; align-items: center; gap: 12px; min-height: 63px; border-bottom: 1px solid var(--soft-line); padding: 10px 0; font-size: 14px; }
.detail-metric > img { width: 26px; height: 26px; flex-shrink: 0; }.detail-name { flex: 1; min-width: 0; }
.detail-metric small { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; }.detail-name small { color: var(--gold); }
.detail-value { text-align: right; flex-shrink: 0; max-width: 48%; }.detail-value strong { color: var(--cyan); font-size: 14px; font-weight: 600; }
.detail-value.uncertain strong { color: var(--gold); }.detail-value.negative strong { color: #edb29b; }
.comparison { background: #0d1924; border: 1px solid var(--line); border-radius: 3px; padding: 14px 16px; margin-top: 25px; }.comparison p { font-size: 12px; margin-top: 0; }.comparison strong { font-size: 13px; font-weight: 600; color: var(--gold); }.comparison time { display: block; font-size: 12px; color: var(--muted); margin-top: 6px; }
.share-field { display: grid; gap: 8px; color: var(--muted); font-size: 13px; margin-top: 20px; }.share-field input { width: 100%; }
#toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 40; padding: 12px 22px; background: #293d42; color: var(--text); border: 1px solid #729292; border-radius: 4px; box-shadow: 0 10px 30px #0004; font-size: 13px; max-width: calc(100% - 28px); text-align: center; }
@keyframes grow { from { transform: scaleY(.015); } to { transform: scaleY(1); } }
@keyframes arrive { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes turn { to { transform: rotate(360deg); } }
@keyframes loading { 50% { opacity: .35; } }
@media (max-width: 1050px) {
  .page { padding-inline: 28px; }.overview-body { grid-template-columns: minmax(0,1fr) 247px; gap: 22px; padding: 23px 21px; }.summary { padding-left: 21px; }.summary-xp strong { font-size: 34px; }
  .activity-layout { grid-template-columns: minmax(0,1fr) 233px; gap: 22px; }.range-buttons button { padding-inline: 17px; }.record-values { padding-left: 19px; }.record-metrics { margin-left: 19px; }
}
@media (max-width: 760px) {
  .page { padding-inline: 18px; }.site-header { height: 71px; }.wordmark { font-size: 25px; gap: 9px; }.wordmark img { width: 24px; height: 24px; }.game-name { display: none; }.quiet-button { font-size: 12px; padding: 0; }
  .masthead { padding: 25px 0 24px; gap: 0; }.archive-stamp { display: none; }.eyebrow { font-size: 12px; letter-spacing: .09em; }h1 { font-size: 41px; margin-top: 7px; }.intro { font-size: 14px; max-width: 300px; line-height: 1.75; }
  .controls { flex-direction: column; align-items: stretch; gap: 11px; padding: 12px 0; }.range-buttons { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1px; }.range-buttons button { min-height: 44px; padding: 0 4px; font-size: 12px; white-space: nowrap; }
  .player-filter select { flex: 1; font-size: 14px; }.player-filter { padding-inline: 12px; }
  #custom-range { gap: 12px; padding: 16px; }#custom-range label { flex: 1; min-width: 120px; }input[type=date] { width: 100%; min-width: 0; }#custom-range button { width: 100%; }
  .period-heading { margin: 15px 0 10px; }.period-heading h2 { font-size: 17px; }.freshness { font-size: 12px; gap: 0; }#refresh { min-width: 38px; }
  .overview-body { display: flex; flex-direction: column; gap: 16px; padding: 20px 17px 18px; }.chart-heading { font-size: 12px; letter-spacing: .025em; }.chart-canvas { height: 97px; margin-top: 14px; }#chart { gap: 5px; padding: 0; }.chart-column { padding-inline: 2px; }#chart-caption { margin-top: 6px; font-size: 12px; }
  .summary { display: grid; grid-template-columns: 1.2fr 1fr; gap: 9px; border-left: 0; border-top: 1px solid var(--line); padding: 15px 0 0; }.summary span { font-size: 12px; gap: 5px; }.summary img { width: 16px; height: 16px; }.summary-xp strong { font-size: 29px; letter-spacing: -1px; margin-top: 3px; }.summary-small { margin: 0; align-items: center; padding-left: 10px; border-left: 1px solid var(--line); gap: 11px; }.summary-small span img { display: none; }.summary-small strong { font-size: 22px; }.summary-small > div { display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding-top: 1px; }#summary-players { grid-column: 1 / -1; font-size: 12px; margin-top: 2px; }
  .range-context { flex-wrap: wrap; gap: 0 10px; padding-top: 10px; }.range-context > span { flex: 1; min-width: 180px; }#how-it-works { margin-left: -3px; }.coverage-note { line-height: 1.75; padding-block: 1px; }
  .activity { padding-top: 25px; }.activity-heading { margin-bottom: 22px; align-items: center; gap: 7px; }.activity-heading h2 { font-size: 25px; }#record-count { font-size: 12px; margin-left: 4px; padding: 1px 4px; }
  .view-switch { padding: 2px; }.view-switch button { min-height: 42px; padding: 0 9px; font-size: 12px; gap: 5px; }.view-switch button svg { width: 14px; height: 14px; }
  .activity-layout { display: flex; flex-direction: column; gap: 26px; }.day-group { padding-left: 15px; padding-bottom: 20px; margin-left: 4px; }.day-heading { font-size: 12px; margin-bottom: 12px; gap: 8px; }.day-heading > span { font-size: 12px; }
  .record-head { padding: 15px 13px 0; gap: 10px; }.player-sigil { width: 30px; height: 32px; }.player-sigil img { width: 21px; height: 21px; }.record-heading h3 { font-size: 15px; }.record-heading p { font-size: 12px; }.record-badge { font-size: 12px; padding: 3px 5px; gap: 4px; }.record-badge img { display: none; }.record-arrow { font-size: 18px; }
  .record-values { padding: 12px 13px 11px; gap: 5px 13px; }.record-values .xp strong { font-size: 18px; }.record-values span { font-size: 12px; }.record-values strong { font-size: 14px; }.record-metrics { margin: 0 13px; padding: 10px 0 12px; gap: 6px 11px; }.metric-chip { font-size: 12px; }.metric-chip img { width: 16px; height: 16px; }.record-metrics .metric-chip:nth-child(n+3) { display: none; }.metric-more { font-size: 12px; }
  .interval-flag { padding: 7px 13px; line-height: 1.65; }.baseline-copy { padding: 12px 13px 15px; }.roster { position: static; padding: 22px 20px; }.roster-name { font-size: 14px; }.roster-player { min-height: 65px; }.roster-number { font-size: 14px; }
  footer { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 35px; font-size: 12px; }footer > span:first-child { margin-bottom: 5px; }
  dialog { padding: 18px 19px 23px; max-height: 90dvh; }.dialog-toolbar { margin-bottom: 18px; padding-bottom: 13px; }.dialog-toolbar > span { font-size: 12px; }dialog h2 { font-size: 29px; }dialog p { font-size: 13px; }
  .detail-summary { gap: 19px; }.detail-summary strong { font-size: 22px; }.detail-metric { font-size: 13px; gap: 10px; }.detail-value strong { font-size: 13px; }.detail-metric > img { width: 23px; height: 23px; }.comparison { padding: 12px; }
}
@media (max-width: 400px) {
  .activity-heading h2 { line-height: 1.35; }.activity-heading { align-items: center; }.view-switch button { padding-inline: 8px; }.summary-xp strong { font-size: 27px; }.record-badge { max-width: 88px; text-align: center; }.record-badge img { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
