.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__inner{max-width:var(--container-width);z-index:10;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;margin:0 auto;display:flex;position:relative}.Hero-module__ZARIfG__label{font-family:var(--font-mono);color:var(--accent-cyan);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Hero-module__ZARIfG__label:before{content:"";background:var(--accent-cyan);width:24px;height:1px;box-shadow:0 0 6px var(--accent-cyan);display:inline-block}.Hero-module__ZARIfG__name{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--text-primary);font-size:clamp(3rem,9vw,6.5rem);font-weight:700;line-height:1.05}.Hero-module__ZARIfG__typewriterRow{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:.5rem;min-height:2rem;font-size:clamp(1rem,2.5vw,1.4rem);display:flex}.Hero-module__ZARIfG__typewriterPrefix{color:var(--accent-green)}.Hero-module__ZARIfG__typewriterText{color:var(--text-primary)}.Hero-module__ZARIfG__tagline{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.08em;border:1px solid var(--border-default);background:#111118b3;border-radius:4px;padding:.4rem .85rem;font-size:.82rem}.Hero-module__ZARIfG__tagline span{color:var(--accent-cyan)}.Hero-module__ZARIfG__ctaRow{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.Hero-module__ZARIfG__scrollHint{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.4rem;font-size:.7rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollArrow{background:linear-gradient(to bottom,var(--accent-cyan),transparent);width:1px;height:48px;box-shadow:0 0 6px var(--accent-cyan)}@media (max-width:768px){.Hero-module__ZARIfG__hero{text-align:center;align-items:center;padding-top:8rem}.Hero-module__ZARIfG__inner{align-items:center}.Hero-module__ZARIfG__label,.Hero-module__ZARIfG__ctaRow{justify-content:center}}
.About-module__vAULUW__about{padding:var(--section-padding);z-index:10;position:relative}.About-module__vAULUW__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__bio{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.About-module__vAULUW__bio strong{color:var(--accent-cyan);font-weight:600}.About-module__vAULUW__terminal{border:1px solid var(--border-default);font-family:var(--font-mono);background:#0d0d14;border-radius:10px;font-size:.85rem;overflow:hidden}.About-module__vAULUW__terminalBar{border-bottom:1px solid var(--border-default);background:#111120;align-items:center;gap:.5rem;padding:.65rem 1rem;display:flex}.About-module__vAULUW__dot{border-radius:50%;width:10px;height:10px}.About-module__vAULUW__dotRed{background:#ff5f57}.About-module__vAULUW__dotYellow{background:#febc2e}.About-module__vAULUW__dotGreen{background:#28c840}.About-module__vAULUW__terminalTitle{color:var(--text-muted);letter-spacing:.05em;margin-left:auto;margin-right:auto;font-size:.72rem}.About-module__vAULUW__terminalBody{flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.About-module__vAULUW__termLine{flex-direction:column;gap:.2rem;display:flex}.About-module__vAULUW__cmd{color:var(--accent-green)}.About-module__vAULUW__out{color:var(--text-secondary);padding-left:.5rem}.About-module__vAULUW__out span{color:var(--accent-cyan)}.About-module__vAULUW__snapshotCard{background:var(--bg-secondary);border:1px solid var(--border-default);transition:border-color var(--transition-medium),box-shadow var(--transition-medium);border-radius:12px;margin-bottom:2rem;padding:2rem}.About-module__vAULUW__snapshotCard:hover{border-color:var(--accent-cyan);box-shadow:var(--glow-cyan)}.About-module__vAULUW__snapshotTitle{font-family:var(--font-mono);color:var(--accent-cyan);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.75rem}.About-module__vAULUW__snapshotRow{border-bottom:1px solid var(--border-default);align-items:flex-start;gap:1rem;padding:.75rem 0;display:flex}.About-module__vAULUW__snapshotRow:last-child{border-bottom:none}.About-module__vAULUW__snapshotKey{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;min-width:90px;padding-top:.1rem;font-size:.78rem}.About-module__vAULUW__snapshotVal{color:var(--text-primary);font-size:.9rem;line-height:1.5}.About-module__vAULUW__statusBadge{font-family:var(--font-mono);color:var(--accent-green);background:#39ff1414;border:1px solid #39ff144d;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;display:inline-flex}.About-module__vAULUW__statusDot{background:var(--accent-green);width:7px;height:7px;box-shadow:0 0 6px var(--accent-green);border-radius:50%;animation:2s infinite About-module__vAULUW__pulse}@keyframes About-module__vAULUW__pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:900px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:2.5rem}}
.Achievements-module__lLTeTq__achievements{padding:var(--section-padding);z-index:10;position:relative}.Achievements-module__lLTeTq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.Achievements-module__lLTeTq__badge{background:var(--bg-secondary);border:1px solid var(--border-default);transition:border-color var(--transition-medium),box-shadow var(--transition-medium),transform var(--transition-medium);border-radius:10px;align-items:flex-start;gap:1rem;padding:1.4rem 1.5rem;display:flex}.Achievements-module__lLTeTq__badge:hover{border-color:var(--accent-cyan);box-shadow:var(--glow-cyan);transform:translateY(-3px)}.Achievements-module__lLTeTq__badgeIcon{flex-shrink:0;font-size:1.6rem;line-height:1}.Achievements-module__lLTeTq__badgeTitle{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:.2rem;font-size:.88rem;font-weight:600}.Achievements-module__lLTeTq__badgeIssuer{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:.72rem}
.Contact-module__hcVmEa__contact{padding:var(--section-padding);z-index:10;position:relative}.Contact-module__hcVmEa__inner{max-width:680px}.Contact-module__hcVmEa__heading{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.Contact-module__hcVmEa__heading span{color:var(--accent-cyan)}.Contact-module__hcVmEa__sub{color:var(--text-secondary);max-width:520px;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.Contact-module__hcVmEa__btnRow{flex-wrap:wrap;gap:.85rem;margin-bottom:1.5rem;display:flex}.Contact-module__hcVmEa__note{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.04em;font-size:.78rem}.Contact-module__hcVmEa__note span{color:var(--accent-green)}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-default);z-index:10;padding:3rem 1.5rem 2rem;position:relative}.Footer-module__S6Hkya__inner{max-width:var(--container-width);text-align:center;flex-direction:column;align-items:center;gap:1.25rem;margin:0 auto;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-cyan);text-shadow:0 0 12px #00d4ff66;font-size:1.2rem;font-weight:700}.Footer-module__S6Hkya__quote{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.03em;max-width:480px;font-size:.82rem;line-height:1.7}.Footer-module__S6Hkya__quote em{color:var(--text-secondary)}.Footer-module__S6Hkya__location{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.08em;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.Footer-module__S6Hkya__copyright{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:.72rem}.Footer-module__S6Hkya__divider{background:var(--border-default);width:100%;height:1px;margin:.5rem 0}
