@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary: 220 100% 52%;--primary-foreground: 0 0% 100%;--accent: 153 75% 43%;--accent-foreground: 0 0% 100%;--background: 220 18% 7%;--foreground: 210 40% 98%;--card: 220 18% 13%;--card-foreground: 210 40% 98%;--popover: 220 20% 12%;--popover-foreground: 210 40% 98%;--secondary: 220 14% 18%;--secondary-foreground: 210 40% 98%;--muted: 220 12% 22%;--muted-foreground: 215 20% 55%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--border: 220 12% 26%;--input: 220 12% 20%;--ring: 220 100% 52%;--radius: .75rem;--sidebar-background: 220 18% 9%;--sidebar-foreground: 210 20% 70%;--sidebar-primary: 220 100% 52%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 220 14% 18%;--sidebar-accent-foreground: 210 40% 98%;--sidebar-border: 220 12% 18%;--gradient-primary: linear-gradient(135deg, hsl(220 100% 52%) 0%, hsl(240 80% 60%) 100%);--gradient-accent: linear-gradient(135deg, hsl(153 75% 43%) 0%, hsl(180 70% 45%) 100%);--gradient-card: linear-gradient(180deg, hsl(220 18% 15%) 0%, hsl(220 18% 10%) 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -4px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px -5px hsl(220 100% 52% / .35)}html{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground))}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .35)}.cr8-scroll{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}.cr8-scroll::-webkit-scrollbar{width:8px;height:8px}.cr8-scroll::-webkit-scrollbar-track{background:transparent}.cr8-scroll::-webkit-scrollbar-thumb{background:hsl(var(--border) / .8);border-radius:999px}.cr8-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .45)}.cr8-card{background:var(--gradient-card);color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-md)}.cr8-glow{box-shadow:var(--shadow-glow)}.cr8-text-gradient{background-image:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.animate-in{animation:cr8-fade-in .2s ease-out both}.slide-in-from-right-10{animation:cr8-slide-in-right .2s ease-out both}.fade-in-0{opacity:0}@keyframes cr8-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cr8-slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes cr8-slide-in-left{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes cr8-slide-in-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cr8-slide-in-bottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.slide-in-from-right{animation:cr8-slide-in-right .3s ease-out both}.slide-in-from-left{animation:cr8-slide-in-left .3s ease-out both}.slide-in-from-top{animation:cr8-slide-in-top .3s ease-out both}.slide-in-from-bottom{animation:cr8-slide-in-bottom .3s ease-out both}.animate-shimmer{background:linear-gradient(90deg,hsl(var(--muted)),hsl(var(--muted-foreground) / .12),hsl(var(--muted)));background-size:200% 100%;animation:cr8-shimmer 1.5s infinite}@keyframes cr8-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
