@import "https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans:"Public Sans", system-ui, -apple-system, sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--color-accent:#e87722;--color-accent-hover:#d06820;--color-accent-light:#fff4ec}html[data-theme=light],html:not([data-theme]){--color-bg:#f7f7f8;--color-surface:#fff;--color-surface-hover:#f2f2f3;--color-border:#e5e5e6;--color-border-light:#efefef;--color-text:#1a1a1a;--color-text-secondary:#8e8e93;--color-text-tertiary:#aeaeb2;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 2px 8px #0000000f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--color-bg:#1a1a1d;--color-surface:#232326;--color-surface-hover:#2c2c30;--color-border:#333338;--color-border-light:#2a2a2e;--color-text:#ececed;--color-text-secondary:#8e8e93;--color-text-tertiary:#5a5a5e;--color-accent-light:#e877221f;--shadow-sm:0 1px 3px #0003;--shadow-md:0 2px 8px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;transition:background .2s,color .2s}body{min-height:100dvh;line-height:1.5}a{color:inherit;text-decoration:none}::selection{background:var(--color-accent);color:#fff}*{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);background-clip:padding-box;border:2px solid #0000;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary);background-clip:padding-box}
