@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-deep: #06101f;--bg-mid: #0b1a31;--bg-surface: rgba(17, 34, 58, .72);--line-soft: rgba(187, 210, 238, .16);--text-primary: #e5edf8;--text-secondary: #adc0d7;--text-muted: #9eb0c5;--accent: #4fd1c5;--accent-strong: #7de3da;--shadow-lg: 0 20px 50px rgba(4, 9, 20, .55)}html,body{margin:0;padding:0;scroll-behavior:smooth}body{background:radial-gradient(1200px circle at 20% -10%,rgba(79,209,197,.18),transparent 40%),radial-gradient(900px circle at 90% 20%,rgba(89,146,255,.14),transparent 45%),linear-gradient(145deg,var(--bg-deep),var(--bg-mid) 50%,#091226)!important;color:var(--text-primary);font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}#home-page{position:relative}.fade-in{opacity:0;transform:translateY(16px);animation:fadeInUp .65s ease forwards}.fade-delay-1{animation-delay:.12s}.fade-delay-2{animation-delay:.22s}.fade-delay-3{animation-delay:.32s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}
