@import"tailwindcss";@theme inline{ --color-background: hsl(222 47% 6%); --color-foreground: hsl(210 40% 98%); --color-card: hsl(222 40% 9%); --color-card-foreground: hsl(210 40% 98%); --color-popover: hsl(222 40% 9%); --color-popover-foreground: hsl(210 40% 98%); --color-primary: hsl(214 100% 56%); --color-primary-foreground: hsl(210 40% 99%); --color-secondary: hsl(222 33% 14%); --color-secondary-foreground: hsl(210 40% 98%); --color-muted: hsl(222 30% 13%); --color-muted-foreground: hsl(215 20% 68%); --color-accent: hsl(187 92% 52%); --color-accent-foreground: hsl(222 47% 8%); --color-destructive: hsl(0 72% 51%); --color-destructive-foreground: hsl(210 40% 98%); --color-border: hsl(220 26% 20%); --color-input: hsl(220 26% 20%); --color-ring: hsl(214 100% 56%); --color-navy: hsl(222 47% 6%); --color-navy-soft: hsl(222 40% 10%); --color-electric: hsl(214 100% 56%); --color-violet: hsl(264 84% 66%); --color-cyan: hsl(187 92% 52%); --color-graphite: hsl(220 12% 46%); --color-sidebar-background: hsl(222 40% 9%); --color-sidebar-foreground: hsl(210 40% 96%); --color-sidebar-primary: hsl(214 100% 56%); --color-sidebar-primary-foreground: hsl(0 0% 100%); --color-sidebar-accent: hsl(222 33% 14%); --color-sidebar-accent-foreground: hsl(210 40% 96%); --color-sidebar-border: hsl(220 26% 20%); --color-sidebar-ring: hsl(214 100% 56%); --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: .9rem;color-scheme:dark}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground antialiased;font-family:var(--font-sans)}h1,h2,h3,h4,.font-display{font-family:var(--font-display);letter-spacing:-.02em}::selection{background:#1f80ff59}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}:focus-visible{outline:2px solid hsl(187 92% 52%);outline-offset:2px}}@layer utilities{.glass{background:linear-gradient(180deg,#1823399e,#0d132180);backdrop-filter:blur(14px);border:1px solid hsl(210 60% 80% / .09)}.text-gradient{background:linear-gradient(100deg,#63b3ff,#8b5cf6 48%,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent}.grid-lines{background-image:linear-gradient(hsl(210 60% 80% / .045) 1px,transparent 1px),linear-gradient(90deg,hsl(210 60% 80% / .045) 1px,transparent 1px);background-size:64px 64px}.glow-blue{box-shadow:0 0 0 1px #1f80ff40,0 24px 70px -20px #1f80ff8c}.animate-rise{animation:rise .8s cubic-bezier(.22,1,.36,1) both}.animate-float{animation:floaty 7s ease-in-out infinite}}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}
