:root {
  --ink: #0b2738;
  --muted: #5d6f79;
  --paper: #f4f7f8;
  --card: #ffffff;
  --line: #dce5e9;
  --teal: #0a6e75;
  --teal-dark: #064a54;
  --lime: #8edb43;
  --orange: #f29b45;
  --red: #d85858;
  --shadow: 0 24px 70px rgba(11, 39, 56, .12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); min-height: 100vh; }
button, input { font: inherit; }
button { color: inherit; }

.topbar {
  min-height: 148px;
  padding: 32px max(28px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: white;
  background: linear-gradient(120deg, #062c3e 0%, #064f5a 72%, #087b77 100%);
}
.eyebrow { margin: 0 0 7px; font-size: 11px; font-weight: 850; letter-spacing: .16em; opacity: .72; }
h1 { margin: 0; font-size: clamp(36px, 5vw, 60px); letter-spacing: -.045em; line-height: .95; }
.subtitle { margin: 11px 0 0; opacity: .8; }
.countdown { min-width: 240px; text-align: right; }
.countdown span, .countdown small { display: block; opacity: .72; }
.countdown strong { display: block; margin: 4px 0; font-size: 29px; letter-spacing: -.03em; }

main { max-width: 1440px; margin: 0 auto; padding: 26px 28px 60px; }
.dashboard {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr)) minmax(240px, 2fr);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 35px rgba(11,39,56,.06);
  overflow: hidden;
}
.stat, .progress-wrap { padding: 18px 22px; border-right: 1px solid var(--line); }
.stat:last-of-type { border-right: 1px solid var(--line); }
.stat span, .progress-label span { color: var(--muted); font-size: 12px; font-weight: 700; }
.stat strong { display: block; margin-top: 6px; font-size: 28px; }
.progress-wrap { border-right: 0; display: flex; flex-direction: column; justify-content: center; }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 10px; }
.progress { height: 10px; overflow: hidden; border-radius: 999px; background: #e8eff1; }
.progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--lime)); transition: width .25s ease; }

