:root,:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page-bg:#101114;--surface-primary:#181a1e;--surface-secondary:#15181c;--surface-muted:#111318;--surface-input:#0e1013;--surface-hover:#21242a;--text-primary:#f5f5f1;--text-secondary:#c9ccd2;--text-muted:#969aa4;--text-faint:#747983;--border:#2a2d33;--border-strong:#3a3f47;--accent:#d9ff4f;--accent-contrast:#16180f;--focus:#8ca531;--danger:#ff9b91;--overlay:#000000ad;--header-bg:#0d0f12f0;--shadow:#00000047;--background:var(--page-bg);--foreground:var(--text-primary);--surface:var(--surface-primary);--muted:var(--text-muted)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page-bg:#f3f5f0;--surface-primary:#fff;--surface-secondary:#f8f9f6;--surface-muted:#edf0e9;--surface-input:#fff;--surface-hover:#e6eadf;--text-primary:#1d2119;--text-secondary:#3f463b;--text-muted:#687064;--text-faint:#858d81;--border:#d5dbd0;--border-strong:#b8c0b2;--accent:#bce532;--accent-contrast:#1a210b;--focus:#6f870f;--danger:#b93737;--overlay:#1e241a6b;--header-bg:#f3f5f0f0;--shadow:#343d2c24}@media (prefers-color-scheme:light){:root:not([data-theme]),:root[data-theme=system]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page-bg:#f3f5f0;--surface-primary:#fff;--surface-secondary:#f8f9f6;--surface-muted:#edf0e9;--surface-input:#fff;--surface-hover:#e6eadf;--text-primary:#1d2119;--text-secondary:#3f463b;--text-muted:#687064;--text-faint:#858d81;--border:#d5dbd0;--border-strong:#b8c0b2;--accent:#bce532;--accent-contrast:#1a210b;--focus:#6f870f;--danger:#b93737;--overlay:#1e241a6b;--header-bg:#f3f5f0f0;--shadow:#343d2c24}}html{height:100%}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:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.system-page{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:1rem;width:min(100% - 2rem,36rem);margin:auto;padding:3rem;box-shadow:0 1rem 3rem #141f3314}.system-page h1{margin-bottom:.75rem;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.2}.system-page p{color:var(--muted);margin-bottom:1.5rem;line-height:1.6}.system-page a,.system-page button{min-height:2.75rem;color:var(--accent-contrast);background:var(--accent);cursor:pointer;border:0;border-radius:.625rem;justify-content:center;align-items:center;padding:.625rem 1rem;display:inline-flex}
