body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0a0a;background-image:linear-gradient(#001428cc 1px,#0000 0),linear-gradient(90deg,#001428cc 1px,#0000 0);background-size:15px 15px;color:#0ff;font-family:Courier New,monospace;font-size:16px;line-height:1.4}.App{display:flex;flex-direction:column;min-height:100vh}section{scroll-margin-top:80px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.2rem}.btn,li,p{font-size:1rem}.btn{background-color:initial;border:1px solid #00ff41;border-radius:0;color:#00ff41;cursor:pointer;display:inline-block;font-weight:600;letter-spacing:1px;overflow:hidden;padding:.8rem 1.5rem;position:relative;text-decoration:none;text-transform:uppercase;z-index:1}.btn,.btn:before{transition:all .3s ease}.btn:before{background-color:#00ff41;content:"";height:100%;left:-100%;position:absolute;top:0;width:100%;z-index:-1}.btn:hover{color:#000}.btn:hover:before{left:0}.container{max-width:1200px}@keyframes glitch{0%{text-shadow:.05em 0 0 #ff0000bf,-.05em -.025em 0 #00ff00bf,-.025em .05em 0 #0000ffbf}14%{text-shadow:.05em 0 0 #ff0000bf,-.05em -.025em 0 #00ff00bf,-.025em .05em 0 #0000ffbf}15%{text-shadow:-.05em -.025em 0 #ff0000bf,.025em .025em 0 #00ff00bf,-.05em -.05em 0 #0000ffbf}49%{text-shadow:-.05em -.025em 0 #ff0000bf,.025em .025em 0 #00ff00bf,-.05em -.05em 0 #0000ffbf}50%{text-shadow:.025em .05em 0 #ff0000bf,.05em 0 0 #00ff00bf,0 -.05em 0 #0000ffbf}99%{text-shadow:.025em .05em 0 #ff0000bf,.05em 0 0 #00ff00bf,0 -.05em 0 #0000ffbf}to{text-shadow:-.025em 0 0 #ff0000bf,-.025em -.025em 0 #00ff00bf,-.025em -.05em 0 #0000ffbf}}@media screen and (max-width:768px){body{font-size:14px}h1{font-size:2.4rem}h2{font-size:1.8rem}h3{font-size:1.4rem}h4{font-size:1.2rem}.btn,li,p{font-size:.9rem}.btn{padding:.6rem 1.2rem}.container{padding:0 1rem}}.header{align-items:center;background-color:#000a14e6;border-bottom:1px solid #00ff41;box-shadow:0 0 20px #00ff4180;display:flex;justify-content:space-between;left:0;padding:1rem 5%;position:fixed;top:0;width:100%;z-index:1000}.logo a{color:#00ff41;font-size:2rem;font-weight:700;letter-spacing:1px;text-decoration:none;text-shadow:0 0 10px #00ff41b3}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:2rem}.nav-links a{color:#0ff;font-size:1rem;font-weight:500;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:color .3s ease,text-shadow .3s ease}.nav-links a:hover{color:#00ff41;text-shadow:0 0 10px #00ff41b3}.menu-toggle{color:#00ff41;cursor:pointer;display:none;font-size:2rem}@media screen and (max-width:768px){.header{flex-direction:column;padding:1rem}.header-top{align-items:center;display:flex;justify-content:space-between;width:100%}.logo a{font-size:1.8rem}.menu-toggle{display:block}.nav-links{align-items:center;display:none;flex-direction:column;margin-top:1rem;width:100%}.nav-links.active{display:flex}.nav-links li{margin:.8rem 0}.nav-links a{font-size:1.3rem}}.hero{align-items:center;background:linear-gradient(135deg,#000428,#004e92);color:#0ff;display:flex;height:100vh;justify-content:center;overflow:hidden;padding:0 1rem;position:relative;text-align:center}.hero:before{background:linear-gradient(#001428cc 1px,#0000 0),linear-gradient(90deg,#001428cc 1px,#0000 0);background-size:20px 20px;z-index:1}.hero:after,.hero:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hero:after{background:radial-gradient(circle,#0000 50%,#000428 100%);z-index:2}.hero-content{background-color:#000a14b3;border:1px solid #00ff41;box-shadow:0 0 30px #00ff414d;max-width:800px;padding:2.5rem;position:relative;z-index:3}.hero h1{color:#00ff41;font-size:3.5rem;letter-spacing:2px;margin-bottom:1.2rem;text-shadow:0 0 10px #00ff41b3}.hero h2{color:#0ff;font-size:2.2rem;font-weight:400;margin-bottom:1.5rem;text-shadow:0 0 10px #00ffffb3}.hero p{color:#0ff;font-size:1.2rem;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center}.hero-buttons .btn{font-size:1.2rem;padding:1rem 2rem}.primary-btn{background-color:initial;border:1px solid #00ff41;color:#00ff41}.primary-btn:hover{background-color:#00ff41;box-shadow:0 0 15px #00ff41b3;color:#000}.secondary-btn{background-color:initial;border:1px solid #0ff;color:#0ff}.secondary-btn:hover{background-color:#0ff;box-shadow:0 0 15px #00ffffb3;color:#000}@media screen and (max-width:768px){.hero-content{margin:0 1rem;padding:2rem 1.5rem;width:90%}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero h2{font-size:1.8rem;margin-bottom:1.2rem}.hero p{font-size:1.3rem;margin-bottom:2rem}.hero-buttons{align-items:center;flex-direction:column;gap:1.5rem}.hero-buttons .btn{font-size:1.2rem;padding:1rem 2rem;width:100%}}@media screen and (max-width:480px){.hero h1{font-size:2.2rem}.hero h2{font-size:1.5rem}.hero p{font-size:1.1rem}}.graph-animation{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.sorting-animation{opacity:.6}.about{background-color:#0a0a0a;color:#0ff;padding:4rem 0}.container{margin:0 auto;max-width:1400px;padding:0 2rem}.about-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 3fr;margin:0 auto;max-width:1600px}.about-image{position:-webkit-sticky;position:sticky;top:100px}.about-image img{aspect-ratio:3/4;border:1px solid #00ff41;box-shadow:0 0 15px #00ff414d;filter:brightness(.9) contrast(1.1);object-fit:cover;transition:all .3s ease;width:100%}.about-image img:hover{box-shadow:0 0 25px #00ff4180;filter:brightness(1) contrast(1.2)}.about-text{background-color:#001428b3;border:1px solid #00ff41;box-shadow:0 0 15px #00ff414d;padding:2rem}.about-text p{color:#0ff;font-size:1rem;line-height:1.6;margin-bottom:1.2rem}.about-text p:last-child{margin-bottom:0}.collapsible-section{margin-bottom:1.2rem}.collapsible-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem;transition:color .3s ease;-webkit-user-select:none;user-select:none}.collapsible-header:hover{color:#00ff41;text-shadow:0 0 5px #00ff41b3}.collapsible-section p{animation:fadeIn .3s ease-in}@media screen and (max-width:992px){.about-content{grid-template-columns:1fr}.about-image{margin:0 auto 2rem;max-width:400px;position:relative;top:0}}@media screen and (max-width:768px){.about{padding:3rem 0}.section-title{font-size:2.5rem}.about-image{max-width:250px}.about-text{padding:1.8rem}.about-text p{font-size:1.5rem}}@media screen and (max-width:480px){.about-text p{font-size:1.3rem}}.avl-animation{height:120px;position:absolute;top:50%;transform:translateY(-50%);width:120px}.avl-animation.left{left:5%}.avl-animation.right{right:5%}@media screen and (max-width:768px){.avl-animation{display:none}}.section-title-container{align-items:center;display:flex;justify-content:center;margin-bottom:3.5rem;padding:0 150px;position:relative}.section-title{animation:glitch 1s infinite;font-size:3.5rem}.section-title:after{bottom:-12px;height:4px;width:60px}@media screen and (max-width:768px){.section-title-container{padding:0}.section-title{font-size:2.8rem}.section-title:after{height:3px;width:50px}}@media screen and (max-width:480px){.section-title{font-size:2.4rem}.section-title:after{height:3px;width:40px}}.education{background-color:#0a0a0a;color:#0ff;padding:5rem 0}.education-item{background-color:#001428b3;border:1px solid #00ff41;border-radius:0;box-shadow:0 0 15px #00ff414d;margin:0 auto;max-width:1200px;padding:2.5rem 3.5rem}.education-header{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.education-degree h3{color:#00ff41;font-size:2rem;margin-bottom:.8rem;text-shadow:0 0 5px #00ff41b3}.education-degree p{color:#0ff;font-size:1.5rem;font-style:italic}.education-details{padding-left:2rem;text-align:right}.education-details h4{color:#00ff41;font-size:1.8rem;margin-bottom:.8rem;text-shadow:0 0 5px #00ff41b3}.education-details p{color:#0ff;font-size:1.5rem}.education-highlights{list-style:none;padding-left:0}.education-highlights li{color:#0ff;font-size:1.5rem;line-height:1.7;margin-bottom:1.2rem;padding-left:2rem;position:relative}.education-highlights li:before{color:#00ff41;content:">";font-size:1.5rem;left:0;position:absolute}@media screen and (max-width:768px){.education{padding:3rem 0}.container{padding:0 1rem}.education-item{padding:1.8rem}.education-header{flex-direction:column;gap:1rem}.education-details{padding-left:0;text-align:left}.education-degree h3{font-size:1.8rem}.education-details h4{font-size:1.6rem}.education-degree p,.education-details p,.education-highlights li{font-size:1.3rem}}@media screen and (max-width:480px){.education-degree h3{font-size:1.6rem}.education-details h4{font-size:1.4rem}.education-highlights li{font-size:1.2rem;padding-left:1.5rem}}.experience{background-color:#0a0a0a;color:#0ff;padding:5rem 0}.experience-timeline{display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:1200px}.experience-item{background-color:#001428b3;border:1px solid #00ff41;border-radius:0;box-shadow:0 0 15px #00ff414d;padding:2.5rem 3.5rem;position:relative}.experience-item:before{background-color:#00ff41;box-shadow:0 0 10px #00ff41b3;content:"";height:100%;left:0;position:absolute;top:0;width:6px}.experience-header{cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;transition:all .3s ease;-webkit-user-select:none;user-select:none}.experience-header:hover{background-color:#00ff410d;border-radius:4px;margin:-.5rem -.5rem 1.5rem;padding:.5rem}.experience-role h3{color:#00ff41;font-size:2rem;margin-bottom:.8rem;text-shadow:0 0 5px #00ff41b3}.experience-role h4{color:#0ff;font-size:1.8rem;margin-bottom:.8rem}.experience-details{padding-left:2rem;text-align:right}.experience-location{color:#0ff;font-size:1.5rem;margin-bottom:.8rem}.experience-period{color:#00ff41;font-size:1.5rem;font-weight:500}.experience-responsibilities{animation:fadeIn .3s ease-in;list-style:none;padding-left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.experience-responsibilities li{color:#0ff;font-size:1.5rem;line-height:1.7;margin-bottom:1.2rem;padding-left:2rem;position:relative}.experience-responsibilities li:before{color:#00ff41;content:">";font-size:1.5rem;left:0;position:absolute}@media screen and (max-width:768px){.experience{padding:3rem 0}.experience-timeline{padding:0 1rem}.experience-item{padding:1.8rem 1.8rem 1.8rem 2.2rem}.experience-header{flex-direction:column;gap:1rem}.experience-details{padding-left:0;text-align:left}.experience-role h3{font-size:1.8rem}.experience-role h4{font-size:1.6rem}.experience-location,.experience-period,.experience-responsibilities li{font-size:1.3rem}}@media screen and (max-width:480px){.experience-item{padding:1.5rem 1.5rem 1.5rem 2rem}.experience-role h3{font-size:1.6rem}.experience-role h4{font-size:1.4rem}.experience-responsibilities li{font-size:1.2rem;padding-left:1.5rem}}.skills{background-color:#0a0a0a;color:#00ff41;padding:5rem 0}.section-title{color:#00ff41;font-size:3rem;margin-bottom:3rem;position:relative;text-align:center;text-shadow:0 0 10px #00ff41b3}.section-title:after{background-color:#00ff41;bottom:-10px;box-shadow:0 0 10px #00ff41b3;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.technical-skills{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.skill-category{background-color:#001428b3;border:1px solid #00ff41;border-radius:5px;box-shadow:0 0 15px #00ff414d;margin-bottom:2.5rem;padding:2.2rem 2.8rem}.skill-category h3{border-bottom:2px solid #00ff41;color:#00ff41;display:inline-block;font-size:2.2rem;margin-bottom:1.5rem;padding-bottom:.8rem;text-shadow:0 0 5px #00ff41b3}.skill-category ul{list-style:none;padding-left:0}.skill-category li{color:#0ff;font-size:1.7rem;line-height:1.5;margin-bottom:1.2rem;padding-left:2rem;position:relative}.skill-category li:before{color:#00ff41;content:">";font-size:1.7rem;left:0;position:absolute}@media screen and (max-width:1200px){.technical-skills{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.skills{padding:3rem 0}.technical-skills{grid-template-columns:1fr;padding:0 1rem}.skill-category{padding:1.8rem}.skill-category h3{font-size:1.8rem}.skill-category li{font-size:1.4rem;margin-bottom:1rem;padding-left:1.8rem}}@media screen and (max-width:480px){.skill-category h3{font-size:1.6rem}.skill-category li{font-size:1.3rem;padding-left:1.5rem}}.projects{background-color:#0a0a0a;color:#0ff;padding:4rem 0}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.project-card{background-color:#001428b3;border:1px solid #00ff41;border-radius:0;box-shadow:0 0 15px #00ff414d;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 0 25px #00ff4180;transform:translateY(-8px)}.project-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.project-info h3{color:#00ff41;font-size:1.5rem;margin-bottom:.8rem;text-shadow:0 0 5px #00ff41b3}.project-info p{color:#0ff;flex-grow:1;font-size:1rem;line-height:1.5;margin-bottom:1.2rem}.project-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.2rem}.tech-tag{background-color:#00ff4133;border-radius:0;font-size:.9rem;padding:.4rem .8rem}.project-link,.tech-tag{border:1px solid #00ff41;color:#00ff41;font-weight:500}.project-link{align-self:flex-start;background-color:initial;display:inline-block;font-size:1rem;letter-spacing:1px;padding:.8rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.project-link:hover{background-color:#00ff41;box-shadow:0 0 15px #00ff41b3;color:#000}@media screen and (max-width:1200px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.projects{padding:3rem 0}.projects-grid{grid-template-columns:1fr;padding:0 1rem}.project-info{padding:1.8rem}.project-info h3{font-size:1.8rem}.project-info p{font-size:1.3rem}.tech-tag{font-size:1.1rem}.project-link{font-size:1.2rem;text-align:center;width:100%}}@media screen and (max-width:480px){.project-image{height:180px}.project-info{padding:1.5rem}.project-info h3{font-size:1.6rem}.project-info p{font-size:1.2rem}}.contact{background-color:#0a0a0a;color:#0ff;padding:4rem 0}.human-verification{background-color:#00ff411a;border:1px solid #00ff41;margin:0 auto 2rem;max-width:400px;padding:1.5rem;text-align:center}.math-form{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1rem}.math-input{background-color:#001428b3;color:#0ff;padding:.5rem;text-align:center;width:60px}.math-input,.verify-btn{border:1px solid #00ff41;font-family:Courier New,monospace;font-size:1rem}.verify-btn{background-color:initial;color:#00ff41;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.verify-btn:hover{background-color:#00ff41;color:#000}.verification-options{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.option-btn{background-color:initial;border:1px solid #00ff41;color:#00ff41;cursor:pointer;font-family:Courier New,monospace;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.option-btn.active,.option-btn:hover{background-color:#00ff41;color:#000}.recaptcha-container{display:flex;justify-content:center;margin:1rem 0}.integral-challenge{text-align:center}.integral-question{background-color:#00142880;border:1px solid #00ff41;color:#0ff;font-family:Times New Roman,serif;font-size:1.2rem;margin:1rem 0;padding:1rem}.integral-form{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.integral-input{background-color:#001428b3;border:1px solid #00ff41;color:#0ff;font-family:Courier New,monospace;font-size:1rem;padding:.5rem;text-align:center;width:250px}.integral-challenge small{color:#00ff41;display:block;font-size:.8rem;margin-top:.5rem}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px}.contact-info{background-color:#001428b3;border:1px solid #00ff41;box-shadow:0 0 15px #00ff414d;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.contact-item{align-items:center;display:flex;gap:1.5rem}.contact-item i{color:#00ff41;font-size:1.5rem;text-shadow:0 0 5px #00ff41b3}.contact-item a,.contact-item p{color:#0ff;font-size:1rem;text-decoration:none;transition:color .3s ease;word-break:break-word}.contact-item a:hover{color:#00ff41;text-shadow:0 0 5px #00ff41b3}.contact-form{background-color:#001428b3;border:1px solid #00ff41;box-shadow:0 0 15px #00ff414d;gap:1.5rem;padding:2rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#00ff41;font-size:1rem;font-weight:500;margin-bottom:.6rem}.form-group input,.form-group textarea{background-color:#000a14cc;border:1px solid #00ff41;color:#0ff;font-family:Courier New,monospace;font-size:1rem;padding:.8rem}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 10px #00ff4180;outline:none}.form-group textarea{min-height:180px;resize:vertical}.submit-btn{align-self:flex-start;background-color:initial;border:1px solid #00ff41;color:#00ff41;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.submit-btn:hover{background-color:#00ff41;box-shadow:0 0 15px #00ff41b3;color:#000}@media screen and (max-width:768px){.contact{padding:3rem 0}.contact-content{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.contact-form,.contact-info{padding:1.8rem}.contact-item a,.contact-item p,.form-group label{font-size:1.3rem}.form-group input,.form-group textarea{font-size:1.2rem}.submit-btn{font-size:1.3rem;text-align:center;width:100%}}@media screen and (max-width:480px){.contact-item{align-items:flex-start;flex-direction:column;gap:.5rem}.form-group textarea{min-height:150px}}.footer{background-color:#000;border-top:1px solid #00ff41;color:#0ff;padding:2rem 0}.footer-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.footer-social{display:flex;gap:2rem}.footer-social a{color:#00ff41;font-size:2rem;transition:all .3s ease}.footer-social a:hover{color:#0ff;text-shadow:0 0 10px #00ffffb3;transform:translateY(-3px)}.copyright{color:#0ff;font-size:1.1rem}@media screen and (max-width:768px){.footer{padding:1.5rem 0}.footer-social a{font-size:1.8rem}.copyright{font-size:1rem}}
/*# sourceMappingURL=main.750cb182.css.map*/