/* GENEROVÁNO z DTCG tokenů (common.design) — NEEDITOVAT ručně. */
:root {
  --bg: #f4f6f8;
  --card: #ffffff;
  --ink: #1c2733;
  --muted: #5a6672;
  --line: #d6dde4;
  --field-bg: #ffffff;
  --accent: #1565c0;
  --accent-d: #0d3f7a;
  --c-done: #2e7d32;
  --c-done-d: #1b5e20;
  --c-done-fill: #2e7d32;
  --ink-done: #1b5e20;
  --ink-alert: #a51f1f;
  --ink-overdue: #9a4600;
  --c-alert: #c62828;
  --c-alert-d: #a51f1f;
  --c-overdue: #ef6c00;
  --c-overdue-d: #c65b00;
  --fab-bg: #b25200;
  --fab-bg-h: #a84d00;
  --c-neutral: #546e7a;
  --c-neutral-d: #37474f;
  --nav-bg: #1c2733;
  --nav-hover: #2b3947;
  --nav-ink: #c7d2dc;
  --tint-done: #e2f2e3;
  --tint-alert: #fbe4e4;
  --tint-overdue: #fdeadb;
  --tint-info: #e1ecf8;
  --ink-info: #0d3f7a;
  --tint-accent: #eef4fb;
  --tint-accent-line: #b8d0ea;
  --tint-main: #e8e8f8;
  --ink-main: #3730a3;
  --tint-note: #fff7e6;
  --row-alert: #fdf3f3;
  --hover: #f0f4f8;
  --btn-2: #e3e8ed;
  --btn-2-h: #d3dae1;
  --thumb-bg: #eef1f4;
  --code-bg: #f6f8fa;
  --mark: #ffe9a8;
  --ord-0: #4e79a7;
  --ord-1: #f28e2b;
  --ord-2: #59a14f;
  --ord-3: #e15759;
  --ord-4: #b07aa1;
  --ord-5: #76b7b2;
  --ord-6: #edc948;
  --ord-7: #9c755f;
  --ordt-0: #38597f;
  --ordt-1: #c26a10;
  --ordt-2: #3f7a38;
  --ordt-3: #c13c3e;
  --ordt-4: #8c5b80;
  --ordt-5: #47827d;
  --ordt-6: #9a7d0a;
  --ordt-7: #7d5c49;
  --pdf-muted: #555555;
  --pdf-line: #dddddd;
  --r-s: 6px;
  --r-m: 8px;
  --r-l: 10px;
  --r-xl: 12px;
  --fs-xs: 12px;
  --fs-s: 13px;
  --fs-m: 14px;
  --fs-base: 16px;
  --sp-1: 4px;
  --sp-2: 6px;
  --sp-3: 8px;
  --sp-4: 10px;
  --sp-5: 12px;
  --sp-6: 16px;
  --shadow-1: 0 1px 2px #0000000a;
  --shadow-2: 0 6px 18px #0000002e;
  --shadow-3: 0 12px 40px #00000040;
  --shadow-btn: inset 0 1px 0 #ffffff38, 0 1px 0 #00000038;
  --shadow-btn-active: inset 0 1px 2px #00000047;
  --shadow-seg-on: inset 0 1px 3px #00000052;
}
body.theme-dark {
  --bg: #10161d;
  --card: #1a222c;
  --ink: #e6edf3;
  --muted: #93a1b0;
  --line: #2a3644;
  --field-bg: #10161d;
  --accent: #3b82f6;
  --accent-d: #2563eb;
  --c-done: #4caf50;
  --c-alert: #ef5350;
  --c-overdue: #ff9800;
  --tint-done: #1d3320;
  --tint-alert: #3a1d1d;
  --tint-overdue: #3a2a15;
  --ink-done: #a5d6a7;
  --ink-alert: #ff8a80;
  --ink-overdue: #ffb74d;
  --tint-info: #16283d;
  --ink-info: #7fb3f0;
  --tint-accent: #16283d;
  --tint-accent-line: #2b5478;
  --tint-main: #24244a;
  --ink-main: #b9b9f2;
  --tint-note: #2c2413;
  --row-alert: #2c2020;
  --hover: #212c39;
  --btn-2: #2a3644;
  --btn-2-h: #38465a;
  --thumb-bg: #232e3a;
  --code-bg: #141b23;
  --mark: #6d5713;
  --ordt-0: #8db4de;
  --ordt-1: #f8a95c;
  --ordt-2: #86c77f;
  --ordt-3: #f08a8c;
  --ordt-4: #d2a9c9;
  --ordt-5: #93d0ca;
  --ordt-6: #e5c854;
  --ordt-7: #c79f87;
  --shadow-2: 0 6px 18px #0000008c;
  --shadow-btn: inset 0 1px 0 #ffffff1a, 0 1px 0 #00000099;
  --shadow-btn-active: inset 0 1px 2px #0000008c;
  --shadow-seg-on: inset 0 1px 3px #00000099;
}
