:root{--background: oklch(.98 .005 90);--foreground: oklch(.15 0 0);--card: oklch(1 0 0);--card-foreground: oklch(.15 0 0);--primary: oklch(.45 .12 255);--primary-foreground: oklch(.98 0 0);--secondary: oklch(.4 .03 245);--secondary-foreground: oklch(.98 0 0);--muted: oklch(.95 .005 250);--muted-foreground: oklch(.5 .01 250);--accent: oklch(.65 .16 195);--accent-foreground: oklch(.2 0 0);--destructive: oklch(.628 .258 29.23);--destructive-foreground: oklch(.98 0 0);--border: oklch(.85 .01 250);--input: oklch(.85 .01 250);--ring: oklch(.45 .12 255);--font-display: "Space Grotesk", sans-serif;--font-sans: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace;--radius: 8px;--sidebar-bg: #2C3E50;--sidebar-fg: #E2E8F0;--sidebar-active: #3D5A80;--sidebar-accent: #0ABAB5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input,select,textarea{font-family:var(--font-sans);font-size:15px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#b9bec4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9a9fa5}
