:root{--background:#f5f5f3;--foreground:#1a1a1a;--surface:#fff;--surface-hover:#fafaf8;--border:#e0e0dc;--ink-mid:#555;--ink-light:#8a8a8a;--accent:#c8502a;--active-bg:#f5f2ee;--green:#2d6a4f;--sidebar-w:260px}html.dark{--background:#1c1c1e;--foreground:#e8e8e6;--surface:#2c2c2e;--surface-hover:#3a3a3c;--border:#3a3a3c;--ink-mid:#aeaeb2;--ink-light:#6c6c70;--accent:#e8693e;--active-bg:#3a3a3c;--green:#3a7a5a}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;height:100%}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;transition:background .2s,color .2s;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
