@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 220 20% 4%;--foreground: 210 40% 96%;--card: 220 18% 6%;--card-foreground: 210 40% 96%;--popover: 220 20% 7%;--popover-foreground: 210 40% 96%;--primary: 187 100% 50%;--primary-foreground: 220 20% 4%;--secondary: 200 100% 50%;--secondary-foreground: 220 20% 4%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 96%;--muted: 220 12% 24%;--muted-foreground: 210 20% 60%;--accent: 187 100% 50%;--accent-foreground: 220 20% 4%;--border: 220 12% 16%;--input: 220 12% 16%;--ring: 187 100% 50%}.dark{--background: 220 20% 4%;--foreground: 210 40% 96%;--card: 220 18% 6%;--card-foreground: 210 40% 96%;--popover: 220 20% 7%;--popover-foreground: 210 40% 96%;--primary: 187 100% 50%;--primary-foreground: 220 20% 4%;--secondary: 200 100% 50%;--secondary-foreground: 220 20% 4%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 96%;--muted: 220 12% 24%;--muted-foreground: 210 20% 60%;--accent: 187 100% 50%;--accent-foreground: 220 20% 4%;--border: 220 12% 16%;--input: 220 12% 16%;--ring: 187 100% 50%}*{@apply border-border;}body{@apply bg-background text-foreground;}html{scroll-behavior:smooth}}@layer components{.text-xs{@apply text-xs font-normal leading-4;}.text-sm{@apply text-sm font-normal leading-5;}.text-base{@apply text-base font-normal leading-6;}.text-lg{@apply text-lg font-normal leading-7;}.text-xl{@apply text-xl font-semibold leading-8;}.text-2xl{@apply text-2xl font-semibold leading-9;}.text-3xl{@apply text-3xl font-bold leading-10;}.text-4xl{@apply text-4xl font-bold leading-12;}.text-5xl{@apply text-5xl font-bold leading-none;}.text-6xl{@apply text-6xl font-bold leading-none;}.space-xs{@apply space-y-1;}.space-sm{@apply space-y-2;}.space-md{@apply space-y-4;}.space-lg{@apply space-y-6;}.space-xl{@apply space-y-8;}.btn{@apply inline-flex items-center justify-center px-4 py-2 rounded-lg font-medium transition-all duration-200 cursor-pointer;}.btn-primary{@apply btn bg-primary text-primary-foreground hover:bg-primary/90 active:bg-primary/80;}.btn-secondary{@apply btn bg-secondary text-secondary-foreground hover:bg-secondary/90 active:bg-secondary/80;}.btn-outline{@apply btn bg-transparent border border-border text-foreground hover:bg-muted active:bg-muted/80;}.btn-ghost{@apply btn bg-transparent text-foreground hover:bg-muted active:bg-muted/80;}.btn-destructive{@apply btn bg-destructive text-destructive-foreground hover:bg-destructive/90 active:bg-destructive/80;}.btn-sm{@apply px-3 py-1 text-sm;}.btn-lg{@apply px-6 py-3 text-lg;}.card{@apply bg-card text-card-foreground rounded-lg border border-border p-6;}.card-sm{@apply card p-4;}.card-lg{@apply card p-8;}.input{@apply flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50;}.badge{@apply inline-flex items-center rounded-full px-2.5 py-0.5 text-xs font-semibold;}.badge-primary{@apply badge bg-primary/10 text-primary;}.badge-secondary{@apply badge bg-secondary/10 text-secondary;}.badge-destructive{@apply badge bg-destructive/10 text-destructive;}.badge-muted{@apply badge bg-muted text-muted-foreground;}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-slideIn{animation:slideIn .3s ease-out}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}}@layer utilities{.truncate-lines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.truncate-lines-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.glass{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#0000001a;backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.2)}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}}
