@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-border: var(--border); --color-input: var(--input); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-ring: var(--ring);}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#050505;--foreground:#f5f5f5;--popover:#0a0a0af5;--popover-foreground:#f5f5f5;--border:#ffffff24;--input:#ffffff24;--primary:#dc2626;--primary-foreground:#fff;--secondary:#18181b;--secondary-foreground:#fafafa;--accent:#ef444424;--accent-foreground:#fff;--muted:#ffffff14;--muted-foreground:#bdbdc2;--destructive:#ef4444;--destructive-foreground:#fff;--ring:#f8717199}*{box-sizing:border-box}html,body{background:#000;width:100%;min-height:100%;margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100dvh;font-family:Trebuchet MS,Segoe UI,sans-serif}a{text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
