.Hero-module___w2HtG__hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.Hero-module___w2HtG__content{max-width:600px}.Hero-module___w2HtG__badge{color:var(--text);background:#910a0826;border:1px solid #910a084d;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:8px 16px;font-size:.85rem;display:inline-flex}.Hero-module___w2HtG__dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module___w2HtG__pulse}@keyframes Hero-module___w2HtG__pulse{0%,to{opacity:1}50%{opacity:.4}}.Hero-module___w2HtG__title{color:var(--text);margin-bottom:24px;font-size:3.8rem;font-weight:700;line-height:1.1}.Hero-module___w2HtG__name{background:linear-gradient(135deg,#910a08 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module___w2HtG__specialtyWrapper{margin-bottom:20px}.Hero-module___w2HtG__specialtyLabel{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:8px;font-size:.85rem;display:block}.Hero-module___w2HtG__specialty{background:var(--surface);border:1px solid var(--border);width:fit-content;height:44px;font-family:var(--font-mono);border-radius:6px;align-items:center;padding:10px 16px;display:flex}.Hero-module___w2HtG__typing{color:#22c55e;font-size:1.1rem;font-weight:500}.Hero-module___w2HtG__cursor{background:#22c55e;width:2px;height:20px;margin-left:2px;animation:1s step-end infinite Hero-module___w2HtG__blink}@keyframes Hero-module___w2HtG__blink{0%,50%{opacity:1}51%,to{opacity:0}}.Hero-module___w2HtG__description{color:var(--text-muted);margin-bottom:32px;font-size:1.05rem;line-height:1.7}.Hero-module___w2HtG__actions{gap:14px;margin-bottom:48px;display:flex}.Hero-module___w2HtG__btnPrimary{color:#fff;background:#910a08;border-radius:8px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .2s}.Hero-module___w2HtG__btnPrimary:hover{background:#b91c1c;transform:translateY(-2px)}.Hero-module___w2HtG__btnSecondary{border:1px solid var(--border);color:var(--text);border-radius:8px;padding:14px 28px;font-size:.95rem;font-weight:500;transition:all .2s}.Hero-module___w2HtG__btnSecondary:hover{color:#910a08;border-color:#910a08}.Hero-module___w2HtG__stats{gap:40px;display:flex}.Hero-module___w2HtG__stat{text-align:left}.Hero-module___w2HtG__statNumber{color:var(--text);font-size:2.2rem;font-weight:700;display:block}.Hero-module___w2HtG__statLabel{color:var(--text-muted);font-size:.85rem}.Hero-module___w2HtG__visual{justify-content:center;display:flex}.Hero-module___w2HtG__terminalWindow{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 20px 50px #0006}.Hero-module___w2HtG__terminalHeader{background:var(--surface-alt);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 16px;display:flex}.Hero-module___w2HtG__terminalDot{border-radius:50%;width:12px;height:12px}.Hero-module___w2HtG__terminalTitle{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);margin-left:auto}.Hero-module___w2HtG__terminalBody{font-family:var(--font-mono);padding:20px;font-size:.85rem;line-height:2}.Hero-module___w2HtG__terminalLine{color:var(--text-muted)}.Hero-module___w2HtG__prompt{color:#910a08;margin-right:8px}.Hero-module___w2HtG__bgGlow{pointer-events:none;background:radial-gradient(#910a081f 0%,#0000 70%);width:50%;height:100%;position:absolute;top:0;right:-10%}@media (max-width:1024px){.Hero-module___w2HtG__container{grid-template-columns:1fr;gap:40px}.Hero-module___w2HtG__visual{order:-1}}@media (max-width:768px){.Hero-module___w2HtG__hero{padding:100px 0 60px}.Hero-module___w2HtG__title{font-size:2.5rem}.Hero-module___w2HtG__stats{gap:28px}.Hero-module___w2HtG__statNumber{font-size:1.8rem}}
.About-module__RHteCa__about{background:radial-gradient(ellipse at 20% 0%,#910a0814 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,#910a080d 0%,transparent 50%),var(--background);padding:100px 0;scroll-margin-top:70px;position:relative}.About-module__RHteCa__about:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:2px;position:absolute;top:0;left:0;right:0}.About-module__RHteCa__container{max-width:1200px;margin:0 auto;padding:0 24px}.About-module__RHteCa__content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.About-module__RHteCa__codeWindow{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.About-module__RHteCa__codeHeader{background:var(--surface-alt);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:14px 16px;display:flex}.About-module__RHteCa__dot{border-radius:50%;width:12px;height:12px}.About-module__RHteCa__fileName{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);margin-left:auto}.About-module__RHteCa__code{font-family:var(--font-mono);color:var(--text-muted);padding:20px;font-size:.85rem;line-height:1.7}.About-module__RHteCa__label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:.8rem;font-weight:600;display:block}.About-module__RHteCa__title{color:var(--text);margin-bottom:20px;font-size:2.5rem;font-weight:700}.About-module__RHteCa__description{color:var(--text-muted);margin-bottom:24px;font-size:1.05rem;line-height:1.7}.About-module__RHteCa__highlights{flex-direction:column;gap:12px;display:flex}.About-module__RHteCa__highlight{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:14px;padding:16px;display:flex}.About-module__RHteCa__highlightIcon{font-size:1.4rem}.About-module__RHteCa__highlight strong{color:var(--text);margin-bottom:2px;font-size:.95rem;display:block}.About-module__RHteCa__highlight span{color:var(--text-muted);font-size:.85rem}@media (max-width:1024px){.About-module__RHteCa__content{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.About-module__RHteCa__about{padding:60px 0}.About-module__RHteCa__title{font-size:2rem}}
.Services-module__uj7JVa__services{background:radial-gradient(ellipse at 80% 0%,#910a0814 0%,transparent 50%),radial-gradient(ellipse at 20% 100%,#910a080d 0%,transparent 50%),var(--background);padding:60px 0;scroll-margin-top:70px;position:relative}.Services-module__uj7JVa__services:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:2px;position:absolute;top:0;left:0;right:0}.Services-module__uj7JVa__container{max-width:1200px;margin:0 auto;padding:0 24px}.Services-module__uj7JVa__header{text-align:center;margin-bottom:40px}.Services-module__uj7JVa__label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.Services-module__uj7JVa__title{color:var(--text);font-size:1.6rem;font-weight:700}.Services-module__uj7JVa__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Services-module__uj7JVa__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px;transition:all .2s}.Services-module__uj7JVa__card:hover{border-color:#910a0880;transform:translateY(-3px)}.Services-module__uj7JVa__icon{object-fit:contain;width:36px;height:36px;margin-bottom:14px}.Services-module__uj7JVa__cardTitle{color:var(--text);margin-bottom:8px;font-size:1.05rem;font-weight:600}.Services-module__uj7JVa__cardDescription{color:var(--text-muted);margin-bottom:14px;font-size:.85rem;line-height:1.5}.Services-module__uj7JVa__features{flex-wrap:wrap;gap:6px;display:flex}.Services-module__uj7JVa__feature{background:var(--background);border:1px solid var(--border);color:var(--text-muted);border-radius:5px;padding:4px 10px;font-size:.7rem}@media (max-width:1024px){.Services-module__uj7JVa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__uj7JVa__services{padding:60px 0}.Services-module__uj7JVa__grid{grid-template-columns:1fr}}
.Skills-module__1ZjJFG__skills{background:radial-gradient(ellipse at 20% 0%,#910a0814 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,#910a080d 0%,transparent 50%),var(--background);min-height:100vh;padding:100px 0;scroll-margin-top:70px;position:relative}.Skills-module__1ZjJFG__skills:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:2px;position:absolute;top:0;left:0;right:0}.Skills-module__1ZjJFG__container{max-width:1200px;margin:0 auto;padding:0 24px}.Skills-module__1ZjJFG__layout{grid-template-columns:1fr 220px;align-items:start;gap:40px;display:grid}.Skills-module__1ZjJFG__main{flex:1}.Skills-module__1ZjJFG__label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.Skills-module__1ZjJFG__title{color:var(--text);margin-bottom:28px;font-size:1.8rem;font-weight:700}.Skills-module__1ZjJFG__categories{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Skills-module__1ZjJFG__category{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:16px}.Skills-module__1ZjJFG__categoryName{color:var(--accent);border-bottom:1px solid var(--border);margin-bottom:12px;padding-bottom:8px;font-size:.8rem;font-weight:600}.Skills-module__1ZjJFG__skillGrid{flex-wrap:wrap;gap:6px;display:flex}.Skills-module__1ZjJFG__skill{background:var(--background);border:1px solid var(--border);border-radius:5px;align-items:center;gap:6px;padding:5px 10px;font-size:.75rem;display:flex}.Skills-module__1ZjJFG__skillIcon{object-fit:contain;width:14px;height:14px}.Skills-module__1ZjJFG__skillName{color:var(--text)}.Skills-module__1ZjJFG__sidebar{position:sticky;top:100px}.Skills-module__1ZjJFG__certCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:20px}.Skills-module__1ZjJFG__certTitle{color:var(--text);margin-bottom:16px;font-size:.9rem;font-weight:600}.Skills-module__1ZjJFG__certBadge{flex-direction:column;align-items:center;gap:10px;transition:transform .2s;display:flex}.Skills-module__1ZjJFG__certBadge:hover{transform:translateY(-3px)}.Skills-module__1ZjJFG__certImage{border-radius:8px}.Skills-module__1ZjJFG__certName{color:var(--text);font-size:.85rem;font-weight:600}.Skills-module__1ZjJFG__certOrg{color:var(--text-muted);font-size:.75rem}@media (max-width:1024px){.Skills-module__1ZjJFG__layout{grid-template-columns:1fr}.Skills-module__1ZjJFG__categories{grid-template-columns:repeat(2,1fr)}.Skills-module__1ZjJFG__sidebar{position:static}.Skills-module__1ZjJFG__certCard{text-align:left;align-items:center;gap:20px;display:flex}.Skills-module__1ZjJFG__certBadge{flex-direction:row}}@media (max-width:640px){.Skills-module__1ZjJFG__skills{padding:60px 0}.Skills-module__1ZjJFG__categories{grid-template-columns:1fr}}
.Projects-module__tl4Q0a__projects{background:radial-gradient(ellipse at 80% 0%,#910a0814 0%,transparent 50%),radial-gradient(ellipse at 20% 100%,#910a080d 0%,transparent 50%),var(--background);min-height:100vh;padding:100px 0;scroll-margin-top:70px;position:relative}.Projects-module__tl4Q0a__projects:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:2px;position:absolute;top:0;left:0;right:0}.Projects-module__tl4Q0a__container{max-width:1000px;margin:0 auto;padding:0 24px}.Projects-module__tl4Q0a__header{text-align:center;margin-bottom:40px}.Projects-module__tl4Q0a__label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.Projects-module__tl4Q0a__title{color:var(--text);font-size:1.6rem;font-weight:700}.Projects-module__tl4Q0a__grid{flex-direction:column;gap:16px;display:flex}.Projects-module__tl4Q0a__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;padding:24px;transition:all .2s;display:flex}.Projects-module__tl4Q0a__card:hover{border-color:var(--accent);transform:translate(6px)}.Projects-module__tl4Q0a__cardContent{flex:1}.Projects-module__tl4Q0a__cardTitle{color:var(--text);margin-bottom:6px;font-size:1.15rem;font-weight:600}.Projects-module__tl4Q0a__cardDescription{color:var(--text-muted);margin-bottom:12px;font-size:.9rem;line-height:1.5}.Projects-module__tl4Q0a__technologies{flex-wrap:wrap;gap:6px;display:flex}.Projects-module__tl4Q0a__tech{background:var(--background);border:1px solid var(--border);color:var(--text-muted);border-radius:5px;padding:4px 10px;font-size:.7rem}.Projects-module__tl4Q0a__cardArrow{color:var(--text-muted);margin-left:20px;font-size:1.2rem;transition:all .2s}.Projects-module__tl4Q0a__card:hover .Projects-module__tl4Q0a__cardArrow{color:var(--accent);transform:translate(4px)}@media (max-width:768px){.Projects-module__tl4Q0a__projects{min-height:auto;padding:60px 0}.Projects-module__tl4Q0a__card{flex-direction:column;align-items:flex-start;gap:12px}.Projects-module__tl4Q0a__cardArrow{align-self:flex-end;margin-left:0}}
.Contact-module__DIbnYa__contact{background:radial-gradient(ellipse at 20% 0%,#910a0814 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,#910a080d 0%,transparent 50%),var(--background);padding:60px 0;scroll-margin-top:70px;position:relative}.Contact-module__DIbnYa__contact:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);height:2px;position:absolute;top:0;left:0;right:0}.Contact-module__DIbnYa__container{max-width:900px;margin:0 auto;padding:0 24px}.Contact-module__DIbnYa__header{text-align:center;margin-bottom:40px}.Contact-module__DIbnYa__label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.Contact-module__DIbnYa__title{color:var(--text);font-size:1.8rem;font-weight:700}.Contact-module__DIbnYa__content{grid-template-columns:200px 1fr;gap:32px;display:grid}.Contact-module__DIbnYa__info h3{color:var(--text);margin-bottom:14px;font-size:.95rem}.Contact-module__DIbnYa__links{flex-direction:column;gap:10px;display:flex}.Contact-module__DIbnYa__linkLinkedin,.Contact-module__DIbnYa__linkGithub{background:var(--surface);color:var(--text-muted);border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:.85rem;transition:all .2s;display:flex}.Contact-module__DIbnYa__linkLinkedin{border:1px solid #0a66c2}.Contact-module__DIbnYa__linkLinkedin:hover{color:#0a66c2;border-color:#0a66c2}.Contact-module__DIbnYa__linkGithub{border:1px solid #6e7681}.Contact-module__DIbnYa__linkGithub:hover{color:#f0f6fc;border-color:#f0f6fc}.Contact-module__DIbnYa__form{background:var(--surface);border:1px solid var(--accent);border-radius:14px;flex-direction:column;gap:16px;padding:28px;display:flex}.Contact-module__DIbnYa__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Contact-module__DIbnYa__field{flex-direction:column;gap:6px;display:flex}.Contact-module__DIbnYa__field label{color:var(--text);font-size:.85rem;font-weight:600}.Contact-module__DIbnYa__field input,.Contact-module__DIbnYa__field textarea{background:var(--background);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:12px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.Contact-module__DIbnYa__field input:focus,.Contact-module__DIbnYa__field textarea:focus{border-color:var(--accent);outline:none}.Contact-module__DIbnYa__field input::placeholder,.Contact-module__DIbnYa__field textarea::placeholder{color:var(--text-muted)}.Contact-module__DIbnYa__field textarea{resize:vertical;min-height:80px}.Contact-module__DIbnYa__submit{background:var(--accent);color:#fff;border-radius:8px;margin-top:4px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .2s}.Contact-module__DIbnYa__submit:hover:not(:disabled){background:var(--accent-light)}.Contact-module__DIbnYa__submit:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.Contact-module__DIbnYa__contact{padding:60px 0}.Contact-module__DIbnYa__content,.Contact-module__DIbnYa__row{grid-template-columns:1fr}}
