@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap";:root{--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--color-brand-primary: #1573cf;--color-brand-primary-hover: #0f64b5;--color-brand-accent: #5cdac5;--color-brand-heading: #3f5f85;--color-brand-subheading: #4a7a96;--color-brand-navy: #092751;--color-neutral-text: #1d232e;--color-neutral-secondary: #2f344b;--color-neutral-strong: #111827;--color-neutral-muted: #4b5563;--color-neutral-subtle: #6b7280;--color-surface-default: #ffffff;--color-surface-soft: #f8f9fb;--color-surface-soft-alpha: rgb(248 249 251 / .96);--color-surface-section: #f1f4f8;--color-surface-auth: #282828;--color-surface-glass: rgb(255 255 255 / .06);--color-surface-muted: #dee3eb;--color-border-default: #dee3eb;--color-border-light: #e8ecf2;--color-border-strong: rgb(0 0 0 / .17);--color-brand-accent-hover: #4bc9b4;--color-brand-accent-faint: rgb(92 218 197 / .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .08), 0 2px 4px -2px rgb(0 0 0 / .06);--space-section-y: 3rem;--space-section-y-lg: 4.5rem;--content-max-width: 72rem}html{font-family:var(--font-sans)}body{margin:0;color:var(--color-neutral-text);background-color:var(--color-surface-default)}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes hero-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hero-typewriter-cursor{animation:hero-cursor-blink 1s step-end infinite}@keyframes hero-photo-fade-in{0%{opacity:0}to{opacity:1}}.hero-photo-fade-in{animation:hero-photo-fade-in .85s ease-out forwards;opacity:0}
