@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);padding:1rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;transition:all .3s ease}.logo-text{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;position:relative;transition:all .3s ease;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-primary);transition:width .3s ease}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}@media (max-width: 768px){.navbar-container{padding:0 1rem}.navbar-links{gap:1rem}.nav-link{font-size:.85rem}}.typing-container{display:inline-block}.typing-text{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;letter-spacing:-.02em}.typing-cursor{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;color:var(--accent-primary);animation:blink 1s infinite;margin-left:.2rem}@media (max-width: 768px){.typing-text,.typing-cursor{font-size:2.5rem}}.animated-skills-container{display:inline-block;font-size:clamp(1.5rem,4vw,3rem);font-weight:600;color:var(--text-secondary);line-height:1.3}.animated-prefix{color:var(--text-secondary)}.animated-skill{color:var(--accent-primary);font-weight:700}.animated-cursor{color:var(--accent-primary);animation:blink 1s infinite;margin-left:.2rem}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 768px){.animated-skills-container{font-size:1.5rem}}.home-container{min-height:100vh;padding:8rem 2rem 4rem;display:flex;align-items:center;justify-content:center;position:relative;max-width:1400px;margin:0 auto}.home-content{display:grid;grid-template-columns:1fr auto;gap:4rem;width:100%;align-items:center}.home-hero{max-width:800px}.greeting-section{margin-bottom:2rem}.greeting-prefix{font-size:1.2rem;color:var(--accent-primary);font-weight:500;margin-bottom:1rem;font-family:Courier New,monospace}.greeting-suffix{font-size:clamp(1.5rem,4vw,3rem);color:var(--text-secondary);font-weight:600;margin-top:1rem;line-height:1.3}.info-section{margin:3rem 0;max-width:600px}.info-text{font-size:1.1rem;color:var(--text-secondary);line-height:1.8;font-weight:400}.cta-section{display:flex;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;border:none;font-family:inherit}.cta-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 14px #6366f166}.cta-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.cta-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.cta-secondary:hover{background:var(--card-bg);border-color:var(--accent-primary);transform:translateY(-2px)}.home-sidebar{display:flex;flex-direction:column;align-items:center;position:relative}.social-icons{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:120px}.social-icon{font-size:1.5rem;color:var(--text-secondary);transition:all .3s ease;padding:.75rem;border-radius:8px;background:var(--card-bg);border:1px solid var(--card-border);display:flex;align-items:center;justify-content:center;width:50px;height:50px}.social-icon:hover{color:var(--accent-primary);background:var(--bg-tertiary);border-color:var(--accent-primary);transform:translateY(-3px)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-line{width:1px;height:40px;background:var(--border-color);animation:scrollLine 2s infinite}@keyframes scrollLine{0%,to{opacity:.3}50%{opacity:1}}@media (max-width: 968px){.home-content{grid-template-columns:1fr;gap:3rem}.home-sidebar{flex-direction:row;justify-content:center}.social-icons{flex-direction:row;position:static}}@media (max-width: 768px){.home-container{padding:6rem 1rem 3rem}.greeting-prefix,.info-text{font-size:1rem}.cta-primary,.cta-secondary{padding:.875rem 1.5rem;font-size:.95rem}.cta-section{flex-direction:column}.cta-primary,.cta-secondary{width:100%;justify-content:center}}.skills-container{min-height:100vh;padding:8rem 2rem 4rem;max-width:1400px;margin:0 auto}.skills-content{width:100%}.skills-header{margin-bottom:4rem;text-align:center}.skills-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.skills-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.skill-card{position:relative}.skill-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:2.5rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;transition:all .3s ease;cursor:pointer;aspect-ratio:1}.skill-icon-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.skill-icon-wrapper:hover{transform:translateY(-8px);background:var(--bg-tertiary);border-color:var(--accent-primary)}.skill-icon-wrapper:hover:before{opacity:1}.skill-icon{font-size:3.5rem;transition:all .3s ease;z-index:1;position:relative}.skill-icon-wrapper:hover .skill-icon{transform:scale(1.1)}.skill-tooltip{position:absolute;bottom:-45px;left:50%;transform:translate(-50%);background:var(--bg-tertiary);color:var(--text-primary);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease;z-index:10;border:1px solid var(--border-color);box-shadow:0 4px 12px #0000004d}.skill-icon-wrapper:hover .skill-tooltip{opacity:1;bottom:-55px}.skill-tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid var(--bg-tertiary);z-index:11}@media (max-width: 768px){.skills-container{padding:6rem 1rem 3rem}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1.5rem}.skill-icon{font-size:2.5rem}.skill-icon-wrapper{padding:2rem}}.projects-container{min-height:100vh;padding:8rem 2rem 4rem;max-width:1400px;margin:0 auto}.projects-content{width:100%}.projects-header{margin-bottom:4rem;text-align:center}.projects-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.projects-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.projects-list{display:flex;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto}.project-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .6s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.project-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px);background:var(--bg-tertiary);border-color:var(--accent-primary);box-shadow:0 10px 30px #6366f133}.project-card:hover:before{transform:scaleX(1)}.project-card.featured{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-color:var(--accent-primary)}.project-content{position:relative;z-index:1}.project-header{display:flex;justify-content:flex-end;margin-bottom:1rem}.project-links{display:flex;gap:1rem}.project-link{color:var(--text-secondary);font-size:1.2rem;transition:all .3s ease;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center}.project-link:hover{color:var(--accent-primary);background:var(--card-bg);transform:translateY(-2px)}.project-title{font-size:1.75rem;color:var(--text-primary);margin-bottom:1rem;font-weight:700}.project-description{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:#6366f11a;color:var(--accent-primary);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(99,102,241,.2);transition:all .3s ease}.tech-tag:hover{background:#6366f133;border-color:var(--accent-primary)}@media (max-width: 768px){.projects-container{padding:6rem 1rem 3rem}.project-card{padding:1.5rem}.project-title{font-size:1.5rem}.project-description{font-size:.95rem}}.about-container{min-height:100vh;padding:8rem 2rem 4rem;max-width:1400px;margin:0 auto}.about-content{width:100%}.about-header{margin-bottom:4rem;text-align:center}.section-number{font-size:1rem;color:var(--accent-primary);font-family:Courier New,monospace;font-weight:500;display:block;margin-bottom:.5rem}.about-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--text-primary);line-height:1.2}.title-highlight{color:var(--accent-primary)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto 6rem}.about-text-section{display:flex;flex-direction:column;gap:1.5rem}.about-text{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.about-image-section{display:flex;justify-content:center;align-items:center}.about-image-wrapper{position:relative;width:300px;height:300px}.about-image-placeholder{width:100%;height:100%;background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;color:var(--accent-primary);position:relative;z-index:2;transition:all .3s ease}.about-image-wrapper:hover .about-image-placeholder{background:var(--bg-tertiary);border-color:var(--accent-primary)}.about-image-border{position:absolute;top:20px;left:20px;width:100%;height:100%;border:2px solid var(--accent-primary);border-radius:8px;opacity:.3;transition:all .3s ease}.about-image-wrapper:hover .about-image-border{top:15px;left:15px;opacity:.5}.certifications-section{margin-top:6rem;max-width:1000px;margin-left:auto;margin-right:auto}.certifications-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.cert-icon{color:var(--accent-primary);font-size:1.75rem}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.certification-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.certification-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent-primary);transform:scaleY(0);transition:transform .3s ease}.certification-card:hover{transform:translateY(-4px);background:var(--bg-tertiary);border-color:var(--accent-primary);box-shadow:0 8px 24px #6366f133}.certification-card:hover:before{transform:scaleY(1)}.cert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.cert-name{font-size:1.25rem;font-weight:600;color:var(--text-primary);line-height:1.4;flex:1}.cert-link{color:var(--text-secondary);font-size:1rem;transition:all .3s ease;flex-shrink:0;padding:.25rem;border-radius:4px}.cert-link:hover{color:var(--accent-primary);background:var(--card-bg);transform:scale(1.1)}.cert-details{display:flex;flex-direction:column;gap:.75rem}.cert-issuer{color:var(--text-secondary);font-size:.95rem;font-weight:500}.cert-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:var(--text-tertiary)}.cert-date{color:var(--accent-primary);font-weight:500}.cert-id{font-family:Courier New,monospace;color:var(--text-tertiary)}.badges-section{margin-top:6rem;max-width:1000px;margin-left:auto;margin-right:auto}.badges-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.badge-icon{color:var(--accent-primary);font-size:1.75rem}.badges-subtitle{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem;line-height:1.6}.badges-wrapper{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.badges-wrapper:hover{border-color:var(--accent-primary);box-shadow:0 8px 24px #6366f11a}.badge-link{display:inline-block;transition:transform .3s ease;text-decoration:none}.badge-link:hover{transform:scale(1.05)}.badge-image{max-width:100%;height:auto;width:auto;max-height:300px;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}.badge-link:hover .badge-image{box-shadow:0 6px 20px #6366f14d}.badges-placeholder{text-align:center;padding:2rem;max-width:600px;margin:0 auto}.badges-instruction{color:var(--text-secondary);line-height:1.8;font-size:1rem;margin-bottom:1rem}.badges-instruction code{background:var(--bg-tertiary);padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;color:var(--accent-primary);border:1px solid var(--card-border)}.badges-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.875rem 1.75rem;background:var(--accent-primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 14px #6366f166}.badges-link:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}@media (max-width: 968px){.about-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}.about-image-wrapper{width:250px;height:250px}.certifications-grid{grid-template-columns:1fr}}@media (max-width: 768px){.about-container{padding:6rem 1rem 3rem}.about-text{font-size:1rem}.about-image-wrapper{width:200px;height:200px}.about-image-placeholder{font-size:3rem}.certifications-title{font-size:1.75rem}.cert-name{font-size:1.1rem}.certification-card{padding:1.25rem}.badges-title{font-size:1.75rem}.badges-wrapper{padding:1.5rem}.badge-image{max-height:250px}.badges-instruction{font-size:.9rem}}.app{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-tertiary: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-tertiary: #6b6b6b;--accent-primary: #6366f1;--accent-secondary: #8b5cf6;--accent-hover: #818cf8;--border-color: #2a2a2a;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background:var(--accent-primary);color:#fff}
