.education-section,.experience-section{background-color:#0f2a0f;color:#b8e6b8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:4rem 0}.container{max-width:900px}.section-title{color:#90ee90;font-size:2.8rem;font-weight:700}.section-title:after{box-shadow:0 0 10px #0f0;display:block;margin:.5rem auto 0}.timeline{margin-left:60px;padding-left:0;position:relative}.timeline-line{background:linear-gradient(180deg,#0f0 50%,#32cd32);box-shadow:0 0 16px 4px #0f03;height:100%;left:-18px;position:absolute;top:0;width:4px;z-index:0}.timeline-item{border:1px solid #32cd32;border-radius:12px;box-shadow:0 0 15px #32cd32cc;margin-bottom:3rem;padding:1.5rem 2rem}.timeline-dot,.timeline-item{transition:box-shadow .3s ease}.timeline-dot{border:4px solid #0f2a0f;box-shadow:0 0 20px #00ff0044,0 0 35px #00ff0022;height:24px;left:-30px;top:50%;transform:translateY(-50%);width:24px}.timeline-item:hover{box-shadow:0 0 30px #00ff00dd}.timeline-item:hover .timeline-dot{box-shadow:0 0 35px #00ff00ee,0 0 50px #00ff0044}.timeline-content h3{color:#32cd32;font-size:1.5rem;margin-bottom:.3rem}.role{color:#90ee90;display:block;font-style:italic;font-weight:600;margin-bottom:.3rem}.duration{color:#7dbd7d;display:block;font-size:.9rem;margin-bottom:1rem}.timeline-content p{color:#b8e6b8;line-height:1.6;margin:0}@media (max-width:700px){.timeline{margin-left:36px}.timeline-line{left:-10px}.timeline-dot{height:20px;left:-22px;width:20px}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0d1b0d,#1a3d1a 50%,#2d5a2d);color:#e8f5e8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.container{padding:0 20px}header{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0d1b0df2;border-bottom:1px solid #00ff001a;box-shadow:0 2px 20px #00ff001a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}nav{align-items:center;display:flex;justify-content:space-between}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0f0,#32cd32);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#e8f5e8;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:hover{color:#0f0;text-shadow:0 0 10px #00ff0080}.nav-links a:after{background:linear-gradient(45deg,#0f0,#32cd32);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.hero{text-align:center}.hero:before{background:radial-gradient(circle at 50% 50%,#00ff001a 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content h1{animation:fadeInUp 1s ease forwards;opacity:0}.hero-content p{animation:fadeInUp 1s ease .3s forwards;color:#90ee90;font-size:1.3rem;margin-bottom:2rem;opacity:0}.cta-button{animation:fadeInUp 1s ease .6s forwards;background:linear-gradient(45deg,#228b22,#32cd32);border:2px solid #0000;border-radius:50px;box-shadow:0 5px 20px #00ff004d;color:#fff;display:inline-block;font-weight:700;opacity:0;padding:15px 30px;text-decoration:none;transition:all .3s ease}.cta-button:hover{border-color:#0f0;box-shadow:0 10px 30px #00ff0080;text-shadow:0 0 10px #fffc;transform:translateY(-3px)}section{background:#0f2a0f;margin:0;padding:100px 0;position:relative}section:nth-child(2n){background:#1a3d1a}section:before{background:linear-gradient(90deg,#0000,#00ff004d 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.section-title{color:#e8f5e8;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(45deg,#0f0,#32cd32);border-radius:2px;bottom:-10px;box-shadow:0 0 10px #00ff0080;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-content,.container{box-sizing:border-box;width:100%}.about-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 2fr}.contact-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #0f03;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;padding:2rem;width:100%}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr!important;justify-items:center;text-align:center}.about-info,.contact-info{box-sizing:border-box;margin:0 auto;max-width:420px;width:100%}}.contact-item{align-items:center;border-radius:8px;display:flex;gap:1rem;padding:.5rem;transition:all .3s ease}.contact-item:hover{background:#00ff001a;transform:translateX(5px)}.contact-item strong{color:#32cd32;font-weight:600;min-width:100px}.contact-item span{color:#e8f5e8;display:inline-block;word-break:break-word}.about-info h3{color:#32cd32;font-size:1.8rem;margin-bottom:1rem;text-shadow:0 0 10px #32cd324d}.about-info p{color:#b8e6b8;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #0f03;border-radius:15px;box-shadow:0 10px 30px #0000004d;padding:2rem;transition:all .3s ease}.skill-category:hover{border-color:#0f06;box-shadow:0 15px 40px #0f03;transform:translateY(-5px)}.skill-category h4{color:#32cd32;font-size:1.3rem;margin-bottom:1rem;text-shadow:0 0 10px #32cd324d}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{border:1px solid #0000;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skill-tag:hover{border-color:#0f0;box-shadow:0 3px 10px #0f06;transform:scale(1.05)}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #0f03;border-radius:15px;box-shadow:0 10px 30px #0000004d;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:#0f06;box-shadow:0 20px 50px #0f03;transform:translateY(-10px)}.project-header{background:linear-gradient(45deg,#228b22,#32cd32);color:#fff;overflow:hidden;padding:1.5rem;position:relative}.project-header:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.project-card:hover .project-header:before{left:100%}.project-header h4{font-size:1.3rem;margin-bottom:.5rem;position:relative;z-index:2}.project-header p{opacity:.9;position:relative;z-index:2}.project-content{padding:1.5rem}.project-features{list-style:none;margin-bottom:1rem}.project-features li{color:#b8e6b8;line-height:1.6;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.project-features li:before{color:#32cd32;content:"✓";font-weight:700;left:0;position:absolute;text-shadow:0 0 5px #32cd3280}.project-tech{border-top:1px solid #0f03;margin-top:1rem;padding-top:1rem}.project-tech strong{color:#32cd32;font-size:.9rem}.project-tech span{color:#90ee90;font-size:.9rem}.achievements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.achievement-card{background:linear-gradient(135deg,#228b22,#32cd32);border:1px solid #00ff004d;border-radius:15px;box-shadow:0 10px 30px #0f03;color:#fff;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.achievement-card:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.achievement-card:hover:before{opacity:1}.achievement-card:hover{box-shadow:0 15px 40px #0f06;transform:scale(1.05)}.achievement-icon{font-size:3rem}.achievement-card h4,.achievement-icon{margin-bottom:1rem;position:relative;z-index:2}.achievement-card h4{font-size:1.3rem}.achievement-card p{position:relative;z-index:2}.education-timeline{margin:0 auto;max-width:900px;padding-left:50px;position:relative}.timeline-rail{background:linear-gradient(180deg,#32cd32 90%,#0f2a0f);height:100%;left:20px;opacity:.6;position:absolute;top:0;width:2px;z-index:1}.timeline-item{background:#0006;border:1px solid #0f03;border-radius:15px;box-shadow:0 10px 30px #0000004d;margin-bottom:2.5rem;min-height:60px;padding:2rem;position:relative}.timeline-dot{background:linear-gradient(45deg,#0f0,#32cd32);border:3px solid #0f2a0f;border-radius:50%;box-shadow:0 0 15px 6px #00ff0055,0 0 30px #00ff0022;height:26px;left:-36px;position:absolute;top:32px;transition:box-shadow .3s;width:26px;z-index:2}@media (max-width:768px){.nav-links{display:none}.hero-content h1{font-size:2.5rem}.about-content{grid-template-columns:1fr;text-align:center}.education-timeline{padding-left:30px}.timeline-rail{left:10px}.timeline-dot{left:-16px}.projects-grid,.skills-grid{grid-template-columns:1fr}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0d1b0d}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#228b22,#32cd32);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#32cd32,#0f0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{text-shadow:0 0 5px #00ff0080}50%{text-shadow:0 0 20px #0f0c}}footer{background:#0d1b0d;border-top:1px solid #0f03;color:#e8f5e8;padding:2rem 0;text-align:center}.hero{background:linear-gradient(135deg,#0d1b0d,#1a3d1a 50%,#2d5a2d);color:#fff;justify-content:center;min-height:100vh;padding:80px 20px;position:relative;text-align:left}.hero-content{flex:1 1 400px;position:relative;z-index:2}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0f0,#32cd32,#90ee90);-webkit-background-clip:text;background-clip:text;font-size:4rem;text-shadow:0 0 30px #00ff004d}.tagline{color:#a4dba0;font-size:1.5rem;margin-bottom:1.5rem}.hero-skills{margin-bottom:2rem}.skill-tag{background:linear-gradient(45deg,#228b22,#32cd32);border-radius:20px;color:#fff;cursor:default;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:10px;margin-right:10px;padding:6px 14px;transition:box-shadow .3s ease}.skill-tag:hover{box-shadow:0 3px 10px #0f09}.hero-buttons a{background:linear-gradient(45deg,#228b22,#32cd32);border:2px solid #0000;border-radius:50px;box-shadow:0 5px 20px #00ff004d;color:#fff;display:inline-block;font-weight:700;margin-right:1rem;padding:15px 30px;text-decoration:none;transition:all .3s ease}.hero-buttons a.cta-secondary{background:#0000;border-color:#32cd32}.hero-buttons a:hover{border-color:#0f0;box-shadow:0 10px 30px #00ff0080;transform:translateY(-3px)}.social-icons{margin-top:2rem}.social-icons a{color:#90ee90;font-size:1.8rem;margin-right:1.5rem;transition:color .3s ease}.social-icons a:hover{color:#0f0}.hero{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:6rem 1.5rem 2rem}.hero-content{flex:1 1 320px;max-width:600px;text-align:left}.hero-content h1{margin-bottom:1rem}.hero-content .tagline{line-height:1.6;margin-bottom:1.5rem}.hero-skills{gap:.6rem}.hero-buttons,.hero-skills{display:flex;flex-wrap:wrap;margin-bottom:1.5rem}.hero-buttons{gap:1rem}.social-icons{display:flex;gap:1.2rem;margin-top:1rem}.hero-image{align-items:center;display:flex;flex:1 1 280px;justify-content:center}.hero-image img{aspect-ratio:1/1;border:4px solid #32cd32;border-radius:50%;box-shadow:0 0 30px #0f03;max-width:340px;object-fit:cover;width:100%}@media (max-width:768px){.hero{align-items:flex-start;flex-direction:column}.hero-content{margin-bottom:2rem;padding-left:.5rem;width:100%}.hero-image{justify-content:center;margin-top:1rem;width:100%}.hero-image img{max-width:220px}}
/*# sourceMappingURL=main.d6cb3277.css.map*/