@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-secondary-rgb: 26, 26, 26;--text-primary: #f5d487;--text-secondary: #b8b8b8;--text-secondary-rgb: 184, 184, 184;--accent-color: #00ffff;--accent-color-dark: #00cccc;--accent-rgb: 0, 255, 255;--success-color: #00ffbb;--success-rgb: 0, 255, 187;--error-color: #ff4757;--error-rgb: 255, 71, 87}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s ease,color .3s ease,transform .3s ease}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;background:linear-gradient(135deg,var(--bg-primary),#12122a);color:var(--text-primary);line-height:1.6;overflow-x:hidden;overflow-y:scroll}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-color-dark)}.section-title{font-family:Poppins;font-weight:300;font-size:3rem;margin-bottom:2rem;text-align:center;color:var(--text-primary);position:relative;width:100%}.section-title:after{content:"";display:block;width:200px;height:3px;background:linear-gradient(90deg,transparent,var(--accent-color),transparent);margin:15px auto 0;border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}main{min-height:100vh;display:flex;flex-direction:column}section{padding:5rem 0;position:relative;overflow:hidden}section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent-color),transparent)}section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent-color),transparent)}*::-webkit-scrollbar{width:.5rem}*::-webkit-scrollbar-track{background:var(--bg-primary)}*::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:.5rem}*::-webkit-scrollbar-thumb:hover{background:var(--accent-color-dark);box-shadow:0 0 10px #00ffff80}.Header-module__header__wbp8n{position:fixed;top:0;left:0;right:0;background-color:#0a0a0a1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.Header-module__headerContainer__hTq0I{max-width:1200px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center}.Header-module__scrolled__cV-W3{padding:.75rem 2rem;background-color:#0a0a0a80;box-shadow:0 2px 10px #00000080}.Header-module__logoContainer__IqSmJ{display:flex;align-items:center}.Header-module__logo__JSJHE{font-family:Noto Sans Japanese,Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary, #ffffff);text-decoration:none}.Header-module__logoAccent__B1DGW{color:var(--accent-color, #00ffff)}.Header-module__nav__-u2sx{display:flex;align-items:center;justify-content:center;flex:1}.Header-module__navList__5R9NB{display:flex;list-style-type:none;margin:0;padding:0;justify-content:center}.Header-module__navItem__MrU8o{margin:0 .75rem}.Header-module__navLink__-FFBN{color:var(--text-secondary, #cccccc);font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease}.Header-module__navLink__-FFBN:hover,.Header-module__navLink__-FFBN.Header-module__active__5RQK-{color:var(--accent-color, #00ffff);background-color:#00ffff1a}.Header-module__resumeButton__eQl88{background-color:var(--accent-color, #00ffff);color:var(--bg-primary, #121212);border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .3s ease;font-weight:500;text-decoration:none;display:inline-block}.Header-module__resumeButton__eQl88:hover{background-color:var(--accent-color-dark, #00d4d4);transform:translateY(-2px);box-shadow:0 4px 10px #00ffff4d;color:var(--bg-primary, #121212)}.Header-module__resumeButton__eQl88:active{transform:translateY(0)}.Header-module__mobileMenuToggle__YmHnt{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.Header-module__mobileMenuToggle__YmHnt span{display:block;height:3px;width:100%;background-color:var(--text-primary, #ffffff);border-radius:3px;transition:all .3s ease}.Header-module__mobileMenuToggle__YmHnt.Header-module__active__5RQK- span:nth-child(1){transform:translateY(9px) rotate(45deg)}.Header-module__mobileMenuToggle__YmHnt.Header-module__active__5RQK- span:nth-child(2){opacity:0}.Header-module__mobileMenuToggle__YmHnt.Header-module__active__5RQK- span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 992px){.Header-module__navItem__MrU8o{margin:0 .5rem}.Header-module__navLink__-FFBN{padding:.5rem .75rem}}@media (max-width: 768px){.Header-module__header__wbp8n{padding:1rem}.Header-module__scrolled__cV-W3{padding:.75rem 1rem}.Header-module__headerContainer__hTq0I{position:relative}.Header-module__mobileMenuToggle__YmHnt{display:flex;order:3;margin-left:1rem}.Header-module__nav__-u2sx{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:var(--bg-primary, #121212);flex-direction:column;justify-content:center;margin:0;transition:all .3s ease;box-shadow:-5px 0 15px #0000001a;padding:2rem;z-index:1000}.Header-module__navOpen__10Va6{right:0}.Header-module__navList__5R9NB{flex-direction:column;align-items:center;width:100%}.Header-module__navItem__MrU8o{margin:.8rem 0;width:100%;text-align:center}.Header-module__navLink__-FFBN{display:block;padding:.8rem 1rem;width:100%}.Header-module__navLink__-FFBN:hover,.Header-module__navLink__-FFBN.Header-module__active__5RQK-{color:var(--accent-color, #00ffff);background-color:#00ffff1a}.Header-module__resumeButton__eQl88{order:2}}@media (min-width: 768px) and (max-width: 992px){.Header-module__header__wbp8n{padding:1rem}.Header-module__headerContainer__hTq0I{position:relative;display:flex;justify-content:space-between;align-items:center}.Header-module__mobileMenuToggle__YmHnt{display:flex;order:3;margin-left:1rem}.Header-module__nav__-u2sx{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:var(--bg-primary, #121212);flex-direction:column;justify-content:center;margin:0;transition:all .3s ease;box-shadow:-5px 0 15px #0000001a;padding:2rem;z-index:1000}.Header-module__navOpen__10Va6{right:0}.Header-module__navList__5R9NB{flex-direction:column;align-items:center;width:100%}.Header-module__navItem__MrU8o{margin:.8rem 0;width:100%;text-align:center}.Header-module__navLink__-FFBN{display:block;padding:.8rem 1rem;width:100%}.Header-module__resumeButton__eQl88{order:2;align-self:center;margin-bottom:1rem}body{padding-top:80px}}@media (max-width: 541px){.Header-module__logo__JSJHE{font-size:1.3rem}.Header-module__resumeButton__eQl88{padding:.4rem .8rem;font-size:.9rem}.Header-module__nav__-u2sx{width:85%}}.About-module__about__B5G99{padding:4rem 0;min-height:100vh;display:flex;flex-direction:column;justify-content:center;background-image:radial-gradient(circle at 20% 30%,rgba(var(--accent-color-rgb, 0, 200, 255),.05) 0%,transparent 25%),radial-gradient(circle at 80% 80%,rgba(var(--accent-color-rgb, 0, 200, 255),.08) 0%,transparent 30%);position:relative;overflow:hidden}.About-module__about__B5G99:before,.About-module__about__B5G99:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);z-index:-1}.About-module__about__B5G99:before{width:500px;height:500px;background:rgba(var(--accent-color-rgb, 0, 200, 255),.05);top:-100px;right:-100px;animation:About-module__float__X4T8q 20s ease-in-out infinite alternate}.About-module__about__B5G99:after{width:300px;height:300px;background:rgba(var(--secondary-color-rgb, 255, 100, 100),.05);bottom:-50px;left:-50px;animation:About-module__float__X4T8q 15s ease-in-out infinite alternate-reverse}@keyframes About-module__float__X4T8q{0%{transform:translate(0) rotate(0)}50%{transform:translate(50px,30px) rotate(5deg)}to{transform:translate(10px,60px) rotate(-5deg)}}.About-module__content__3nWEf{display:flex;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;padding:0 2rem;animation:About-module__fadeIn__CTqFu 1s ease-out;position:relative;z-index:2}.About-module__imageContainer__qmpf6{flex:1;position:relative;perspective:1000px;top:-80px}.About-module__imageContainer__qmpf6:before{content:"";position:absolute;width:calc(100% + 40px);height:calc(100% + 40px);border:2px dashed var(--accent-color);border-radius:50%;top:-20px;left:-20px;animation:About-module__rotate3d__h-xS- 20s linear infinite;opacity:.6}.About-module__imageContainer__qmpf6:after{content:"";position:absolute;width:calc(100% + 70px);height:calc(100% + 70px);border:1px solid rgba(var(--accent-color-rgb, 0, 200, 255),.2);border-radius:50%;top:-35px;left:-35px;animation:About-module__rotate3d__h-xS- 30s linear infinite reverse}@keyframes About-module__rotate3d__h-xS-{0%{transform:rotateY(0) rotateX(5deg)}50%{transform:rotateY(180deg) rotateX(-5deg)}to{transform:rotateY(360deg) rotateX(5deg)}}.About-module__profileImage__cMis1{width:320px;height:320px;border-radius:50%;object-fit:cover;box-shadow:0 10px 30px #00000026,0 0 0 10px #fffc,0 0 0 20px rgba(var(--accent-color-rgb, 0, 200, 255),.1);transition:all .5s cubic-bezier(.175,.885,.32,1.275);transform:translateZ(0);filter:contrast(1.05) brightness(1.05);position:relative;z-index:2}.About-module__profileImage__cMis1:hover{transform:scale(1.05) translateY(-10px) rotate(2deg);box-shadow:0 20px 40px #0003,0 0 0 15px #fffc,0 0 0 30px rgba(var(--accent-color-rgb, 0, 200, 255),.15);filter:contrast(1.1) brightness(1.1)}.About-module__bio__LKpj7{flex:2;position:relative;z-index:1}.About-module__bio__LKpj7 h3{font-size:2.5rem;margin-bottom:1.8rem;color:var(--accent-color);position:relative;display:inline-block;text-shadow:0 2px 10px rgba(0,0,0,.1);font-weight:700}.About-module__bio__LKpj7 h3:after{content:"";position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--accent-color),transparent);border-radius:4px;animation:About-module__pulse__gBMub 2s infinite}@keyframes About-module__pulse__gBMub{0%,to{opacity:1;width:80px}50%{opacity:.6;width:100px}}.About-module__bio__LKpj7 p{margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8;color:var(--text-secondary);position:relative;padding-left:1.2rem;border-left:3px solid rgba(var(--accent-color-rgb, 0, 200, 255),.3);transition:transform .3s ease,box-shadow .3s ease}.About-module__bio__LKpj7 p:hover{transform:translate(5px);border-left-color:var(--accent-color)}.About-module__bio__LKpj7 p:last-of-type{font-weight:500;background:linear-gradient(135deg,rgba(var(--accent-color-rgb, 0, 200, 255),.08),rgba(var(--accent-color-rgb, 0, 200, 255),.12));padding:1.5rem;border-radius:12px;border-left:none;box-shadow:0 5px 15px #0000000d;position:relative;overflow:hidden}.About-module__bio__LKpj7 p:last-of-type:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:About-module__shimmer__uuQrU 3s infinite}@keyframes About-module__shimmer__uuQrU{0%{left:-100%}to{left:100%}}.About-module__bio__LKpj7 p:last-of-type .About-module__emoji__dpCYQ{display:inline-block;animation:About-module__rocket__5wMRw 2s ease-in-out infinite;transform-origin:center}@keyframes About-module__rocket__5wMRw{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(5deg)}}.About-module__socialLinks__st2y-{display:flex;gap:1.5rem;margin-top:2.5rem}.About-module__socialIcon__KsdYT{font-size:1.5rem;color:var(--text-secondary);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:52px;height:52px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000001a,inset 0 0 0 1px #fff3;position:relative;overflow:hidden}.About-module__socialIcon__KsdYT:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);opacity:0}.About-module__socialIcon__KsdYT:hover:after{width:150%;height:150%;opacity:1;transition:all .6s ease-out}.About-module__socialIcon__KsdYT:hover{color:#fff;background-color:var(--accent-color);transform:translateY(-5px) rotate(8deg);box-shadow:0 10px 20px rgba(var(--accent-color-rgb, 0, 200, 255),.3),inset 0 0 0 1px #fff6}.About-module__skillBadges__N-SA2{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0}.About-module__skillBadge__ZknAF{font-size:.8rem;padding:.4rem .8rem;border-radius:20px;background:rgba(var(--accent-color-rgb, 0, 200, 255),.1);color:var(--accent-color);border:1px solid rgba(var(--accent-color-rgb, 0, 200, 255),.2);transition:all .3s ease}.About-module__skillBadge__ZknAF:hover{background:var(--accent-color);color:#fff;transform:translateY(-3px);box-shadow:0 5px 10px rgba(var(--accent-color-rgb, 0, 200, 255),.2)}.About-module__typewriter__kA-3E{overflow:hidden;display:inline-block}.About-module__cursor__5Y2Rv{display:inline-block;margin-left:3px;width:3px;animation:About-module__blink__gJUv7 1s infinite}@keyframes About-module__blink__gJUv7{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media (max-width: 992px){.About-module__content__3nWEf{gap:3rem}.About-module__profileImage__cMis1{margin-top:6rem;width:280px;height:280px}}@media (max-width: 768px){.About-module__about__B5G99{padding:5rem 0}.About-module__content__3nWEf{flex-direction:column;text-align:center;gap:3rem}.About-module__imageContainer__qmpf6:before,.About-module__imageContainer__qmpf6:after{left:50%;transform:translate(-50%)}.About-module__bio__LKpj7{margin-top:1rem}.About-module__bio__LKpj7 h3:after{left:50%;transform:translate(-50%)}.About-module__bio__LKpj7 p{padding-left:0;border-left:none;text-align:left}.About-module__socialLinks__st2y-,.About-module__skillBadges__N-SA2{justify-content:center}}@media (max-width: 480px){.About-module__profileImage__cMis1{width:220px;height:220px}.About-module__bio__LKpj7 h3{margin-top:-70px;font-size:2rem}.About-module__bio__LKpj7 p{font-size:1rem}}@keyframes About-module__fadeIn__CTqFu{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme: dark){.About-module__profileImage__cMis1{box-shadow:0 10px 30px #0006,0 0 0 10px #ffffff1a,0 0 0 20px rgba(var(--accent-color-rgb, 0, 200, 255),.1)}.About-module__bio__LKpj7 p:last-of-type{background:linear-gradient(135deg,rgba(var(--accent-color-rgb, 0, 200, 255),.15),rgba(var(--accent-color-rgb, 0, 200, 255),.05))}.About-module__socialIcon__KsdYT{background:#ffffff0d}}.About-module__cursor__5Y2Rv{display:inline-block;margin-left:3px;width:3px;height:1.2em;background-color:var(--accent-color);animation:About-module__blink__gJUv7 1s infinite}.Projects-module__projects__dTgaY{padding:5rem 0;background-color:var(--bg-primary)}.Projects-module__projectGrid__OGhr-{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:0 auto;margin-bottom:4rem;margin-top:4rem;max-width:1200px;padding:0 1rem}.Projects-module__projectCard__E0I3t{background-color:#0a0a1f99;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;height:100%;cursor:pointer;position:relative}.Projects-module__projectCard__E0I3t:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0b0b0b33;border-color:#00ffff4d}.Projects-module__projectImageContainer__r-Aqx{position:relative;width:100%;height:200px;overflow:hidden}.Projects-module__projectImage__bNx18{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Projects-module__viewLiveOverlay__zoU1s{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-weight:600;text-align:center;padding:1rem}.Projects-module__projectCard__E0I3t:hover .Projects-module__viewLiveOverlay__zoU1s{opacity:1}.Projects-module__projectCard__E0I3t:hover .Projects-module__projectImage__bNx18{transform:scale(1.05)}.Projects-module__projectInfo__y9ISe{padding:1.5rem;display:flex;flex-direction:column;flex:1}.Projects-module__projectInfo__y9ISe h3{font-size:1.5rem;margin-bottom:1rem;color:#0ff;font-weight:600}.Projects-module__projectDescription__ZaL-H{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6;font-size:.95rem}.Projects-module__projectTechnologies__q2GeS{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.Projects-module__techTag__TrxUe{background-color:#00ffff1a;color:var(--text-secondary);padding:.4rem .8rem;border-radius:6px;font-size:.85rem;transition:all .3s ease;border:1px solid rgba(0,255,255,.2)}.Projects-module__techTag__TrxUe:hover{background-color:#0ff3;border-color:#0ff6;transform:translateY(-2px)}.Projects-module__projectLinks__yUblT{display:flex;gap:1rem;margin-top:auto}.Projects-module__projectLink__SBfFD{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#00ffff1a;color:#0ff;border-radius:6px;transition:all .3s ease;border:1px solid rgba(0,255,255,.2);font-size:.9rem;font-weight:500}.Projects-module__projectLink__SBfFD:hover,.Projects-module__demoLink__ahhcI:hover{background-color:#0ff3;transform:translateY(-2px)}.Projects-module__demoLink__ahhcI{background-color:#00ffff26;border:1px solid rgba(0,255,255,.3);cursor:pointer;font-size:.9rem;font-weight:500}.Projects-module__previewModal__pO5Br{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.Projects-module__previewContent__ISDVD{background:linear-gradient(to bottom right,#141428f2,#0a0a1ff2);border-radius:16px;width:90%;max-width:1200px;height:85vh;display:flex;flex-direction:column;border:1px solid rgba(0,255,255,.2);box-shadow:0 20px 80px #00000080,0 0 30px #0ff3;overflow:hidden}.Projects-module__previewHeader__zk3TQ{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.Projects-module__previewHeader__zk3TQ h3{font-size:1.8rem;color:#0ff;margin:0;font-weight:600;text-shadow:0 0 10px rgba(0,255,255,.3)}.Projects-module__closeButton__MAy-g{background:none;border:none;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%}.Projects-module__closeButton__MAy-g:hover{background:#ffffff1a;color:#fff}.Projects-module__previewBody__2mA9F{flex:1;overflow:hidden;position:relative}.Projects-module__iframeContainer__bYtCQ{position:relative;width:100%;height:100%;overflow:hidden;background:#000}.Projects-module__previewIframe__Bmkqg{width:100%;height:100%;border:none;background:#fff}.Projects-module__noPreview__fn-fD{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;color:var(--text-secondary)}.Projects-module__fallbackImage__xGpdF{max-width:100%;max-height:70%;object-fit:contain;border-radius:8px;margin-bottom:2rem;box-shadow:0 10px 30px #0000004d}.Projects-module__previewFooter__2gUAO{display:flex;justify-content:center;gap:2rem;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.Projects-module__previewLink__MoHra{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;background:#00ffff26;color:#0ff;border-radius:8px;transition:all .3s ease;font-weight:500;border:1px solid rgba(0,255,255,.3)}.Projects-module__previewLink__MoHra:hover{background:#00ffff40;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.Projects-module__viewMoreButton__0JgBz{display:flex;align-items:center;gap:.5rem;background:#00ffff1a;border:1px solid rgba(0,255,255,.2);color:var(--accent-color);padding:.6rem 1.5rem;border-radius:30px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin:0 auto}.Projects-module__viewMoreButton__0JgBz:hover{background:#0ff3;box-shadow:0 0 20px #0ff3}.Projects-module__viewMoreButton__0JgBz svg{stroke:var(--accent-color)}.LeetCode-module__leetcodeSection__iTpfq{max-width:1200px;margin:4rem auto 0;padding:2.5rem;background:linear-gradient(to bottom right,#0a0a1fcc,#14143299);border-radius:16px;border:1px solid rgba(0,255,255,.2);box-shadow:0 10px 30px #0000004d,inset 0 1px 1px #ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.LeetCode-module__leetcodeTitle__WFZ5O{font-size:2.2rem;color:#0ff;margin-bottom:2.5rem;text-align:center;text-shadow:0 0 15px rgba(0,255,255,.5);font-weight:700;letter-spacing:1px;position:relative;padding-bottom:1rem}.LeetCode-module__leetcodeTitle__WFZ5O:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,rgba(0,255,255,.8),transparent)}.LeetCode-module__leetcodeBadges__bzU4o{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:4rem;perspective:1000px}.LeetCode-module__badgeContainer__h3WpL{width:110px;height:110px;transform-style:preserve-3d;transition:transform .5s ease}.LeetCode-module__badgeContainer__h3WpL:hover{transform:rotateY(10deg) rotateX(5deg)}.LeetCode-module__leetcodeBadge__aqXrU{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,255,255,.4));transition:all .3s ease}.LeetCode-module__badgeContainer__h3WpL:hover .LeetCode-module__leetcodeBadge__aqXrU{filter:drop-shadow(0 0 15px rgba(0,255,255,.7))}.LeetCode-module__leetcodeStats__-rqsC{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.8rem;margin-bottom:4rem}.LeetCode-module__statCard__ge6pZ{background:linear-gradient(145deg,#32324666,#1e1e32b3);padding:1.8rem;border-radius:14px;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.05);box-shadow:0 5px 15px #0003}.LeetCode-module__statCard__ge6pZ:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.1),transparent 70%);opacity:0;transition:opacity .3s ease}.LeetCode-module__statCard__ge6pZ:hover{transform:translateY(-8px);box-shadow:0 15px 25px #0000004d}.LeetCode-module__statCard__ge6pZ:hover:before{opacity:1}.LeetCode-module__statIcon__Dtba4{margin-bottom:1.2rem;font-size:1.5rem;position:relative;z-index:2}.LeetCode-module__statCard__ge6pZ h4{font-size:1.8rem;color:var(--text-primary);margin-bottom:.6rem;font-weight:700;text-shadow:0 2px 5px rgba(0,0,0,.3);position:relative;z-index:2}.LeetCode-module__statCard__ge6pZ p{color:var(--text-secondary);font-size:1rem;letter-spacing:.5px;position:relative;z-index:2}.LeetCode-module__difficultyBreakdown__yRN9r{margin-bottom:3.5rem;background:#00000040;padding:2rem;border-radius:14px;border:1px solid rgba(0,255,255,.15);box-shadow:0 8px 20px #0003}.LeetCode-module__breakdownTitle__CPQPH{display:flex;align-items:center;gap:.7rem;color:#e0e0e0;margin-bottom:2rem;font-size:1.3rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,255,255,.15);font-weight:600}.LeetCode-module__difficultyStats__Q0-cu{display:flex;flex-direction:column;gap:1.5rem}.LeetCode-module__difficultyStat__Z0d7J{display:grid;grid-template-columns:80px 80px 1fr;align-items:center;gap:1.8rem;padding:1rem 1.2rem;border-radius:10px;background:linear-gradient(to right,#282828b3,#32323280);transition:all .3s ease;box-shadow:0 3px 8px #0000001a}.LeetCode-module__difficultyStat__Z0d7J:hover{background:linear-gradient(to right,#2d2d2dcc,#37373799);transform:translate(8px);box-shadow:0 5px 15px #0003}.LeetCode-module__difficultyLabel__F4zWA{font-weight:600;font-size:1rem;letter-spacing:.5px}.LeetCode-module__difficultyValue__tm7kG{text-align:right;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:700}.LeetCode-module__barContainer__HSD6j{position:relative;height:10px;border-radius:5px;background:#14141480;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.05);box-shadow:inset 0 1px 3px #0000004d}.LeetCode-module__difficultyBar__0SwJ4{position:absolute;top:0;left:0;height:100%;background-color:currentColor;border-radius:5px;transition:width 1.2s cubic-bezier(.19,1,.22,1);box-shadow:0 0 15px currentColor;opacity:.8}.LeetCode-module__difficultyBar__0SwJ4:after{content:"";position:absolute;top:0;right:0;width:5px;height:100%;background:#ffffff4d;filter:blur(3px)}.LeetCode-module__difficultyStat__Z0d7J[data-difficulty=Easy]{border-left:4px solid #00b8a3}.LeetCode-module__difficultyStat__Z0d7J[data-difficulty=Easy]:hover .LeetCode-module__difficultyBar__0SwJ4{opacity:.9;box-shadow:0 0 20px #00b8a3}.LeetCode-module__difficultyStat__Z0d7J[data-difficulty=Medium]{border-left:4px solid #ffc01e}.LeetCode-module__difficultyStat__Z0d7J[data-difficulty=Medium]:hover .LeetCode-module__difficultyBar__0SwJ4{opacity:.9;box-shadow:0 0 20px #ffc01e}.LeetCode-module__difficultyStat__Z0d7J[data-difficulty=Hard]{border-left:4px solid #ff375f}.LeetCode-module__difficultyStat__Z0d7J[data-difficulty=Hard]:hover .LeetCode-module__difficultyBar__0SwJ4{opacity:.9;box-shadow:0 0 20px #ff375f}.LeetCode-module__consistencyGraph__vnUvU{margin-top:3.5rem;padding:2rem;background:#00000040;border-radius:14px;border:1px solid rgba(0,255,255,.15);box-shadow:0 8px 20px #0003}.LeetCode-module__graphTitle__JNWxB{display:flex;align-items:center;gap:.7rem;color:#e0e0e0;margin-bottom:2rem;font-size:1.3rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,255,255,.15);font-weight:600}.LeetCode-module__graphContainer__EGyWW{display:flex;gap:3px;overflow-x:auto;padding:1.5rem .5rem;justify-content:center;min-height:120px;scrollbar-width:thin;scrollbar-color:rgba(0,255,255,.3) rgba(0,0,0,.2)}.LeetCode-module__graphContainer__EGyWW::-webkit-scrollbar{height:6px}.LeetCode-module__graphContainer__EGyWW::-webkit-scrollbar-track{background:#0003;border-radius:3px}.LeetCode-module__graphContainer__EGyWW::-webkit-scrollbar-thumb{background:#00ffff4d;border-radius:3px}.LeetCode-module__graphWeek__HAFYr{display:flex;flex-direction:column;gap:3px}.LeetCode-module__graphDay__QRn1j{width:14px;height:14px;border-radius:3px;transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.LeetCode-module__graphDay__QRn1j:hover{transform:scale(1.3);box-shadow:0 0 10px #00ffff80;z-index:10}.LeetCode-module__graphLegend__IOVOC{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1.5rem;color:var(--text-secondary);font-size:.9rem;background:#0003;padding:.6rem 1rem;border-radius:8px;width:fit-content;margin-left:auto;margin-right:auto}.LeetCode-module__legendSquares__yGRrE{display:flex;gap:4px}.LeetCode-module__legendSquare__RcPqM{width:14px;height:14px;border-radius:3px;border:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.LeetCode-module__leetcodeSection__iTpfq{padding:1.5rem}.LeetCode-module__leetcodeTitle__WFZ5O{font-size:1.8rem}.LeetCode-module__projectGrid__Kr0-4,.LeetCode-module__leetcodeStats__-rqsC{grid-template-columns:1fr}.LeetCode-module__difficultyStat__Z0d7J{grid-template-columns:70px 70px 1fr;gap:.8rem;padding:.8rem}.LeetCode-module__difficultyLabel__F4zWA,.LeetCode-module__difficultyValue__tm7kG{font-size:.9rem}.LeetCode-module__graphContainer__EGyWW{justify-content:flex-start}.LeetCode-module__badgeContainer__h3WpL{width:90px;height:90px}}.Skills-module__skills__9hECr{padding:5rem 0;background-color:var(--bg-primary)}.Skills-module__skillCategories__A-Pyk{display:flex;flex-direction:column;gap:3rem}.Skills-module__category__etYSo{animation:Skills-module__fadeIn__pjB6q 1s ease-out}.Skills-module__categoryTitle__Yoe2-{font-size:1.5rem;color:var(--accent-color);margin-bottom:1rem;text-align:center}.Skills-module__skillGrid__nmCpb{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;justify-items:center}.Skills-module__skillItem__hntG5{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background-color:var(--bg-secondary);border-radius:10px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.Skills-module__skillItem__hntG5:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0ff3}.Skills-module__skillLogo__1PetL{width:50px;height:50px;margin-bottom:.5rem}.Skills-module__skillName__mtqOt{font-size:.9rem;color:var(--text-secondary)}.Skills-module__modalOverlay__jMbtT{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:Skills-module__fadeIn__pjB6q .3s ease-out}.Skills-module__modalContent__IjFFy{background-color:var(--bg-primary);width:90%;max-width:800px;max-height:90vh;border-radius:15px;box-shadow:0 10px 30px #0000004d;overflow-y:auto;animation:Skills-module__slideUp__R-FvM .4s ease-out}.Skills-module__modalHeader__oq72X{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-color)}.Skills-module__modalTitleContainer__xllah{display:flex;align-items:center;gap:1rem}.Skills-module__modalLogo__GHCNe{width:40px;height:40px}.Skills-module__modalTitle__ucrYw{margin:0;color:var(--accent-color);font-size:1.8rem}.Skills-module__closeButton__XqXOr{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-secondary);transition:color .2s}.Skills-module__closeButton__XqXOr:hover{color:var(--accent-color)}.Skills-module__modalDescription__y7Llm{padding:1.5rem;color:var(--text-secondary);line-height:1.6;border-bottom:1px solid var(--border-color)}.Skills-module__modalTabs__z7NVd{display:flex;border-bottom:1px solid var(--border-color);overflow-x:auto}.Skills-module__tabButton__fax6p{padding:1rem 1.5rem;background:none;border:none;font-size:1rem;color:var(--text-secondary);cursor:pointer;transition:background-color .2s,color .2s;white-space:nowrap}.Skills-module__tabButton__fax6p:hover{background-color:#00ffff0d}.Skills-module__activeTab__lsfLL{color:var(--accent-color);border-bottom:2px solid var(--accent-color);font-weight:700}.Skills-module__tabContent__CQoxW{padding:2rem}.Skills-module__demoContainer__-NSy6{display:flex;flex-direction:column;gap:1.5rem}.Skills-module__codeContainer__We0R7{background-color:#1e1e1e;border-radius:8px;padding:1rem;overflow-x:auto;position:relative}.Skills-module__codeSnippet__lamQi{margin:0;color:#d4d4d4;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.6}.Skills-module__runButton__4ekOn{position:absolute;top:1rem;right:1rem;background-color:var(--accent-color);color:#000;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:700;cursor:pointer;transition:background-color .2s,transform .1s}.Skills-module__runButton__4ekOn:hover{background-color:#0ff;transform:translateY(-2px)}.Skills-module__runButton__4ekOn:active{transform:translateY(0)}.Skills-module__runButton__4ekOn:disabled{background-color:#4a4a4a;color:#7a7a7a;cursor:not-allowed;transform:none}.Skills-module__compilingContainer__Bjiv-{background-color:var(--bg-secondary);border-radius:8px;padding:1rem;animation:Skills-module__fadeIn__pjB6q .3s ease-out}.Skills-module__compilingStatus__t5LxV{display:flex;justify-content:space-between;margin-bottom:.5rem}.Skills-module__compilingText__sq0Hv{color:var(--text-secondary)}.Skills-module__compilingPercentage__7Pu2U{color:var(--accent-color);font-weight:700}.Skills-module__progressBarOuter__tset0{height:10px;background-color:#0003;border-radius:5px;overflow:hidden}.Skills-module__progressBarInner__vDC-P{height:100%;background-color:var(--accent-color);border-radius:5px;transition:width .1s ease-out}.Skills-module__outputContainer__pwX6s{background-color:var(--bg-secondary);border-radius:8px;padding:1rem;animation:Skills-module__fadeIn__pjB6q .3s ease-out}.Skills-module__outputContainer__pwX6s h4{margin-top:0;margin-bottom:.5rem;color:var(--accent-color)}.Skills-module__codeOutput__zsxLr{font-family:Consolas,monospace;color:var(--text-primary);padding:.5rem;background-color:#0003;border-radius:4px}.Skills-module__placeholderDemo__3llYM{background-color:var(--bg-secondary);padding:2rem;text-align:center;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:1rem}.Skills-module__placeholderDemo__3llYM .Skills-module__runButton__4ekOn{position:relative;top:0;right:0}.Skills-module__projectsContainer__a69OO{display:flex;flex-direction:column;gap:1.5rem}.Skills-module__projectCard__foa5R{display:flex;gap:1rem;padding:1rem;background-color:var(--bg-secondary);border-radius:8px;transition:transform .2s}.Skills-module__projectCard__foa5R:hover{transform:translateY(-3px)}.Skills-module__projectImage__b4nrz{width:120px;height:80px;border-radius:4px;overflow:hidden;flex-shrink:0}.Skills-module__projectImage__b4nrz img{width:100%;height:100%;object-fit:cover}.Skills-module__projectInfo__mxhYw{flex:1}.Skills-module__projectInfo__mxhYw h4{margin-top:0;margin-bottom:.5rem;color:var(--accent-color)}.Skills-module__projectInfo__mxhYw p{margin:0 0 .5rem;color:var(--text-secondary)}.Skills-module__projectLink__GqIjy{display:inline-block;margin-top:.5rem;color:var(--accent-color);text-decoration:none;font-weight:700}.Skills-module__projectLink__GqIjy:hover{text-decoration:underline}.Skills-module__certificationsContainer__HFfnV{display:flex;flex-wrap:wrap;gap:1.5rem}.Skills-module__certificationCard__KSJBC{flex:1;min-width:200px;padding:1.5rem;background-color:var(--bg-secondary);border-radius:8px;box-shadow:0 3px 10px #0000001a}.Skills-module__certificationCard__KSJBC h4{margin-top:0;margin-bottom:1rem;color:var(--accent-color)}.Skills-module__certificationCard__KSJBC p{margin:.5rem 0;color:var(--text-secondary)}.Skills-module__certLink__F79Lu{display:inline-block;margin-top:1rem;color:var(--accent-color);text-decoration:none}.Skills-module__certLink__F79Lu:hover{text-decoration:underline}.Skills-module__experienceLevelCard__echXg{width:100%;padding:2rem;background-color:var(--bg-secondary);border-radius:8px;text-align:center}.Skills-module__experienceLevelCard__echXg h4{margin-top:0;margin-bottom:1.5rem;color:var(--accent-color)}.Skills-module__experienceMeter__l-M7q{max-width:300px;margin:0 auto;padding:.5rem 1rem;background-color:#0003;border-radius:30px}.Skills-module__experienceLevel__e88ai{padding:.5rem 1rem;border-radius:20px;font-weight:700;text-align:center}.Skills-module__beginner__iqfGN{background-color:#3498db;width:33%}.Skills-module__intermediate__VnKeH{background-color:#2ecc71;width:66%}.Skills-module__advanced__5cZfN{background-color:#f39c12;width:100%}.Skills-module__useCasesContainer__LM3oy{display:flex;flex-direction:column;gap:2rem}.Skills-module__strengthMeterContainer__n4ZJR{background-color:var(--bg-secondary);padding:1.5rem;border-radius:8px;text-align:center}.Skills-module__strengthMeterContainer__n4ZJR h4{margin-top:0;margin-bottom:1.5rem;color:var(--accent-color)}.Skills-module__strengthBar__SAHMn{height:10px;background-color:#0003;border-radius:5px;margin:0 auto 1.5rem;position:relative}.Skills-module__strengthFill__IkbXX{height:100%;background:linear-gradient(90deg,#0ff,#0fa);border-radius:5px;transition:width 1s ease-out}.Skills-module__strengthMarker__yLXOp{position:absolute;bottom:-25px;transform:translate(-50%);font-size:.8rem;color:var(--text-secondary)}.Skills-module__useCasesTitle__Xv-eM{color:var(--accent-color);text-align:center;margin:1rem 0}.Skills-module__useCaseGrid__e0KYg{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.Skills-module__useCaseCard__T2aJU{background-color:var(--bg-secondary);padding:1.5rem;border-radius:8px;text-align:center;transition:transform .3s}.Skills-module__useCaseCard__T2aJU:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00ffff1a}.Skills-module__useCaseIcon__vm6TJ{font-size:2.5rem;margin-bottom:1rem}.Skills-module__useCaseName__OdNdn{color:var(--accent-color);margin:0 0 .5rem}.Skills-module__useCaseDescription__DuXlM{color:var(--text-secondary);margin:0;font-size:.9rem}.Skills-module__emptyState__ok7s-{text-align:center;padding:2rem;color:var(--text-secondary);background-color:var(--bg-secondary);border-radius:8px}@keyframes Skills-module__fadeIn__pjB6q{0%{opacity:0}to{opacity:1}}@keyframes Skills-module__slideUp__R-FvM{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.Skills-module__skillGrid__nmCpb{grid-template-columns:repeat(3,1fr)}.Skills-module__modalContent__IjFFy{width:95%}.Skills-module__projectCard__foa5R{flex-direction:column}.Skills-module__projectImage__b4nrz{width:100%;height:120px}.Skills-module__useCaseGrid__e0KYg{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.Skills-module__skillGrid__nmCpb{grid-template-columns:repeat(2,1fr)}.Skills-module__modalTabs__z7NVd{justify-content:flex-start}.Skills-module__tabButton__fax6p{padding:.75rem 1rem;font-size:.9rem}.Skills-module__certificationsContainer__HFfnV{flex-direction:column}.Skills-module__useCaseGrid__e0KYg{grid-template-columns:1fr}.Skills-module__runButton__4ekOn{position:relative;display:block;margin-top:1rem;width:100%}.Skills-module__codeContainer__We0R7 .Skills-module__runButton__4ekOn{position:relative;right:auto;top:auto;margin-top:1rem;width:100%}}.Education-module__education__ZDuwI{padding:5rem 0;background-color:#00000080;position:relative}.Education-module__timeline__AmLiu{position:relative;max-width:800px;margin:0 auto;padding:2rem 0}.Education-module__timeline__AmLiu:before{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#00ffff,transparent);transform:translate(-50%)}.Education-module__timelineItem__h6L3h{position:relative;margin-bottom:3rem;width:50%;animation:Education-module__fadeIn__xEEs9 1s ease-out;cursor:pointer}.Education-module__timelineItem__h6L3h:nth-child(odd){left:0;padding-right:2rem}.Education-module__timelineItem__h6L3h:nth-child(2n){left:50%;padding-left:2rem}.Education-module__timelineItem__h6L3h:after{content:"";position:absolute;width:20px;height:20px;background-color:#000;border:3px solid #00ffff;border-radius:50%;top:15px}.Education-module__timelineItem__h6L3h:nth-child(odd):after{right:-10px}.Education-module__timelineItem__h6L3h:nth-child(2n):after{left:-10px}.Education-module__timelineContent__qpP1B{background:linear-gradient(145deg,#000c,#0a1e32cc);padding:1.8rem;border-radius:10px;box-shadow:0 0 20px #0ff3;transition:all .3s ease;border-left:3px solid #00ffff;position:relative;overflow:hidden}.Education-module__timelineContent__qpP1B:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(0,255,255,.2),transparent 60%);opacity:0;transition:opacity .3s ease}.Education-module__timelineContent__qpP1B:hover{transform:translateY(-5px);box-shadow:0 0 30px #0ff6}.Education-module__timelineContent__qpP1B:hover:before{opacity:1}.Education-module__timelineContent__qpP1B h3{font-size:1.5rem;color:#0ff;margin-bottom:.5rem;text-shadow:0 0 10px rgba(0,255,255,.3)}.Education-module__timelineContent__qpP1B h4{font-size:1.2rem;color:var(--text-primary);margin-bottom:.5rem}.Education-module__timelineContent__qpP1B p{color:var(--text-secondary)}.Education-module__years__PiHA2{display:inline-block;color:#0ff;font-size:.9rem;margin-top:.5rem;padding:.3rem .8rem;background-color:#00ffff1a;border-radius:4px;font-weight:500}.Education-module__modal__1fUjk{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Education-module__modalContent__5Yh-L{background:linear-gradient(135deg,#0a0a1f,#0f1a2a);border-radius:12px;padding:2.5rem;width:100%;max-width:800px;position:relative;animation:Education-module__modalFadeIn__EbQrG .3s ease-out;max-height:90vh;overflow-y:auto;border:1px solid rgba(0,255,255,.2);box-shadow:0 0 30px #0ff3}.Education-module__closeButton__qTIV4{position:absolute;top:1rem;right:1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:var(--text-secondary);cursor:pointer;padding:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.Education-module__closeButton__qTIV4:hover{color:#0ff;transform:rotate(90deg);background:#00ffff1a}.Education-module__modalGrid__miUyG{display:grid;grid-template-columns:1fr 2fr;gap:2.5rem}.Education-module__institutionInfo__9B0Go{display:flex;flex-direction:column;align-items:center;text-align:center;background:#0000004d;padding:2rem 1rem;border-radius:10px;box-shadow:inset 0 0 15px #00ffff1a;border:1px solid rgba(0,255,255,.1)}.Education-module__institutionIcon__-hLUS{width:80px;height:80px;margin-bottom:1.5rem;padding:.5rem;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #0ff3;overflow:hidden}.Education-module__institutionIcon__-hLUS img{border-radius:50%;object-fit:cover;width:100%;height:100%}.Education-module__institutionInfo__9B0Go h2{font-size:1.8rem;color:#0ff;margin-bottom:.8rem;text-shadow:0 0 15px rgba(0,255,255,.3)}.Education-module__educationDetails__xQvS3{display:flex;flex-direction:column;gap:2rem}.Education-module__section__6rufA{margin-bottom:2rem;transition:transform .3s ease;padding:1.2rem;border-radius:10px;background:#0003;border:1px solid rgba(0,255,255,.1)}.Education-module__section__6rufA:hover{transform:translateY(-3px);box-shadow:0 5px 15px #00ffff1a;background:#00ffff0d}.Education-module__section__6rufA h3{font-size:1.3rem;color:#0ff;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.Education-module__section__6rufA h3:before{content:"";display:inline-block;width:8px;height:8px;background-color:#0ff;border-radius:50%;box-shadow:0 0 10px #0ff}.Education-module__cgpa__PwN8d{color:#0fb;font-size:1.2rem;margin-bottom:1rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;background:#00ffbb1a;display:inline-block;border-radius:6px}.Education-module__percentile__mlxOI{color:#0bf;font-size:1.2rem;margin-bottom:1rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;background:#00bbff1a;display:inline-block;border-radius:6px}.Education-module__semesterSection__rdj-B{background-color:#ffffff0d;border-radius:8px;overflow:hidden;margin-top:1rem;border:1px solid rgba(0,255,255,.1)}.Education-module__semesterToggle__jhyn2{width:100%;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:#0000004d;border:none;color:var(--text-primary);cursor:pointer;transition:background-color .3s ease;font-weight:500}.Education-module__semesterToggle__jhyn2:hover{background-color:#00ffff1a;color:#0ff}.Education-module__semesterList__wzDPG{padding:1rem 1.5rem}.Education-module__semesterItem__5n3s6{display:flex;justify-content:space-between;padding:.8rem 0;color:var(--text-secondary);border-bottom:1px solid rgba(255,255,255,.05)}.Education-module__semesterItem__5n3s6:last-child{border-bottom:none}.Education-module__semesterItem__5n3s6 span:last-child{font-weight:600;color:#0ff}.Education-module__accomplishmentsList__aLgtO{list-style:none;padding:0}.Education-module__accomplishmentsList__aLgtO li{display:flex;align-items:center;gap:.8rem;color:var(--text-secondary);margin-bottom:1rem;padding:.8rem 1rem;background:#ffd7000d;border-radius:6px;transition:all .3s ease}.Education-module__accomplishmentsList__aLgtO li:hover{transform:translate(5px);background:#ffd7001a}.Education-module__trophyIcon__okqtt{color:gold;min-width:20px;filter:drop-shadow(0 0 3px rgba(255,215,0,.5))}.Education-module__clubsSection__SBjWB{background:linear-gradient(145deg,#00ffff14,#00aaff0a);border-radius:10px;padding:1.5rem;border:1px solid rgba(0,255,255,.15);transition:all .3s ease}.Education-module__clubsSection__SBjWB:hover{box-shadow:0 0 20px #00ffff26;transform:translateY(-5px)}.Education-module__clubsList__oz3Tw{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:1rem}.Education-module__clubsList__oz3Tw li{background:#00000080;padding:1rem;border-radius:8px;color:var(--text-primary);font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;border-left:3px solid #00ffff;box-shadow:0 0 10px #0000004d;position:relative;overflow:hidden}.Education-module__clubsList__oz3Tw li:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,#0ff,#08f);opacity:.8}.Education-module__clubsList__oz3Tw li:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(0,255,255,.1));opacity:0;transition:opacity .3s ease}.Education-module__clubsList__oz3Tw li:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 5px 15px #0006;color:#0ff}.Education-module__clubsList__oz3Tw li:hover:after{opacity:1}@keyframes Education-module__modalFadeIn__EbQrG{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Education-module__pulseGlow__FO4-e{0%{box-shadow:0 0 5px #00ffff4d}50%{box-shadow:0 0 20px #00ffff80}to{box-shadow:0 0 5px #00ffff4d}}@media (max-width: 768px){.Education-module__timeline__AmLiu:before{left:20px}.Education-module__timelineItem__h6L3h{width:100%;padding-left:50px;padding-right:0;left:0}.Education-module__timelineItem__h6L3h:nth-child(2n){left:0;padding-left:50px}.Education-module__timelineItem__h6L3h:after{left:11px}.Education-module__timelineItem__h6L3h:nth-child(odd):after{right:auto;left:11px}.Education-module__modalContent__5Yh-L{margin:1rem;padding:1.5rem}.Education-module__modalGrid__miUyG{grid-template-columns:1fr;gap:1.5rem}.Education-module__institutionInfo__9B0Go{margin-bottom:1rem;padding:1.5rem 1rem}.Education-module__section__6rufA{padding:1rem}.Education-module__clubsList__oz3Tw{grid-template-columns:1fr}}.Certifications-module__certificationsSection__ktSju{position:relative;overflow:hidden;padding:4rem 0;background:linear-gradient(to bottom,#000000b3,#00000ae6)}.Certifications-module__certificationsSection__ktSju:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(0,255,255,.8),transparent);animation:Certifications-module__gradient-flow__Itcll 8s linear infinite}.Certifications-module__certificationsContainer__GBQ-F{max-width:1300px;margin:0 auto;padding:0 2rem;position:relative;z-index:5}.Certifications-module__certificationsHeader__lj-o3{margin-bottom:3rem;position:relative;display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;gap:1.5rem}.Certifications-module__tabsContainer__jTNEk{display:flex;border-radius:12px;background:#0003;padding:4px;overflow:hidden;box-shadow:0 0 20px #00ffff1a;border:1px solid rgba(0,255,255,.1)}.Certifications-module__tabButton__-nnGZ{display:flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:none;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease}.Certifications-module__tabButton__-nnGZ:hover:not(.Certifications-module__activeTab__achND){background:#00ffff0d;color:#fff}.Certifications-module__activeTab__achND{background:#00ffff26;color:var(--accent-color);box-shadow:0 4px 12px #00ffff26}.Certifications-module__itemCount__Q3Fcb{background:#0000004d;padding:2px 8px;border-radius:20px;font-size:.75rem;min-width:24px;text-align:center}.Certifications-module__certificationsContent__CuXno{position:relative}.Certifications-module__certificationsGrid__Juqft{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;position:relative}.Certifications-module__certificateCard__35cCK{position:relative;background:#0f0f19b3;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,255,255,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);opacity:0;transform:translateY(30px);cursor:pointer;height:100%;display:flex;flex-direction:column}.Certifications-module__glowBorder__0ccpt{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:18px;padding:2px;background:linear-gradient(45deg,transparent,rgba(0,255,255,0),rgba(0,255,255,.5),rgba(0,255,255,0));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .5s ease}.Certifications-module__certificateCard__35cCK:hover .Certifications-module__glowBorder__0ccpt{opacity:1;animation:Certifications-module__rotate-glow__Aqwhs 3s linear infinite}.Certifications-module__certificateCard__35cCK:hover{transform:translateY(-15px) scale(1.03);box-shadow:0 20px 40px #0006,0 0 20px #0ff3}.Certifications-module__certificateImgContainer__lZnJl{position:relative;height:160px;overflow:hidden}.Certifications-module__certificateImg__CgYU-{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.Certifications-module__certificateCard__35cCK:hover .Certifications-module__certificateImg__CgYU-{transform:scale(1.1)}.Certifications-module__certificateImgOverlay__9pcLo{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#0a0a14e6);pointer-events:none}.Certifications-module__certificateContent__hEJ7K{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.Certifications-module__certificateTitle__VCSD4{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:#fff;line-height:1.3}.Certifications-module__certificateInfo__nc72k{display:flex;align-items:center;margin-bottom:1rem}.Certifications-module__certificateOrg__200k-{font-size:.9rem;color:var(--text-secondary)}.Certifications-module__certificateMeta__ZNTdq{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.Certifications-module__certificateDate__NEO-P{font-size:.8rem;color:#fff9}.Certifications-module__subcoursesBadge__WjyTy{background:#00ffff26;color:var(--accent-color);font-size:.75rem;padding:.25rem .5rem;border-radius:20px}.Certifications-module__certificateFooter__Ynhz7{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.Certifications-module__credentialId__FxmQ7{font-size:.75rem;color:#fff6}.Certifications-module__viewDetails__2g8vX{display:flex;align-items:center;gap:5px;font-size:.85rem;color:var(--accent-color);transition:color .3s ease}.Certifications-module__certificateCard__35cCK:hover .Certifications-module__viewDetails__2g8vX{color:#fff}.Certifications-module__viewMoreContainer__p9wOu{display:flex;justify-content:center;margin-top:3rem}.Certifications-module__viewMoreButton__lgkbz{display:flex;align-items:center;gap:.5rem;background:#00ffff1a;border:1px solid rgba(0,255,255,.2);color:var(--accent-color);padding:.6rem 1.5rem;border-radius:30px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.Certifications-module__viewMoreButton__lgkbz:hover{background:#0ff3;box-shadow:0 0 20px #0ff3}.Certifications-module__modalOverlay__ppwSO{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;padding:2rem}.Certifications-module__modalOverlay__ppwSO.Certifications-module__active__NMVKb{opacity:1;pointer-events:all}.Certifications-module__modalContainer__T9JWl{background:#0f0f19e6;border-radius:20px;max-width:1000px;width:100%;height:auto;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080,0 0 30px #0ff3;border:1px solid rgba(0,255,255,.1);transform:scale(.95);transition:transform .3s ease}.Certifications-module__modalOverlay__ppwSO.Certifications-module__active__NMVKb .Certifications-module__modalContainer__T9JWl{transform:scale(1)}.Certifications-module__modalClose__Z5Vxo{position:absolute;top:1rem;right:1rem;background:#0000004d;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:5;transition:all .3s ease}.Certifications-module__modalClose__Z5Vxo:hover{background:#ff00004d;transform:rotate(90deg)}.Certifications-module__modalContent__J86RR{display:flex;flex-direction:column;height:100%}.Certifications-module__modalHeader__-h5Og{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.Certifications-module__modalTitleSection__SD583{display:flex;flex-direction:column;gap:.5rem}.Certifications-module__modalTitle__VQSsy{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.Certifications-module__modalOrganization__O-Iyr,.Certifications-module__modalCredential__ng7ra{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.Certifications-module__modalFlexContainer__RTHvC{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;overflow:hidden;max-height:80vh}.Certifications-module__modalBodyScrollable__uq3On{overflow-y:auto;max-height:calc(80vh - 100px)}.Certifications-module__modalImageViewer__oBsw7{flex:0 0 50%;position:relative;overflow:hidden;display:flex;flex-direction:column}.Certifications-module__modalImageWrapper__DF8GP{flex:1;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background:#0000004d}.Certifications-module__modalImageLarge__ewd50{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;-webkit-user-select:none;user-select:none}.Certifications-module__imageControls__8v-vP{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#0000004d;border-top:1px solid rgba(255,255,255,.1)}.Certifications-module__imageControlBtn__C-Lz3{background:#0000004d;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.Certifications-module__imageControlBtn__C-Lz3:hover{background:#0ff3}.Certifications-module__zoomLevel__pd0nU{font-size:.8rem;color:var(--text-secondary);min-width:50px;text-align:center}.Certifications-module__modalBody__tjDkF{flex:1;padding:1.5rem}.Certifications-module__modalSection__GWc0k{margin-bottom:1.5rem}.Certifications-module__modalSectionTitle__our0A{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--accent-color);margin:0 0 .75rem;font-weight:500}.Certifications-module__modalDescription__MiI9V{font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.Certifications-module__skillsList__c3lHa{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.Certifications-module__skillTag__gjaHX{background:#00ffff1a;color:var(--accent-color);padding:.25rem .75rem;border-radius:20px;font-size:.8rem}.Certifications-module__subcoursesList__PYfb9{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.Certifications-module__subcourseItem__DRIkE{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.05);transition:all .2s ease;cursor:pointer}.Certifications-module__subcourseItem__DRIkE:hover{background:#00ffff0d;border-color:#0ff3}.Certifications-module__subcourseContent__k7zuW{flex:1}.Certifications-module__subcourseTitle__a0bu1{font-size:.9rem;font-weight:500;color:#fff;margin-bottom:.25rem}.Certifications-module__subcourseDate__qT7sv{font-size:.75rem;color:var(--text-secondary)}.Certifications-module__viewSubcourseBtn__SNLrq{background:#0000004d;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--accent-color);cursor:pointer;transition:all .2s ease}.Certifications-module__viewSubcourseBtn__SNLrq:hover{background:#0ff3}.Certifications-module__parentCertificateInfo__uGXzW{margin-top:.5rem}.Certifications-module__backToMainCertLink__IDU20{display:flex;align-items:center;gap:.5rem;color:var(--accent-color);font-size:.9rem;cursor:pointer;transition:color .2s ease}.Certifications-module__backToMainCertLink__IDU20:hover{color:#fff;text-decoration:underline}.Certifications-module__modalFooter__45MuB{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1)}.Certifications-module__credentialVerify__FEXvI{display:flex;align-items:center;gap:.5rem;background:#00ffff1a;color:var(--accent-color);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;text-decoration:none;transition:all .3s ease}.Certifications-module__credentialVerify__FEXvI:hover{background:#0ff3;box-shadow:0 0 15px #0ff3}.Certifications-module__validityTag__ZeeTV{display:flex;align-items:center;gap:.5rem;background:#00ffff0d;color:var(--text-secondary);padding:.5rem 1rem;border-radius:20px;font-size:.8rem}.Certifications-module__expiredTag__mcM7J{background:#ff32321a;color:#ff6464e6}@keyframes Certifications-module__gradient-flow__Itcll{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes Certifications-module__rotate-glow__Aqwhs{0%{background-position:0% 50%}to{background-position:100% 50%}}@media (max-width: 1024px){.Certifications-module__certificationsGrid__Juqft{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.Certifications-module__modalFlexContainer__RTHvC{flex-direction:column;height:auto;max-height:80vh}.Certifications-module__modalImageViewer__oBsw7{flex:0 0 auto;height:300px}}@media (max-width: 768px){.Certifications-module__certificationsGrid__Juqft{grid-template-columns:1fr}.Certifications-module__certificationsHeader__lj-o3{flex-direction:column;align-items:flex-start}.Certifications-module__modalContainer__T9JWl{width:95%;max-height:95vh}.Certifications-module__modalTitle__VQSsy{font-size:1.2rem}}@media (max-width: 480px){.Certifications-module__certificationsContainer__GBQ-F{padding:0 1rem}.Certifications-module__certificateImgContainer__lZnJl{height:140px}.Certifications-module__modalImageViewer__oBsw7{height:200px}.Certifications-module__modalOverlay__ppwSO{padding:1rem}}.Contact-module__contact__03ipN{padding:6rem 0;background:linear-gradient(135deg,var(--bg-primary) 0%,#111418 100%);position:relative;overflow:hidden}.Contact-module__contact__03ipN:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 20%,rgba(var(--accent-rgb),.03) 0%,transparent 60%),radial-gradient(circle at 90% 80%,rgba(var(--accent-rgb),.04) 0%,transparent 70%);pointer-events:none}.Contact-module__contactForm__fs9N8{max-width:650px;margin:0 auto;padding:2.5rem;background:rgba(var(--bg-secondary-rgb),.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 10px 30px #0003,0 1px 2px rgba(var(--accent-rgb),.15),0 -1px 2px #ffffff0d inset;border:1px solid rgba(var(--accent-rgb),.1);animation:Contact-module__slideUp__31Vos .7s cubic-bezier(.22,1,.36,1)}.Contact-module__formGroup__pvLuo{margin-bottom:2rem;position:relative}.Contact-module__formGroup__pvLuo label{display:block;margin-bottom:.75rem;font-weight:500;color:var(--text-primary);letter-spacing:.3px;font-size:.95rem;transform:translateY(0);transition:all .3s ease}.Contact-module__formGroup__pvLuo input,.Contact-module__formGroup__pvLuo textarea{width:100%;padding:1rem 1.25rem;background-color:rgba(var(--bg-secondary-rgb),.8);border:1px solid rgba(var(--text-secondary-rgb),.3);border-radius:8px;font-size:1rem;color:var(--text-primary);transition:all .3s ease}.Contact-module__formGroup__pvLuo input:focus,.Contact-module__formGroup__pvLuo textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.2);background-color:rgba(var(--bg-secondary-rgb),.9)}.Contact-module__formGroup__pvLuo textarea{height:180px;resize:vertical;line-height:1.6}.Contact-module__floatingLabel__h2R0-{position:relative}.Contact-module__floatingLabel__h2R0- label{position:absolute;top:1rem;left:1.25rem;margin:0;padding:0 .25rem;pointer-events:none;transition:all .2s ease;opacity:.8;color:var(--text-secondary)}.Contact-module__floatingLabel__h2R0- input:focus~label,.Contact-module__floatingLabel__h2R0- textarea:focus~label,.Contact-module__floatingLabel__h2R0- input:not(:placeholder-shown)~label,.Contact-module__floatingLabel__h2R0- textarea:not(:placeholder-shown)~label{top:-.75rem;left:.75rem;font-size:.75rem;padding:0 .5rem;background-color:var(--bg-secondary);border-radius:4px;opacity:1;color:var(--accent-color);box-shadow:0 0 10px #0003}.Contact-module__submitButton__FFpHt{display:block;width:100%;padding:1.25rem;background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-color-dark) 100%);color:var(--bg-primary);border:none;border-radius:8px;font-size:1.1rem;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(var(--accent-rgb),.3)}.Contact-module__submitButton__FFpHt:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(var(--accent-rgb),.4)}.Contact-module__submitButton__FFpHt:active{transform:translateY(-1px)}.Contact-module__submitButton__FFpHt:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%)}.Contact-module__submitButton__FFpHt:hover:after{animation:Contact-module__shimmer__BA1J5 1.5s infinite}.Contact-module__submitButton__FFpHt:disabled{background:linear-gradient(135deg,rgba(var(--accent-rgb),.7),rgba(var(--accent-rgb),.5));cursor:not-allowed;transform:translateY(0);box-shadow:0 4px 10px rgba(var(--accent-rgb),.2)}.Contact-module__formResponse__XS4Gq{margin-top:2rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500;opacity:0;animation:Contact-module__fadeIn__WoybE .5s forwards;position:relative;display:flex;justify-content:center;align-items:center}.Contact-module__success__nIyfQ{background-color:rgba(var(--success-rgb),.1);color:var(--success-color);border:1px solid rgba(var(--success-rgb),.2)}.Contact-module__error__s1-H7{background-color:rgba(var(--error-rgb),.1);color:var(--error-color);border:1px solid rgba(var(--error-rgb),.2)}.Contact-module__closeButton__chJgr{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:inherit;cursor:pointer;font-size:1.2rem;opacity:.7;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;height:24px;width:24px}.Contact-module__closeButton__chJgr:hover{opacity:1}@keyframes Contact-module__slideUp__31Vos{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Contact-module__fadeIn__WoybE{0%{opacity:0}to{opacity:1}}@keyframes Contact-module__fadeOut__Kcssk{0%{opacity:1}to{opacity:0}}@keyframes Contact-module__shimmer__BA1J5{to{transform:translate(100%)}}@media (max-width: 768px){.Contact-module__contactForm__fs9N8{padding:2rem 1.5rem;margin:0 1rem;border-radius:12px}.Contact-module__formGroup__pvLuo{margin-bottom:1.5rem}}.Contact-module__decorElement__ZNPGj{position:absolute;border-radius:50%;filter:blur(40px);z-index:-1}.Contact-module__decorElement1__e8py-{top:-10%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(var(--accent-rgb),.15) 0%,transparent 70%)}.Contact-module__decorElement2__8ggQr{bottom:-15%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(var(--accent-rgb),.1) 0%,transparent 70%)}.Contact-module__sectionTitle__OCvwY{font-size:2.5rem;margin-bottom:1rem;text-align:center;background:linear-gradient(to right,var(--text-primary),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Contact-module__sectionSubtitle__j76IJ{font-size:1.1rem;max-width:600px;margin:0 auto 3rem;text-align:center;color:var(--text-secondary);font-weight:300}.Contact-module__formGroup__pvLuo input::placeholder,.Contact-module__formGroup__pvLuo textarea::placeholder{color:transparent}.Contact-module__fadeOut__Kcssk{animation:Contact-module__fadeOut__Kcssk .5s forwards}.Footer-module__footer__I47BE{background-color:var(--bg-secondary);padding:1.25rem 0;position:relative;overflow:hidden}.Footer-module__container__nWHJs{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.Footer-module__copyright__WMGUz{color:var(--text-secondary);font-size:.9rem}.Footer-module__socialProfiles__27Da6{display:flex;gap:1.5rem}.Footer-module__socialLink__Jn4Kn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--bg-secondary);transition:all .3s ease}.Footer-module__socialLink__Jn4Kn:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 5px 15px #00ffff4d}.Footer-module__socialIcon__n0-Dm{width:20px;height:20px;transition:all .3s ease}@media (max-width: 768px){.Footer-module__container__nWHJs{flex-direction:column;gap:1rem}.Footer-module__copyright__WMGUz{order:2;text-align:center}.Footer-module__socialProfiles__27Da6{order:1}}.App-module__app__d3kQ4{font-family:Roboto,sans-serif;color:var(--text-primary);line-height:1.6;background-color:var(--bg-primary);position:relative;overflow-x:hidden}main{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){main{padding:0 10px}}.particles-container{position:relative;width:100%;height:100%}
