@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:ital,wght@0,500;0,600;1,500&display=swap');

/* Tokens. Light is the default; dark follows the viewer's system setting. */
:root {
  --bg: #f7f6f1;
  --surface: #ffffff;
  --surface-2: #f0efe8;
  --ink: #1f2622;
  --muted: #5f6862;
  --line: #dcded4;
  --line-strong: #c3c7ba;
  --accent: #1f5a43;
  --accent-ink: #ffffff;
  --accent-soft: rgba(31, 90, 67, .08);
  --real: #1f5a43;
  --real-soft: #e3f1e6;
  --fake: #a23a2e;
  --fake-soft: #f8e5e1;
  --mixed: #8a6a12;
  --mixed-soft: #f7efd6;
  --unknown: #5f6862;
  --unknown-soft: #ecede8;
  --focus: #2d7ff9;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px rgba(31, 38, 34, .06), 0 8px 24px rgba(31, 38, 34, .06);
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #14181a;
    --surface: #1c2124;
    --surface-2: #232a2e;
    --ink: #e8ebe6;
    --muted: #a3aba4;
    --line: #313a3e;
    --line-strong: #46525a;
    --accent: #7fc9a6;
    --accent-ink: #0f1a15;
    --accent-soft: rgba(127, 201, 166, .12);
    --real: #7fc9a6;
    --real-soft: #1d3329;
    --fake: #f0917f;
    --fake-soft: #3c231f;
    --mixed: #e3c15a;
    --mixed-soft: #3a3116;
    --unknown: #a3aba4;
    --unknown-soft: #2a3134;
    --shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .25);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; } }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: 'Newsreader', Georgia, serif; font-weight: 600; line-height: 1.15; margin: 0; text-wrap: balance; }
h2 { font-size: clamp(26px, 3.4vw, 34px); }
h3 { font-size: 20px; }
p { margin: 0 0 12px; }
a { color: var(--accent); }
button, input, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -48px; background: var(--accent); color: var(--accent-ink); padding: 10px 14px; border-radius: var(--radius-sm); z-index: 20; }
.skip:focus { top: 12px; }
.shell { max-width: 1040px; margin: 0 auto; padding: 0 16px 48px; }
.eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; display: inline-flex; align-items: center; gap: 8px; }
.small-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; }
.section-heading { max-width: 66ch; margin-bottom: 20px; }
.section-heading p:last-child { color: var(--muted); }
.error { color: var(--fake); background: var(--fake-soft); border: 1px solid transparent; border-radius: var(--radius-sm); padding: 10px 14px; margin: 12px 0; }
.limitation { color: var(--muted); background: var(--surface-2); border-left: 3px solid var(--line-strong); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 8px 12px; margin: 8px 0; font-size: 14.5px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 18px; min-height: 44px; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 36px; height: 36px; border-radius: 10px; background: var(--accent); color: var(--accent-ink); font-size: 13px; font-weight: 700; white-space: nowrap; letter-spacing: -.02em; }
.brand-mark span, .slash { color: color-mix(in srgb, currentColor 55%, transparent); }
.brand-dot { color: var(--accent); }
.site-header nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.site-header nav > a { color: var(--ink); text-decoration: none; padding: 8px 12px; border-radius: var(--radius-sm); min-height: 40px; display: inline-flex; align-items: center; font-weight: 500; }
.site-header nav > a:hover { background: var(--accent-soft); }
.nav-login { background: var(--accent); color: var(--accent-ink) !important; font-weight: 700 !important; }
.nav-login:hover { filter: brightness(1.05); }
.nav-login.signed-in { background: var(--accent-soft); color: var(--accent) !important; }
.nav-signout { background: transparent; border: 1px solid var(--line); color: var(--muted); border-radius: var(--radius-sm); min-height: 40px; padding: 0 12px; font-weight: 600; }
.nav-signout:hover { color: var(--ink); border-color: var(--line-strong); }
.language-control { margin: 0; }
.language-control select { color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: var(--radius-sm); min-height: 40px; padding: 6px 8px; cursor: pointer; font-weight: 600; font-size: 13px; }
@media (max-width: 640px) { .site-header nav > a:not(.nav-login) { display: none; } .brand-name { display: none; } }

