.navbar{display:flex;align-items:center;justify-content:space-between;margin:auto;padding:16px 24px;flex-wrap:wrap;gap:16px}.nav-menu{display:flex;align-items:center;list-style:none;gap:190px;font-size:30px;justify-content:center;margin:0 auto}.nav-connect{padding:20px 40px;border-radius:50px;background:linear-gradient(270deg,#66bb6a,#ffffff80,#66bb6a);font-size:22px;cursor:pointer;transition:.5s}.nav-connect:hover{transform:scale(1.05)}.anchor-link{text-decoration:none;color:var(--text, white);position:relative;padding-bottom:5px}.anchor-link:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background:#66bb6a;transition:width .3s ease-in-out}.anchor-link:hover:after{width:100%}.theme-toggle{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;border:2px solid var(--border, rgba(255,255,255,.3));background:var(--card-bg, rgba(255,255,255,.08));color:var(--text, white);font-size:16px;font-weight:500;cursor:pointer;transition:transform .2s,border-color .2s,background .2s}.theme-toggle:hover{transform:scale(1.04);border-color:#66bb6a}.theme-icon{font-size:1.2em}.theme-label{font-family:inherit}@media (max-width: 1024px){.nav-menu{gap:60px;font-size:22px}}@media (max-width: 768px){.navbar{justify-content:center;padding:12px 16px}.nav-menu{gap:24px;font-size:18px;flex-wrap:wrap;justify-content:center}.theme-toggle{padding:8px 14px;font-size:14px}.theme-label{display:none}}@media (max-width: 480px){.nav-menu{flex-direction:column;align-items:center;gap:12px;font-size:16px}}.hero{display:flex;align-items:center;flex-direction:column;gap:35px}.hero-image{width:495px;height:420px;object-fit:cover;margin-top:70px;border-radius:30px;box-shadow:0 15px 35px #00000026;transition:all .3s ease}.hero-image:hover{transform:scale(1.03);box-shadow:0 20px 45px #00000040}.hero h1{text-align:center;font-size:85px;font-weight:600;opacity:0;transform:translateY(30px);animation-name:fadeInUp;animation-duration:2s;animation-fill-mode:forwards;animation-timing-function:ease-out}.hero h1 span{background:linear-gradient(270deg,#66bb6a,#85a896,#66bb6a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{width:50%;text-align:center;font-size:24px;line-height:40px;color:var(--text-muted, #d0d0d0)}.hero-action{display:flex;align-items:center;gap:125px;font-size:24px;font-weight:500;margin-bottom:50px}.hero-connect{padding:25px 45px;border-radius:50px;background:linear-gradient(270deg,#66bb6a,#ffffff80,#66bb6a);cursor:pointer}.hero-resume{padding:25px 75px;border-radius:50px;border:2px solid #fff;cursor:pointer}.hero-connect:hover{border:2px solid white}.hero-resume:hover{border-color:green}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{transform:scale(.8)}to{transform:scale(1)}}.hover-effect{display:inline-block;transition:transform .5s ease,color .5s ease}.hover-effect:hover{transform:scale(1.1);color:#66bb6a}.large-icon{width:100px;height:100px}@media (max-width: 1024px){.hero h1{font-size:64px}.hero p{width:70%;font-size:20px;line-height:32px}.hero-action{gap:80px}}@media (max-width: 768px){.hero{gap:28px;padding:40px 20px 32px}.hero img{margin-top:24px;max-width:280px;height:auto}.hero h1{font-size:42px}.hero p{width:92%;font-size:18px;line-height:28px}.hero-action{gap:48px;margin-bottom:32px;flex-wrap:wrap;justify-content:center}.large-icon{width:72px;height:72px}}@media (max-width: 480px){.hero h1{font-size:32px}.hero p{font-size:16px}.hero-action{gap:32px}.large-icon{width:56px;height:56px}}.about{display:flex;flex-direction:column;align-items:center;gap:60px;margin:80px 100px}.about-title{position:relative}.about-title h1{padding:0 30px;font-size:80px;font-weight:600}.about-section{display:flex;gap:80px}.about-left{display:flex;flex-basis:35%}.about-right{display:flex;flex-direction:column;gap:80px;text-align:left}.about-para{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500;color:var(--text-muted, white)}.about-skills{display:flex;flex-direction:column;gap:20px}.about-skill{display:flex;gap:50px;align-items:center;transform:.3s}.about-skill p{min-width:150px;font-size:24px;font-weight:500}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(270deg,#66bb6a,#85a896,#66bb6a)}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:80px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s}.about-achievement h1{font-size:60px;font-weight:700;background:linear-gradient(270deg,#66bb6a,#85a896,#66bb6a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:22px;font-weight:500}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achievement:hover{transform:scale(1.12);transition:.5s}.image-container{display:flex;justify-content:center;margin-right:200px}.profile-image{width:350px;height:auto;object-fit:cover;margin-left:140px;margin-bottom:50px;border-radius:20px;box-shadow:0 15px 35px #00000026;transition:all .3s ease}.profile-image:hover{transform:scale(1.03);box-shadow:0 20px 45px #00000040}.about-left{display:flex;flex-direction:column;align-items:center}@media (max-width: 1024px){.about{margin:60px 40px;gap:48px}.about-title h1{font-size:56px}.about-para{font-size:20px}.about-achievement h1{font-size:48px}.about-achievement p{font-size:18px}}@media (max-width: 768px){.about{margin:40px 20px;gap:36px}.about-title h1{font-size:40px;text-align:center;padding:0}.about-section{flex-direction:column;gap:32px;align-items:center}.about-left{flex-basis:auto}.image-container{margin-right:0}.profile-image{margin-left:0;margin-bottom:24px;width:100%;max-width:320px}.about-right{gap:32px;max-width:100%}.about-para{font-size:18px}.about-skill{gap:20px}.about-skill p{min-width:100px;font-size:18px}.about-achievements{flex-direction:column;align-items:center;gap:24px;margin-bottom:48px}.about-achievements hr{display:none}.about-achievement h1{font-size:40px}.about-achievement p{font-size:16px}}@media (max-width: 480px){.about-title h1{font-size:32px}.about-para,.about-skill p{font-size:16px}}.services{--exp-text: clamp(1.1rem, .4vw + 1rem, 1.3rem);--exp-text-lg: clamp(1.15rem, .5vw + 1.05rem, 1.38rem);--exp-heading-sm: clamp(1.3rem, 1vw + .9rem, 1.65rem);--exp-panel: clamp(1.55rem, 1.15vw + 1rem, 1.95rem);display:flex;flex-direction:column;align-items:center;padding:clamp(2rem,5vw,3.5rem) clamp(1rem,4vw,2.5rem) clamp(3rem,6vw,5rem);width:100%;max-width:min(1620px,100%);margin:0 auto;box-sizing:border-box;overflow-x:hidden}.services-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.75rem);width:100%;max-width:100%}.services-header h1{padding:0 clamp(.5rem,2vw,1.5rem);font-size:clamp(2.15rem,4.25vw + 1rem,4.85rem);font-weight:600;margin-bottom:clamp(1rem,2vw,2rem);line-height:1.1;letter-spacing:-.02em}.services-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:clamp(2rem,5vw,5.5rem);width:100%;max-width:100%;align-items:start}.panel-title{font-size:var(--exp-panel);font-weight:700;margin-bottom:clamp(1.35rem,2.5vw,2rem);padding-bottom:.65rem;border-bottom:1px solid var(--border, rgba(255, 255, 255, .15));background:linear-gradient(120deg,#66bb6a,#fff,#66bb6a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.experience-panel{display:flex;flex-direction:column;gap:clamp(1.25rem,2.75vw,2rem);min-width:0}.role-card{background:#00000038;border:1px solid var(--border, rgba(255, 255, 255, .12));border-radius:14px;padding:clamp(1.5rem,3.75vw,3rem) clamp(1.2rem,2.75vw,2rem);transition:border-color .2s ease,box-shadow .2s ease}.role-card:hover{border-color:#66bb6a73;box-shadow:0 8px 28px #00000059}.role-card__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:.65rem}.role-card__title{font-size:var(--exp-heading-sm);font-weight:600;margin:0 0 4px;color:var(--text, #fff);line-height:1.25}.role-card__company{font-size:var(--exp-text-lg);font-weight:600;color:#66bb6a;margin:0}.role-card__dates{font-size:var(--exp-text);color:var(--text-muted, #aaa);white-space:nowrap}.role-card__list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:clamp(.75rem,1.5vw,1rem)}.role-card__list li{font-size:var(--exp-text-lg);line-height:1.65;color:var(--text-muted, #ddd)}.role-card__link{margin-top:.75rem;margin-bottom:0}.role-card__link a{color:#66bb6a;font-size:var(--exp-text);font-weight:500;text-decoration:none;border-bottom:1px solid rgba(102,187,106,.4)}.role-card__link a:hover{color:#8fd4a0;border-bottom-color:#8fd4a0}.services-sidebar{display:flex;flex-direction:column;gap:clamp(9.5rem,3vw,2.25rem);min-width:0;margin-top:clamp(.85rem,2.5vw,2.25rem)}.info-card{background:#00000038;border:1px solid var(--border, rgba(255, 255, 255, .12));border-radius:14px;padding:clamp(1.5rem,3.25vw,2.25rem) clamp(1.25rem,2.75vw,2.1rem);transition:border-color .2s ease,box-shadow .2s ease}.info-card:hover{border-color:#66bb6a73;box-shadow:0 8px 28px #00000059}.info-card__school{font-size:var(--exp-heading-sm);font-weight:600;margin:0 0 .4rem;line-height:1.3}.info-card__degree{font-size:var(--exp-text-lg);color:var(--text-muted, #ccc);margin:0 0 1rem;line-height:1.5}.info-card__label{font-size:clamp(.82rem,.4vw + .68rem,.95rem);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #888);margin:1rem 0 .4rem}.info-card__label:first-of-type{margin-top:0}.info-card__courses{font-size:var(--exp-text-lg);line-height:1.65;color:var(--text-muted, #ccc);margin:0}.info-card__leadership-role{font-size:var(--exp-heading-sm);font-weight:600;margin:0 0 .65rem;line-height:1.35;color:var(--text, #fff)}.info-card__leadership-list{margin-top:0}.skill-group{margin-bottom:18px}.skill-group:last-child{margin-bottom:0}.skill-group__label{display:block;font-size:clamp(.82rem,.4vw + .68rem,.92rem);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #888);margin-bottom:.35rem}.skill-group__text{font-size:var(--exp-text-lg);line-height:1.6;color:var(--text-muted, #ddd);margin:0}@media (max-width: 1024px){.services-layout{grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem)}.services-sidebar{order:3;margin-top:0}}@media (max-width: 600px){.services{padding:1.75rem 1rem 3rem}.role-card__dates{white-space:normal;width:100%}}.contact{display:flex;flex-direction:column;align-items:center;gap:100px;margin:80px 100px}.contact-title{position:relative}.contact-title h1{padding:0 30px;font-size:80px;font-weight:600}.contact-left,.contact-right label,.contact-text{color:var(--text)}.contact-section{display:flex;gap:80px;width:100%}.contact-left{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-detail{display:flex;align-items:center;gap:20px}.contact-icon{width:40px;height:40px}.contact-text{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500}.contact-text.email,.contact-text.phone,.contact-text.linkedin,.contact-text.github{margin-left:20px}.contact-right{display:flex;flex-direction:column;gap:20px;flex-basis:50%}.contact-right label{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500}.contact-right input,.contact-right textarea{width:100%;padding:10px;font-size:16px}.contact-right button{padding:10px 20px;font-size:18px;background:linear-gradient(270deg,#66bb6a,#ffffff80,#66bb6a);color:#1a1a1a;border:none;cursor:pointer;transition:background-color .3s,transform .2s}.contact-right button:hover{background-color:#5a5;transform:scale(1.02)}.footer{bottom:0;left:0;width:100%;color:var(--text-muted, #fff);padding:10px 20px;text-align:center}@media (max-width: 1024px){.contact{margin:60px 40px;gap:60px}.contact-title h1{font-size:56px}}@media (max-width: 768px){.contact{margin:40px 20px;gap:40px}.contact-title h1{font-size:40px;text-align:center;padding:0}.contact-section{flex-direction:column;align-items:center;gap:40px}.contact-left{width:100%;max-width:480px;font-size:20px}.contact-right{width:100%;max-width:480px;flex-basis:auto}.contact-text,.contact-right label{font-size:20px}}@media (max-width: 480px){.contact{margin:24px 16px;gap:32px}.contact-title h1{font-size:32px}.contact-left,.contact-text,.contact-right label{font-size:18px}}.projects{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:0;padding:20px}.projects-title{position:relative}.projects-title h1{font-size:80px;font-weight:600;margin-bottom:20px;text-align:center;margin-left:-40px}.projects-list{display:flex;flex-direction:column;gap:80px;width:100%;max-width:1100px}.project-row{display:flex;align-items:stretch;justify-content:space-between;gap:40px}.project-card{flex:1 1 50%;display:flex;flex-direction:column;gap:16px;padding:24px;margin-left:-200px;max-height:800px;border-radius:12px;background:#00000040;box-shadow:0 12px 30px #00000073;border:1px solid var(--border, rgba(255,255,255,.12))}.project-card h2{font-size:32px;margin-bottom:8px}.project-card p,.project-card li{font-size:18px;line-height:1.6}.project-card ul{padding-left:20px;display:flex;flex-direction:column;gap:8px}.project-media{flex:1 1 49%;display:flex;align-items:center;justify-content:center;width:100%}.project-video{width:120%;height:100%;object-fit:cover;border-radius:16px;border:1px solid var(--border, rgba(255,255,255,.18));box-shadow:0 14px 35px #000000b3;margin-left:40%}.project-image{width:120%;margin-left:40%;margin-top:10px;border-radius:16px;border:1px solid var(--border, rgba(255,255,255,.18));box-shadow:0 14px 35px #000000b3;object-fit:cover}.project-gallery{display:flex;justify-content:center;gap:380px;margin-top:16px}.gallery-item{flex:0 0 400px}.gallery-item img{width:175%;border-radius:16px;border:1px solid var(--border, rgba(255,255,255,.18));box-shadow:0 14px 35px #000000b3;object-fit:cover;margin-left:-150px}@media (max-width: 1024px){.projects-title h1{font-size:56px;margin-bottom:56px}}@media (max-width: 900px){.project-row{flex-direction:column;gap:32px}.project-card{flex:1 1 100%;margin-left:0}.project-media{order:2;width:100%;justify-content:center}.project-video{width:100%;height:auto;max-height:400px;margin-left:0}.project-gallery{flex-direction:column;margin-left:0;gap:24px}}@media (max-width: 600px){.projects-title h1{font-size:40px}.project-card{padding:16px}.project-card h2{font-size:24px}.project-card p,.project-card li{font-size:14px;line-height:1.4}.project-video{max-height:300px}}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;font-family:Outfit,system-ui,sans-serif;-webkit-font-smoothing:antialiased;--bg: rgb(48, 47, 47);--text: #fff;--text-muted: #d0d0d0;--card-bg: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .2);--input-bg: rgba(255, 255, 255, .08);background:var(--bg);color:var(--text);transition:background .3s ease,color .2s ease}body.theme-light{--bg: #f5f5f5;--text: #1a1a1a;--text-muted: #444;--card-bg: #fff;--border: rgba(0, 0, 0, .15);--input-bg: #fff}#root{min-height:100vh}body.theme-light .services-format,body.theme-light .projects-format{border-color:var(--border);box-shadow:0 2px 8px #00000014}body.theme-light .contact-right input,body.theme-light .contact-right textarea{background:var(--input-bg);border:1px solid var(--border);color:var(--text)}body.theme-light .footer{color:var(--text-muted)}