.toolbar { margin: 20px 0 14px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mode-tabs { display: flex; gap: 5px; padding: 5px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.mode-tabs button, .quiet, .domains button { border: 0; background: transparent; cursor: pointer; border-radius: 9px; padding: 10px 13px; font-weight: 750; }
.mode-tabs button.active { background: var(--ink); color: white; }
.search { flex: 1; min-width: 230px; }
.search input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px; background: white; color: var(--ink); outline: none; }
.search input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10,110,117,.12); }
.toolbar-actions { display: flex; gap: 5px; }
.quiet { border: 1px solid var(--line); background: white; }
.quiet:hover { border-color: #aebdc3; }
.quiet.active { color: white; border-color: var(--teal); background: var(--teal); }
.tool-link { display: inline-grid; place-items: center; text-decoration: none; white-space: nowrap; }
.primary-link { color: var(--teal-dark); background: #e2f3f1; }
.exam-link { color: white; border-color: var(--teal); background: var(--teal); }
.retake-status strong { color: #b8f36d; }
.danger { color: #9c3939; }
.domains { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 20px; }
.domains button { padding: 7px 11px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.65); }
.domains button.active { color: var(--teal-dark); border-color: #71bfc0; background: #e0f4f2; }
.focus-filter { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin: -7px 0 20px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.72); }
.focus-filter > span { margin-right: 3px; color: var(--muted); font-size: 12px; font-weight: 800; }
.focus-filter button { padding: 7px 10px; border: 1px solid transparent; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 800; }
.focus-filter button.active { color: white; background: var(--ink); }
.focus-filter a { margin-left: auto; color: var(--teal-dark); font-size: 12px; font-weight: 800; }

.study-layout { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 24px; align-items: start; }
.plan { position: sticky; top: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #ecf3f4; }
.plan h2 { margin: 0 0 15px; font-size: 19px; }
.plan ol { margin: 0; padding-left: 20px; }
.plan li { margin-bottom: 14px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.plan li strong { color: var(--ink); }
.weighting { margin-top: 20px; padding-top: 17px; border-top: 1px solid #ccdadd; }
.weighting h3 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.weighting div { display: flex; justify-content: space-between; margin: 7px 0; font-size: 13px; }

.card-column { min-width: 0; }
.card-stage { position: relative; }
.card-meta { display: flex; gap: 8px; align-items: center; margin: 0 0 10px 5px; color: var(--muted); font-size: 12px; font-weight: 800; }
.card-meta #position { margin-right: auto; }
.badge { padding: 5px 8px; border-radius: 999px; color: var(--teal-dark); background: #dff1f1; }
.badge.hot { color: #8c4b10; background: #fff0df; }
.badge.focus-3 { color: #713b08; background: #ffe6bf; }
.badge.focus-2 { color: #075b63; background: #dff1f1; }
.badge.focus-1 { color: #5d6f79; background: #e9eef0; }
.badge.evidence { color: var(--muted); background: transparent; border: 1px solid var(--line); }
.badge.answer-status { border: 1px solid transparent; }
.badge.status-new { color: #5d6f79; border-color: var(--line); background: #f4f7f8; }
.badge.status-again { color: #a23c3c; border-color: #e8b7b7; background: #fff4f4; }
.badge.status-hard { color: #985c18; border-color: #edc790; background: #fff8ed; }
.badge.status-known { color: #176b4d; border-color: #9ed4bf; background: #eef9f4; }
.flashcard {
  position: relative;
  width: 100%;
  min-height: 470px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: var(--shadow);
  cursor: pointer;
  perspective: 1400px;
}
.card-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(34px, 7vw, 82px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  backface-visibility: hidden;
  transition: transform .42s ease;
}
.front { transform: rotateY(0); }
.back { transform: rotateY(180deg); overflow-y: auto; background: linear-gradient(145deg, #fff 0%, #f0f8f7 100%); }
.combined { display: none; transform: none; align-items: stretch; justify-content: flex-start; gap: 34px; overflow-y: auto; text-align: left; background: linear-gradient(145deg, #fff 0%, #f0f8f7 100%); }
.flashcard.flipped .front { transform: rotateY(-180deg); }
.flashcard.flipped .back { transform: rotateY(0); }
.flashcard.show-both { min-height: 590px; cursor: default; }
.flashcard.show-both .front, .flashcard.show-both .back { display: none; }
.flashcard.show-both .combined { display: flex; }
.combined-section { width: 100%; }
.combined-answer { padding-top: 30px; border-top: 1px solid var(--line); }
.combined-explanation { padding-top: 26px; border-top: 1px solid var(--line); }
.combined-label { display: block; margin-bottom: 18px; color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.combined h2, .combined .answer { max-width: none; }
.back-explanation { width: 100%; max-width: 940px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); text-align: left; }
.explanation-label { display: block; margin-bottom: 12px; color: #718188; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.explanation { margin: 0; color: #53656d; font-size: clamp(15px, 1.35vw, 19px); font-weight: 520; line-height: 1.55; }
.fullscreen-exit { display: none; position: absolute; top: 22px; right: 26px; z-index: 12; padding: 10px 14px; border: 1px solid rgba(11,39,56,.14); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.9); cursor: pointer; font-weight: 850; backdrop-filter: blur(10px); }
body.study-fullscreen { overflow: hidden; }
.card-stage.fullscreen-mode, .card-stage:fullscreen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding: clamp(24px, 3vw, 48px);
  background: radial-gradient(circle at 85% 5%, rgba(94,213,82,.13), transparent 28%), linear-gradient(145deg, #f7fbfb 0%, #edf4f5 100%);
}
.card-stage:fullscreen { position: relative; }
.card-stage.fullscreen-mode .fullscreen-exit, .card-stage:fullscreen .fullscreen-exit { display: block; }
.card-stage.fullscreen-mode .card-meta, .card-stage:fullscreen .card-meta { min-height: 42px; margin: 0 130px 18px 8px; font-size: clamp(13px, 1.15vw, 18px); }
.card-stage.fullscreen-mode .badge, .card-stage:fullscreen .badge { padding: 8px 13px; }
.card-stage.fullscreen-mode .flashcard, .card-stage:fullscreen .flashcard { flex: 1; min-height: 0; border-radius: 30px; box-shadow: 0 24px 70px rgba(11,39,56,.14); }
.card-stage.fullscreen-mode .card-face, .card-stage:fullscreen .card-face { padding: clamp(54px, 7vw, 110px); border-radius: 30px; }
.card-stage.fullscreen-mode .combined, .card-stage:fullscreen .combined { gap: clamp(28px, 4vh, 54px); }
.card-stage.fullscreen-mode .combined-answer, .card-stage:fullscreen .combined-answer { padding-top: clamp(28px, 4vh, 50px); }
.card-stage.fullscreen-mode .combined-explanation, .card-stage:fullscreen .combined-explanation { padding-top: clamp(20px, 3vh, 34px); }
.card-stage.fullscreen-mode .combined h2, .card-stage:fullscreen .combined h2 { font-size: clamp(34px, 4vw, 66px); }
.card-stage.fullscreen-mode .combined .answer, .card-stage:fullscreen .combined .answer { font-size: clamp(26px, 3vw, 48px); }
.card-stage.fullscreen-mode .explanation, .card-stage:fullscreen .explanation { font-size: clamp(17px, 1.5vw, 24px); }
.card-stage.fullscreen-mode .flashcard.content-dense .card-face,
.card-stage:fullscreen .flashcard.content-dense .card-face { padding: clamp(34px, 4vw, 62px); }
.card-stage.fullscreen-mode .flashcard.content-dense .combined,
.card-stage:fullscreen .flashcard.content-dense .combined { gap: clamp(16px, 2vh, 24px); }
.card-stage.fullscreen-mode .flashcard.content-dense .combined-label,
.card-stage:fullscreen .flashcard.content-dense .combined-label { margin-bottom: 10px; }
.card-stage.fullscreen-mode .flashcard.content-dense .combined-answer,
.card-stage:fullscreen .flashcard.content-dense .combined-answer { padding-top: clamp(16px, 2vh, 24px); }
.card-stage.fullscreen-mode .flashcard.content-dense .combined-explanation,
.card-stage:fullscreen .flashcard.content-dense .combined-explanation { padding-top: clamp(14px, 1.8vh, 20px); }
.card-stage.fullscreen-mode .flashcard.content-dense .combined h2,
.card-stage:fullscreen .flashcard.content-dense .combined h2 { font-size: clamp(28px, 3vw, 46px); }
.card-stage.fullscreen-mode .flashcard.content-dense .combined .answer,
.card-stage:fullscreen .flashcard.content-dense .combined .answer { font-size: clamp(22px, 2.25vw, 35px); }
.card-stage.fullscreen-mode .flashcard.content-dense .explanation,
.card-stage:fullscreen .flashcard.content-dense .explanation { font-size: clamp(15px, 1.25vw, 19px); }
.card-stage.fullscreen-mode .nav-row, .card-stage:fullscreen .nav-row,
.card-stage.fullscreen-mode .grade-row, .card-stage:fullscreen .grade-row { display: none !important; }
.face-label { position: absolute; top: 24px; left: 26px; font-size: 11px; font-weight: 900; letter-spacing: .15em; color: var(--teal); }
.flashcard h2 { max-width: 900px; margin: 0; font-size: clamp(24px, 3.1vw, 40px); line-height: 1.25; letter-spacing: -.025em; white-space: pre-line; }
.answer { max-width: 940px; font-size: clamp(20px, 2.35vw, 31px); line-height: 1.42; white-space: pre-line; }
.answer strong { color: var(--teal-dark); }
.flip-hint { position: absolute; bottom: 24px; color: #809097; font-size: 12px; }
.nav-row { display: grid; grid-template-columns: 55px 1fr 55px; gap: 10px; margin-top: 15px; }
.nav-row button, .grade { min-height: 50px; border-radius: 13px; border: 1px solid var(--line); cursor: pointer; font-weight: 850; }
.primary { color: white; border-color: var(--teal) !important; background: var(--teal); }
.nav-btn { background: white; font-size: 21px; }
kbd { margin-right: 7px; padding: 2px 6px; border-radius: 5px; font: 700 11px ui-monospace, SFMono-Regular, monospace; background: rgba(0,0,0,.09); }
.grade-row { grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.grade-row:not([hidden]) { display: grid; }
.grade { background: white; }
.grade.again { color: #a23c3c; border-color: #e8b7b7; }
.grade.hard { color: #985c18; border-color: #edc790; }
.grade.known { color: #176b4d; border-color: #9ed4bf; }
.grade:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(11,39,56,.08); }
.empty { padding: 80px 24px; text-align: center; color: var(--muted); background: white; border-radius: 20px; }

.glossary { margin-top: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: 0 10px 32px rgba(11,39,56,.06); }
.glossary-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.glossary-head .eyebrow { color: var(--teal); opacity: 1; }
.glossary-head h2 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.glossary-head > span { color: var(--muted); font-size: 12px; }
.glossary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.glossary-term { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #f7fafb; }
.glossary-term h3 { margin: 0 0 10px; font-size: 18px; }
.glossary-term h3 span { display: block; margin-top: 3px; color: var(--teal); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.glossary-term p { margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.glossary-term p strong { color: var(--ink); }
.glossary-term small { color: var(--teal-dark); font-weight: 800; }
.memory-line { margin: 14px 0 0; padding: 14px 16px; border-radius: 13px; color: var(--ink); background: #e2f3f1; line-height: 1.45; }
.memory-line span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }

.section-notes { scroll-margin-top: 18px; margin-top: 22px; }
.notes-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 13px; padding: 0 4px; }
.notes-head .eyebrow { color: var(--teal); opacity: 1; }
.notes-head h2 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.notes-head > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; text-align: right; }
.notes-list { display: grid; gap: 10px; }
.note-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--card); box-shadow: 0 7px 22px rgba(11,39,56,.04); }
.note-card summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 20px; cursor: pointer; list-style: none; }
.note-card summary::-webkit-details-marker { display: none; }
.note-card summary::after { content: "+"; flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: #e2f3f1; font-size: 20px; font-weight: 700; }
.note-card[open] summary::after { content: "−"; }
.note-card summary > span { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 850; }
.note-card summary b { padding: 3px 7px; border-radius: 999px; color: var(--muted); background: var(--paper); font-size: 11px; }
.note-card summary small { margin-left: auto; color: var(--muted); font-size: 12px; }
.note-card[open] summary { border-bottom: 1px solid var(--line); }
.note-body { padding: 19px 22px 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.note-body p { margin: 0 0 13px; }
.note-body strong { color: var(--ink); }
.note-body em { color: var(--teal-dark); font-style: normal; font-weight: 800; }
.note-body ol, .note-body ul { margin: 0 0 14px; padding-left: 22px; }
.note-body li { margin: 7px 0; padding-left: 3px; }
.note-body .picture { color: var(--ink); font-size: 15px; }
.note-body h4 { margin: 0 0 8px; color: var(--ink); font-size: 14px; letter-spacing: -.01em; }
.note-body code { overflow-wrap: anywhere; padding: 2px 5px; border-radius: 5px; color: var(--teal-dark); background: #e8f1f2; font: 700 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.dont-mix { padding: 12px 14px; border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; background: #fff7eb; }
.note-layer { margin-top: 17px; padding-top: 17px; border-top: 1px dashed var(--line); }
.compact-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 24px; }
.mini-example, .exam-traps { margin: 14px 0; padding: 14px 16px; border-radius: 12px; }
.mini-example { border: 1px solid #c7e2e1; background: #f2f9f8; }
.mini-example p, .exam-traps p { margin-bottom: 0; }
.exam-traps { border: 1px solid #ead9bf; background: #fffaf2; }
.exam-traps ul, .exam-traps ol { margin-bottom: 0; }
.scenario-steps { counter-reset: scenario; }
.weight-fact { margin-top: 10px !important; padding-top: 10px; border-top: 1px solid #ead9bf; color: var(--ink); }
.note-memory { margin-bottom: 0 !important; padding: 11px 14px; border-radius: 11px; color: var(--teal-dark) !important; background: #e2f3f1; font-weight: 850; }
.tool-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 24px; }

dialog { width: min(1050px, calc(100vw - 38px)); max-height: 86vh; border: 0; border-radius: 22px; padding: 0; color: var(--ink); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(3,24,34,.62); backdrop-filter: blur(5px); }
.dialog-head { position: sticky; top: 0; display: flex; justify-content: space-between; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--line); background: white; z-index: 1; }
.dialog-head h2 { margin: 0; }
.card-list { padding: 8px 26px 30px; background: var(--paper); }
.list-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.list-item h3 { margin: 0 0 8px; font-size: 16px; white-space: pre-line; }
.list-item p { margin: 0; color: var(--muted); line-height: 1.48; white-space: pre-line; }
.list-item small { display: inline-block; margin-bottom: 7px; color: var(--teal); font-weight: 800; }
footer { max-width: 1440px; margin: 0 auto; padding: 22px 28px 40px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 12px; }
footer a { color: var(--teal-dark); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .dashboard { grid-template-columns: repeat(5, 1fr); }
  .progress-wrap { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .study-layout { grid-template-columns: 1fr; }
  .plan { position: static; display: none; }
}
@media (max-width: 680px) {
  .topbar { align-items: flex-start; padding: 24px 20px; }
  .countdown { min-width: auto; }
  .countdown strong { font-size: 20px; }
  main { padding: 18px 14px 42px; }
  .dashboard { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(5) { grid-column: 1 / -1; border-right: 0; }
  .toolbar, .mode-tabs { min-width: 0; max-width: 100%; align-items: stretch; }
  .mode-tabs { width: 100%; overflow-x: auto; }
  .mode-tabs button { flex: 1 0 auto; }
  .toolbar-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .toolbar-actions button { min-width: 0; padding-inline: 8px; }
  .focus-filter a { width: 100%; margin-left: 0; padding-top: 4px; }
  .flashcard { min-height: 490px; }
  .card-face { padding: 54px 26px 48px; }
  .flashcard h2 { font-size: 25px; }
  .answer { font-size: 20px; }
  .glossary { padding: 18px; }
  .glossary-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .glossary-grid { grid-template-columns: 1fr; }
  .notes-head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .notes-head > p { text-align: left; }
  .note-card summary { align-items: flex-start; flex-wrap: wrap; }
  .note-card summary small { order: 3; width: 100%; margin-left: 0; }
  .note-card summary::after { margin-left: auto; }
  .note-body { padding: 17px; }
  .tool-map, .compact-facts { grid-template-columns: 1fr; }
  footer { flex-direction: column; padding: 20px 16px 35px; }
}

@media (prefers-color-scheme: dark) {
  :root { --ink: #eaf4f4; --muted: #a9b9bf; --paper: #0d1e27; --card: #142a34; --line: #2d4650; --shadow: 0 24px 70px rgba(0,0,0,.35); }
  .dashboard, .mode-tabs, .search input, .quiet, .domains button, .card-face, .nav-btn, .grade, .dialog-head, .glossary { background-color: var(--card); }
  .back { background: linear-gradient(145deg, #142a34, #15353a); }
  .plan { background: #132c34; }
  .glossary-term { background: #10242d; }
  .memory-line { background: #143b3e; }
  .note-card { background: var(--card); }
  .note-card summary::after, .note-memory { background: #143b3e; }
  .dont-mix { background: #30271d; }
  .note-body code { color: #9edee0; background: #10242d; }
  .mini-example { border-color: #2d5354; background: #102d31; }
  .exam-traps { border-color: #5c4c37; background: #30271d; }
  .weight-fact { border-color: #5c4c37; }
  .progress { background: #29434b; }
  .card-list { background: var(--paper); }
  .mode-tabs button.active { background: #eaf4f4; color: #0b2738; }
  dialog { color: var(--ink); background: var(--paper); }
}
