@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--background:#0b0d10;--secundaryground:#14171b;--thirdground:#22272e;--foreground:#e8edf2;--gray:#97a1ac;--accent:#2dd4bf;--accent-light:#5eead4;--accent-deep:#38bdf8;--accent-soft:rgba(45,212,191,0.12);--stroke:rgba(148,197,214,0.12);--surface:linear-gradient(160deg,#1d232a,#15181d);--shadow:0 20px 45px rgba(0,0,0,0.35);--radius-panel:24px;--radius-card:16px;--ff-poppins:"Poppins",sans-serif}html{color-scheme:dark;scroll-behavior:smooth}section[id]{scroll-margin-top:72px}body,html{width:100%;overflow-x:hidden}body{color:var(--foreground);background:radial-gradient(60rem 30rem at 85% -10%,rgba(45,212,191,.07),transparent 60%),radial-gradient(50rem 28rem at -10% 110%,rgba(56,189,248,.05),transparent 60%),var(--background);font-family:var(--ff-poppins);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--accent);color:#06231f}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none}a,button{color:inherit}button{background:none;border:0;font:inherit;cursor:pointer}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--secundaryground)}::-webkit-scrollbar-thumb{background:var(--thirdground);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#333c46}