:root{font-family:Sora,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none;--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--background: 0 0% 98%;--foreground: 210 10% 23%;--card: 0 0% 100%;--card-foreground: 210 10% 23%;--popover: 0 0% 100%;--popover-foreground: 210 10% 23%;--primary: 220 65% 58%;--primary-foreground: 0 0% 100%;--secondary: 184 100% 50%;--secondary-foreground: 0 0% 100%;--muted: 210 10% 95%;--muted-foreground: 210 10% 45%;--accent: 207 80% 70%;--accent-foreground: 0 0% 100%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 210 15% 88%;--input: 210 15% 88%;--ring: 207 90% 54%;--radius: .5rem;--chart-1: 207 90% 54%;--chart-2: 195 70% 55%;--chart-3: 242 60% 60%;--chart-4: 280 55% 58%;--chart-5: 160 65% 50%;--sidebar-background: 220 65% 58%;--sidebar-foreground: 0 0% 100%;--sidebar-primary: 220 65% 58%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 220 65% 68%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 220 65% 48%;--sidebar-ring: 220 65% 68%;--alert-success: 142 65% 48%;--alert-success-foreground: 0 0% 100%;--alert-error: 0 70% 55%;--alert-error-foreground: 0 0% 100%;--alert-warning: 38 92% 45%;--alert-warning-foreground: 0 0% 100%;--alert-info: 200 70% 55%;--alert-info-foreground: 0 0% 100%;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-8: 48px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(16, 24, 40, .06);--shadow-sm: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);--shadow-md: 0 4px 12px rgba(16, 24, 40, .08);--shadow-lg: 0 12px 28px rgba(16, 24, 40, .12);--sidebar-surface: 0 0% 100%;--sidebar-surface-foreground: 210 10% 23%;--sidebar-surface-muted: 210 10% 45%;--sidebar-item-active: 220 65% 96%;--sidebar-item-active-foreground: 220 65% 45%;--sidebar-hover: 210 16% 96%}.dark{--background: 218 20% 12%;--foreground: 0 0% 95%;--card: 218 18% 15%;--card-foreground: 0 0% 95%;--popover: 218 20% 10%;--popover-foreground: 0 0% 95%;--primary: 218 70% 65%;--primary-foreground: 218 20% 10%;--secondary: 218 30% 20%;--secondary-foreground: 0 0% 98%;--muted: 218 15% 18%;--muted-foreground: 218 8% 65%;--accent: 218 60% 55%;--accent-foreground: 0 0% 100%;--destructive: 0 65% 50%;--destructive-foreground: 0 0% 100%;--border: 218 20% 22%;--input: 218 20% 22%;--ring: 218 70% 65%;--chart-1: 218 70% 65%;--chart-2: 195 75% 60%;--chart-3: 242 65% 65%;--chart-4: 280 60% 63%;--chart-5: 160 70% 55%;--sidebar-background: 218 22% 10%;--sidebar-foreground: 0 0% 90%;--sidebar-primary: 218 70% 65%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 218 30% 18%;--sidebar-accent-foreground: 218 70% 75%;--sidebar-border: 218 20% 20%;--sidebar-ring: 218 70% 65%;--sidebar-surface: 218 18% 15%;--sidebar-surface-foreground: 0 0% 90%;--sidebar-surface-muted: 218 8% 65%;--sidebar-item-active: 218 40% 24%;--sidebar-item-active-foreground: 218 70% 75%;--sidebar-hover: 218 18% 20%;--alert-success: 142 60% 45%;--alert-success-foreground: 0 0% 100%;--alert-error: 0 65% 50%;--alert-error-foreground: 0 0% 100%;--alert-warning: 38 85% 55%;--alert-warning-foreground: 0 0% 10%;--alert-info: 218 70% 65%;--alert-info-foreground: 0 0% 100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{background-color:hsl(var(--background));color:hsl(var(--foreground));min-height:100vh;transition:background-color .3s var(--ease-out-expo),color .3s var(--ease-out-expo)}p,h1,h2,h3,h4,h5,h6,input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}
