@import url("https://fonts.googleapis.com/css2?family=Anton&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--color-dark);background-color:var(--color-bg)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-body);cursor:pointer}input,select,textarea{font-family:var(--font-body);font-size:var(--text-base)}img{max-width:100%;height:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--color-primary:#F26522;--color-primary-hover:#d95a1d;--color-primary-light:#fef0e8;--color-primary-50:#fff7f2;--color-dark:#2D2D2D;--color-dark-600:#404040;--color-dark-500:#555555;--color-dark-400:#777777;--color-dark-300:#999999;--color-dark-200:#cccccc;--color-dark-100:#e5e5e5;--color-dark-50:#f5f5f5;--color-white:#ffffff;--color-bg:#fafafa;--color-border:#e5e5e5;--color-success:#22c55e;--color-success-light:#f0fdf4;--color-warning:#eab308;--color-warning-light:#fefce8;--color-error:#ef4444;--color-error-light:#fef2f2;--color-info:#3b82f6;--color-info-light:#eff6ff;--font-heading:"Anton",sans-serif;--font-body:"Space Grotesk",sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--sidebar-width:260px;--header-height:64px;--max-content-width:1200px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);--transition-fast:150ms ease;--transition-base:200ms ease;--transition-slow:300ms ease}