.navbar{background:#1a1a1a;border-bottom:1px solid #333;position:fixed;top:0;width:100%;z-index:999;transition:all .3s ease}.nav-container{margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{text-decoration:none;color:#fff}.logo-text{font-size:30px;font-weight:550;color:#fff;transition:all 1s ease}.logo-text:hover{color:#9acd32;filter:invert(1) brightness(1.5) drop-shadow(0 0 15px grey)}.nav-menu{display:flex;gap:30px;list-style:none}.nav-link{text-decoration:none;color:#bbb;font-weight:500;font-size:18px;padding:8px 16px;border-radius:6px;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.nav-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px}.bar{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s;border-radius:2px}.nav-cta{background:#8b5cf6;color:#fff;padding:10px 20px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease}.nav-cta:hover{background:#7c3aed}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#1a1a1a;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000004d;padding:20px 0;gap:0;border-top:1px solid #333}.nav-menu.active{left:0}.nav-link{padding:15px 20px;display:block;margin:5px 20px}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-actions{display:none}}.hero{padding:120px 0 80px;background-image:url(/assets/me6-Cjs7y2CY.jpg);background-position:center;background-size:cover;background-attachment:fixed;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000a6;z-index:1}.hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:4rem;font-weight:550;background:radial-gradient(circle,#fff,#c8c8c899,#9696964d);background-size:160%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-pulse 8s infinite ease-in-out;text-align:center}@keyframes gradient-pulse{0%{filter:brightness(.5)}50%{filter:brightness(1.5)}to{filter:brightness(.5)}}.hero-description{font-size:1.2rem;color:#888;margin-bottom:40px;line-height:1.6;max-width:600px;min-height:1.6em}.typewriter-text{color:#8b5cf6;font-weight:600}.typewriter-cursor{color:#8b5cf6;font-weight:400;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-btn-secondary{background:transparent;color:#ccc;border:1px solid #444;padding:14px 28px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease}.hero-btn-secondary:hover{background:#333;color:#fff;border-color:#666}.hero-btn-primary{background:#8b5cf6;color:#fff;border:none;padding:14px 28px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease}.hero-btn-primary:hover{background:#7c3aed}.scroll-down-arrow{position:absolute;bottom:0;color:gray;animation:arrowPulse 3s ease-in-out infinite}@keyframes arrowPulse{0%{filter:brightness(.5);transform:translateY(0)}50%{filter:brightness(1.2);transform:translateY(5px)}to{filter:brightness(.5);transform:translateY(0)}}@media (max-width: 768px){.hero{padding:100px 0 60px;min-height:auto;background-attachment:scroll;height:100vh}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero-btn-secondary,.hero-btn-primary{width:100%;max-width:280px;text-align:center}}@media (max-width: 480px){.hero-title{font-size:2.2rem}.hero-badge{font-size:12px;padding:6px 16px}.hero-avatar{width:20px;height:20px}}.features{padding:80px 0;background:#333}.features-container{max-width:1200px;margin:0 auto;padding:0 20px}.features-header{text-align:center;margin-bottom:60px}.features-title{font-size:2.5rem;font-weight:550;color:#fff;margin-bottom:16px}.features-description{font-size:1.2rem;color:#888;max-width:600px;margin:0 auto}.features-grid{display:flex;flex-direction:column;gap:30px;margin-bottom:50px}.feature-project-card{background:#2a2a2a;border:2px solid #444;border-radius:2px;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;transition:all .3s ease}.feature-project-card:hover{border:2px solid #bbb;box-shadow:0 25px 50px #0009}.feature-project-content{color:#fff}.feature-project-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:16px}.feature-project-description{color:#bbb;line-height:1.6;margin-bottom:24px;font-size:.95rem}.feature-project-features{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#ccc;font-size:.9rem}.feature-check{color:#8b5cf6;font-weight:700;font-size:.8rem}.feature-project-visual{display:flex;justify-content:center;align-items:center}.feature-project-card.reverse{grid-template-columns:1fr 1fr}.feature-project-card.reverse .feature-project-content{order:2}.feature-project-card.reverse .feature-project-visual{order:1}.feature-project-image{width:100%;max-width:400px;border-radius:8px;overflow:hidden;border:1px solid #444}.feature-project-image img{width:100%;height:auto;display:block;background:#333}.features-cta{text-align:center}@media (max-width: 768px){.features{padding:60px 0}.features-title{font-size:2rem}.features-description{font-size:1.1rem}.feature-project-card,.feature-project-card.reverse{grid-template-columns:1fr;gap:30px;padding:25px}.feature-project-card.reverse .feature-project-content,.feature-project-card.reverse .feature-project-visual{order:unset}.feature-project-image{max-width:100%}}@media (max-width: 480px){.features-header{margin-bottom:40px}.features-title{font-size:1.8rem}.feature-project-card{padding:20px}}.stats{padding:10px 0;background:#667eea;color:#fff;overflow:hidden}.stats-container{margin-left:calc(-50vw + 50%);padding:0 40px;display:flex;align-items:center;gap:30px;position:relative}.nav-arrow{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fffc;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;z-index:10}.nav-arrow-left{position:absolute;left:20px}.nav-arrow-right{position:absolute;right:20px}.nav-arrow:hover{background:#fff3;border-color:#fff6;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.nav-arrow:active{transform:translateY(0);box-shadow:0 4px 15px #0003}.skills-viewport{flex:1;overflow:hidden;position:relative;margin:0 80px}.skills-viewport:before,.skills-viewport:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:5;pointer-events:none}.skills-viewport:before{left:0;background:linear-gradient(to right,#667eea,#0000)}.skills-viewport:after{right:0;background:linear-gradient(to left,#667eea,#0000)}.skills-track{display:flex;align-items:center;gap:60px;width:fit-content}.skills-track.transitioning{transition:transform .5s cubic-bezier(.4,0,.2,1)}.skill-item{padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0;transition:all .3s ease;cursor:pointer}.skill-image{width:60px;height:60px;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1);filter:brightness(.9) drop-shadow(0 2px 8px rgba(0,0,0,.2))}.skill-item:hover .skill-image{transform:scale(1.05);filter:brightness(1.1) drop-shadow(0 8px 25px rgba(255,255,255,.4))}.skill-name{font-size:.9rem;font-weight:500;color:#ffffffe6;text-align:center;white-space:nowrap;transition:all .3s ease;opacity:.8}.skill-item:hover .skill-name{color:#fff;opacity:1;transform:translateY(-1px);text-shadow:0 2px 8px rgba(0,0,0,.3)}@media (max-width: 768px){.stats{padding:60px 0}.stats-container{padding:0 20px}.nav-arrow{width:40px;height:40px;border-radius:10px}.nav-arrow-left{left:10px}.nav-arrow-right{right:10px}.nav-arrow svg{width:16px;height:16px}.skills-viewport{margin:0 60px}.skills-track{gap:40px}.skill-image{width:50px;height:50px}.skill-item:hover .skill-image{transform:scale(1.2)}.skill-name{font-size:.8rem}}@media (max-width: 480px){.stats{padding:50px 0}.stats-container{padding:0 15px}.nav-arrow{width:35px;height:35px;border-radius:8px}.nav-arrow-left{left:5px}.nav-arrow-right{right:5px}.nav-arrow svg{width:14px;height:14px}.skills-viewport{margin:0 50px}.skills-track{gap:30px}.skill-image{width:40px;height:40px}.skill-item:hover .skill-image{transform:scale(1.15)}.skill-name{font-size:.75rem}}.cta{padding:80px 0;background:#1a1a1a}.cta-container{max-width:800px;margin:0 auto;padding:0 20px;text-align:center}.cta-content{background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 40px;border-radius:16px;border:2px solid transparent;color:#fff;text-decoration:none;display:block;cursor:pointer;transition:all .3s ease}.cta-content:hover{background:linear-gradient(135deg,#5a67d8,#6a3e92);border:2px solid white;transform:translateY(-5px);box-shadow:0 40px 80px #0009}.cta-title{font-size:2.8rem;font-weight:550;color:#fff;margin-bottom:20px;line-height:1.2}.cta-description{font-size:1.3rem;color:#ffffffe6;margin-bottom:0;line-height:1.6}.cta-buttons{display:none}@media (max-width: 768px){.cta{padding:60px 0}.cta-content{padding:40px 30px}.cta-title{font-size:2.2rem}.cta-description{font-size:1.1rem}}@media (max-width: 480px){.cta-content{padding:30px 20px}.cta-title{font-size:1.8rem}}.featured-projects-section{margin-bottom:80px}.section-title{font-size:2rem;font-weight:600;color:#fff;margin-bottom:40px;text-align:center}.featured-projects-grid{display:flex;flex-direction:column;gap:40px}.featured-project-card{background:#2a2a2a;border:2px solid #444;border-radius:2px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;transition:all .3s ease}.featured-project-card:hover{border:2px solid #bbb;box-shadow:0 25px 50px #0009}.featured-project-card.reverse{grid-template-columns:1fr 1fr}.featured-project-card.reverse .featured-project-content{order:2}.featured-project-card.reverse .featured-project-visual{order:1}.featured-project-content{color:#fff}.featured-project-title{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:20px}.featured-project-description{color:#bbb;line-height:1.6;margin-bottom:24px;font-size:1rem}.featured-project-features{list-style:none;padding:0;margin:0 0 24px}.featured-feature-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#bbb;font-size:.95rem}.featured-feature-check{color:#667eea;font-weight:700;font-size:.9rem}.featured-project-technologies{color:#bbb;line-height:1.6;margin-bottom:24px;font-size:1rem}.featured-tech-tag{background:#f0f0f0;color:#666;padding:6px 12px;margin-right:5px;border-radius:12px;font-size:.85rem;font-weight:500}.featured-project-links{display:flex;gap:16px}.featured-project-link{background:#667eea;color:#fff;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease}.featured-project-link:hover{background:#5a67d8}.featured-project-visual{display:flex;justify-content:center;align-items:center}.featured-project-image{width:100%;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.featured-project-image img{width:100%;height:auto;display:block}.additional-projects-section{margin-top:80px}.projects{padding:120px 0 80px;background:#333;min-height:100vh}.projects-container{max-width:1200px;margin:0 auto;padding:0 20px}.projects-header{text-align:center;margin-bottom:60px}.projects-title{font-size:3rem;font-weight:550;color:#fff;margin-bottom:16px}.projects-subtitle{font-size:1.2rem;color:#fff;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.project-card{background:#2a2a2a;border:2px solid #444;overflow:hidden;transition:all .3s ease}.project-card:hover{border:2px solid #bbb;box-shadow:0 20px 40px #0009}.project-image{position:relative;overflow:hidden;height:200px}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:15px}.project-link{background:#fff;color:#333;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:500;font-size:14px;transition:all .3s ease}.project-link:hover{background:#667eea;color:#fff}.project-content{padding:25px}.project-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:12px}.project-description{color:#bbb;line-height:1.6;margin-bottom:20px;font-size:.95rem}.project-technologies{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#f0f0f0;color:#666;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}@media (max-width: 768px){.featured-projects-section{margin-bottom:60px}.section-title{font-size:1.8rem;margin-bottom:30px}.featured-projects-grid{gap:30px}.featured-project-card,.featured-project-card.reverse{grid-template-columns:1fr;gap:30px;padding:30px}.featured-project-card.reverse .featured-project-content,.featured-project-card.reverse .featured-project-visual{order:unset}.featured-project-title{font-size:1.5rem}.featured-project-image{max-width:100%}.featured-project-links{justify-content:center}.additional-projects-section{margin-top:60px}.projects{padding:100px 0 60px}.projects-title{font-size:2.5rem}.projects-grid{grid-template-columns:1fr;gap:20px}.project-content{padding:20px}.project-links{flex-direction:column;gap:10px}.project-link{text-align:center}}@media (max-width: 480px){.featured-project-card{padding:20px}.featured-project-title{font-size:1.3rem}.featured-project-links{flex-direction:column;gap:12px}.featured-project-link{text-align:center}.projects-title{font-size:2rem}.projects-subtitle{font-size:1.1rem}.project-image{height:180px}}.contact{padding:120px 0 80px;background:#333;min-height:100vh}.contact-container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-header{text-align:center;margin-bottom:60px}.contact-title{font-size:3rem;font-weight:550;color:#fff;margin-bottom:16px}.contact-subtitle{font-size:1.2rem;color:#888;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:stretch}.contact-info{display:grid;flex-direction:column;grid-template-columns:1fr 1fr;gap:30px}.contact-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;background:#2a2a2a;border:2px solid #444;border-radius:12px;transition:all .3s ease;text-decoration:none;color:inherit;height:100%;min-height:180px}.contact-item:hover{border:2px solid #bbb;background:#667eea80;box-shadow:0 25px 50px #0009}.contact-item-full-width{grid-column:1 / span 2}.contact-icon{font-size:1.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;margin-bottom:15px}.contact-details{text-align:center}.contact-details h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:8px}.contact-details p{color:#888;font-size:1.2rem}.contact-form{background:#2a2a2a;padding:40px;border:2px solid #444;border-radius:12px;transition:all .3s ease}.contact-form:hover{border:2px solid #bbb}.contact-form p{color:#888;font-size:1.2rem;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#fff}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;margin-top:10px}@media (max-width: 768px){.contact{padding:100px 0 60px}.contact-title{font-size:2.5rem}.contact-content{grid-template-columns:1fr;gap:40px}.contact-info{grid-template-columns:1fr;gap:20px}.contact-item-full-width{grid-column:auto}.contact-form{padding:30px}.contact-item{padding:20px;min-height:unset}.contact-icon{width:50px;height:50px;margin-bottom:10px}}@media (max-width: 480px){.contact-title{font-size:2rem}.contact-subtitle{font-size:1.1rem}.contact-form{padding:20px}.contact-item{flex-direction:column;text-align:center;gap:15px}}.not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:100vh}.not-found h1{font-size:15rem;color:#ff6b6b}.not-found p{font-size:2.5rem;margin-bottom:90px}.back-home{font-size:1.2rem;padding:10px 20px;border-radius:10px;text-decoration:none;transition:.3s ease}.footer{background:#1a1a1a;border-top:1px solid #333;color:#ccc;padding:40px 0 20px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.footer-left{flex:1}.footer-logo{color:#8b5cf6}.footer-center{flex:2;display:flex;justify-content:center}.footer-github{display:flex;gap:32px}.footer-link{color:transparent;background:linear-gradient(90deg,#4c00ff,#09ff0080,#ff0000b0,#4c00ff);background-size:200%;background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent;font-size:16px;font-weight:500;animation:gradient-move 3s infinite linear;transition:all .3s ease}.footer-link:hover{background:linear-gradient(90deg,#cbb4ff,#c3ffc070,#ffb7b770,#cbb4ff);background-size:200%;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent;animation:gradient-move-hover 3s infinite linear;text-shadow:0px 0px 10px rgba(255,255,255,.8)}@keyframes gradient-move{0%{background-position:0%}to{background-position:200%}}@keyframes gradient-move-hover{0%{background-position:0%}to{background-position:200%}}.footer-appearance{display:flex;align-items:center;gap:12px}.appearance-text{font-size:14px;color:#888;text-shadow:0 0 10px #1a1a1a}.theme-toggle{display:flex;gap:8px}.theme-btn{background:transparent;border:1px solid #444;color:#888;padding:6px;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px #1a1a1a}.theme-btn:hover{border-color:#666;color:#ccc}.theme-btn.active{border-color:#8b5cf6;color:#8b5cf6;background:#8b5cf61a}.light-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;transition:opacity .5s ease;background:linear-gradient(#fffffff2,#fffffff2),url(/imgs/whitemode.jpg);opacity:0}.light-overlay.active{opacity:1}.footer-right{position:relative;z-index:1000;flex:1;display:flex;justify-content:flex-end}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #333}.footer-copyright{position:absolute;left:50%;transform:translate(-50%)}.footer-copyright p{font-size:14px;color:#666;margin:0}.footer-social{display:flex;gap:16px;margin-left:auto}.social-link{color:#666;transition:color .3s ease;display:flex;align-items:center;justify-content:center}.social-link:hover{color:#8b5cf6}@media (max-width: 768px){.footer{padding:30px 0 20px}.footer-main{flex-direction:column;gap:30px;margin-bottom:30px}.footer-left,.footer-center,.footer-right{flex:none}.footer-nav{gap:20px;flex-wrap:wrap;justify-content:center}.footer-appearance{justify-content:center}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-copyright{position:static;transform:none}.footer-social{margin-left:0;justify-content:center}}@media (max-width: 480px){.footer-nav{flex-direction:column;gap:15px;text-align:center}.footer-social{gap:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#fff;background:#333}.App{min-height:100vh}.scroll-animate{opacity:0;transform:translateY(50px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1) .3s ease}.scroll-animate.visible{opacity:1;transform:translateY(0)}.scroll-animate-delay-1{transition-delay:.1s}.scroll-animate-delay-2{transition-delay:.2s}.scroll-animate-delay-3{transition-delay:.3s}.scroll-animate-delay-4{transition-delay:.4s}.scroll-animate-fast{transition-duration:.6s}.scroll-animate-slow{transition-duration:1.2s}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:16px;font-weight:100;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;min-width:120px}.btn-primary{background:#667eea;color:#fff;margin-top:10px}.btn-primary:hover{background:#667eea80;box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.btn-outline{padding:15px 75px;font-size:1.2rem;background:transparent;color:#aaa;border:2px solid #007BFF}.btn-outline:hover{background-color:#007bff;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.btn{padding:10px 20px;font-size:14px;min-width:100px}}
