.Navbar-module__dVeNwG__nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0d0d12eb;align-items:center;height:60px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__navLogo{font-family:var(--font-mono);align-items:center;gap:0;margin-right:auto;font-size:15px;font-weight:600;line-height:1;text-decoration:none;display:flex}.Navbar-module__dVeNwG__bracket{color:var(--text3)}.Navbar-module__dVeNwG__name{color:var(--text)}.Navbar-module__dVeNwG__slash{color:var(--accent)}.Navbar-module__dVeNwG__navLinks{align-items:center;gap:0;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__dVeNwG__navLinks a{color:var(--text3);letter-spacing:.01em;padding:8px 18px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s;display:block;position:relative}.Navbar-module__dVeNwG__navLinks a:after{content:"";background:var(--accent);height:1px;transition:transform .2s;position:absolute;bottom:-1px;left:18px;right:18px;transform:scaleX(0)}.Navbar-module__dVeNwG__navLinks a:hover{color:var(--text)}.Navbar-module__dVeNwG__navLinks a:hover:after{transform:scaleX(.5)}.Navbar-module__dVeNwG__active{color:var(--text)!important}.Navbar-module__dVeNwG__active:after{transform:scaleX(1)!important}@media (max-width:768px){.Navbar-module__dVeNwG__nav{padding:0 20px}.Navbar-module__dVeNwG__navLinks{display:none}}
@keyframes Hero-module__PgAKtG__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__PgAKtG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__PgAKtG__hero{grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:960px;min-height:100vh;padding-top:80px;padding-bottom:80px;display:grid}.Hero-module__PgAKtG__greeting{font-family:var(--font-mono);color:var(--accent);opacity:0;margin-bottom:16px;font-size:14px;animation:.6s .2s forwards Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__heroName{letter-spacing:-.04em;opacity:0;margin-bottom:12px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.05;animation:.6s .4s forwards Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__accent{color:var(--accent)}.Hero-module__PgAKtG__heroRole{font-family:var(--font-mono);color:var(--text2);opacity:0;margin-bottom:20px;font-size:16px;animation:.6s .6s forwards Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__typingCursor{background:var(--accent);vertical-align:middle;width:2px;height:1em;margin-left:2px;animation:1s step-end infinite Hero-module__PgAKtG__blink;display:inline-block}.Hero-module__PgAKtG__heroDesc{color:var(--text2);opacity:0;max-width:460px;margin-bottom:32px;font-size:15px;line-height:1.7;animation:.6s .8s forwards Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__heroActions{opacity:0;flex-wrap:wrap;align-items:center;gap:12px;animation:.6s 1s forwards Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__heroSocials{opacity:0;align-items:center;gap:10px;margin-top:24px;animation:.6s 1.1s forwards Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__heroRight{opacity:0;animation:.7s .5s forwards Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__flipScene{perspective:1200px;cursor:pointer}.Hero-module__PgAKtG__flipScene:hover .Hero-module__PgAKtG__flipInner,.Hero-module__PgAKtG__flipped .Hero-module__PgAKtG__flipInner{transform:rotateY(180deg)}.Hero-module__PgAKtG__flipInner{width:100%;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.4,.2,.2,1);position:relative}.Hero-module__PgAKtG__flipFace{backface-visibility:hidden;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #00000080}.Hero-module__PgAKtG__flipBack{position:absolute;inset:0;transform:rotateY(180deg);}.Hero-module__PgAKtG__codeCard{background:var(--surface);border:1px solid var(--border2);border-radius:16px;height:100%;min-height:380px;overflow:hidden}.Hero-module__PgAKtG__codeHeader{border-bottom:1px solid var(--border);background:var(--surface2);align-items:center;gap:8px;padding:14px 16px;display:flex}.Hero-module__PgAKtG__trafficLights{gap:6px;display:flex}.Hero-module__PgAKtG__tl{border-radius:50%;width:11px;height:11px}.Hero-module__PgAKtG__tlR{background:#ff5f57}.Hero-module__PgAKtG__tlY{background:#febc2e}.Hero-module__PgAKtG__tlG{background:#28c840}.Hero-module__PgAKtG__codeFilename{font-family:var(--font-mono);color:var(--text3);margin-left:auto;margin-right:auto;font-size:12px}.Hero-module__PgAKtG__codeBody{font-family:var(--font-mono);padding:24px 20px;font-size:13px;line-height:1.8}.Hero-module__PgAKtG__codeLine{gap:20px;display:flex}.Hero-module__PgAKtG__codeContent{white-space:pre}.Hero-module__PgAKtG__ln{color:var(--text3);-webkit-user-select:none;user-select:none;text-align:right;min-width:16px}.Hero-module__PgAKtG__kw{color:#c792ea}.Hero-module__PgAKtG__fn{color:#82aaff}.Hero-module__PgAKtG__str{color:#c3e88d}.Hero-module__PgAKtG__cm{color:var(--text3);font-style:italic}.Hero-module__PgAKtG__pn{color:var(--text2)}.Hero-module__PgAKtG__ac{color:#f78c6c}.Hero-module__PgAKtG__nb{color:#89ddff}.Hero-module__PgAKtG__codeCursor{background:var(--accent);vertical-align:middle;border-radius:1px;width:7px;height:14px;animation:1s step-end infinite Hero-module__PgAKtG__blink;display:inline-block}.Hero-module__PgAKtG__profileCard{background:var(--surface);border:1px solid var(--border2);border-radius:16px;flex-direction:column;align-items:center;gap:0;height:100%;padding:32px 28px 28px;display:flex;overflow:hidden}.Hero-module__PgAKtG__profilePhoto{border:2px solid var(--accent);border-radius:50%;flex-shrink:0;width:90px;height:90px;margin-bottom:16px;overflow:hidden;box-shadow:0 0 0 4px #0089d026;box-shadow:0 0 0 4px lab(52.9692% -12.3644 -61.5214/.15)}.Hero-module__PgAKtG__profilePhoto img{object-fit:cover;width:100%;height:100%}.Hero-module__PgAKtG__profileName{letter-spacing:-.03em;color:var(--text);text-align:center;margin-bottom:4px;font-size:20px;font-weight:800}.Hero-module__PgAKtG__profileTitle{font-family:var(--font-mono);color:var(--accent);text-align:center;margin-bottom:20px;font-size:12px}.Hero-module__PgAKtG__profileDivider{background:var(--border);width:100%;height:1px;margin-bottom:20px}.Hero-module__PgAKtG__profileRows{flex-direction:column;gap:12px;width:100%;display:flex}.Hero-module__PgAKtG__profileRow{justify-content:space-between;align-items:center;display:flex}.Hero-module__PgAKtG__profileRowLabel{font-family:var(--font-mono);color:var(--text3);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:600}.Hero-module__PgAKtG__profileRowValue{color:var(--text);font-size:13px;font-weight:600}.Hero-module__PgAKtG__flipHint{font-family:var(--font-mono);color:var(--accent);opacity:.85;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:10px;display:flex}.Hero-module__PgAKtG__flipHint svg{fill:currentColor;width:12px;height:12px}.Hero-module__PgAKtG__statsRow{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;display:grid}.Hero-module__PgAKtG__statCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:20px;transition:border-color .2s}.Hero-module__PgAKtG__statCard:hover{border-color:var(--accent-dim)}.Hero-module__PgAKtG__statNumber{letter-spacing:-.04em;color:var(--text);font-size:28px;font-weight:800}.Hero-module__PgAKtG__statNumber span{color:var(--accent)}.Hero-module__PgAKtG__statLabel{color:var(--text3);text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:11px;font-weight:500}@media (max-width:768px){.Hero-module__PgAKtG__hero{grid-template-columns:1fr;padding-top:100px}.Hero-module__PgAKtG__heroRight{display:none}}
.Experience-module__2pCZCq__expList{flex-direction:column;gap:20px;display:flex}.Experience-module__2pCZCq__expCard{background:var(--surface);border:1px solid var(--border);cursor:default;border-radius:16px;padding:28px;transition:border-color .3s,transform .3s}.Experience-module__2pCZCq__expCard:hover{border-color:var(--border2);transform:translateY(-2px)}.Experience-module__2pCZCq__expHeader{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.Experience-module__2pCZCq__companyLogo{background:var(--surface2);border:1px solid var(--border2);width:48px;height:48px;font-family:var(--font-mono);color:var(--accent);letter-spacing:-.02em;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;overflow:hidden}.Experience-module__2pCZCq__companyLogo img{object-fit:cover;width:100%;height:100%}.Experience-module__2pCZCq__expMeta{flex:1}.Experience-module__2pCZCq__expRole{color:var(--text);letter-spacing:-.02em;font-size:17px;font-weight:700}.Experience-module__2pCZCq__expCompany{color:var(--text2);margin-top:2px;font-size:14px}.Experience-module__2pCZCq__expPeriod{font-family:var(--font-mono);color:var(--text3);margin-top:4px;font-size:12px}.Experience-module__2pCZCq__expDuration{opacity:.7}.Experience-module__2pCZCq__expCurrent{color:var(--accent);background:#7c3aed1f;border:1px solid #7c3aed40;border-radius:100px;align-items:center;gap:5px;margin-top:6px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.Experience-module__2pCZCq__expCurrentDot{background:var(--accent);border-radius:50%;width:5px;height:5px}.Experience-module__2pCZCq__expBullets{flex-direction:column;gap:8px;margin-bottom:20px;list-style:none;display:flex}.Experience-module__2pCZCq__expBullets li{color:var(--text2);padding-left:16px;font-size:14px;line-height:1.6;position:relative}.Experience-module__2pCZCq__expBullets li:before{content:"→";color:var(--accent);font-size:12px;position:absolute;left:0}.Experience-module__2pCZCq__tagList{flex-wrap:wrap;gap:8px;display:flex}
.Projects-module__HGIySG__projectsGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Projects-module__HGIySG__projectCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;transition:border-color .3s,transform .3s;display:flex;overflow:hidden}.Projects-module__HGIySG__projectCard:hover{border-color:var(--border2);transform:translateY(-3px)}.Projects-module__HGIySG__clickable{cursor:pointer}.Projects-module__HGIySG__clickable:hover{border-color:var(--accent)}.Projects-module__HGIySG__clickable:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.Projects-module__HGIySG__screenshot{aspect-ratio:16/9;background:var(--surface2);border-bottom:1px solid var(--border);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Projects-module__HGIySG__screenshotLabel{background:var(--surface);border:1px solid var(--border2);font-family:var(--font-mono);color:var(--text3);text-align:center;white-space:pre-line;border-radius:6px;padding:8px 14px;font-size:11px;line-height:1.5;position:absolute}.Projects-module__HGIySG__screenshotImg{object-fit:cover;object-position:top}.Projects-module__HGIySG__body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.Projects-module__HGIySG__name{letter-spacing:-.02em;font-size:17px;font-weight:700}.Projects-module__HGIySG__tagList{flex-wrap:wrap;gap:8px;margin-bottom:4px;display:flex}.Projects-module__HGIySG__desc{color:var(--text2);flex:1;font-size:13px;line-height:1.6}.Projects-module__HGIySG__links{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.Projects-module__HGIySG__link{background:var(--accent);color:var(--bg);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.Projects-module__HGIySG__link:hover{opacity:.88;transform:translateY(-1px)}.Projects-module__HGIySG__link svg{width:14px;height:14px}.Projects-module__HGIySG__linkGhost{border:1px solid var(--border2);color:var(--text);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:12px;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,transform .2s;display:inline-flex}.Projects-module__HGIySG__linkGhost:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.Projects-module__HGIySG__linkGhost svg{width:14px;height:14px}@media (max-width:768px){.Projects-module__HGIySG__projectsGrid{grid-template-columns:1fr}}
.TechStack-module__3aMdAW__stackFilter{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}.TechStack-module__3aMdAW__filterBtn{border:1px solid var(--border2);color:var(--text2);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-sans);background:0 0;border-radius:100px;padding:6px 16px;transition:all .2s}.TechStack-module__3aMdAW__filterBtn:hover{border-color:var(--accent-dim);color:var(--text)}.TechStack-module__3aMdAW__filterBtnActive{background:var(--accent);border-color:var(--accent);color:#fff}.TechStack-module__3aMdAW__stackCategories{flex-direction:column;gap:28px;display:flex}.TechStack-module__3aMdAW__stackCatLabel{font-family:var(--font-mono);color:var(--text3);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:600;display:flex}.TechStack-module__3aMdAW__stackCatLabel:after{content:"";background:var(--border);flex:1;height:1px}.TechStack-module__3aMdAW__stackItems{flex-wrap:wrap;gap:10px;display:flex}.TechStack-module__3aMdAW__stackItem{background:var(--surface);border:1px solid var(--border);color:var(--text2);border-radius:100px;align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:500;transition:border-color .2s,color .2s;display:flex}.TechStack-module__3aMdAW__stackItem:hover{border-color:var(--border2);color:var(--text)}.TechStack-module__3aMdAW__stackDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.TechStack-module__3aMdAW__stackIcon{object-fit:contain;flex-shrink:0;width:auto;max-width:32px;height:16px}.TechStack-module__3aMdAW__dotGreen{background:#22d3a5}.TechStack-module__3aMdAW__dotYellow{background:#f59e0b}.TechStack-module__3aMdAW__dotBlue{background:#60a5fa}.TechStack-module__3aMdAW__dotRed{background:#f87171}.TechStack-module__3aMdAW__dotPurple{background:#c084fc}
.Education-module__u6yQCa__eduList{flex-direction:column;gap:16px;display:flex}.Education-module__u6yQCa__eduCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:flex-start;gap:20px;padding:24px;transition:border-color .2s;display:flex}.Education-module__u6yQCa__eduCard:hover{border-color:var(--border2)}.Education-module__u6yQCa__eduIcon{background:var(--surface2);border:1px solid var(--border2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex;overflow:hidden}.Education-module__u6yQCa__eduIcon img{object-fit:cover;width:100%;height:100%}.Education-module__u6yQCa__eduDegree{color:var(--text);font-size:16px;font-weight:700}.Education-module__u6yQCa__eduSchool{color:var(--text2);margin-top:2px;font-size:14px}.Education-module__u6yQCa__eduPeriod{font-family:var(--font-mono);color:var(--text3);margin-top:4px;font-size:12px}.Education-module__u6yQCa__certsGrid{grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;display:grid}.Education-module__u6yQCa__certCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:16px 18px;transition:border-color .2s;display:flex}.Education-module__u6yQCa__certCard:hover{border-color:var(--border2)}.Education-module__u6yQCa__certIcon{background:var(--surface2);border:1px solid var(--border2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex;overflow:hidden}.Education-module__u6yQCa__certIcon img{object-fit:contain;width:80%;height:80%}.Education-module__u6yQCa__certName{color:var(--text);font-size:13px;font-weight:600}.Education-module__u6yQCa__certIssuer{color:var(--text3);margin-top:2px;font-size:12px}@media (max-width:768px){.Education-module__u6yQCa__certsGrid{grid-template-columns:1fr}}
.Contact-module__dhIxzq__contactWrapper{background:var(--surface);border:1px solid var(--border2);text-align:center;border-radius:24px;padding:48px;position:relative;overflow:hidden}.Contact-module__dhIxzq__contactWrapper:before{content:"";pointer-events:none;background:radial-gradient(#7370fa1f 0%,#0000 70%);background:radial-gradient(lab(53.1472% 30.5881 -70.0216/.12) 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.Contact-module__dhIxzq__title{letter-spacing:-.04em;margin-bottom:12px;font-size:32px;font-weight:800}.Contact-module__dhIxzq__sub{color:var(--text2);max-width:420px;margin:0 auto 32px;font-size:15px}.Contact-module__dhIxzq__email{background:var(--accent);color:#fff;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.Contact-module__dhIxzq__email:hover{opacity:.88;transform:translateY(-2px)}.Contact-module__dhIxzq__links{justify-content:center;gap:12px;display:flex}@media (max-width:768px){.Contact-module__dhIxzq__contactWrapper{padding:32px 24px}}
.Footer-module__rnk_JG__footer{z-index:1;text-align:center;font-family:var(--font-mono);color:var(--text3);border-top:1px solid var(--border);padding:32px;font-size:12px;position:relative}.Footer-module__rnk_JG__accent{color:var(--accent)}