/* Hero and check form */
.hero { padding: 40px 0 24px; }
.jev-headline { font-size: clamp(38px, 6.5vw, 64px); margin-bottom: 14px; }
.jev-headline em { font-style: italic; color: var(--accent); }
.intro { font-size: 18px; color: var(--muted); max-width: 60ch; margin-bottom: 20px; }
.jev-caption { font-size: 13px; color: var(--muted); }
.check-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.check-card > label { display: block; font-weight: 600; margin-bottom: 10px; }
.input-row { display: flex; align-items: stretch; gap: 8px; border: 1.5px solid var(--line-strong); border-radius: 10px; padding: 4px 4px 4px 12px; background: var(--surface); }
.input-row:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.link-icon { align-self: center; color: var(--muted); }
.input-row input { flex: 1 1 200px; min-width: 0; border: 0; background: transparent; color: var(--ink); min-height: 48px; font-size: 16px; padding: 0 4px; }
.input-row input:focus { outline: none; }
.input-row button, .member-button, .news-refresh { background: var(--accent); color: var(--accent-ink); border: 0; border-radius: var(--radius-sm); min-height: 48px; padding: 0 20px; font-weight: 700; white-space: nowrap; }
.input-row button:hover, .member-button:hover, .news-refresh:hover { filter: brightness(1.08); }
button:disabled { opacity: .55; cursor: wait; }
@media (max-width: 560px) { .input-row { flex-wrap: wrap; padding: 8px; } .input-row input { flex-basis: 100%; } .input-row button { flex: 1 1 100%; } .link-icon { display: none; } }
.input-help { font-size: 14px; color: var(--muted); margin: 10px 0 0; }
.examples { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; }
.examples-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--muted); }
.examples button { min-height: 40px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-2); color: var(--ink); font-size: 14px; }
.examples button:hover { border-color: var(--accent); color: var(--accent); }
.public-notice { font-size: 12.5px; color: var(--muted); margin: 14px 0 0; }
.free-allowance { font-size: 13px; color: var(--muted); margin: 12px 0 0; }
.scope-notice { margin: 14px 0 0; padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--accent-soft); color: var(--muted); font-size: 14px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }

