:root {
  color-scheme: light;
  --bg: #f5fafb;
  --surface: #ffffff;
  --surface-2: #eaf6f7;
  --ink: #0d2d35;
  --muted: #557078;
  --line: #cfe1e4;
  --border: #cfe1e4;
  --brand: #08a7a7;
  --brand-dark: #007b83;
  --navy: #073d4a;
  --coral: #ff755f;
  --success: #147c62;
  --danger: #b93a3a;
  --shadow: 0 24px 60px rgba(7, 61, 74, .10);
  --radius: 22px;
  --shell: 1160px;
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #071e25;
  --surface: #0d2a33;
  --surface-2: #123842;
  --ink: #ebf8f8;
  --muted: #9bb9bf;
  --line: #26505a;
  --border: #26505a;
  --brand: #23c5c0;
  --brand-dark: #72e2dd;
  --navy: #d8f5f4;
  --shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: var(--brand-dark); text-underline-offset: 3px; }
img, video { max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.8rem); margin: .25em 0; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.65rem); margin: .35em 0; }
h3 { font-size: 1.2rem; }
p { color: var(--muted); }
.shell { width: min(calc(100% - 36px), var(--shell)); margin-inline: auto; }
.page-shell { min-height: 70vh; padding-block: 54px 90px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid color-mix(in srgb, var(--line) 75%, transparent); background: color-mix(in srgb, var(--bg) 90%, transparent); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 168px; height: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a, .link-button, .theme-toggle { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .93rem; }
.link-button, .theme-toggle, .nav-toggle { border: 0; background: none; cursor: pointer; }
.theme-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; font-size: 0; }
.theme-toggle::before { content: "◐"; font-size: 1.15rem; }
.nav-toggle { display: none; color: var(--ink); }
.credit-pill, .stroke-badge, .credit-cost, .set-chip { display: inline-flex; align-items: center; width: fit-content; padding: 6px 11px; border-radius: 999px; background: var(--surface-2); color: var(--brand-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.inline-form { margin: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: var(--surface); padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--brand); border-radius: 999px; background: var(--brand); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 10px 25px rgba(8, 167, 167, .2); }
.button:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.button:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.button-small { min-height: 39px; padding: 8px 15px; font-size: .9rem; }
.button-wide { width: 100%; }
.button-ghost { background: transparent; color: var(--brand-dark); box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.eyebrow { display: block; color: var(--brand-dark); font-size: .78rem; line-height: 1.3; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.lede { max-width: 670px; font-size: 1.2rem; }

.hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(32px, 7vw, 90px); align-items: center; min-height: 610px; }
.hero-copy h1 { max-width: 820px; }
.hero-copy .button-row { margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 24px; margin-top: 34px; color: var(--muted); font-size: .86rem; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--success); font-weight: 900; }
.hero-card { padding: 34px; border-radius: calc(var(--radius) + 8px); background: var(--navy); box-shadow: var(--shadow); }
[data-theme="dark"] .hero-card { background: #092e38; }
.hero-card h2 { color: #fff; font-size: 1.35rem; margin: 0; }
.hero-card p { color: #b8d7da; margin-top: 4px; }
.step-number { float: left; min-width: 44px; color: #57d9d2; font-weight: 900; }
.section-block { margin-top: 90px; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.feature-grid, .pricing-grid, .stroke-grid, .report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card, .form-card, .tips-card, .history-card, .stroke-card, .price-card, .report-card, .video-card, .analysis-panel { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 38px rgba(7, 61, 74, .045); }
.card p:last-child { margin-bottom: 0; }
.split-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; padding: clamp(28px, 5vw, 60px); border-radius: calc(var(--radius) + 8px); background: var(--surface-2); }
.stroke-links { display: grid; }
.stroke-links a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 800; text-decoration: none; }

.auth-shell, .upload-layout, .analyse-layout, .contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 8vw, 100px); align-items: start; max-width: 1020px; margin: 30px auto; }
.auth-intro { padding-top: 40px; }
.auth-intro h1, .narrow-head h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); }
.form-card { display: grid; gap: 18px; padding: clamp(24px, 5vw, 42px); }
.form-card h2 { margin-top: 0; }
label { color: var(--ink); font-weight: 750; }
input[type="email"], input[type="password"], input[type="text"], select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); color: var(--ink); outline: none; }
textarea { min-height: 180px; resize: vertical; line-height: 1.5; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,167,167,.13); }
.optional, .hint { float: right; color: var(--muted); font-size: .76rem; font-weight: 500; }
.form-foot { margin: 0; font-size: .9rem; text-align: center; }
.contact-intro { padding-top: 40px; }
.contact-intro h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); }
.contact-details { display: grid; gap: 16px; margin-top: 32px; }
.contact-details div { display: grid; gap: 2px; }
.contact-details strong { color: var(--ink); }
.contact-details span { color: var(--muted); }
.contact-form { gap: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.notice { margin-bottom: 22px; padding: 13px 16px; border-radius: 13px; border: 1px solid var(--line); background: var(--surface); }
.notice-success { border-color: #96d6c4; color: var(--success); }
.notice-error { border-color: #e7abab; color: var(--danger); }
.notice-info { border-color: #9ad9dc; color: var(--brand-dark); }
.notice ul { margin-bottom: 0; }

.dashboard-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.dashboard-head h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.balance-card { min-width: 180px; padding: 22px; border-radius: var(--radius); background: var(--navy); color: #fff; text-align: center; }
.balance-card span { display: block; color: #b8d7da; font-size: .8rem; }
.balance-card strong { display: block; font-size: 3rem; line-height: 1; margin: 9px; }
.balance-card a { color: #72e2dd; }
.action-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 34px; border-radius: var(--radius); background: var(--surface-2); }
.action-banner h2, .action-banner p { margin: 0; }
.history-list { display: grid; gap: 14px; }
.history-card { display: grid; grid-template-columns: 170px 1fr auto; gap: 20px; align-items: center; }
.history-card h3, .history-card p { margin: 0; }
.history-meta { display: grid; justify-items: start; gap: 8px; color: var(--muted); font-size: .8rem; }
.history-actions { white-space: nowrap; font-weight: 750; }
.empty-state { padding: 64px 24px; border: 1px dashed var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; }
.success-state { max-width: 700px; margin: 60px auto; }
.admin-entry { margin-top: 34px; }

.admin-page-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.admin-page-head h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); }
.admin-page-head p { max-width: 700px; }
.admin-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 40px; }
.admin-stat { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.admin-stat span { display: block; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.admin-stat strong { display: block; margin-top: 7px; color: var(--navy); font-size: 2rem; line-height: 1.1; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 38px rgba(7, 61, 74, .045); }
.admin-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.admin-table th { color: var(--muted); background: var(--surface-2); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.admin-table tbody tr:last-child td { border-bottom: 0; }
.admin-table tbody tr:hover { background: color-mix(in srgb, var(--surface-2) 55%, transparent); }
.admin-table .number-cell { text-align: right; font-variant-numeric: tabular-nums; }
.admin-user { display: grid; gap: 2px; min-width: 220px; }
.admin-user strong { color: var(--ink); }
.admin-muted { color: var(--muted); font-size: .82rem; }
.admin-pagination { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.admin-pagination p { margin: 0; }

.narrow-head { max-width: 820px; margin: 10px 0 44px; }
.narrow-head p { font-size: 1.1rem; }
.upload-layout { grid-template-columns: 1.25fr .75fr; max-width: none; }
.upload-form fieldset { border: 0; padding: 0; margin: 0; }
.upload-form legend { font-weight: 800; margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.choice-card { position: relative; }
.choice-card input { position: absolute; opacity: 0; }
.choice-card span { display: block; padding: 12px; border: 1px solid var(--line); border-radius: 12px; text-align: center; cursor: pointer; }
.choice-card input:checked + span { border-color: var(--brand); background: var(--surface-2); color: var(--brand-dark); box-shadow: inset 0 0 0 1px var(--brand); }
.file-drop { display: grid; place-items: center; min-height: 190px; padding: 24px; border: 2px dashed var(--line); border-radius: 18px; text-align: center; cursor: pointer; }
.file-drop:hover, .file-drop.dragging { border-color: var(--brand); background: var(--surface-2); }
.file-drop input { width: 1px; height: 1px; opacity: 0; position: absolute; }
.file-drop-title { color: var(--navy); font-size: 1.2rem; font-weight: 850; }
.file-drop-help, .file-name { color: var(--muted); font-size: .86rem; }
.file-name { margin-top: 10px; color: var(--brand-dark); }
.video-validation { min-height: 24px; color: var(--muted); font-size: .9rem; }
.upload-next-step { margin: 0; color: var(--ink); font-size: .92rem; font-weight: 700; }
.tips-card { position: sticky; top: 105px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 7px 0 7px 27px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.privacy-note { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .82rem; }

.analyse-layout { grid-template-columns: 1.35fr .65fr; max-width: none; gap: 24px; }
.video-card { padding: 12px; overflow: hidden; }
.video-card video { display: block; width: 100%; max-height: 570px; background: #021318; border-radius: 14px; }
.video-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 14px 10px 3px; }
.video-caption span { display: block; color: var(--muted); font-size: .82rem; }
.analysis-panel { position: sticky; top: 105px; }
.analysis-status { min-height: 25px; margin: 14px 0; font-weight: 700; color: var(--brand-dark); }
.analysis-status.error { color: var(--danger); }

.report-head { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 40px 0 55px; }
.report-head h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.report-head p { max-width: 820px; font-size: 1.12rem; }
.report-meta { color: var(--muted); font-size: .82rem; }
.report-video { margin-bottom: 36px; }
.report-video .section-heading { margin-bottom: 18px; }
.score-ring { display: grid; place-items: center; width: 160px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--brand) 0 74%, var(--line) 74% 100%); box-shadow: inset 0 0 0 16px var(--surface); }
.score-ring strong { font-size: 3rem; line-height: 1; }
.score-ring span { color: var(--muted); font-size: .78rem; }
.evidence-card { width: 230px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); }
.evidence-card span, .linked-priority { display: block; color: var(--brand-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.evidence-card strong { display: block; margin: 7px 0; font-size: 2rem; }
.evidence-card small { display: block; color: var(--muted); line-height: 1.5; }
.evidence-scope { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 36px; }
.evidence-scope > div { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.evidence-scope h2 { margin-top: 5px; font-size: 1.45rem; }
.limit-list { margin: 16px 0 0; padding: 0; list-style: none; }
.limit-list li { position: relative; margin: 10px 0; padding-left: 25px; }
.limit-list li::before { position: absolute; left: 0; content: "—"; color: var(--muted); font-weight: 900; }
.report-grid { grid-template-columns: repeat(2, 1fr); }
.report-card-wide { grid-column: 1 / -1; }
.priority-number { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--surface-2); color: var(--brand-dark); font-weight: 900; }
.priority-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.confidence-chip { padding: 6px 9px; border-radius: 999px; background: var(--surface-2); color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.confidence-high { color: var(--success); }
.confidence-low { color: var(--coral); }
.visible-evidence strong, .why strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.strength-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.strength-item { padding: 18px; border-radius: 14px; background: var(--surface-2); }
.strength-item h3 { margin-bottom: 7px; font-size: 1.05rem; }
.strength-item p { margin: 0; }
.strength-item .keep-doing { margin-top: 10px; }
.strength-item-legacy { padding-left: 42px; }
.linked-priority { margin-bottom: 10px; }
.transfer-check { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.report-drills-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.session-plan { margin: 20px 0; }
.session-plan div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.session-plan dt { color: var(--brand-dark); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.session-plan dd { margin: 4px 0 0; }
.why { display: grid; gap: 3px; }
.why strong { color: var(--ink); }
.coach-cue { padding: 15px; border-left: 4px solid var(--coral); border-radius: 0 12px 12px 0; background: color-mix(in srgb, var(--coral) 9%, var(--surface)); color: var(--ink); font-weight: 800; }
.coach-cue span { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.positive-list { columns: 2; }
.positive-list li { margin-bottom: 9px; color: var(--muted); }
.drill-card strong { color: var(--ink); }
.report-actions { margin-top: 38px; }
.sample-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; padding: 24px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-2); }
.sample-banner h2, .sample-banner p { margin: 4px 0; }
.sample-banner p { max-width: 760px; }
.sample-video-card video { max-height: 680px; object-fit: contain; }
.sample-cta { margin-top: 60px; padding: clamp(30px, 6vw, 62px); border-radius: calc(var(--radius) + 8px); background: var(--navy); }
.sample-cta h2 { max-width: 760px; color: #fff; }
.sample-cta p { max-width: 720px; color: #b8d7da; }
.sample-cta .button-ghost { color: #72e2dd; border-color: #72e2dd; }

.pricing-grid { align-items: stretch; margin: 40px 0; }
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card form, .price-card > .button { margin-top: auto; }
.price-amount { display: flex; align-items: baseline; gap: 8px; margin: 2px 0 8px; }
.price-amount strong { font-family: var(--display); font-size: clamp(2.25rem, 5vw, 3.5rem); line-height: 1; letter-spacing: -.04em; color: var(--brand-dark); }
.price-amount span, .price-unit { color: var(--muted); font-size: .86rem; font-weight: 700; }
.price-unit { margin-top: -6px; }
.price-featured { border-color: var(--brand); transform: translateY(-12px); box-shadow: var(--shadow); }
.popular { position: absolute; right: 18px; top: 16px; color: var(--coral); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.stroke-grid { grid-template-columns: repeat(2, 1fr); }
.stroke-card { position: relative; min-height: 310px; display: flex; flex-direction: column; }
.stroke-card > a { margin-top: auto; font-weight: 800; }
.stroke-index { position: absolute; right: 24px; top: 15px; color: var(--line); font-size: 4rem; font-weight: 900; line-height: 1; }
.stroke-focus { margin: 15px 0; padding: 14px; border-radius: 12px; background: var(--surface-2); color: var(--ink); }
.stroke-focus span { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }

.guide-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.guide-head h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 0; }
.back-link { display: block; margin-bottom: 22px; }
.guide-layout { display: grid; grid-template-columns: 220px 1fr; gap: 44px; }
.guide-nav { position: sticky; top: 105px; display: grid; align-self: start; }
.guide-nav a { padding: 10px 13px; border-left: 2px solid var(--line); color: var(--muted); text-decoration: none; }
.guide-nav a.active { border-left-color: var(--brand); color: var(--brand-dark); background: var(--surface-2); font-weight: 800; }
.guide-content { min-width: 0; }
.prose { max-width: 860px; }
.prose h2 { margin-top: 1.4em; }
.prose li, .prose p { color: var(--muted); }
.prose img { display: block; width: 100%; border-radius: 18px; }
.prose .grid { display: grid; gap: 20px; }
.prose .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.prose .card { height: fit-content; }
.prose .small { font-size: .9rem; }
.prose .hr { height: 1px; margin: 24px 0; background: var(--line); }
.prose details { padding: 16px; border-radius: 12px; background: var(--surface-2); }
.prose summary { cursor: pointer; color: var(--ink); font-weight: 800; }
.legal { margin: 0 auto; padding: 20px 0; }

.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; padding-block: 40px; }
.footer-grid p { margin: 3px 0 0; font-size: .86rem; }
.footer-links { display: flex; gap: 22px; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 70px; left: 18px; right: 18px; align-items: stretch; flex-direction: column; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero, .auth-shell, .upload-layout, .analyse-layout, .contact-layout, .split-panel, .faq-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { margin-top: 20px; }
  .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-featured { transform: none; }
  .history-card { grid-template-columns: 120px 1fr; }
  .history-actions { grid-column: 2; }
  .tips-card, .analysis-panel { position: static; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-nav { position: static; display: flex; overflow-x: auto; }
  .guide-nav a { white-space: nowrap; border-left: 0; border-bottom: 2px solid var(--line); }
  .guide-nav a.active { border-bottom-color: var(--brand); }
  .admin-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .page-shell { padding-block: 36px 64px; }
  .hero { gap: 20px; }
  .hero h1 { font-size: 3rem; }
  .stroke-grid, .report-grid, .prose .grid-2, .evidence-scope, .strength-list { grid-template-columns: 1fr; }
  .dashboard-head, .admin-page-head, .guide-head, .action-banner, .footer-grid, .report-head, .sample-banner { align-items: stretch; flex-direction: column; display: flex; }
  .balance-card { width: 100%; }
  .history-card { grid-template-columns: 1fr; }
  .history-actions { grid-column: 1; }
  .positive-list { columns: 1; }
  .score-ring { width: 130px; }
  .evidence-card { width: auto; }
  .choice-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .admin-summary { grid-template-columns: 1fr; }
  .admin-pagination { align-items: stretch; flex-direction: column; }
}
