@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');:root{--auxia-blue:#1f3556;--auxia-digital:#1ea7d8;--auxia-green:#7bc043;--auxia-white:#fff;--auxia-gray:#6b7280;--auxia-light:#f3f4f6;--auxia-dark:#162842;--color-background:#fff;--color-foreground:#1f3556;--color-primary:#1f3556;--color-primary-foreground:#fff;--color-secondary:#f3f4f6;--color-secondary-foreground:#1f3556;--color-accent:#1ea7d8;--color-accent-foreground:#fff;--color-muted:#f3f4f6;--color-muted-foreground:#6b7280;--color-success:#7bc043;--color-success-foreground:#fff;--color-destructive:#ef4444;--color-border:#e5e7eb;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-section:5rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-full:9999px;--font-family:'Inter',system-ui,-apple-system,sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.625;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--transition-fast:.15s ease-out;--transition-base:.2s ease-out;--transition-slow:.4s ease-out;--container-max:1200px;--container-padding:1.5rem}.dark,[data-theme=dark]{--color-background:#141d2b;--color-foreground:#f3f4f6;--color-primary:#1ea7d8;--color-primary-foreground:#fff;--color-secondary:#1f3556;--color-secondary-foreground:#f3f4f6;--color-muted:#1f3556;--color-muted-foreground:#9ca3af;--color-border:#2d3b50}body{font-family:var(--font-family);color:var(--color-foreground);background-color:var(--color-background)}