.Hero-module__Z8hQ_W__hero{text-align:center;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__content{z-index:2;max-width:800px;padding:0 20px;position:relative}.Hero-module__Z8hQ_W__greeting{color:var(--secondary);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-size:1.2rem;font-weight:600}.Hero-module__Z8hQ_W__title{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:10px;font-size:5rem;font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{color:#888;margin-bottom:30px;font-size:2rem;font-weight:500}.Hero-module__Z8hQ_W__description{color:#ccc;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Hero-module__Z8hQ_W__scrollDown{margin-top:80px}.Hero-module__Z8hQ_W__scrollDown a{color:var(--secondary);opacity:.8;flex-direction:column;align-items:center;gap:10px;font-size:.9rem;transition:opacity .3s;display:flex}.Hero-module__Z8hQ_W__scrollDown a:hover{opacity:1}.Hero-module__Z8hQ_W__bgGradient{z-index:1;pointer-events:none;background:radial-gradient(circle,#7000ff33 0%,#00f0ff1a 40%,#0000 70%);width:800px;height:800px;animation:8s ease-in-out infinite alternate Hero-module__Z8hQ_W__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__Z8hQ_W__pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:3rem}.Hero-module__Z8hQ_W__subtitle{font-size:1.5rem}}
.About-module__vqXTeW__section{background-color:#0d0d0d;padding:100px 0}.About-module__vqXTeW__content{max-width:900px;margin:0 auto}.About-module__vqXTeW__header{align-items:center;gap:20px;margin-bottom:40px;display:flex}.About-module__vqXTeW__header h2{color:#fff;font-size:2rem}.About-module__vqXTeW__line{background:#333;flex:1;height:1px}.About-module__vqXTeW__body{color:#bbb;gap:20px;font-size:1.1rem;line-height:1.8;display:grid}.About-module__vqXTeW__body strong{color:var(--secondary)}
.Experience-module__HaXZMW__section{background-color:var(--background);padding:100px 0}.Experience-module__HaXZMW__heading{text-align:center;background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:60px;font-size:2.5rem}.Experience-module__HaXZMW__timeline{border-left:2px solid #333;max-width:800px;margin:0 auto;padding-left:20px;position:relative}.Experience-module__HaXZMW__item{margin-bottom:50px;padding-left:20px;position:relative}.Experience-module__HaXZMW__marker{background:var(--secondary);border:4px solid var(--background);border-radius:50%;width:16px;height:16px;position:absolute;top:5px;left:-29px}.Experience-module__HaXZMW__content{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:25px;transition:transform .3s}.Experience-module__HaXZMW__content:hover{border-color:var(--primary);transform:translateY(-5px)}.Experience-module__HaXZMW__header{margin-bottom:15px}.Experience-module__HaXZMW__header h3{color:#fff;margin-bottom:5px;font-size:1.4rem}.Experience-module__HaXZMW__company{color:var(--primary);margin-bottom:5px;font-weight:600;display:block}.Experience-module__HaXZMW__period{color:#888;font-size:.9rem;font-family:var(--font-mono)}.Experience-module__HaXZMW__list{padding:0;list-style:none}.Experience-module__HaXZMW__list li{color:#ccc;margin-bottom:10px;padding-left:20px;font-size:1rem;line-height:1.5;position:relative}.Experience-module__HaXZMW__list li:before{content:"▹";color:var(--secondary);position:absolute;left:0}
.Projects-module__K3d-Xa__section{background-color:#0d0d0d;padding:100px 0}.Projects-module__K3d-Xa__heading{text-align:center;color:#fff;margin-bottom:60px;font-size:2.5rem}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;display:grid}.Projects-module__K3d-Xa__card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;padding:30px;transition:transform .3s,border-color .3s;display:flex}.Projects-module__K3d-Xa__card:hover{border-color:var(--secondary);transform:translateY(-10px)}.Projects-module__K3d-Xa__cardHeader h3{color:#fff;margin-bottom:15px;font-size:1.5rem}.Projects-module__K3d-Xa__description{color:#aaa;flex-grow:1;margin-bottom:20px;line-height:1.6}.Projects-module__K3d-Xa__tags{flex-wrap:wrap;gap:10px;display:flex}.Projects-module__K3d-Xa__tags span{color:var(--secondary);font-size:.8rem;font-family:var(--font-mono);background:#00f0ff1a;border-radius:20px;padding:5px 12px}
.Skills-module__P7wDQq__section{background-color:var(--background);padding:100px 0}.Skills-module__P7wDQq__heading{text-align:center;color:#fff;margin-bottom:60px;font-size:2.5rem}.Skills-module__P7wDQq__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;display:grid}.Skills-module__P7wDQq__category h3{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:1.2rem}.Skills-module__P7wDQq__items{flex-wrap:wrap;gap:15px;display:flex}.Skills-module__P7wDQq__skill{color:#ddd;background:#ffffff14;border:1px solid #0000;border-radius:8px;padding:10px 15px;font-size:.95rem;transition:all .3s}.Skills-module__P7wDQq__skill:hover{border-color:var(--primary);color:#fff;background:#7000ff1a;transform:translateY(-2px)}
.Contact-module__OWeMSG__section{text-align:center;background-color:#050505;padding:100px 0 50px}.Contact-module__OWeMSG__heading{background:linear-gradient(90deg,#fff,#999);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:3rem}.Contact-module__OWeMSG__sub{color:#888;margin-bottom:60px;font-size:1.1rem}.Contact-module__OWeMSG__grid{flex-wrap:wrap;justify-content:center;gap:20px;max-width:1400px;margin:0 auto 80px;display:flex}.Contact-module__OWeMSG__card{text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;align-items:center;gap:20px;padding:24px;text-decoration:none;transition:all .3s;display:flex}.Contact-module__OWeMSG__card:hover{border-color:var(--primary);background:#ffffff0f;transform:translateY(-5px)}.Contact-module__OWeMSG__iconBox{width:50px;height:50px;color:var(--secondary);background:#00f0ff1a;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Contact-module__OWeMSG__card:hover .Contact-module__OWeMSG__iconBox{background:var(--primary);color:#fff}.Contact-module__OWeMSG__info{flex-direction:column;gap:5px;display:flex}.Contact-module__OWeMSG__label{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.Contact-module__OWeMSG__value{color:#ddd;font-size:1rem;font-weight:500}.Contact-module__OWeMSG__footer{color:#444;border-top:1px solid #222;padding-top:40px;font-size:.9rem}@media (max-width:600px){.Contact-module__OWeMSG__grid{grid-template-columns:1fr}}
.Navbar-module__nuAbfa__navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0a0a0acc;border-bottom:1px solid #ffffff0d;width:100%;padding:20px 0;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.Navbar-module__nuAbfa__logoWrapper{cursor:pointer;align-items:center;transition:opacity .3s;display:flex}.Navbar-module__nuAbfa__logoWrapper:hover{opacity:.8}.Navbar-module__nuAbfa__links{gap:30px;list-style:none;display:flex}.Navbar-module__nuAbfa__links a{color:#ccc;font-size:.9rem;font-weight:500;transition:color .3s}.Navbar-module__nuAbfa__links a:hover{color:#fff}@media (max-width:768px){.Navbar-module__nuAbfa__links{display:none}}
