.page-module___8aEwW__page{flex-direction:column;align-items:center;min-height:100vh;display:flex}.page-module___8aEwW__main{width:100%;max-width:1200px;padding:80px 24px}.page-module___8aEwW__section{width:100%;margin:100px 0}.page-module___8aEwW__sectionTitle{margin-bottom:32px;font-size:2.5rem}.page-module___8aEwW__accent{color:var(--accent-primary)}.page-module___8aEwW__aboutGrid{grid-template-columns:1.5fr 1fr;align-items:center;gap:60px;display:grid}.page-module___8aEwW__aboutText p{color:var(--text-muted);margin-bottom:20px;font-size:1.1rem;line-height:1.7}.page-module___8aEwW__systemInfo{border:1px solid var(--glass-border);font-family:var(--font-mono);background:#111;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 20px 40px #0006}.page-module___8aEwW__terminalHeader{background:#1a1a1a;border-bottom:1px solid #222;align-items:center;gap:8px;padding:12px 16px;display:flex}.page-module___8aEwW__terminalTitle{color:var(--text-muted);margin-left:8px;font-size:.8rem}.page-module___8aEwW__dotRed,.page-module___8aEwW__dotYellow,.page-module___8aEwW__dotGreen{border-radius:50%;width:12px;height:12px}.page-module___8aEwW__dotRed{background:#ff5f56}.page-module___8aEwW__dotYellow{background:#ffbd2e}.page-module___8aEwW__dotGreen{background:#27c93f}.page-module___8aEwW__terminalBody{padding:24px;overflow-x:auto}.page-module___8aEwW__terminalBody p{margin-bottom:12px;font-size:.9rem}.page-module___8aEwW__label{color:var(--accent-secondary);margin-right:8px}@media (max-width:900px){.page-module___8aEwW__aboutGrid{grid-template-columns:1fr;gap:40px}}
.Hero-module__ZARIfG__hero{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 24px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__perspectiveGrid{transform-origin:bottom;z-index:0;pointer-events:none;background-image:linear-gradient(#34d39926 1px,#0000 1px),linear-gradient(90deg,#34d39926 1px,#0000 1px);background-size:50px 50px;width:100%;height:50vh;animation:3s linear infinite Hero-module__ZARIfG__gridDrift;position:absolute;bottom:0;left:0;transform:perspective(600px)rotateX(75deg);-webkit-mask-image:linear-gradient(#0000,#000);mask-image:linear-gradient(#0000,#000)}@keyframes Hero-module__ZARIfG__gridDrift{0%{background-position:0 0}to{background-position:0 50px}}.Hero-module__ZARIfG__content{z-index:10;pointer-events:auto;width:100%;max-width:900px;transform-style:preserve-3d;position:relative}.Hero-module__ZARIfG__statusBadge{color:var(--accent-primary);font-size:.85rem;font-weight:500;font-family:var(--font-mono);letter-spacing:.05em;background:#34d39914;border:1px solid #34d39933;border-radius:9999px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 20px;display:inline-flex}.Hero-module__ZARIfG__statusDot{background:var(--accent-primary);width:8px;height:8px;box-shadow:0 0 10px var(--accent-primary);border-radius:50%;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.Hero-module__ZARIfG__terminal{font-family:var(--font-mono);color:var(--accent-secondary);opacity:.9;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px;font-size:1rem}.Hero-module__ZARIfG__command{border-right:2px solid var(--accent-secondary);padding-right:8px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{50%{border-color:#0000}}.Hero-module__ZARIfG__title{letter-spacing:-.04em;color:#fff;margin-bottom:24px;font-size:clamp(3rem,8vw,5rem);font-weight:900;line-height:1.05}.Hero-module__ZARIfG__name{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 50%, var(--accent-tertiary) 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:5s infinite Hero-module__ZARIfG__gradientShift;display:inline-block;position:relative}@keyframes Hero-module__ZARIfG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__ZARIfG__name:hover{animation:2s infinite Hero-module__ZARIfG__gradientShift}.Hero-module__ZARIfG__roles{perspective:800px;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:36px;display:flex}.Hero-module__ZARIfG__role{font-family:var(--font-mono);color:var(--text-muted);transform-style:preserve-3d;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;padding:8px 18px;font-size:.9rem;font-weight:500;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),background .3s,border-color .3s,color .3s,box-shadow .3s}.Hero-module__ZARIfG__role:hover{color:var(--accent-primary);background:#34d3991a;border-color:#34d39966;transform:translateZ(30px)scale(1.05);box-shadow:0 10px 20px -5px #00000080,0 0 15px #34d39933}.Hero-module__ZARIfG__divider{display:none}.Hero-module__ZARIfG__description{color:var(--text-muted);max-width:650px;margin:0 auto 48px;font-size:1.2rem;line-height:1.8}.Hero-module__ZARIfG__actions{justify-content:center;gap:16px;display:flex}.Hero-module__ZARIfG__primaryBtn{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#0a0a0f;border:none;border-radius:12px;padding:14px 36px;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #34d3994d}.Hero-module__ZARIfG__btnText{z-index:2;position:relative}.Hero-module__ZARIfG__btnGlow{display:none}.Hero-module__ZARIfG__primaryBtn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #34d39966}.Hero-module__ZARIfG__secondaryBtn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;padding:14px 36px;font-size:1rem;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__secondaryBtn:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-3px)}@media (max-width:640px){.Hero-module__ZARIfG__actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{text-align:center;width:100%}}
.About-module__vAULUW__section{z-index:10;width:100%;max-width:1200px;margin:140px auto;padding:0 24px;position:relative}.About-module__vAULUW__bgOrb1,.About-module__vAULUW__bgOrb2{filter:blur(100px);z-index:-1;opacity:.15;pointer-events:none;border-radius:50%;position:absolute}.About-module__vAULUW__bgOrb1{background:var(--accent-primary);width:500px;height:500px;top:-100px;left:-200px}.About-module__vAULUW__bgOrb2{background:var(--accent-secondary);width:400px;height:400px;bottom:-100px;right:-100px}.About-module__vAULUW__title{text-align:center;color:#fff;margin-bottom:60px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900}.About-module__vAULUW__accent{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.About-module__vAULUW__grid{perspective:1200px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.About-module__vAULUW__textColumn{transform-style:preserve-3d;flex-direction:column;gap:24px;display:flex}.About-module__vAULUW__glassCard{-webkit-backdrop-filter:blur(20px);transform-style:preserve-3d;background:#14141999;border:1px solid #ffffff14;border-radius:20px;padding:32px;transition:all .4s;position:relative}.About-module__vAULUW__glassCard:hover{border-color:#34d39980;transform:translateY(-5px);box-shadow:0 20px 40px -10px #00000080,inset 0 0 30px #34d39926,0 0 20px #34d39933}.About-module__vAULUW__spinningIcon{transform-style:preserve-3d;color:var(--accent-primary);width:40px;height:40px;margin-bottom:16px;animation:5s linear infinite About-module__vAULUW__spin3D;display:inline-block}@keyframes About-module__vAULUW__spin3D{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.About-module__vAULUW__cardText{color:var(--text-muted);font-size:1.05rem;line-height:1.8;transform:translateZ(20px)}.About-module__vAULUW__cardText strong{color:#fff;font-weight:600}.About-module__vAULUW__terminalWrapper{transform-style:preserve-3d;width:100%}.About-module__vAULUW__terminal{-webkit-backdrop-filter:blur(16px);transform-style:preserve-3d;background:#0a0a0fb3;border:1px solid #34d39933;border-radius:16px;position:relative;overflow:hidden;box-shadow:-20px 20px 60px #0009,inset 0 0 30px #34d3991a}.About-module__vAULUW__terminal:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff0d 0%,#0000 50%);position:absolute;inset:0}.About-module__vAULUW__terminalHeader{background:#00000080;border-bottom:1px solid #34d3991a;align-items:center;gap:8px;padding:14px 20px;display:flex}.About-module__vAULUW__terminalTitle{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:1px;margin-left:10px;font-size:.85rem}.About-module__vAULUW__terminalBody{font-family:var(--font-mono);padding:32px;font-size:.95rem;line-height:2.2}.About-module__vAULUW__terminalBody p{min-height:24px;margin-bottom:12px;transform:translateZ(30px)}.About-module__vAULUW__label{color:var(--accent-primary);margin-right:12px;font-weight:600}.About-module__vAULUW__value{color:#e2e8f0}.About-module__vAULUW__liveIndicator{background-color:#27c93f;border-radius:50%;width:8px;height:8px;margin-right:8px;animation:1.5s ease-in-out infinite About-module__vAULUW__statusPulse;display:inline-block;box-shadow:0 0 8px #27c93f}@keyframes About-module__vAULUW__statusPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.About-module__vAULUW__cursor{background:var(--accent-primary);vertical-align:middle;width:10px;height:18px;box-shadow:0 0 10px var(--accent-primary);margin-left:8px;animation:1s step-end infinite About-module__vAULUW__blink;display:inline-block}@keyframes About-module__vAULUW__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.About-module__vAULUW__section{margin:80px auto}.About-module__vAULUW__title{margin-bottom:40px;font-size:2.2rem}.About-module__vAULUW__glassCard{padding:24px}.About-module__vAULUW__terminalBody{padding:24px 20px;font-size:.85rem;line-height:1.8}.About-module__vAULUW__terminalBody p{flex-direction:column;gap:2px;margin-bottom:16px;display:flex}.About-module__vAULUW__label{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-right:0;font-size:.75rem}}@media (max-width:900px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:40px}}
.Skills-module__G7oUEG__section{z-index:10;width:100%;max-width:1100px;margin:0 auto;padding:120px 24px 80px;position:relative}.Skills-module__G7oUEG__header{text-align:center;margin-bottom:80px}.Skills-module__G7oUEG__title{letter-spacing:-.03em;color:#fff;margin-bottom:14px;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900}.Skills-module__G7oUEG__accent{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Skills-module__G7oUEG__subtitle{color:var(--text-muted);font-size:1rem;font-family:var(--font-mono)}.Skills-module__G7oUEG__allCategories{flex-direction:column;gap:120px;display:flex}.Skills-module__G7oUEG__categorySection{position:relative}.Skills-module__G7oUEG__categoryHeaderContainer{z-index:20;pointer-events:none;justify-content:center;display:flex;position:sticky;top:120px}.Skills-module__G7oUEG__categoryHeader{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);pointer-events:auto;border-radius:50px;align-items:center;gap:12px;padding:16px 32px;display:inline-flex}.Skills-module__G7oUEG__categoryIcon{font-size:1.5rem}.Skills-module__G7oUEG__categoryTitle{color:#fff;margin:0;font-size:1.2rem;font-weight:700}.Skills-module__G7oUEG__skillsTimeline{max-width:800px;margin:0 auto;padding:120px 0;position:relative}.Skills-module__G7oUEG__timelineLine{background:linear-gradient(#0000,#ffffff1a 10% 90%,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Skills-module__G7oUEG__skillNodeContainer{width:100%;margin-bottom:100px;display:flex;position:relative}.Skills-module__G7oUEG__skillNodeContainer:last-child{margin-bottom:0}.Skills-module__G7oUEG__leftNode{justify-content:flex-end;padding-right:50%}.Skills-module__G7oUEG__rightNode{justify-content:flex-start;padding-left:50%}.Skills-module__G7oUEG__timelineCenterDot{z-index:10;border-radius:50%;width:16px;height:16px;margin-top:-8px;margin-left:-8px;position:absolute;top:50%;left:50%}.Skills-module__G7oUEG__cardWrapperLeft{perspective:1000px;margin-right:80px}.Skills-module__G7oUEG__cardWrapperRight{perspective:1000px;margin-left:80px}.Skills-module__G7oUEG__skillNodeCard{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);cursor:crosshair;border-radius:16px;justify-content:center;align-items:center;min-width:220px;padding:20px 32px;transition:border-color .3s;display:flex;position:relative;box-shadow:0 10px 30px -10px #00000080}.Skills-module__G7oUEG__leftNode .Skills-module__G7oUEG__skillNodeCard{margin-right:0}.Skills-module__G7oUEG__rightNode .Skills-module__G7oUEG__skillNodeCard{margin-left:0}.Skills-module__G7oUEG__skillNodeText{color:#fff;letter-spacing:.05em;font-size:1.2rem;font-weight:600}.Skills-module__G7oUEG__cvCornerTl,.Skills-module__G7oUEG__cvCornerTr,.Skills-module__G7oUEG__cvCornerBl,.Skills-module__G7oUEG__cvCornerBr{pointer-events:none;z-index:20;border-style:solid;border-color:#0000;width:10px;height:10px;transition:border-color .3s,transform .3s;position:absolute}.Skills-module__G7oUEG__cvCornerTl{border-width:2px 0 0 2px;border-top-left-radius:6px;top:-2px;left:-2px}.Skills-module__G7oUEG__cvCornerTr{border-width:2px 2px 0 0;border-top-right-radius:6px;top:-2px;right:-2px}.Skills-module__G7oUEG__cvCornerBl{border-width:0 0 2px 2px;border-bottom-left-radius:6px;bottom:-2px;left:-2px}.Skills-module__G7oUEG__cvCornerBr{border-width:0 2px 2px 0;border-bottom-right-radius:6px;bottom:-2px;right:-2px}.Skills-module__G7oUEG__skillNodeCard:hover .Skills-module__G7oUEG__cvCornerTl,.Skills-module__G7oUEG__skillNodeCard:hover .Skills-module__G7oUEG__cvCornerTr,.Skills-module__G7oUEG__skillNodeCard:hover .Skills-module__G7oUEG__cvCornerBl,.Skills-module__G7oUEG__skillNodeCard:hover .Skills-module__G7oUEG__cvCornerBr{border-color:#f36}@media (max-width:768px){.Skills-module__G7oUEG__leftNode,.Skills-module__G7oUEG__rightNode{justify-content:flex-start;padding-left:60px;padding-right:0}.Skills-module__G7oUEG__timelineLine,.Skills-module__G7oUEG__timelineCenterDot{left:20px}.Skills-module__G7oUEG__cardWrapperLeft,.Skills-module__G7oUEG__cardWrapperRight{width:100%;margin-left:0;margin-right:0}.Skills-module__G7oUEG__skillsTimeline{padding-left:20px}}@media (max-width:480px){.Skills-module__G7oUEG__categoryHeader{padding:12px 24px}.Skills-module__G7oUEG__categoryTitle{font-size:1rem}.Skills-module__G7oUEG__skillNodeCard{min-width:auto;padding:16px 20px}.Skills-module__G7oUEG__skillNodeText{font-size:1.1rem}}
.Projects-module__2BoJ-q__section{z-index:10;width:100%;position:relative}.Projects-module__2BoJ-q__header{text-align:center;z-index:20;padding:5vh 24px 20px;position:relative}.Projects-module__2BoJ-q__title{color:#fff;margin-bottom:8px;font-size:clamp(2rem,4vw,3rem);font-weight:900}.Projects-module__2BoJ-q__accent{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Projects-module__2BoJ-q__subtitle{color:var(--text-muted);font-size:1.1rem;font-family:var(--font-mono);letter-spacing:.03em}.Projects-module__2BoJ-q__stickyViewport{perspective:1400px;flex-direction:column;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.Projects-module__2BoJ-q__carouselContainer{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Projects-module__2BoJ-q__cardWrapper{will-change:transform, opacity;flex-direction:column;align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s;display:flex;position:absolute}.Projects-module__2BoJ-q__counter{font-family:var(--font-mono);color:var(--accent-primary);letter-spacing:.15em;opacity:0;background:#0a0a0fe6;border:1px solid #34d39940;border-radius:20px;margin-bottom:18px;padding:6px 18px;font-size:.85rem;transition:opacity .4s .2s;box-shadow:0 4px 15px #00000080}.Projects-module__2BoJ-q__counterVisible{opacity:1}.Projects-module__2BoJ-q__navDots{z-index:30;flex-direction:column;gap:10px;display:flex;position:absolute;top:50%;right:32px;transform:translateY(-50%)}.Projects-module__2BoJ-q__navDot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s,box-shadow .3s}.Projects-module__2BoJ-q__navDot:hover{background:#ffffff4d}.Projects-module__2BoJ-q__navDotActive{background:var(--accent-primary);transform:scale(1.4);box-shadow:0 0 10px #34d39980}@media (max-width:768px){.Projects-module__2BoJ-q__header{padding:80px 20px 20px}.Projects-module__2BoJ-q__title{margin-bottom:6px;font-size:1.8rem}.Projects-module__2BoJ-q__subtitle{font-size:.9rem}.Projects-module__2BoJ-q__navDots{flex-direction:row;gap:8px;inset:auto 12px 20px 50%;transform:translate(-50%)}.Projects-module__2BoJ-q__navDot{width:6px;height:6px}.Projects-module__2BoJ-q__stickyViewport{padding:0 12px}}
.ProjectCard-module__U_VZua__card{--card-accent:52, 211, 153;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:default;perspective:1200px;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;background:#0a0c12eb;border:1px solid #ffffff0d;border-radius:20px;width:100%;max-width:620px;padding:32px 28px;position:relative;overflow:hidden}.ProjectCard-module__U_VZua__scanLine{background:linear-gradient(90deg, transparent, rgba(var(--card-accent),.8), transparent);opacity:0;pointer-events:none;z-index:50;width:100%;height:3px;position:absolute;top:-3px;left:0}.ProjectCard-module__U_VZua__phase1 .ProjectCard-module__U_VZua__scanLine{animation:.5s ease-in-out forwards ProjectCard-module__U_VZua__scanSweep}@keyframes ProjectCard-module__U_VZua__scanSweep{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.ProjectCard-module__U_VZua__scanFlash{background:rgba(var(--card-accent), .04);opacity:0;pointer-events:none;z-index:1;border-radius:20px;position:absolute;inset:0}.ProjectCard-module__U_VZua__phase1 .ProjectCard-module__U_VZua__scanFlash{animation:.6s ease-out .3s forwards ProjectCard-module__U_VZua__flash}@keyframes ProjectCard-module__U_VZua__flash{0%{opacity:0}30%{opacity:1}to{opacity:0}}.ProjectCard-module__U_VZua__cvCorner{pointer-events:none;z-index:20;opacity:0;border-style:solid;border-color:#0000;width:20px;height:20px;position:absolute;transform:scale(1.8)}.ProjectCard-module__U_VZua__cvTl{border-width:2px 0 0 2px;border-top-left-radius:8px;top:8px;left:8px}.ProjectCard-module__U_VZua__cvTr{border-width:2px 2px 0 0;border-top-right-radius:8px;top:8px;right:8px}.ProjectCard-module__U_VZua__cvBl{border-width:0 0 2px 2px;border-bottom-left-radius:8px;bottom:8px;left:8px}.ProjectCard-module__U_VZua__cvBr{border-width:0 2px 2px 0;border-bottom-right-radius:8px;bottom:8px;right:8px}.ProjectCard-module__U_VZua__phase2 .ProjectCard-module__U_VZua__cvCorner{border-color:rgba(var(--card-accent), .7);animation:.35s cubic-bezier(.34,1.56,.64,1) forwards ProjectCard-module__U_VZua__cornerFocus}@keyframes ProjectCard-module__U_VZua__cornerFocus{0%{opacity:0;transform:scale(2)}to{opacity:1;transform:scale(1)}}.ProjectCard-module__U_VZua__layerStatus{transform-style:preserve-3d;transform:translateZ(40px)}.ProjectCard-module__U_VZua__layerBody{transform-style:preserve-3d;transform:translateZ(25px)}.ProjectCard-module__U_VZua__layerActions{transform-style:preserve-3d;transform:translateZ(50px)}.ProjectCard-module__U_VZua__statusLine{font-family:var(--font-mono);letter-spacing:.06em;opacity:0;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:.72rem;transition:opacity .3s;display:flex}.ProjectCard-module__U_VZua__phase2 .ProjectCard-module__U_VZua__statusLine{opacity:1}.ProjectCard-module__U_VZua__statusCategory{color:rgba(var(--card-accent), 1);text-transform:uppercase;font-weight:600}.ProjectCard-module__U_VZua__statusSpeed{color:rgba(var(--card-accent), .9);align-items:center;gap:5px;font-weight:600;display:flex}.ProjectCard-module__U_VZua__statusDot{background:rgba(var(--card-accent), 1);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite ProjectCard-module__U_VZua__dotPulse}@keyframes ProjectCard-module__U_VZua__dotPulse{0%,to{opacity:1}50%{opacity:.3}}.ProjectCard-module__U_VZua__title{color:#fff;letter-spacing:-.02em;opacity:0;min-height:1.8em;margin-bottom:8px;font-size:1.5rem;font-weight:800}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__title{opacity:1}.ProjectCard-module__U_VZua__titleCursor{background:rgba(var(--card-accent), .9);vertical-align:text-bottom;width:2px;height:1.2em;margin-left:2px;animation:.6s step-end infinite ProjectCard-module__U_VZua__cursorBlink;display:inline-block}.ProjectCard-module__U_VZua__cursorHidden{opacity:0}@keyframes ProjectCard-module__U_VZua__cursorBlink{50%{opacity:0}}.ProjectCard-module__U_VZua__metricLead{font-family:var(--font-mono);color:rgba(var(--card-accent), .9);opacity:0;margin-bottom:10px;font-size:.8rem;font-weight:600;transition:opacity .3s .1s}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__metricLead{opacity:1}.ProjectCard-module__U_VZua__description{color:var(--text-muted);-webkit-line-clamp:2;opacity:0;-webkit-box-orient:vertical;margin-bottom:20px;font-size:.9rem;line-height:1.65;transition:opacity .3s .15s;display:-webkit-box;overflow:hidden}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__description{opacity:1}.ProjectCard-module__U_VZua__divider{transform-origin:0;background:#ffffff0d;height:1px;margin-bottom:16px;transition:transform .4s cubic-bezier(.16,1,.3,1) 50ms;transform:scaleX(0)}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__divider{transform:scaleX(1)}.ProjectCard-module__U_VZua__techRow{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.ProjectCard-module__U_VZua__techPill{font-size:.7rem;font-family:var(--font-mono);color:var(--text-muted);opacity:0;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;padding:4px 10px;font-weight:500;transition:opacity .25s,transform .25s cubic-bezier(.34,1.56,.64,1),background .2s,border-color .2s,color .2s;transform:translateY(8px)scale(.9)}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__techPill{opacity:1;transform:translateY(0)scale(1)}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__techPill:first-child{transition-delay:0s,0s,0s,0s,0s}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__techPill:nth-child(2){transition-delay:60ms,60ms,0s,0s,0s}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__techPill:nth-child(3){transition-delay:.12s,.12s,0s,0s,0s}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__techPill:nth-child(4){transition-delay:.18s,.18s,0s,0s,0s}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__techPill:nth-child(5){transition-delay:.24s,.24s,0s,0s,0s}.ProjectCard-module__U_VZua__phase3 .ProjectCard-module__U_VZua__techPill:nth-child(6){transition-delay:.3s,.3s,0s,0s,0s}.ProjectCard-module__U_VZua__techPill:hover{background:rgba(var(--card-accent),.12);border-color:rgba(var(--card-accent),.4);color:rgba(var(--card-accent),1)}.ProjectCard-module__U_VZua__confidenceRow{opacity:0;align-items:center;gap:12px;margin-bottom:20px;transition:opacity .3s;display:flex}.ProjectCard-module__U_VZua__phase4 .ProjectCard-module__U_VZua__confidenceRow{opacity:1}.ProjectCard-module__U_VZua__confidenceLabel{font-family:var(--font-mono);color:rgba(var(--card-accent),1);min-width:48px;font-size:.75rem;font-weight:700}.ProjectCard-module__U_VZua__confidenceTrack{background:#ffffff0f;border-radius:3px;flex:1;height:6px;overflow:hidden}.ProjectCard-module__U_VZua__confidenceFill{background:linear-gradient(90deg, rgba(var(--card-accent),.6), rgba(var(--card-accent),1));border-radius:3px;width:0;height:100%;transition:width .8s cubic-bezier(.16,1,.3,1) .1s}.ProjectCard-module__U_VZua__phase4 .ProjectCard-module__U_VZua__confidenceFill{width:var(--conf-width,90%)}.ProjectCard-module__U_VZua__classifiedStamp{font-family:var(--font-mono);color:rgba(var(--card-accent),.7);letter-spacing:.12em;text-transform:uppercase;opacity:0;font-size:.65rem;font-weight:700;transition:opacity .3s,transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:16px;right:20px;transform:scale(1.3)}.ProjectCard-module__U_VZua__phase4 .ProjectCard-module__U_VZua__classifiedStamp{opacity:1;transform:scale(1)}.ProjectCard-module__U_VZua__actionFooter{opacity:0;border-top:1px solid #ffffff0a;align-items:center;gap:12px;padding-top:16px;transition:opacity .3s;display:flex}.ProjectCard-module__U_VZua__phase4 .ProjectCard-module__U_VZua__actionFooter{opacity:1}.ProjectCard-module__U_VZua__btnPrimary{font-size:.82rem;font-weight:600;font-family:var(--font-mono);cursor:pointer;color:#0a0a0f;background:linear-gradient(135deg, rgba(var(--card-accent),1), rgba(var(--card-accent),.7));border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;text-decoration:none;transition:box-shadow .3s,transform .2s,background .3s;display:inline-flex}.ProjectCard-module__U_VZua__btnPrimary:hover{box-shadow:0 10px 30px rgba(var(--card-accent),.5);background:rgba(var(--card-accent),1)}.ProjectCard-module__U_VZua__btnSecondary{font-size:.82rem;font-weight:600;font-family:var(--font-mono);cursor:pointer;color:var(--text-muted);background:0 0;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s;display:inline-flex}.ProjectCard-module__U_VZua__btnSecondary:hover{color:#fff;background:#ffffff14;border-color:#ffffff4d}.ProjectCard-module__U_VZua__accentMedical{--card-accent:96, 165, 250}.ProjectCard-module__U_VZua__accentVision{--card-accent:251, 191, 36}.ProjectCard-module__U_VZua__accentDL{--card-accent:192, 132, 252}.ProjectCard-module__U_VZua__accentHealth{--card-accent:52, 211, 153}.ProjectCard-module__U_VZua__accentDesign{--card-accent:244, 114, 182}.ProjectCard-module__U_VZua__accentDefault{--card-accent:52, 211, 153}@media (max-width:640px){.ProjectCard-module__U_VZua__card{padding:24px 20px}.ProjectCard-module__U_VZua__title{font-size:1.25rem}.ProjectCard-module__U_VZua__statusLine{font-size:.65rem}}
.Contact-module__hcVmEa__section{z-index:10;perspective:1400px;width:100%;padding:120px 24px;position:relative;overflow:hidden}.Contact-module__hcVmEa__container{z-index:2;max-width:650px;transform-style:preserve-3d;margin:0 auto;position:relative}.Contact-module__hcVmEa__header{text-align:center;margin-bottom:60px;transform:translateZ(20px)}.Contact-module__hcVmEa__title{color:#fff;margin-bottom:16px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900}.Contact-module__hcVmEa__accent{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contact-module__hcVmEa__subtitle{color:var(--text-muted);font-size:1.1rem;font-family:var(--font-mono)}.Contact-module__hcVmEa__terminalCard{-webkit-backdrop-filter:blur(24px);transform-style:preserve-3d;will-change:transform;background:#0a0c12d9;border:1px solid #ffffff14;border-radius:20px;position:relative;box-shadow:0 40px 80px -20px #000c,inset 0 0 40px #34d39908}.Contact-module__hcVmEa__torchGlow{pointer-events:none;z-index:0;border-radius:20px;transition:opacity .3s;position:absolute;inset:0}.Contact-module__hcVmEa__scanLine{pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#34d39980,#0000);height:2px;animation:4s linear infinite Contact-module__hcVmEa__scanDown;position:absolute;top:0;left:0;right:0}@keyframes Contact-module__hcVmEa__scanDown{0%{opacity:0;top:0}10%{opacity:1}90%{opacity:1}to{opacity:0;top:100%}}.Contact-module__hcVmEa__terminalHeader{z-index:2;background:#ffffff05;border-bottom:1px solid #ffffff0a;align-items:center;gap:8px;padding:16px 20px;display:flex;position:relative;transform:translateZ(10px)}.Contact-module__hcVmEa__terminalTitle{font-size:.85rem;font-family:var(--font-mono);color:var(--accent-primary);letter-spacing:.1em;text-transform:uppercase;margin-left:12px}.Contact-module__hcVmEa__dotRed,.Contact-module__hcVmEa__dotYellow,.Contact-module__hcVmEa__dotGreen{border-radius:50%;width:12px;height:12px}.Contact-module__hcVmEa__dotRed{background:#ff5f56}.Contact-module__hcVmEa__dotYellow{background:#ffbd2e}.Contact-module__hcVmEa__dotGreen{background:#27c93f}.Contact-module__hcVmEa__formContent{z-index:2;transform-style:preserve-3d;padding:32px;position:relative;transform:translateZ(30px)}.Contact-module__hcVmEa__form{transform-style:preserve-3d;flex-direction:column;gap:24px;display:flex}.Contact-module__hcVmEa__inputGroup{flex-direction:column;gap:12px;transition:transform .3s;display:flex;position:relative;transform:translateZ(15px)}.Contact-module__hcVmEa__inputGroup:focus-within{transform:translateZ(25px)}.Contact-module__hcVmEa__label{font-family:var(--font-mono);color:var(--accent-primary);align-items:center;gap:8px;font-size:.9rem;display:flex}.Contact-module__hcVmEa__label:before{content:">";color:var(--text-muted)}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{color:#fff;font-family:var(--font-mono);background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;outline:none;padding:16px 20px;font-size:1rem;transition:all .3s;box-shadow:inset 0 2px 10px #0003}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{background:#34d39908;border-color:#34d39980;box-shadow:0 0 20px #34d3991a,inset 0 2px 10px #0003}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submitBtn{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#0a0a0f;font-family:var(--font-mono);cursor:pointer;border:none;border-radius:12px;align-self:flex-start;margin-top:8px;padding:14px 32px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateZ(20px);box-shadow:0 8px 25px #34d39940}.Contact-module__hcVmEa__submitBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.Contact-module__hcVmEa__submitBtn:hover{transform:translateZ(30px)translateY(-2px);box-shadow:0 12px 35px #34d39966}.Contact-module__hcVmEa__submitBtn:hover:before{left:200%}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:translateZ(10px)}.Contact-module__hcVmEa__errorText{color:#ff5f56;font-family:var(--font-mono);margin-top:-24px;margin-bottom:8px;font-size:.75rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards Contact-module__hcVmEa__errorEntry;display:block}@keyframes Contact-module__hcVmEa__errorEntry{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.Contact-module__hcVmEa__inputError{border-color:#ff5f5666!important;box-shadow:0 0 15px #ff5f560d,inset 0 2px 10px #0003!important}.Contact-module__hcVmEa__socialLinks{transform-style:preserve-3d;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:80px;display:flex}.Contact-module__hcVmEa__socialLink{color:var(--text-muted);font-size:.9rem;font-family:var(--font-mono);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;align-items:center;gap:12px;padding:12px 24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateZ(10px)}.Contact-module__hcVmEa__socialLink:hover{color:#0a0a0f;background:var(--accent-primary);border-color:var(--accent-primary);transform:translateZ(40px)scale(1.05);box-shadow:0 10px 30px #34d3994d}.Contact-module__hcVmEa__socialLink svg{transition:transform .3s}.Contact-module__hcVmEa__socialLink:hover svg{transform:scale(1.1)}.Contact-module__hcVmEa__successMessage{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:80px 40px;display:flex;transform:translateZ(40px)}.Contact-module__hcVmEa__successIcon{border:2px solid var(--accent-primary);width:80px;height:80px;color:var(--accent-primary);background:#34d3991a;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite Contact-module__hcVmEa__successPulse;display:flex;box-shadow:0 0 30px #34d39933,inset 0 0 20px #34d39933}@keyframes Contact-module__hcVmEa__successPulse{0%{box-shadow:0 0 #34d39966}70%{box-shadow:0 0 0 20px #34d39900}to{box-shadow:0 0 #34d39900}}.Contact-module__hcVmEa__successTitle{color:#fff;letter-spacing:-.02em;font-size:1.8rem;font-weight:800}.Contact-module__hcVmEa__successText{color:var(--text-muted);font-size:1.1rem}.Contact-module__hcVmEa__resetBtn{color:var(--accent-primary);font-family:var(--font-mono);cursor:pointer;background:0 0;border:none;border-radius:8px;margin-top:16px;padding:8px 16px;font-size:.95rem;font-weight:600;transition:background .3s}.Contact-module__hcVmEa__resetBtn:hover{background:#34d3991a}@media (max-width:768px){.Contact-module__hcVmEa__section{padding:80px 16px}.Contact-module__hcVmEa__formContent{padding:24px 20px}.Contact-module__hcVmEa__socialLinks{gap:12px}.Contact-module__hcVmEa__socialLink{padding:10px 16px;font-size:.8rem}}
