@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes drawLine{0%{stroke-dashoffset:500}to{stroke-dashoffset:0}}@keyframes tabFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{font-family:DM Sans,sans-serif;background:#070d1f;color:#fff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#2b5cf6;border-radius:2px}a{color:inherit}button{font-family:inherit}:root{--accent-hex:#2b5cf6;--accent-light:#6b93ff;--accent-glow:rgba(43,92,246,0.35);--warm-hex:#d98b4a;--warm-light:#f2b382;--pad-x:64px}@media(max-width:1023px){:root{--pad-x:32px}}@media(max-width:639px){:root{--pad-x:20px}}body.no-scroll{overflow:hidden}