@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;1,14..32,400&family=DM+Mono:wght@400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 98.5%;--foreground: 228 12% 13%;--card: 0 0% 100%;--card-foreground: 228 12% 13%;--primary: 245 58% 51%;--primary-foreground: 0 0% 100%;--secondary: 228 14% 93%;--secondary-foreground: 228 12% 22%;--muted: 228 10% 94%;--muted-foreground: 228 6% 46%;--accent: 245 58% 96%;--accent-foreground: 245 58% 42%;--destructive: 0 66% 56%;--destructive-foreground: 0 0% 98%;--success: 159 82% 34%;--success-foreground: 154 73% 97%;--warning: 39 73% 45%;--warning-foreground: 43 92% 96%;--border: 228 10% 89%;--input: 228 10% 89%;--ring: 245 58% 51%;--sidebar: 228 16% 10%;--sidebar-foreground: 228 10% 85%;--sidebar-border: 228 14% 20%;--sidebar-accent: 245 30% 22%;--sidebar-accent-foreground: 245 40% 92%;--panel: 0 0% 100%;--panel-foreground: 228 12% 13%;--shadow: 228 16% 10%;--radius: .625rem;color-scheme:light}html[data-theme=dark]{--background: 228 16% 9%;--foreground: 228 10% 96%;--card: 228 16% 12%;--card-foreground: 228 10% 96%;--primary: 245 70% 73%;--primary-foreground: 228 16% 9%;--secondary: 228 14% 15%;--secondary-foreground: 228 10% 88%;--muted: 228 14% 14%;--muted-foreground: 228 10% 69%;--accent: 245 30% 18%;--accent-foreground: 245 60% 85%;--destructive: 0 83% 68%;--destructive-foreground: 0 0% 100%;--success: 158 67% 49%;--success-foreground: 158 86% 10%;--warning: 38 86% 63%;--warning-foreground: 31 91% 10%;--border: 228 14% 23%;--input: 228 14% 23%;--ring: 245 70% 73%;--sidebar: 228 20% 7%;--sidebar-foreground: 228 10% 88%;--sidebar-border: 228 16% 18%;--sidebar-accent: 245 24% 17%;--sidebar-accent-foreground: 245 50% 85%;--panel: 228 16% 12%;--panel-foreground: 228 10% 96%;--shadow: 228 16% 3%;color-scheme:dark}*{@apply border-border;}html{@apply scroll-smooth;}body{@apply bg-background font-sans text-foreground antialiased;min-height:100vh}button,input,textarea,select{font:inherit}a{@apply text-inherit no-underline;}::selection{background-color:hsl(var(--primary) / .15)}button,[role=button]{@apply transition-colors duration-150;}}@layer utilities{.text-mono{font-family:DM Mono,ui-monospace,SFMono-Regular,monospace;font-size:.8125em;letter-spacing:-.01em}.text-balance{text-wrap:balance}.hairline{box-shadow:inset 0 1px hsl(var(--border) / .5)}.animate-in{animation:fade-in .2s ease-out}}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
