:root{--background:#f4f6f8;--foreground:#243041;--muted:#66758a;--card:#ffffff;--card-muted:#eef3f8;--border:#d7e0ea;--accent:#607996;--accent-contrast:#ffffff;--danger:#d92d20;--shadow:0 12px 30px rgba(42,58,88,0.08);--markdown-code-bg:#edf2f7;--markdown-quote:#5d6b7c;--accent-soft:#e5edf4;--accent-soft-text:#49627e;--hero-start:#dce8f8;--hero-end:#f3e9dc;--hero-text:#213047;--hero-subtitle:#51637a;--hero-chip:rgba(255,255,255,0.72);--hero-chip-text:#37506d;--hero-border:rgba(116,137,165,0.24);--hero-orb:rgba(255,255,255,0.38)}html[data-theme=dark]{--background:#0f1623;--foreground:#e6edf7;--muted:#9cacbf;--card:#151d2b;--card-muted:#1b2535;--border:#2a3648;--accent:#7f98b6;--accent-contrast:#f8fbff;--danger:#f97066;--shadow:0 12px 34px rgba(0,0,0,0.24);--markdown-code-bg:#121927;--markdown-quote:#9aa6b2;--accent-soft:#263448;--accent-soft-text:#d4e0f2;--hero-start:#1d2a3d;--hero-end:#2d2235;--hero-text:#eef4ff;--hero-subtitle:#bed0e7;--hero-chip:rgba(255,255,255,0.08);--hero-chip-text:#d9e6ff;--hero-border:rgba(145,170,212,0.16);--hero-orb:rgba(133,163,255,0.16)}body,html{max-width:100vw;overflow-x:hidden}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{color:var(--foreground);background:radial-gradient(circle at top,rgba(148,163,184,.12),transparent 30%),var(--background);font-family:Segoe UI,PingFang SC,Hiragino Sans GB,Noto Sans SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.markdown-preview{width:100%;max-width:100%;min-width:0;color:var(--foreground);line-height:1.8;font-size:16px;word-break:break-word}.markdown-preview>*+*{margin-top:1rem}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{line-height:1.35;margin-top:1.5rem;margin-bottom:.75rem;font-weight:700}.markdown-preview h1{font-size:2rem}.markdown-preview h2{font-size:1.6rem}.markdown-preview h3{font-size:1.3rem}.markdown-preview blockquote,.markdown-preview ol,.markdown-preview p,.markdown-preview pre,.markdown-preview table,.markdown-preview ul{margin:.9rem 0}.markdown-preview ol,.markdown-preview ul{padding-left:1.4rem}.markdown-preview li+li{margin-top:.35rem}.markdown-preview blockquote{padding:.2rem 1rem;border-left:4px solid var(--border);color:var(--markdown-quote);background:var(--card-muted);border-radius:0 12px 12px 0}.markdown-preview code{font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.92em;background:var(--markdown-code-bg);padding:.15rem .35rem;border-radius:6px}.markdown-preview pre{width:100%;max-width:100%;background:var(--markdown-code-bg);padding:.9rem 1rem;border-radius:12px;overflow-x:auto;border:1px solid var(--border);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.markdown-preview pre code{background:transparent;padding:0;white-space:inherit;overflow-wrap:inherit;word-break:inherit}.markdown-preview hr{border:none;border-top:1px solid var(--border);margin:1.2rem 0}.markdown-preview table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.markdown-preview td,.markdown-preview th{border:1px solid var(--border);padding:.6rem .75rem;text-align:left}.markdown-preview img{max-width:100%;height:auto}