:root,:root[data-theme=dark]{--bg:#0d1117;--read-bg:#100f0c;--surface:#161c28;--surface2:#1b212d;--text:#eef2f6;--text2:#c9d1d9;--muted:#9aa6b6;--faint:#7b8593;--nav:#7a8699;--border:#1c2333;--divider:#161c28;--btn:#2a3344;--accent:#6ad08a;--accent-ink:#0d1117;--fw:#4f93d6;--mem:#6ad08a;--eng:#d6a45a;--read-text:#d8d2c5;--read-strong:#f4efe6;--read-soft:#b3ab9b;--quote:#c9a44e}:root[data-theme=light]{--bg:#f4f2ec;--read-bg:#faf8f3;--surface:#eae7df;--surface2:#f1ede4;--text:#1b1f25;--text2:#343941;--muted:#5a626c;--faint:#6c685e;--nav:#6a6f78;--border:#dcd7cc;--divider:#e6e1d7;--btn:#cdc8bb;--accent:#2f7d4f;--accent-ink:#fff;--fw:#3f6aa0;--mem:#2f7d4f;--eng:#9a6b2c;--read-text:#2a2620;--read-strong:#1f1c17;--read-soft:#5a554c;--quote:#b58a2e}*,:before,:after{box-sizing:border-box}html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text2);font-family:var(--font-sans), system-ui, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes dwRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
pre{color:#dfe3e6;font-family:var(--font-mono), ui-monospace, monospace;border:1px solid var(--border);border-radius:4px;max-width:100%;margin:26px 0;padding:16px 18px;font-size:13.5px;line-height:1.6;overflow-x:auto;background:#0c0e11!important}pre[data-theme] code{background:0 0;display:grid}
