@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-color: #030014;--bg-secondary: #0a0a2a;--text-primary: #f8fafc;--text-secondary: #94a3b8;--accent-cyan: #06b6d4;--accent-purple: #8b5cf6;--accent-green: #10b981;--accent-blue: #3b82f6;--glass-bg: rgba(10, 10, 42, .7);--glass-border: rgba(255, 255, 255, .1);--neon-cyan-glow: 0 0 15px rgba(6, 182, 212, .5);--neon-purple-glow: 0 0 15px rgba(139, 92, 246, .5);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;overflow-x:hidden;background-image:radial-gradient(circle at 50% -20%,rgba(139,92,246,.15),transparent 50%),radial-gradient(circle at 0% 100%,rgba(6,182,212,.1),transparent 50%);background-attachment:fixed}h1,h2,h3,h4,.brand-font{font-family:Outfit,sans-serif;font-weight:700}a{text-decoration:none;color:inherit;transition:var(--transition)}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.gradient-text{background:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem}.btn-primary{padding:.65rem 1.5rem;border-radius:.5rem;font-weight:600;background:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple));color:#fff;box-shadow:var(--neon-cyan-glow);transition:var(--transition)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--neon-purple-glow)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--accent-cyan);border-radius:2px}@media(max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.17,.55,.55,1)}.reveal.active{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 1s ease-in forwards}.navbar{position:fixed;top:0;left:0;width:100%;height:80px;display:flex;align-items:center;z-index:1000;transition:var(--transition);border-bottom:1px solid transparent}.navbar.scrolled{height:70px;background:var(--glass-bg);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid var(--glass-border);box-shadow:0 4px 30px #00000080}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-logo{display:flex;align-items:center;gap:.8rem;font-size:1.5rem;color:var(--text-primary)}.logo-img{width:35px;height:35px;border-radius:8px;filter:drop-shadow(var(--neon-cyan-glow))}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-item{font-size:.95rem;font-weight:500;color:var(--text-secondary);position:relative}.nav-item:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--accent-cyan);transition:var(--transition)}.nav-item:hover{color:var(--text-primary)}.nav-item:hover:after{width:100%}.nav-btn{padding:.6rem 1.5rem;font-size:.9rem}.mobile-toggle{display:none;color:var(--text-primary)}@media(max-width:992px){.nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--bg-secondary);flex-direction:column;justify-content:center;gap:2rem;transition:.4s ease;box-shadow:-10px 0 30px #00000080;z-index:999}.nav-links.active{right:0}.mobile-toggle{display:block;z-index:1001}.nav-item{font-size:1.2rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding-top:100px;gap:4rem}.hero-content{flex:1;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.8rem;padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;color:var(--accent-cyan);margin-bottom:2rem;border:1px solid rgba(6,182,212,.2)}.badge-dot{width:8px;height:8px;background:var(--accent-cyan);border-radius:50%;box-shadow:0 0 10px var(--accent-cyan);animation:pulse 2s infinite}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem}.hero-typing{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:var(--text-secondary);height:1.5em}.typing-dynamic{color:var(--text-primary);border-right:3px solid var(--accent-purple);padding-right:5px;animation:blink .7s infinite}.hero-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:1.2rem}.flex-btn{display:flex;align-items:center;gap:.5rem}.btn-secondary{padding:.65rem 1.5rem;border-radius:.5rem;font-weight:600;background:var(--glass-bg);color:var(--text-primary);border:1px solid var(--glass-border);transition:var(--transition)}.btn-secondary:hover{border-color:var(--accent-cyan);transform:translateY(-2px);box-shadow:var(--neon-cyan-glow)}.hero-socials{display:flex;gap:1rem}.social-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-secondary);transition:var(--transition)}.social-icon:hover{color:var(--accent-cyan);border-color:var(--accent-cyan);transform:translateY(-5px);box-shadow:var(--neon-cyan-glow)}.hero-visual{flex:1;position:relative;display:flex;justify-content:flex-end}.visual-content{width:100%;max-width:450px;padding:1.5rem;z-index:2;box-shadow:0 20px 50px #0000004d}.code-header{display:flex;gap:8px;margin-bottom:1.5rem}.dot{width:12px;height:12px;border-radius:50%}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:#27c93f}.code-body{font-family:Fira Code,monospace;font-size:.95rem;color:#d1d5db}.indent{padding-left:1.5rem}.keyword{color:var(--accent-purple)}.variable{color:var(--accent-cyan)}.property{color:var(--accent-green)}.string{color:#eab308}.blob{position:absolute;width:300px;height:300px;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple));filter:blur(80px);opacity:.2;z-index:1}.blob-1{top:-20px;right:-20px}.blob-2{bottom:-20px;left:-20px;background:var(--accent-cyan)}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes blink{50%{border-color:transparent}}@media(max-width:992px){.hero{flex-direction:column;text-align:center;padding-top:120px;gap:3rem}.hero-content{order:1}.hero-visual{order:2;justify-content:center}.hero-title{font-size:3rem}.hero-actions{justify-content:center;flex-direction:column}}.about-section{padding:100px 0}.about-content{display:flex;align-items:center;gap:5rem;margin-top:2rem}.about-image-container{flex:1;max-width:400px;position:relative;display:flex;justify-content:center}.image-border{position:absolute;top:10px;left:10px;width:100%;height:100%;border:2px solid var(--accent-purple);border-radius:1.5rem;z-index:1}.about-img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:1.5rem;position:relative;z-index:2;border:1px solid var(--glass-border);background:var(--bg-secondary)}.about-text{flex:1.5}.about-subtitle{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-primary)}.about-description{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.8}.about-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:2.5rem}.info-item{display:flex;gap:1.2rem;align-items:flex-start}.info-icon{color:var(--accent-cyan);flex-shrink:0;margin-top:5px}.info-item h4{font-size:1rem;margin-bottom:.3rem;color:var(--text-primary)}.info-item p{font-size:.9rem;color:var(--text-secondary)}.about-footer-text{font-size:1.05rem;color:var(--text-secondary);line-height:2}.pill{display:inline-block;padding:2px 10px;background:#8b5cf61a;color:var(--accent-purple);border-radius:5px;margin:0 5px;font-weight:500;border:1px solid rgba(139,92,246,.2)}@media(max-width:992px){.about-content{flex-direction:column;text-align:center;gap:4rem}.about-image-container{max-width:300px}.image-border{display:none}.info-item{flex-direction:column;align-items:center}.about-info-grid{gap:1.5rem}}@media(max-width:576px){.about-info-grid{grid-template-columns:1fr}}.experience-section{padding:100px 0;position:relative}.section-subtitle{text-align:center;color:var(--text-secondary);margin-top:-2rem;margin-bottom:4rem;font-size:1.1rem}.timeline{position:relative;max-width:1000px;margin:0 auto;padding:2rem 0}.timeline-line{position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(to bottom,transparent,var(--accent-cyan),var(--accent-purple),transparent);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:4rem;width:50%;opacity:1}.timeline-item:last-child{margin-bottom:0}.timeline-item.left{left:0;padding-right:3rem;text-align:right}.timeline-item.right{left:50%;padding-left:3rem;text-align:left}.timeline-dot{position:absolute;top:20px;width:40px;height:40px;background:var(--bg-secondary);border:2px solid var(--accent-cyan);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent-cyan);z-index:10;box-shadow:0 0 15px #06b6d44d}.timeline-item.left .timeline-dot{right:-20px}.timeline-item.right .timeline-dot{left:-20px}.timeline-content{padding:2rem;transition:var(--transition);position:relative;border:1px solid var(--glass-border)}.timeline-content:hover{border-color:var(--accent-cyan);transform:translateY(-5px);box-shadow:var(--neon-cyan-glow)}.current-badge{position:absolute;top:-12px;left:24px;background:linear-gradient(90deg,#ff4d00,#ff9d00);color:#fff;font-size:.7rem;font-weight:800;padding:4px 12px;border-radius:20px;letter-spacing:1px}.timeline-item.left .current-badge{left:auto;right:24px}.exp-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.exp-org{font-size:1.1rem;color:var(--accent-cyan);margin-bottom:1rem;font-weight:500}.exp-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;color:var(--text-secondary);font-size:.9rem}.timeline-item.left .exp-meta{justify-content:flex-end}.meta-item{display:flex;align-items:center;gap:.5rem}.exp-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media(max-width:768px){.timeline-line{left:30px}.timeline-item{width:100%;padding-left:70px!important;padding-right:0!important;text-align:left!important}.timeline-item.left,.timeline-item.right{left:0}.timeline-dot{left:10px!important;right:auto!important}.timeline-item.left .exp-meta{justify-content:flex-start}.timeline-item.left .current-badge{right:auto;left:24px}}.skills-section{padding:100px 0}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.skill-card{padding:2.5rem;transition:var(--transition);border:1px solid var(--glass-border)}.skill-card:hover{transform:translateY(-8px);border-color:var(--accent-purple);box-shadow:0 10px 40px #0006}.skill-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem}.skill-icon{width:40px;height:40px;stroke-width:1.5px}.skill-icon.ai{color:var(--accent-cyan)}.skill-icon.web{color:var(--accent-purple)}.skill-icon.db{color:var(--accent-green)}.skill-icon.tools{color:#f97316}.skill-card h3{font-size:1.5rem;color:var(--text-primary)}.skill-list{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{padding:.5rem 1rem;background:#ffffff0d;border:1px solid var(--glass-border);border-radius:2rem;font-size:.85rem;color:var(--text-secondary);transition:var(--transition)}.skill-card:hover .skill-tag{border-color:#8b5cf64d;color:var(--text-primary)}.skill-tag:hover{background:#06b6d41a;color:var(--accent-cyan);border-color:var(--accent-cyan)}@media(max-width:992px){.skills-grid{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}}@media(max-width:576px){.skill-card{padding:1.5rem}}.projects-section{padding:100px 0}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem}.project-card{padding:2rem;display:flex;flex-direction:column;transition:var(--transition);border:1px solid var(--glass-border)}.project-card:hover{transform:translateY(-10px) scale(1.02);border-color:var(--accent-cyan);box-shadow:0 20px 50px #00000080}.clickable-card{cursor:pointer}.clickable-card:hover{box-shadow:var(--neon-cyan-glow)}.project-header{display:flex;gap:1.5rem;margin-bottom:1.5rem;align-items:flex-start}.project-icon-wrapper{width:50px;height:50px;background:var(--bg-secondary);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid var(--glass-border);flex-shrink:0}.proj-icon{width:24px;height:24px}.proj-icon.ai{color:var(--accent-cyan)}.proj-icon.iot{color:var(--accent-green)}.proj-icon.web{color:var(--accent-purple)}.proj-icon.cafe{color:#f59e0b}.project-title-area h3{font-size:1.25rem;line-height:1.4;margin-bottom:.3rem;color:var(--text-primary)}.project-date{font-size:.85rem;color:var(--accent-purple);font-weight:500}.project-desc{font-size:.95rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.tech-pill{font-size:.75rem;padding:.3rem .8rem;background:#06b6d40d;color:var(--accent-cyan);border:1px solid rgba(6,182,212,.2);border-radius:4px}.project-links{display:flex;align-items:center;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--glass-border)}.proj-link{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.proj-link:hover{color:var(--accent-cyan)}.proj-link.secondary:hover{color:var(--accent-purple)}@media(max-width:992px){.projects-grid{grid-template-columns:1fr;max-width:700px;margin-left:auto;margin-right:auto}}@media(max-width:576px){.project-header{flex-direction:column;gap:1rem}}.certifications-section{padding:100px 0}.certs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-top:3rem}.cert-card{padding:1.5rem;border-radius:1rem;transition:var(--transition);height:100%;display:flex;flex-direction:column;justify-content:center}.cert-card:hover{transform:translateY(-5px);border-color:var(--accent-cyan);box-shadow:var(--neon-cyan-glow)}.cert-header{display:flex;gap:1.2rem;align-items:center}.cert-icon-container{width:45px;height:45px;background:#06b6d41a;border:1px solid rgba(6,182,212,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent-cyan);flex-shrink:0}.cert-info{flex:1}.cert-title{font-size:1.05rem;margin-bottom:.4rem;color:var(--text-primary);line-height:1.4}.cert-issuer{font-size:.85rem;color:var(--text-secondary)}.cert-date{color:var(--accent-purple);font-weight:500}@media(max-width:768px){.certs-grid{grid-template-columns:1fr}.cert-title{font-size:1rem}}.contact-footer{padding:100px 0 30px;background:var(--bg-primary)}.contact-container{display:flex;flex-direction:column}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:8rem}.cta-title{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.1}.cta-desc{font-size:1.1rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.8}.contact-methods{display:flex;flex-direction:column;gap:1.2rem}.contact-method-item{display:flex;align-items:center;gap:1.2rem;padding:1.2rem;transition:var(--transition);text-decoration:none}.contact-method-item:hover{border-color:var(--accent-cyan);transform:translate(10px);box-shadow:var(--neon-cyan-glow)}.method-icon{width:22px;height:22px;color:var(--accent-cyan)}.contact-method-item h4{font-size:.95rem;margin-bottom:.1rem;color:var(--text-primary)}.contact-method-item p{font-size:.85rem;color:var(--text-secondary)}.contact-form-panel{padding:3rem;border-radius:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:var(--text-secondary)}.form-group input,.form-group textarea{width:100%;padding:1rem;background:#ffffff05;border:1px solid var(--glass-border);border-radius:.8rem;color:var(--text-primary);font-family:inherit;font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-purple);background:#8b5cf60d;box-shadow:0 0 15px #8b5cf626}.submit-btn{width:100%;display:flex;justify-content:center;align-items:center;gap:.8rem;font-size:1rem;margin-top:1rem}.minimal-footer{width:100%;padding-top:4rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-top:2px solid;border-image-slice:1;border-image-source:linear-gradient(90deg,transparent,var(--accent-cyan),var(--accent-purple),transparent)}.footer-logo{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;border-radius:12px;background:#ffffff08;border:1px solid var(--glass-border)}.footer-logo .logo-img{width:24px;height:24px;border-radius:4px;filter:drop-shadow(0 0 8px rgba(6,182,212,.4))}.footer-logo .brand-font{font-size:1.1rem}.footer-brand-simple{display:flex;align-items:center;gap:1.2rem}.brand-name-simple{font-family:Outfit,sans-serif;font-size:1.4rem;letter-spacing:.5px;color:var(--text-primary)}.footer-social-circles{display:flex;gap:1rem}.social-circle{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition)}.social-circle:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);transform:translateY(-3px);box-shadow:0 5px 15px #06b6d433}.copyright-simple{font-size:.85rem;color:var(--text-secondary);opacity:.6}@media(max-width:992px){.contact-grid{grid-template-columns:1fr;gap:4rem;margin-bottom:5rem}}@media(max-width:576px){.cta-title{font-size:2.8rem}.minimal-footer{padding-top:3rem}}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--accent-cyan);z-index:900;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:var(--transition);border:1px solid var(--glass-border)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--accent-cyan);color:#fff;transform:translateY(-5px) scale(1.1);box-shadow:var(--neon-cyan-glow)}@media(max-width:768px){.back-to-top{bottom:20px;right:20px;width:45px;height:45px}}
