@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.welcome-section{box-sizing:border-box;position:relative;min-height:calc(100vh - 246px);display:flex;align-items:center;justify-content:center}.welcome-section .wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}.welcome-section .avatar-container{display:flex;align-items:center;justify-content:center}.welcome-section .avatar-container img{width:100%;max-width:150px;border-radius:50%;border:2px solid #4a90e2}.welcome-section .info-container{display:flex;flex-direction:column;align-items:center;text-align:center}.welcome-section .info-container h2{font-size:32px;color:#fff;font-weight:600}.welcome-section .info-container h4{color:#fff;font-size:18px;font-weight:300;margin-top:2rem}@media only screen and (max-width: 768px){.welcome-section{padding-top:3rem}.welcome-section .avatar-container img{max-width:250px}.welcome-section .info-container h2{font-size:24px}.welcome-section .wrapper{gap:2rem}}@media only screen and (max-width: 480px){.welcome-section{padding-top:2rem}.welcome-section .avatar-container img{max-width:200px}.welcome-section .info-container h2{font-size:20px}.welcome-section .wrapper{gap:1.75rem}}.home .neon-lime{color:#cf0}.home .techy-orange{color:#ff6b35}.home .techy-blue{color:#4a90e2}header{display:flex;justify-content:space-between;align-items:center;background-color:#181818;padding:10px 40px;color:#fff;position:relative}header .logo{z-index:1001}header .logo a{text-decoration:none;color:#fff}header a{text-decoration:none;color:#fff;transition:transform .2s;font-size:15px;position:relative}header a:after{content:"";position:absolute;width:100%;height:2px;bottom:-4px;left:0;background-color:#ff6b35;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out}header a:hover{transform:translateY(-2px)}header a:hover:after{transform:scaleX(1);transform-origin:bottom left}header .nav-menu{box-sizing:border-box}header .nav-menu ul{display:flex;list-style:none;margin:0;padding:0}header .nav-menu ul li{margin-left:30px}header .nav-menu ul li:first-child{margin-left:0}header .hamburger{display:none;flex-direction:column;cursor:pointer;z-index:1002}header .hamburger span{height:3px;width:25px;background-color:#fff;margin-bottom:4px;transition:all .3s ease}header .hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}header .hamburger.open span:nth-child(2){opacity:0}header .hamburger.open span:last-child{transform:rotate(-45deg) translate(5px,-5px)}header .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:500;display:none}header .overlay.open{display:block}@media (max-width: 768px){header{padding:20px}header .logo{position:relative;z-index:1001}header .hamburger{display:flex;position:absolute;top:20px;right:20px}header .nav-menu{position:fixed;top:0;right:-300px;width:300px;height:100vh;background-color:#181818;padding:80px 20px 20px;transition:right .3s ease-in-out;z-index:1000;overflow-y:auto}header .nav-menu.open{right:0}header .nav-menu ul{flex-direction:column;width:100%}header .nav-menu ul li{margin:15px 0}}.footer{max-width:1400px;margin-left:auto;margin-right:auto;padding:40px;box-sizing:border-box}.footer .social{flex-direction:row-reverse;gap:2rem;height:60px;display:flex;align-items:center}.footer .copyright{box-sizing:border-box;min-height:70px;border-top:1px solid #2d2d2d;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:200;color:#fff;text-align:center}body{background-color:#202020;font-family:Poppins,sans-serif}body main{overflow:hidden}:root{--color-text-primary: #d6d6d6;--color-text-secondary: #7c7c7c;--color-accent-orange: #ff6b35;--color-accent-blue: #4a90e2;--page-max-width: 1200px;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--header-offset: 7rem;--title-size: clamp(1.9rem, 4vw, 2.4rem);--subtitle-size: clamp(1.3rem, 2.5vw, 1.75rem);--transition-base: .3s ease}.page{max-width:var(--page-max-width);margin-left:auto;margin-right:auto;padding:var(--space-2xl) var(--space-xl);margin-top:var(--header-offset);box-sizing:border-box}@media (max-width: 768px){.page{padding:var(--space-xl) var(--space-lg);margin-top:5.5rem}}h1.page-title{font-size:var(--title-size);color:var(--color-text-primary);text-align:center;font-weight:600;letter-spacing:.5px;position:relative;margin:0 0 var(--space-2xl)}h1.page-title:after{content:"";display:block;width:72px;height:3px;background:var(--color-accent-orange);margin:var(--space-md) auto 0;border-radius:2px}.page-intro{max-width:820px;margin:0 auto var(--space-3xl);font-size:.98rem;line-height:1.7;color:var(--color-text-secondary);font-weight:300;text-align:center}@media (max-width: 768px){.page-intro{font-size:.9rem;margin-bottom:var(--space-2xl);padding:0 var(--space-sm)}}.page section>h2,.page h2.section-title{font-size:var(--subtitle-size);color:var(--color-text-primary);font-weight:500;text-align:center;margin:var(--space-3xl) 0 var(--space-xl);position:relative}.page section>h2:after,.page h2.section-title:after{content:"";display:block;width:56px;height:3px;background:var(--color-accent-blue);margin:var(--space-sm) auto 0;border-radius:2px}.stack-lg>*+*{margin-top:var(--space-2xl)}.stack-md>*+*{margin-top:var(--space-xl)}.stack-sm>*+*{margin-top:var(--space-md)}
