/* Naija Decides theme. Component styles for cards, pills and the bot live in the plugin (nd-live.css). */

:root {
  --nd-paper: #f6f4ee; --nd-card: #ffffff; --nd-ink: #141413; --nd-muted: #4a4843; --nd-soft: #5a5852;
  --nd-line: #d9d5ca; --nd-line-soft: #e6e2d8; --nd-green: #0b6b3a; --nd-live: #c2410c;
  --nd-serif: 'Newsreader', Georgia, serif; --nd-sans: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif; --nd-mono: 'IBM Plex Mono', ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: env(safe-area-inset-top, 0px); }
body {
  margin: 0; background: var(--nd-paper, #f6f4ee); color: var(--nd-ink, #141413);
  font: 400 17px/1.55 var(--nd-sans, 'IBM Plex Sans', Arial, sans-serif);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
img { max-width: 100%; height: auto; }
a { color: var(--nd-green, #0b6b3a); }
a:hover { color: #08512c; }
:focus-visible { outline: 3px solid var(--nd-green, #0b6b3a); outline-offset: 2px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--nd-ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.muted { color: var(--nd-soft); }

.wrap { width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 clamp(16px, 5vw, 80px); }
.wrap--narrow { max-width: 820px; }
.section { padding-top: clamp(56px, 8vw, 96px); }
.section__head { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }
.section__head--split { flex-direction: row; justify-content: space-between; align-items: end; gap: 24px; }
.section__title { margin: 0; font: 500 clamp(30px, 4vw, 44px)/1.1 var(--nd-serif); letter-spacing: -0.02em; }
.section__title--small { font-size: 28px; margin: 40px 0 16px; }
.section__sub { margin: 0; color: var(--nd-muted); max-width: 60ch; }
.link-strong { font-weight: 600; white-space: nowrap; }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 26px; border-radius: 26px; font-weight: 600; font-size: 16px; text-decoration: none; }
.button--dark { background: var(--nd-ink); color: #fff; }
.button--dark:hover { background: #33322e; color: #fff; }
.button--outline { border: 1.5px solid var(--nd-ink); color: var(--nd-ink); }
.button--outline:hover { background: var(--nd-ink); color: #fff; }
.button--live { min-height: 44px; padding: 0 20px; background: var(--nd-live); color: #fff; font-size: 15px; }
.button--live:hover { background: #9a3412; color: #fff; }
.button--green { background: var(--nd-green); color: #fff; }
.button--green:hover { background: #08512c; color: #fff; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; display: inline-block; }
.button--live .dot { background: #fff; }
.icon-button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--nd-line); background: var(--nd-card); color: var(--nd-ink); display: inline-flex; align-items: center; justify-content: center; }
.icon { flex-shrink: 0; }

/* Top bar and header */
.topbar { background: var(--nd-ink); color: #f6f4ee; font-size: 13px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar__note { margin: 0; color: #dad6cb; }
.topbar .nd-langs button { color: #f6f4ee; }

.site-header { border-bottom: 1px solid var(--nd-line); background: var(--nd-paper); position: sticky; top: 0; z-index: 20; padding-top: env(safe-area-inset-top, 0px); }
.site-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--nd-ink); }
.brand__mark { color: var(--nd-green); display: inline-flex; }
.brand__mark .icon { width: 34px; height: 34px; }
.brand__name { font: 700 27px/1 var(--nd-serif); letter-spacing: -0.02em; }
.brand__live { font: 500 11px var(--nd-mono); letter-spacing: .1em; text-transform: uppercase; background: var(--nd-live); color: #fff; padding: 4px 7px; border-radius: 4px; }
.brand__live.is-offline { background: var(--nd-soft); }
.site-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; }
.site-nav__list a { color: var(--nd-ink); text-decoration: none; font-weight: 500; padding: 10px 0; }
.site-nav__list a:hover, .site-nav__list .current-menu-item a { text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 2px; }
.site-header__actions { display: flex; align-items: center; gap: 12px; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 64px); padding-top: clamp(32px, 6vw, 64px); align-items: start; }
.hero__text { display: flex; flex-direction: column; gap: 26px; }
.hero__title { margin: 0; font: 500 clamp(40px, 6.2vw, 78px)/1.02 var(--nd-serif); letter-spacing: -0.03em; }
.hero__lede { margin: 0; font-size: clamp(17px, 1.6vw, 20px); color: var(--nd-muted); max-width: 40em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.countdown { background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 16px; padding: 24px 28px; display: flex; flex-direction: column; gap: 16px; }
.countdown__row { display: flex; align-items: center; gap: 22px; }
.nd-countdown { font: 700 clamp(64px, 8vw, 96px)/.9 var(--nd-serif); color: var(--nd-green); font-variant-numeric: lining-nums; }
.page-head__count .nd-countdown { font: inherit; color: inherit; }
.countdown__label { margin: 0 0 4px; font-weight: 600; font-size: 18px; line-height: 1.3; }
.countdown__date { margin: 0; color: var(--nd-muted); font-size: 15px; }
.countdown__foot { margin: 0; padding-top: 14px; border-top: 1px solid var(--nd-line-soft); font-size: 15px; color: var(--nd-muted); }

.panel { background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 16px; overflow: hidden; }
.panel__head { padding: 18px 20px; border-bottom: 1px solid var(--nd-line-soft); }
.panel__title { margin: 0; display: flex; align-items: center; gap: 10px; font: 600 17px var(--nd-sans); }
.panel__title .dot { color: var(--nd-live); }
.panel__title .dot.is-offline { color: var(--nd-soft); }
.panel__more { display: flex; align-items: center; min-height: 56px; padding: 0 20px; font-weight: 600; text-decoration: none; }
.live-panel .nd-empty { border: 0; border-radius: 0; }

/* Facts strip */
.facts { background: #ece9e0; margin-top: clamp(48px, 7vw, 80px); padding: 32px 0; }
.facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.facts__grid p { margin: 0; color: var(--nd-muted); font-size: 15px; }
.facts__grid .facts__num { font: 700 clamp(30px, 3.4vw, 44px)/1.1 var(--nd-serif); color: var(--nd-ink); margin-bottom: 6px; }

/* States */
.federation { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 56px; }
.states { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(98px, 1fr)); gap: 8px; }
.state { min-height: 64px; border-radius: 8px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 6px; font-size: 14px; font-weight: 500; text-decoration: none; }
.state--0 { background: #e7efe9; color: var(--nd-ink); }
.state--1 { background: #b7d4c0; color: var(--nd-ink); }
.state--2 { background: #3f7f55; color: #fff; }
.state--3 { background: #0b4f2b; color: #fff; }
.state:hover { outline: 2px solid var(--nd-ink); color: inherit; }
.state--2:hover, .state--3:hover { color: #fff; }
.legend { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 13px; color: var(--nd-muted); }
.legend i { width: 28px; height: 14px; border-radius: 3px; display: inline-block; }
.trail__title { margin: 0 0 12px; font: 500 28px var(--nd-serif); }
.trail__list { list-style: none; margin: 0; padding: 0; }
.trail__list li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid var(--nd-line); }
.trail__list time { font: 500 14px var(--nd-mono); color: var(--nd-green); }
.trail__what { margin: 0; font-weight: 600; }
.trail__where { margin: 2px 0 0; font-size: 14px; color: var(--nd-soft); }

/* Candidates */
.candidates { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.candidate { background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: var(--nd-ink); }
.candidate:hover { border-color: var(--nd-ink); color: var(--nd-ink); }
.candidate__photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.candidate__photo--empty { background: #ece9e0; color: #8a867b; display: inline-flex; align-items: center; justify-content: center; }
.candidate__name { font: 500 20px/1.2 var(--nd-serif); }
.candidate__meta { font-size: 14px; color: var(--nd-soft); }

/* Fact checks */
.checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.check { background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 14px; padding: 26px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.check__claim { margin: 0; font: 400 23px/1.3 var(--nd-serif); }
.check__claim a { color: inherit; text-decoration: none; }
.check__claim a:hover { text-decoration: underline; }
.check__by { margin: 0; font-size: 14px; color: var(--nd-soft); }
.rating { font: 500 12px var(--nd-mono); letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; background: #ece9e0; color: var(--nd-ink); }
.rating--accurate, .rating--mostly { background: #dcebdf; color: #0b4f2b; }
.rating--needs-context, .rating--unverified { background: #f3ebcf; color: #5e4a0b; }
.rating--misleading, .rating--false { background: #fbe3d6; color: #8a2d0a; }

/* Method */
.method { background: var(--nd-ink); color: #f6f4ee; border-radius: 20px; padding: clamp(28px, 5vw, 56px); }
.method__title { margin: 0 0 32px; font: 500 clamp(28px, 3.4vw, 40px) var(--nd-serif); }
.method__steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.method__steps li { counter-increment: step; color: #dad6cb; font-size: 16px; }
.method__steps strong { display: block; margin-bottom: 8px; color: #f2a07b; font: 500 14px var(--nd-mono); }
.method__steps strong::before { content: counter(step) '. '; }
.method__note { margin: 32px 0 0; padding: 18px 22px; border: 1px solid #3a3935; border-radius: 12px; color: #dad6cb; font-size: 15px; }

.alerts { border: 1.5px solid var(--nd-ink); border-radius: 16px; padding: 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.alerts__title { margin: 0 0 6px; font: 500 26px var(--nd-serif); }
.alerts p { margin: 0; color: var(--nd-muted); }

/* Live page */
.page-head { padding-top: clamp(28px, 5vw, 44px); padding-bottom: 24px; display: flex; flex-direction: column; gap: 10px; }
.page-head__live { margin: 0; display: flex; align-items: center; gap: 8px; color: var(--nd-live); font: 500 13px var(--nd-mono); }
.page-head__live .dot.is-offline { color: var(--nd-soft); }
.page-head__row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 12px; }
.page-head__title { margin: 0; font: 500 clamp(38px, 5vw, 60px)/1.05 var(--nd-serif); letter-spacing: -0.02em; }
.page-head__count { margin: 0; font: 500 13px var(--nd-mono); color: var(--nd-soft); }

.live-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr) 340px; gap: 40px; align-items: start; }
.live-layout__filters, .live-layout__rail { position: sticky; top: 108px; display: flex; flex-direction: column; gap: 20px; }
.rail-title { margin: 0; font: 600 16px var(--nd-sans); }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--nd-muted); }
.field select { min-height: 44px; border: 1px solid #cfcabe; border-radius: 10px; padding: 0 12px; font: 16px var(--nd-sans); background: var(--nd-card); color: var(--nd-ink); }
.rail-box { background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 16px; padding: 22px; }
.rail-box__title { margin: 0 0 12px; font: 500 22px var(--nd-serif); }
.rail-box--dark { background: var(--nd-ink); border-color: var(--nd-ink); color: #f6f4ee; }
.rail-box--dark .nd-ask label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.rail-box--dark .nd-ask input { background: #22211f; border-color: #4a4843; color: #f6f4ee; }
.rail-box--dark .nd-ask button { background: #f6f4ee; color: var(--nd-ink); }
.rail-box--dark .nd-ask__note { color: #cfcbc0; }
.rail-box--dark .nd-ask__answer { background: #22211f; color: #f6f4ee; }
.rail-box--dark .nd-ask__answer a, .rail-box--dark .nd-ask__cites { color: #cfcbc0; }
.rail-list { list-style: none; margin: 0; padding: 0; }
.rail-list li { padding: 12px 0; border-top: 1px solid var(--nd-line-soft); display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-size: 15px; }
.rail-list--times li { display: grid; grid-template-columns: 52px 1fr; }
.rail-list time { font: 500 13px var(--nd-mono); color: var(--nd-green); }

/* Articles */
.article { padding-top: 40px; padding-bottom: 40px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.article__title { margin: 0; font: 500 clamp(32px, 4.4vw, 52px)/1.1 var(--nd-serif); letter-spacing: -0.02em; }
.article__body { font: 400 19px/1.65 var(--nd-serif); max-width: 68ch; }
.article__sources h2 { font: 600 16px var(--nd-sans); margin: 0 0 8px; }
.article__sources ul { margin: 0; padding-left: 20px; }
.back-link { font-weight: 600; font-size: 15px; }
.back-link::before { content: '← '; }
.claim { margin: 0; padding: 20px 24px; background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 14px; font: 400 24px/1.35 var(--nd-serif); }
.claim p { margin: 0 0 8px; }
.claim cite { font: 500 14px var(--nd-sans); font-style: normal; color: var(--nd-soft); }

.profile { padding-top: 40px; }
.profile__head { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--nd-line); }
.profile__photo { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; display: inline-flex; align-items: center; justify-content: center; }
.profile__facts { display: flex; flex-wrap: wrap; gap: 8px 32px; margin: 16px 0 20px; }
.profile__facts dt { font-size: 13px; color: var(--nd-soft); }
.profile__facts dd { margin: 0; font-weight: 600; }
.profile__body { max-width: 820px; padding-top: 24px; }

.post-list { list-style: none; margin: 0; padding: 0; }
.post-list li { padding: 20px 0; border-top: 1px solid var(--nd-line); }
.post-list__type { margin: 0; font-size: 13px; color: var(--nd-soft); }
.post-list__title { margin: 4px 0 6px; font: 500 24px var(--nd-serif); }
.post-list__title a { color: inherit; }

/* Footer */
.site-footer { margin-top: clamp(64px, 9vw, 112px); border-top: 1px solid var(--nd-line); padding: 44px 0; }
.site-footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.site-footer__name { margin: 0 0 6px; font: 700 22px var(--nd-serif); }
.site-footer__note { margin: 0; font-size: 14px; color: var(--nd-soft); max-width: 60ch; }
.site-footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 28px; }
.site-footer__links a { color: var(--nd-ink); }

.tabbar { display: none; }

/* Responsive */
@media (max-width: 1180px) {
  .live-layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .live-layout__filters { grid-column: 1 / -1; position: static; flex-direction: row; flex-wrap: wrap; align-items: end; }
  .live-layout__filters .rail-title { display: none; }
  .field { min-width: 200px; }
  .site-nav__list { gap: 20px; }
}
@media (max-width: 960px) {
  .hero, .federation { grid-template-columns: minmax(0, 1fr); }
  .facts__grid, .method__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .live-layout { grid-template-columns: minmax(0, 1fr); }
  .live-layout__rail { position: static; }
  .site-nav, .site-header__actions .button--live { display: none; }
  .topbar__note { display: none; }
  .topbar__inner { justify-content: flex-end; }
  .site-header__inner { min-height: 60px; }
  .brand__name { font-size: 22px; }
  .brand__mark .icon { width: 28px; height: 28px; }
  .live-layout__filters, .live-layout__rail { top: 72px; }

  body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)); }
  .tabbar {
    display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    background: var(--nd-card); border-top: 1px solid var(--nd-line);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .tabbar a { min-height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; font-size: 11px; color: var(--nd-soft); text-decoration: none; }
  .tabbar a[aria-current="page"] { color: var(--nd-green); font-weight: 600; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .topbar .nd-langs { overflow-x: auto; }
  .topbar .nd-langs button { font-size: 12px; padding: 0 8px; }
  .facts__grid { gap: 20px; }
  .method__steps { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .section__head--split { flex-direction: column; align-items: flex-start; }
  .countdown { padding: 18px; }
  .countdown__row { gap: 16px; }
  .states { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .candidates { grid-auto-flow: column; grid-auto-columns: 150px; grid-template-columns: none; overflow-x: auto; margin: 0 -16px; padding: 0 16px 4px; }
  .candidate { padding: 14px; }
  .hero__actions .button { width: 100%; }
  .field { min-width: 0; flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}

/* Constituency projects */
.pfilters { display: flex; flex-wrap: wrap; align-items: end; gap: 12px 16px; padding: 20px; margin-bottom: 24px; background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 16px; }
.pfilters .field { flex: 1 1 160px; min-width: 0; }
.pfilters input[type="search"] { min-height: 44px; border: 1px solid #cfcabe; border-radius: 10px; padding: 0 12px; font: 16px var(--nd-sans); background: var(--nd-card); color: var(--nd-ink); }
.pfilters .button { min-height: 44px; }
.pstats { margin-bottom: 28px; }
.pstats__head { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-bottom: 20px; }
.pstats__head p { margin: 0; font-size: 14px; color: var(--nd-muted); }
.pstats__head .pstats__num { font: 700 clamp(26px, 3vw, 38px)/1.1 var(--nd-serif); color: var(--nd-ink); margin-bottom: 4px; }
.pbar { display: flex; height: 14px; border-radius: 7px; overflow: hidden; background: #ece9e0; }
.pbar__seg { min-width: 3px; }
.pbar__legend { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; color: var(--nd-muted); }
.pbar__legend i { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 6px; }
.pstats__note { margin: 14px 0 0; font-size: 14px; color: var(--nd-soft); max-width: 70ch; }
.plist { list-style: none; margin: 0 0 24px; padding: 0; border-top: 1px solid var(--nd-line); }
.prow { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 8px 20px; padding: 16px 0; border-bottom: 1px solid var(--nd-line-soft); }
.prow__title { font: 500 19px/1.3 var(--nd-serif); color: var(--nd-ink); text-decoration: none; }
.prow__title:hover { text-decoration: underline; }
.prow__meta { margin: 4px 0 0; font-size: 14px; color: var(--nd-soft); }
.prow__amount { font: 500 14px var(--nd-mono); white-space: nowrap; }
.prow__rate { font-size: 14px; color: var(--nd-muted); white-space: nowrap; }
.status { display: inline-block; font: 500 12px var(--nd-mono); letter-spacing: .03em; text-transform: uppercase; padding: 4px 9px; border-radius: 4px; white-space: nowrap; }
.status--not-verified { background: #ece9e0; color: var(--nd-muted); }
.status--not-started { background: #f3ebcf; color: #5e4a0b; }
.status--ongoing { background: #dde7f2; color: #1e3a5f; }
.status--completed { background: #dcebdf; color: #0b4f2b; }
.status--abandoned { background: #fbe3d6; color: #8a2d0a; }
.status--no-location { background: #e6e3f3; color: #3b2f7a; }
.pbar .status--not-verified, .pbar__legend .status--not-verified { background: #cfcabe; }
.pbar .status--not-started, .pbar__legend .status--not-started { background: #d9b84a; }
.pbar .status--ongoing, .pbar__legend .status--ongoing { background: #4f7fb0; }
.pbar .status--completed, .pbar__legend .status--completed { background: #0b6b3a; }
.pbar .status--abandoned, .pbar__legend .status--abandoned { background: #c2410c; }
.pbar .status--no-location, .pbar__legend .status--no-location { background: #7b6bc4; }
.pfacts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 32px; width: 100%; margin: 8px 0; padding: 20px 24px; background: var(--nd-card); border: 1px solid var(--nd-line); border-radius: 14px; }
.pfacts dt { font-size: 13px; color: var(--nd-soft); }
.pfacts dd { margin: 2px 0 0; font-weight: 500; }
.ptimeline { width: 100%; }
.ptimeline h2 { font: 600 16px var(--nd-sans); margin: 16px 0 8px; }
.ptimeline ol { list-style: none; margin: 0; padding: 0; }
.ptimeline li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--nd-line-soft); }
.ptimeline time { font: 500 13px var(--nd-mono); color: var(--nd-soft); padding-top: 3px; }
.ptimeline p { margin: 6px 0 0; font-size: 15px; }
.profile__body--wide { max-width: none; }
.pager { display: flex; gap: 16px; margin-bottom: 24px; font-weight: 600; }
.method-link { margin-top: 8px; }
@media (max-width: 760px) {
  .pstats__head { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prow { grid-template-columns: minmax(0, 1fr) auto; }
  .prow__main { grid-column: 1 / -1; }
  .pfacts { grid-template-columns: minmax(0, 1fr); }
  .ptimeline li { grid-template-columns: minmax(0, 1fr); gap: 4px; }
}
