.Navbar-module__cJzEcG__navWrapper{z-index:1000;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:fixed;top:50%;left:1.5rem;transform:translateY(-50%)}.Navbar-module__cJzEcG__circleNav{cursor:pointer;width:130px;height:130px;position:relative}.Navbar-module__cJzEcG__circleRing{transition:border-color var(--transition-medium);border:1.5px solid #1a1a1a1a;border-radius:50%;position:absolute;inset:0}.Navbar-module__cJzEcG__circleNav:hover .Navbar-module__cJzEcG__circleRing{border-color:#2563eb4d}.Navbar-module__cJzEcG__circleText{width:100%;height:100%;position:absolute;inset:0}.Navbar-module__cJzEcG__circleTextPath{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.3em;fill:var(--text-muted);transition:fill var(--transition-medium);font-size:7.5px;font-weight:600}.Navbar-module__cJzEcG__circleNav:hover .Navbar-module__cJzEcG__circleTextPath{fill:var(--text-secondary)}.Navbar-module__cJzEcG__circleCenter{pointer-events:none;flex-direction:column;align-items:center;gap:.15rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navbar-module__cJzEcG__circleCenterNum{font-family:var(--font-mono);color:var(--text-primary);font-size:1.4rem;font-weight:800;line-height:1}.Navbar-module__cJzEcG__circleCenterLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.45rem;font-weight:600}.Navbar-module__cJzEcG__sectionDots{flex-direction:column;align-items:center;gap:10px;display:flex}.Navbar-module__cJzEcG__dot{background:var(--text-dim);cursor:pointer;width:6px;height:6px;transition:all var(--transition-medium);border:none;border-radius:50%;padding:0;position:relative}.Navbar-module__cJzEcG__dot:hover{background:var(--text-primary);transform:scale(1.8)}.Navbar-module__cJzEcG__dotActive{background:var(--accent);transform:scale(2.2);box-shadow:0 0 10px #2563eb80}.Navbar-module__cJzEcG__dot:hover .Navbar-module__cJzEcG__dotTooltip{opacity:1;transform:translate(0)}.Navbar-module__cJzEcG__dotTooltip{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);white-space:nowrap;opacity:0;transition:all var(--transition-medium);pointer-events:none;font-size:.55rem;font-weight:600;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%)translate(-5px)}.Navbar-module__cJzEcG__progressWrapper{z-index:1000;flex-direction:column;align-items:center;gap:.5rem;height:200px;display:flex;position:fixed;top:50%;right:1.5rem;transform:translateY(-50%)}.Navbar-module__cJzEcG__progressTrack{border-radius:var(--radius-full);background:#1a1a1a0f;flex:1;width:2px;position:relative;overflow:hidden}.Navbar-module__cJzEcG__progressFill{background:var(--accent);border-radius:var(--radius-full);width:100%;transition:height .1s linear;position:absolute;top:0;left:0}.Navbar-module__cJzEcG__progressLabel{font-family:var(--font-mono);color:var(--text-dim);writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.15em;text-transform:uppercase;font-size:.5rem;font-weight:600}@media (max-width:1024px){.Navbar-module__cJzEcG__navWrapper,.Navbar-module__cJzEcG__progressWrapper{display:none}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:0;display:flex;position:relative}.Hero-module__ZARIfG__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:0 6rem 0 7rem;display:grid}.Hero-module__ZARIfG__content{z-index:2;position:relative}.Hero-module__ZARIfG__greeting{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:500;display:flex}.Hero-module__ZARIfG__greetingDot{background:var(--accent);border-radius:50%;width:6px;height:6px;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(1.3)}}.Hero-module__ZARIfG__name{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(3.5rem,7vw,5.5rem);font-weight:800;line-height:.95}.Hero-module__ZARIfG__nameLight{font-weight:200;display:block}.Hero-module__ZARIfG__tagline{color:var(--text-secondary);max-width:440px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.Hero-module__ZARIfG__taglineHighlight{color:var(--accent);font-weight:600}.Hero-module__ZARIfG__actions{gap:1rem;margin-bottom:2.5rem;display:flex}.Hero-module__ZARIfG__btnPrimary{background:var(--bg-dark);color:var(--text-light);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--transition-medium);align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.75rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__btnPrimary:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.Hero-module__ZARIfG__btnSecondary{color:var(--text-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--transition-medium);background:0 0;border:1.5px solid #1a1a1a26;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.75rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__btnSecondary:hover{border-color:var(--accent);color:var(--accent)}.Hero-module__ZARIfG__socialRow{gap:1.5rem;display:flex}.Hero-module__ZARIfG__socialLink{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);transition:color var(--transition-fast);font-size:.7rem;font-weight:500}.Hero-module__ZARIfG__socialLink:hover{color:var(--text-primary)}.Hero-module__ZARIfG__imageSection{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__imageFrame{border-radius:40% 60% 50% 50%/55% 45%;width:400px;height:480px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000014}.Hero-module__ZARIfG__imageGlow{z-index:0;background:radial-gradient(circle,#2563eb0f 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__floatingLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-sm);white-space:nowrap;z-index:3;padding:.4rem .8rem;font-size:.6rem;font-weight:600;position:absolute}.Hero-module__ZARIfG__labelTop{background:var(--bg-dark);color:var(--text-light);top:10px;right:-20px}.Hero-module__ZARIfG__labelBottom{background:var(--accent);color:#fff;bottom:40px;left:-30px}.Hero-module__ZARIfG__labelMid{background:var(--bg-card);color:var(--text-secondary);box-shadow:var(--shadow-soft);top:50%;right:-40px}.Hero-module__ZARIfG__orbitRing{pointer-events:none;z-index:1;border-radius:50%;width:520px;height:520px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__orbitDot{background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute}.Hero-module__ZARIfG__orbitDot1{opacity:.8;top:0;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__orbitDot2{opacity:.5;bottom:0;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__orbitDot3{opacity:.6;top:50%;left:0;transform:translateY(-50%)}.Hero-module__ZARIfG__orbitDot4{opacity:.4;top:50%;right:0;transform:translateY(-50%)}.Hero-module__ZARIfG__dashedOrbit{pointer-events:none;z-index:0;border:1px dashed #2563eb1f;border-radius:50%;width:480px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__floatingCross{pointer-events:none;z-index:1;color:#1a1a1a1a;font-size:1.2rem;font-weight:300;position:absolute}.Hero-module__ZARIfG__cross1{top:5%;left:10%}.Hero-module__ZARIfG__cross2{bottom:15%;right:5%}.Hero-module__ZARIfG__cross3{top:30%;left:-15%}.Hero-module__ZARIfG__cross4{bottom:5%;right:25%}.Hero-module__ZARIfG__floatingCircle{pointer-events:none;z-index:1;border-radius:50%;position:absolute}.Hero-module__ZARIfG__circle1{border:1.5px solid #2563eb26;width:40px;height:40px;top:-10px;left:-25px}.Hero-module__ZARIfG__circle2{background:#2563eb1a;width:12px;height:12px;bottom:60px;right:-15px}.Hero-module__ZARIfG__circle3{border:1px solid #1a1a1a14;width:24px;height:24px;top:35%;left:-40px}.Hero-module__ZARIfG__pulsingRing{pointer-events:none;z-index:0;border:1px solid #2563eb0f;border-radius:50%;width:550px;height:550px;animation:4s ease-in-out infinite Hero-module__ZARIfG__ringPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__ZARIfG__ringPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.04)}}.Hero-module__ZARIfG__scatterDot{pointer-events:none;z-index:1;background:#1a1a1a1f;border-radius:50%;width:3px;height:3px;position:absolute}.Hero-module__ZARIfG__sd1{top:8%;right:15%}.Hero-module__ZARIfG__sd2{bottom:20%;left:5%}.Hero-module__ZARIfG__sd3{top:60%;right:2%}.Hero-module__ZARIfG__sd4{top:15%;left:35%}.Hero-module__ZARIfG__sd5{bottom:10%;right:35%}.Hero-module__ZARIfG__decorLine{pointer-events:none;z-index:1;background:#1a1a1a14;width:60px;height:1px;position:absolute}.Hero-module__ZARIfG__line1{top:12%;right:-10%;transform:rotate(30deg)}.Hero-module__ZARIfG__line2{bottom:25%;left:-5%;transform:rotate(-20deg)}@media (max-width:1024px){.Hero-module__ZARIfG__heroInner{text-align:center;grid-template-columns:1fr;gap:3rem;padding:6rem 2rem 4rem}.Hero-module__ZARIfG__imageSection{order:-1}.Hero-module__ZARIfG__imageFrame{width:280px;height:340px}.Hero-module__ZARIfG__actions,.Hero-module__ZARIfG__socialRow{justify-content:center}.Hero-module__ZARIfG__tagline{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__floatingLabel,.Hero-module__ZARIfG__orbitRing,.Hero-module__ZARIfG__dashedOrbit,.Hero-module__ZARIfG__pulsingRing,.Hero-module__ZARIfG__floatingCross,.Hero-module__ZARIfG__floatingCircle,.Hero-module__ZARIfG__scatterDot,.Hero-module__ZARIfG__decorLine{display:none}}@media (max-width:640px){.Hero-module__ZARIfG__heroInner{padding:5rem 1.5rem 3rem}.Hero-module__ZARIfG__imageFrame{width:220px;height:270px}}
.About-module__vAULUW__about{position:relative;overflow:hidden}.About-module__vAULUW__aboutInner{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.About-module__vAULUW__headerCentered{text-align:center;margin-bottom:5rem}.About-module__vAULUW__sectionTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.1}.About-module__vAULUW__titleAccent{color:#ff5f57}.About-module__vAULUW__aboutGrid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:4rem;display:grid}.About-module__vAULUW__imageColumn{width:100%;position:relative}.About-module__vAULUW__imageFrame{border-radius:calc(var(--radius-xl) + 6px);background:#fff6;border:1px solid #fffc;padding:12px;box-shadow:0 10px 40px #0000000a}.About-module__vAULUW__imageWrapper{aspect-ratio:4/3.5;border-radius:var(--radius-xl);background:var(--bg-card);width:100%;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #0000000d}.About-module__vAULUW__aboutImage{object-fit:cover;object-position:center 20%;transition:transform .8s var(--ease-out-expo)}.About-module__vAULUW__imageWrapper:hover .About-module__vAULUW__aboutImage{transform:scale(1.05)}.About-module__vAULUW__contentColumn{flex-direction:column;display:flex}.About-module__vAULUW__bio{color:var(--text-secondary);margin-bottom:3.5rem;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8}.About-module__vAULUW__bio strong{color:var(--text-primary);font-weight:600}.About-module__vAULUW__table{width:100%}.About-module__vAULUW__tableRow{border-top:1px solid #0000000f;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:1.5rem;padding:1rem 0;transition:opacity .3s;display:grid}.About-module__vAULUW__tableRow:last-child{border-bottom:1px solid #0000000f}.About-module__vAULUW__table:hover .About-module__vAULUW__tableRow{opacity:.4}.About-module__vAULUW__table:hover .About-module__vAULUW__tableRow:hover{opacity:1}.About-module__vAULUW__tableTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:.85rem;font-weight:600}.About-module__vAULUW__tableCompany{color:var(--text-muted);font-size:.75rem}.About-module__vAULUW__tablePeriod{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.05em;text-align:right;white-space:nowrap;font-size:.65rem;font-weight:500}.About-module__vAULUW__imageFooter{justify-content:space-between;align-items:flex-end;margin-top:1.5rem;padding:0 .5rem;display:flex}.About-module__vAULUW__imageSocials{gap:.8rem;display:flex}.About-module__vAULUW__imageSocials a{color:var(--text-muted);border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:color .2s;display:flex}.About-module__vAULUW__imageSocials a:hover{color:var(--text-primary);border-color:#0000004d}.About-module__vAULUW__imageCaption{text-align:right}.About-module__vAULUW__imageCaption h3{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.2rem;font-size:.95rem;font-weight:700}.About-module__vAULUW__imageCaption p{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:500}@media (max-width:1024px){.About-module__vAULUW__aboutGrid{grid-template-columns:1fr;gap:3.5rem}.About-module__vAULUW__imageColumn{max-width:500px;margin:0 auto}}@media (max-width:768px){.About-module__vAULUW__headerCentered{margin-bottom:3rem}.About-module__vAULUW__tableRow{grid-template-columns:1fr;gap:.4rem;padding:1rem 0}.About-module__vAULUW__tablePeriod{text-align:left;margin-top:.2rem}}
.Skills-module__G7oUEG__skills{padding:8rem 0;position:relative;overflow:hidden}.Skills-module__G7oUEG__skillsInner{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:center;align-items:center;min-height:60vh;margin:0 auto;display:flex;position:relative}.Skills-module__G7oUEG__floatingContainer{pointer-events:none;z-index:0;position:absolute;inset:0}.Skills-module__G7oUEG__floatingIconWrapper{background:var(--bg-card);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff9;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:absolute;box-shadow:0 10px 40px #0000000d}.Skills-module__G7oUEG__floatingIcon{color:var(--text-secondary);opacity:.8}.Skills-module__G7oUEG__centerContent{z-index:1;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-xl);background:#ffffffb3;border:1px solid #fffc;max-width:600px;padding:4rem;position:relative;box-shadow:0 20px 60px #0000000a}.Skills-module__G7oUEG__sectionTitle{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.Skills-module__G7oUEG__toolkitText{color:var(--text-secondary);text-align:left;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.Skills-module__G7oUEG__toolkitText:last-child{margin-bottom:0}.Skills-module__G7oUEG__toolkitText strong{color:var(--text-primary);font-weight:600}@media (max-width:1024px){.Skills-module__G7oUEG__centerContent{padding:3rem 2rem}.Skills-module__G7oUEG__floatingIconWrapper{width:60px;height:60px}.Skills-module__G7oUEG__floatingIconWrapper:nth-child(2n){opacity:.3}}@media (max-width:768px){.Skills-module__G7oUEG__floatingContainer{display:none}.Skills-module__G7oUEG__skills{padding:4rem 0}.Skills-module__G7oUEG__centerContent{box-shadow:none;background:0 0;border:none;padding:2rem 1.5rem}.Skills-module__G7oUEG__toolkitText{font-size:1rem}}
.Projects-module__2BoJ-q__projects{position:relative}.Projects-module__2BoJ-q__header{max-width:1400px;margin:0 auto 4rem;padding:0 7rem}.Projects-module__2BoJ-q__sectionLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:.75rem;font-size:.65rem;font-weight:600;display:block}.Projects-module__2BoJ-q__sectionTitle{letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1}.Projects-module__2BoJ-q__titleThin{font-weight:400}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:3rem 2.5rem;max-width:1400px;margin:0 auto;padding:0 7rem;display:grid}.Projects-module__2BoJ-q__item{background:var(--bg-card);border-radius:var(--radius-xl);cursor:pointer;box-shadow:var(--shadow-card);transition:transform .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo);border:1px solid #0000000d;flex-direction:column;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__item:hover{box-shadow:var(--shadow-hover);transform:translateY(-8px)}.Projects-module__2BoJ-q__imageWrap{aspect-ratio:4/3;border-bottom:1px solid #0000000d;flex-shrink:0;width:100%;position:relative;overflow:hidden}.Projects-module__2BoJ-q__imageWrap img{transition:transform .6s var(--ease-out-expo)}.Projects-module__2BoJ-q__item:hover .Projects-module__2BoJ-q__imageWrap img{transform:scale(1.05)}.Projects-module__2BoJ-q__textBlock{flex-direction:column;flex:1;padding:2rem;display:flex}.Projects-module__2BoJ-q__itemNum{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.8rem;font-size:.6rem;font-weight:700}.Projects-module__2BoJ-q__itemTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;transition:color .3s}.Projects-module__2BoJ-q__item:hover .Projects-module__2BoJ-q__itemTitle{color:var(--accent)}.Projects-module__2BoJ-q__itemDesc{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Projects-module__2BoJ-q__itemTags{flex-wrap:wrap;gap:.4rem;margin-top:auto;display:flex}.Projects-module__2BoJ-q__tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);background:var(--bg-card-alt);color:var(--text-secondary);padding:.3rem .6rem;font-size:.6rem;font-weight:600;transition:all .3s}.Projects-module__2BoJ-q__item:hover .Projects-module__2BoJ-q__tag{background:var(--accent-bg);color:var(--accent)}.Projects-module__2BoJ-q__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#1a1a1a66;position:fixed;inset:0}.Projects-module__2BoJ-q__modal{z-index:2001;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.Projects-module__2BoJ-q__modalInner{background:var(--bg-card);border-radius:var(--radius-xl);width:100%;max-width:620px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0003}.Projects-module__2BoJ-q__closeBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:2.25rem;height:2.25rem;color:var(--text-primary);cursor:pointer;z-index:10;transition:background var(--transition-fast);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;display:flex;position:absolute;top:1rem;right:1rem}.Projects-module__2BoJ-q__closeBtn:hover{background:var(--bg-dark);color:var(--text-light)}.Projects-module__2BoJ-q__modalImage{width:100%;height:280px;position:relative}.Projects-module__2BoJ-q__modalContent{padding:1.75rem 2rem 2rem}.Projects-module__2BoJ-q__modalNum{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.4rem;font-size:.6rem;font-weight:700}.Projects-module__2BoJ-q__modalTitle{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:900}.Projects-module__2BoJ-q__modalDesc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.Projects-module__2BoJ-q__modalTags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;display:flex}.Projects-module__2BoJ-q__modalLink{background:var(--bg-dark);color:var(--text-light);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--transition-medium);align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.Projects-module__2BoJ-q__modalLink:hover{background:var(--accent)}@media (max-width:1024px){.Projects-module__2BoJ-q__header{padding:0 2rem}.Projects-module__2BoJ-q__grid{gap:2.5rem;padding:0 2rem}}@media (max-width:640px){.Projects-module__2BoJ-q__header{padding:0 1.5rem}.Projects-module__2BoJ-q__grid{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}}
.Contact-module__hcVmEa__contact{color:#f5f5f0;background:linear-gradient(125deg,#ffffff14 0%,#ffffff05 25%,#0000 55%),linear-gradient(150deg,#ffffff0a 0%,#ffffff03 30%,#0000 60%),radial-gradient(circle,#2e2e2e 0%,#050505 100%);border-top:1px solid #ffffff0d;flex-direction:column;min-height:100vh;display:flex;position:relative}.Contact-module__hcVmEa__contact:before{content:"";pointer-events:none;opacity:.1;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:150px;position:absolute;inset:0}.Contact-module__hcVmEa__contactInner{z-index:1;flex:1;grid-template-columns:.85fr 1.15fr;align-items:center;gap:5rem;width:100%;max-width:1400px;margin:auto;padding:0 7rem;display:grid;position:relative}.Contact-module__hcVmEa__left{position:relative}.Contact-module__hcVmEa__sectionLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;font-size:.65rem;font-weight:600;display:block}.Contact-module__hcVmEa__closingStatement{margin-bottom:2.5rem}.Contact-module__hcVmEa__closingLine{font-family:var(--font-display);color:#f5f5f0b3;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:400;line-height:1.8}.Contact-module__hcVmEa__closingLineAccent{font-family:var(--font-display);color:#60a5fa;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;line-height:1.8}.Contact-module__hcVmEa__closingCTA{font-family:var(--font-display);color:#f5f5f0;letter-spacing:-.02em;margin-top:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.1}.Contact-module__hcVmEa__socialGrid{flex-wrap:wrap;gap:.75rem;display:flex}.Contact-module__hcVmEa__socialCard{border-radius:var(--radius-md);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:#f5f5f0b3;transition:all var(--transition-medium);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.6rem;padding:.7rem 1.1rem;font-size:.7rem;font-weight:600;display:flex;box-shadow:0 4px 20px #0003}.Contact-module__hcVmEa__socialCard:hover{color:#f5f5f0;background:#ffffff1a;border-color:#fff3;transform:translateY(-3px)}.Contact-module__hcVmEa__socialIcon{font-size:1rem}.Contact-module__hcVmEa__terminal{border-radius:var(--radius-lg);background:#1a1a1a;overflow:hidden;box-shadow:0 20px 60px #00000026}.Contact-module__hcVmEa__termTop{background:#222;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.Contact-module__hcVmEa__termDot{border-radius:50%;width:10px;height:10px}.Contact-module__hcVmEa__termRed{background:#ff5f57}.Contact-module__hcVmEa__termYellow{background:#febc2e}.Contact-module__hcVmEa__termGreen{background:#28c840}.Contact-module__hcVmEa__termTitle{text-align:center;font-family:var(--font-mono);color:#f5f5f066;flex:1;font-size:.6rem}.Contact-module__hcVmEa__termBody{font-family:var(--font-mono);color:#f5f5f0e6;cursor:text;height:460px;padding:1.5rem 1.8rem;font-size:.85rem;line-height:1.8;overflow-y:auto}.Contact-module__hcVmEa__termBody::-webkit-scrollbar{width:6px}.Contact-module__hcVmEa__termBody::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.Contact-module__hcVmEa__termPrompt{color:#28c840}.Contact-module__hcVmEa__termLine{margin-bottom:.15rem}.Contact-module__hcVmEa__termInputLine{align-items:center;margin-top:.5rem;display:flex}.Contact-module__hcVmEa__termInputWrapper{flex:1;align-items:center;margin-left:.8rem;display:flex;position:relative}.Contact-module__hcVmEa__termInputText{font-family:var(--font-mono);color:#f8fafc;white-space:pre-wrap;word-break:break-all;font-size:.85rem}.Contact-module__hcVmEa__cursorBlock{color:#10b981;vertical-align:baseline;margin-left:2px;font-size:.8rem;animation:1s step-end infinite Contact-module__hcVmEa__blink;display:inline-block}@keyframes Contact-module__hcVmEa__blink{0%,to{opacity:1}50%{opacity:0}}.Contact-module__hcVmEa__termHiddenInput{opacity:0;cursor:text;width:100%;position:absolute;inset:0}.Contact-module__hcVmEa__promptContainer{align-items:center;margin-right:1.2rem;display:inline-flex}.Contact-module__hcVmEa__promptPlain{color:#e2e8f0;align-items:center;gap:.4rem;margin-right:.5rem;font-size:.8rem;font-weight:600;display:flex}.Contact-module__hcVmEa__seg1{color:#fff;z-index:2;background:#3b82f6;align-items:center;height:24px;padding:0 .6rem 0 .8rem;font-size:.75rem;font-weight:600;display:inline-flex;position:relative}.Contact-module__hcVmEa__seg1:after{content:"";border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:12px solid #3b82f6;width:0;height:0;position:absolute;top:0;right:-12px}.Contact-module__hcVmEa__seg2{color:#fff;z-index:1;background:#10b981;align-items:center;height:24px;margin-left:-2px;padding:0 .6rem 0 1.4rem;font-size:.75rem;font-weight:600;display:inline-flex;position:relative}.Contact-module__hcVmEa__seg2:after{content:"";border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:12px solid #10b981;width:0;height:0;position:absolute;top:0;right:-12px}.Contact-module__hcVmEa__termFlag{color:#3b82f6}.Contact-module__hcVmEa__termString{color:#f8fafc}.Contact-module__hcVmEa__termComment{color:#ffffffa6;font-style:normal}.Contact-module__hcVmEa__termGreenText{color:#10b981;font-weight:600}.Contact-module__hcVmEa__termCursor{vertical-align:text-bottom;background:#f5f5f0b3;width:6px;height:14px;margin-left:4px;animation:1s step-end infinite Contact-module__hcVmEa__blink;display:inline-block}.Contact-module__hcVmEa__termLink{color:#60a5fa;text-underline-offset:2px;text-decoration:underline}.Contact-module__hcVmEa__termLink:hover{color:#93c5fd}.Contact-module__hcVmEa__footer{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:3rem 7rem 2rem;display:flex}.Contact-module__hcVmEa__footerText{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:#f5f5f066;font-size:.6rem;font-weight:500}@media (max-width:1024px){.Contact-module__hcVmEa__contactInner{grid-template-columns:1fr;gap:2.5rem;padding:0 2rem}.Contact-module__hcVmEa__footer{flex-direction:column;gap:.5rem;padding:2rem}}@media (max-width:640px){.Contact-module__hcVmEa__contactInner{padding:0 1.5rem}.Contact-module__hcVmEa__footer{padding:2rem 1.5rem}}
