@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root,:host{--font-sans:var(--font-sans);--font-mono:var(--font-mono);--shadow-sm:var(--shadow-sm);--shadow:var(--shadow);--shadow-md:var(--shadow-md);--shadow-lg:var(--shadow-lg);--shadow-xl:var(--shadow-xl);--shadow-2xl:var(--shadow-2xl)}:root{--background:#fff;--foreground:#0a0a0f;--card:#fff;--card-foreground:#0a0a0f;--popover:#fff;--popover-foreground:#0a0a0f;--primary:#06c;--primary-light:#39f;--primary-dark:#049;--primary-foreground:#fff;--secondary:#60c;--secondary-light:#96f;--secondary-dark:#409;--secondary-foreground:#fff;--accent:#f60;--accent-light:#f84;--accent-dark:#e55d00;--accent-foreground:#fff;--muted:#f5f7fa;--muted-foreground:#6b7280;--info:#06c;--info-foreground:#fff;--destructive:#dc2626;--destructive-foreground:#fff;--success:#16a34a;--success-foreground:#fff;--warning:#f59e0b;--warning-foreground:#0a0a0f;--border:#e5e7eb;--border-light:#f3f4f6;--input:#e5e7eb;--ring:#06c;--chart-1:#06c;--chart-2:#60c;--chart-3:#f60;--chart-4:#39f;--chart-5:#96f;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--radius:.75rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-glow-blue:0 0 40px #0066cc26;--shadow-glow-purple:0 0 40px #6600cc26;--shadow-glow-orange:0 0 40px #ff66004d;--spacing:.25rem}@layer utilities{.gradient-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%)}.gradient-accent{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%)}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-orange{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glow-blue{box-shadow:var(--shadow-glow-blue)}.glow-purple{box-shadow:var(--shadow-glow-purple)}.glow-orange{box-shadow:var(--shadow-glow-orange)}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3}.glass-dark{-webkit-backdrop-filter:blur(12px);background:#0a0a0fcc}.animate-float{animation:6s ease-in-out infinite float}.animate-float-delay{animation:6s ease-in-out 3s infinite float}.animate-pulse-slow{animation:4s ease-in-out infinite pulse-slow}.animate-gradient{background-size:200% 200%;animation:8s infinite gradient-shift}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.text-balance{text-wrap:balance}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.6}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}::-moz-selection{color:var(--foreground);background-color:#06c3}::selection{color:var(--foreground);background-color:#06c3}
