@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 240 33% 4%;--foreground: 0 0% 100%;--card: 240 20% 7%;--card-foreground: 0 0% 100%;--popover: 240 20% 7%;--popover-foreground: 0 0% 100%;--primary: 357 91% 49%;--primary-foreground: 0 0% 100%;--secondary: 240 20% 11%;--secondary-foreground: 0 0% 100%;--muted: 240 20% 11%;--muted-foreground: 240 10% 70%;--accent: 190 100% 50%;--accent-foreground: 240 33% 4%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 20% 15%;--input: 240 20% 15%;--ring: 357 91% 49%;--radius: .75rem;--sidebar-background: 240 20% 5%;--sidebar-foreground: 0 0% 100%;--sidebar-primary: 357 91% 49%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 20% 11%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 240 20% 15%;--sidebar-ring: 357 91% 49%;--gold: 45 90% 55%}}@layer base{*{@apply border-border;}html{scroll-behavior:smooth}body{@apply bg-background text-foreground antialiased;font-family:Plus Jakarta Sans,Inter,system-ui,-apple-system,sans-serif;background-color:#0a0a0f;font-size:15px;line-height:1.6;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{font-family:Outfit,Bebas Neue,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2}}@layer utilities{.font-title{font-family:Outfit,sans-serif;letter-spacing:.04em}.font-body{font-family:Plus Jakarta Sans,system-ui,sans-serif}.text-gradient{background:linear-gradient(135deg,#fff,#a0a0b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-accent{background:linear-gradient(135deg,#e50914,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}.glass-strong{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.glow-red{box-shadow:0 0 20px #e509144d,0 0 40px #e509141a}.glow-cyan{box-shadow:0 0 20px #00d4ff4d,0 0 40px #00d4ff1a}.card-glow:hover{box-shadow:0 0 30px #00d4ff26,0 8px 32px #0006}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.shimmer{background:linear-gradient(90deg,#1a1a2e 25%,#252540,#1a1a2e 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-shimmer{background:linear-gradient(90deg,#ffffff08,#ffffff14,#ffffff08);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}@layer base{.dark{color-scheme:dark}}
