@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;700;800&display=swap";:root{--bg-dark: #f8fafc;--bg-darker: #f1f5f9;--bg-card: #ffffff;--brand-navy: #1e293b;--brand-navy-light: #334155;--brand-silver: #94a3b8;--brand-silver-dark: #64748b;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border-color: #e2e8f0;--accent-glow: rgba(30, 41, 59, .15);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--font-heading: "Outfit", "Inter", sans-serif;--font-body: "Inter", sans-serif;--transition-fast: .2s ease;--transition-normal: .4s ease}[data-theme=light]{--bg-dark: #f8f9fa;--bg-darker: #ffffff;--bg-card: #ffffff;--text-primary: #111827;--text-secondary: #4b5563;--border-color: #e5e7eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:var(--font-body);border:none;background:none;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.section{padding:var(--spacing-xl) 0}.text-gradient{background:linear-gradient(135deg,var(--brand-navy),var(--brand-silver-dark));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
