@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap";
:root{--primary:#cf722f;--primary-light:#e2873c;--primary-dark:#ae6e3c;--primary-glow:#cf722f26;--secondary:#2563eb;--secondary-light:#eff6ff;--secondary-dark:#1d4ed8;--secondary-glow:#2563eb26;--foreground:#18181b;--foreground-muted:#71717a;--foreground-dark:#1c1917;--foreground-deep:#1a1200;--text-primary:var(--foreground);--text-secondary:var(--foreground-muted);--background:#fff;--background-alt:#fff7ed;--background-subtle:#fef3e2;--surface:#fff;--surface-light:#f8fafc;--surface-hover:#f1f5f9;--border:#e5e7eb;--success:#22c55e;--white:#fff;--black:#000;--primary-gradient:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);--secondary-gradient:linear-gradient(135deg, var(--secondary) 0%, var(--secondary-dark) 100%);--gradient-primary:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);--gradient-primary-dark:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);--gradient-warm:linear-gradient(180deg, var(--background-alt) 0%, var(--background) 100%);--gradient-hero:radial-gradient(1200px 600px at 80% 0%, #f57d142e, transparent 60%), radial-gradient(900px 500px at 0% 100%, #dda73c2e, transparent 60%), linear-gradient(180deg, var(--background-alt), var(--background));--gradient-cta:linear-gradient(135deg, var(--foreground) 0%, var(--foreground-dark) 50%, var(--foreground-deep) 100%);--gradient-section:linear-gradient(160deg, var(--background-alt) 0%, var(--white) 50%, var(--background-subtle) 100%);--shadow-soft:0 4px 20px -8px #45302114;--shadow-card:0 10px 40px -15px #6640192e;--shadow-glow:0 20px 60px -20px #944a0059}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-optical-sizing:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Roboto,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0;font-family:inherit}.roboto-flex{font-optical-sizing:auto;font-variation-settings:"wdth" 100;font-family:Roboto,sans-serif;font-style:normal}
