@import"tailwindcss";@theme inline{ --color-background: hsl(232 44% 6%); --color-foreground: hsl(228 40% 96%); --color-card: hsl(232 38% 9%); --color-card-foreground: hsl(228 40% 96%); --color-popover: hsl(232 38% 9%); --color-popover-foreground: hsl(228 40% 96%); --color-primary: hsl(248 88% 68%); --color-primary-foreground: hsl(232 44% 6%); --color-secondary: hsl(232 30% 15%); --color-secondary-foreground: hsl(228 40% 96%); --color-muted: hsl(232 28% 14%); --color-muted-foreground: hsl(230 18% 68%); --color-accent: hsl(190 95% 55%); --color-accent-foreground: hsl(232 44% 6%); --color-destructive: hsl(0 72% 55%); --color-destructive-foreground: hsl(228 40% 96%); --color-border: hsl(232 28% 20%); --color-input: hsl(232 28% 20%); --color-ring: hsl(248 88% 68%); --color-sidebar-background: hsl(232 38% 9%); --color-sidebar-foreground: hsl(228 40% 96%); --color-sidebar-primary: hsl(248 88% 68%); --color-sidebar-primary-foreground: hsl(232 44% 6%); --color-sidebar-accent: hsl(232 30% 15%); --color-sidebar-accent-foreground: hsl(228 40% 96%); --color-sidebar-border: hsl(232 28% 20%); --color-sidebar-ring: hsl(248 88% 68%); --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 9s ease-in-out infinite; --animate-rise: rise .7s cubic-bezier(.22, 1, .36, 1) both; --animate-shimmer: shimmer 6s linear infinite; }:root{--radius: 1rem}@keyframes float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-26px,0) scale(1.05)}}@keyframes rise{0%{opacity:0;transform:translate3d(0,26px,0)}to{opacity:1;transform:none}}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground font-sans antialiased;}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em}::selection{background:#7966f559}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,[role=button][aria-disabled=true],input:disabled:is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:not-allowed}}@layer components{.glass{background:linear-gradient(150deg,#151932d9,#0b0e1db3);border:1px solid hsl(248 60% 70% / .14);backdrop-filter:blur(18px)}.glass-hover{transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .35s}.glass-hover:hover{transform:translateY(-6px);border-color:#7966f573;box-shadow:0 24px 60px -28px #573ff399}.text-gradient{background:linear-gradient(100deg,#60a3fb,#9080fa,#de77f8);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:var(--animate-shimmer)}.aurora{position:absolute;border-radius:9999px;filter:blur(90px);opacity:.45;pointer-events:none}}
