@import url("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:#ffcc00;--app-button:#fffef8;--app-border:#1a1a17;--app-text:#1a1a17;--app-muted:#555555;--app-muted-soft:#6b6b62;--app-accent:#ffcc00;--app-accent-strong:#efb900;--app-accent-green:rgba(48,209,88,0.96);--app-accent-yellow:rgba(255,204,0,0.96);--app-accent-red:rgba(255,104,104,0.96);--app-danger-soft:rgba(255,77,77,0.08);--app-danger-border:rgba(255,77,77,0.36);--app-danger-text:#8b1f1f;--app-shadow:rgba(26,26,23,0.16);--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:#ffcc00;--app-button:#fffef8;--app-border:#1a1a17;--app-text:#1a1a17;--app-muted:#555555;--app-muted-soft:#6b6b62;--app-accent:#ffcc00;--app-accent-strong:#efb900;--app-accent-green:rgba(48,209,88,0.96);--app-accent-yellow:rgba(255,204,0,0.96);--app-accent-red:rgba(255,104,104,0.96);--app-danger-soft:rgba(216,93,58,0.08);--app-danger-border:rgba(216,93,58,0.28);--app-danger-text:#8b2f1b;--app-shadow:rgba(26,26,23,0.16);--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:#ffcc00;--app-accent-strong:#efb900;--app-accent-green:rgba(48,209,88,0.96);--app-accent-yellow:rgba(255,204,0,0.96);--app-accent-red:rgba(255,104,104,0.96);--app-danger-soft:rgba(255,104,104,0.14);--app-danger-border:rgba(255,104,104,0.48);--app-danger-text:#ffd1d1;--app-shadow:rgba(0,0,0,0.28);--app-hard-shadow:5px 5px 0 #ffcc00}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Space Grotesk,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .25s ease,color .25s ease}::selection{color:#1a1a17;background:#ffcc00}::-moz-selection{color:#1a1a17;background:#ffcc00}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}