:root {
  color-scheme: light dark;
  --bg: light-dark(#f2f1ea, #0d120f);
  --surface: light-dark(#fbfaf5, #151c18);
  --surface-2: light-dark(#e8ece6, #1d2821);
  --line: light-dark(#d8dbd4, #2d3931);
  --text: light-dark(#19231c, #edf4ef);
  --muted: light-dark(#68736b, #9eaaa2);
  --green: light-dark(#1f5a38, #8dd3a7);
  --green-strong: light-dark(#173f29, #bce8cb);
  --green-soft: light-dark(#e1ede4, #1a3324);
  --amber: light-dark(#9c5a14, #efb46e);
  --danger: light-dark(#a43c30, #f29a8f);
  --shadow: 0 18px 50px light-dark(rgba(33, 43, 36, .08), rgba(0, 0, 0, .2));
  --sidebar: 238px;
  --content: 1220px;
}
* { box-sizing: border-box; }
html { background: var(--bg); color: var(--text); font-family: Inter, "Noto Sans SC", "Microsoft YaHei", sans-serif; }
body { margin: 0; min-width: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.app-shell { min-height: 100vh; }
.desktop-sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar); padding: 28px 22px 24px; border-right: 1px solid var(--line); background: var(--surface); display: flex; flex-direction: column; z-index: 20; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--green-strong); color: light-dark(#fff, #102017); font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.desktop-nav { margin-top: 48px; display: grid; gap: 5px; }
.desktop-nav a { min-height: 44px; padding: 0 14px; border-radius: 10px; display: flex; align-items: center; color: var(--muted); }
.desktop-nav a:hover { background: var(--surface-2); color: var(--text); }
.desktop-nav a.active { background: var(--green-soft); color: var(--green); font-weight: 700; }
.sidebar-foot { margin-top: auto; }
.sidebar-foot > a { min-height: 44px; display: grid; place-items: center; border-radius: 10px; color: light-dark(#fff, #102017); background: var(--green-strong); font-weight: 700; }
.sidebar-foot p { margin: 16px 0 0; color: var(--muted); font-size: 11px; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px color-mix(in srgb, var(--green) 12%, transparent); }
.status-dot.waiting { background: var(--amber); box-shadow: 0 0 0 4px color-mix(in srgb, var(--amber) 12%, transparent); }
.content-shell { margin-left: var(--sidebar); min-height: 100vh; }
.mobile-header, .mobile-bottom-nav { display: none; }
.demo-banner { padding: 9px 18px; text-align: center; color: light-dark(#56320e, #181009); background: light-dark(#f5d7a8, #d89b53); font-size: 12px; }
main { width: min(calc(100% - 64px), var(--content)); margin: auto; padding: 40px 0 72px; }
.eyebrow { margin: 0 0 8px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.today-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin: 8px 0 28px; }
.today-head h1 { margin: 0; font-size: clamp(34px, 4vw, 56px); letter-spacing: -.055em; }
.today-head p:last-child { color: var(--muted); margin: 10px 0 0; }
.primary-action { min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; gap: 20px; border-radius: 12px; background: var(--green-strong); color: light-dark(#fff, #102017); font-weight: 700; white-space: nowrap; }
.sync-strip { min-height: 58px; padding: 10px 16px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 12px; }
.sync-strip div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 3px 10px; }
.sync-strip small { grid-column: 2; }
.sync-strip strong { color: var(--text); }
.today-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr); gap: 18px; }
.today-main, .today-side { display: grid; gap: 18px; align-content: start; }
.panel { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.section-heading > a { color: var(--green); font-size: 12px; white-space: nowrap; }
.focus-list { list-style: none; padding: 0; margin: 0; }
.focus-list li { min-height: 74px; display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; border-top: 1px solid var(--line); }
.focus-list li > span { color: var(--green); font: 11px ui-monospace, monospace; }
.focus-list strong, .focus-list small { display: block; }
.focus-list small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.lead-insight { padding: 20px; border-radius: 14px; background: var(--green-soft); }
.label { color: var(--green); font-size: 11px; font-weight: 700; }
.lead-insight h3 { margin: 10px 0; font-size: 25px; letter-spacing: -.035em; }
.lead-insight p { color: var(--muted); line-height: 1.7; }
.lead-insight > div { padding-top: 14px; border-top: 1px solid color-mix(in srgb, var(--green) 25%, transparent); line-height: 1.65; font-size: 13px; }
.lead-insight > div strong { display: block; margin-bottom: 4px; color: var(--green); font-size: 11px; }
.compact-insights { margin-top: 8px; }
.compact-insights a { min-height: 58px; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.compact-insights a > span, .compact-insights small { color: var(--muted); font-size: 11px; }
.activity-list { display: grid; gap: 16px; }
.activity-list article { display: grid; grid-template-columns: 34px 1fr; gap: 10px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; font-size: 12px; font-weight: 700; }
.avatar.xiaohan { color: var(--green); background: var(--green-soft); }
.avatar.user { color: var(--amber); background: color-mix(in srgb, var(--amber) 12%, transparent); }
.activity-list strong { font-size: 13px; }
.activity-list p { color: var(--muted); margin: 5px 0; font-size: 12px; line-height: 1.55; }
.activity-list small { color: var(--muted); font-size: 10px; }
.growth-row { min-height: 56px; display: grid; grid-template-columns: 44px 1fr auto; gap: 8px; align-items: center; border-top: 1px solid var(--line); }
.growth-row span, .growth-row em { color: var(--muted); font-size: 11px; font-style: normal; }
.growth-row strong { font-size: 13px; }

.life-title-row { padding-bottom: 8px; }
.life-boundary-note { margin: 0 0 18px; padding: 14px 16px; border: 1px solid color-mix(in srgb, var(--green) 24%, var(--line)); border-radius: 12px; background: var(--green-soft); color: var(--muted); font-size: 13px; line-height: 1.7; }
.life-filters { grid-template-columns: minmax(240px, 1fr) 210px auto; }
.life-theme-strip { margin: 14px 0 22px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; }
.life-theme-strip a { min-height: 62px; padding: 10px 12px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--muted); }
.life-theme-strip a:hover, .life-theme-strip a.active { border-color: color-mix(in srgb, var(--green) 36%, var(--line)); background: var(--green-soft); color: var(--green); }
.life-theme-strip span { font-size: 12px; }
.life-theme-strip strong { font-size: 18px; }
.life-content-layout { display: block; }
.article-tag-panel { margin-bottom: 18px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.article-tag-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.article-tag-heading strong { font-size: 14px; }
.article-tag-heading span { color: var(--muted); font-size: 12px; }
.article-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.article-tag-cloud a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 12px; }
.article-tag-cloud a:hover, .article-tag-cloud a.active { border-color: color-mix(in srgb, var(--green) 38%, var(--line)); background: var(--green-soft); color: var(--green); }
.article-tag-cloud small { font-size: 10px; opacity: .7; }
.life-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.life-card { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.life-card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; }
.life-card-meta span { color: var(--green); font-weight: 700; }
.life-card h2 { margin: 12px 0 8px; font-size: 18px; line-height: 1.45; }
.life-card > p { min-height: 48px; margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.life-card footer { display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.life-card-links { display: flex; gap: 12px; white-space: nowrap; font-size: 12px; }
.life-card-links a:first-child { color: var(--green); font-weight: 700; }
.page-head { padding: 28px 0; }
.page-head h1 { margin: 0; font-size: 44px; letter-spacing: -.04em; }
.page-head > p:last-child { color: var(--muted); }
.filters { display: grid; grid-template-columns: 1fr 220px 180px 90px; gap: 10px; margin-bottom: 24px; }
.filters input, .filters select, .filters button { min-height: 46px; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: var(--surface); padding: 0 14px; }
.filters button { color: light-dark(#fff, #102017); background: var(--green-strong); font-weight: 700; }
.result-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.result-list article { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); overflow-wrap: anywhere; }
.result-list h2 { font-size: 19px; }
.result-list p, .detail-page p { color: var(--muted); line-height: 1.7; }
.insight-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.insight-stream-column { min-width: 0; }
.insight-stream-column .filters { grid-template-columns: minmax(180px, 1fr) 130px 120px 72px; gap: 8px; }
.insight-feed { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; border-top: 1px solid var(--line); }
.insight-feed .insight-feed-row { min-width: 0; padding: 24px 0; display: grid; grid-template-columns: 188px minmax(0, 1fr); gap: 24px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.insight-cover { position: relative; min-height: 132px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid color-mix(in srgb, var(--green) 24%, var(--line)); border-radius: 14px; color: light-dark(#f8fff9, #102017); background: linear-gradient(135deg, #173f29, #2f7450); }
.insight-cover.is-product { border-color: color-mix(in srgb, var(--amber) 24%, var(--line)); background: linear-gradient(135deg, #6e4215, #b9752a); }
.insight-cover::after { content: ""; position: absolute; width: 110px; height: 110px; right: -34px; bottom: -42px; border: 18px solid rgba(255,255,255,.10); border-radius: 50%; }
.insight-cover span, .insight-cover small { position: relative; z-index: 1; }
.insight-cover span { font-size: 25px; font-weight: 800; letter-spacing: -.05em; }
.insight-cover small { color: rgba(255,255,255,.76); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.insight-feed-main { min-width: 0; }
.insight-feed-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.insight-feed-meta time { margin-left: auto; white-space: nowrap; }
.insight-type-chip { display: inline-flex; align-items: center; min-height: 24px; padding: 2px 8px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 700; }
.insight-feed .insight-feed-row h2 { margin: 12px 0 7px; font-size: clamp(21px, 2vw, 27px); line-height: 1.38; letter-spacing: -.025em; }
.insight-feed .insight-feed-row h2 a:hover { color: var(--green); }
.insight-feed .insight-feed-row p { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.insight-feed-footer { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.insight-feed-footer .tag-row { min-width: 0; color: var(--green); }
.insight-feed-links { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.insight-feed-links a { min-height: 36px; padding: 0 12px; display: inline-flex; align-items: center; border-radius: 9px; font-size: 11px; font-weight: 700; }
.insight-original-link { color: light-dark(#fff, #102017); background: var(--green-strong); }
.insight-note-link { color: var(--muted); border: 1px solid var(--line); background: var(--surface); }
.recommendation-rail { min-width: 0; }
.recommendation-card { position: sticky; top: 20px; max-height: calc(100vh - 40px); padding: 18px; overflow-y: auto; box-shadow: none; scrollbar-width: thin; }
.recommendation-head { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.recommendation-head h2 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.recommendation-head > span { padding: 6px 9px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: 11px; white-space: nowrap; }
.recommendation-date { margin: 9px 0 17px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.must-read-section { padding-top: 14px; border-top: 1px solid var(--line); }
.recommendation-section-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.recommendation-section-title h3 { margin: 0; font-size: 17px; }
.recommendation-section-title em { color: var(--green); font-size: 25px; font-style: normal; font-weight: 800; }
.recommendation-list { padding: 0; margin: 0; list-style: none; }
.recommendation-list li { padding: 13px 0; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; border-top: 1px solid var(--line); }
.recommendation-list li > span { padding-top: 2px; color: var(--green); font: 11px ui-monospace, monospace; }
.recommendation-list a { display: -webkit-box; overflow: hidden; color: var(--text); font-size: 15px; font-weight: 700; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.recommendation-list a:hover { color: var(--green); }
.recommendation-list .recommendation-empty { display: block; color: var(--muted); font-size: 12px; }
.recommendation-details { border-top: 1px solid var(--line); }
.recommendation-details summary { min-height: 56px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3px 8px; align-items: center; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.recommendation-details summary::-webkit-details-marker { display: none; }
.recommendation-details summary::before { content: "+"; grid-column: 2; grid-row: 1; color: var(--green); }
.recommendation-details[open] summary::before { content: "−"; }
.recommendation-details summary strong { grid-column: 1; grid-row: 1; justify-self: end; margin-right: 20px; color: var(--green); font-size: 22px; }
.recommendation-details summary small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; font-weight: 400; }
.recommendation-daily-link { min-height: 44px; margin-top: 12px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: var(--green-soft); font-size: 13px; font-weight: 700; }
.recommendation-daily-link.is-pending { color: var(--muted); background: var(--surface-2); }
.detail-judgment-state { width: fit-content; margin: 14px 0; padding: 5px 9px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: 13px; font-weight: 700; }
.insight-judgment-grid { margin: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.insight-judgment-grid section { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.insight-judgment-grid small { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.insight-judgment-grid p { margin: 8px 0 0; font-size: 16px; line-height: 1.75; }
.pill { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: 10px; }
.meta { margin-left: 8px; color: var(--muted); font-size: 11px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 11px; }
.detail-page { max-width: 820px; margin: auto; }
.detail-page h1 { font-size: clamp(38px, 6vw, 68px); letter-spacing: -.05em; }
.detail-page section { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); }
.source-button { display: inline-flex; margin-top: 30px; padding: 12px 16px; border-radius: 10px; color: light-dark(#fff, #102017); background: var(--green-strong); font-weight: 700; }
.empty-state { padding: 32px; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); text-align: center; }
.muted { color: var(--muted); font-size: 12px; line-height: 1.6; }
.logout-form { margin-top: 10px; }
.logout-form button { border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; padding: 8px 0; }
.flash-stack { width: min(calc(100% - 64px), var(--content)); margin: 16px auto -20px; }
.flash { padding: 11px 14px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); font-size: 12px; }
.flash.success { color: var(--green); border-color: color-mix(in srgb, var(--green) 38%, var(--line)); }
.flash.error, .form-error { color: var(--danger); }
.page-title-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 6px 0 26px; }
.page-title-row h1 { margin: 0; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.055em; }
.page-title-row > div > p:last-child { margin: 9px 0 0; color: var(--muted); }
.subnav { display: flex; gap: 10px; margin: -8px 0 24px; overflow-x: auto; scrollbar-width: none; }
.subnav::-webkit-scrollbar { display: none; }
.subnav a { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; border-radius: 11px; color: var(--muted); background: var(--surface); font-size: 14px; font-weight: 600; white-space: nowrap; }
.subnav a.active { color: var(--green); background: var(--green-soft); font-weight: 700; }
.count-chip, .sync-badge { display: inline-flex; min-height: 34px; padding: 0 11px; align-items: center; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: 11px; white-space: nowrap; }
.count-chip.confirmed { color: light-dark(#fff, #102017); background: var(--green-strong); }
.sync-badge.offline, .sync-badge.error { color: var(--amber); background: color-mix(in srgb, var(--amber) 12%, transparent); }
.stack-form { display: grid; gap: 15px; }
.stack-form label, .task-capture-form label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
.stack-form input, .stack-form textarea, .stack-form select,
.task-capture-form input, .task-capture-form select { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: var(--bg); color: var(--text); font-weight: 400; }
.stack-form textarea { min-height: 100px; resize: vertical; line-height: 1.65; }
.stack-form input:focus, .stack-form textarea:focus, .stack-form select:focus,
.task-capture-form input:focus, .task-capture-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px color-mix(in srgb, var(--green) 12%, transparent); }
.primary-button, .secondary-button { min-height: 46px; padding: 0 17px; border: 0; border-radius: 10px; cursor: pointer; font-weight: 700; }
.primary-button { color: light-dark(#fff, #102017); background: var(--green-strong); }
.secondary-button { color: var(--text); border: 1px solid var(--line); background: var(--surface-2); }
.inline-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.task-capture-form { display: grid; grid-template-columns: minmax(260px, 2fr) repeat(4, minmax(110px, .7fr)) auto; gap: 10px; align-items: end; }
.task-capture-form .wide-field { grid-column: auto; }
.task-capture-form button { align-self: end; }
.task-groups { display: grid; gap: 14px; margin-top: 14px; }
.action-center-head { align-items: center; }
.action-tabs { margin: 0 0 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.review-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.action-tabs a { min-height: 56px; padding: 10px 14px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: var(--surface); font-size: 12px; font-weight: 700; }
.action-tabs a span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: var(--surface-2); font-size: 10px; }
.action-tabs a.active { border-color: color-mix(in srgb, var(--green) 50%, var(--line)); color: var(--green); background: var(--green-soft); }
.action-tabs a.active span { background: color-mix(in srgb, var(--green) 16%, transparent); }
.action-view-intro { margin: 26px 0 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.action-view-intro h2 { margin: 5px 0 0; font-size: 26px; }
.action-review-form { margin: 0; }
.review-task-decisions { max-height: 520px; overflow: auto; }
.review-task-row { padding: 11px 0; display: grid; grid-template-columns: minmax(0, 1fr) 112px; gap: 10px; align-items: center; border-top: 1px solid var(--line); }
.review-task-row strong, .review-task-row small { display: block; }
.review-task-row strong { font-size: 12px; }
.review-task-row small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.review-task-row select { width: 100%; min-height: 38px; padding: 7px; border: 1px solid var(--line); border-radius: 9px; color: var(--text); background: var(--bg); font-size: 10px; }
.focus-task-option { padding: 13px; display: grid !important; grid-template-columns: 22px minmax(0, 1fr); gap: 10px !important; align-items: start; border-radius: 11px; background: var(--green-soft); }
.focus-task-option input { width: 18px !important; min-height: 18px !important; margin-top: 2px; }
.focus-task-option strong, .focus-task-option small { display: block; }
.focus-task-option small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 400; }
.archive-first-section { margin-top: 0; }
.task-group .section-heading { align-items: center; }
.task-group .section-heading > span { color: var(--muted); font-size: 11px; }
.task-row { min-height: 66px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 11px; align-items: center; border-top: 1px solid var(--line); }
.task-row form { margin: 0; }
.check-button { width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; background: var(--bg); color: var(--green); font-weight: 800; }
.task-row strong, .task-row small { display: block; }
.task-row small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.task-row.done strong { color: var(--muted); text-decoration: line-through; }
.task-priority { padding: 5px 8px; border-radius: 999px; color: var(--muted); background: var(--surface-2); font-size: 9px; }
.task-priority.high { color: var(--amber); }
.compose-panel { max-width: 780px; }
.timeline { max-width: 900px; display: grid; gap: 14px; margin-top: 22px; }
.timeline-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; align-items: start; }
.timeline-item .panel { padding: 17px; box-shadow: none; }
.message-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.message-status { padding: 4px 7px; border-radius: 999px; color: var(--muted); background: var(--surface-2); font-size: 9px; white-space: nowrap; }
.message-status.queued, .message-status.processing { color: var(--amber); }
.message-status.needs_confirmation { color: var(--danger); }
.message-status.published { color: var(--green); }
.timeline-item p { color: var(--muted); line-height: 1.7; white-space: pre-wrap; }
.timeline-item small { color: var(--muted); font-size: 10px; }
.growth-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.learning-card { min-height: 280px; display: flex; flex-direction: column; }
.learning-card-head { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.learning-card-head em { color: var(--green); font-style: normal; }
.learning-card h2 { margin: 28px 0 8px; font-size: 30px; }
.learning-card > p { color: var(--muted); line-height: 1.65; }
.next-action { margin-top: auto; padding: 14px; border-radius: 11px; background: var(--green-soft); }
.next-action small, .next-action strong { display: block; }
.next-action small { margin-bottom: 5px; color: var(--green); }
.learning-card footer { margin-top: 16px; color: var(--muted); font-size: 10px; }
.reading-overview { display: grid; grid-template-columns: repeat(5, minmax(90px, 1fr)); gap: 10px; margin-bottom: 14px; }
.reading-overview a { min-height: 68px; padding: 12px 14px; display: grid; align-content: center; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.reading-overview a.active { border-color: color-mix(in srgb, var(--green) 50%, var(--line)); background: var(--green-soft); }
.reading-overview strong, .reading-overview span { display: block; }
.reading-overview strong { color: var(--green); font-size: 20px; }
.reading-overview span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.reading-filter { margin-bottom: 14px; display: grid; grid-template-columns: 130px 170px 140px minmax(220px, 1fr) auto; gap: 10px; align-items: end; box-shadow: none; }
.reading-filter label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 700; }
.reading-filter input, .reading-filter select, .reading-filter button { min-height: 42px; padding: 0 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: var(--bg); }
.reading-filter button { padding-inline: 18px; border: 0; color: light-dark(#fff, #102017); background: var(--green-strong); cursor: pointer; font-weight: 700; }
.reading-list, .topic-list { display: grid; gap: 12px; }
.reading-row { display: grid; grid-template-columns: minmax(0, 1fr) 52px; gap: 18px; box-shadow: none; }
.reading-main { min-width: 0; }
.reading-row.is-read h2 { color: var(--muted); }
.reading-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.reading-meta small { margin-left: 2px; }
.state-chip { padding: 5px 8px; border-radius: 999px; color: var(--amber); background: color-mix(in srgb, var(--amber) 12%, transparent); font-size: 10px; }
.state-chip.candidate { color: var(--green); background: var(--green-soft); }
.reading-row small { margin-left: 8px; color: var(--muted); font-size: 10px; }
.reading-row h2 { margin: 13px 0 8px; font-size: 21px; }
.reading-row h2, .reading-row p { overflow-wrap: anywhere; }
.reading-row p, .topic-row p, .model-card p { color: var(--muted); line-height: 1.65; }
.reading-score { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--green); background: var(--green-soft); font-weight: 800; }
.reading-side { display: grid; justify-items: center; align-content: start; gap: 7px; }
.reading-side small { margin: 0; text-align: center; }
.reading-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.reading-actions form { margin: 0; }
.reading-actions button { min-height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--text); background: var(--surface-2); cursor: pointer; font-size: 11px; }
.reading-actions button:hover { border-color: var(--green); color: var(--green); }
.reading-actions button.quiet { color: var(--muted); background: transparent; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 20px; }
.pagination a, .pagination span { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); font-size: 11px; }
.pagination strong { color: var(--muted); font-size: 11px; }
.pagination .disabled { color: var(--muted); opacity: .45; }
.detail-workflow { margin-top: 26px; }
.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.model-card { min-height: 290px; display: flex; flex-direction: column; }
.model-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.model-top em { color: var(--green); font-style: normal; }
.model-card h2 { margin: 24px 0 3px; font-size: 28px; }
.model-card > strong { color: var(--green); font-size: 12px; }
.evidence-box { margin-top: auto; padding: 13px; border-radius: 11px; background: var(--green-soft); font-size: 12px; }
.evidence-box small { display: block; margin-bottom: 5px; color: var(--green); }
.model-card footer { margin-top: 14px; color: var(--muted); font-size: 10px; }
.topic-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; box-shadow: none; }
.topic-row h2 { margin: 14px 0 7px; font-size: 24px; }
.topic-row small { color: var(--amber); }
.topic-stats { min-width: 150px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-content: center; }
.topic-stats span { padding: 14px; border-radius: 11px; color: var(--muted); background: var(--surface-2); text-align: center; font-size: 9px; }
.topic-stats strong { display: block; margin-bottom: 4px; color: var(--text); font-size: 22px; }
.review-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 16px; align-items: start; }
.review-facts { display: grid; gap: 12px; }
.review-facts .panel { box-shadow: none; }
.fact-row { padding: 8px 0; margin: 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.5; }
.review-actions { display: flex; justify-content: flex-end; gap: 10px; }
.source-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ai-status-panel { margin-bottom: 18px; box-shadow: none; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; }
.ai-status-panel h2 { margin: 4px 0 6px; }
.ai-status-panel p { margin: 0; color: var(--muted); line-height: 1.6; }
.ai-status-panel dl { display: grid; grid-template-columns: repeat(3, minmax(95px, 1fr)); gap: 8px; margin: 0; }
.ai-status-panel dl div { padding: 11px; border-radius: 11px; background: var(--surface-2); }
.ai-status-panel dt, .ai-status-panel footer { color: var(--muted); font-size: 9px; }
.ai-status-panel dd { margin: 5px 0 0; font-size: 20px; font-weight: 800; }
.ai-status-panel footer { grid-column: 1 / -1; }
.source-card { min-height: 230px; box-shadow: none; }
.source-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.source-kind { color: var(--muted); font-size: 10px; }
.source-health { padding: 5px 8px; border-radius: 999px; color: var(--amber); background: color-mix(in srgb, var(--amber) 12%, transparent); font-size: 9px; white-space: nowrap; }
.source-health.healthy, .source-health.empty { color: var(--green); background: var(--green-soft); }
.source-health.error { color: var(--danger); background: color-mix(in srgb, var(--danger) 12%, transparent); }
.source-card h2 { margin: 25px 0 5px; font-size: 23px; }
.source-card > p { color: var(--muted); font-size: 12px; }
.source-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 22px 0; }
.source-card dl div { padding: 11px; border-radius: 11px; background: var(--surface-2); }
.source-card dt { color: var(--muted); font-size: 9px; }
.source-card dd { margin: 5px 0 0; font-size: 20px; font-weight: 800; }
.source-card footer { color: var(--muted); font-size: 10px; }
.source-card .source-error { color: var(--danger); line-height: 1.5; overflow-wrap: anywhere; }
.run-panel, .review-history { margin-top: 18px; box-shadow: none; }
.run-list article { min-height: 62px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; border-top: 1px solid var(--line); }
.run-list strong, .run-list small { display: block; }
.run-list small, .run-list p { color: var(--muted); font-size: 10px; }
.review-history article { padding: 16px 0; border-top: 1px solid var(--line); }
.review-history article div { display: flex; justify-content: space-between; gap: 12px; }
.review-history article small { color: var(--muted); }
.review-history article p { color: var(--muted); line-height: 1.65; }
.review-history .next-focus { color: var(--green); }
.review-center-head { align-items: center; }
.review-start { display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap; }
.review-center-section { margin-top: 30px; }
.review-center-section .section-heading > small { color: var(--muted); font-size: 10px; text-align: right; }
.weekly-review-grid, .daily-review-list { display: grid; gap: 14px; }
.weekly-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.weekly-review-card, .daily-review-card { box-shadow: none; }
.weekly-review-card header, .daily-review-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.weekly-review-card h3, .daily-review-card h3 { margin: 5px 0 0; font-size: 22px; }
.weekly-review-card header small, .daily-review-card time { color: var(--muted); font-size: 10px; }
.review-source, .review-state { padding: 5px 8px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: 9px; white-space: nowrap; }
.review-source.generated { color: var(--amber); background: color-mix(in srgb, var(--amber) 12%, transparent); }
.review-state { color: var(--muted); background: var(--surface-2); }
.review-state.draft { color: var(--amber); }
.review-card-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.full-review { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line); }
.full-review summary { cursor: pointer; color: var(--green); font-size: 11px; font-weight: 700; }
.full-review .review-copy { color: var(--muted); }
.coverage-line { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.coverage-line strong { color: var(--green); }
.weekly-task-stats { margin-top: 13px; display: flex; gap: 8px; }
.weekly-task-stats span { min-width: 88px; padding: 9px 11px; border-radius: 10px; color: var(--muted); background: var(--surface-2); font-size: 9px; }
.weekly-task-stats strong { margin-right: 5px; color: var(--text); font-size: 16px; }
.review-copy { margin-top: 18px; color: var(--text); line-height: 1.75; white-space: pre-wrap; overflow-wrap: anywhere; }
.weekly-review-card aside, .daily-review-card aside { margin-top: 18px; padding: 13px; border-radius: 11px; background: var(--green-soft); line-height: 1.65; white-space: pre-wrap; }
.weekly-review-card aside strong, .daily-review-card aside strong { display: block; margin-bottom: 5px; color: var(--green); font-size: 10px; }
.weekly-review-card footer { margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.review-context { margin-top: 32px; box-shadow: none; }
.review-context summary { cursor: pointer; color: var(--green); font-weight: 700; }
.review-context summary span { margin-left: 8px; color: var(--muted); font-size: 10px; font-weight: 400; }
.review-context[open] summary { margin-bottom: 20px; }
.review-context .stack-form { max-width: 760px; }
.compact-timeline { margin-top: 26px; }
.edition-summary { box-shadow: none; }
.edition-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.edition-stats span { padding: 13px; border-radius: 12px; color: var(--muted); background: var(--surface-2); text-align: center; font-size: 10px; }
.edition-stats strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 23px; }
.editorial-overview { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.editorial-overview small { color: var(--green); font-weight: 700; }
.editorial-overview p { white-space: pre-wrap; line-height: 1.75; }
.edition-shortfall { padding: 11px 13px; border-radius: 10px; color: var(--amber); background: color-mix(in srgb, var(--amber) 10%, transparent); font-size: 11px; }
.daily-archive-entry { margin-bottom: 18px; padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-color: color-mix(in srgb, var(--green) 24%, var(--line)); box-shadow: none; }
.daily-archive-entry span { display: grid; gap: 4px; }
.daily-archive-entry small { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.daily-archive-entry strong { font-size: 18px; }
.daily-archive-entry em { color: var(--green); font-size: 13px; font-style: normal; font-weight: 700; }
.daily-archive-list { display: grid; gap: 12px; }
.daily-archive-row { padding: 20px; display: grid; grid-template-columns: 78px minmax(0, 1fr) auto 54px; align-items: center; gap: 20px; box-shadow: none; }
.daily-archive-row time { display: grid; color: var(--green); }
.daily-archive-row time strong { font-size: 24px; letter-spacing: -.04em; }
.daily-archive-row time span { color: var(--muted); font-size: 11px; }
.daily-archive-row h2 { margin: 0 0 7px; font-size: 19px; }
.daily-archive-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.daily-archive-row dl { margin: 0; display: grid; grid-template-columns: repeat(4, 48px); gap: 5px; }
.daily-archive-row dl div { padding: 8px 4px; border-radius: 9px; background: var(--surface-2); text-align: center; }
.daily-archive-row dt { color: var(--muted); font-size: 9px; }
.daily-archive-row dd { margin: 3px 0 0; font-size: 15px; font-weight: 700; }
.archive-open { color: var(--green); font-size: 12px; font-weight: 700; white-space: nowrap; }
.edition-section { margin-top: 30px; }
.deep-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.edition-card { box-shadow: none; }
.edition-card > div { display: flex; align-items: center; gap: 8px; }
.edition-card small, .broad-list small { color: var(--muted); font-size: 10px; }
.rank { color: var(--green); font: 10px ui-monospace, monospace; }
.edition-card h3 { margin: 17px 0 10px; font-size: 21px; }
.edition-card p, .broad-list p { color: var(--muted); line-height: 1.65; }
.edition-card p em { display: block; margin-bottom: 4px; color: var(--green); font-size: 9px; font-style: normal; }
.edition-card aside { padding-top: 13px; border-top: 1px solid var(--line); line-height: 1.55; font-size: 12px; }
.edition-card aside strong { display: block; margin-bottom: 4px; color: var(--green); font-size: 10px; }
.broad-list { display: grid; gap: 9px; }
.broad-list article { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 10px; box-shadow: none; }
.broad-list h3 { margin: 9px 0 5px; font-size: 18px; }
.broad-list p { margin-bottom: 0; }
.login-body { min-height: 100vh; display: grid; place-items: center; padding: 18px; background: radial-gradient(circle at 65% 15%, var(--green-soft), transparent 42%), var(--bg); }
.login-card { width: min(100%, 430px); padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.login-card .login-brand { margin-bottom: 40px; }
.login-card h1 { margin: 0; font-size: 42px; letter-spacing: -.05em; }
.login-card > p:not(.eyebrow):not(.form-error) { color: var(--muted); line-height: 1.7; }
@media (max-width: 980px) {
  :root { --sidebar: 210px; }
  main { width: min(calc(100% - 36px), var(--content)); }
  .today-layout { grid-template-columns: 1fr; }
  .today-side { grid-template-columns: 1fr 1fr; }
  .task-capture-form { grid-template-columns: 1fr 1fr 1fr; }
  .task-capture-form .wide-field { grid-column: 1 / -1; }
  .growth-grid, .source-grid { grid-template-columns: 1fr 1fr; }
  .life-theme-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .model-grid { grid-template-columns: 1fr 1fr; }
  .insight-page-grid { grid-template-columns: 1fr; }
  .insight-stream-column .filters { grid-template-columns: 1fr 180px 150px 80px; gap: 10px; }
  .recommendation-rail { order: -1; }
  .recommendation-card { position: static; max-height: none; }
}
@media (max-width: 720px) {
  .desktop-sidebar { display: none; }
  .content-shell { margin-left: 0; }
  .mobile-header { min-height: 66px; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--surface); }
  .mobile-header .brand-mark { width: 36px; height: 36px; }
  .mobile-daily-link { min-height: 42px; padding: 0 13px; display: grid; place-items: center; border-radius: 10px; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 700; }
  .mobile-bottom-nav { position: fixed; z-index: 30; inset: auto 0 0; min-height: calc(64px + env(safe-area-inset-bottom)); padding: 6px 8px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 96%, transparent); backdrop-filter: blur(18px); }
  .mobile-bottom-nav a { min-width: 0; min-height: 52px; display: grid; place-items: center; align-content: center; gap: 3px; color: var(--muted); font-size: 10px; }
  .mobile-bottom-nav a span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; font-size: 11px; }
  .mobile-bottom-nav a.active { color: var(--green); font-weight: 700; }
  .mobile-bottom-nav a.active span { background: var(--green-soft); }
    main { width: auto; padding: 24px 14px calc(32px + env(safe-area-inset-bottom)); }
  .flash-stack { width: auto; margin: 12px 14px -10px; }
  .today-head { align-items: start; flex-direction: column; margin-top: 0; }
  .today-head h1 { font-size: 36px; }
  .primary-action { width: 100%; justify-content: space-between; }
  .sync-strip { align-items: start; flex-direction: column; }
  .today-layout, .today-main, .today-side { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .panel { padding: 17px; border-radius: 15px; box-shadow: none; }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 18px; }
  .lead-insight { padding: 16px; }
  .lead-insight h3 { font-size: 21px; }
  .compact-insights a { grid-template-columns: 24px 1fr; padding: 10px 0; }
  .compact-insights small { grid-column: 2; }
  .filters { grid-template-columns: 1fr 1fr; }
  .insight-stream-column .filters { grid-template-columns: 1fr 1fr; }
  .filters input { grid-column: 1 / -1; }
  .result-list { grid-template-columns: minmax(0, 1fr); }
  .recommendation-card { padding: 15px; }
  .recommendation-list li { padding: 10px 0; }
  .insight-feed .insight-feed-row { padding: 15px 0; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; }
  .insight-cover { min-height: 94px; padding: 11px; border-radius: 12px; }
  .insight-cover span { font-size: 19px; }
  .insight-feed-meta { gap: 5px; font-size: 10px; }
  .insight-feed-meta time { width: 100%; margin: 0; }
  .insight-feed .insight-feed-row h2 { margin: 8px 0 5px; font-size: 17px; line-height: 1.45; }
  .insight-feed .insight-feed-row p { font-size: 12px; line-height: 1.6; -webkit-line-clamp: 2; line-clamp: 2; }
  .insight-feed-footer { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 11px; }
  .insight-feed-footer .tag-row { max-height: 36px; overflow: hidden; }
  .insight-feed-links { width: 100%; }
  .insight-feed-links a { min-height: 40px; justify-content: center; }
  .insight-judgment-grid { grid-template-columns: 1fr; }
  .insight-original-link { flex: 1; }
  .daily-archive-entry { align-items: flex-start; flex-direction: column; gap: 9px; }
  .daily-archive-row { grid-template-columns: 64px minmax(0, 1fr); align-items: start; gap: 13px; }
  .daily-archive-row dl { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); width: 100%; }
  .daily-archive-row .archive-open { display: none; }
  .page-head h1 { font-size: 36px; }
  .page-title-row { align-items: start; flex-direction: column; margin-top: 0; }
  .page-title-row h1 { font-size: 38px; }
  .task-capture-form, .growth-grid, .model-grid, .review-layout, .source-grid, .deep-grid, .weekly-review-grid, .life-list, .ai-status-panel { grid-template-columns: 1fr; }
  .ai-status-panel dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .life-filters { grid-template-columns: 1fr; }
  .life-theme-strip { display: flex; overflow-x: auto; scrollbar-width: none; }
  .life-theme-strip::-webkit-scrollbar { display: none; }
  .life-theme-strip a { min-width: 116px; }
  .article-tag-panel { padding: 13px; }
  .life-card { padding: 16px; }
  .life-card footer { align-items: flex-start; flex-direction: column; }
  .task-capture-form .wide-field { grid-column: auto; }
  .task-row { grid-template-columns: 34px minmax(0, 1fr); padding: 8px 0; }
  .task-priority { grid-column: 2; width: max-content; }
  .inline-fields { grid-template-columns: 1fr; }
  .message-top { align-items: start; flex-direction: column; }
  .review-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .review-center-head { align-items: flex-start; }
  .action-center-head { align-items: flex-start; }
  .action-tabs { position: sticky; z-index: 10; top: 0; margin-inline: -14px; padding: 8px 14px; gap: 6px; background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(14px); }
  .action-tabs a { min-height: 48px; padding: 7px 5px; gap: 5px; font-size: 10px; }
  .action-tabs a span { width: 21px; height: 21px; }
  .action-view-intro { align-items: flex-start; flex-direction: column; }
  .review-task-row { grid-template-columns: 1fr; }
  .review-start { width: 100%; justify-content: center; }
  .review-center-section .section-heading { gap: 8px; flex-direction: column; }
  .review-center-section .section-heading > small { text-align: left; }
  .weekly-review-card header, .daily-review-card header { flex-direction: column; }
  .review-card-meta { justify-content: flex-start; }
  .topic-row { grid-template-columns: 1fr; }
  .reading-overview { grid-template-columns: repeat(5, minmax(82px, 1fr)); overflow-x: auto; padding-bottom: 3px; }
  .reading-filter { grid-template-columns: 1fr 1fr; }
  .reading-filter .reading-search, .reading-filter button { grid-column: 1 / -1; }
  .reading-row { grid-template-columns: minmax(0, 1fr) 42px; gap: 10px; }
  .reading-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .reading-actions button { width: 100%; min-height: 44px; }
  .pagination { justify-content: space-between; gap: 6px; }
  .pagination a, .pagination span { padding-inline: 9px; }
  .run-list article { grid-template-columns: auto minmax(0, 1fr); padding: 10px 0; }
  .run-list article > p { grid-column: 2; margin: 0; }
  .topic-stats { min-width: 0; }
  .login-card { padding: 26px 20px; box-shadow: none; }
  .edition-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 360px) {
  .brand small { display: none; }
  .today-head h1 { font-size: 32px; }
  .growth-row { grid-template-columns: 40px 1fr; }
  .growth-row em { grid-column: 2; }
}
