@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@property --color-1{syntax: "<color>"; inherits: true; initial-value: rgba(54,175,231,.6705882353);}@property --color-2{syntax: "<color>"; inherits: true; initial-value: #58c7cb;}@property --color-3{syntax: "<color>"; inherits: true; initial-value: #ace07e;}.container{max-width:1366px;margin-inline:auto}.components{padding-inline:12rem}.section-container{font-size:clamp(1.2rem,2.4vw,2rem);color:#ccd6f6;position:relative}.section-container:after{content:"";display:inline-block;width:250px;height:2px;background:rgba(225,225,225,.2);margin-inline-start:2rem}.section-container code{font-size:clamp(1rem,1.5vw,1.2rem);margin-right:1rem}@media screen and (max-width: 760px){.section-container:after{content:none}}.btn_snd_1{all:unset;display:flex;align-items:center;gap:.3rem;font-family:JetBrains Mono,monospace;margin-top:2rem;padding:.6rem 1.2rem;font-weight:500;border:1px solid #64ffda;color:#64ffda;border-radius:4px;cursor:pointer;background:transparent;font-size:.85rem;transition:all .2s ease-in-out;position:relative}.btn_snd_1:before{content:"";width:100%;height:100%;position:absolute;background:rgba(0,0,0,.8);z-index:-1;bottom:-20%;right:-10%;border-radius:4px;opacity:0;transform:opacity .5s linear}.btn_snd_1:before:hover{opacity:1}.btn_snd_1:hover{background-color:#64ffda;border:1px solid transparent;color:#06172c;font-weight:600}.btn_snd_1:hover:before{opacity:1}.loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(90deg,var(--color-1),var(--color-2),var(--color-3));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(2.9rem,4.5vw,5.7rem);background-size:200%;white-space:nowrap;animation:loading_blink 3s linear infinite}@keyframes loading_blink{0%{background-position:0% center}to{background-position:-200% center}}@media screen and (max-width: 1024px){.components{padding-inline:10.5rem}}@media screen and (max-width: 760px){.components{padding-inline:3rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-family:Inter,sans-serif}html ::selection{background:rgba(7,135,255,.103)}h1{color:#ccd6f6;font-size:clamp(2.9rem,4.5vw,5.7rem);font-weight:700}h2,h3,h4,h5,h6{font-weight:600;color:#a5afcc}p{color:#a5afcc;font-weight:500}li{list-style:none}a{text-decoration:none;color:#ccd6f6}input,button{font-family:inter}code{color:#64ffda;font-family:JetBrains Mono,monospace;font-weight:500}body{background:#06172c;color:#a5afcc}body::-webkit-scrollbar{width:5px;scroll-behavior:smooth}body::-webkit-scrollbar-track{background-color:transparent}body::-webkit-scrollbar-thumb{background:#495670}
