*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;color:#333}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}.navbar{background:#0a192f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:60px;display:flex;justify-content:center;align-items:center;font-size:.95rem;position:sticky;top:0;z-index:999;box-shadow:0 2px 8px #0000004d;border-bottom:2px solid #64FFDA}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 40px}.hamburger{display:none}.nav-logo{color:#e6f1ff;cursor:pointer;text-decoration:none;font-size:1.3rem;font-weight:700;letter-spacing:-.5px;transition:all .3s ease;position:relative}.nav-logo:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#64ffda;transform:scaleX(0);transition:transform .3s ease}.nav-logo:hover:after{transform:scaleX(1)}.nav-menu{display:flex;list-style:none;text-align:center;margin:0;padding:0;gap:.5rem}.nav-item{height:60px;display:flex;align-items:center}.nav-link{color:#8892b0;text-decoration:none;padding:.5rem 1rem;height:100%;display:flex;align-items:center;transition:all .3s ease;border-radius:8px;font-weight:500;position:relative}.nav-link:after{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%) scaleX(0);width:30px;height:2px;background:#64ffda;border-radius:2px;transition:transform .3s ease}.nav-link:hover{color:#64ffda;background:#64ffda1a}.nav-link:hover:after{transform:translate(-50%) scaleX(1)}.nav-link.active{color:#64ffda;font-weight:600}.nav-link.active:after{transform:translate(-50%) scaleX(1)}@media screen and (max-width: 768px){.navbar{height:60px}.nav-container{padding:0 20px}.nav-menu{position:fixed;left:-100%;top:60px;flex-direction:column;background:#0a192ffa;width:100%;text-align:center;transition:left .3s ease;box-shadow:0 10px 27px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(100,255,218,.3);gap:0;padding:2rem 0}.nav-menu.active{left:0}.nav-item{width:100%;height:auto;padding:1rem 0}.nav-link{padding:1rem 2rem;width:100%;display:block;font-size:1.1rem}.nav-link.active:after{width:60%;left:20%}.hamburger{display:flex;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:#64ffda;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-logo{font-size:1.2rem}}.footer{background:#0a192f;color:#e6f1ff;padding:2rem 0;margin-top:auto;border-top:2px solid #64FFDA}.footer-content{max-width:1200px;margin:0 auto;padding:0 50px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-content p{margin:0}.social-links{display:flex;gap:1.5rem}.social-icon{color:#e6f1ff;text-decoration:none;transition:all .3s ease;padding:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#64ffda1a;border:2px solid transparent}.social-icon svg{width:24px;height:24px}.social-icon:hover{color:#64ffda;border-color:#64ffda}@media screen and (max-width: 768px){.footer{padding:1.5rem 0}.footer-content{flex-direction:column;text-align:center;padding:0 20px;gap:1rem}.footer-content p{font-size:.85rem;order:2}.social-icons{order:1;gap:1rem}.social-icon{width:40px;height:40px}.social-icon svg{width:18px;height:18px}}.home{min-height:calc(100vh - 60px);overflow-x:hidden;width:100%}.hero{position:relative;color:#e6f1ff;padding:120px 20px;text-align:center;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a192f}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.animated-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;background:radial-gradient(circle,#64FFDA 0%,transparent 70%);top:10%;left:10%;animation-delay:0s}.shape-2{width:400px;height:400px;background:radial-gradient(circle,#0A7EA4 0%,transparent 70%);top:60%;right:10%;animation-delay:3s;animation-duration:25s}.shape-3{width:250px;height:250px;background:radial-gradient(circle,#64FFDA 0%,transparent 70%);bottom:20%;left:50%;animation-delay:6s;animation-duration:22s}.shape-4{width:350px;height:350px;background:radial-gradient(circle,#1B4965 0%,transparent 70%);top:40%;left:70%;animation-delay:2s;animation-duration:28s}.shape-5{width:280px;height:280px;background:radial-gradient(circle,#64FFDA 0%,transparent 70%);top:80%;left:20%;animation-delay:5s;animation-duration:23s}.grid-overlay{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(100,255,218,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(100,255,218,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,-50px) scale(1.1)}50%{transform:translate(-30px,30px) scale(.9)}75%{transform:translate(40px,40px) scale(1.05)}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-content{max-width:600px;position:relative;z-index:2;text-align:left}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;width:100%;padding:0 20px;position:relative;z-index:2}.hero-badge{display:inline-block;padding:8px 20px;background:#64ffda1a;border:1px solid rgba(100,255,218,.3);border-radius:50px;color:#64ffda;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;animation:fadeInUp 1s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3.5rem;margin-bottom:1rem;animation:fadeInUp 1s ease .1s both;font-weight:800;line-height:1.2;text-shadow:0 0 40px rgba(100,255,218,.3);color:#e6f1ff}.highlight{color:#64ffda;position:relative;display:inline-block;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 20px rgba(100,255,218,.5)}to{text-shadow:0 0 30px rgba(100,255,218,.8),0 0 40px rgba(100,255,218,.4)}}.hero-subtitle{font-size:1.8rem;margin-bottom:1.5rem;color:#ccd6f6;animation:fadeInUp 1s ease .3s both;font-weight:600;word-wrap:break-word;overflow-wrap:break-word}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;color:#ccd6f6;animation:fadeInUp 1s ease .5s both;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;animation:fadeInUp 1s ease .7s both;flex-wrap:wrap}.hero-code-section{position:relative;z-index:2;animation:fadeInRight 1s ease .5s both}.code-window{background:#112240;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000080;border:1px solid rgba(100,255,218,.2);max-width:100%}.window-header{background:#0d1b2a;padding:12px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(100,255,218,.1)}.window-buttons{display:flex;gap:8px}.window-buttons span{width:12px;height:12px;border-radius:50%;display:block}.btn-close{background:#ff5f56}.btn-minimize{background:#ffbd2e}.btn-maximize{background:#27c93f}.window-title{color:#8892b0;font-size:.85rem;font-family:Courier New,monospace}.code-content{padding:1.5rem;min-height:350px;max-height:400px;overflow:hidden}.code-block{margin:0;font-family:Courier New,Consolas,monospace;font-size:.95rem;line-height:1.8;color:#e6f1ff}.code-block code{display:block;white-space:pre}.cursor{color:#64ffda;animation:blink 1s infinite;font-weight:700}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.btn{padding:15px 35px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;font-size:1rem;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-icon{transition:transform .3s ease}.btn-primary{background:#64ffda;color:#0a192f;border:2px solid #64FFDA;font-weight:700;box-shadow:0 0 20px #64ffda4d}.btn-primary:hover{background:transparent;color:#64ffda;border-color:#64ffda;transform:translateY(-3px);box-shadow:0 10px 30px #64ffda66}.btn-primary:hover .btn-icon{transform:translate(5px)}.btn-secondary{background:transparent;color:#64ffda;border:2px solid #64FFDA;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#64ffda1a;transform:translateY(-3px);box-shadow:0 10px 30px #64ffda33}.intro{padding:80px 20px;text-align:center;background:#0d1b2a}.intro-content{max-width:800px;margin:0 auto}.intro h2{font-size:2rem;color:#e6f1ff;margin-bottom:1.5rem}.intro p{font-size:1.1rem;color:#8892b0;line-height:1.8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.hero{padding:60px 0;min-height:auto}.hero-container{grid-template-columns:1fr;gap:2rem;padding:0 10px;max-width:100%}.hero-content{text-align:center;max-width:100%;order:1;padding:0}.hero-badge{font-size:.75rem;padding:6px 12px}.hero-title{font-size:1.6rem;line-height:1.3;padding:0 5px}.hero-subtitle{font-size:.9rem;margin-bottom:1rem;padding:0 5px;line-height:1.4}.hero-description{font-size:.85rem;margin-bottom:1.5rem;padding:0 5px;line-height:1.5}.hero-buttons{flex-direction:column;align-items:stretch;gap:.8rem;width:100%;padding:0 5px}.btn{width:100%;max-width:100%;justify-content:center;padding:.8rem;font-size:.85rem;box-sizing:border-box}.code-editor{order:2;max-width:100%;width:100%;padding:0 5px;box-sizing:border-box}.code-window{max-width:100%;width:100%;margin:0;box-sizing:border-box}.window-header{padding:.5rem .6rem}.window-title{font-size:.7rem}.code-content{padding:.6rem;min-height:180px;max-height:220px;overflow:hidden}.code-block{font-size:.65rem;line-height:1.4}.shape{filter:blur(60px);opacity:.4}.shape-1{width:150px;height:150px;top:10%;left:-50px}.shape-2{width:180px;height:180px;top:50%;right:-60px}.shape-3{width:140px;height:140px;bottom:20%}.shape-4{width:160px;height:160px}.shape-5{width:120px;height:120px}.grid-overlay{opacity:.3}.intro{padding:40px 20px}.intro h2{font-size:1.5rem}.intro p{font-size:.95rem}}.about{min-height:calc(100vh - 80px);padding:50px 20px;background:#0d1b2a}.about-container{max-width:1200px;margin:0 auto}.page-title{font-size:2.5rem;color:#e6f1ff;text-align:center;margin-bottom:3rem;position:relative}.about-intro{background:#112240;padding:3rem;border-radius:10px;box-shadow:0 5px 15px #0000004d;margin-bottom:3rem;border:1px solid rgba(100,255,218,.1)}.about-text h2{color:#64ffda;margin-bottom:1rem}.about-text p{font-size:1.1rem;color:#8892b0;line-height:1.8}.skills{margin-bottom:3rem}.skills h2{font-size:2rem;color:#e6f1ff;text-align:center;margin-bottom:2rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.skill-card{background:#112240;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000004d;transition:all .3s ease;border:1px solid rgba(100,255,218,.1)}.skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #64ffda33;border-color:#64ffda}.skill-card h3{color:#64ffda;margin-bottom:1rem;font-size:1.5rem}.skill-card ul{list-style:none;padding:0}.skill-card li{color:#8892b0;position:relative;padding:.5rem 0 .5rem 1.5rem}.skill-card li:before{content:"✓";position:absolute;left:0;color:#64ffda;font-weight:700}.experience{background:#112240;padding:3rem;border-radius:10px;box-shadow:0 5px 15px #0000004d;border:1px solid rgba(100,255,218,.1)}.experience h2{font-size:2rem;color:#e6f1ff;text-align:center;margin-bottom:2rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#64ffda}.timeline-item{margin-bottom:2rem;position:relative}.timeline-item:before{content:"";position:absolute;left:-2.5rem;top:0;width:15px;height:15px;border-radius:50%;background:#64ffda;border:3px solid #112240;box-shadow:0 0 0 3px #64ffda}.timeline-date{font-weight:700;color:#64ffda;margin-bottom:.5rem}.timeline-content h3{color:#e6f1ff;margin-bottom:.5rem}.hover-link{color:#64ffda;text-decoration:none;position:relative;transition:all .3s ease;padding:2px 6px;border-radius:4px;display:inline-block}.hover-link:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#64ffda;transform:scaleX(0);transition:transform .3s ease}.hover-link:hover{background:#64ffda1a;transform:translate(3px)}.hover-link:hover:before{transform:scaleX(1)}.hover-link:after{content:"→";margin-left:5px;opacity:0;transition:all .3s ease;display:inline-block}.hover-link:hover:after{opacity:1;margin-left:8px}.timeline-content p{color:#8892b0;line-height:1.6}@media screen and (max-width: 768px){.about{padding:25px 10px}.page-title{font-size:1.8rem;margin-bottom:1.5rem}.about-intro,.experience{padding:1.5rem .8rem}.about-text h2{font-size:1.5rem}.about-text p{font-size:.95rem}.skills h2{font-size:1.6rem}.skills-grid{grid-template-columns:1fr;gap:1rem}.skill-card{padding:1.5rem}.skill-card h3{font-size:1.3rem}.skill-card li{font-size:.9rem}.experience h2{font-size:1.6rem}.timeline-item{grid-template-columns:80px 1fr;gap:1rem}.timeline-date{font-size:.85rem}.timeline-content h3{font-size:1.1rem}.timeline-content p{font-size:.9rem}}.projects{min-height:calc(100vh - 80px);padding:50px 20px;background:#0d1b2a}.projects-container{max-width:1200px;margin:0 auto}.projects-subtitle{text-align:center;font-size:1.1rem;color:#8892b0;margin-bottom:3rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.project-card{background:#112240;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000004d;transition:all .3s ease;cursor:pointer;border:1px solid rgba(100,255,218,.1);padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #64ffda33;border-color:#64ffda}.project-content{display:flex;flex-direction:column;gap:1rem}.project-content h3{color:#e6f1ff;margin-bottom:0;font-size:1.5rem}.project-content p{color:#8892b0;line-height:1.6;margin-bottom:0;flex:1}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:transparent;color:#64ffda;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #64FFDA}.project-link{display:inline-flex;align-items:center;gap:8px;color:#64ffda;text-decoration:none;font-weight:600;transition:all .3s ease;width:fit-content;padding:.5rem 0}.link-icon{transition:transform .3s ease}.project-link:hover{color:#e6f1ff;transform:translate(5px)}.project-link:hover .link-icon{transform:translate(5px)}.section-title{font-size:2rem;color:#e6f1ff;margin:3rem 0 1rem;display:flex;align-items:center;gap:1rem}.section-icon{font-size:2rem}.section-description{color:#8892b0;line-height:1.6;margin-bottom:2rem;max-width:800px}.ctf-section{margin-bottom:4rem}.ctf-platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.ctf-card{background:linear-gradient(135deg,#1e3a5f,#112240);border-radius:15px;padding:2rem;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease;text-decoration:none;border:2px solid rgba(100,255,218,.1);cursor:pointer}.ctf-card:hover{transform:translateY(-5px);border-color:#64ffda;box-shadow:0 15px 30px #64ffda33}.ctf-icon{font-size:3rem;min-width:60px;text-align:center}.ctf-content{flex:1}.ctf-content h3{color:#e6f1ff;font-size:1.5rem;margin-bottom:.5rem}.ctf-content p{color:#8892b0;line-height:1.5;margin-bottom:1rem}.ctf-link-text{display:inline-flex;align-items:center;gap:8px;color:#64ffda;font-weight:600;transition:all .3s ease}.ctf-card:hover .ctf-link-text{color:#e6f1ff;transform:translate(5px)}.ctf-card:hover .link-icon{transform:translate(5px)}.featured-projects{margin-top:3rem}.project-confidential{color:#8892b0;font-style:italic;font-size:.9rem}@media screen and (max-width: 768px){.projects{padding:25px 10px}.page-title{font-size:1.8rem;margin-bottom:1.5rem}.section-title{font-size:1.5rem}.ctf-platforms{grid-template-columns:1fr;gap:1.5rem}.ctf-card{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.ctf-icon{font-size:2.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem 1rem}.project-card h3{font-size:1.3rem}.project-card p{font-size:.9rem}.project-tech{gap:.5rem}.tech-tag{font-size:.75rem;padding:.4rem .8rem}.project-link{font-size:.9rem}}.contact{min-height:calc(100vh - 80px);padding:50px 20px;background:#0d1b2a}.contact-container{max-width:1200px;margin:0 auto}.page-title{font-size:2.5rem;color:#e6f1ff;text-align:center;margin-bottom:1rem;position:relative}.page-title:after{content:"";display:block;width:100px;height:4px;background:#64ffda;margin:1rem auto 0;border-radius:2px}.contact-subtitle{text-align:center;font-size:1.1rem;color:#8892b0;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info{background:#112240;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000004d;height:fit-content;border:1px solid rgba(100,255,218,.1)}.contact-info h2{color:#64ffda;margin-bottom:2rem;font-size:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.info-icon{font-size:2rem}.info-item h3{color:#e6f1ff;margin-bottom:.5rem;font-size:1.1rem}.info-item p{color:#8892b0;margin:0}.social-media{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(100,255,218,.2)}.social-media h3{color:#e6f1ff;margin-bottom:1rem}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-icon{color:#64ffda;text-decoration:none;padding:.8rem;border:2px solid #64FFDA;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;background:transparent}.social-icon svg{width:28px;height:28px;transition:transform .5s ease}.social-icon:hover{background:#64ffda;border-color:#64ffda;color:#0a192f;transform:translateY(-5px) scale(1.1);box-shadow:0 10px 20px #64ffda66}.social-icon:hover svg{transform:rotate(360deg)}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#333;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2c5f8d;box-shadow:0 0 0 3px #2c5f8d1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;background:#64ffda;color:#0a192f;border:2px solid #64FFDA;border-radius:5px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:transparent;color:#64ffda;transform:translateY(-2px);box-shadow:0 10px 20px #64ffda4d}.status-message{margin-top:1rem;padding:1rem;background:#64ffda1a;color:#64ffda;border:1px solid #64FFDA;border-radius:5px;text-align:center}@media screen and (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media screen and (max-width: 768px){.contact{padding:25px 10px}.page-title{font-size:1.8rem;margin-bottom:1.5rem}.contact-form,.contact-info{padding:1.5rem 1rem}.contact-info h2,.contact-form h2{font-size:1.5rem}.info-item{font-size:.9rem}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{font-size:.9rem;padding:.8rem}.submit-btn{padding:.9rem;font-size:.95rem}.social-links{gap:1rem}.social-link{width:45px;height:45px}}.app{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.main-content{flex:1;overflow-x:hidden;width:100%}
