:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--bg-primary: #020617;--bg-secondary: rgba(255, 255, 255, .02);--bg-card: rgba(255, 255, 255, .02);--border-color: rgba(255, 255, 255, .1);--border-hover: rgba(96, 165, 250, .5);--text-primary: #e2e8f0;--text-secondary: #94a3b8;--text-tertiary: #cbd5e1;--accent-primary: #60a5fa;--accent-secondary: #a78bfa;--shadow: rgba(0, 0, 0, .3);--orb-1: rgba(96, 165, 250, .15);--orb-2: rgba(167, 139, 250, .15);--header-bg: rgba(2, 6, 23, .8)}[data-theme=light]{--bg-primary: #f8fafc;--bg-secondary: rgba(0, 0, 0, .02);--bg-card: #ffffff;--border-color: rgba(0, 0, 0, .1);--border-hover: rgba(59, 130, 246, .5);--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #475569;--accent-primary: #3b82f6;--accent-secondary: #8b5cf6;--shadow: rgba(0, 0, 0, .1);--orb-1: rgba(59, 130, 246, .1);--orb-2: rgba(139, 92, 246, .1);--header-bg: #f8fafc}body{margin:0;min-width:320px;min-height:100vh;position:relative;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}body:before{content:"";position:fixed;top:5rem;left:5rem;width:24rem;height:24rem;background:var(--orb-1);border-radius:9999px;filter:blur(80px);pointer-events:none;z-index:0}body:after{content:"";position:fixed;bottom:5rem;right:5rem;width:24rem;height:24rem;background:var(--orb-2);border-radius:9999px;filter:blur(80px);pointer-events:none;z-index:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.footer{margin:0 auto}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}.gradient-name{background:linear-gradient(to right,#60a5fa,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-container{position:relative;min-height:100vh;display:flex;flex-direction:column;z-index:1;width:100%}.main-content{flex:1;display:flex;flex-direction:column;width:100%;max-width:1400px;margin:0 auto;padding:0;gap:10rem}.header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;transition:background-color .3s ease}.nav-container{display:flex;justify-content:space-around;align-items:center;padding:1rem 2rem}.nav-logo .gradient-name{font-size:1rem;margin-bottom:0;cursor:pointer}.theme-toggle{background:var(--bg-card);border:1px solid var(--border-color);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--accent-primary);font-size:1.2rem}.theme-toggle:hover{background:var(--bg-secondary);border-color:var(--border-hover);transform:scale(1.1)}.floating-dock{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background:transparent var(--bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:50px;padding:.2rem 1rem;box-shadow:0 8px 32px var(--shadow);z-index:1000;transition:all .3s ease}.dock-item{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:transparent;color:var(--text-secondary);font-size:1.3rem;transition:all .3s ease;cursor:pointer;text-decoration:none;position:relative}.dock-item:hover{background:var(--bg-secondary);color:var(--accent-primary);transform:translateY(-4px)}.dock-item.active{background:var(--bg-secondary);color:var(--accent-primary)}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #60a5fa4d}.btn-secondary{background:transparent;border-color:var(--accent-primary);color:var(--accent-primary)}.btn-secondary:hover{background:#60a5fa1a;transform:translateY(-2px)}.hero-section{min-height:calc(100vh - 80px);display:flex;justify-content:center;padding:2rem}.hero-content{display:flex;flex-direction:column;align-items:center;max-width:1200px;width:100%;gap:3rem}.hero-header{text-align:center}.hero-greeting{font-size:.875rem;color:black var(--text-secondary);margin-bottom:.5rem;font-weight:500}.hero-name{font-size:2.5rem;margin-bottom:.5rem;line-height:1.2;margin:0}.hero-title{font-size:1rem;font-weight:500;color:var(--text-tertiary);margin:0}.hero-main{display:grid;align-items:end;grid-template-columns:minmax(80px,1fr) minmax(200px,2fr) minmax(80px,1fr);width:100%;max-width:900px;gap:clamp(1rem,5vw,3rem)}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.hero-social-links{display:flex;flex-direction:column;gap:1rem;opacity:0;transform:translateY(50px);animation:slideUp 2.5s cubic-bezier(.5,0,0,1) .4s forwards}.hero-photo-container{display:flex;justify-content:center;align-items:center;flex:1;opacity:0;transform:translateY(-100px);animation:slideDown 2.5s cubic-bezier(.5,0,0,1) .4s forwards}.photo-wrapper-u{position:relative;width:290px;height:400px;border-radius:10rem 10rem 1rem 1rem;overflow:hidden;box-shadow:0 20px 40px #0000004d}.hero-photo{width:100%;height:100%;object-fit:cover;border-radius:10rem 10rem 1rem 1rem;display:block}.hero-scroll{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;opacity:0;transform:translateY(50px);animation:slideUp 2.5s cubic-bezier(.5,0,0,1) .4s forwards}.hero-scroll:hover{transform:translateY(5px)!important}.scroll-text{font-size:.7rem;color:var(--text-secondary);writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.1em;text-transform:uppercase}.scroll-icon{color:var(--accent-primary);font-size:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.social-link{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff;transform:scale(1.1);border-color:transparent;transition:all .5s ease}.about-section{padding:4rem 2rem}.about-container{max-width:1000px;margin:0 auto;display:flex;gap:3rem;align-items:center}.about-photo{flex-shrink:0}.about-image{width:220px;height:400px;border-radius:12px;object-fit:cover;border:none;transition:all .3s ease}.about-content{flex:1}.about-title{font-size:2rem;background:linear-gradient(to right,#60a5fa,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;text-align:center}.about-description{font-size:1.05rem;line-height:1.8;color:var(--text-tertiary);margin-bottom:1rem}.projects-section{padding:6rem 2rem}.section-title{text-align:center;font-size:3rem;margin-bottom:4rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.contact-page{max-width:1000px;margin:0 auto;padding:4rem 2rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.open-to-roles-section{margin-bottom:4rem}.roles-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;transition:all .3s ease}.roles-card:hover{border-color:var(--border-hover);transform:translateY(-4px)}.roles-card h2{font-size:1.8rem;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(to right,#60a5fa,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.roles-card p{font-size:1.05rem;line-height:1.8;color:var(--text-tertiary);margin-bottom:1.5rem}.roles-tags{display:flex;flex-wrap:wrap;gap:.75rem}.role-tag{display:inline-block;padding:.5rem 1rem;background:#60a5fa1a;color:var(--accent-primary);border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid rgba(96,165,250,.3)}.contact-section{margin-top:4rem}.section-heading{font-size:2rem;color:var(--text-primary);margin-bottom:2rem;text-align:center}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center}.contact-card:hover{transform:translateY(-8px);border-color:var(--border-hover);box-shadow:0 20px 40px #0000004d}.contact-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#a78bfa);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem;color:#fff}.contact-card h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:.5rem}.contact-card p{font-size:1rem;color:var(--text-secondary);margin-bottom:1rem}.contact-action{font-size:.95rem;color:var(--accent-primary);font-weight:600;margin-top:auto}.project-card{background:var(--bg-card);border-radius:16px;overflow:hidden;border:1px solid var(--border-color);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-8px);border-color:var(--border-hover);box-shadow:0 20px 40px #0000004d}.project-image-container{width:100%;height:200px;overflow:hidden;background:#ffffff0d}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.project-title{font-size:1.5rem;color:var(--text-primary);margin-bottom:.75rem}.project-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.tech-pill{display:inline-block;padding:.375rem .875rem;background:#60a5fa1a;color:var(--accent-primary);border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(96,165,250,.3)}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{display:flex;align-items:center;gap:.5rem;color:var(--text-tertiary);text-decoration:none;font-size:.9rem;transition:color .3s ease}.project-link:hover{color:var(--accent-primary)}.resume-page{max-width:1200px;margin:0 auto;padding:4rem 2rem}.resume-header{text-align:center;margin-bottom:4rem}.resume-header h1{font-size:3rem;margin-bottom:.5rem}.resume-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:1.5rem}.resume-download-btn{display:inline-flex;align-items:center;gap:.5rem}.resume-section{margin-bottom:4rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(96,165,250,.3)}.section-icon{font-size:2rem;color:var(--accent-primary)}.section-header h2{font-size:2rem;color:var(--text-primary);margin:0}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:.5rem;bottom:0;width:2px;background:linear-gradient(180deg,#60a5fa,#a78bfa)}.timeline-item{position:relative;margin-bottom:3rem}.timeline-marker{position:absolute;left:-2.5rem;top:.5rem;width:12px;height:12px;border-radius:50%;background:#60a5fa;border:3px solid #020617;box-shadow:0 0 0 3px #60a5fa4d}.timeline-content{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease}.timeline-content:hover{border-color:var(--border-hover);transform:translate(8px)}.job-title{font-size:1.5rem;color:var(--text-primary);margin-bottom:.5rem}.job-company{font-size:1.1rem;color:var(--accent-primary);margin-bottom:.75rem;font-weight:600}.job-meta{display:flex;gap:2rem;margin-bottom:1rem;color:var(--text-secondary);font-size:.9rem}.job-meta span{display:flex;align-items:center;gap:.5rem}.job-responsibilities{margin-top:1rem;padding-left:1.5rem;color:var(--text-tertiary);line-height:1.8}.job-responsibilities li{margin-bottom:.5rem}.job-roles{display:flex;flex-direction:column;gap:1.5rem}.role-item{position:relative}.job-date{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem;margin-bottom:.75rem}.sub-timeline{position:relative;padding-left:1.5rem;margin-top:1rem}.sub-timeline:before{content:"";position:absolute;left:0;top:1.5rem;bottom:2rem;width:2px;background:linear-gradient(180deg,#94a3b8,#60a5fa);opacity:.7}.sub-timeline-item{position:relative;margin-bottom:1rem}.sub-timeline-marker{position:absolute;left:-1.85rem;top:1.5rem;width:10px;height:10px;border-radius:50%;background:#a78bfa;border:2px solid #0625ad;box-shadow:0 0 0 2px #a78bfa4d}.sub-timeline-content{background:#ffffff03;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1rem}.role-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.role-title{font-size:1.1rem;color:var(--text-primary);margin-bottom:.25rem;margin-top:0}.promotion-indicator{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.9rem;font-weight:600;margin-bottom:.75rem;padding:.5rem .75rem;background:#10b9811a;border-radius:6px;width:fit-content}.promotion-icon{font-size:1rem}.promotion-text{text-transform:uppercase;letter-spacing:.05em}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.education-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column}.education-card:hover{border-color:var(--border-hover);transform:translateY(-5px)}.degree-title{font-size:1.3rem;color:var(--text-primary);margin-bottom:.5rem}.school-name{font-size:1.1rem;color:var(--accent-primary);margin-bottom:1rem;font-weight:600}.education-meta{display:flex;flex-direction:column;gap:.5rem;color:var(--text-secondary);font-size:.9rem;margin-top:auto}.education-meta span{display:flex;align-items:center;gap:.5rem}.gpa{color:#a78bfa;font-weight:600}.skills-grid{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.skill-category{margin-bottom:1.5rem}.skill-category:last-child{margin-bottom:0}.skill-category h3{margin-bottom:.75rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-text{color:var(--accent-primary);font-size:.95rem;font-weight:500}.skill-pills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-pill{display:inline-block;padding:.375rem .75rem;background:#60a5fa1a;color:var(--accent-primary);border-radius:6px;font-size:.875rem;font-weight:400;border:1px solid rgba(96,165,250,.2);transition:all .2s ease}.skill-pill:hover{background:#60a5fa26;border-color:#60a5fa66;transform:translateY(-1px)}.item-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.item-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease}.item-card:hover{transform:translateY(-8px);border-color:var(--border-hover);box-shadow:0 20px 40px #0000004d}.item-icon{font-size:2rem;color:#a78bfa;margin-bottom:1rem}.item-name{font-size:1.1rem;color:var(--text-primary);margin-bottom:.5rem}.item-issuer{color:var(--text-secondary);font-size:.95rem;margin-bottom:.5rem}.item-meta{color:#a78bfa;font-size:.9rem}.item-id{color:var(--accent-primary)}.footer{padding:.5rem .5rem 6rem;text-align:center;background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:auto;color:var(--text-secondary);min-width:100%}.footer p{margin:0}@media(max-width:968px){.hero-main{gap:clamp(.75rem,3vw,2rem)}.hero-name{font-size:3rem}.hero-title{font-size:1.5rem}.about-container{flex-direction:column;text-align:center}.projects-grid{grid-template-columns:1fr}.nav-container{padding:1rem}.item-grid{grid-template-columns:1fr}}@media(max-width:768px){.nav-container{gap:1rem;padding:1rem;justify-content:space-between}.nav-logo .gradient-name{font-size:1.2rem}.theme-toggle{width:40px;height:40px;font-size:1.1rem}.hero-section{padding:2rem 1rem;min-height:60dvh}.hero-content{gap:4rem}.hero-greeting{font-size:1.2rem;margin-top:4rem}.hero-name{font-size:2.5rem}.hero-title{font-size:1.3rem}.hero-main{gap:clamp(.5rem,2vw,1.5rem)}.photo-wrapper-u{width:clamp(180px,40vw,220px);height:clamp(240px,55vw,260px)}.social-link{width:clamp(35px,8vw,45px);height:clamp(35px,8vw,45px)}.hero-social-links{gap:.75rem}.about-section{padding:3rem 1rem}.about-container{gap:2rem}.about-image{width:150px;height:150px}.about-title{font-size:1.5rem}.about-description{font-size:.95rem}.resume-page{padding:2rem 1rem}.resume-header{padding:1.5rem 0}.resume-header h1,.gradient-name{font-size:2rem}.resume-subtitle{font-size:.95rem}.section-header h2{font-size:1.5rem}.section-icon{font-size:1.3rem}.timeline{padding-left:1rem}.timeline:before{left:0}.timeline-marker{left:-1.45rem;width:10px;height:10px}.timeline-content{padding:1rem}.job-title{font-size:1.2rem}.job-company{font-size:1rem}.job-meta{flex-direction:column;gap:.5rem;font-size:.85rem}.job-responsibilities{font-size:.9rem;padding-left:1rem}.sub-timeline{padding-left:1rem}.sub-timeline-marker{width:8px;height:8px;left:-1.3rem}.sub-timeline-content{padding:.75rem}.role-title{font-size:1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{margin-bottom:1rem}.project-content{padding:1rem}.project-title{font-size:1.2rem}.project-description{font-size:.9rem}.contact-page{padding:2rem 1rem}.contact-header h1{font-size:2rem}.contact-subtitle{font-size:1rem}.roles-card{padding:1.5rem}.roles-card h2,.section-heading{font-size:1.5rem}.contact-cards{grid-template-columns:1fr;gap:1.5rem}.contact-card{padding:1.5rem}.contact-icon{width:60px;height:60px;font-size:1.5rem}.education-grid{grid-template-columns:1fr}.education-card{padding:1.5rem}.degree-title{font-size:1.1rem}.skills-grid{padding:1rem}.skill-category h3,.skill-text{font-size:.85rem}.item-grid{grid-template-columns:1fr}.item-card{padding:1.5rem}.item-name{font-size:1rem}.item-issuer{font-size:.85rem}.item-meta{font-size:.8rem}.footer{padding:1.5rem 1rem 6rem;font-size:.9rem}.dock-item{width:44px;height:44px;font-size:1.1rem}}@media(max-width:480px){.hero-greeting{font-size:1rem}.hero-name{font-size:2rem}.hero-title{font-size:1.1rem}.hero-section{padding:1.5rem .75rem}.photo-wrapper-u{width:clamp(140px,35vw,180px);height:clamp(200px,50vw,220px)}.social-link{width:clamp(30px,7vw,40px);height:clamp(30px,7vw,40px)}.hero-social-links{gap:.5rem}.hero-main{gap:clamp(.25rem,1.5vw,1rem)}.about-section{padding:2rem .75rem}.about-image{width:120px;height:120px}.about-title{font-size:1.3rem}.about-description{font-size:.9rem}.nav-logo .gradient-name{font-size:1rem}.gradient-name{font-size:1.75rem}.resume-page{padding:1.5rem .75rem}.resume-header h1{font-size:1.75rem}.section-header h2{font-size:1.3rem}.job-title,.project-title{font-size:1.1rem}.timeline-content,.sub-timeline-content,.project-content,.item-card,.education-card{padding:.75rem}.dock-item{width:40px;height:40px;font-size:1rem}.footer{padding-bottom:5.5rem}}
