@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0d1224;--bg-secondary:#111827;--bg-card:#1a2234;--accent-cyan:#16f2b3;--accent-pink:#e879f9;--accent-blue:#7c3aed;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#ffffff14;--glow-cyan:#16f2b326;--glow-pink:#e879f926}html{scroll-behavior:smooth}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d1224;background-color:var(--bg-primary);color:#e2e8f0;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;overflow-x:hidden;padding:0}#root{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}ul{list-style:none}::selection{background:#16f2b3;background:var(--accent-cyan);color:#0d1224;color:var(--bg-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0d1224;background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#16f2b3;background:var(--accent-cyan);border-radius:3px}.section-title{display:inline-block;font-size:2rem;font-weight:700;left:50%;margin-bottom:3rem;position:relative;text-align:center;transform:translateX(-50%)}.section-title span{color:#16f2b3;color:var(--accent-cyan)}.section-title:after{background:linear-gradient(90deg,#16f2b3,#e879f9);background:linear-gradient(90deg,var(--accent-cyan),var(--accent-pink));border-radius:2px;bottom:-10px;content:"";height:2px;left:0;position:absolute;width:100%}.App{background-color:var(--bg-primary);min-height:100vh}.navbar{left:0;padding:1.2rem 0;position:fixed;right:0;top:0;transition:background .3s ease,box-shadow .3s ease,padding .3s ease;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1224f2;box-shadow:0 1px 0 #16f2b31a;padding:.8rem 0}.navbar-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:0 2rem}.navbar-logo{color:var(--text-primary);font-size:1.3rem;font-weight:700;letter-spacing:-.5px;transition:color .2s}.navbar-logo span,.navbar-logo:hover{color:var(--accent-cyan)}.navbar-links{align-items:center;display:flex;gap:.25rem}.navbar-links li a{border-radius:6px;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:.4rem .75rem;position:relative;transition:color .2s,background .2s}.navbar-links li a.active,.navbar-links li a:hover{color:var(--accent-cyan)}.navbar-links li a.active:after{background:var(--accent-cyan);border-radius:50%;bottom:-2px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:4px}.resume-link{border:1px solid var(--accent-cyan)!important;border-radius:6px!important;color:var(--accent-cyan)!important;margin-left:.5rem;padding:.4rem 1rem!important;transition:background .2s!important}.resume-link:hover{background:var(--glow-cyan)!important}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px}.hamburger span{background:var(--text-primary);border-radius:2px;display:block;height:2px;transition:all .3s ease;width:22px}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.hamburger{display:flex}.navbar-links{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1224fa;border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;left:0;opacity:0;padding:1.5rem 2rem 2rem;pointer-events:none;position:fixed;right:0;top:60px;transform:translateY(-120%);transition:transform .3s ease,opacity .3s ease}.navbar-links.open{opacity:1;pointer-events:all;transform:translateY(0)}.navbar-links li a{display:block;font-size:1rem;padding:.6rem 1rem}.resume-link{margin-left:0!important;text-align:center}}.home-wrapper{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:80px 2rem 0;position:relative}.home-content{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1100px;width:100%}.home-text{flex:1 1;max-width:580px}.home-greeting{color:var(--accent-cyan);font-size:1rem;font-weight:500;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.home-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e2e8f0,#94a3b8);-webkit-background-clip:text;background-clip:text;color:var(--text-primary);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:.75rem}.home-role{color:var(--text-secondary);font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:500;margin-bottom:1.5rem}.role-typed{color:var(--accent-cyan);font-weight:600}.home-summary{color:var(--text-secondary);font-size:1rem;line-height:1.8;margin-bottom:2rem;max-width:520px}.home-summary span{color:var(--accent-cyan);font-weight:600}.home-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.btn-primary{font-size:.9rem;letter-spacing:.02em;padding:.75rem 1.75rem}.home-socials{display:flex;gap:1rem}.home-socials a{align-items:center;border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);display:flex;height:40px;justify-content:center;transition:color .2s,border-color .2s,transform .2s;width:40px}.home-socials a:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);transform:translateY(-3px)}.home-socials svg{height:18px;width:18px}.home-image-wrapper{flex-shrink:0;position:relative}.home-image-glow{background:radial-gradient(circle,var(--glow-cyan) 0,#0000 70%);border-radius:50%;inset:-20px;position:absolute;z-index:0}.home-image-frame{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-pink));border-radius:50%;height:280px;padding:4px;position:relative;width:280px;z-index:1}.home-image-frame img{border:4px solid var(--bg-primary);border-radius:50%;height:100%;object-fit:cover;width:100%}.home-scroll-indicator{align-items:center;bottom:2rem;display:flex;flex-direction:column;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-mouse{border:2px solid var(--text-muted);border-radius:12px;display:flex;height:38px;justify-content:center;padding-top:6px;width:24px}.scroll-wheel{animation:scrollDown 1.5s ease-in-out infinite;background:var(--accent-cyan);border-radius:2px;height:8px;width:4px}@keyframes scrollDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}@media (max-width:900px){.home-content{flex-direction:column-reverse;gap:2.5rem;padding-top:2rem;text-align:center}.home-summary,.home-text{max-width:100%}.home-actions,.home-socials{justify-content:center}.home-image-frame{height:220px;width:220px}.home-scroll-indicator{display:none}}.about-section{padding:6rem 2rem}.about-inner{margin:0 auto;max-width:1100px}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.6fr}.about-image-col{display:flex;justify-content:center}.about-image-border{background:linear-gradient(135deg,var(--accent-cyan),var(--accent-pink));border-radius:16px;height:360px;padding:3px;position:relative;width:300px}.about-image-border:before{border:1px solid var(--border);border-radius:20px;content:"";inset:-12px;position:absolute}.about-image-border img{border:4px solid var(--bg-primary);border-radius:14px;height:100%;object-fit:cover;width:100%}.about-text-col{display:flex;flex-direction:column;gap:1rem}.about-bio{color:var(--text-secondary);font-size:.975rem;line-height:1.85}.about-bio span{color:var(--accent-cyan);font-weight:600}.about-highlights{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-top:1.5rem}.highlight-card{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:.25rem;padding:1.25rem 1rem;text-align:center;transition:border-color .2s,transform .2s}.highlight-card:hover{border-color:var(--accent-cyan);transform:translateY(-3px)}.highlight-num{color:var(--accent-cyan);font-size:1.6rem;font-weight:800}.highlight-sub{color:var(--text-muted);font-size:.8rem;font-weight:500}@media (max-width:900px){.about-grid{gap:2.5rem;grid-template-columns:1fr;text-align:center}.about-image-border{height:260px;margin:0 auto;width:220px}.about-highlights{margin:1.5rem auto 0;max-width:400px}}.exp-section{background:var(--bg-secondary);padding:6rem 2rem}.exp-inner{margin:0 auto;max-width:1000px}.exp-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:240px 1fr}.exp-tabs{gap:.5rem;position:-webkit-sticky;position:sticky;top:100px}.exp-tab,.exp-tabs{display:flex;flex-direction:column}.exp-tab{background:none;border:none;border-left:2px solid var(--border);border-radius:0 8px 8px 0;cursor:pointer;gap:.2rem;padding:.9rem 1.25rem;text-align:left;transition:border-color .2s,background .2s}.exp-tab.active,.exp-tab:hover{background:var(--glow-cyan);border-color:var(--accent-cyan)}.exp-tab-company{color:var(--text-primary);font-size:.875rem;font-weight:600}.exp-tab.active .exp-tab-company{color:var(--accent-cyan)}.exp-tab-period{color:var(--text-muted);font-size:.75rem}.exp-content{animation:fadeIn .3s ease;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.exp-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.75rem}.exp-role{color:var(--text-primary);font-size:1.3rem;font-weight:700;margin-bottom:.3rem}.exp-company{color:var(--text-secondary);font-size:.95rem}.exp-company span{color:var(--accent-cyan);margin-right:.25rem}.exp-meta{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.exp-period{color:var(--accent-cyan);font-size:.85rem;font-weight:500;white-space:nowrap}.exp-location{color:var(--text-muted);font-size:.8rem}.exp-bullets{display:flex;flex-direction:column;gap:1rem}.exp-bullets li{color:var(--text-secondary);display:flex;font-size:.925rem;gap:.75rem;line-height:1.7}.bullet-arrow{color:var(--accent-cyan);flex-shrink:0;margin-top:2px}@media (max-width:768px){.exp-layout{grid-template-columns:1fr}.exp-tabs{flex-direction:row;flex-wrap:wrap;gap:.5rem;position:static}.exp-tab{border-bottom:2px solid var(--border);border-left:none;border-radius:8px 8px 0 0;padding:.6rem 1rem}.exp-tab.active,.exp-tab:hover{border-bottom-color:var(--accent-cyan)}.exp-meta{align-items:flex-start}}.skills-section{padding:6rem 2rem}.skills-inner{margin:0 auto;max-width:1100px}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.skill-category{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:border-color .2s,transform .2s}.skill-category:hover{border-color:var(--accent-cyan);transform:translateY(-4px)}.skill-cat-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.25rem}.skill-icon{font-size:1.4rem}.skill-cat-header h3{color:var(--text-primary);font-size:.975rem;font-weight:600}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#16f2b314;border:1px solid #16f2b333;border-radius:100px;color:var(--accent-cyan);font-size:.78rem;font-weight:500;padding:.3rem .75rem;transition:background .2s}.skill-category:hover .skill-tag{background:#16f2b324}@media (max-width:900px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.skills-grid{grid-template-columns:1fr}}.projects-section{background:var(--bg-secondary);padding:6rem 2rem}.projects-inner{margin:0 auto;max-width:1100px}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;gap:1rem;padding:1.75rem;position:relative;transition:border-color .25s,transform .25s}.project-card:hover{border-color:var(--accent-cyan);transform:translateY(-5px)}.project-card.featured{border-color:#16f2b34d}.featured-badge{background:#16f2b31a;border:1px solid #16f2b34d;border-radius:100px;color:var(--accent-cyan);font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.2rem .6rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem}.project-card-top{align-items:center;display:flex;justify-content:space-between}.project-folder{font-size:1.75rem}.project-links{display:flex;gap:.75rem}.project-links a{align-items:center;color:var(--text-secondary);display:flex;transition:color .2s}.project-links a:hover{color:var(--accent-cyan)}.project-title{color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.4}.project-desc{color:var(--text-secondary);flex:1 1;font-size:.875rem;line-height:1.7}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.project-tech span{color:var(--accent-cyan);font-family:Courier New,monospace;font-size:.75rem}.project-tech span:not(:last-child):after{color:var(--text-muted);content:" ·"}.projects-more{display:flex;justify-content:center}.btn-outline{border:1.5px solid var(--accent-cyan);border-radius:8px;color:var(--accent-cyan);display:inline-block;font-size:.9rem;font-weight:600;padding:.75rem 1.75rem;transition:background .2s,transform .2s}.btn-outline:hover{background:var(--glow-cyan);transform:translateY(-2px)}@media (max-width:900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.projects-grid{grid-template-columns:1fr}}.edu-section{padding:6rem 2rem}.edu-inner{margin:0 auto;max-width:1000px}.edu-cards{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.edu-card{align-items:flex-start;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;display:flex;gap:2rem;padding:2rem;transition:border-color .2s,transform .2s}.edu-card:hover{border-color:var(--accent-cyan);transform:translateY(-3px)}.edu-card-left{flex-shrink:0}.edu-degree-badge{align-items:center;background:linear-gradient(135deg,var(--accent-cyan),#0ea5e9);border-radius:12px;color:var(--bg-primary);display:flex;font-size:1rem;font-weight:800;height:64px;justify-content:center;width:64px}.edu-card-right{flex:1 1}.edu-card-right h3{color:var(--text-primary);font-size:1.1rem;font-weight:700;margin-bottom:.35rem}.edu-school{color:var(--accent-cyan);font-size:.9rem;font-weight:500;margin-bottom:.75rem}.edu-meta{display:flex;gap:1.5rem;margin-bottom:1rem}.edu-period{color:var(--text-muted);font-size:.83rem}.edu-gpa{color:var(--accent-cyan);font-size:.83rem;font-weight:600}.edu-courses-label{color:var(--text-muted);font-size:.8rem;margin-bottom:.5rem}.edu-course-tags{display:flex;flex-wrap:wrap;gap:.4rem}.edu-course-tags span{background:#ffffff0d;border:1px solid var(--border);border-radius:100px;color:var(--text-secondary);font-size:.75rem;padding:.2rem .65rem}.cert-heading{color:var(--text-primary);font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.cert-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.cert-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;border-top:3px solid var(--cert-color,var(--accent-cyan));display:flex;flex-direction:column;gap:.6rem;padding:1.5rem;transition:transform .2s}.cert-card:hover{transform:translateY(-4px)}.cert-top{align-items:center;display:flex;justify-content:space-between}.cert-category{background:#ffffff0f;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.08em;padding:.25rem .65rem;text-transform:uppercase}.cert-category,.cert-verify{color:var(--accent-cyan);color:var(--cert-color,var(--accent-cyan))}.cert-verify{font-size:.75rem;font-weight:600;text-decoration:none;transition:opacity .2s}.cert-verify:hover{opacity:.75}.cert-name{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.5}.cert-issuer{color:var(--text-muted);font-size:.8rem}@media (max-width:900px){.cert-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.edu-card{flex-direction:column;gap:1rem}}@media (max-width:480px){.cert-grid{grid-template-columns:1fr}}.footer-section{background:var(--bg-secondary);border-top:1px solid var(--border);padding:6rem 2rem 3rem}.footer-inner{gap:2.5rem;margin:0 auto;max-width:700px;text-align:center}.footer-contact,.footer-inner{align-items:center;display:flex;flex-direction:column}.footer-contact{gap:1.25rem}.footer-title{color:var(--text-primary);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.footer-title span{color:var(--accent-cyan)}.footer-sub{color:var(--text-secondary);font-size:.975rem;line-height:1.8;max-width:480px}.btn-primary{background:linear-gradient(135deg,var(--accent-cyan),#0ea5e9);border-radius:8px;color:var(--bg-primary);display:inline-block;font-size:.95rem;font-weight:700;padding:.875rem 2rem;transition:opacity .2s,transform .2s}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.footer-mailto{margin-top:.5rem}.copy-email{background:none;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.8rem;padding:.4rem 1rem;transition:color .2s,border-color .2s}.copy-email:hover{border-color:var(--accent-cyan);color:var(--accent-cyan)}.footer-divider{background:var(--border);height:1px;width:100%}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;width:100%}.footer-copy{color:var(--text-muted);font-size:.85rem}.footer-copy span{color:var(--accent-cyan)}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-muted);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--accent-cyan)}@media (max-width:500px){.footer-bottom{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.eb86e283.css.map*/