@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");*{margin:0;padding:0;text-decoration:none;font-family:Raleway,sans-serif;color:#eeeff1}body,html{min-height:100%}body{background:#000114;background-repeat:no-repeat}p{margin:16px auto;line-height:1.5em}@import"https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap";@keyframes navbar_fade-down__766ya{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar_nav__zvqNF{display:flex;flex-direction:row;margin:40px auto;align-items:center;justify-content:space-between}.navbar_logo__niPi8{animation:navbar_fade-down__766ya .8s 1s backwards}.navbar_logo__niPi8 h1{color:#00ffe5;font-family:Racing Sans One,sans-serif;cursor:pointer;display:flex;justify-content:center;text-decoration:none}.navbar_linkFlex__tmf7i{display:flex;gap:50px}.navbar_linkFlex__tmf7i .navbar_active__Vjk6W{border:solid #00ffe5;border-width:0 0 2px;color:#00ffe5}.navbar_navLinks__3FaWx{color:#6a6d71;padding:15px 0;position:relative;text-decoration:none;font-weight:500}.navbar_navLinks__3FaWx:hover{color:#eeeff1;text-decoration:none}.navbar_navLinks__3FaWx:hover:after{width:100%;left:0}.navbar_navLinks__3FaWx:after{background:none repeat scroll 0 0 transparent;bottom:0;content:"";display:block;height:2px;left:50%;position:absolute;background:#eeeff1;transition:width .3s ease 0s,left .3s ease 0s;width:0}.navbar_sideBar__OTYwh{display:block;z-index:99}.navbar_menuButton__TzMkS{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar_menuButton__TzMkS:hover{background:rgba(0,255,229,.1);transform:scale(1.05)}.navbar_menuButton__TzMkS:focus{outline:2px solid rgba(0,255,229,.5);outline-offset:2px}.navbar_bars__MiZEj{color:#eeeff1;transition:color .3s ease}.navbar_menuButton__TzMkS:hover .navbar_bars__MiZEj{color:#00ffe5}.navbar_backdrop__6tQYk{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);z-index:998;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.23,1,.32,1)}.navbar_backdropActive__OaLUU{opacity:1;visibility:visible;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.navbar_navMenu__fcEp2{position:fixed;top:0;right:-100%;height:100vh;width:320px;background:linear-gradient(145deg,rgba(23,23,36,.95),rgba(26,26,46,.95));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(0,255,229,.2);box-shadow:-10px 0 30px rgba(0,0,0,.3),inset 1px 0 0 hsla(0,0%,100%,.1);z-index:999;display:flex;flex-direction:column;transition:right .4s cubic-bezier(.23,1,.32,1);overflow-y:auto}.navbar_navMenu__fcEp2::-webkit-scrollbar{width:6px}.navbar_navMenu__fcEp2::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.navbar_navMenu__fcEp2::-webkit-scrollbar-thumb{background:rgba(0,255,229,.3);border-radius:3px}.navbar_navMenu__fcEp2::-webkit-scrollbar-thumb:hover{background:rgba(0,255,229,.5)}.navbar_navMenuActive__9BGAJ{right:0}.navbar_sidebarHeader____SKq{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:1rem}.navbar_sidebarLogo__hV_Te .navbar_logoText__9TScO{font-family:Racing Sans One,monospace;font-size:1.5rem;color:#00ffe5;font-weight:700}.navbar_closeButton__Ah7hu{background:none;border:none;color:hsla(0,0%,100%,.8);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar_closeButton__Ah7hu:hover{background:hsla(0,0%,100%,.1);color:#00ffe5;transform:rotate(90deg)}.navbar_closeButton__Ah7hu:focus{outline:2px solid rgba(0,255,229,.5);outline-offset:2px}.navbar_navContent__6RhtT{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:0 1rem}.navbar_navMenuItems__ZmWuO{list-style:none;padding:0;margin:0}.navbar_navItem__7jWjT{margin-bottom:.5rem}.navbar_navLink__wcADx{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:hsla(0,0%,100%,.8);border-radius:12px;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;font-weight:500;font-size:1rem}.navbar_navLink__wcADx:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,229,.1) 50%,transparent);transition:left .5s ease}.navbar_navLink__wcADx:hover{background:rgba(0,255,229,.1);color:#00ffe5;transform:translateX(8px);box-shadow:0 4px 15px rgba(0,255,229,.2)}.navbar_navLink__wcADx:hover:before{left:100%}.navbar_navLink__wcADx:hover .navbar_navIcon__WRMpr{transform:scale(1.2);color:#00ffe5}.navbar_navLink__wcADx:focus{outline:2px solid rgba(0,255,229,.5);outline-offset:2px}.navbar_navLinkActive__Myf03{background:linear-gradient(135deg,rgba(0,255,229,.2),rgba(0,255,229,.1));color:#00ffe5;border:1px solid rgba(0,255,229,.3)}.navbar_navLinkActive__Myf03 .navbar_navIcon__WRMpr{color:#00ffe5}.navbar_navLinkActive__Myf03:before{background:linear-gradient(90deg,transparent,rgba(0,255,229,.2) 50%,transparent)}.navbar_navIcon__WRMpr{margin-right:1rem;transition:all .3s ease;color:hsla(0,0%,100%,.6)}.navbar_navText__4tFFp{flex:1 1;font-weight:500}.navbar_activeIndicator__eDmZs{width:4px;height:4px;background:#00ffe5;border-radius:50%;margin-left:.5rem;animation:navbar_pulse__1F5qF 2s infinite}@keyframes navbar_pulse__1F5qF{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.navbar_sidebarFooter__PuBvD{padding:1.5rem;border-top:1px solid hsla(0,0%,100%,.1);margin-top:auto}.navbar_footerContent__QXkpt{text-align:center}.navbar_footerText__3ksL_{color:hsla(0,0%,100%,.6);font-size:.85rem;margin-bottom:1rem;line-height:1.4}.navbar_socialLinks___9UHo{display:flex;justify-content:center;gap:1rem}.navbar_socialLink__hglz9{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:50%;color:hsla(0,0%,100%,.6);text-decoration:none;transition:all .3s ease}.navbar_socialLink__hglz9:hover{background:rgba(0,255,229,.2);color:#00ffe5;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,255,229,.3)}.navbar_socialLink__hglz9 svg{transition:transform .3s ease}.navbar_socialLink__hglz9:hover svg{transform:scale(1.1)}@media screen and (min-width:700px){.navbar_bars__MiZEj,.navbar_sideBar__OTYwh{display:none}}@media screen and (max-width:700px){.navbar_linkFlex__tmf7i{display:none}.navbar_bars__MiZEj{display:block}}.styles_footer_div__q2Sxk{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;align-items:center;width:100%;margin:2rem 0}.styles_footer_div__q2Sxk span{color:#00ffe5}.styles_footer_div__q2Sxk p{color:#eeeff1}.styles_icon_div__6vNU6{display:flex;justify-content:left;gap:1rem}.styles_contact__1MnKU{display:flex;justify-content:flex-end}@media screen and (max-width:1000px){.styles_footer_div__q2Sxk{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:600px){.styles_footer_div__q2Sxk{font-size:13px;text-align:center}}.layout_layoutContainer__Co7i_{margin:0 2rem}@media screen and (min-width:1200px){.layout_layoutContainer__Co7i_{margin:0 4rem}}@media screen and (min-width:1000px){.layout_layoutContainer__Co7i_{margin:0 2rem}}@media screen and (max-width:999px) and (min-width:660px){.layout_layoutContainer__Co7i_{margin:0 4rem}}.styles_button__u37yd{width:180px;height:50px;font-size:15px;cursor:pointer;border-radius:4px;font-weight:600;transition:.5s}.styles_button__u37yd:hover{opacity:.8}@media screen and (max-width:700px){.styles_button__u37yd{width:160px;height:43px;font-weight:500;font-size:14px}}.styles_header__X83ER{display:flex;gap:2rem;align-items:flex-start;flex-direction:column-reverse}.styles_header__X83ER h1{font-size:38px}.styles_header__X83ER h2{color:#666779;margin-top:1rem}.styles_header__X83ER h3{color:#eeeff1;font-size:18px;font-weight:700;line-height:56px}.styles_header__X83ER p{color:#eeeff1}.styles_header__X83ER span{color:#00ffe5}.styles_headerContent__uXtGv{word-wrap:break-word}.styles_skills___arTx{display:flex;flex-wrap:wrap;align-items:center;margin-top:30px;gap:1.5rem;font-size:25px}.styles_skills___arTx Image{height:37px;width:50px}.styles_buttons__39TCZ{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:30px}.styles_image__VpS_r{justify-self:end}.styles_imageDiv__0zteT{border:6px solid #000;border-radius:50%;overflow:hidden;margin-bottom:2rem}.styles_imageDiv__0zteT,.styles_imageDiv__0zteT Image{max-width:100%;height:auto}.styles_button__U0Vi4{margin-top:20px;padding:10px 22px;background-color:none;border:3px solid #000;border-radius:8px;color:#000;font-size:.8rem;letter-spacing:2px;position:relative;overflow:hidden;transition:.5s;display:inline-block;text-decoration:none;font-weight:600}.styles_button__U0Vi4:hover{color:#fff;text-decoration:none}.styles_button__U0Vi4:before{content:"";background-color:#000;position:absolute;left:0;top:0;width:100%;height:0%;z-index:-1;transition:.5s}.styles_button__U0Vi4:hover:before{height:100%}.styles_stack__p8K4C{word-spacing:3px}.styles_image_div__S5b5H{position:relative;width:100%;max-width:402px}@media screen and (min-width:1200px){.styles_header__X83ER{flex-direction:row}.styles_header__X83ER h2{font-size:2.8rem}}@media screen and (min-width:1000px){.styles_header__X83ER{flex-direction:row}}@media screen and (min-width:800px){.styles_header__X83ER{margin:10px 0}.styles_header__X83ER h1{font-size:60px}.styles_skills___arTx Image{height:47px;width:60px}.styles_header__X83ER h3{font-size:40px}}@media screen and (min-width:660px){.styles_button__U0Vi4{padding:12px 25px}}@media screen and (min-width:600px){.styles_header__X83ER h2{font-size:2.5rem;font-weight:900}.styles_header__X83ER h3{font-size:2rem}}@media screen and (max-width:1000px){.styles_image_div__S5b5H{display:flex;justify-content:center;width:100%}.styles_header__X83ER{align-items:center}}@keyframes styles_float__cwZb7{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(5deg)}66%{transform:translateY(5px) rotate(-3deg)}}@keyframes styles_slideInUp__H__W5{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes styles_fadeInScale__5VdY8{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes styles_waveAnimation__YTiyu{0%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}@keyframes styles_typeWriter__Hqc9Q{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes styles_pulse__D49gj{0%,to{opacity:1}50%{opacity:.7}}.styles_modernHeader__nBpMp{position:relative;overflow:hidden;padding:0 0 4rem;min-height:calc(100vh - 180px);display:flex;align-items:center;gap:4rem;flex-direction:column-reverse}@media screen and (min-width:1000px){.styles_modernHeader__nBpMp{flex-direction:row}}.styles_backgroundElements__Qcjpo{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.styles_floatingShape1__Md7fF,.styles_floatingShape2__xomR5,.styles_floatingShape3__4WHZr{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(0,255,229,.1),rgba(0,255,229,.05));animation:styles_float__cwZb7 8s ease-in-out infinite}.styles_floatingShape1__Md7fF{width:120px;height:120px;top:10%;right:10%;animation-delay:0s}.styles_floatingShape2__xomR5{width:80px;height:80px;bottom:20%;left:5%;animation-delay:2s}.styles_floatingShape3__4WHZr{width:60px;height:60px;top:60%;right:20%;animation-delay:4s}.styles_imageSection__BbV_2{position:relative;z-index:2;animation:styles_fadeInScale__5VdY8 1s ease-out .2s backwards}.styles_imageContainer___3U9N{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.styles_imageWrapper__5D_dW{position:relative;width:300px;height:360px;border-radius:24px;overflow:hidden;border:3px solid rgba(0,255,229,.3);box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 0 1px rgba(0,255,229,.1);transition:all .4s cubic-bezier(.23,1,.32,1)}.styles_imageWrapper__5D_dW:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 60px rgba(0,0,0,.4),0 0 0 1px rgba(0,255,229,.3);border-color:rgba(0,255,229,.5)}.styles_profileImage__glsil{transition:transform .4s ease}.styles_imageWrapper__5D_dW:hover .styles_profileImage__glsil{transform:scale(1.05)}.styles_imageOverlay__8VuAD{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,255,229,.1),transparent 50%,rgba(0,255,229,.05));opacity:0;transition:opacity .4s ease}.styles_imageWrapper__5D_dW:hover .styles_imageOverlay__8VuAD{opacity:1}.styles_statusIndicator__yPimS{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(0,255,229,.1);border:1px solid rgba(0,255,229,.3);border-radius:20px;color:#00ffe5;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.styles_statusDot__T9gD_{width:8px;height:8px;background:#00ffe5;border-radius:50%;animation:styles_pulse__D49gj 2s infinite}.styles_contentSection__4BA35{position:relative;z-index:2;flex:1 1}.styles_greeting__jUgBy{animation:styles_slideInUp__H__W5 1s ease-out .4s backwards}.styles_wave__zPSKL{display:inline-block;font-size:2rem;margin-right:1rem;animation:styles_waveAnimation__YTiyu 2s ease-in-out infinite}.styles_introText__qjYJN{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:2rem;color:#fff}.styles_name__8OsTX{background:linear-gradient(135deg,#00ffe5,#fff 50%,#00ffe5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:styles_pulse__D49gj 3s ease-in-out infinite}.styles_roleContainer__B4rmW{animation:styles_slideInUp__H__W5 1s ease-out .6s backwards;margin-bottom:2rem}.styles_role__Sl0HV{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:#666779;margin:0;display:flex;align-items:center;gap:.5rem}.styles_rolePrefix__BzYKO,.styles_roleSuffix__5bUOW{color:#00ffe5;font-weight:800}.styles_roleText__8BEHM{animation:styles_typeWriter__Hqc9Q .5s ease-in-out;min-height:1.2em;display:inline-block}.styles_techStack__Sbwst{animation:styles_slideInUp__H__W5 1s ease-out .8s backwards;margin-bottom:2.5rem}.styles_techLabel__NIuns{display:block;color:hsla(0,0%,100%,.7);font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.styles_techTags___QM_J{display:flex;flex-wrap:wrap;gap:.75rem}.styles_techTag__gqSGb{padding:.5rem 1rem;background:rgba(0,255,229,.1);border:1px solid rgba(0,255,229,.3);border-radius:20px;color:#00ffe5;font-size:.8rem;font-weight:600;opacity:0;animation:styles_fadeInScale__5VdY8 .6s ease-out forwards;transition:all .3s ease}.styles_techTag__gqSGb:first-child{animation-delay:.1s}.styles_techTag__gqSGb:nth-child(2){animation-delay:.2s}.styles_techTag__gqSGb:nth-child(3){animation-delay:.3s}.styles_techTag__gqSGb:nth-child(4){animation-delay:.4s}.styles_techTag__gqSGb:nth-child(5){animation-delay:.5s}.styles_techTag__gqSGb:nth-child(6){animation-delay:.6s}.styles_techTag__gqSGb:hover{background:rgba(0,255,229,.2);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,255,229,.3)}.styles_aboutSection__kTlPc{animation:styles_slideInUp__H__W5 1s ease-out 1s backwards;margin-bottom:2.5rem}.styles_aboutTitle__sz35X{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.styles_aboutText__EqHAj p{color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:1rem;font-size:1rem}.styles_aboutText__EqHAj strong{color:#00ffe5;font-weight:600}.styles_socialSection__kzvaC{animation:styles_slideInUp__H__W5 1s ease-out 1.2s backwards;margin-bottom:2.5rem}.styles_socialLabel__BtZMl{display:block;color:hsla(0,0%,100%,.7);font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.styles_socialLinks__LB9C9{display:flex;gap:1rem}.styles_socialLink__Y4y5B{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);font-size:1.2rem}.styles_socialLink__Y4y5B:hover{background:rgba(0,255,229,.2);border-color:rgba(0,255,229,.4);color:#00ffe5;transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,255,229,.3)}.styles_socialLink__Y4y5B:hover .styles_socialTooltip__14AFn{opacity:1;visibility:visible;transform:translateY(0)}.styles_socialTooltip__14AFn{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%) translateY(10px);background:rgba(0,0,0,.9);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:10}.styles_actionButtons__23UBO{animation:styles_slideInUp__H__W5 1s ease-out 1.4s backwards;display:flex;gap:1rem;flex-wrap:wrap}.styles_contactBtn__Oax_W{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:2px solid hsla(0,0%,100%,.3);border-radius:6px;color:hsla(0,0%,100%,.9);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;text-decoration:none}.styles_contactBtn__Oax_W:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1) 50%,transparent);transition:left .5s ease}.styles_contactBtn__Oax_W:hover{border-color:rgba(0,255,229,.5);color:#00ffe5;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,255,229,.2);text-decoration:none}.styles_contactBtn__Oax_W:hover:before{left:100%}.styles_contactBtn__Oax_W:hover svg{transform:translateX(3px)}.styles_contactBtn__Oax_W svg{transition:transform .3s ease}@media screen and (max-width:768px){.styles_modernHeader__nBpMp{padding:0 0 2rem;gap:3rem}.styles_imageWrapper__5D_dW{width:250px;height:300px}.styles_introText__qjYJN{text-align:center}.styles_role__Sl0HV{text-align:center}.styles_actionButtons__23UBO,.styles_role__Sl0HV,.styles_socialLinks__LB9C9{justify-content:center}}.styles_projects__UG4y1{padding:6rem 0;position:relative;overflow:hidden}.styles_header__gT1y_{text-align:center;margin-bottom:5rem;position:relative}.styles_headerContent__dRqoc{position:relative;z-index:2}.styles_title__M91m7{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;background:linear-gradient(135deg,#fff,#00ffe5 50%,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.1}.styles_subtitle__13jWg{font-size:1.25rem;color:hsla(0,0%,100%,.7);font-weight:400;max-width:600px;margin:0 auto;line-height:1.6}.styles_headerDecoration__r8YBK{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(0,255,229,.1) 0,transparent 70%);border-radius:50%;z-index:1}.styles_projectGrid___wLJj{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));grid-gap:3rem;gap:3rem;max-width:1400px;margin:0 auto}.styles_projectCard__NNG_Y{background:linear-gradient(145deg,#171724,#1a1a2e);border-radius:24px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.23,1,.32,1);border:1px solid hsla(0,0%,100%,.08);min-height:500px;display:flex;flex-direction:column}.styles_projectCard__NNG_Y:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,255,229,.1),transparent 50%);opacity:0;transition:opacity .4s ease;z-index:1}.styles_projectCard__NNG_Y:hover:before{opacity:1}.styles_projectCard__NNG_Y:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.4),0 0 0 1px rgba(0,255,229,.2)}.styles_card1__Gtcf1{animation-delay:.1s}.styles_card2__sSq_W{animation-delay:.2s}.styles_card3__vn6mD{animation-delay:.3s}.styles_card4__4dBvM{animation-delay:.4s}.styles_cardContent__h_BBP{padding:2.5rem;flex:1 1;display:flex;flex-direction:column;position:relative;z-index:2}.styles_projectInfo__UiBvi{flex:1 1}.styles_projectTitle__I_NoC{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3;transition:color .3s ease}.styles_projectCard__NNG_Y:hover .styles_projectTitle__I_NoC{color:#00ffe5}.styles_projectDesc__4ICiO{color:hsla(0,0%,100%,.8);font-size:1rem;line-height:1.6;margin-bottom:2rem}.styles_cardFooter__WsjT9{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto}.styles_projectLink__gMKml{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:600;text-decoration:none;transition:all .3s ease;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.05);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);flex:1 1;justify-content:center}.styles_projectLink__gMKml:hover{background:rgba(0,255,229,.1);color:#00ffe5;border-color:rgba(0,255,229,.3);transform:translateX(4px)}.styles_arrowIcon__ozwTM{transition:transform .3s ease}.styles_projectLink__gMKml:hover .styles_arrowIcon__ozwTM{transform:translateX(5px)}.styles_liveLink__WhNn1{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem;transition:color .3s ease;position:relative}.styles_liveLink__WhNn1:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#00ffe5;transition:width .3s ease}.styles_liveLink__WhNn1:hover{color:#00ffe5}.styles_liveLink__WhNn1:hover:after{width:100%}.styles_imageContainer__D9Oti{position:relative;height:280px;overflow:hidden}.styles_imageWrapper__Pk5cU{position:relative;width:100%;height:100%;overflow:hidden}.styles_projectImage__UXsSi{object-fit:contain;transition:transform .4s cubic-bezier(.23,1,.32,1)}.styles_projectCard__NNG_Y:hover .styles_projectImage__UXsSi{transform:scale(1.05)}.styles_imageOverlay___sEZA{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7));transition:opacity .4s ease}.styles_projectCard__NNG_Y:hover .styles_imageOverlay___sEZA{opacity:.8}.styles_viewMoreSection__IqUb5{margin-top:6rem;text-align:center}.styles_viewMoreContent__gnQfk{max-width:600px;margin:0 auto}.styles_viewMoreText___votd{color:hsla(0,0%,100%,.8);font-size:1.1rem;margin-bottom:2rem;font-weight:500}@media (max-width:1200px){.styles_projectGrid___wLJj{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem}}@media (max-width:768px){.styles_projects__UG4y1{padding:4rem 0}.styles_header__gT1y_{margin-bottom:4rem}.styles_title__M91m7{font-size:2.5rem}.styles_subtitle__13jWg{font-size:1.1rem;padding:0 1rem}.styles_projectGrid___wLJj{grid-template-columns:1fr;gap:2rem}.styles_projectCard__NNG_Y{min-height:450px}.styles_cardContent__h_BBP{padding:2rem}.styles_projectNumber__RYKtB{font-size:2rem}.styles_projectTitle__I_NoC{font-size:1.5rem}.styles_cardFooter__WsjT9{flex-direction:column;align-items:stretch}.styles_projectLink__gMKml{justify-content:center}.styles_imageContainer__D9Oti{height:220px}.styles_viewMoreSection__IqUb5{margin-top:4rem}}@media (max-width:480px){.styles_projectGrid___wLJj{grid-template-columns:1fr}.styles_cardContent__h_BBP{padding:1.5rem}}@media only screen and (max-width:1300px){.styles_project_cards__3Ftru{margin:3rem 0;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}}@media screen and (max-width:768px){.styles_card__hpY4L{padding:1.5rem}.styles_card__hpY4L p{font-size:14px}.styles_card__hpY4L h3{font-size:20px}.styles_card__hpY4L button{font-size:14px}.styles_projects__UG4y1 h1{font-size:28px;line-height:40px}.styles_projects__UG4y1 p{font-size:15px;line-height:20px}}@media screen and (max-width:450px){.styles_card__hpY4L{padding:1rem}.styles_card__hpY4L p{font-size:12px}.styles_card__hpY4L h3{font-size:16px}.styles_card__hpY4L button{font-size:12px}.styles_projects__UG4y1 h1{font-size:18px;line-height:30px}.styles_projects__UG4y1 p{font-size:12px;line-height:16px}}@keyframes styles_bounce__7kbLz{0%{top:30px;height:5px;border-radius:60px 60px 20px 20px;transform:scaleX(2)}35%{height:15px;border-radius:50%;transform:scaleX(1)}to{top:0}}.styles_introduction__8ikJW{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99;background-color:#000114}.styles_introduction__8ikJW svg{position:absolute;top:0;width:100%;height:calc(100% + 300px)}.styles_introduction__8ikJW svg path{fill:#000114}.styles_introduction__8ikJW p{display:flex;color:#00ffe5;font-size:42px;align-items:center;position:absolute;z-index:1;font-weight:700}.styles_bounceball__WmdjM{position:relative;display:inline-block;height:37px;width:15px;margin-right:20px}.styles_bounceball__WmdjM:before{position:absolute;content:"";display:block;top:0;width:15px;height:15px;border-radius:50%;background-color:#00ffe5;transform-origin:50%;animation:styles_bounce__7kbLz .5s ease infinite alternate}.styles_glitch__XGUDB{font-size:4rem;font-weight:700;text-transform:uppercase;position:relative;text-shadow:.05em 0 0 rgba(255,0,0,.75),-.025em -.05em 0 #00ffe5,.025em .05em 0 rgba(0,0,255,.75);animation:styles_glitch__XGUDB .5s infinite}.styles_glitch__XGUDB span{position:absolute;top:0;left:0}.styles_glitch__XGUDB span:first-child{animation:styles_glitch__XGUDB .65s infinite;-webkit-clip-path:polygon(0 0,100% 0,100% 45%,0 45%);clip-path:polygon(0 0,100% 0,100% 45%,0 45%);transform:translate(-.025em,-.0125em);opacity:.8}.styles_glitch__XGUDB span:last-child{animation:styles_glitch__XGUDB 375ms infinite;-webkit-clip-path:polygon(0 80%,100% 20%,100% 100%,0 100%);clip-path:polygon(0 80%,100% 20%,100% 100%,0 100%);transform:translate(.0125em,.025em);opacity:.8}@keyframes styles_glitch__XGUDB{0%{text-shadow:.05em 0 0 rgba(255,0,0,.75),-.05em -.025em 0 #00ffe5,-.025em .05em 0 rgba(0,0,255,.75)}14%{text-shadow:.05em 0 0 rgba(255,0,0,.75),-.05em -.025em 0 #00ffe5,-.025em .05em 0 rgba(0,0,255,.75)}15%{text-shadow:-.05em -.025em 0 rgba(255,0,0,.75),.025em .025em 0 #00ffe5,-.05em -.05em 0 rgba(0,0,255,.75)}49%{text-shadow:-.05em -.025em 0 rgba(255,0,0,.75),.025em .025em 0 #00ffe5,-.05em -.05em 0 rgba(0,0,255,.75)}50%{text-shadow:.025em .05em 0 rgba(255,0,0,.75),.05em 0 0 #00ffe5,0 -.05em 0 rgba(0,0,255,.75)}99%{text-shadow:.025em .05em 0 rgba(255,0,0,.75),.05em 0 0 #00ffe5,0 -.05em 0 rgba(0,0,255,.75)}to{text-shadow:-.025em 0 0 rgba(255,0,0,.75),-.025em -.025em 0 #00ffe5,-.025em -.05em 0 rgba(0,0,255,.75)}}@media screen and (max-width:700px){.styles_glitch__XGUDB{font-size:2rem}.styles_bounceball__WmdjM{margin-right:10px}}@media screen and (max-width:400px){.styles_glitch__XGUDB{font-size:1.5rem}}