:root{--background:#f5f5f0;--foreground:#000;--card:#fff;--card-foreground:#000;--popover:#fff;--popover-foreground:#000;--primary:#f2711c;--primary-foreground:#fff;--secondary:#f0f0f0;--secondary-foreground:#000;--muted:#e8e8e3;--muted-foreground:#555;--accent:#fff4e6;--accent-foreground:#c45000;--destructive:#ef4444;--destructive-foreground:#fff;--success:#22c55e;--success-foreground:#fff;--border:#000;--border-light:#333;--input:#000;--ring:#f2711c;--chart-1:#f2711c;--chart-2:#22c55e;--chart-3:#3b82f6;--chart-4:#e11d48;--chart-5:#8b5cf6;--sidebar:#fff;--sidebar-foreground:#000;--sidebar-primary:#f2711c;--sidebar-primary-foreground:#fff;--sidebar-accent:#fff4e6;--sidebar-accent-foreground:#c45000;--sidebar-border:#000;--sidebar-ring:#f2711c;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-serif:"Source Serif 4",serif;--font-mono:"JetBrains Mono","Courier New",monospace;--radius:0;--shadow-neo:4px 4px 0 #000;--shadow-neo-sm:3px 3px 0 #000;--shadow-neo-lg:6px 6px 0 #000;--shadow-neo-primary:4px 4px 0 #f2711c;--shadow-neo-success:4px 4px 0 #22c55e;--shadow-x:4px;--shadow-y:4px;--shadow-blur:0;--shadow-spread:0;--shadow-opacity:1;--shadow-color:#000;--shadow-2xs:2px 2px 0 #000;--shadow-xs:3px 3px 0 #000;--shadow-sm:4px 4px 0 #000;--shadow:4px 4px 0 #000;--shadow-md:5px 5px 0 #000;--shadow-lg:6px 6px 0 #000;--shadow-xl:8px 8px 0 #000;--shadow-2xl:10px 10px 0 #000;--tracking-normal:0em;--spacing:0.25rem;--border-width:3px;--border-width-thin:2px}.dark{--background:#1a1a1a;--foreground:#fff;--card:#2a2a2a;--card-foreground:#fff;--popover:#2a2a2a;--popover-foreground:#fff;--primary:#f2711c;--primary-foreground:#fff;--secondary:#333;--secondary-foreground:#fff;--muted:#333;--muted-foreground:#999;--accent:#3d2510;--accent-foreground:#ffb380;--destructive:#ef4444;--destructive-foreground:#fff;--success:#22c55e;--success-foreground:#fff;--border:#fff;--border-light:#666;--input:#fff;--ring:#f2711c;--chart-1:#f2711c;--chart-2:#22c55e;--chart-3:#60a5fa;--chart-4:#f472b6;--chart-5:#a78bfa;--sidebar:#1a1a1a;--sidebar-foreground:#fff;--sidebar-primary:#f2711c;--sidebar-primary-foreground:#fff;--sidebar-accent:#3d2510;--sidebar-accent-foreground:#ffb380;--sidebar-border:#fff;--sidebar-ring:#f2711c;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-serif:"Source Serif 4",serif;--font-mono:"JetBrains Mono","Courier New",monospace;--radius:0;--shadow-neo:4px 4px 0 #fff;--shadow-neo-sm:3px 3px 0 #fff;--shadow-neo-lg:6px 6px 0 #fff;--shadow-neo-primary:4px 4px 0 #f2711c;--shadow-neo-success:4px 4px 0 #22c55e;--shadow-x:4px;--shadow-y:4px;--shadow-blur:0;--shadow-spread:0;--shadow-opacity:1;--shadow-color:#000;--shadow-2xs:2px 2px 0 hsla(0,0%,100%,.3);--shadow-xs:3px 3px 0 hsla(0,0%,100%,.3);--shadow-sm:4px 4px 0 hsla(0,0%,100%,.3);--shadow:4px 4px 0 hsla(0,0%,100%,.3);--shadow-md:5px 5px 0 hsla(0,0%,100%,.3);--shadow-lg:6px 6px 0 hsla(0,0%,100%,.3);--shadow-xl:8px 8px 0 hsla(0,0%,100%,.3);--shadow-2xl:10px 10px 0 hsla(0,0%,100%,.3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.neo-btn{transition:transform .1s ease,box-shadow .1s ease}.neo-btn:active{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--border)!important}.neo-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--border)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--muted);border:2px solid var(--border)}::-webkit-scrollbar-thumb{background:var(--primary);border:2px solid var(--border)}::-webkit-scrollbar-thumb:hover{background:#d35400}