@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--font-heading: "IBM Plex Mono", monospace;--font-body: "IBM Plex Mono", monospace;--background: 150 30% 7%;--foreground: 120 10% 90%;--card: 150 25% 10%;--card-foreground: 120 10% 90%;--popover: 150 25% 10%;--popover-foreground: 120 10% 90%;--primary: 140 40% 24%;--primary-foreground: 0 0% 100%;--secondary: 150 15% 15%;--secondary-foreground: 120 8% 70%;--muted: 150 15% 12%;--muted-foreground: 120 8% 55%;--accent: 42 55% 50%;--accent-foreground: 0 0% 100%;--destructive: 0 70% 50%;--destructive-foreground: 0 0% 100%;--success: 140 40% 35%;--success-foreground: 0 0% 100%;--warning: 42 55% 50%;--warning-foreground: 0 0% 100%;--border: 150 15% 18%;--input: 150 15% 18%;--ring: 140 40% 30%;--radius: 14px;--radius-button: 10px;--sidebar-background: 150 35% 5%;--sidebar-foreground: 120 8% 65%;--sidebar-primary: 140 40% 24%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 150 25% 10%;--sidebar-accent-foreground: 120 10% 90%;--sidebar-border: 150 15% 14%;--sidebar-ring: 140 40% 24%}.light{--background: 150 8% 92%;--foreground: 150 25% 15%;--card: 0 0% 98%;--card-foreground: 150 25% 15%;--popover: 0 0% 98%;--popover-foreground: 150 25% 15%;--primary: 140 55% 20%;--primary-foreground: 0 0% 100%;--secondary: 150 8% 85%;--secondary-foreground: 150 20% 30%;--muted: 150 8% 88%;--muted-foreground: 150 15% 40%;--accent: 42 55% 45%;--accent-foreground: 0 0% 100%;--border: 150 8% 82%;--input: 150 8% 82%;--ring: 140 55% 25%;--sidebar-background: 150 8% 88%;--sidebar-foreground: 150 20% 30%;--sidebar-primary: 140 55% 20%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 150 8% 82%;--sidebar-accent-foreground: 150 25% 15%;--sidebar-border: 150 8% 78%;--sidebar-ring: 140 55% 25%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);@apply font-bold tracking-tight;}}@layer utilities{.panel-card{@apply relative overflow-hidden bg-card border border-border rounded-[24px] p-6 shadow-lg shadow-black/20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.panel-card:before{content:"";@apply absolute top-0 left-0 w-full h-[1px] bg-gradient-to-r from-transparent via-primary/20 to-transparent;}.glass-pill{@apply bg-white/5 border border-white/10 backdrop-blur-md rounded-full px-4 py-1.5 text-[12px] font-bold text-foreground;}.btn-primary{@apply bg-primary text-primary-foreground font-bold px-5 py-2.5 rounded-[12px] transition-all relative overflow-hidden shadow-lg shadow-primary/20 border border-primary/30;}.btn-primary:hover{@apply brightness-110 scale-[1.02];}.brand-gradient{background:linear-gradient(135deg,#1e5c2e,#c9973a)}.text-brand-gradient{background:linear-gradient(135deg,#1e5c2e,#c9973a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}}
