@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");@layer base{:root{--background:222 47% 7%;--foreground:210 40% 96%;--card:222 40% 10%;--card-foreground:210 40% 96%;--popover:222 40% 10%;--popover-foreground:210 40% 96%;--primary:217 91% 60%;--primary-foreground:222 47% 7%;--secondary:220 14% 16%;--secondary-foreground:210 40% 96%;--muted:217 30% 14%;--muted-foreground:215 20% 60%;--accent:199 89% 48%;--accent-foreground:222 47% 7%;--destructive:0 84% 60%;--destructive-foreground:210 40% 98%;--border:217 30% 18%;--input:217 30% 18%;--ring:217 91% 60%;--radius:0.5rem;--amazon:36 100% 50%;--mercadolivre:52 98% 52%;--shopee:14 100% 50%}*{@apply border-border}body{@apply bg-background text-foreground;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}}@layer utilities{.text-gradient{@apply bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent}.card-glow{box-shadow:0 0 0 1px hsl(var(--border)),0 4px 24px -4px rgba(59,130,246,.1);transition:box-shadow .2s ease}.card-glow:hover{box-shadow:0 0 0 1px hsl(var(--primary)/.4),0 8px 32px -4px rgba(59,130,246,.2)}.affiliate-amazon{background:hsl(var(--amazon));color:#000}.affiliate-amazon:hover{background:#e68a00}.affiliate-ml{background:hsl(var(--mercadolivre));color:#000}.affiliate-ml:hover{background:#edce02}.affiliate-shopee{background:hsl(var(--shopee));color:#fff}.affiliate-shopee:hover{background:#e63600}}.prose-dark{color:hsl(var(--foreground))}.prose-dark h2{color:hsl(var(--primary));font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem}.prose-dark h2,.prose-dark h3{font-family:Space Grotesk,sans-serif;font-weight:600}.prose-dark h3{color:hsl(var(--accent));font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.prose-dark p{margin-bottom:1rem;line-height:1.75;color:hsl(var(--muted-foreground))}.prose-dark strong{color:hsl(var(--foreground));font-weight:600}.prose-dark ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.prose-dark li{margin-bottom:.25rem;color:hsl(var(--muted-foreground))}.prose-dark a{color:hsl(var(--primary));text-decoration:underline}.prose-dark code{background:hsl(var(--muted));padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary)/.5)}