@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;scroll-behavior:smooth;overflow-x:hidden}html{scroll-behavior:smooth}.nav-container{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:50;background:#fff3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;padding:12px;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.3)}.nav-buttons{display:flex;flex-direction:column;gap:12px}.nav-button{width:56px;height:56px;background:#ffffff4d;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;position:relative;box-shadow:0 10px 15px -3px #0000001a}.nav-button:hover{background:#ffffff80;transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.nav-button svg{width:24px;height:24px;color:#1e3a8a}.hero-section{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-image:url(/baby-blue.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:#dbeafe33}.hero-content{text-align:center;z-index:10;max-width:1024px;margin:0 auto;padding:0 32px;width:100%}.hero-greeting{font-size:1.875rem;color:#374151;margin-bottom:24px;font-weight:300}.hero-name{font-size:3.2rem;font-weight:700;color:#1e3a8a;margin-bottom:32px}.hero-role{font-size:1.6rem;color:#374151;margin-bottom:64px;height:80px;display:flex;align-items:center;justify-content:center;font-weight:500}.typewriter-cursor{color:#2563eb;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.download-button{background:#2563eb;color:#fff;padding:20px 40px;border-radius:9999px;font-size:1.125rem;font-weight:500;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:12px;transition:all .3s ease;box-shadow:0 25px 50px -12px #00000040}.download-button:hover{background:#1d4ed8;transform:scale(1.05);box-shadow:0 25px 50px -12px #00000059}.section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 0}.section-content{max-width:1152px;margin:0 auto;padding:0 32px;text-align:center}.section-title{font-size:2.4rem;font-weight:700;color:#1e3a8a;margin-bottom:48px}.section-text{font-size:1.25rem;color:#374151}.bg-blue-light{background:#eff6ffcc}.bg-white-light{background:#fffc}.footer{background:#1e3a8a;color:#fff;padding:48px 0}.footer-content{max-width:1152px;margin:0 auto;padding:0 32px;text-align:center}.social-links{display:flex;justify-content:center;gap:24px;margin-bottom:32px}.social-link{width:48px;height:48px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;color:#fff}.social-link:hover{background:#fff3;transform:scale(1.1)}.social-link svg{width:24px;height:24px}.footer-text{color:#bfdbfe}@keyframes pulse{0%,to{opacity:1}50%{opacity:0}}.about-container{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.about-photo{display:flex;justify-content:center}.profile-image{width:300px;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;border:4px solid rgba(255,255,255,.8)}.about-content{text-align:left}.about-heading{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:2rem;border-bottom:3px solid #2563eb;padding-bottom:.5rem;display:inline-block}.about-text{font-size:1.125rem;line-height:1.8;color:#374151}.about-text p{margin-bottom:1.5rem}.highlight{color:#2563eb;font-weight:600}.experience-card{background:#ffffffe6;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.8);transition:all .3s ease;text-align:center;height:fit-content}.experience-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.company-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.logo-image{width:80px;height:80px;object-fit:contain;border-radius:12px;background:#fff;padding:8px;box-shadow:0 5px 15px #0000001a}.company-info{margin-bottom:1.5rem;border-bottom:2px solid #e5e7eb;padding-bottom:1rem}.company-name{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem;line-height:1.3}.company-tag{font-size:.875rem;color:#2563eb;font-weight:600}.role-title{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:.5rem}.duration{font-size:.95rem;color:#6b7280;font-weight:500}.experience-points{text-align:left}.point{font-size:.95rem;color:#374151;line-height:1.6;margin-bottom:.75rem}.point:last-child{margin-bottom:0}.tech-categories{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.tech-category{background:#ffffffe6;border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.8)}.category-title{font-size:1.75rem;font-weight:700;color:#1e3a8a;margin-bottom:2rem;text-align:center;border-bottom:3px solid #2563eb;padding-bottom:1rem;display:inline-block;width:100%}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;justify-items:center}.tech-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#fffc;border-radius:16px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;min-width:100px}.tech-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.tech-name{font-size:.875rem;font-weight:600;color:#374151;text-align:center;line-height:1.2}@media (max-width: 768px){.tech-categories{gap:2rem}.tech-category{padding:2rem}.category-title{font-size:1.5rem}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.tech-item{padding:1rem;min-width:80px}.tech-icon{width:50px;height:50px}.tech-name{font-size:.75rem}}.tech-categories{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.tech-category{background:#ffffffe6;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.8);height:fit-content}.category-title{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1.5rem;text-align:center;border-bottom:3px solid #2563eb;padding-bottom:.75rem}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center}.tech-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fffc;border-radius:12px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;width:100%;max-width:120px}.tech-item:hover{background:#fff;border-color:#2563eb;box-shadow:0 15px 30px #2563eb33}.tech-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.tech-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.tech-name{font-size:.75rem;font-weight:600;color:#374151;text-align:center;line-height:1.2}@media (max-width: 1024px){.tech-categories{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.tech-categories{grid-template-columns:1fr;gap:1.5rem}.tech-category{padding:1.5rem}.category-title{font-size:1.25rem}.tech-grid{grid-template-columns:repeat(3,1fr)}.tech-item{padding:.75rem;max-width:100px}.tech-icon{width:35px;height:35px}.tech-name{font-size:.7rem}}.projects-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.project-card{display:grid;grid-template-columns:200px 1fr;gap:2.5rem;align-items:center;background:#ffffffe6;border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.8);transition:all .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}.project-image{display:flex;justify-content:center;align-items:center}.project-img{width:150px;height:150px;object-fit:contain;border-radius:16px;background:#fffc;padding:1rem;box-shadow:0 10px 20px #0000001a;border:2px solid rgba(37,99,235,.1)}.project-content{display:flex;flex-direction:column;gap:1rem;text-align:left}.project-title{font-size:1.2rem;font-weight:700;color:#1e3a8a;margin:0;line-height:1.3;text-align:left}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.project-description{font-size:1rem;color:#374151;line-height:1.6;margin:0;text-align:left}.tech-tag{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;box-shadow:0 4px 8px #2563eb4d;transition:all .2s ease}.tech-tag:hover{transform:translateY(-2px);box-shadow:0 6px 12px #2563eb66}.project-description{font-size:1rem;color:#374151;line-height:1.6;margin:0}@media (min-width: 768px){.hero-name{font-size:4.8rem}.hero-role{font-size:1.8rem}.section-title{font-size:2.4rem}}@media (min-width: 1024px){.hero-name{font-size:6.4rem}.hero-role{font-size:2.8rem}.section-title{font-size:3.2rem}}@media (max-width: 1024px){.project-card{grid-template-columns:150px 1fr;gap:2rem;padding:2rem}.project-img{width:120px;height:120px}.project-title{font-size:1.3rem}}@media (max-width: 768px){.projects-container{gap:2rem}.project-card{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;text-align:center}.project-img{width:100px;height:100px;margin:0 auto}.project-title{font-size:1.2rem}.project-technologies{justify-content:center}.tech-tag{font-size:.75rem;padding:.3rem .6rem}.project-description{font-size:.9rem}}@media (max-width: 480px){.project-card{padding:1.25rem}.project-img{width:80px;height:80px}.project-title{font-size:1.1rem}}@media (max-width: 480px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.tech-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}}@media (max-width: 1024px){.experience-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.experience-grid{grid-template-columns:1fr;gap:1.5rem}.experience-card{padding:1.5rem}.company-name{font-size:1.1rem}.logo-image{width:60px;height:60px}}@media (max-width: 768px){.about-container{grid-template-columns:1fr;gap:2rem;text-align:center}.about-content{text-align:center}.profile-image{width:250px;height:300px}.about-heading{font-size:2rem}.about-text{font-size:1rem}}@media (min-width: 768px){.hero-greeting{font-size:1.875rem}.hero-name{font-size:6rem}.hero-role{font-size:2.25rem}.section-title{font-size:3rem}}@media (min-width: 1024px){.hero-name{font-size:8rem}.hero-role{font-size:3.5rem}.section-title{font-size:4rem}}.hero-section{min-height:70vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);padding:4rem 2rem}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(16,185,129,.08) 0%,transparent 50%)}.hero-content{text-align:center;z-index:10;max-width:1024px;margin:0 auto;padding:0 2rem;width:100%}.hero-text-container{display:inline-block;text-align:left}.hero-greeting{font-size:1.5rem;color:#94a3b8;margin-bottom:.5rem;font-weight:400;letter-spacing:.05em;text-align:left}.hero-name{font-size:5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;line-height:1.2}.hero-roles{font-size:1.25rem;color:#cbd5e1;margin-bottom:3rem;font-weight:500;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.role-item{color:#e2e8f0;transition:all .3s ease}.role-item:hover{color:#3b82f6;transform:translateY(-2px)}.role-separator{color:#475569;font-weight:300}.download-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 10px 30px #3b82f64d;position:relative;overflow:hidden}.download-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.download-button:hover:before{left:100%}.download-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.download-button:active{transform:translateY(-1px)}@media (max-width: 1024px){.hero-name{font-size:4rem}.hero-roles{font-size:1.1rem}}@media (max-width: 768px){.hero-greeting{font-size:1.25rem}.hero-name{font-size:3rem}.hero-roles{font-size:1rem;flex-direction:column;gap:.5rem}.role-separator{display:none}.download-button{padding:.875rem 2rem;font-size:1rem}}@media (max-width: 480px){.hero-content{padding:0 1rem}.hero-name{font-size:2.5rem}.hero-roles{font-size:.9rem}.download-button{padding:.75rem 1.5rem;font-size:.95rem}}.bg-blue-light{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.section{min-height:auto;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.section-content{max-width:1200px;width:100%;margin:0 auto}.section-title{font-size:3rem;font-weight:700;color:#0f172a;margin-bottom:3rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60%;height:4px;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:2px}.left-aligned{text-align:left}.about-container{display:grid;grid-template-columns:350px 1fr;gap:4rem;align-items:center}.about-photo{display:flex;justify-content:center;position:relative}.about-photo:before{content:"";position:absolute;inset:-10px 10px 10px -10px;background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:20px;z-index:0;opacity:.1}.profile-image{width:100%;max-width:350px;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #00000026;border:4px solid #ffffff;position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease}.profile-image:hover{transform:translateY(-8px);box-shadow:0 25px 70px #0003}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-text p{font-size:1.125rem;line-height:1.8;color:#334155;margin-bottom:1.5rem;text-align:left}.about-text p:last-child{margin-bottom:0}.highlight{font-weight:600;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#3b82f64d,#10b9814d);opacity:0;transition:opacity .3s ease}.highlight:hover:after{opacity:1}@media (max-width: 1024px){.about-container{grid-template-columns:300px 1fr;gap:3rem}.profile-image{max-width:300px}.section-title{font-size:2.5rem}.about-text p{font-size:1.0625rem}}@media (max-width: 768px){.section{padding:4rem 1.5rem}.about-container{grid-template-columns:1fr;gap:2.5rem;text-align:center}.about-photo{justify-content:center}.profile-image{max-width:280px}.section-title{font-size:2.25rem;text-align:center}.section-title:after{left:50%;transform:translate(-50%);width:50%}.about-text p{font-size:1rem;text-align:center}}@media (max-width: 480px){.section{padding:3rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.about-container{gap:2rem}.profile-image{max-width:240px}.about-text p{font-size:.9375rem;line-height:1.7}}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.experience-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(59,130,246,.1);transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem;height:100%}.experience-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #3b82f626;border-color:#3b82f64d}.company-logo{display:flex;justify-content:center;margin-bottom:.5rem}.logo-image{width:80px;height:80px;object-fit:contain;border-radius:12px;background:#f8fafc;padding:8px;box-shadow:0 2px 8px #0000000d;transition:transform .3s ease}.experience-card:hover .logo-image{transform:scale(1.05)}.company-info{border-bottom:2px solid #f1f5f9;padding-bottom:1rem;text-align:center}.company-name-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:nowrap}.company-name{font-size:1.15rem;font-weight:700;color:#0f172a;line-height:1.4;display:inline-flex;align-items:center;gap:.5rem;margin:0;flex-wrap:nowrap}.company-tag{font-size:.875rem;color:#3b82f6;font-weight:600;background:linear-gradient(135deg,#3b82f61a,#10b9811a);padding:.25rem .75rem;border-radius:12px}.company-link-btn{width:28px;height:28px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#3b82f6;flex-shrink:0}.company-link-btn:hover{background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.role-title{font-size:1rem;font-weight:600;color:#334155;margin-bottom:.5rem}.duration{font-size:.9rem;color:#64748b;font-weight:500}.experience-points{display:flex;flex-direction:column;gap:.875rem;text-align:left}.point{font-size:.9rem;color:#475569;line-height:1.6;margin:0;position:relative;padding-left:.5rem}.point:hover{color:#1e293b}@media (max-width: 1200px){.experience-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 768px){.experience-grid{grid-template-columns:1fr;gap:1.5rem}.experience-card{padding:1.75rem}.logo-image{width:70px;height:70px}.company-name{font-size:1.1rem}.role-title{font-size:.95rem}.point{font-size:.875rem}}@media (max-width: 480px){.experience-card{padding:1.5rem}.logo-image{width:60px;height:60px}.company-name{font-size:1rem}.point{font-size:.85rem}}.tech-categories-horizontal{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.tech-category-row{background:#fff;border-radius:16px;padding:1.5rem 1.75rem;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(59,130,246,.08);transition:all .3s ease}.tech-category-row:hover{box-shadow:0 4px 20px #3b82f61f;border-color:#3b82f626}.category-title-horizontal{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:2px solid #f1f5f9;position:relative;text-align:left}.category-title-horizontal:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:linear-gradient(90deg,#3b82f6,#10b981)}.tech-items-horizontal{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.tech-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f60d,#10b9810d);border:1px solid rgba(59,130,246,.15);border-radius:24px;transition:all .2s ease;cursor:pointer}.tech-badge:hover{background:linear-gradient(135deg,#3b82f61a,#10b9811a);border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.tech-badge-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tech-badge-icon img{width:100%;height:100%;object-fit:contain}.tech-badge-name{font-size:.9rem;font-weight:600;color:#334155;white-space:nowrap}.tech-split-section{display:flex;flex-direction:column;gap:12px}.tech-sub-row{display:flex;align-items:center;gap:12px}.tech-sub-label{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;min-width:60px;padding:4px 8px;border-radius:4px}.backend-label{background-color:#dbeafe;color:#1d4ed8}.frontend-label{background-color:#dcfce7;color:#15803d}.tech-badge-backend{background-color:#eff6ff!important;border-color:#bfdbfe!important}.tech-badge-frontend{background-color:#f0fdf4!important;border-color:#bbf7d0!important}@media (max-width: 1200px){.tech-categories-horizontal{gap:1.25rem}}@media (max-width: 1024px){.tech-categories-horizontal{grid-template-columns:1fr}.tech-category-row{padding:1.5rem 1.75rem}.category-title-horizontal{font-size:1.15rem}.tech-items-horizontal{gap:.65rem}.tech-badge{padding:.45rem .9rem}.tech-badge-name{font-size:.875rem}}@media (max-width: 768px){.tech-categories-horizontal{gap:1.25rem}.tech-category-row{padding:1.25rem 1.5rem}.category-title-horizontal{font-size:1.1rem;margin-bottom:1rem}.tech-items-horizontal{gap:.6rem}.tech-badge{padding:.4rem .8rem}.tech-badge-icon{width:20px;height:20px}.tech-badge-name{font-size:.85rem}}@media (max-width: 480px){.tech-category-row{padding:1rem 1.25rem}.category-title-horizontal{font-size:1rem}.tech-items-horizontal{gap:.5rem}.tech-badge{padding:.35rem .7rem}.tech-badge-icon{width:18px;height:18px}.tech-badge-name{font-size:.8rem}}.projects-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1400px;margin:0 auto}.project-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(59,130,246,.1);transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem;height:100%}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #3b82f626;border-color:#3b82f64d}.project-top-section{display:flex;gap:1.5rem;align-items:flex-start}.project-image{flex-shrink:0;display:flex;align-items:center}.project-img{width:100px;height:100px;object-fit:contain;border-radius:12px;background:#f8fafc;padding:.75rem;box-shadow:0 2px 8px #0000000d;border:1px solid rgba(59,130,246,.1);transition:transform .3s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-right-content{flex-grow:1;display:flex;flex-direction:column;gap:1rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.project-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0;line-height:1.4;flex-grow:1;text-align:left}.project-links{display:flex;gap:.5rem;flex-shrink:0}.project-link-btn{width:36px;height:36px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#3b82f6}.project-link-btn:hover{background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.tech-tag{background:linear-gradient(135deg,#3b82f61a,#10b9811a);color:#1e40af;padding:.35rem .75rem;border-radius:16px;font-size:.8rem;font-weight:600;border:1px solid rgba(59,130,246,.2);transition:all .2s ease}.tech-tag:hover{background:linear-gradient(135deg,#3b82f626,#10b98126);transform:translateY(-2px);box-shadow:0 4px 8px #3b82f633}.project-description{font-size:.95rem;color:#475569;line-height:1.7;margin:0;text-align:left}@media (max-width: 1200px){.projects-container{gap:1.75rem}.project-card{padding:1.75rem}}@media (max-width: 1024px){.projects-container{grid-template-columns:1fr;gap:1.5rem}.project-img{width:90px;height:90px}.project-title{font-size:1.05rem}}@media (max-width: 768px){.project-card{padding:1.5rem;gap:1.25rem}.project-top-section{flex-direction:column;align-items:center;text-align:center;gap:1rem}.project-img{width:80px;height:80px}.project-header{flex-direction:column;align-items:center;gap:.75rem}.project-title{text-align:center;font-size:1rem}.project-links,.project-technologies{justify-content:center}.project-description{text-align:center;font-size:.9rem}}@media (max-width: 480px){.project-card{padding:1.25rem}.project-img{width:70px;height:70px}.project-title{font-size:.95rem}.tech-tag{font-size:.75rem;padding:.3rem .65rem}.project-description{font-size:.875rem}.project-link-btn{width:32px;height:32px}}.education-section{padding:4rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff);display:flex;align-items:center}.education-container{display:grid;gap:1.5rem;max-width:1200px;margin:0 auto;width:100%}.education-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.education-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #3b82f626;border-color:#3b82f64d}.education-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.university-logo{width:70px;height:70px;object-fit:contain;border-radius:12px;background:#f8fafc;padding:.5rem;box-shadow:0 2px 8px #0000000d;border:2px solid rgba(59,130,246,.1);flex-shrink:0}.education-info{flex-grow:1}.header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.degree-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;line-height:1.3}.university-container{display:flex;align-items:center;gap:.5rem}.university-name{font-size:1.05rem;color:#3b82f6;font-weight:600;margin:0}.degree-link{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:6px;padding:.3rem .6rem;color:#3b82f6;text-decoration:none;font-size:.8rem;font-weight:600;transition:all .2s ease;display:inline-block}.degree-link:hover{background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.education-details{text-align:right}.duration{color:#64748b;margin:0 0 .5rem;font-size:.95rem;font-weight:500}.gpa{color:#10b981;font-weight:700;margin:0;font-size:.95rem}.coursework-section{margin-top:1rem}.coursework-title{color:#475569;font-weight:600;margin-bottom:.75rem;font-size:.95rem;text-align:left}.coursework-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.course-tag{background:linear-gradient(135deg,#3b82f61a,#10b9811a);color:#1e40af;padding:.35rem .75rem;border-radius:16px;font-size:.8rem;font-weight:600;border:1px solid rgba(59,130,246,.2);transition:all .2s ease}.course-tag:hover{background:linear-gradient(135deg,#3b82f626,#10b98126);transform:translateY(-2px);box-shadow:0 4px 8px #3b82f633}@media (max-width: 768px){.education-section{padding:3rem 1.5rem}.education-card{padding:1.5rem}.education-header{flex-direction:column;align-items:center;text-align:center}.university-logo{width:60px;height:60px}.header-row{flex-direction:column;align-items:center;text-align:center}.degree-title{font-size:1.15rem}.university-container{justify-content:center;flex-wrap:wrap}.education-details{text-align:center;margin-top:.75rem}.coursework-title{text-align:center}.coursework-tags{justify-content:center}}@media (max-width: 480px){.education-section{padding:2.5rem 1rem}.education-card{padding:1.25rem}.degree-title{font-size:1.05rem}.university-name{font-size:.95rem}.course-tag{font-size:.75rem;padding:.3rem .65rem}}.certifications-section{padding:4rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;align-items:center}.certification-container{max-width:900px;margin:0 auto}.certification-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(59,130,246,.1);display:flex;align-items:center;gap:2rem;transition:all .3s ease}.certification-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #3b82f626;border-color:#3b82f64d}.certification-image{flex-shrink:0;position:relative;cursor:pointer;overflow:hidden;border-radius:12px}.cert-img{width:120px;height:120px;object-fit:contain;border-radius:12px;background:#f8fafc;padding:.75rem;box-shadow:0 2px 8px #0000000d;border:2px solid rgba(59,130,246,.1);transition:all .3s ease}.certification-image:hover .cert-img{transform:scale(1.05);border-color:#3b82f64d}.view-certificate-overlay{position:absolute;inset:0;background:#2563ebe6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:12px}.certification-image:hover .view-certificate-overlay{opacity:1}.view-certificate-overlay span{color:#fff;font-weight:600;font-size:.9rem}.certification-info{flex-grow:1}.certification-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.certification-header>div{text-align:left}.certification-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;line-height:1.3;text-align:left}.certification-date{color:#64748b;font-size:1rem;margin:0;font-weight:500}.credly-link{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px;padding:.5rem 1rem;color:#3b82f6;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .2s ease;white-space:nowrap}.credly-link:hover{background:linear-gradient(135deg,#3b82f6,#10b981);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.verified-badge{display:flex;align-items:center;gap:.5rem;color:#10b981;font-weight:600;font-size:.95rem;justify-content:flex-start}.certificate-modal{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 25px 50px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444;transition:all .2s ease;z-index:10}.modal-close:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.modal-certificate-image{max-width:100%;max-height:80vh;width:auto;height:auto;display:block;border-radius:8px;box-shadow:0 10px 30px #0003}@media (max-width: 768px){.certification-card{flex-direction:column;text-align:center;padding:1.5rem}.cert-img{width:100px;height:100px}.certification-header{flex-direction:column;align-items:center}.certification-title{font-size:1.2rem}.verified-badge{justify-content:center}.modal-content{padding:1rem}.modal-certificate-image{max-height:70vh}}@media (max-width: 480px){.certifications-section{padding:3rem 1rem}.certification-card{padding:1.25rem}.cert-img{width:80px;height:80px}.certification-title{font-size:1.1rem}.credly-link{font-size:.85rem;padding:.4rem .8rem}}
