.MatrixRain-module__t4c2Na__canvas{opacity:.5;width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 0%,#0000 72%);mask-image:radial-gradient(#000 0%,#0000 72%)}
.BootSequence-module__hUA3Dq__terminal{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:620px;box-shadow:0 20px 60px #00000080, 0 0 40px var(--accent-glow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080c0abf;overflow:hidden}.BootSequence-module__hUA3Dq__titleBar{border-bottom:1px solid var(--border);background:#0000004d;align-items:center;gap:.4rem;padding:.6rem .9rem;display:flex}.BootSequence-module__hUA3Dq__dot{opacity:.85;border-radius:50%;width:9px;height:9px}.BootSequence-module__hUA3Dq__dotRed{background:var(--stamp)}.BootSequence-module__hUA3Dq__dotAmber{background:var(--severity-medium)}.BootSequence-module__hUA3Dq__dotGreen{background:var(--accent)}.BootSequence-module__hUA3Dq__titleText{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);margin-left:.5rem;font-size:.7rem}.BootSequence-module__hUA3Dq__body{text-align:left;min-height:168px;padding:1.25rem 1.4rem 1.5rem}.BootSequence-module__hUA3Dq__log{font-family:var(--font-jetbrains), monospace;color:var(--accent);text-shadow:0 0 8px var(--accent-glow);font-size:.82rem;line-height:1.9}@media (max-width:480px){.BootSequence-module__hUA3Dq__body{min-height:190px;padding:1rem 1.1rem 1.25rem}.BootSequence-module__hUA3Dq__log{font-size:.72rem}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:70px;padding-bottom:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__rainContainer{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 45%,#0000 100%);mask-image:linear-gradient(#000 45%,#0000 100%)}.Hero-module__ZARIfG__heroInner{max-width:var(--container-max);padding:var(--container-padding);z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.Hero-module__ZARIfG__bootOverlay{padding:var(--container-padding);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Hero-module__ZARIfG__statusBadge{border-radius:var(--radius-sm);font-family:var(--font-jetbrains), monospace;color:var(--accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00ff9c0f;border:1px solid #00ff9c33;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;display:inline-flex}.Hero-module__ZARIfG__statusDot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent), 0 0 16px var(--accent-glow);border-radius:50%;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;box-shadow:0 0 8px var(--accent), 0 0 16px var(--accent-glow)}50%{opacity:.3;box-shadow:0 0 4px var(--accent)}}.Hero-module__ZARIfG__headline{max-width:850px;margin-bottom:1.5rem}.Hero-module__ZARIfG__headlineAccent{color:var(--accent);text-shadow:0 0 20px var(--accent-glow), 0 0 40px var(--accent-glow)}.Hero-module__ZARIfG__cursor{background:var(--accent);vertical-align:text-bottom;width:9px;height:1.1em;margin-left:4px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__subHeadline{color:var(--text-secondary);max-width:650px;margin-bottom:.75rem;font-size:1.1rem;line-height:1.8}.Hero-module__ZARIfG__description{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:.95rem;line-height:1.8}.Hero-module__ZARIfG__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__ZARIfG__socials{justify-content:center;align-items:center;gap:1rem;display:flex}.Hero-module__ZARIfG__socialLink{border-radius:var(--radius-md);border:1px solid var(--border);width:42px;height:42px;color:var(--text-muted);transition:all var(--transition-normal);justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;display:flex}.Hero-module__ZARIfG__socialLink:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 0 20px var(--accent-glow);background:#00ff9c0d;transform:translateY(-2px)}.Hero-module__ZARIfG__terminalTag{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding-top:110px;padding-bottom:3rem}.Hero-module__ZARIfG__statusBadge{padding:.35rem .8rem;font-size:.65rem}.Hero-module__ZARIfG__headline{max-width:100%}.Hero-module__ZARIfG__subHeadline{font-size:.95rem}.Hero-module__ZARIfG__description{font-size:.85rem}.Hero-module__ZARIfG__ctas{flex-direction:column;width:100%}.Hero-module__ZARIfG__ctas a{justify-content:center;width:100%}.Hero-module__ZARIfG__socials{gap:.75rem}.Hero-module__ZARIfG__socialLink{width:38px;height:38px;font-size:1rem}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding-top:100px}.Hero-module__ZARIfG__statusBadge{font-size:.6rem}.Hero-module__ZARIfG__terminalTag{font-size:.7rem}}
.SectionHeading-module__7zhw3a__sectionHeading{text-align:center;margin-bottom:3rem}.SectionHeading-module__7zhw3a__label{font-family:var(--font-jetbrains), monospace;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:inline-flex}.SectionHeading-module__7zhw3a__labelLine{background:var(--accent);width:2rem;height:1px}.SectionHeading-module__7zhw3a__title{margin-bottom:.75rem}.SectionHeading-module__7zhw3a__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.7}
.About-module__vAULUW__about{padding:var(--section-padding)}.About-module__vAULUW__aboutGrid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__aboutText{flex-direction:column;gap:1.5rem;display:flex}.About-module__vAULUW__aboutText p{color:var(--text-secondary);font-size:.95rem;line-height:1.9}.About-module__vAULUW__statsGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.About-module__vAULUW__statCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-normal);padding:1.5rem}.About-module__vAULUW__statCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.About-module__vAULUW__statValue{font-family:var(--font-jetbrains), monospace;color:var(--accent);margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1}.About-module__vAULUW__statLabel{color:var(--text-muted);font-size:.75rem;font-family:var(--font-jetbrains), monospace;letter-spacing:.02em}.About-module__vAULUW__highlight{color:var(--accent);font-weight:600}@media (max-width:768px){.About-module__vAULUW__aboutGrid{grid-template-columns:1fr;gap:2.5rem}.About-module__vAULUW__statsGrid{grid-template-columns:1fr 1fr}.About-module__vAULUW__statValue{font-size:2rem}.About-module__vAULUW__aboutText p{font-size:.9rem}}@media (max-width:480px){.About-module__vAULUW__statsGrid{grid-template-columns:1fr 1fr;gap:.75rem}.About-module__vAULUW__statCard{padding:1rem}.About-module__vAULUW__statValue{font-size:1.6rem}.About-module__vAULUW__statLabel{font-size:.65rem}}
.Experience-module__RsmxMa__experience{padding:var(--section-padding)}.Experience-module__RsmxMa__expCard{background:var(--bg-card);border:1px solid var(--border);border-radius:0 var(--radius-lg) var(--radius-lg) var(--radius-lg);margin-top:1.6rem;padding:2.5rem;position:relative}.Experience-module__RsmxMa__expCard:not(:first-child){margin-top:3rem}.Experience-module__RsmxMa__expCard:before{content:"";background:linear-gradient(180deg, var(--accent), transparent);border-radius:0 0 0 var(--radius-lg);width:3px;height:100%;position:absolute;top:0;left:0}.Experience-module__RsmxMa__expHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.Experience-module__RsmxMa__expTitle{flex-direction:column;gap:.35rem;display:flex}.Experience-module__RsmxMa__expRole{font-family:var(--font-jetbrains), monospace;color:var(--text-primary);font-size:1.3rem;font-weight:700}.Experience-module__RsmxMa__expCompany{color:var(--accent);font-size:1.05rem;font-weight:600}.Experience-module__RsmxMa__expMeta{color:var(--text-muted);font-size:.8rem;font-family:var(--font-jetbrains), monospace;align-items:center;gap:.5rem;display:flex}.Experience-module__RsmxMa__expPeriod{background:var(--bg-tertiary);border-radius:var(--radius-sm);font-family:var(--font-jetbrains), monospace;color:var(--text-secondary);padding:.35rem .8rem;font-size:.75rem}.Experience-module__RsmxMa__expLocation{color:var(--text-muted);margin-bottom:1.5rem;font-size:.8rem}.Experience-module__RsmxMa__focusLabel{font-family:var(--font-jetbrains), monospace;text-transform:uppercase;color:var(--text-muted);letter-spacing:.1em;margin-bottom:.75rem;font-size:.7rem}.Experience-module__RsmxMa__focusList{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;list-style:none;display:flex}.Experience-module__RsmxMa__focusItem{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.Experience-module__RsmxMa__focusDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:4px;height:4px}.Experience-module__RsmxMa__toolsRow{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.Experience-module__RsmxMa__reportFormat{border-top:1px dashed var(--border);color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;font-size:.8rem;display:flex}.Experience-module__RsmxMa__fileTab{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm) var(--radius-sm) 0 0;font-family:var(--font-jetbrains), monospace;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;border-bottom:none;align-items:center;gap:.5rem;padding:.35rem .9rem;font-size:.65rem;display:flex;position:absolute;top:-1.55rem;left:-1px}@media (max-width:768px){.Experience-module__RsmxMa__expCard{padding:1.5rem}.Experience-module__RsmxMa__expHeader{flex-direction:column}}
.Projects-module__2BoJ-q__projects{padding:var(--section-padding)}.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;margin-top:1.75rem;display:grid}.Projects-module__2BoJ-q__projectCard{background:var(--bg-card);border:1px solid var(--border);border-radius:0 var(--radius-lg) var(--radius-lg) var(--radius-lg);transition:all var(--transition-normal);cursor:default;flex-direction:column;gap:1rem;padding:1.75rem;display:flex;position:relative}.Projects-module__2BoJ-q__fileTab{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm) var(--radius-sm) 0 0;font-family:var(--font-jetbrains), monospace;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;border-bottom:none;padding:.3rem .8rem;font-size:.62rem;position:absolute;top:-1.5rem;left:-1px}.Projects-module__2BoJ-q__projectCard:hover{border-color:var(--border-hover);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.Projects-module__2BoJ-q__projectHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Projects-module__2BoJ-q__projectName{font-family:var(--font-jetbrains), monospace;color:var(--text-primary);font-size:1.05rem;font-weight:700;line-height:1.3}.Projects-module__2BoJ-q__projectType{background:var(--bg-tertiary);border-radius:var(--radius-sm);font-family:var(--font-jetbrains), monospace;color:var(--text-muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .7rem;font-size:.65rem}.Projects-module__2BoJ-q__projectDesc{color:var(--text-secondary);flex:1;font-size:.875rem;line-height:1.7}.Projects-module__2BoJ-q__highlights{flex-direction:column;gap:.4rem;display:flex}.Projects-module__2BoJ-q__highlightItem{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.8rem;display:flex}.Projects-module__2BoJ-q__highlightIcon{color:var(--accent);flex-shrink:0;font-size:.75rem}.Projects-module__2BoJ-q__projectFooter{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.Projects-module__2BoJ-q__toolsRow{flex-wrap:wrap;gap:.4rem;display:flex}.Projects-module__2BoJ-q__severityRow{align-items:center;gap:.4rem;display:flex}.Projects-module__2BoJ-q__severityDot{font-family:var(--font-jetbrains), monospace;align-items:center;gap:.25rem;font-size:.7rem;display:flex}.Projects-module__2BoJ-q__statusBadge{font-family:var(--font-jetbrains), monospace;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.65rem;font-weight:600;display:inline-flex}.Projects-module__2BoJ-q__statusCompleted{color:var(--accent);background:#00ff9c1a;border:1px solid #00ff9c40;}.Projects-module__2BoJ-q__statusActive{color:var(--status-active);background:#38bdf81a;border:1px solid #38bdf840;}.Projects-module__2BoJ-q__statusProgress{color:var(--status-progress);background:#f5a6231a;border:1px solid #f5a62340;}.Projects-module__2BoJ-q__viewReportBtn{border-radius:var(--radius-md);width:100%;color:var(--accent);font-family:var(--font-jetbrains), monospace;transition:all var(--transition-normal);cursor:pointer;background:#00ff9c0f;border:1px solid #00ff9c40;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.Projects-module__2BoJ-q__viewReportBtn:hover{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow);color:var(--accent-light);background:#6c63ff26;transform:translateY(-1px)}@media (max-width:768px){.Projects-module__2BoJ-q__projectsGrid{grid-template-columns:1fr}.Projects-module__2BoJ-q__projectHeader{flex-direction:column;gap:.5rem}.Projects-module__2BoJ-q__projectFooter{flex-direction:column;align-items:flex-start}}
.Skills-module__G7oUEG__skills{padding:var(--section-padding)}.Skills-module__G7oUEG__skillCategories{flex-direction:column;gap:2rem;display:flex}.Skills-module__G7oUEG__categoryCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-normal);padding:2rem}.Skills-module__G7oUEG__categoryCard:hover{border-color:var(--border-hover)}.Skills-module__G7oUEG__categoryName{font-family:var(--font-jetbrains), monospace;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.8rem;font-weight:600;display:flex}.Skills-module__G7oUEG__categoryLine{background:var(--border);flex:1;height:1px}.Skills-module__G7oUEG__skillsGrid{flex-wrap:wrap;gap:.5rem;display:flex}.Skills-module__G7oUEG__skillChip{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.8rem;font-family:var(--font-jetbrains), monospace;transition:all var(--transition-fast);align-items:center;gap:.4rem;padding:.5rem 1rem;display:inline-flex}.Skills-module__G7oUEG__skillChip:hover{border-color:var(--accent);color:var(--accent);background:#00ff9c0f;transform:translateY(-1px)}@media (max-width:768px){.Skills-module__G7oUEG__categoryCard{padding:1.5rem}}
.VulnShowcase-module__S4zRTG__vulnShowcase{padding:var(--section-padding)}.VulnShowcase-module__S4zRTG__logHeader{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;color:var(--accent);border-bottom:none;justify-content:space-between;align-items:center;margin-bottom:-1px;padding:.75rem 1.1rem;font-size:.78rem;display:flex}.VulnShowcase-module__S4zRTG__logCount{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem}.VulnShowcase-module__S4zRTG__rowIndex{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);font-size:.7rem}.VulnShowcase-module__S4zRTG__vulnTable{border-collapse:separate;border-spacing:0;border-radius:0 0 var(--radius-lg) var(--radius-lg);border:1px solid var(--border);width:100%;overflow:hidden}.VulnShowcase-module__S4zRTG__vulnTable thead{background:var(--bg-tertiary)}.VulnShowcase-module__S4zRTG__vulnTable th{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;text-align:left;border-bottom:1px solid var(--border);padding:1rem 1.25rem;font-size:.7rem;font-weight:600}.VulnShowcase-module__S4zRTG__vulnTable td{color:var(--text-secondary);border-bottom:1px solid var(--border);vertical-align:top;padding:1rem 1.25rem;font-size:.85rem}.VulnShowcase-module__S4zRTG__vulnTable tbody tr{background:var(--bg-card);transition:background var(--transition-fast)}.VulnShowcase-module__S4zRTG__vulnTable tbody tr:hover{background:var(--bg-card-hover)}.VulnShowcase-module__S4zRTG__vulnTable tbody tr:last-child td{border-bottom:none}.VulnShowcase-module__S4zRTG__vulnTitle{color:var(--text-primary);font-size:.85rem;font-weight:600;line-height:1.4}.VulnShowcase-module__S4zRTG__owaspTag{font-family:var(--font-jetbrains), monospace;color:var(--accent);font-size:.7rem}.VulnShowcase-module__S4zRTG__technique{color:var(--text-muted);font-size:.8rem;line-height:1.5}.VulnShowcase-module__S4zRTG__endpoint{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);background:var(--bg-tertiary);border-radius:var(--radius-sm);word-break:break-all;padding:.2rem .5rem;font-size:.75rem}.VulnShowcase-module__S4zRTG__vulnCards{flex-direction:column;gap:1rem;display:none}.VulnShowcase-module__S4zRTG__vulnCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-normal);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.VulnShowcase-module__S4zRTG__vulnCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-glow)}.VulnShowcase-module__S4zRTG__vulnCardHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.VulnShowcase-module__S4zRTG__vulnCardField{flex-direction:column;gap:.2rem;display:flex}.VulnShowcase-module__S4zRTG__vulnCardLabel{font-family:var(--font-jetbrains), monospace;text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em;font-size:.6rem}.VulnShowcase-module__S4zRTG__vulnCardValue{color:var(--text-secondary);font-size:.8rem}@media (max-width:900px){.VulnShowcase-module__S4zRTG__vulnTableWrap{display:none}.VulnShowcase-module__S4zRTG__vulnCards{display:flex}.VulnShowcase-module__S4zRTG__logHeader{border-bottom:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;font-size:.68rem}}@media (max-width:400px){.VulnShowcase-module__S4zRTG__logHeader span:first-child{word-break:break-all}}
.Certifications-module__ZVboHa__certifications{padding:var(--section-padding)}.Certifications-module__ZVboHa__certsGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;display:grid}.Certifications-module__ZVboHa__certCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-normal);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.Certifications-module__ZVboHa__certCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.Certifications-module__ZVboHa__certHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Certifications-module__ZVboHa__certName{font-family:var(--font-jetbrains), monospace;color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.3}.Certifications-module__ZVboHa__certIssuer{color:var(--accent);font-size:.85rem;font-weight:500}.Certifications-module__ZVboHa__certDeliverable{color:var(--text-muted);font-size:.8rem;line-height:1.5}.Certifications-module__ZVboHa__statChips{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.Certifications-module__ZVboHa__statChip{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.15rem;padding:.65rem .85rem;display:flex}.Certifications-module__ZVboHa__statChipValue{font-family:var(--font-jetbrains), monospace;color:var(--accent);font-size:1.05rem;font-weight:700}.Certifications-module__ZVboHa__statChipLabel{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.62rem}.Certifications-module__ZVboHa__progressSection{flex-direction:column;gap:.5rem;display:flex}.Certifications-module__ZVboHa__progressLabel{font-family:var(--font-jetbrains), monospace;color:var(--text-muted);justify-content:space-between;font-size:.7rem;display:flex}.Certifications-module__ZVboHa__modules{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.Certifications-module__ZVboHa__moduleItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.Certifications-module__ZVboHa__moduleIcon{color:var(--accent);flex-shrink:0;font-size:.7rem}.Certifications-module__ZVboHa__eduCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.5rem;display:flex}.Certifications-module__ZVboHa__eduTitle{font-family:var(--font-jetbrains), monospace;color:var(--text-primary);font-size:.95rem;font-weight:600}.Certifications-module__ZVboHa__eduDetail{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.Certifications-module__ZVboHa__certsGrid{grid-template-columns:1fr}.Certifications-module__ZVboHa__eduCard{flex-direction:column;align-items:flex-start}}
.Contact-module__hcVmEa__contact{padding:var(--section-padding);position:relative}.Contact-module__hcVmEa__contactGrid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.Contact-module__hcVmEa__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__contactText{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.Contact-module__hcVmEa__availableFor{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__availLabel{font-family:var(--font-jetbrains), monospace;text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em;margin-bottom:.25rem;font-size:.7rem}.Contact-module__hcVmEa__availTag{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.Contact-module__hcVmEa__availDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Contact-module__hcVmEa__contactCtas{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.Contact-module__hcVmEa__contactCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.Contact-module__hcVmEa__contactCard:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-light), transparent);height:2px;position:absolute;top:0;left:0;right:0}.Contact-module__hcVmEa__contactCardTitle{font-family:var(--font-jetbrains), monospace;color:var(--text-primary);font-size:1.1rem;font-weight:700}.Contact-module__hcVmEa__contactCardText{color:var(--text-muted);font-size:.9rem;line-height:1.7}.Contact-module__hcVmEa__emailLink{font-family:var(--font-jetbrains), monospace;color:var(--accent);transition:all var(--transition-normal);word-break:break-all;align-items:center;gap:.6rem;font-size:1rem;text-decoration:none;display:inline-flex}.Contact-module__hcVmEa__emailLink:hover{color:var(--accent-light)}.Contact-module__hcVmEa__locationRow{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Contact-module__hcVmEa__contactSocials{gap:.75rem;margin-top:.5rem;display:flex}.Contact-module__hcVmEa__contactSocialLink{border-radius:var(--radius-md);border:1px solid var(--border);width:44px;height:44px;color:var(--text-muted);transition:all var(--transition-normal);justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;display:flex}.Contact-module__hcVmEa__contactSocialLink:hover{border-color:var(--accent);color:var(--accent);background:#00ff9c0f;transform:translateY(-2px)}@media (max-width:768px){.Contact-module__hcVmEa__contactGrid{grid-template-columns:1fr;gap:2rem}.Contact-module__hcVmEa__contactCard{padding:1.5rem}.Contact-module__hcVmEa__contactCtas{width:100%}.Contact-module__hcVmEa__contactCtas a{justify-content:center;width:100%}.Contact-module__hcVmEa__emailLink{font-size:.85rem}}@media (max-width:480px){.Contact-module__hcVmEa__contactText{font-size:.85rem}.Contact-module__hcVmEa__availTag{font-size:.8rem}.Contact-module__hcVmEa__contactCard{padding:1.25rem}.Contact-module__hcVmEa__contactSocialLink{width:40px;height:40px}}