/* Progress */
.progress { margin-top: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.progress-head { display: flex; gap: 14px; align-items: flex-start; }
.progress-head strong { display: block; font-size: 17px; }
.scan-target { font-size: 14px; color: var(--muted); margin: 2px 0 0; overflow-wrap: anywhere; }
.spinner { width: 22px; height: 22px; flex: none; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--accent); animation: spin 1s linear infinite; margin-top: 3px; }
@keyframes spin { to { transform: rotate(360deg); } }
.scan-stage { font-weight: 600; margin: 14px 0 6px; }
.scan-steps { list-style: none; padding: 0; margin: 0 0 10px; display: grid; gap: 6px; }
.scan-steps li { position: relative; padding-left: 26px; color: var(--muted); font-size: 15px; }
.scan-steps li::before { content: ''; position: absolute; left: 4px; top: 8px; width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--line-strong); }
.scan-steps li.active { color: var(--ink); font-weight: 600; }
.scan-steps li.active::before { border-color: var(--accent); background: var(--accent); }
.scan-steps li.completed { color: var(--ink); }
.scan-steps li.completed::before { border-color: var(--real); background: var(--real); }
.progress-note { font-size: 14px; color: var(--muted); }
.decode-console { background: #1c3a2d; color: #cfe6c4; border-radius: var(--radius-sm); padding: 12px 14px; margin: 12px 0; font: 13px/1.6 ui-monospace, Menlo, monospace; overflow-wrap: anywhere; }
.signal-bars { display: flex; gap: 4px; height: 16px; align-items: end; margin-top: 8px; }
.signal-bars i { flex: 1; background: #7fc9a6; border-radius: 2px; animation: bars 1.1s ease-in-out infinite; height: 40%; }
.signal-bars i:nth-child(2n) { animation-delay: .2s; } .signal-bars i:nth-child(3n) { animation-delay: .4s; }
@keyframes bars { 50% { height: 100%; } }
.motion-paused .signal-bars i { animation: none; } .motion-paused .spinner { animation: none; }
.motion-toggle { background: transparent; border: 1px solid var(--line); color: var(--muted); border-radius: var(--radius-sm); min-height: 40px; padding: 6px 12px; font-size: 13px; }
.scan-ad { margin-top: 16px; padding: 14px; border: 1px dashed var(--line-strong); border-radius: var(--radius-sm); }
.scan-ad a { display: block; margin: 6px 0 10px; font-weight: 600; }
.ad-controls { display: flex; gap: 8px; }
.ad-controls button { background: transparent; border: 1px solid var(--line); border-radius: var(--radius-sm); min-height: 36px; padding: 4px 10px; font-size: 13px; color: var(--muted); }

/* Result */
.result { margin-top: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.result-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.result-top h2 { font-size: 24px; }
.result-meta { font-size: 13.5px; color: var(--muted); }
.result a { overflow-wrap: anywhere; }
.tag { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.tag.real { background: var(--real-soft); color: var(--real); }
.tag.fake { background: var(--fake-soft); color: var(--fake); }
.tag.mixed { background: var(--mixed-soft); color: var(--mixed); }
.tag.unknown { background: var(--unknown-soft); color: var(--unknown); }
.score-card { margin: 14px 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface-2); }
.score-card > strong { display: block; font-size: 16px; }
.score-card small { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }
/* Disclosure panels: one look for every "show me more" in the interface. */
details.disclosure { margin-top: 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); overflow: hidden; }
details.disclosure > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 10px; padding: 10px 14px; min-height: 44px; font-weight: 600; color: var(--ink); user-select: none; transition: background .18s ease; }
details.disclosure > summary::-webkit-details-marker { display: none; }
details.disclosure > summary::after { content: ''; margin-left: auto; width: 8px; height: 8px; flex: none; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(45deg) translateY(-2px); transition: transform .26s cubic-bezier(.2,.7,.2,1); }
details.disclosure[open] > summary::after { transform: rotate(-135deg) translateY(-2px); }
details.disclosure > summary:hover { background: var(--accent-soft); }
details.disclosure[open] > summary { border-bottom: 1px solid var(--line); }
details.disclosure > .disclosure-panel { overflow: hidden; padding: 12px 14px; font-size: 14.5px; color: var(--muted); }
details.disclosure > .disclosure-panel > :first-child { margin-top: 0; }
details.disclosure > .disclosure-panel > :last-child { margin-bottom: 0; }
.score-card details { font-size: 14px; }
.score-card summary { color: var(--accent); }
.score-card ul { margin: 8px 0 0; padding-left: 18px; }
.analysis-summary { margin: 18px 0; }
.analysis-summary h3 { margin-bottom: 8px; }
.page-snapshot { margin: 0 0 16px; }
.page-snapshot img { width: 100%; height: auto; aspect-ratio: 8/5; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius-sm); display: block; }
.page-snapshot figcaption { font-size: 12px; color: var(--muted); margin-top: 6px; }
.snapshot-url { display: block; overflow-wrap: anywhere; }
.report p { max-width: 70ch; }
.evidence p { padding: 10px 12px; border-left: 3px solid var(--line-strong); background: var(--surface-2); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.evidence a { margin-left: 4px; font-weight: 600; }
.sources { padding-left: 20px; }
.sources li { margin-bottom: 8px; }
.sources small { display: block; color: var(--muted); font-size: 12.5px; }
.reader-reactions { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; margin: 12px 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.reader-reactions p { flex: 1 1 100%; font-size: 13px; color: var(--muted); margin: 0; }
.reader-reactions button { min-height: 40px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); color: var(--ink); }
.reader-reactions button[aria-pressed="true"] { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.result-actions button { min-height: 44px; padding: 8px 16px; border-radius: var(--radius-sm); border: 1px solid var(--line); background: var(--surface); color: var(--ink); font-weight: 600; }
.result-actions button:first-child { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }

/* News */
.news-section, .membership, .method, .advertisements { margin-top: 48px; scroll-margin-top: 72px; }
.news-toolbar { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.news-tabs { display: inline-flex; background: var(--surface-2); border: 1px solid var(--line); border-radius: 999px; padding: 4px; gap: 4px; }
.news-tabs button { border: 0; background: transparent; color: var(--muted); border-radius: 999px; min-height: 40px; padding: 6px 18px; font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.news-tabs button[aria-selected="true"][data-category="FAKE"] { background: var(--fake); color: #fff; }
.news-tabs button[aria-selected="true"][data-category="REAL"] { background: var(--real); color: #fff; }
.news-filters { display: flex; gap: 12px; flex-wrap: wrap; }
.news-filters label { display: flex; flex-direction: column; gap: 4px; font-size: 12.5px; color: var(--muted); font-weight: 600; }
.news-filters select, .news-filters input { min-height: 40px; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 6px 10px; background: var(--surface); color: var(--ink); }
.news-range { font-size: 13px; color: var(--muted); }
.news-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-top: 12px; }
.news-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.news-card .page-snapshot { margin: -14px -14px 4px; }
.news-card .page-snapshot img { border-radius: var(--radius) var(--radius) 0 0; border: 0; border-bottom: 1px solid var(--line); }
.news-card .page-snapshot figcaption { display: none; }
.news-card h3 { font-size: 18px; }
.news-card h3 a { color: var(--ink); text-decoration: none; }
.news-card h3 a:hover { color: var(--accent); }
.news-card > p { font-size: 14px; color: var(--muted); margin: 0; }
.news-card .score-card { margin: 4px 0; padding: 10px 12px; }
.news-card .score-card > strong { font-size: 14px; }
.news-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: auto; }
.news-actions a { min-height: 40px; display: inline-flex; align-items: center; font-weight: 600; }
.news-buttons { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.news-refresh.secondary, .member-button.secondary { background: var(--surface); color: var(--accent); border: 1px solid var(--line-strong); }
.leaderboard-section { margin-top: 24px; background: var(--surface-2); }
.leaderboard-section > summary { padding: 14px 18px; }
.leaderboard-section summary h3 { display: inline; font-size: 18px; }
.leaderboard-section .disclosure-panel { padding: 14px 18px; }
.leaderboard-section .disclosure-panel > p { color: var(--muted); font-size: 14px; }
.leaderboards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.leaderboard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; }
.leaderboard h3 { font-size: 15px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.leaderboard.real h3 { color: var(--real); } .leaderboard.fake h3 { color: var(--fake); }
.leaderboard ol { margin: 0; padding-left: 22px; }
.leaderboard li { margin-bottom: 4px; }
.leaderboard button { width: 100%; display: flex; justify-content: space-between; gap: 10px; background: transparent; border: 0; color: var(--ink); text-align: left; padding: 6px 0; min-height: 36px; }
.leaderboard button:hover span { text-decoration: underline; }
.leaderboard strong { color: var(--accent); font-variant-numeric: tabular-nums; }

/* Membership */
.membership { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.membership-head { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; align-items: start; }
.membership-head p:last-child { color: var(--muted); }
.member-summary { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; font-weight: 600; }
.member-summary small { display: block; font-weight: 400; color: var(--muted); font-size: 13px; margin-top: 4px; }
.member-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 8px; }
.member-button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; padding: 0 18px; }
.member-message { margin: 8px 0; padding: 10px 14px; border-radius: var(--radius-sm); background: var(--accent-soft); color: var(--ink); }
.member-message.error { background: var(--fake-soft); color: var(--fake); }
.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 16px; }
.plan-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; display: flex; flex-direction: column; gap: 6px; background: var(--bg); }
.plan-card h3 { font-size: 20px; }
.plan-card strong { font-size: 26px; font-family: 'Newsreader', Georgia, serif; }
.plan-card p { color: var(--muted); font-size: 14px; margin: 0 0 8px; }
.plan-card .member-button { margin-top: auto; }
.plan-card.recommended { border: 2px solid var(--accent); background: var(--accent-soft); }
.plan-advisor { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; max-width: 720px; margin-top: 16px; }
.plan-advisor label { grid-column: 1 / -1; font-size: 14px; color: var(--muted); }
.plan-advisor input { min-height: 44px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 6px 12px; background: var(--surface); color: var(--ink); min-width: 0; }
.payment-note { font-size: 13px; color: var(--muted); margin: 14px 0 0; }
@media (max-width: 720px) { .membership-head { grid-template-columns: 1fr; } .plan-advisor { grid-template-columns: 1fr; } }

/* Method and notes */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 24px; }
.steps article { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.steps .number { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--accent); color: var(--accent-ink); font-weight: 700; margin-bottom: 10px; }
.steps p { color: var(--muted); font-size: 15px; margin: 6px 0 0; }
.verdict-items { display: grid; gap: 10px; margin-bottom: 20px; }
.verdict-items p { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0; }
.note { padding: 14px 16px; border-left: 3px solid var(--mixed); background: var(--mixed-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.privacy { margin-top: 16px; }
.privacy p { color: var(--muted); font-size: 14px; }

/* Advertising */
.ad-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; margin-bottom: 16px; }
.ad-card { display: block; padding: 14px; border: 1px dashed var(--line-strong); border-radius: var(--radius-sm); text-decoration: none; color: var(--ink); }
.ad-card img { width: 100%; height: auto; border-radius: var(--radius-sm); margin-bottom: 8px; }
.ad-empty { color: var(--muted); font-size: 14px; }
.advertising-contact { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 18px; background: #25d366; color: #0b2a17; border-radius: 999px; text-decoration: none; font-weight: 700; }
.advertising-contact svg { width: 22px; height: 22px; }

footer { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; color: var(--muted); font-size: 14px; }
.footer-brand { color: var(--ink); text-decoration: none; font-weight: 700; }
footer p { margin: 0; }

.payment-history { margin: 18px 0; }
.payment-history h3 { margin-bottom: 8px; }
.payment-history .tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.payment-history table { border-collapse: collapse; width: 100%; font-size: 14px; }
.payment-history th, .payment-history td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.payment-history th { font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--surface-2); }

.plan-buy { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.plan-buy .member-button { flex: 1 1 120px; }
.result-category { margin: 10px 0 4px; font-weight: 700; }
.result-summary { margin: 0 0 10px; line-height: 1.55; }
.jev-profile { display: block; margin: 6px 0; opacity: 0.85; }
