@tailwind base;@tailwind components;@tailwind utilities;:root{--background:220 20% 7%;--foreground:210 17% 96%;--card:224 20% 10%;--card-foreground:210 17% 96%;--primary:204 70% 61%;--primary-foreground:220 30% 10%;--secondary:220 16% 14%;--secondary-foreground:210 17% 96%;--muted:220 14% 16%;--muted-foreground:217 12% 70%;--accent:220 16% 14%;--accent-foreground:210 17% 96%;--destructive:0 72% 54%;--destructive-foreground:210 17% 96%;--border:217 19% 19%;--input:217 19% 19%;--ring:204 70% 61%}*{border-color:hsl(var(--border))}html{color-scheme:dark}body{min-height:100vh;background:radial-gradient(circle at top,rgba(73,122,174,.18),transparent 32%),linear-gradient(180deg,rgba(8,10,14,.98),#0b0e12);color:hsl(var(--foreground));font-family:Suisse Intl,Avenir Next,Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}::selection{background:rgba(103,168,230,.24)}@layer base{*{@apply border-border}}