@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap";:root{--bg: #FAFAFF;--text: #1A1A2E;--text-secondary: #4A4A6A;--accent: #8A6BFF;--accent-pink: #FF6BAC;--card-bg: white;--shadow: 0 4px 20px rgba(0,0,0,.05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-family:Inter,sans-serif;transition:background-color .3s ease;min-height:100vh;padding-top:70px}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:800}a{text-decoration:none;color:inherit;transition:opacity .2s}a:hover{opacity:.85}#mobile-menu-toggle,#mobile-menu{display:none}@media (max-width: 768px){#desktop-nav{display:none!important}header button:nth-child(2){display:block!important}#mobile-menu{display:block!important}body{padding-top:80px}}
