@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&display=swap";
:root{--background:#f9faf4;--foreground:#1a1a17;--app-bg:#f9faf4;--app-bg-soft:#eef0e8;--app-surface:#fffef8;--app-surface-strong:#f9faf4;--app-surface-muted:#eef0e8;--app-surface-hover:#fc0;--app-button:#fffef8;--app-border:#1a1a17;--app-text:#1a1a17;--app-muted:#555;--app-muted-soft:#6b6b62;--app-accent:#fc0;--app-accent-strong:#efb900;--app-accent-green:#30d158f5;--app-accent-yellow:#ffcc00f5;--app-accent-red:#ff6868f5;--app-danger-soft:#ff4d4d14;--app-danger-border:#ff4d4d5c;--app-danger-text:#8b1f1f;--app-shadow:#1a1a1729;--app-hard-shadow:5px 5px 0 #1a1a17}html[data-theme=light]{--background:#f9faf4;--foreground:#1a1a17;--app-bg:#f9faf4;--app-bg-soft:#eef0e8;--app-surface:#fffef8;--app-surface-strong:#f9faf4;--app-surface-muted:#eef0e8;--app-surface-hover:#fc0;--app-button:#fffef8;--app-border:#1a1a17;--app-text:#1a1a17;--app-muted:#555;--app-muted-soft:#6b6b62;--app-accent:#fc0;--app-accent-strong:#efb900;--app-accent-green:#30d158f5;--app-accent-yellow:#ffcc00f5;--app-accent-red:#ff6868f5;--app-danger-soft:#d85d3a14;--app-danger-border:#d85d3a47;--app-danger-text:#8b2f1b;--app-shadow:#1a1a1729;--app-hard-shadow:5px 5px 0 #1a1a17}html[data-theme=dark]{--background:#1a1a17;--foreground:#f9faf4;--app-bg:#1a1a17;--app-bg-soft:#22221e;--app-surface:#24241f;--app-surface-strong:#1f1f1b;--app-surface-muted:#2c2c26;--app-surface-hover:#333329;--app-button:#24241f;--app-border:#f9faf4;--app-text:#f9faf4;--app-muted:#c9c9be;--app-muted-soft:#aaa99e;--app-accent:#fc0;--app-accent-strong:#efb900;--app-accent-green:#30d158f5;--app-accent-yellow:#ffcc00f5;--app-accent-red:#ff6868f5;--app-danger-soft:#ff686824;--app-danger-border:#ff68687a;--app-danger-text:#ffd1d1;--app-shadow:#00000047;--app-hard-shadow:5px 5px 0 #fc0}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:Space Grotesk,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .25s,color .25s;display:flex}::selection{color:#1a1a17;background:#fc0}::selection{color:#1a1a17;background:#fc0}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
