@import"tailwindcss";@theme inline{ --color-background: hsl(222 60% 4%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 46% 8%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 50% 7%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(221 89% 58%); --color-primary-foreground: hsl(210 40% 99%); --color-secondary: hsl(220 34% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(220 30% 13%); --color-muted-foreground: hsl(215 20% 68%); --color-accent: hsl(189 94% 55%); --color-accent-foreground: hsl(222 60% 6%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(217 33% 18%); --color-input: hsl(217 33% 18%); --color-ring: hsl(221 89% 58%); --color-midnight: hsl(224 64% 6%); --color-graphite: hsl(220 16% 12%); --color-electric: hsl(221 89% 58%); --color-cyanglow: hsl(189 94% 55%); --color-sidebar-background: hsl(224 60% 6%); --color-sidebar-foreground: hsl(210 40% 96%); --color-sidebar-primary: hsl(221 89% 58%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(220 30% 13%); --color-sidebar-accent-foreground: hsl(210 40% 96%); --color-sidebar-border: hsl(217 33% 18%); --color-sidebar-ring: hsl(189 94% 55%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif; --font-display: "Sora", ui-sans-serif, system-ui, sans-serif; }:root{--radius: 1rem;color-scheme:dark}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground antialiased;background-image:radial-gradient(60rem 40rem at 12% -10%,hsl(221 89% 40% / .28),transparent 60%),radial-gradient(50rem 36rem at 92% 4%,hsl(189 94% 45% / .18),transparent 62%),radial-gradient(46rem 34rem at 50% 108%,hsl(221 89% 45% / .14),transparent 60%);background-attachment:fixed}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em}button:not(:disabled),[role=button]:not(:disabled):not([aria-disabled=true]),summary,select:not(:disabled),input:not(:disabled):is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:pointer}button:disabled,select:disabled,input:disabled{cursor:not-allowed}:focus-visible{outline:2px solid hsl(189 94% 55%);outline-offset:2px}}@layer utilities{.glass{background:linear-gradient(160deg,#1f304780,#0a101f8c);backdrop-filter:blur(16px);border:1px solid hsl(210 60% 80% / .1)}.glass-strong{background:linear-gradient(160deg,#223959b3,#091020c7);backdrop-filter:blur(22px);border:1px solid hsl(210 60% 80% / .14)}.text-gradient{background:linear-gradient(100deg,#fff 10%,#7cc4ff 55%,#22d3ee 95%);-webkit-background-clip:text;background-clip:text;color:transparent}.grid-lines{background-image:linear-gradient(hsl(210 60% 80% / .05) 1px,transparent 1px),linear-gradient(90deg,hsl(210 60% 80% / .05) 1px,transparent 1px);background-size:64px 64px}.glow-ring{box-shadow:0 0 0 1px #adcceb14,0 24px 70px -28px #3571f3b3}}@keyframes hp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes hp-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.animate-float{animation:hp-float 7s ease-in-out infinite}.reveal{opacity:0}.reveal.is-visible{animation:hp-rise .7s cubic-bezier(.22,1,.36,1) forwards}@media (prefers-reduced-motion: reduce){.animate-float{animation:none}.reveal,.reveal.is-visible{opacity:1;animation:none}html{scroll-behavior:auto}}
