*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1d1d1f;line-height:1.6}a{text-decoration:none;color:inherit}::selection{background-color:#0071e3;color:#fff}::-moz-selection{background-color:#0071e3;color:#fff}.app{width:100%;overflow-x:hidden}.section{max-width:1200px;margin:0 auto;padding:100px 40px}.section-title{font-size:48px;font-weight:600;color:#1d1d1f;margin-bottom:16px;letter-spacing:-.5px;text-align:center}.section-subtitle{font-size:21px;color:#6e6e73;text-align:center;margin-bottom:60px;font-weight:400}.card{background:#f5f5f7;border-radius:18px;padding:32px;margin-bottom:24px;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.btn-primary{background:#0071e3;color:#fff;border:none;border-radius:980px;padding:12px 28px;font-size:17px;font-weight:500;cursor:pointer;transition:background .3s ease,transform .2s ease;display:inline-block}.btn-primary:hover{background:#0077ed;transform:scale(1.02)}.btn-primary:active{transform:scale(.98)}.btn-secondary{background:transparent;color:#0071e3;border:2px solid #0071e3;border-radius:980px;padding:10px 26px;font-size:17px;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-block}.btn-secondary:hover{background:#0071e3;color:#fff;transform:scale(1.02)}@media(max-width:768px){.section{padding:60px 20px}.section-title{font-size:36px}.section-subtitle{font-size:18px;margin-bottom:40px}.card{padding:24px}}@media(max-width:480px){.section-title{font-size:28px}.section-subtitle{font-size:16px}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all .3s ease;padding:20px 0}.navbar-scrolled{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 10px #0000000d;padding:12px 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center;gap:40px}.navbar-logo{font-size:20px;font-weight:600;color:#1d1d1f;background:none;border:none;cursor:pointer;transition:color .3s ease;padding:0}.navbar-logo:hover{color:#0071e3}.navbar-links{display:flex;list-style:none;gap:8px;margin:0;padding:0;flex:1;justify-content:center}.navbar-links button{background:none;border:none;color:#1d1d1f;font-size:15px;font-weight:500;padding:8px 16px;cursor:pointer;border-radius:8px;transition:all .3s ease;position:relative}.navbar-links button:hover{background:#f5f5f7;color:#0071e3}.navbar-links button.active{color:#0071e3}.navbar-links button.active:after{content:"";position:absolute;bottom:4px;left:16px;right:16px;height:2px;background:#0071e3;border-radius:2px}.navbar-resume-btn{background:#0071e3;color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.navbar-resume-btn:hover{background:#0077ed;transform:scale(1.05)}@media(max-width:968px){.navbar-links{gap:4px}.navbar-links button{font-size:14px;padding:6px 12px}.navbar-container{padding:0 20px;gap:20px}.navbar-logo{font-size:18px}}@media(max-width:768px){.navbar-links{display:none}.navbar-container{justify-content:space-between}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:120px 40px 60px;background:linear-gradient(180deg,#fafafa,#fff);position:relative}.hero-content{max-width:800px;animation:fadeInUp 1s ease-out}.hero-title{font-size:72px;font-weight:700;color:#1d1d1f;margin-bottom:20px;letter-spacing:-1.5px;animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:24px;font-weight:500;color:#424245;margin-bottom:24px;line-height:1.4;animation:fadeInUp 1s ease-out .2s both}.hero-description{font-size:19px;color:#6e6e73;line-height:1.6;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp 1.2s ease-out .4s both}.hero-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:48px;animation:fadeInUp 1.4s ease-out .6s both}.hero-links{display:flex;gap:8px;justify-content:center;align-items:center;animation:fadeInUp 1.6s ease-out .8s both}.hero-link{color:#0071e3;font-size:17px;font-weight:500;transition:color .3s ease}.hero-link:hover{color:#0077ed;text-decoration:underline}.hero-link-divider{color:#d2d2d7;margin:0 4px}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.scroll-arrow{width:24px;height:24px;border-left:2px solid #86868b;border-bottom:2px solid #86868b;transform:rotate(-45deg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media(max-width:768px){.hero{min-height:90vh;padding:40px 20px}.hero-title{font-size:48px}.hero-subtitle{font-size:20px}.hero-description{font-size:17px}.hero-buttons{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{width:100%;max-width:280px}}@media(max-width:480px){.hero-title{font-size:36px;letter-spacing:-1px}.hero-subtitle{font-size:18px}.hero-description{font-size:16px}.hero-links{flex-wrap:wrap}}.about-section{background-color:#fff}.about-content{max-width:1200px}.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}.about-text{display:flex;flex-direction:column;gap:24px}.about-paragraph{font-size:19px;line-height:1.7;color:#1d1d1f;text-align:left}.about-highlights{display:grid;grid-template-columns:1fr;gap:16px}.highlight-card{background:#f5f5f7;border-radius:16px;padding:24px;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000000f}.highlight-icon{font-size:40px;margin-bottom:12px}.highlight-title{font-size:19px;font-weight:600;color:#1d1d1f;margin-bottom:8px}.highlight-text{font-size:15px;color:#6e6e73;line-height:1.4}@media(max-width:968px){.about-grid{grid-template-columns:1fr;gap:40px}.about-highlights{grid-template-columns:repeat(2,1fr)}}@media(max-width:568px){.about-paragraph{font-size:17px;text-align:justify}.about-highlights{grid-template-columns:1fr}}.education-section{background:linear-gradient(180deg,#fafafa,#fff)}.education-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.education-card{background:#fff;border-radius:18px;padding:36px;box-shadow:0 4px 12px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px}.education-school{font-size:28px;font-weight:600;color:#1d1d1f;margin-bottom:8px}.education-degree{font-size:19px;color:#424245;margin-bottom:6px;font-weight:500}.education-gpa{font-size:17px;color:#6e6e73;margin-bottom:6px}.education-location{font-size:15px;color:#86868b}.education-date{font-size:17px;color:#0071e3;font-weight:600;white-space:nowrap}.education-details{border-top:1px solid #d2d2d7;padding-top:20px}.education-label{font-size:17px;font-weight:600;color:#1d1d1f;margin-bottom:12px}.coursework-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{background:#f5f5f7;color:#1d1d1f;padding:8px 16px;border-radius:20px;font-size:15px;font-weight:500;transition:background .3s ease}.tag:hover{background:#e8e8ed}@media(max-width:768px){.education-header{flex-direction:column;gap:12px}.education-date{align-self:flex-start}.education-school{font-size:24px}.education-degree{font-size:17px}.education-card{padding:28px}}.experience-section{background-color:#fff}.experience-container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.experience-card{background:#f5f5f7;border-radius:18px;padding:36px;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px;padding-bottom:20px;border-bottom:2px solid #d2d2d7}.experience-company{font-size:28px;font-weight:600;color:#1d1d1f;margin-bottom:6px}.experience-role{font-size:20px;color:#424245;font-weight:500;margin-bottom:6px}.experience-location{font-size:15px;color:#86868b}.experience-date{font-size:17px;color:#0071e3;font-weight:600;white-space:nowrap}.experience-achievements{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.experience-achievements li{font-size:17px;line-height:1.6;color:#1d1d1f;padding-left:28px;position:relative}.experience-achievements li:before{content:"▸";position:absolute;left:0;color:#0071e3;font-weight:700;font-size:20px}.experience-achievements li strong{color:#1d1d1f;font-weight:600}@media(max-width:768px){.experience-header{flex-direction:column;gap:12px}.experience-date{align-self:flex-start}.experience-company{font-size:24px}.experience-role{font-size:18px}.experience-card{padding:28px}.experience-achievements li{font-size:16px;padding-left:24px}}.projects-section{background:linear-gradient(180deg,#fafafa,#fff)}.projects-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:32px}.project-card{background:#fff;border-radius:18px;padding:36px;box-shadow:0 4px 12px #0000000a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:20px}.project-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #0000001a}.project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;border-bottom:2px solid #f5f5f7}.project-title{font-size:24px;font-weight:600;color:#1d1d1f;line-height:1.3}.project-date{font-size:15px;color:#0071e3;font-weight:600;white-space:nowrap}.project-description{font-size:17px;line-height:1.6;color:#424245}.project-highlights{display:flex;flex-direction:column;gap:12px}.project-label{font-size:15px;font-weight:600;color:#1d1d1f;margin:0}.project-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.project-list li{font-size:15px;line-height:1.5;color:#6e6e73;padding-left:20px;position:relative}.project-list li:before{content:"✓";position:absolute;left:0;color:#0071e3;font-weight:700}.project-technologies{display:flex;flex-direction:column;gap:12px;margin-top:auto}.tech-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#f5f5f7;color:#1d1d1f;padding:6px 14px;border-radius:16px;font-size:14px;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:#0071e3;color:#fff;transform:translateY(-2px)}@media(max-width:968px){.projects-container{grid-template-columns:1fr}}@media(max-width:768px){.project-card{padding:28px}.project-header{flex-direction:column;gap:8px}.project-title{font-size:22px}.project-date{align-self:flex-start}}.skills-section{background-color:#fff}.skills-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.skill-category{background:#f5f5f7;border-radius:18px;padding:32px;transition:transform .3s ease,box-shadow .3s ease}.skill-category:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.category-title{font-size:24px;font-weight:600;color:#1d1d1f;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #d2d2d7}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.skill-item{background:#fff;color:#1d1d1f;padding:12px 20px;border-radius:12px;font-size:15px;font-weight:500;text-align:center;transition:all .3s ease;box-shadow:0 2px 4px #0000000a}.skill-item:hover{background:#0071e3;color:#fff;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 12px #0071e333}@media(max-width:768px){.skill-category{padding:24px}.category-title{font-size:20px}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.skill-item{padding:10px 16px;font-size:14px}}@media(max-width:480px){.skills-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.contact-section{background:linear-gradient(180deg,#fafafa,#fff);padding-bottom:60px}.contact-container{max-width:900px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:40px}.contact-text{font-size:19px;line-height:1.6;color:#424245;text-align:center;max-width:700px;margin:0 auto}.contact-text strong{color:#0071e3;font-weight:600}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.contact-card{background:#fff;border-radius:16px;padding:28px;display:flex;align-items:center;gap:20px;transition:all .3s ease;box-shadow:0 4px 12px #0000000a;text-decoration:none;color:inherit}.contact-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001a;background:#0071e3;color:#fff}.contact-icon{font-size:36px;flex-shrink:0}.contact-details{flex:1}.contact-method{font-size:17px;font-weight:600;margin-bottom:4px}.contact-value{font-size:15px;opacity:.8;word-break:break-word}.footer{margin-top:80px;padding-top:40px;border-top:1px solid #d2d2d7;text-align:center}.footer-text{font-size:15px;color:#86868b}@media(max-width:768px){.contact-text{font-size:17px}.contact-methods{grid-template-columns:1fr}.contact-card{padding:24px}.footer{margin-top:60px}}.back-to-top{position:fixed;bottom:40px;right:40px;width:56px;height:56px;background:#0071e3;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0071e34d;transition:all .3s ease;z-index:999;animation:fadeInUp .3s ease}.back-to-top:hover{background:#0077ed;transform:translateY(-4px);box-shadow:0 8px 20px #0071e366}.back-to-top:active{transform:translateY(-2px)}.back-to-top svg{width:24px;height:24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.back-to-top{bottom:24px;right:24px;width:48px;height:48px}.back-to-top svg{width:20px;height:20px}}
