.Hero-module__ZARIfG__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:0 24px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:2;max-width:800px;position:relative}.Hero-module__ZARIfG__title{letter-spacing:-1px;margin-bottom:24px;font-size:clamp(3rem,8vw,5rem);line-height:1.1}.Hero-module__ZARIfG__subtitle{font-size:clamp(1.2rem,3vw,1.8rem);font-family:var(--font-heading);color:var(--text-secondary);margin-bottom:40px}.Hero-module__ZARIfG__glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#ff572226 0%,#050a1500 70%);width:600px;height:600px;animation:8s ease-in-out infinite alternate Hero-module__ZARIfG__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__actions{justify-content:center;gap:16px;display:flex}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1.2)}}@media (max-width:768px){.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center}}
.About-module__vAULUW__about{align-items:center;gap:60px;display:flex}.About-module__vAULUW__imageWrapper{flex:1;position:relative}.About-module__vAULUW__imagePlaceholder{aspect-ratio:1;background:var(--surface-color);border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.About-module__vAULUW__content{flex:1}.About-module__vAULUW__text{color:var(--text-secondary);margin-bottom:24px;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__statsRow{gap:32px;margin-top:40px;display:flex}.About-module__vAULUW__statItem{flex-direction:column;display:flex}.About-module__vAULUW__statValue{font-size:2.5rem;font-weight:700;font-family:var(--font-heading);color:var(--accent-color);margin-bottom:8px;line-height:1}.About-module__vAULUW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}@keyframes About-module__vAULUW__shine{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:900px){.About-module__vAULUW__about{flex-direction:column}}
.Skills-module__G7oUEG__categoriesGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.Skills-module__G7oUEG__categoryCard{-webkit-backdrop-filter:blur(14px);background:#0f172a73;border:1px solid #ffffff0f;border-radius:18px;height:100%;padding:28px 24px;transition:all .35s}.Skills-module__G7oUEG__categoryCard:hover{background:#0f172a8c;border-color:#ff572233;transform:translateY(-4px);box-shadow:0 16px 40px #00000040,0 0 20px #ff57220f}.Skills-module__G7oUEG__categoryHeader{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.Skills-module__G7oUEG__categoryIcon{background:#ff57221a;border:1px solid #ff572226;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.35rem;display:flex}.Skills-module__G7oUEG__categoryName{letter-spacing:.3px;background:linear-gradient(135deg,#f1f5f9 0%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05rem;font-weight:600}.Skills-module__G7oUEG__skillsList{flex-wrap:wrap;gap:10px;display:flex}.Skills-module__G7oUEG__skillPill{font-family:var(--font-heading);cursor:default;background:#0f172a80;border:1px solid #ffffff12;border-radius:10px;padding:1px;font-size:.875rem;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.Skills-module__G7oUEG__skillPill:before{content:"";background:conic-gradient(transparent 0deg, var(--accent-color) 90deg, transparent 180deg);opacity:0;width:200%;height:200%;transition:opacity .5s;animation:3s linear infinite Skills-module__G7oUEG__rotateLights;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Skills-module__G7oUEG__skillPill:hover:before{opacity:1}.Skills-module__G7oUEG__skillInner{z-index:2;white-space:nowrap;background:#0f172af2;border-radius:9px;justify-content:center;align-items:center;width:100%;height:100%;padding:8px 16px;display:flex;position:relative}.Skills-module__G7oUEG__skillPill:hover{color:var(--accent-color);transform:translateY(-2px);box-shadow:0 6px 16px #0003,0 0 12px #ff572233}@keyframes Skills-module__G7oUEG__rotateLights{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:1024px){.Skills-module__G7oUEG__categoriesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Skills-module__G7oUEG__categoriesGrid{grid-template-columns:1fr;gap:18px}.Skills-module__G7oUEG__categoryCard{padding:22px 18px}}
.Projects-module__2BoJ-q__projects{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:50px;display:grid}.Projects-module__2BoJ-q__card{background:var(--border-color);border-radius:16px;flex-direction:column;padding:1px;transition:all .4s;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__card:before{content:"";background:conic-gradient(transparent 0deg, var(--accent-color) 45deg, transparent 90deg, transparent 180deg, var(--accent-color) 225deg, transparent 270deg);opacity:0;width:200%;height:200%;transition:opacity .5s;animation:4s linear infinite Projects-module__2BoJ-q__rotateLights;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Projects-module__2BoJ-q__card:hover:before{opacity:1}@keyframes Projects-module__2BoJ-q__rotateLights{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.Projects-module__2BoJ-q__cardInner{z-index:2;background:#0f172af2;border-radius:15px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__cardInner:hover{background:#0f172ad9}.Projects-module__2BoJ-q__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006,0 0 20px #ff572233}.Projects-module__2BoJ-q__content{flex-direction:column;flex:1;padding:40px;display:flex}.Projects-module__2BoJ-q__title{margin-bottom:20px;font-size:1.8rem;line-height:1.3}.Projects-module__2BoJ-q__divider{background:var(--accent-color);border-radius:2px;width:40px;height:4px;margin-bottom:24px}.Projects-module__2BoJ-q__description{color:var(--text-secondary);flex:1;margin-bottom:32px;font-size:1.05rem;line-height:1.7}.Projects-module__2BoJ-q__techStack{flex-wrap:wrap;gap:10px;display:flex}.Projects-module__2BoJ-q__techItem{color:var(--accent-color);letter-spacing:.5px;background:#ff57221a;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:500}
.Contact-module__hcVmEa__contact{text-align:center;max-width:600px;margin:0 auto}.Contact-module__hcVmEa__text{color:var(--text-secondary);margin-bottom:40px;font-size:1.1rem;line-height:1.8}.Contact-module__hcVmEa__form{text-align:left;flex-direction:column;gap:20px;display:flex}.Contact-module__hcVmEa__inputGroup{flex-direction:column;gap:8px;display:flex}.Contact-module__hcVmEa__label{color:var(--text-primary);font-size:.9rem;font-family:var(--font-heading)}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--surface-color);border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-family:var(--font-body);border-radius:8px;padding:16px;font-size:1rem;transition:all .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 2px #ff572233}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:150px}.Contact-module__hcVmEa__submitBtn{width:100%;margin-top:10px}.Contact-module__hcVmEa__footer{text-align:center;border-top:1px solid var(--border-color);color:var(--text-secondary);margin-top:100px;padding:40px 0;font-size:.9rem}
.BackToTop-module__9O7_lG__backToTop{z-index:900;-webkit-backdrop-filter:blur(14px);width:48px;height:48px;color:var(--text-primary);cursor:pointer;opacity:0;pointer-events:none;background:#0f172a99;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:32px;right:32px;transform:translateY(16px);box-shadow:0 8px 32px #00000040}.BackToTop-module__9O7_lG__backToTop.BackToTop-module__9O7_lG__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.BackToTop-module__9O7_lG__backToTop:hover{color:var(--accent-color);background:#ff572226;border-color:#ff572259;transform:translateY(-3px);box-shadow:0 12px 36px #0000004d,0 0 16px #ff572226}.BackToTop-module__9O7_lG__backToTop:active{transform:translateY(0)}@media (max-width:768px){.BackToTop-module__9O7_lG__backToTop{width:42px;height:42px;bottom:20px;right:20px}}
