@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--bg: #FAFAFA;--surface: #FFFFFF;--surface-hover: #F4F4F5;--text-main: #111111;--text-muted: #71717A;--border: #E4E4E7;--klein: #002FA7;--klein-light: #3359B9;--klein-dark: #001F6E}.dark{--bg: #050505;--surface: #0A0A0A;--surface-hover: #141414;--text-main: #FFFFFF;--text-muted: #A1A1AA;--border: #1F1F1F;--klein: #002FA7;--klein-light: #3359B9;--klein-dark: #001F6E}}body{background-color:var(--bg);color:var(--text-main);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}::selection{background-color:var(--klein);color:#fff}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
