@import"tailwindcss";@theme inline{ --color-background: hsl(224 64% 5%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(223 50% 9%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(223 50% 9%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(217 92% 58%); --color-primary-foreground: hsl(224 64% 6%); --color-secondary: hsl(223 40% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(223 34% 13%); --color-muted-foreground: hsl(215 25% 68%); --color-accent: hsl(268 84% 66%); --color-accent-foreground: hsl(210 40% 98%); --color-destructive: hsl(0 72% 55%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(220 32% 20%); --color-input: hsl(220 32% 20%); --color-ring: hsl(190 95% 55%); --color-navy: hsl(224 64% 5%); --color-electric: hsl(217 92% 58%); --color-cyan: hsl(188 94% 55%); --color-violet: hsl(268 84% 66%); --color-graphite: hsl(220 14% 44%); --color-sidebar-background: hsl(223 50% 9%); --color-sidebar-foreground: hsl(210 40% 98%); --color-sidebar-primary: hsl(217 92% 58%); --color-sidebar-primary-foreground: hsl(224 64% 6%); --color-sidebar-accent: hsl(223 40% 14%); --color-sidebar-accent-foreground: hsl(210 40% 98%); --color-sidebar-border: hsl(220 32% 20%); --color-sidebar-ring: hsl(190 95% 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; --animate-float: float 7s ease-in-out infinite; }@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}:root{--radius: 1rem;color-scheme:dark}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans antialiased;background-image:radial-gradient(60rem 40rem at 12% -10%,hsl(217 92% 58% / .18),transparent 60%),radial-gradient(48rem 34rem at 92% 4%,hsl(268 84% 66% / .16),transparent 62%),radial-gradient(52rem 40rem at 50% 110%,hsl(188 94% 55% / .1),transparent 60%);background-attachment:fixed}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.025em}::selection{background:#20dbf84d}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{cursor:not-allowed}}@utility glass{background: linear-gradient(150deg,hsl(210 40% 98% / .07),hsl(210 40% 98% / .02)); border: 1px solid hsl(210 40% 98% / .1); backdrop-filter: blur(16px);}@utility text-gradient{background: linear-gradient(100deg,hsl(188 94% 62%),hsl(217 92% 66%) 45%,hsl(268 84% 72%)); -webkit-background-clip: text; background-clip: text; color: transparent;}
