@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f6f6f6;--foreground:#111;--muted:#737373;--border:#e5e5e5;--accent:#111;--surface:#fff;--surface-muted:#fafafa;--input:#fff}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#111214;--foreground:#f5f5f6;--muted:#b4b5b9;--border:#34363b;--accent:#f5f5f6;--surface:#1a1b1e;--surface-muted:#202125;--input:#17181b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,Arial,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}input,select,textarea{color:var(--foreground)}::selection{color:#fff;background:#191919}.theme-toggle{border:1px solid var(--border);background:var(--surface);min-width:72px;height:36px;color:var(--foreground);border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:10px;font-weight:700;transition:all .2s;display:inline-flex}.theme-toggle:hover{background:var(--surface-muted);transform:translateY(-1px)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.theme-toggle-floating{z-index:10;position:fixed;top:24px;right:24px}
