.Sidebar-module__WZVnLW__sidebar{border-right:1px solid var(--border);z-index:50;background:#0f172af2;flex-direction:column;width:250px;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__logo{color:var(--primary);letter-spacing:1px;margin-bottom:3rem;font-size:1.25rem;font-weight:700}.Sidebar-module__WZVnLW__nav{flex-direction:column;gap:1rem;display:flex}.Sidebar-module__WZVnLW__navItem{color:var(--text-muted);border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__navItem:hover{background:var(--bg-card);color:var(--text-main);transform:translate(5px)}.Sidebar-module__WZVnLW__active{background:var(--primary);color:#fff}.Sidebar-module__WZVnLW__footer{color:var(--text-muted);margin-top:auto;font-size:.8rem}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{border-right:none;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:auto;padding:.75rem 1rem;display:flex;inset:auto 0 0}.Sidebar-module__WZVnLW__logo,.Sidebar-module__WZVnLW__footer{display:none}.Sidebar-module__WZVnLW__nav{flex-direction:row;justify-content:space-around;gap:0;width:100%}.Sidebar-module__WZVnLW__navItem{flex-direction:column;gap:.25rem;padding:.5rem;font-size:.75rem}.Sidebar-module__WZVnLW__navItem span{font-size:10px;display:none}}@media (min-width:480px) and (max-width:768px){.Sidebar-module__WZVnLW__navItem span{display:block}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:90vh;padding:2rem 0;display:flex}.Hero-module__ZARIfG__inner{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1000px;display:flex}.Hero-module__ZARIfG__content{flex:1}.Hero-module__ZARIfG__greeting{color:var(--primary);margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:block}.Hero-module__ZARIfG__name{color:var(--text-main);margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__shimmerText{background:linear-gradient(to right,var(--text-main)20%,#a855f7 40%,#3b82f6 60%,var(--text-main)80%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite Hero-module__ZARIfG__textShine;display:inline-block}@keyframes Hero-module__ZARIfG__textShine{to{background-position:200%}}.Hero-module__ZARIfG__nameSpan{color:var(--text-muted)}.Hero-module__ZARIfG__role{color:var(--text-muted);max-width:500px;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.Hero-module__ZARIfG__cta{background:var(--primary);color:#fff;box-shadow:0 4px 15px var(--primary-glow);border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__cta:hover{box-shadow:0 6px 20px var(--primary-glow);transform:translateY(-2px)}.Hero-module__ZARIfG__imageWrapper{flex-shrink:0;justify-content:center;align-items:center;padding:10px;display:flex;position:relative}.Hero-module__ZARIfG__imageWrapper:before{content:"";background:conic-gradient(from 0deg,transparent 0deg,var(--primary)90deg,transparent 180deg,#3b82f6 270deg,transparent 360deg);filter:blur(25px);opacity:.6;z-index:0;border-radius:50%;animation:4s linear infinite Hero-module__ZARIfG__spin;position:absolute;inset:-10px}.Hero-module__ZARIfG__imageWrapper:after{content:"";background:conic-gradient(from 180deg,transparent 0deg,#3b82f6 90deg,transparent 180deg,var(--primary)270deg,transparent 360deg);filter:blur(20px);opacity:.6;z-index:0;border-radius:50%;animation:6s linear infinite Hero-module__ZARIfG__spin-reverse;position:absolute;inset:-10px}@keyframes Hero-module__ZARIfG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Hero-module__ZARIfG__spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.Hero-module__ZARIfG__imgContainer{background:var(--bg-card);z-index:2;border-radius:50%;width:280px;height:280px;padding:4px;transition:all .5s;position:relative;overflow:hidden;box-shadow:0 0 20px #0003}.Hero-module__ZARIfG__imgContainer:before{content:"";background:linear-gradient(45deg,var(--primary),#3b82f6);-webkit-mask-composite:xor;opacity:.8;border-radius:50%;padding:3px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Hero-module__ZARIfG__imgContainer:hover{transform:scale(1.02);box-shadow:0 0 60px #a855f766}.Hero-module__ZARIfG__profileImg{object-fit:cover;border-radius:50%;width:100%;height:100%}@media (max-width:900px){.Hero-module__ZARIfG__inner{text-align:center;flex-direction:column-reverse;gap:2rem}.Hero-module__ZARIfG__role{margin:0 auto 2rem}}@media (max-width:600px){.Hero-module__ZARIfG__name{font-size:2.5rem}.Hero-module__ZARIfG__role{font-size:1rem}.Hero-module__ZARIfG__imgContainer{width:220px;height:220px}.Hero-module__ZARIfG__imageWrapper{padding:0}.Hero-module__ZARIfG__content{padding:0 1rem}}
.Skills-module__G7oUEG__skills{padding:4rem 0}.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.Skills-module__G7oUEG__skillList{flex-wrap:wrap;gap:.5rem;display:flex}.Skills-module__G7oUEG__badge{color:var(--primary);background:#a855f71a;border-radius:99px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}
.Experience-module__RsmxMa__experience{padding:4rem 0}.Experience-module__RsmxMa__timeline{flex-direction:column;gap:2rem;padding-left:1rem;display:flex;position:relative}.Experience-module__RsmxMa__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:0}.Experience-module__RsmxMa__item{padding-left:2rem;position:relative}.Experience-module__RsmxMa__item:before{content:"";background:var(--bg-dark);border:2px solid var(--primary);z-index:10;border-radius:50%;width:1rem;height:1rem;transition:all .3s;position:absolute;top:.5rem;left:-1.35rem}.Experience-module__RsmxMa__item:hover:before{background:var(--primary);box-shadow:0 0 10px var(--primary)}.Experience-module__RsmxMa__card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all .3s}.Experience-module__RsmxMa__card:hover{border-color:var(--primary);transform:translate(5px)}.Experience-module__RsmxMa__role{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Experience-module__RsmxMa__company{color:var(--primary);margin-bottom:.5rem;font-size:1rem;font-weight:500}.Experience-module__RsmxMa__date{color:var(--text-muted);margin-bottom:1rem;font-family:monospace;font-size:.85rem}.Experience-module__RsmxMa__desc{color:var(--text-muted);line-height:1.6}.Experience-module__RsmxMa__focusList{flex-direction:column;gap:1.5rem;padding:1rem 0;display:flex}.Experience-module__RsmxMa__focusItem{background:var(--bg-card);border:1px solid var(--border);color:var(--text-main);border-radius:10px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.Experience-module__RsmxMa__focusItem:hover{border-color:var(--primary);background:#a855f70d;transform:translate(5px)}
.Projects-module__2BoJ-q__projects{padding:4rem 0}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__projectCard{flex-direction:column;justify-content:space-between;height:100%;display:flex}.Projects-module__2BoJ-q__top{margin-bottom:2rem}.Projects-module__2BoJ-q__folder{color:var(--primary);margin-bottom:1.5rem}.Projects-module__2BoJ-q__title{color:var(--text-main);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Projects-module__2BoJ-q__description{color:var(--text-muted);font-size:1rem;line-height:1.6}.Projects-module__2BoJ-q__tech{color:var(--text-muted);flex-wrap:wrap;gap:1rem;font-family:monospace;font-size:.8rem;display:flex}
.Contact-module__hcVmEa__contact{max-width:1000px;margin:0 auto;padding:4rem 0 6rem}.Contact-module__hcVmEa__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:2rem;padding:0 1rem;display:grid}.Contact-module__hcVmEa__card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem 1rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.Contact-module__hcVmEa__card:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0d 0%,#fff0 100%);height:100%;position:absolute;top:0;left:0;right:0}.Contact-module__hcVmEa__card:hover{border-color:#a855f780;transform:translateY(-3px)scale(1.02);box-shadow:0 0 20px #a855f733,inset 0 0 10px #a855f70d}.Contact-module__hcVmEa__iconWrapper{color:#fff;background:linear-gradient(135deg,#a855f733,#3b82f633);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.75rem;transition:all .3s;display:flex;box-shadow:0 0 15px #a855f733}.Contact-module__hcVmEa__card:hover .Contact-module__hcVmEa__iconWrapper{background:linear-gradient(135deg,var(--primary),#3b82f6);transform:scale(1.1)rotate(5deg);box-shadow:0 0 15px #a855f780}.Contact-module__hcVmEa__label{background:linear-gradient(90deg,#fff,#cbd5e1);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.2rem;font-size:.9rem;font-weight:700}.Contact-module__hcVmEa__linkText{color:var(--text-muted);opacity:.6;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.75rem;font-weight:500;transition:opacity .3s;overflow:hidden}.Contact-module__hcVmEa__card:hover .Contact-module__hcVmEa__linkText{opacity:1;color:#fff}.Contact-module__hcVmEa__statusLine{color:var(--text-muted);justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;margin-bottom:2.5rem;font-size:1.1rem;font-weight:500;display:flex}.Contact-module__hcVmEa__statusDot{background-color:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;position:relative;box-shadow:0 0 10px #22c55ecc}.Contact-module__hcVmEa__statusDot:after{content:"";background:#22c55e4d;border-radius:50%;animation:2s infinite Contact-module__hcVmEa__pulse;position:absolute;inset:-4px}@keyframes Contact-module__hcVmEa__pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1)}}.Contact-module__hcVmEa__footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);opacity:.6;margin-top:5rem;padding-top:2rem}
