.BootSequence-module__hUA3Dq__container{background:var(--bg-primary);z-index:99999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.BootSequence-module__hUA3Dq__grid{z-index:0;background-image:linear-gradient(#ff66000d 1px,#0000 1px),linear-gradient(90deg,#ff66000d 1px,#0000 1px);background-position:50%;background-size:50px 50px;position:absolute;inset:0}.BootSequence-module__hUA3Dq__scanline{width:100%;height:2px;box-shadow:0 0 15px var(--accent);z-index:1;background:#ff66001a;animation:3s linear infinite BootSequence-module__hUA3Dq__scan;position:absolute;top:0;left:0}@keyframes BootSequence-module__hUA3Dq__scan{0%{top:-100px}to{top:100%}}.BootSequence-module__hUA3Dq__bgTitle{color:#ff660005;-webkit-user-select:none;user-select:none;z-index:0;font-size:15vw;font-weight:900;font-family:var(--font-orbitron);position:absolute}.BootSequence-module__hUA3Dq__corners div{z-index:2;border:1px solid #f603;width:40px;height:40px;position:absolute}.BootSequence-module__hUA3Dq__topLeft{top:40px;left:40px;border-bottom:none!important;border-right:none!important}.BootSequence-module__hUA3Dq__topRight{top:40px;right:40px;border-bottom:none!important;border-left:none!important}.BootSequence-module__hUA3Dq__bottomLeft{bottom:40px;left:40px;border-top:none!important;border-right:none!important}.BootSequence-module__hUA3Dq__bottomRight{bottom:40px;right:40px;border-top:none!important;border-left:none!important}.BootSequence-module__hUA3Dq__wrapper{z-index:10;flex-direction:column;gap:20px;width:320px;padding:40px;display:flex;position:relative}.BootSequence-module__hUA3Dq__rings div{border:1px dashed #ff66001a;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BootSequence-module__hUA3Dq__ring1{width:400px;height:400px;animation:10s linear infinite BootSequence-module__hUA3Dq__rotate}.BootSequence-module__hUA3Dq__ring2{width:350px;height:350px;animation:15s linear infinite reverse BootSequence-module__hUA3Dq__rotate}@keyframes BootSequence-module__hUA3Dq__rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.BootSequence-module__hUA3Dq__status{font-family:var(--font-mono);color:var(--accent);letter-spacing:3px;text-align:center;text-shadow:0 0 5px var(--accent);font-size:10px}.BootSequence-module__hUA3Dq__barContainer{background:#ff66000d;border:1px solid #ff66001a;width:100%;height:4px;position:relative;overflow:hidden}.BootSequence-module__hUA3Dq__barFill{background:var(--accent);height:100%;box-shadow:0 0 15px var(--accent)}.BootSequence-module__hUA3Dq__percentage{font-family:var(--font-mono);color:var(--accent);text-align:center;font-size:14px;font-weight:700}.BootSequence-module__hUA3Dq__details{font-family:var(--font-mono);color:#f606;letter-spacing:1px;justify-content:space-between;font-size:8px;display:flex}@keyframes BootSequence-module__hUA3Dq__blink{0%,50%{opacity:1}51%,to{opacity:0}}
.Navigation-module__eB08ka__nav{z-index:100;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__nav.Navigation-module__eB08ka__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#050505d9;padding:12px 0}.Navigation-module__eB08ka__inner{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navigation-module__eB08ka__logo{font-family:var(--font-orbitron);color:var(--text-primary);cursor:pointer;letter-spacing:2px;background:0 0;border:none;align-items:center;gap:2px;font-size:20px;font-weight:900;transition:all .3s;display:flex}.Navigation-module__eB08ka__logo:hover{text-shadow:0 0 15px var(--accent-glow);transform:scale(1.02)}.Navigation-module__eB08ka__logoIcon{justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.Navigation-module__eB08ka__logoIcon:after{content:"";background:var(--accent);width:100%;height:2px;box-shadow:0 0 10px var(--accent);opacity:0;animation:3s ease-in-out infinite Navigation-module__eB08ka__scan;position:absolute;top:0;left:0}@keyframes Navigation-module__eB08ka__scan{0%{opacity:0;top:10%}50%{opacity:.5}to{opacity:0;top:90%}}.Navigation-module__eB08ka__logoText{font-family:var(--font-orbitron);letter-spacing:2px;color:var(--text-primary);align-items:center;font-size:18px;font-weight:900;display:flex}.Navigation-module__eB08ka__logo:hover .Navigation-module__eB08ka__logoIcon{filter:drop-shadow(0 0 8px var(--accent));transform:scale(1.05)}.Navigation-module__eB08ka__logo:hover .Navigation-module__eB08ka__logoIcon:after{opacity:.8;animation-duration:.8s}.Navigation-module__eB08ka__logo:hover .Navigation-module__eB08ka__logoText{color:var(--accent);text-shadow:0 0 15px var(--accent-glow)}.Navigation-module__eB08ka__terminalToggle{cursor:pointer;background:#ff66000d;border:1px solid #f603;border-radius:4px;justify-content:center;align-items:center;height:34px;padding:0 15px;transition:all .2s;display:flex;position:relative}.Navigation-module__eB08ka__terminalLabel{font-family:var(--font-mono);letter-spacing:1.5px;color:var(--accent);white-space:nowrap;font-size:10px;font-weight:500}.Navigation-module__eB08ka__terminalIconMobile{display:none}.Navigation-module__eB08ka__terminalToggle:hover{border-color:var(--accent);box-shadow:0 0 15px var(--accent-glow);background:#ff660026;transform:translateY(-2px)}.Navigation-module__eB08ka__hasSignal{background:#ff00001a!important;border-color:red!important;animation:1.5s infinite Navigation-module__eB08ka__pulse-red!important}@keyframes Navigation-module__eB08ka__pulse-red{0%{box-shadow:0 0 #f009}70%{box-shadow:0 0 0 10px #f000}to{box-shadow:0 0 #f000}}@keyframes Navigation-module__eB08ka__pulse-border{0%{box-shadow:0 0 #f606}70%{box-shadow:0 0 0 6px #f600}to{box-shadow:0 0 #f600}}.Navigation-module__eB08ka__bracket{color:var(--accent);opacity:.7;font-weight:400}.Navigation-module__eB08ka__cursor{color:var(--accent);animation:1s step-end infinite Navigation-module__eB08ka__blink}@keyframes Navigation-module__eB08ka__blink{0%,to{opacity:1}50%{opacity:0}}.Navigation-module__eB08ka__accent{color:var(--accent)}.Navigation-module__eB08ka__links{align-items:center;gap:32px;margin-right:32px;display:flex}.Navigation-module__eB08ka__link{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:4px 0;font-size:11px;font-weight:400;position:relative}.Navigation-module__eB08ka__link:after{content:"";background:var(--accent);width:0;height:1px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Navigation-module__eB08ka__link:hover,.Navigation-module__eB08ka__link.Navigation-module__eB08ka__active{color:var(--accent)}.Navigation-module__eB08ka__link.Navigation-module__eB08ka__active:after,.Navigation-module__eB08ka__link:hover:after{width:100%}.Navigation-module__eB08ka__cvBtn{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);cursor:pointer;transition:all var(--transition-base);background:0 0;padding:8px 20px;font-size:11px;font-weight:400;text-decoration:none}.Navigation-module__eB08ka__cvBtn:hover{background:var(--accent);color:var(--bg-primary);box-shadow:0 0 20px var(--accent-glow)}.Navigation-module__eB08ka__menuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:none}.Navigation-module__eB08ka__mobileDock{display:none}@media (max-width:768px){.Navigation-module__eB08ka__links,.Navigation-module__eB08ka__menuBtn{display:none}.Navigation-module__eB08ka__terminalToggle{border-radius:4px;width:36px;height:36px;margin-right:0;padding:0}.Navigation-module__eB08ka__terminalLabel{display:none}.Navigation-module__eB08ka__terminalIconMobile{display:block}.Navigation-module__eB08ka__mobileDock{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-mid);z-index:1000;background:#0a0a0ad9;border-radius:24px;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:400px;padding:6px 12px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0009}.Navigation-module__eB08ka__dockItem{cursor:pointer;width:20%;transition:transform var(--transition-fast);background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;display:flex}.Navigation-module__eB08ka__dockItem:active{transform:scale(.9)}.Navigation-module__eB08ka__dockIconWrap{width:36px;height:32px;transition:all var(--transition-fast);color:var(--text-secondary);border-radius:16px;justify-content:center;align-items:center;display:flex}.Navigation-module__eB08ka__dockActive .Navigation-module__eB08ka__dockIconWrap{background:var(--accent);box-shadow:0 0 15px var(--accent-glow);color:var(--bg-primary)}.Navigation-module__eB08ka__dockLabel{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);transition:color var(--transition-fast);font-size:9px;font-weight:600}.Navigation-module__eB08ka__dockActive .Navigation-module__eB08ka__dockLabel{color:var(--text-primary)}}
.ScrollProgress-module___Fh38q__bar{z-index:101;background:0 0;height:3px;position:fixed;top:0;left:0;right:0}.ScrollProgress-module___Fh38q__fill{background:linear-gradient(90deg, var(--accent), #ff8533);height:100%;box-shadow:0 0 10px var(--accent-glow);transition:width .1s linear}
.CustomCursor-module__scj-aG__dot,.CustomCursor-module__scj-aG__ring{pointer-events:none;z-index:9999;will-change:transform;border-radius:50%;position:fixed;top:0;left:0}.CustomCursor-module__scj-aG__dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent-glow);margin:-4px 0 0 -4px}.CustomCursor-module__scj-aG__ring{border:1px solid #f606;width:40px;height:40px;margin:-20px 0 0 -20px;transition:width .3s,height .3s,margin .3s,border-color .3s}.CustomCursor-module__scj-aG__ring.CustomCursor-module__scj-aG__hover{border-color:var(--accent);background:#ff66000d;width:60px;height:60px;margin:-30px 0 0 -30px}@media (max-width:768px),(hover:none){.CustomCursor-module__scj-aG__dot,.CustomCursor-module__scj-aG__ring{display:none}}
.HeroSection-module__sBkrQG__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__particles{z-index:0;pointer-events:none;position:absolute;inset:0}.HeroSection-module__sBkrQG__statusBar{left:var(--container-padding);z-index:2;flex-direction:column;gap:24px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroSection-module__sBkrQG__statusItem{flex-direction:column;gap:4px;display:flex}.HeroSection-module__sBkrQG__statusLabel{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--text-muted);font-size:10px}.HeroSection-module__sBkrQG__statusValue{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:8px;font-size:11px;display:flex}.HeroSection-module__sBkrQG__statusDot{background:#27c93f;border-radius:50%;width:6px;height:6px;animation:2s infinite HeroSection-module__sBkrQG__pulse-glow-green;box-shadow:0 0 8px #27c93f80}@keyframes HeroSection-module__sBkrQG__pulse-glow-green{0%,to{box-shadow:0 0 8px #27c93f4d}50%{box-shadow:0 0 16px #27c93f99}}.HeroSection-module__sBkrQG__content{z-index:2;text-align:center;padding:0 var(--container-padding);position:relative}.HeroSection-module__sBkrQG__identityBlock{align-items:stretch;gap:32px;margin-bottom:48px;display:flex}.HeroSection-module__sBkrQG__axis{background:linear-gradient(to bottom, var(--accent), transparent);width:2px;box-shadow:0 0 15px var(--accent-glow);position:relative}.HeroSection-module__sBkrQG__axis:before{content:"";background:var(--accent);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);width:10px;height:10px;position:absolute;top:0;left:-4px}.HeroSection-module__sBkrQG__nameWrapper{text-align:left;flex-direction:column;justify-content:center;display:flex}.HeroSection-module__sBkrQG__topRow{align-items:center;gap:12px;margin-bottom:4px;display:flex}.HeroSection-module__sBkrQG__label{font-family:var(--font-mono);color:var(--accent);letter-spacing:2px;opacity:.6;font-size:10px}.HeroSection-module__sBkrQG__quoc{font-family:var(--font-orbitron);color:var(--text-primary);opacity:.5;letter-spacing:12px;text-transform:uppercase;font-size:clamp(20px,4vw,32px);font-weight:500}.HeroSection-module__sBkrQG__mainName{font-family:var(--font-orbitron);color:var(--accent);letter-spacing:-4px;text-transform:uppercase;text-shadow:0 0 30px var(--accent-glow);margin-bottom:20px;font-size:clamp(48px,12vw,130px);font-weight:900;line-height:.9}.HeroSection-module__sBkrQG__statusTags{flex-wrap:wrap;gap:16px;display:flex}.HeroSection-module__sBkrQG__tag{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:1px;font-size:10px}.HeroSection-module__sBkrQG__role{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--text-secondary);border-left:4px solid var(--accent);background:#ff66000d;padding:12px 24px;font-size:clamp(14px,2vw,24px);display:inline-block}.HeroSection-module__sBkrQG__roleText{margin-right:4px}.HeroSection-module__sBkrQG__cursor{animation:.8s infinite HeroSection-module__sBkrQG__blink}.HeroSection-module__sBkrQG__tagline{font-family:var(--font-inter);color:var(--text-secondary);max-width:500px;margin:24px auto 40px;font-size:clamp(14px,1.5vw,18px);font-weight:300;line-height:1.8}.HeroSection-module__sBkrQG__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.HeroSection-module__sBkrQG__scrollIndicator{z-index:2;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.HeroSection-module__sBkrQG__scrollIndicator span{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--text-muted);font-size:10px}.HeroSection-module__sBkrQG__scrollIndicator svg{color:var(--accent);animation:2s infinite HeroSection-module__sBkrQG__scroll-indicator}@media (max-width:768px){.HeroSection-module__sBkrQG__statusBar{display:none}.HeroSection-module__sBkrQG__identityBlock{gap:16px;margin-bottom:32px}.HeroSection-module__sBkrQG__axis{width:1px}.HeroSection-module__sBkrQG__axis:before{width:6px;height:6px;left:-2px}.HeroSection-module__sBkrQG__quoc{letter-spacing:6px;font-size:16px}.HeroSection-module__sBkrQG__mainName{letter-spacing:-1px;margin-bottom:16px;font-size:clamp(32px,10vw,60px);line-height:1.1}.HeroSection-module__sBkrQG__role{letter-spacing:2px;padding:8px 16px;font-size:14px}.HeroSection-module__sBkrQG__tagline{padding:0 10px;font-size:14px}.HeroSection-module__sBkrQG__ctas{flex-direction:column;width:100%}.HeroSection-module__sBkrQG__ctas a{justify-content:center;width:100%}}
.AboutSection-module__UGBiha__grid{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid;position:relative}.AboutSection-module__UGBiha__left{flex-direction:column;gap:40px;display:flex}.AboutSection-module__UGBiha__goalCard{border-left:3px solid var(--accent)}.AboutSection-module__UGBiha__goalLabel{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:11px}.AboutSection-module__UGBiha__goalText{font-family:var(--font-inter);color:var(--text-secondary);font-size:16px;font-weight:300;line-height:1.8}.AboutSection-module__UGBiha__timeline{padding-left:32px;position:relative}.AboutSection-module__UGBiha__timelineLine{background:linear-gradient(180deg, var(--accent), transparent);width:1px;position:absolute;top:8px;bottom:8px;left:7px}.AboutSection-module__UGBiha__timelineItem{margin-bottom:32px;position:relative}.AboutSection-module__UGBiha__timelineItem:last-child{margin-bottom:0}.AboutSection-module__UGBiha__timelineDot{border:2px solid var(--accent);background:var(--bg-primary);width:15px;height:15px;box-shadow:0 0 10px var(--accent-glow);border-radius:50%;position:absolute;top:8px;left:-32px}.AboutSection-module__UGBiha__eduCard{padding:0}.AboutSection-module__UGBiha__eduHeader{align-items:center;gap:10px;margin-bottom:8px;display:flex}.AboutSection-module__UGBiha__eduPeriod{font-family:var(--font-mono);letter-spacing:2px;color:var(--accent);font-size:12px}.AboutSection-module__UGBiha__eduInstitution{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:1px;color:var(--text-primary);margin-bottom:4px;font-size:16px;font-weight:700}.AboutSection-module__UGBiha__eduDegree{font-family:var(--font-inter);color:var(--text-secondary);margin-bottom:4px;font-size:14px;font-weight:400}.AboutSection-module__UGBiha__eduDetail{font-family:var(--font-mono);color:var(--text-muted);font-size:12px}.AboutSection-module__UGBiha__terminalWrapper{position:sticky;top:120px}.AboutSection-module__UGBiha__terminal{border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;box-shadow:0 0 40px #ff66000d}.AboutSection-module__UGBiha__termHeader{border-bottom:1px solid var(--border-subtle);background:#0a0a0a;align-items:center;gap:8px;padding:12px 16px;display:flex}.AboutSection-module__UGBiha__dot{border-radius:50%;width:10px;height:10px}.AboutSection-module__UGBiha__termTitle{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:1px;margin-left:8px;font-size:12px}.AboutSection-module__UGBiha__termBody{white-space:pre;background:#0a0a0a;max-width:100%;min-height:300px;padding:20px;overflow-x:auto}.AboutSection-module__UGBiha__termBody::-webkit-scrollbar{height:4px}.AboutSection-module__UGBiha__termBody::-webkit-scrollbar-thumb{background:#ff66004d;border-radius:10px}.AboutSection-module__UGBiha__codeLine{align-items:flex-start;gap:16px;line-height:1.7;display:flex}.AboutSection-module__UGBiha__lineNum{font-family:var(--font-mono);color:var(--text-muted);text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;width:20px;font-size:13px}.AboutSection-module__UGBiha__lineCode{font-family:var(--font-mono);white-space:pre;font-size:13px}.AboutSection-module__UGBiha__typingCursor{font-family:var(--font-mono);color:var(--accent);font-size:13px;animation:.8s infinite AboutSection-module__UGBiha__blink}@keyframes AboutSection-module__UGBiha__blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width:992px){.AboutSection-module__UGBiha__grid{grid-template-columns:1fr;gap:40px}.AboutSection-module__UGBiha__terminalWrapper{width:100%;position:relative;top:0;overflow:hidden}.AboutSection-module__UGBiha__termBody{padding:16px;font-size:12px}.AboutSection-module__UGBiha__codeLine{gap:12px}}
.SkillsSection-module__YUZXca__terminalContainer{z-index:1;max-width:900px;margin:0 auto;position:relative}.SkillsSection-module__YUZXca__terminal{border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);background:#0a0a0acc;border-radius:8px;overflow:hidden;box-shadow:0 0 40px #ff66000d}.SkillsSection-module__YUZXca__termHeader{border-bottom:1px solid var(--border-subtle);background:#050505;align-items:center;gap:8px;padding:12px 16px;display:flex}.SkillsSection-module__YUZXca__dot{border-radius:50%;width:12px;height:12px}.SkillsSection-module__YUZXca__termTitle{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:1px;margin-left:8px;font-size:12px}.SkillsSection-module__YUZXca__termBodyFlex{min-height:350px;display:flex}.SkillsSection-module__YUZXca__sidebar{border-right:1px solid var(--border-subtle);background:#0000004d;flex-direction:column;width:220px;display:flex}.SkillsSection-module__YUZXca__tab{text-align:left;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:8px;padding:16px 20px;font-size:13px;transition:all .2s;display:flex}.SkillsSection-module__YUZXca__tabPrefix{color:#0000;font-weight:700;transition:color .2s}.SkillsSection-module__YUZXca__tab:hover{color:var(--text-primary);background:#ff660005}.SkillsSection-module__YUZXca__tab:hover .SkillsSection-module__YUZXca__tabPrefix{color:#ff660080}.SkillsSection-module__YUZXca__activeTab{color:var(--accent);border-left:3px solid var(--accent);background:#ff66000d}.SkillsSection-module__YUZXca__activeTab .SkillsSection-module__YUZXca__tabPrefix{color:var(--accent)}.SkillsSection-module__YUZXca__content{flex:1;padding:32px}.SkillsSection-module__YUZXca__contentHeader{font-family:var(--font-mono);margin-bottom:32px;font-size:14px}.SkillsSection-module__YUZXca__prompt{color:#27c93f}.SkillsSection-module__YUZXca__cmd{color:var(--text-primary)}.SkillsSection-module__YUZXca__skillsList{flex-direction:column;gap:16px;display:flex}.SkillsSection-module__YUZXca__skillLine{font-family:var(--font-mono);align-items:baseline;width:100%;font-size:14px;display:flex}.SkillsSection-module__YUZXca__skillName{color:var(--text-primary);text-transform:uppercase;letter-spacing:2px}.SkillsSection-module__YUZXca__dottedLine{border-bottom:1px dashed var(--border-subtle);opacity:.3;flex-grow:1;margin:0 16px}.SkillsSection-module__YUZXca__skillStatus{color:#27c93f;letter-spacing:2px;font-size:12px}@media (max-width:768px){.SkillsSection-module__YUZXca__termBodyFlex{flex-direction:column}.SkillsSection-module__YUZXca__sidebar{border-right:none;border-bottom:1px solid var(--border-subtle);scrollbar-width:none;flex-direction:row;width:100%;overflow-x:auto}.SkillsSection-module__YUZXca__sidebar::-webkit-scrollbar{display:none}.SkillsSection-module__YUZXca__tab{white-space:nowrap;border-bottom:2px solid #0000;border-left:none;flex-shrink:0;padding:10px 14px;font-size:11px}.SkillsSection-module__YUZXca__activeTab{border-left:none;border-bottom:2px solid var(--accent)}.SkillsSection-module__YUZXca__content{padding:20px}}.SkillsSection-module__YUZXca__multiplayerLogs{border-top:1px dashed var(--border-subtle);font-family:var(--font-mono);flex-direction:column;gap:8px;max-height:150px;margin-top:32px;padding-top:24px;font-size:13px;display:flex;overflow-y:auto}.SkillsSection-module__YUZXca__logMessage{color:var(--text-secondary)}.SkillsSection-module__YUZXca__logFrom{color:var(--accent);font-weight:700}.SkillsSection-module__YUZXca__logSystem{color:#27c93f;opacity:.8}.SkillsSection-module__YUZXca__commandLine{align-items:center;gap:12px;margin-top:24px;display:flex}.SkillsSection-module__YUZXca__input{color:var(--text-primary);font-family:var(--font-mono);caret-color:var(--accent);background:0 0;border:none;outline:none;flex:1;font-size:14px}.SkillsSection-module__YUZXca__input::placeholder{color:var(--text-muted);opacity:.5}.SkillsSection-module__YUZXca__hint{font-family:var(--font-mono);color:var(--text-muted);opacity:.6;letter-spacing:1px;margin-top:12px;font-size:10px;transition:all .3s}.SkillsSection-module__YUZXca__signalAlert{font-weight:700;animation:2s infinite SkillsSection-module__YUZXca__flicker;color:#27c93f!important;opacity:1!important}@keyframes SkillsSection-module__YUZXca__flicker{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}
.ProjectsSection-module__5HM1Qq__projectsList{flex-direction:column;gap:64px;display:flex}.ProjectsSection-module__5HM1Qq__projectCard{z-index:1;position:relative}.ProjectsSection-module__5HM1Qq__aura{filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#ff660014 0%,#0000 70%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ProjectsSection-module__5HM1Qq__cardInner{z-index:1;-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);transition:border-color var(--transition-base);background:linear-gradient(135deg,#1a1a1a99,#0a0a0acc);border-radius:12px;padding:clamp(32px,5vw,56px);position:relative}.ProjectsSection-module__5HM1Qq__cardInner:hover{border-color:#f603}.ProjectsSection-module__5HM1Qq__header{margin-bottom:24px}.ProjectsSection-module__5HM1Qq__label{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--accent);border:1px solid #f603;border-radius:2px;margin-bottom:16px;padding:6px 12px;font-size:11px;display:inline-block}.ProjectsSection-module__5HM1Qq__title{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:2px;color:var(--text-primary);margin-bottom:8px;font-size:clamp(24px,4vw,40px);font-weight:900}.ProjectsSection-module__5HM1Qq__meta{font-family:var(--font-mono);letter-spacing:2px;color:var(--text-muted);font-size:13px}.ProjectsSection-module__5HM1Qq__description{font-family:var(--font-inter);color:var(--text-secondary);max-width:700px;margin-bottom:32px;font-size:16px;font-weight:300;line-height:1.8}.ProjectsSection-module__5HM1Qq__techStack{flex-wrap:wrap;gap:10px;margin-bottom:36px;display:flex}.ProjectsSection-module__5HM1Qq__features{margin-bottom:40px}.ProjectsSection-module__5HM1Qq__featuresLabel{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;font-size:11px}.ProjectsSection-module__5HM1Qq__featuresList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.ProjectsSection-module__5HM1Qq__feature{font-family:var(--font-inter);color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:14px;font-weight:300;line-height:1.5;display:flex}.ProjectsSection-module__5HM1Qq__feature svg{flex-shrink:0;margin-top:2px}.ProjectsSection-module__5HM1Qq__ctas{flex-wrap:wrap;gap:16px;display:flex}@media (max-width:768px){.ProjectsSection-module__5HM1Qq__cardInner{padding:24px}.ProjectsSection-module__5HM1Qq__title{font-size:28px}.ProjectsSection-module__5HM1Qq__description{margin-bottom:24px;font-size:14px}.ProjectsSection-module__5HM1Qq__featuresList{grid-template-columns:1fr}}
.AchievementsSection-module__ZvUwAG__grid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;display:grid;position:relative}.AchievementsSection-module__ZvUwAG__card{transition:transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);align-items:flex-start;gap:24px;display:flex;position:relative;overflow:hidden}.AchievementsSection-module__ZvUwAG__card:hover{border-color:#ff660080;transform:translateY(-4px);box-shadow:0 10px 30px #ff66000d}.AchievementsSection-module__ZvUwAG__clickable{cursor:pointer}.AchievementsSection-module__ZvUwAG__cardLink{color:inherit;align-items:flex-start;gap:24px;width:100%;height:100%;text-decoration:none;display:flex}.AchievementsSection-module__ZvUwAG__actionRow{border-top:1px dashed #ffffff1a;justify-content:space-between;align-items:center;width:100%;margin-top:16px;padding-top:12px;display:flex}.AchievementsSection-module__ZvUwAG__verifyBadge{font-family:var(--font-mono);color:#27c93f;letter-spacing:1px;align-items:center;gap:6px;font-size:10px;display:flex}.AchievementsSection-module__ZvUwAG__viewLink{font-family:var(--font-mono);color:var(--accent);letter-spacing:1px;transition:all var(--transition-base);opacity:.5;font-size:10px}.AchievementsSection-module__ZvUwAG__card:hover .AchievementsSection-module__ZvUwAG__viewLink{opacity:1;transform:translate(4px)}.AchievementsSection-module__ZvUwAG__shimmer{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ff66000d 50%,#0000 100%) 0 0/200% 100%;animation:3s infinite AchievementsSection-module__ZvUwAG__shimmer;position:absolute;inset:0}@keyframes AchievementsSection-module__ZvUwAG__shimmer{0%{background-position:-200%}to{background-position:200%}}.AchievementsSection-module__ZvUwAG__iconWrap{background:#ff66000d;border:1px solid #f603;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 0 20px #ff66001a}.AchievementsSection-module__ZvUwAG__info{flex:1}.AchievementsSection-module__ZvUwAG__date{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:11px;display:block}.AchievementsSection-module__ZvUwAG__title{font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:1px;color:var(--text-primary);margin-bottom:4px;font-size:16px;font-weight:700;line-height:1.4}.AchievementsSection-module__ZvUwAG__subtitle{font-family:var(--font-inter);color:var(--text-secondary);font-size:14px;font-weight:300}@media (max-width:768px){.AchievementsSection-module__ZvUwAG__grid{grid-template-columns:1fr;gap:16px}.AchievementsSection-module__ZvUwAG__card{padding:20px}.AchievementsSection-module__ZvUwAG__title{font-size:14px}.AchievementsSection-module__ZvUwAG__actionRow{flex-wrap:wrap;gap:10px}.AchievementsSection-module__ZvUwAG__verifyBadge,.AchievementsSection-module__ZvUwAG__viewLink{font-size:9px}}
.ContactSection-module__UONp9G__grid{z-index:1;grid-template-columns:1fr 1.2fr;align-items:stretch;gap:48px;display:grid;position:relative}.ContactSection-module__UONp9G__terminal{border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;box-shadow:0 0 40px #ff66000d}.ContactSection-module__UONp9G__termHeader{border-bottom:1px solid var(--border-subtle);background:#0a0a0a;align-items:center;gap:8px;padding:12px 16px;display:flex}.ContactSection-module__UONp9G__dot{border-radius:50%;width:10px;height:10px}.ContactSection-module__UONp9G__termTitle{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:1px;margin-left:8px;font-size:12px}.ContactSection-module__UONp9G__termBody{background:#0a0a0a;padding:24px}.ContactSection-module__UONp9G__termLine{font-family:var(--font-mono);font-size:13px;line-height:2}.ContactSection-module__UONp9G__prompt{color:#27c93f}.ContactSection-module__UONp9G__cmd{color:var(--text-primary)}.ContactSection-module__UONp9G__jsonOutput{font-family:var(--font-mono);white-space:pre-wrap;word-break:break-word;padding:12px 0 12px 16px;font-size:13px;line-height:2}.ContactSection-module__UONp9G__brace{color:var(--text-secondary)}.ContactSection-module__UONp9G__jsonLine{padding-left:20px}.ContactSection-module__UONp9G__jsonKey{color:var(--accent)}.ContactSection-module__UONp9G__jsonColon{color:var(--text-muted)}.ContactSection-module__UONp9G__jsonValue{color:#a8db75}.ContactSection-module__UONp9G__jsonComma{color:var(--text-muted)}.ContactSection-module__UONp9G__typingCursor{color:var(--accent);animation:.8s infinite ContactSection-module__UONp9G__blink}@keyframes ContactSection-module__UONp9G__blink{0%,50%{opacity:1}51%,to{opacity:0}}.ContactSection-module__UONp9G__contactCards{grid-template-columns:repeat(2,1fr);align-content:start;gap:16px;display:grid}.ContactSection-module__UONp9G__contactIntro{font-family:var(--font-inter);color:var(--text-secondary);grid-column:span 2;margin-bottom:8px;font-size:16px;font-weight:300;line-height:1.8}.ContactSection-module__UONp9G__contactCard{border:1px solid var(--border-subtle);transition:all var(--transition-base);cursor:pointer;background:#1a1a1a66;border-radius:8px;align-items:center;gap:16px;padding:20px;text-decoration:none;display:flex}a.ContactSection-module__UONp9G__contactCard:hover{background:#ff660008;border-color:#ff66004d;transform:translate(8px)}.ContactSection-module__UONp9G__contactIcon{background:#ff66000d;border:1px solid #f603;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ContactSection-module__UONp9G__contactLabel{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px;font-size:10px;display:block}.ContactSection-module__UONp9G__contactValue{font-family:var(--font-inter);color:var(--text-primary);font-size:14px;font-weight:400;display:block}@media (max-width:768px){.ContactSection-module__UONp9G__grid{grid-template-columns:1fr;gap:32px}.ContactSection-module__UONp9G__contactCards{grid-template-columns:1fr}.ContactSection-module__UONp9G__contactIntro{grid-column:span 1;font-size:14px}.ContactSection-module__UONp9G__contactCard,.ContactSection-module__UONp9G__termBody{padding:16px}.ContactSection-module__UONp9G__termLine,.ContactSection-module__UONp9G__jsonOutput{font-size:11px}}
.NodeMonitor-module__UFHPIW__container{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af2;border-top:1px solid #ff66004d;width:100%;padding:6px 15px;position:relative}.NodeMonitor-module__UFHPIW__inner{max-width:1600px;font-family:var(--font-mono);letter-spacing:1px;align-items:center;margin:0 auto;font-size:10px;display:flex}.NodeMonitor-module__UFHPIW__section{flex-shrink:0;align-items:center;gap:10px;display:flex}.NodeMonitor-module__UFHPIW__statusGroup{color:#27c93f;align-items:center;gap:6px;font-weight:700;display:flex}.NodeMonitor-module__UFHPIW__pulse{background:#27c93f;border-radius:50%;width:5px;height:5px;animation:2s infinite NodeMonitor-module__UFHPIW__pulse;box-shadow:0 0 8px #27c93f}@keyframes NodeMonitor-module__UFHPIW__pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.NodeMonitor-module__UFHPIW__label{color:#ffffff4d}.NodeMonitor-module__UFHPIW__value{color:var(--accent)}.NodeMonitor-module__UFHPIW__historyWrapper{flex:1;align-items:center;margin:0 40px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.NodeMonitor-module__UFHPIW__marquee{gap:40px;animation:30s linear infinite NodeMonitor-module__UFHPIW__marquee;display:flex}@keyframes NodeMonitor-module__UFHPIW__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.NodeMonitor-module__UFHPIW__historyItem{color:#ffffff80;white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.NodeMonitor-module__UFHPIW__tag{color:var(--accent);border:1px solid #f603;border-radius:2px;padding:1px 4px;font-size:8px}.NodeMonitor-module__UFHPIW__separator{color:#ffffff1a}@media (max-width:900px){.NodeMonitor-module__UFHPIW__historyWrapper{opacity:.6;margin:0 20px}.NodeMonitor-module__UFHPIW__hideMobile{display:none}}@media (max-width:650px){.NodeMonitor-module__UFHPIW__historyWrapper{display:none}.NodeMonitor-module__UFHPIW__inner{justify-content:space-between}.NodeMonitor-module__UFHPIW__separator{display:none}}@media (max-width:480px){.NodeMonitor-module__UFHPIW__container{padding:4px 10px}.NodeMonitor-module__UFHPIW__inner{font-size:9px}.NodeMonitor-module__UFHPIW__section{gap:6px}.NodeMonitor-module__UFHPIW__statusGroup span{display:none}.NodeMonitor-module__UFHPIW__tag{padding:1px 3px;font-size:7px}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-subtle);z-index:1;padding:32px 0;position:relative}.Footer-module__S6Hkya__inner{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Footer-module__S6Hkya__left{flex-direction:column;gap:4px;display:flex}.Footer-module__S6Hkya__copy,.Footer-module__S6Hkya__built{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);font-size:11px}.Footer-module__S6Hkya__socials{gap:16px;display:flex}.Footer-module__S6Hkya__socialLink{border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-base);border-radius:8px;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 0 20px var(--accent-glow);transform:translateY(-2px)}@media (max-width:768px){.Footer-module__S6Hkya__inner{text-align:center;flex-direction:column;gap:20px}}
.GhostChat-module__MBGWaG__modal{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--accent);z-index:20000;cursor:grab;background:#0a0a0ab3;border-radius:8px;flex-direction:column;width:350px;height:450px;display:flex;position:fixed;bottom:80px;right:30px;box-shadow:0 0 30px #f603}.GhostChat-module__MBGWaG__modal:active{cursor:grabbing}.GhostChat-module__MBGWaG__fab{background:var(--bg-primary);border:2px solid var(--accent);cursor:pointer;z-index:20000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 0 20px #ff66004d}.GhostChat-module__MBGWaG__fabIcon{justify-content:center;align-items:center;display:flex;position:relative}.GhostChat-module__MBGWaG__badge{color:#fff;border:2px solid var(--bg-primary);font-size:10px;font-weight:700;font-family:var(--font-orbitron);background:red;border-radius:10px;padding:2px 6px;position:absolute;top:-10px;right:-10px}.GhostChat-module__MBGWaG__header{background:#ff66001a;border-bottom:1px solid #ff66004d;border-top-left-radius:8px;border-top-right-radius:8px;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.GhostChat-module__MBGWaG__title{font-family:var(--font-mono);color:var(--accent);letter-spacing:1px;align-items:center;gap:8px;font-size:11px;display:flex}.GhostChat-module__MBGWaG__pulse{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:1.5s infinite GhostChat-module__MBGWaG__pulse-ring}@keyframes GhostChat-module__MBGWaG__pulse-ring{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.GhostChat-module__MBGWaG__actions{align-items:center;gap:12px;display:flex}.GhostChat-module__MBGWaG__minimize,.GhostChat-module__MBGWaG__close{color:var(--accent);font-family:var(--font-mono);cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:14px;transition:opacity .2s,transform .2s;display:flex}.GhostChat-module__MBGWaG__minimize:hover,.GhostChat-module__MBGWaG__close:hover{opacity:1;transform:scale(1.1)}.GhostChat-module__MBGWaG__minimized{overflow:hidden;box-shadow:0 0 15px #ff66001a}.GhostChat-module__MBGWaG__body{font-family:var(--font-mono);flex-direction:column;flex:1;gap:10px;padding:15px;font-size:12px;display:flex;overflow-y:auto}.GhostChat-module__MBGWaG__body::-webkit-scrollbar{width:4px}.GhostChat-module__MBGWaG__body::-webkit-scrollbar-thumb{background:var(--accent);opacity:.3}.GhostChat-module__MBGWaG__systemMsg{color:#27c93f;margin-bottom:10px;font-size:10px;line-height:1.5}.GhostChat-module__MBGWaG__myMsg{color:var(--text-primary);text-align:right;align-self:flex-end;max-width:80%}.GhostChat-module__MBGWaG__theirMsg{color:var(--text-secondary);align-self:flex-start;max-width:80%}.GhostChat-module__MBGWaG__from{color:var(--accent);font-weight:700}.GhostChat-module__MBGWaG__footer{border-top:1px solid #f603;align-items:center;gap:10px;padding:10px 15px;display:flex}.GhostChat-module__MBGWaG__prompt{color:var(--accent);font-family:var(--font-mono)}.GhostChat-module__MBGWaG__input{color:var(--text-primary);font-family:var(--font-mono);background:0 0;border:none;outline:none;flex:1;font-size:13px}@media (max-width:768px){.GhostChat-module__MBGWaG__modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0ae6;width:calc(100% - 30px);height:380px;bottom:90px;right:15px}.GhostChat-module__MBGWaG__fab{width:48px;height:48px;font-size:20px;bottom:100px;right:20px}}
.GlobalTerminal-module__dglVlG__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:11000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.GlobalTerminal-module__dglVlG__modal{will-change:transform, opacity;background:#0a0a0a;border:1px solid #ff66004d;border-radius:4px;flex-direction:column;width:100%;max-width:800px;height:80vh;display:flex;transform:translateZ(0);box-shadow:0 0 50px #00000080,0 0 20px #ff66001a}.GlobalTerminal-module__dglVlG__header{background:#ff66000d;border-bottom:1px solid #ff660026;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.GlobalTerminal-module__dglVlG__title{font-family:var(--font-mono);color:var(--accent);letter-spacing:1px;align-items:center;gap:10px;font-size:12px;display:flex}.GlobalTerminal-module__dglVlG__close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:all .3s;display:flex}.GlobalTerminal-module__dglVlG__close:hover{color:var(--accent);transform:rotate(90deg)}.GlobalTerminal-module__dglVlG__body{font-family:var(--font-mono);color:var(--text-primary);flex-direction:column;flex:1;gap:6px;padding:20px;font-size:14px;display:flex;overflow-y:auto}.GlobalTerminal-module__dglVlG__body::-webkit-scrollbar{width:5px}.GlobalTerminal-module__dglVlG__body::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.GlobalTerminal-module__dglVlG__system{color:var(--text-secondary);opacity:.8;white-space:pre-wrap}.GlobalTerminal-module__dglVlG__cmd{color:#27c93f;margin-top:10px}.GlobalTerminal-module__dglVlG__msg{color:var(--accent)}.GlobalTerminal-module__dglVlG__footer{border-top:1px solid #ff66001a;align-items:center;gap:12px;padding:15px 20px;display:flex}.GlobalTerminal-module__dglVlG__prompt{color:#27c93f;font-family:var(--font-mono);white-space:nowrap;font-size:14px}.GlobalTerminal-module__dglVlG__input{color:var(--text-primary);font-family:var(--font-mono);background:0 0;border:none;outline:none;flex:1;font-size:14px}@media (max-width:768px){.GlobalTerminal-module__dglVlG__overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#000000e6;padding:10px}.GlobalTerminal-module__dglVlG__modal{height:85vh}.GlobalTerminal-module__dglVlG__body{padding:15px;font-size:13px}.GlobalTerminal-module__dglVlG__prompt{font-size:12px}.GlobalTerminal-module__dglVlG__progressBar{background:#ff66001a;border-radius:2px;width:100%;height:4px;margin-top:5px;overflow:hidden}.GlobalTerminal-module__dglVlG__progressFill{background:var(--accent);height:100%;box-shadow:0 0 10px var(--accent)}@media (max-width:768px){.GlobalTerminal-module__dglVlG__modal{width:95%;height:80vh}}}
