@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #0078d4;--primary-dark: #106ebe;--primary-light: #deecf9;--accent: #00b294;--text: #1a1a1a;--text-secondary: #616161;--text-muted: #8a8a8a;--bg: #ffffff;--bg-alt: #f5f5f5;--border: #e5e5e5}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}html{scroll-behavior:smooth}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.section-heading{font-size:2rem;font-weight:600;color:var(--text);line-height:1.3;letter-spacing:-.01em}@media (min-width: 640px){.section-heading{font-size:2.5rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fafafa}::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#a3a3a3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-marquee{animation:marquee 25s linear infinite}.animate-marquee:hover{animation-play-state:paused}
