:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:999px;--bg:#faf8f3;--surface:#ffffff;--surface-2:#f1ede4;--fg:#1b1814;--muted:#605a51;--border:#e6e1d6;--border-strong:#c6bfb1;--accent:#9b5714;--accent-fg:#ffffff;--accent-soft:#f7e8d6;--accent-text:#9b5714;--ok:#396f37;--ok-soft:#e2efe1;--ok-text:#396f37;--warn:#7a6a0a;--warn-soft:#f6f0c9;--warn-text:#7a6a0a;--danger:#b91c1c;--danger-soft:#fbe3e3;--danger-text:#b91c1c;--info:#1d4ed8;--info-soft:#e0e8fd;--info-text:#1d4ed8;--focus:#1d4ed8;--sidebar-w:232px;--sidebar-rail-w:64px;--topbar-h:56px;--bottomnav-h:62px;--tap:44px;--content-max:1180px;--shadow-1:0 1px 2px rgba(16,20,28,0.06);--shadow-2:0 8px 28px rgba(16,20,28,0.16);color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#100e0b;--surface:#1a1714;--surface-2:#221e19;--fg:#f4f1ea;--muted:#a79f92;--border:#2b2621;--border-strong:#443d34;--accent:#e0954d;--accent-fg:#2a1605;--accent-soft:#3a2411;--accent-text:#eeae6e;--ok:#7fc47c;--ok-soft:#1b2f1a;--ok-text:#93d690;--warn:#dcc554;--warn-soft:#332c0d;--warn-text:#e8d472;--danger:#f87171;--danger-soft:#351616;--danger-text:#fb9090;--info:#93c5fd;--info-soft:#12233d;--info-text:#a8d1ff;--focus:#93c5fd;--shadow-1:0 1px 2px rgba(0,0,0,0.5);--shadow-2:0 8px 28px rgba(0,0,0,0.6);color-scheme:dark}}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.55}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.pwrap{max-width:960px;margin:0 auto;padding:var(--space-5) var(--space-4) 64px}.skeleton{background:var(--border);animation:skeleton-pulse 1.2s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}