@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-orange-light:#ffa970;--color-orange-primary:#ff6b00;--color-orange-dark:#cc5600;--color-purple-light:#c084fc;--color-purple-primary:#8a2be2;--color-purple-dark:#6319aa;--bg-deep:#06050b;--bg-surface:#0e0d14;--bg-card:#1a182699;--bg-card-hover:#242134d9;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--border-light:#ffffff0f;--border-active:#ff6b004d;--border-purple-active:#8a2be24d;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", var(--font-sans);--font-mono:"JetBrains Mono", monospace;--glass-blur:blur(16px);--glow-orange:0 0 30px #ff6b0026;--glow-purple:0 0 30px #8a2be226;--glow-combined:0 0 40px #ff6b001a, 0 0 40px #8a2be21a}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-deep);color:var(--text-primary);font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.bg-glow-container{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.bg-glow-orange{filter:blur(80px);background:radial-gradient(circle,#ff6b001f 0%,#0000 70%);width:50vw;height:50vw;animation:12s ease-in-out infinite alternate pulse-glow;position:absolute;top:-10%;left:-10%}.bg-glow-purple{filter:blur(100px);background:radial-gradient(circle,#8a2be21f 0%,#0000 70%);width:60vw;height:60vw;animation:15s ease-in-out infinite alternate-reverse pulse-glow;position:absolute;bottom:-10%;right:-10%}@keyframes pulse-glow{0%{opacity:.8;transform:scale(1)translate(0)}to{opacity:1;transform:scale(1.2)translate(5%,5%)}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{border:2px solid var(--bg-deep);background:#252333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-orange-primary)}.app-wrapper{background:radial-gradient(ellipse at top, #0c0b15 0%, var(--bg-deep) 100%);flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:#fff;font-weight:700}.gradient-text{background:linear-gradient(135deg, var(--color-orange-primary) 0%, var(--color-purple-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-light);border-radius:16px;padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 30px #0003}.glass-card:hover{border-color:var(--border-active);background:var(--bg-card-hover);box-shadow:var(--glow-orange);transform:translateY(-4px)}.glass-card.purple-hover:hover{border-color:var(--border-purple-active);box-shadow:var(--glow-purple)}header{z-index:100;-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border-light);background:#06050bbf;position:sticky;top:0}.nav-bar{justify-content:space-between;align-items:center;height:80px;display:flex}.logo-link{font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:800;text-decoration:none;display:flex}.logo-icon-svg{flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-block}.logo-link:hover .logo-icon-svg{transform:scale(1.1)rotate(5deg)}.nav-links{gap:1.5rem;display:flex}.nav-btn{color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-btn:hover{color:var(--text-primary)}.nav-btn.active{color:var(--color-orange-primary);background:#ff6b000f}.nav-btn.active:after{content:"";background:linear-gradient(90deg, var(--color-orange-primary), var(--color-purple-primary));border-radius:2px;height:2px;position:absolute;bottom:0;left:1rem;right:1rem}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.hero-section{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;min-height:calc(100vh - 160px);padding:6rem 0;display:grid}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-subtitle{font-family:var(--font-mono);color:var(--color-orange-primary);letter-spacing:.1em;text-transform:uppercase;font-size:1.1rem}.hero-title{font-size:4rem;font-weight:800;line-height:1.1}.hero-bio{color:var(--text-secondary);max-width:600px;font-size:1.2rem}.hero-actions{gap:1.5rem;margin-top:1rem;display:flex}.btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--color-orange-primary) 0%, var(--color-purple-primary) 100%);color:#fff;border:none;box-shadow:0 4px 20px #ff6b0040}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #8a2be266}.btn-secondary{color:#fff;border:1px solid var(--border-light);background:#ffffff0d}.btn-secondary:hover{border-color:var(--color-purple-light);background:#ffffff1a;transform:translateY(-2px)}.hero-graphics{justify-content:center;align-items:center;display:flex;position:relative}.visual-orb-container{width:350px;height:350px;position:relative}.visual-orb{background:linear-gradient(45deg, var(--color-orange-primary), var(--color-purple-primary));opacity:.85;filter:blur(2px);width:100%;height:100%;box-shadow:var(--glow-combined);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:8s ease-in-out infinite alternate morph;position:absolute}.visual-orb-overlay{border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:90%;height:90%;animation:20s linear infinite spin;display:flex;position:absolute;top:5%;left:5%}.visual-orb-overlay:after{content:"";border:1px dashed #ffffff14;border-radius:50%;width:80%;height:80%;animation:10s linear infinite reverse spin}@keyframes morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:40% 60% 50% 50%/50% 40% 60% 50%}}@keyframes spin{to{transform:rotate(360deg)}}.section-wrapper{padding:5rem 0;animation:.5s ease-out forwards fade-in-up}.section-header{text-align:center;margin-bottom:3.5rem}.section-subtitle{font-family:var(--font-mono);color:var(--color-orange-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.95rem}.section-title{font-size:2.75rem;font-weight:800}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.filter-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{border:1px solid var(--border-light);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;background:#ffffff08;border-radius:30px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;transition:all .3s}.filter-btn:hover{color:var(--text-primary);background:#ffffff14}.filter-btn.active{border-color:var(--color-orange-primary);color:#fff;background:linear-gradient(135deg,#ff6b0026,#8a2be226)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.project-card{flex-direction:column;justify-content:space-between;height:100%;display:flex}.project-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.project-category{font-family:var(--font-mono);color:var(--color-orange-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.project-links{gap:1rem;display:flex}.project-link-icon{color:var(--text-secondary);transition:color .2s}.project-link-icon:hover{color:var(--color-purple-light)}.project-title{margin-bottom:.75rem;font-size:1.5rem}.project-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.project-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:var(--color-purple-light);font-size:.8rem;font-family:var(--font-mono);background:#ffffff0a;border:1px solid #8a2be226;border-radius:4px;padding:.25rem .75rem}.experience-layout{grid-template-columns:1.2fr .8fr;gap:4rem;display:grid}.timeline-container{border-left:1px solid var(--border-light);padding-left:2rem;position:relative}.timeline-item{margin-bottom:3.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--color-orange-primary);width:11px;height:11px;box-shadow:0 0 10px var(--color-orange-primary);border-radius:50%;transition:all .3s;position:absolute;top:6px;left:calc(-2rem - 6px)}.timeline-item.education .timeline-dot{background:var(--color-purple-primary);box-shadow:0 0 10px var(--color-purple-primary)}.timeline-item:hover .timeline-dot{transform:scale(1.3)}.timeline-time{font-family:var(--font-mono);color:var(--color-orange-primary);margin-bottom:.5rem;font-size:.85rem}.timeline-item.education .timeline-time{color:var(--color-purple-light)}.timeline-role{margin-bottom:.25rem;font-size:1.35rem;font-weight:600}.timeline-company{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:500}.timeline-desc{color:var(--text-secondary);font-size:.95rem}.skills-wrapper{flex-direction:column;gap:2.5rem;display:flex}.skills-category{flex-direction:column;gap:1.25rem;display:flex}.skills-category-title{border-bottom:1px solid var(--border-light);padding-bottom:.5rem;font-size:1.25rem}.skill-bar-item{flex-direction:column;gap:.5rem;display:flex}.skill-info{justify-content:space-between;font-size:.95rem;display:flex}.skill-name{color:var(--text-primary);font-weight:500}.skill-percentage{font-family:var(--font-mono);color:var(--color-purple-light)}.skill-track{background:#ffffff0d;border-radius:4px;width:100%;height:8px;overflow:hidden}.skill-fill{background:linear-gradient(90deg, var(--color-orange-primary), var(--color-purple-primary));border-radius:4px;height:100%;transition:width 1.5s cubic-bezier(.16,1,.3,1)}.contact-layout{grid-template-columns:.8fr 1.2fr;gap:4rem;display:grid}.contact-info-card{flex-direction:column;gap:2rem;display:flex}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-detail-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon-box{width:44px;height:44px;color:var(--color-orange-primary);background:#ff6b0014;border:1px solid #ff6b0026;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.contact-detail-value{color:var(--text-primary);font-size:1rem;text-decoration:none}.contact-detail-value:hover{color:var(--color-orange-light)}.socials-grid{gap:1rem;margin-top:1rem;display:flex}.social-icon-btn{width:46px;height:46px;color:var(--text-secondary);border:1px solid var(--border-light);background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-icon-btn:hover{border-color:var(--color-purple-primary);color:var(--color-purple-light);background:#8a2be214;transform:translateY(-3px)}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.form-input{border:1px solid var(--border-light);color:#fff;font-family:var(--font-sans);background:#ffffff05;border-radius:10px;outline:none;padding:.9rem 1.2rem;font-size:.95rem;transition:all .3s}.form-input:focus{border-color:var(--color-orange-primary);background:#ff6b0005;box-shadow:0 0 15px #ff6b001a}.form-input.textarea{resize:vertical;min-height:150px}.form-status{border-radius:8px;align-items:center;gap:.75rem;padding:1rem;font-size:.95rem;font-weight:500;display:flex}.form-status.success{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.form-status.error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}footer{border-top:1px solid var(--border-light);background:#06050b80;margin-top:auto;padding:3rem 0}.footer-content{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.footer-logo{font-family:var(--font-heading);color:#fff;letter-spacing:.05em;font-weight:700}@media (width<=1024px){.hero-section{text-align:center;grid-template-columns:1fr;gap:3rem;padding:4rem 0}.hero-bio{margin:0 auto}.hero-actions{justify-content:center}.experience-layout,.contact-layout{grid-template-columns:1fr;gap:3.5rem}}@media (width<=768px){.container{padding:0 1.5rem}.nav-links{display:none}.menu-toggle{display:block}.hero-title{font-size:2.75rem}.form-row{grid-template-columns:1fr}.footer-content{text-align:center;flex-direction:column;gap:1rem}}.nav-links.mobile-open{background:var(--bg-deep);border-bottom:1px solid var(--border-light);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:80px;left:0;right:0;box-shadow:0 10px 30px #00000080}.hero-section{justify-content:space-between;align-items:center;gap:4rem;min-height:calc(100vh - 80px);padding:6rem 0;display:flex}.hero-content{z-index:10;flex:1;max-width:650px}.hero-badge{color:var(--color-orange-primary);font-size:.9rem;font-family:var(--font-mono);background:#ff6b0014;border:1px solid #ff6b004d;border-radius:100px;align-items:center;margin-bottom:2rem;padding:.5rem 1.25rem;font-weight:500;display:inline-flex;box-shadow:0 0 20px #ff6b0026}.hero-title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.05}.hero-highlight{background:linear-gradient(135deg, var(--color-orange-primary) 0%, var(--color-purple-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;padding-right:.1em;display:inline-block}.hero-subtitle{color:var(--text-secondary);max-width:90%;margin-bottom:3rem;font-size:1.25rem;font-weight:400;line-height:1.7}.hero-action-group{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:4rem;display:flex}.hero-download-btn{background:linear-gradient(135deg, var(--color-orange-primary) 0%, var(--color-purple-primary) 100%);color:#fff;cursor:pointer;font-size:1.15rem;font-weight:600;font-family:var(--font-sans);border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #ff6b004d,inset 0 1px #fff3}.hero-download-btn:hover:not(:disabled){background:linear-gradient(135deg, var(--color-orange-light) 0%, var(--color-purple-light) 100%);transform:translateY(-3px);box-shadow:0 15px 35px #8a2be280,inset 0 1px #ffffff4d}.hero-download-btn:active:not(:disabled){transform:translateY(1px)}.hero-download-icon,.hero-check-icon{width:24px;height:24px}.hero-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:1s ease-in-out infinite hero-spin}@keyframes hero-spin{to{transform:rotate(360deg)}}.hero-version-info{color:var(--text-muted);font-size:.85rem;font-family:var(--font-mono);padding-left:.5rem}.hero-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hero-feature-card{background:var(--bg-card);border:1px solid var(--border-light);-webkit-backdrop-filter:var(--glass-blur);border-radius:16px;padding:1.5rem;transition:all .3s}.hero-feature-card:hover{border-color:var(--border-active);background:var(--bg-card-hover);box-shadow:var(--glow-orange);transform:translateY(-5px)}.hero-feature-icon{color:var(--color-orange-primary);margin-bottom:1rem}.hero-feature-card h3{color:var(--text-primary);font-size:1.1rem;font-weight:600;font-family:var(--font-heading);margin-bottom:.5rem}.hero-feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.hero-visual{z-index:10;perspective:1000px;flex:1;justify-content:flex-end;align-items:center;display:flex;position:relative}.hero-editor-glow{filter:blur(80px);z-index:0;background:radial-gradient(circle,#ff6b0026 0%,#8a2be226 50%,#0000 70%);width:100%;height:100%;animation:8s ease-in-out infinite alternate hero-pulse;position:absolute}@keyframes hero-pulse{0%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.hero-editor-window{z-index:1;-webkit-backdrop-filter:blur(24px);background:#0e0d14d9;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:550px;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:rotateY(-8deg)rotateX(4deg)translateZ(0);box-shadow:0 30px 60px -12px #000000b3,0 0 0 1px #8a2be233}.hero-editor-window:hover{box-shadow:0 40px 80px -12px #000c, 0 0 0 1px #ff6b004d, var(--glow-combined);transform:rotateY(0)rotateX(0)translateZ(20px)}.hero-editor-header{background:#0006;border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:1rem 1.25rem;display:flex}.hero-dot{border-radius:50%;width:12px;height:12px}.hero-dot.red{background:#ff5f56}.hero-dot.yellow{background:#ffbd2e}.hero-dot.green{background:#27c93f}.hero-filename{font-family:var(--font-mono);color:var(--text-muted);margin-left:auto;margin-right:auto;font-size:.85rem}.hero-code-block{margin:0;padding:1.5rem 1.25rem;overflow-x:auto}.hero-code-block code{font-family:var(--font-mono);font-size:.95rem;line-height:1.7}.code-keyword{color:var(--color-orange-primary);font-weight:500}.code-function{color:var(--color-purple-light);font-weight:500}.code-string{color:#a5d6ff}.code-punctuation{color:var(--text-muted)}.code-type{color:#ff7b72;font-style:italic}@media (width<=1024px){.hero-section{text-align:left;flex-direction:column;gap:3rem;padding:3rem 0}.hero-content{max-width:100%}.hero-title{font-size:4rem}.hero-visual{justify-content:center;width:100%}.hero-editor-window,.hero-editor-window:hover{transform:none}.hero-features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (width<=768px){.hero-title{font-size:3rem}}
