@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
.styles-module__hdN3kq__header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#020617b3;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 5%;display:flex;position:fixed;top:0;left:0}.styles-module__hdN3kq__logoText{color:var(--blue-primary);letter-spacing:-1px;font-size:1.5rem;font-weight:800}.styles-module__hdN3kq__navList{gap:2rem;list-style:none;display:flex}.styles-module__hdN3kq__navItem a{color:var(--text-muted);font-size:1.1rem;font-weight:500;transition:all .3s;position:relative}.styles-module__hdN3kq__navItem a:hover{color:var(--text-main)}.styles-module__hdN3kq__actions{align-items:center;gap:1.5rem;display:flex}.styles-module__hdN3kq__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:1.5rem;padding:0;display:none}.styles-module__hdN3kq__bar{background:var(--text-main);border-radius:10px;width:2rem;height:.2rem;transition:all .3s}@media (max-width:968px){.styles-module__hdN3kq__hamburger{display:flex}.styles-module__hdN3kq__actions{z-index:1001}.styles-module__hdN3kq__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020617f2;justify-content:center;align-items:center;width:80%;height:100vh;transition:right .4s ease-in-out;display:flex;position:fixed;top:0;right:-100%}.styles-module__hdN3kq__navActive{right:0}.styles-module__hdN3kq__navList{flex-direction:column;align-items:center;gap:3rem}.styles-module__hdN3kq__hamburgerActive .styles-module__hdN3kq__bar:first-child{transform:translateY(8px)rotate(45deg)}.styles-module__hdN3kq__hamburgerActive .styles-module__hdN3kq__bar:nth-child(2){opacity:0}.styles-module__hdN3kq__hamburgerActive .styles-module__hdN3kq__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}
:root{--bg-dark:#020617;--bg-card:#0f172ab3;--blue-primary:#3b82f6;--blue-secondary:#1d4ed8;--blue-accent:#60a5fa;--text-main:#f8fafc;--text-muted:#94a3b8;--glass-border:#ffffff1a;--glass-bg:#1e293b80}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--bg-dark);width:100%;color:var(--text-main);scroll-behavior:smooth;background-image:radial-gradient(at 0 0,#1e40af26 0,#0000 50%),radial-gradient(at 100% 100%,#1e40af26 0,#0000 50%);font-family:Outfit,sans-serif;overflow-x:hidden}body{min-height:100vh}h1,h2,h3{letter-spacing:-.025em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--blue-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--blue-primary)}.reveal-on-scroll{opacity:1;transition:all .6s ease-out;transform:translateY(0)}.reveal-on-scroll.active{opacity:1;transform:translateY(0)}
