:root{font-family:Courier New,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#0f0;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#000;color:#0f0;overflow-x:hidden}#root{width:100%;min-height:100vh}a{color:#0f0;text-decoration:none;transition:all .3s ease}a:hover{text-shadow:0 0 10px #00ff00}button{font-family:Courier New,monospace;cursor:pointer}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#0f0;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0d0;box-shadow:0 0 10px #0f0}::selection{background:#00ff004d;color:#0f0}::-moz-selection{background:#00ff004d;color:#0f0}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#000;color:#0f0;overflow-x:hidden}.terminal-container{position:relative;width:100%}.scan-line{position:fixed;top:0;left:0;width:100%;height:2px;background:linear-gradient(to bottom,transparent 0%,rgba(0,255,0,.3) 50%,transparent 100%);animation:scan 8s linear infinite;z-index:9999;pointer-events:none}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(100vh)}}section{min-height:100vh;padding:80px 20px;display:flex;align-items:center;justify-content:center}.section-container{max-width:1200px;width:100%;margin:0 auto}.section-header{margin-bottom:60px;text-align:center}.section-title{font-size:2.5rem;font-weight:700;color:#0f0;font-family:Courier New,monospace;margin-bottom:20px}.section-title .prompt{color:#0f0;opacity:.7}.title-underline{width:100px;height:3px;background:linear-gradient(90deg,transparent,#00ff00,transparent);margin:0 auto;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 0 5px #0f0,0 0 10px #0f0,0 0 15px #0f0}50%{box-shadow:0 0 10px #0f0,0 0 20px #0f0,0 0 30px #0f0}}.glitch{position:relative;animation:glitch 5s infinite}.glitch:before,.glitch:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.glitch:before{animation:glitch-1 2.5s infinite;clip-path:polygon(0 0,100% 0,100% 45%,0 45%);transform:translate(-2px,-2px);opacity:.8}.glitch:after{animation:glitch-2 2.5s infinite;clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%);transform:translate(2px,2px);opacity:.8}@keyframes glitch{0%,to{text-shadow:0 0 10px #00ff00}25%{text-shadow:-2px 0 #ff00ff,2px 0 #00ffff}50%{text-shadow:2px 0 #ff00ff,-2px 0 #00ffff}75%{text-shadow:-2px 0 #00ffff,2px 0 #ff00ff}}@keyframes glitch-1{0%{clip-path:polygon(0 0,100% 0,100% 20%,0 20%)}20%{clip-path:polygon(0 60%,100% 60%,100% 100%,0 100%)}40%{clip-path:polygon(0 40%,100% 40%,100% 80%,0 80%)}60%{clip-path:polygon(0 10%,100% 10%,100% 50%,0 50%)}80%{clip-path:polygon(0 70%,100% 70%,100% 90%,0 90%)}to{clip-path:polygon(0 0,100% 0,100% 20%,0 20%)}}@keyframes glitch-2{0%{clip-path:polygon(0 80%,100% 80%,100% 100%,0 100%)}20%{clip-path:polygon(0 0,100% 0,100% 40%,0 40%)}40%{clip-path:polygon(0 20%,100% 20%,100% 60%,0 60%)}60%{clip-path:polygon(0 50%,100% 50%,100% 90%,0 90%)}80%{clip-path:polygon(0 30%,100% 30%,100% 70%,0 70%)}to{clip-path:polygon(0 80%,100% 80%,100% 100%,0 100%)}}@media (max-width: 768px){section{padding:60px 15px}.section-title{font-size:1.8rem}.section-header{margin-bottom:40px}}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;padding:100px 2rem}.hero-content{z-index:1}.terminal-body{padding:2rem}.typing-text{font-family:Courier New,monospace;font-size:2.5rem;color:#0f0;margin-bottom:2rem;min-height:3rem}.cursor{opacity:0;transition:opacity .1s}.cursor.visible{opacity:1;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero-info{margin-bottom:2rem}.hero-info h2{font-size:2.5rem;color:#0f0;margin-bottom:.5rem;text-shadow:0 0 20px #00ff00}.hero-info h3{font-size:1.8rem;color:#0f0;opacity:.8;margin-bottom:1rem}.tagline{font-family:Courier New,monospace;font-size:1.1rem;color:#0f0;opacity:.9;line-height:1.6}.tag{color:#0f0;opacity:.5}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{padding:1rem 2rem;font-family:Courier New,monospace;font-size:1rem;border:2px solid #00ff00;background:transparent;color:#0f0;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#0f0;transition:left .3s ease;z-index:-1}.cta-button:hover{color:#000;box-shadow:0 0 20px #0f0}.cta-button:hover:before{left:0}.cta-button span,.hero-image{position:relative;z-index:1}.image-frame{position:relative;width:100%;max-width:400px;margin:0 auto}.image-frame img{width:100%;height:auto;border-radius:8px;border:3px solid #00ff00;box-shadow:0 0 30px #00ff0080;filter:grayscale(30%);transition:all .3s ease}.image-frame:hover img{filter:grayscale(0%);box-shadow:0 0 50px #00ff00b3}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,255,0,.1) 0%,transparent 50%,rgba(0,255,0,.1) 100%);pointer-events:none;border-radius:8px}@media (max-width: 968px){.hero{grid-template-columns:1fr;padding:100px 1.5rem 60px;gap:2.5rem}.hero-image{order:-1;margin-bottom:1rem}.image-frame{max-width:280px}.typing-text,.hero-info h2{font-size:2rem}.hero-info h3{font-size:1.5rem}.tagline{font-size:1rem}.cta-button{padding:.8rem 1.5rem;font-size:.9rem}}.about{background:linear-gradient(180deg,#000,#010,#000)}.terminal-block{background:#00140080;border:2px solid #00ff00;border-radius:8px;box-shadow:0 0 30px #00ff004d;overflow:hidden}.terminal-block-header{background:#003200cc;padding:.8rem 1.5rem;border-bottom:1px solid #00ff00}.block-title{font-family:Courier New,monospace;color:#0f0;font-size:1rem;opacity:.8}.terminal-block-body{padding:2.5rem}.about-intro{font-size:1.2rem;line-height:1.8;color:#0f0;opacity:.9;margin-bottom:2.5rem;font-family:Courier New,monospace}.highlight{color:#0f0;font-weight:700;text-shadow:0 0 10px #00ff00}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem}.highlight-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#00ff000d;border-left:3px solid #00ff00;transition:all .3s ease}.highlight-item:hover{background:#00ff001a;transform:translate(5px)}.item-prefix{color:#0f0;font-size:1.2rem;flex-shrink:0}.item-text{font-family:Courier New,monospace;color:#0f0;opacity:.9;line-height:1.6}.about-philosophy{background:#00ff000d;border:1px solid rgba(0,255,0,.3);padding:2rem;border-radius:4px}.philosophy-header{margin-bottom:1rem}.code-comment{font-family:Courier New,monospace;color:#0f0;opacity:.7;font-size:1.1rem}.about-philosophy p{font-family:Courier New,monospace;color:#0f0;opacity:.9;line-height:1.8;font-size:1.05rem}@media (max-width: 768px){.terminal-block-body{padding:1.5rem}.about-intro{font-size:1rem}.highlights-grid{grid-template-columns:1fr;gap:1rem}.about-philosophy{padding:1.5rem}.about-philosophy p{font-size:.95rem}}.experience{background:#000}.experience-content{display:grid;gap:3rem}.experience-timeline{position:relative;padding-left:3rem}.experience-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,#00ff00,transparent)}.timeline-item{position:relative;margin-bottom:3rem}.timeline-marker{position:absolute;left:-3rem;top:0;width:16px;height:16px;background:#0f0;border:3px solid #000;border-radius:50%;box-shadow:0 0 20px #0f0;z-index:1}.timeline-marker:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#0f0;border-radius:50%;animation:pulse-marker 2s infinite}@keyframes pulse-marker{0%,to{box-shadow:0 0 #00ff00b3}50%{box-shadow:0 0 0 10px #0f00}}.timeline-content{background:#00140080;border:2px solid #00ff00;border-radius:8px;padding:2rem;transition:all .3s ease}.timeline-content:hover{box-shadow:0 0 30px #00ff004d;transform:translateY(-5px)}.exp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.exp-title{font-size:1.8rem;color:#0f0;font-family:Courier New,monospace;text-shadow:0 0 10px #00ff00}.exp-period{font-family:Courier New,monospace;color:#0f0;opacity:.7;padding:.5rem 1rem;border:1px solid #00ff00;border-radius:4px}.exp-company{font-size:1.3rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:1rem;opacity:.9}.company-prefix{opacity:.6;margin-right:4px}.exp-location{font-family:Courier New,monospace;color:#0f0;opacity:.7;font-size:.95rem;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.location-icon{font-size:1rem}.exp-description{font-family:Courier New,monospace;color:#0f0;opacity:.8;line-height:1.6;margin-bottom:1.5rem}.exp-responsibilities{list-style:none;display:grid;gap:.8rem}.exp-responsibilities li{display:flex;align-items:flex-start;gap:1rem;font-family:Courier New,monospace;color:#0f0;opacity:.85;line-height:1.6}.bullet{color:#0f0;flex-shrink:0;font-size:1.2rem}.certifications{margin-top:2rem}.subsection-title{font-size:1.5rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:2rem;text-shadow:0 0 10px #00ff00}.subsection-title .prompt{opacity:.7;margin-right:8px}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.cert-card{background:#00140080;border:2px solid #00ff00;border-radius:8px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.cert-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,0,.1),transparent);transition:left .5s ease}.cert-card:hover:before{left:100%}.cert-card:hover{box-shadow:0 0 30px #00ff004d;transform:translateY(-5px)}.cert-status{margin-bottom:1rem}.status-badge{display:inline-block;padding:.5rem 1rem;background:#0f03;border:1px solid #00ff00;border-radius:4px;font-family:Courier New,monospace;color:#0f0;font-size:.9rem;text-transform:uppercase}.cert-name{font-size:1.5rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:.8rem;text-shadow:0 0 10px #00ff00}.cert-description{font-family:Courier New,monospace;color:#0f0;opacity:.8;line-height:1.6}@media (max-width: 768px){.experience-timeline{padding-left:2rem}.timeline-marker{left:-2rem}.timeline-content{padding:1.5rem}.exp-title{font-size:1.5rem}.exp-company{font-size:1.1rem}.cert-grid{grid-template-columns:1fr}}.skills{background:linear-gradient(180deg,#000,#010,#000)}.skills-content{display:grid;gap:3rem}.skill-category{background:#0014004d;border:1px solid rgba(0,255,0,.3);border-radius:8px;padding:2rem;transition:all .3s ease}.skill-category:hover{border-color:#00ff0080;box-shadow:0 0 20px #0f03}.category-title{font-size:1.5rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:2rem;display:flex;align-items:center;gap:.8rem}.category-icon{font-size:1.3rem;animation:rotate-icon 3s linear infinite}@keyframes rotate-icon{0%,90%{transform:rotate(0)}95%{transform:rotate(90deg)}to{transform:rotate(90deg)}}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-item{opacity:0;transform:translateY(20px);transition:all .5s ease}.skill-item.visible{opacity:1;transform:translateY(0)}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.skill-name{font-family:Courier New,monospace;color:#0f0;font-size:1.1rem;opacity:.9}.skill-percentage{font-family:Courier New,monospace;color:#0f0;font-size:.95rem;opacity:.7}.skill-bar{height:8px;background:#00ff001a;border-radius:4px;overflow:hidden;position:relative;border:1px solid rgba(0,255,0,.2)}.skill-progress{height:100%;background:linear-gradient(90deg,#0f0,#0d0);border-radius:4px;position:relative;transition:width 1s ease;box-shadow:0 0 10px #0f0}.progress-glow{position:absolute;top:0;right:0;width:30px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3));animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skills-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,255,0,.2)}.footer-text{font-family:Courier New,monospace;color:#0f0;opacity:.7;font-size:1.1rem}@media (max-width: 768px){.skill-category{padding:1.5rem}.category-title{font-size:1.3rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-name{font-size:1rem}}.projects{background:#000}.projects-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.filter-btn{padding:.8rem 1.5rem;background:transparent;border:2px solid #00ff00;color:#0f0;font-family:Courier New,monospace;font-size:.95rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#0f0;transition:left .3s ease;z-index:-1}.filter-btn:hover{color:#000;box-shadow:0 0 20px #0f0}.filter-btn:hover:before{left:0}.filter-btn.active{background:#0f0;color:#000;box-shadow:0 0 20px #0f0}.filter-prefix{opacity:.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#00140080;border:2px solid #00ff00;border-radius:8px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-10px);box-shadow:0 0 40px #0f06}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#00320080;border-bottom:1px solid rgba(0,255,0,.3)}.card-icon{font-size:2rem}.folder-icon{filter:grayscale(100%) brightness(1.5)}.card-category{font-family:Courier New,monospace;color:#0f0;font-size:.85rem;padding:.4rem .8rem;border:1px solid #00ff00;border-radius:4px;text-transform:uppercase;opacity:.8}.card-body{padding:2rem;flex-grow:1}.project-title{font-size:1.5rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:1rem;text-shadow:0 0 10px #00ff00}.project-description{font-family:Courier New,monospace;color:#0f0;opacity:.8;line-height:1.6;margin-bottom:1.5rem}.project-highlights{display:grid;gap:.8rem}.highlight{display:flex;align-items:flex-start;gap:.8rem;font-family:Courier New,monospace;color:#0f0;opacity:.85;font-size:.95rem;line-height:1.5}.highlight-bullet{color:#0f0;flex-shrink:0;font-weight:700}.card-footer{padding:1.5rem;border-top:1px solid rgba(0,255,0,.3);background:#000a0080}.tech-stack{display:flex;flex-wrap:wrap;gap:.8rem}.tech-tag{font-family:Courier New,monospace;color:#0f0;font-size:.85rem;padding:.4rem .8rem;background:#00ff001a;border:1px solid rgba(0,255,0,.3);border-radius:4px;transition:all .3s ease}.tech-tag:hover{background:#0f03;border-color:#0f0;box-shadow:0 0 10px #00ff004d}@media (max-width: 768px){.projects-filters{gap:.8rem}.filter-btn{padding:.6rem 1.2rem;font-size:.85rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.card-body{padding:1.5rem}.project-title{font-size:1.3rem}}.contact{background:linear-gradient(180deg,#000,#010,#000);min-height:100vh}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info{display:grid;gap:2.5rem}.info-block{background:#0014004d;border:1px solid rgba(0,255,0,.3);border-radius:8px;padding:2rem}.info-title{font-size:1.3rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:1.5rem}.info-text{font-family:Courier New,monospace;color:#0f0;opacity:.85;line-height:1.8;font-size:1.05rem}.company-info{background:#0014004d;border:1px solid rgba(0,255,0,.3);border-radius:8px;padding:2rem}.company-name{font-size:1.5rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:1rem;text-shadow:0 0 10px #00ff00}.company-link{display:inline-flex;align-items:center;gap:.8rem;font-family:Courier New,monospace;color:#0f0;text-decoration:none;font-size:1.1rem;transition:all .3s ease}.company-link:hover{text-shadow:0 0 10px #00ff00}.link-icon{font-size:1.3rem}.social-links{background:#0014004d;border:1px solid rgba(0,255,0,.3);border-radius:8px;padding:2rem}.social-title{font-size:1.2rem;color:#0f0;font-family:Courier New,monospace;margin-bottom:1.5rem}.social-grid{display:grid;gap:1rem}.social-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#00ff000d;border:1px solid rgba(0,255,0,.2);border-radius:6px;text-decoration:none;transition:all .3s ease}.social-card:hover{background:#00ff001a;border-color:#0f0;transform:translate(5px);box-shadow:0 0 15px #00ff004d}.social-icon{font-size:2rem;flex-shrink:0}.social-info{display:flex;flex-direction:column;gap:.3rem}.social-name{font-family:Courier New,monospace;color:#0f0;font-size:1.1rem;font-weight:700}.social-username{font-family:Courier New,monospace;color:#0f0;opacity:.7;font-size:.9rem}.contact-form-wrapper{position:sticky;top:100px}.terminal-window{background:#00140080;border:2px solid #00ff00;border-radius:8px;box-shadow:0 0 30px #00ff004d;overflow:hidden}.terminal-header{background:#003200cc;padding:.8rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #00ff00}.terminal-buttons{display:flex;gap:.5rem}.terminal-button{width:12px;height:12px;border-radius:50%;background:#0f0;opacity:.6}.terminal-button.close{background:#f55}.terminal-button.minimize{background:#ff5}.terminal-button.maximize{background:#5f5}.terminal-title{font-family:Courier New,monospace;font-size:.9rem;color:#0f0;opacity:.8}.contact-form{padding:2rem;display:grid;gap:1.5rem}.form-group{display:grid;gap:.8rem}.form-group label{font-family:Courier New,monospace;color:#0f0;font-size:1rem;display:flex;align-items:center;gap:.5rem}.prompt{opacity:.7}.form-input{width:100%;padding:1rem;background:#00000080;border:2px solid rgba(0,255,0,.3);border-radius:4px;color:#0f0;font-family:Courier New,monospace;font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#0f0;box-shadow:0 0 15px #00ff004d}.form-input::placeholder{color:#0f06}textarea.form-input{resize:vertical;min-height:120px}.submit-button{padding:1rem 2rem;background:transparent;border:2px solid #00ff00;color:#0f0;font-family:Courier New,monospace;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#0f0;transition:left .3s ease;z-index:0}.submit-button:hover{color:#000;box-shadow:0 0 20px #0f0}.submit-button:hover:before{left:0}.button-text{position:relative;z-index:1}.form-status{padding:1rem;border-radius:4px;font-family:Courier New,monospace;display:flex;align-items:center;gap:.8rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-status.success{background:#00ff001a;border:1px solid #00ff00;color:#0f0}.form-status.error{background:#ff00001a;border:1px solid #ff5555;color:#f55}.status-icon{font-size:1.2rem}.footer{margin-top:5rem;padding-top:3rem;border-top:1px solid rgba(0,255,0,.2)}.footer-content{text-align:center}.footer-text{font-family:Courier New,monospace;color:#0f0;opacity:.7;margin-bottom:1rem}.copyright{font-family:Courier New,monospace;color:#0f0;opacity:.5;font-size:.9rem}@media (max-width: 968px){.contact,.section-container{display:flex;flex-direction:column}.contact-content{grid-template-columns:1fr;order:1}.footer{order:2;margin-top:3rem}.contact-form-wrapper{position:static}.info-block,.company-info,.social-links,.contact-form{padding:1.5rem}.social-grid{grid-template-columns:1fr}}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,255,0,.2);transition:all .3s ease}.navigation.scrolled{background:#000000f2;box-shadow:0 0 20px #00ff004d}.nav-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:Courier New,monospace;font-size:1.1rem;color:#0f0;font-weight:700;z-index:1001}.terminal-prompt{text-shadow:0 0 10px #00ff00}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:2px solid #00ff00;padding:8px;cursor:pointer;z-index:1001;transition:all .3s ease}.hamburger:hover{box-shadow:0 0 15px #00ff0080}.hamburger-line{width:25px;height:2px;background:#0f0;transition:all .3s ease;box-shadow:0 0 5px #0f0}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu li button{background:none;border:none;color:#0f0;font-family:Courier New,monospace;font-size:1rem;cursor:pointer;padding:.5rem 1rem;position:relative;transition:all .3s ease;opacity:.7}.nav-menu li button:hover{opacity:1;text-shadow:0 0 10px #00ff00}.nav-menu li button.active{opacity:1;color:#0f0}.nav-menu li button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#0f0;box-shadow:0 0 10px #0f0}.nav-prefix{opacity:.5;margin-right:4px}.mobile-overlay{display:none}@media (max-width: 768px){.nav-content{padding:1rem}.hamburger{display:flex}.nav-menu{position:fixed;top:70px;right:-100%;width:280px;height:calc(100vh - 70px);background:#000000fa;border-left:2px solid #00ff00;flex-direction:column;gap:0;padding:2rem 0;transition:right .3s ease;box-shadow:-5px 0 30px #00ff004d}.nav-menu.mobile-open{right:0}.nav-menu li{width:100%;border-bottom:1px solid rgba(0,255,0,.1)}.nav-menu li button{width:100%;text-align:left;padding:1.2rem 2rem;font-size:1.1rem}.nav-menu li button:hover{background:#00ff001a}.nav-menu li button.active{background:#00ff0026;border-left:4px solid #00ff00}.nav-menu li button.active:after{display:none}.mobile-overlay{display:block;position:fixed;top:70px;left:0;right:0;bottom:0;background:#000000b3;z-index:999}}
