:root{--background:#f7f8f5;--foreground:#20231f;--surface:#fff;--surface-muted:#ecefeb;--border:#20231f14;--border-strong:#20231f24;--muted:#747b72;--accent:#2e7d5b;--accent-strong:#1f6045;--accent-contrast:#fbfffc;--danger:#c64b43;--danger-border:#c64b433d;--shadow-sm:0 8px 20px #1f2b250f;--shadow-md:0 16px 38px #1f2b251f;--shadow-lg:0 26px 70px #1f2b252e}[data-theme=dark]{--background:#101719;--foreground:#edf3ef;--surface:#172123;--surface-muted:#1d2a2d;--border:#edf3ef1a;--border-strong:#edf3ef29;--muted:#9bada4;--accent:#73d6be;--accent-strong:#a2f0db;--accent-contrast:#0f1817;--danger:#ff8b7e;--danger-border:#ff8b7e42;--shadow-sm:0 18px 34px #0003;--shadow-md:0 24px 54px #00000047;--shadow-lg:0 30px 80px #0000005c}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}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;text-rendering:optimizelegibility;flex-direction:column;font-family:Aptos,Segoe UI Variable,Trebuchet MS,sans-serif;transition:background-color .18s,color .18s;display:flex}*{box-sizing:border-box;margin:0;padding:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}
