*{box-sizing:border-box;margin:0;padding:0}:root{--primary-bg:#1a1a2e;--secondary-bg:#16213e;--accent-bg:#0f3460;--primary-text:#fff;--secondary-text:#e8e8e8;--accent-text:#4fc3f7;--border-color:#2d3748;--card-bg:#1e293b;--hover-bg:#2d3748;--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-accent:linear-gradient(135deg,#4fc3f7,#29b6f6);--shadow-light:0 4px 6px #0000001a;--shadow-medium:0 10px 25px #0003;--shadow-heavy:0 20px 40px #0000004d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a2e;background-color:var(--primary-bg);color:#fff;color:var(--primary-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#16213e;background:var(--secondary-bg)}::-webkit-scrollbar-thumb{background:#0f3460;background:var(--accent-bg);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2d3748;background:var(--border-color)}::selection{background-color:var(--accent-text);color:var(--primary-bg)}:focus{outline:2px solid #4fc3f7;outline:2px solid var(--accent-text);outline-offset:2px}button{background:none;border:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ef2;border-bottom:1px solid #4fc3f733;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#1a1a2efa;box-shadow:0 4px 20px #0000004d}.header-container{align-items:flex-end;display:flex;justify-content:space-between;padding:1rem 2rem}.logo-quote-group{flex-direction:column;justify-content:flex-end;margin-bottom:0;padding-bottom:0}.logo,.logo-quote-group{align-items:flex-start;display:flex}.logo{cursor:pointer;justify-content:flex-start;transition:all .3s ease}.logo:hover{transform:translateY(-2px)}.logo-text{color:#4fc3f7;font-size:1.5rem;font-weight:700;letter-spacing:1px}.header-quote{background:none;border:none;box-shadow:none;font-size:.93rem;font-style:italic;line-height:1.2;margin-bottom:0;margin-left:.1rem;margin-top:.15rem;max-width:100vw;overflow:hidden;padding:0;text-overflow:ellipsis}.header-quote,.header-quote-text{color:#c7d0e0;white-space:nowrap}.header-quote-author{color:#4fc3f7;font-size:.93rem;font-weight:500;margin-left:.5em}.nav{background:none;border-radius:0;box-shadow:none;min-width:0;min-width:auto;position:static}.nav,.nav-list{align-items:flex-end;display:flex;padding:0}.nav-list{flex-direction:row;gap:1rem;list-style:none;margin:0}.nav-link{align-items:flex-end;background:none;border:none;border-radius:0;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:100%;padding:.5rem .5rem 0;position:relative;text-align:left;transition:all .3s ease}.nav-link:hover{background:#4fc3f71a;color:#4fc3f7}.nav-link:after{background:#4fc3f7;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover:after{width:80%}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;margin-left:auto;padding:.5rem;z-index:2100}.mobile-menu-btn span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.resume-dropdown-menu{background:#4fc3f71a;border-radius:0;box-shadow:none;margin-top:.5rem;padding:0;position:static}.resume-dropdown-link{font-size:.9rem;padding-left:2rem}@media (max-width:1024px){.nav{background:#1a1a2efa;border-radius:0 0 12px 12px;box-shadow:0 8px 24px #0000002e;display:none;min-width:180px;padding:.5rem 0;position:absolute;right:1rem;top:100%;transition:all .3s ease;z-index:2000}.nav.nav-open{display:block}.mobile-menu-btn{display:flex}.nav-list{flex-direction:column;gap:0;padding:.5rem 0}.nav-link{border-radius:0;justify-content:flex-start;padding:.75rem 1rem;width:100%}.nav-link:after{display:none}.nav-resume-dropdown{position:relative}.resume-dropdown-menu{background:#4fc3f71a;border-radius:0;box-shadow:none;margin-top:.5rem;padding:0;position:static}.resume-dropdown-menu.open{display:block}.resume-dropdown-link{font-size:.9rem;padding-left:2rem}}@media (max-width:768px){.header-container{align-items:center;justify-content:space-between;padding:1rem}.nav{min-width:180px;right:1rem}.header-quote{display:none}.logo-quote-group{align-items:center;flex-direction:row;margin-bottom:0}.logo{margin-bottom:0}.mobile-menu-btn{display:flex;margin-left:auto}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero:before{background:radial-gradient(circle at 20% 80%,#4fc3f70d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{align-items:center;display:flex;justify-content:center;padding:0;position:relative;width:100%;z-index:1}.hero-content{max-width:800px;padding:0 2rem;width:100%}.hero-content,.hero-text{align-items:center;display:flex;flex-direction:column;margin:0 auto;text-align:center}.hero-text{max-width:600px}.hero-title{color:#fff;font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.hero-subtitle{color:#4fc3f7;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.hero-profile-image-section{display:flex;justify-content:center;margin:1.5rem 0}.hero-profile-image{border:4px solid #4fc3f74d;border-radius:50%;box-shadow:0 8px 32px #4fc3f733;height:180px;object-fit:cover;transition:all .3s ease;width:180px}.hero-profile-image:hover{border-color:#4fc3f780;box-shadow:0 12px 40px #4fc3f74d;transform:scale(1.05)}.hero-description{color:#e8e8e8;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;max-width:600px}.hero-motto{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin-bottom:3rem;max-width:700px;padding:1.5rem}.motto-fire-image{filter:drop-shadow(0 2px 8px rgba(255,107,53,.15));height:48px;margin-bottom:.5rem;object-fit:contain;opacity:.35;width:48px}.motto-text{color:#fff;font-size:1.1rem;font-style:italic;line-height:1.5;margin:0;text-align:center}.motto-author{color:#4fc3f7;font-weight:500}.hero-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2.5rem}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:1rem 2.5rem;position:relative;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4fc3f7,#29b6f6);box-shadow:0 4px 15px #4fc3f74d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #4fc3f766;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #4fc3f7;color:#4fc3f7}.btn-secondary:hover{background:#4fc3f7;color:#1a1a2e;transform:translateY(-2px)}.hero-sayings{flex-wrap:wrap;gap:3rem;justify-content:center;margin:1.5rem 0 1rem}.hero-saying,.hero-sayings{align-items:center;display:flex}.hero-saying{color:#e8e8e8;flex-direction:column;font-size:1.15rem;font-weight:500;gap:.5rem;padding:1rem 0;position:relative;transition:transform .2s}.hero-saying:not(:last-child):after{background:linear-gradient(180deg,#0000,#4fc3f74d,#0000);content:"";height:60%;position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);width:1px}.hero-saying-icon{align-items:center;display:flex;font-size:2rem;justify-content:center;margin-bottom:.5rem}.hero-saying-text{color:#fff;font-size:1.15rem;font-weight:600;text-align:center}.hero-available-for{display:flex;justify-content:center;margin-top:1.5rem;width:100%}.available-for-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:12px;max-width:600px;padding:2rem;width:100%}.available-for-card h4{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.available-for-card ul{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;margin:0;padding:0}.available-for-card li{color:#e8e8e8;line-height:1.6;padding-left:1.5rem;position:relative}.available-for-card li:before{color:#4fc3f7;content:"▸";font-weight:700;left:0;position:absolute}@media (max-width:1024px){.hero-title{font-size:3.5rem}}@media (max-width:768px){.hero{min-height:90vh;padding:2rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-profile-image{height:150px;width:150px}.hero-description{font-size:1.1rem}.hero-motto{margin-bottom:2rem;padding:1rem}.motto-text{font-size:1rem}.btn{font-size:.95rem;padding:.875rem 2rem}.hero-actions{align-items:center;flex-direction:column}.hero-sayings{flex-direction:column;gap:1.2rem}.hero-saying:not(:last-child):after{display:none}.hero-available-for{margin-top:2rem}.available-for-card{padding:1.5rem}.available-for-card h4{font-size:1.1rem;margin-bottom:1rem}.available-for-card ul{gap:.5rem;grid-template-columns:1fr}.available-for-card li{font-size:.9rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-profile-image{height:120px;width:120px}.hero-description{font-size:1rem}.hero-motto{padding:.75rem}.motto-text{font-size:.9rem}.hero-saying-icon{font-size:1.5rem}.hero-saying-text{font-size:1rem}.available-for-card{padding:1rem}.available-for-card h4{font-size:1rem}.available-for-card li{font-size:.85rem}}.about{position:relative}.about:before{background:radial-gradient(circle at 70% 30%,#4fc3f70d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.about-content{display:flex;flex-direction:column;gap:4rem;position:relative;z-index:1}.profile-image-section{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;text-align:center}.profile-image{border:4px solid #4fc3f74d;border-radius:50%;box-shadow:0 8px 32px #4fc3f733;height:200px;margin-bottom:1.5rem;object-fit:cover;transition:all .3s ease;width:200px}.profile-image:hover{border-color:#4fc3f780;box-shadow:0 12px 40px #4fc3f74d;transform:scale(1.05)}.profile-quote{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:12px;margin:0 auto;max-width:500px;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.profile-quote:hover{border-color:#4fc3f766;box-shadow:0 8px 24px #4fc3f71a;transform:translateY(-2px)}.profile-quote blockquote{color:#e8e8e8;font-size:1.2rem;font-style:italic;font-weight:500;line-height:1.6;margin:0 0 .5rem;position:relative;z-index:1}.profile-quote cite{color:#4fc3f7;font-size:.9rem;font-style:normal;font-weight:600;position:relative;z-index:1}.about-text h3{color:#4fc3f7;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;margin-top:0}.about-text p{color:#e8e8e8;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.personal-info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:12px;margin:0 auto;max-width:800px;padding:2rem;text-align:center}.personal-info-card h3{color:#4fc3f7;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.personal-info-card p{color:#e8e8e8;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;text-align:left}.personal-info-card p:last-child{margin-bottom:0}.philosophy-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #4fc3f733;border-radius:12px;padding:2rem}.philosophy-item,.philosophy-section{background:#1a1a2ecc;margin-bottom:2rem}.philosophy-item{align-items:flex-start;border:1px solid #4fc3f766;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.philosophy-item:hover{background:#1a1a2ee6;border-color:#4fc3f799;transform:translateY(-2px)}.philosophy-icon{filter:drop-shadow(0 2px 4px rgba(79,195,247,.3));flex-shrink:0;font-size:2rem;margin-top:.2rem}.philosophy-item p{flex:1 1;margin-bottom:0}.philosophy-item strong{color:#4fc3f7;font-weight:600}.leadership-principles{margin-top:-1rem;position:relative;width:100%;z-index:1}.leadership-principles h3{color:#4fc3f7;font-size:2rem;font-weight:600;margin-bottom:3rem;text-align:center}.principles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);width:100%}.principle-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:2rem;transition:all .3s ease}.principle-card:hover{border-color:#4fc3f766;box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.principle-card h4{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.principle-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.principle-icon{filter:drop-shadow(0 2px 8px rgba(79,195,247,.3));font-size:2rem}.principle-header h4{margin-bottom:0}.principle-card p{color:#e8e8e8;flex:1 1;font-size:1rem;line-height:1.6}.fact-link{color:#4fc3f7;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.fact-link:hover{color:#29b6f6;text-decoration:underline}.strengths-list{flex:1 1;list-style:none;margin:0;padding:0}.strengths-list li{color:#e8e8e8;line-height:1.6;margin-bottom:.5rem;padding-left:1rem;position:relative}.strengths-list li:before{color:#4fc3f7;content:"▸";font-weight:700;left:0;position:absolute}.fact-image{border-radius:8px;display:block;height:auto;margin:1rem auto 0;max-width:200px;transition:transform .3s ease;width:100%}.fact-image:hover{transform:scale(1.05)}@media (max-width:1200px){.principles-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-text h3{font-size:1.5rem}.about-text p{font-size:1rem}.personal-info-card{padding:1.5rem}.personal-info-card h3{font-size:1.5rem}.personal-info-card p{font-size:1rem}.leadership-principles h3{font-size:1.75rem;margin-bottom:2rem}.principle-card{padding:1.5rem}.principle-card h4{font-size:1.2rem}.fact-link{font-size:1rem}.strengths-list li{font-size:.9rem}.fact-image{max-width:150px}.profile-image{height:150px;width:150px}.profile-quote{max-width:400px;padding:1rem}.profile-quote blockquote{font-size:1.1rem}.profile-quote cite{font-size:.8rem}.principles-grid{gap:1rem}}@media (max-width:480px){.principles-grid{gap:1rem;grid-template-columns:1fr}.about-text h3,.personal-info-card h3{font-size:1.3rem}.leadership-principles h3{font-size:1.5rem;margin-bottom:1.5rem}.principle-card{padding:1rem}.fact-image{max-width:120px}.profile-image{height:120px;width:120px}.profile-quote{max-width:350px;padding:.75rem}.profile-quote blockquote{font-size:1rem}.profile-quote cite{font-size:.75rem}}.image-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.image-modal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #4fc3f74d;border-radius:12px;max-height:90vh;max-width:90vw;padding:1rem;position:relative}.modal-close-btn{align-items:center;background:#ff4757;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:30px;justify-content:center;position:absolute;right:-10px;top:-10px;transition:all .3s ease;width:30px;z-index:1001}.modal-close-btn:hover{background:#ff3742;transform:scale(1.1)}.modal-image{border-radius:8px;display:block;max-height:80vh;max-width:100%}.clickable-image{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.clickable-image:hover{box-shadow:0 8px 25px #4fc3f74d;transform:scale(1.05)}@media (max-width:768px){.image-modal-content{max-width:95vw;padding:.5rem}.modal-close-btn{font-size:16px;height:25px;right:-8px;top:-8px;width:25px}}.experience{position:relative}.experience:before{background:radial-gradient(circle at 30% 70%,#4fc3f70d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#e8e8e8;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.experience-content{position:relative;z-index:1}.experience-section{margin-bottom:4rem}.experience-section-title{color:#4fc3f7;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.experience-cards{display:flex;flex-direction:column;gap:2rem}.experience-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:16px;padding:2rem;transition:all .3s ease}.experience-card:hover{border-color:#4fc3f766;box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.experience-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.experience-title h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.company-name{color:#4fc3f7;font-size:1.1rem;font-weight:500;margin-bottom:.25rem}.period{color:#e8e8e8;font-size:.9rem;opacity:.8}.expand-btn{align-items:center;border-radius:8px;display:flex;font-weight:600;height:40px;justify-content:center;min-width:40px;padding:.5rem;transition:all .3s ease}.expand-btn:hover{background:#4fc3f71a;transform:scale(1.1)}.expand-btn.expanded{transform:rotate(180deg)}.experience-details{border-top:1px solid #4fc3f733;padding-top:1.5rem}.achievements-list{list-style:none;margin:0;padding:0}.achievements-list li{color:#e8e8e8;line-height:1.7;margin-bottom:1rem;padding-left:1.5rem;position:relative}.achievements-list li:before{color:#4fc3f7;content:"▸";font-weight:700;left:0;position:absolute}.resume-sections{margin-top:2rem}.resume-section{background:#1a1a2ecc;border-radius:10px;box-shadow:0 2px 12px #0000000a;margin-bottom:1.5rem;overflow:hidden}.resume-section-header{align-items:center;background:#4fc3f733;border-bottom:1px solid #4fc3f721;cursor:pointer;display:flex;justify-content:space-between;padding:1.1rem 1.5rem;transition:background .2s}.resume-section-title{align-items:center;display:flex;gap:.75rem}.resume-section-icon{filter:drop-shadow(0 2px 4px rgba(79,195,247,.3));font-size:1.3rem}.resume-section-header:hover{background:#4fc3f74d}.resume-section-header h3{color:#4fc3f7;font-size:1.2rem;font-weight:600;margin:0}.expand-btn{background:none;border:none;color:#4fc3f7;cursor:pointer;font-size:1.5rem;margin-left:1rem;transition:color .2s}.expand-btn.expanded{color:#ff6b35}.resume-section-content{background:#1a1a2ecc;border:1px solid #4fc3f766;border-radius:8px;margin:.5rem;padding:1.5rem}.resume-placeholder{color:#e8e8e8;font-style:italic;padding:1.5rem 0;text-align:center}.mobile-soft-skills-section,.mobile-tech-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:16px;display:none;margin-bottom:2rem;touch-action:pan-y;transition:all .3s ease}.mobile-soft-skills-section:hover,.mobile-tech-section:hover{border-color:#4fc3f766;transform:translateY(-2px)}.mobile-section-header{align-items:center;background:#4fc3f733;border-bottom:1px solid #4fc3f721;cursor:pointer;display:flex;justify-content:space-between;padding:1.1rem 1.5rem;touch-action:manipulation;transition:background .2s}.mobile-section-header:hover{background:#4fc3f74d}.mobile-section-title{align-items:center;display:flex;gap:.75rem}.mobile-section-title h3{color:#4fc3f7;font-size:1.2rem;font-weight:600;margin:0}.mobile-section-icon{filter:drop-shadow(0 2px 4px rgba(79,195,247,.3));font-size:1.3rem}.mobile-expand-btn{align-items:center;background:none;border:none;border-radius:8px;color:#4fc3f7;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;min-width:40px;touch-action:manipulation;transition:color .2s}.mobile-expand-btn:hover{background:#4fc3f71a;transform:scale(1.1)}.mobile-expand-btn.expanded{color:#ff6b35}.mobile-section-content{max-height:60vh;overflow-y:auto;padding:1.5rem;touch-action:pan-y}.mobile-tech-category{margin-bottom:1.5rem;touch-action:pan-y}.mobile-tech-header{border-bottom:1px solid #4fc3f733;color:#4fc3f7;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.mobile-tech-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0;touch-action:pan-y}.mobile-tech-list li{background:#4fc3f71a;border:1px solid #4fc3f733;border-radius:20px;color:#e8e8e8;font-size:.9rem;padding:.25rem .75rem;transition:all .2s ease}.mobile-tech-list li:hover{background:#4fc3f733;border-color:#4fc3f766;transform:translateY(-1px)}.mobile-soft-skills-category{margin-bottom:1.5rem;touch-action:pan-y}.mobile-soft-skills-header{border-bottom:1px solid #4fc3f733;color:#4fc3f7;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.mobile-soft-skills-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0;touch-action:pan-y}.mobile-soft-skills-list li{background:#4fc3f71a;border:1px solid #4fc3f733;border-radius:20px;color:#e8e8e8;font-size:.9rem;padding:.25rem .75rem;transition:all .2s ease}.mobile-soft-skills-list li:hover{background:#4fc3f733;border-color:#4fc3f766;transform:translateY(-1px)}@media (min-width:1101px){.mobile-soft-skills-section,.mobile-tech-section{display:none}}@media (max-width:1100px){.mobile-soft-skills-section,.mobile-tech-section{display:block}}.nav-resume-dropdown{position:relative}.resume-dropdown-menu{background:#232346;border-radius:0 0 10px 10px;box-shadow:0 8px 24px #0000002e;display:none;left:0;min-width:220px;padding:.5rem 0;position:absolute;top:100%;z-index:2000}.resume-dropdown-menu.open{display:block}.resume-dropdown-menu li{width:100%}.resume-dropdown-link{background:none;border:none;color:#e8e8e8;display:block;font-size:1rem;padding:.75rem 1.5rem;text-align:left;text-decoration:none;transition:background .2s,color .2s;width:100%}.resume-dropdown-link:hover{background:#4fc3f7;color:#232346}@media (max-width:768px){.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.experience-section-title{font-size:1.75rem}.experience-card{padding:1.5rem}.experience-title h3{font-size:1.3rem}.company-name{font-size:1rem}.period{font-size:.85rem}.achievements-list li{font-size:.95rem;padding-left:1.25rem}}@media (max-width:480px){.section-title{font-size:2rem}.experience-section-title{font-size:1.5rem}.experience-card{padding:1rem}.experience-header{flex-direction:column;gap:1rem}.expand-btn{align-self:flex-end}}@media (max-width:1100px){.container{flex-direction:column!important;gap:0!important}.soft-skills-sidebar,.tech-sidebar{display:none}}@media (max-width:768px){.container{flex-direction:column!important;gap:0!important}.soft-skills-sidebar,.tech-sidebar{display:none}.resume-sections{margin-top:.5rem}}@media (max-width:480px){.soft-skills-sidebar,.tech-sidebar{display:none}}.container{box-sizing:border-box;flex-wrap:wrap}.skills{position:relative}.skills:before{background:radial-gradient(circle at 80% 20%,#4fc3f70d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.skills-content{position:relative;z-index:1}.skills-section{margin-bottom:6rem}.skills-section:last-child{margin-bottom:2rem}.skills-section h3{color:#4fc3f7;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.skills-section-header{align-items:center;border-bottom:2px solid #4fc3f74d;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 0;transition:all .3s ease}.skills-section-header:hover{border-bottom-color:#4fc3f799}.skills-section-header h3{margin-bottom:0;text-align:left}.expand-icon{color:#4fc3f7;font-size:2rem;font-weight:700;transition:all .3s ease}.skills-section-header:hover .expand-icon{color:#29b6f6;transform:scale(1.1)}.skills-grid{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px}.skill-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f766;border-radius:12px;padding:1.5rem;transition:all .3s ease}.skill-item:hover{border-color:#4fc3f799;box-shadow:0 15px 30px #0000004d;transform:translateY(-3px)}.skill-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.skill-icon{filter:drop-shadow(0 2px 4px rgba(79,195,247,.3));font-size:1.2rem;margin-right:.75rem}.skill-name{color:#fff;flex:1 1;font-size:1.1rem;font-weight:600}.skill-level{color:#4fc3f7;font-size:.9rem;font-weight:600}.skill-bar{background:#ffffff1a;border-radius:4px;height:8px;overflow:hidden;width:100%}.skill-progress{background:linear-gradient(135deg,#4fc3f7,#29b6f6);border-radius:4px;height:100%;transition:width 1s ease}.methodologies-grid,.technologies-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.methodology-card,.technology-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f766;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.methodology-card:hover,.technology-card:hover{border-color:#4fc3f799;box-shadow:0 15px 30px #0000004d;transform:translateY(-3px)}.methodology-card span,.technology-card span{color:#e8e8e8;font-size:1rem;font-weight:500;line-height:1.5}@media (max-width:768px){.skills-section h3{font-size:1.75rem}.expand-icon,.skills-section-header h3{font-size:1.5rem}.skill-item{padding:1.25rem}.skill-name{font-size:1rem}.methodologies-grid,.technologies-grid{gap:1rem;grid-template-columns:1fr}.methodology-card,.technology-card{padding:1.25rem}}@media (max-width:480px){.skills-section h3{font-size:1.5rem}.expand-icon,.skills-section-header h3{font-size:1.3rem}.skill-header{align-items:flex-start;flex-direction:column;gap:.5rem}.skill-level{align-self:flex-end}}@keyframes fillBar{0%{width:0}to{width:var(--target-width)}}.skill-progress{animation:fillBar 1s ease-out forwards}.skill-item:hover .skill-progress{box-shadow:0 0 10px #4fc3f780}.contact{position:relative}.contact:before{background:radial-gradient(circle at 30% 80%,#4fc3f70d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.contact-content{display:flex;flex-direction:column;gap:3rem;position:relative;z-index:1}.contact-profile-image-section{display:flex;justify-content:center;margin-bottom:1rem}.contact-profile-image{border:4px solid #4fc3f74d;border-radius:50%;box-shadow:0 8px 32px #4fc3f733;height:180px;object-fit:cover;transition:all .3s ease;width:180px}.contact-profile-image:hover{border-color:#4fc3f780;box-shadow:0 12px 40px #4fc3f74d;transform:scale(1.05)}.contact-info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:12px;margin:0 auto;max-width:800px;padding:2rem;text-align:center}.contact-info-card h3{color:#4fc3f7;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.contact-info-card p{color:#e8e8e8;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.contact-info-card p:last-child{margin-bottom:0}.contact-details{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem;width:100%}.contact-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f766;border-radius:12px;display:flex;flex:1 1;gap:.75rem;max-width:300px;min-width:250px;padding:1rem 1.5rem;transition:all .3s ease}.contact-item:hover{border-color:#4fc3f799;box-shadow:0 15px 30px #0000004d;transform:translateY(-3px)}.contact-icon{align-items:center;background:#4fc3f71a;border-radius:50%;color:#4fc3f7;display:flex;flex-shrink:0;font-size:1.2rem;height:45px;justify-content:center;width:45px}.contact-image{background:#fff;border-radius:4px;height:24px;object-fit:contain;padding:0;width:24px}.contact-text h4{color:#4fc3f7;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.contact-text a,.contact-text span{color:#e8e8e8;font-size:.95rem;text-decoration:none;transition:color .3s ease}.contact-text a:hover{color:#4fc3f7}.contact-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:12px;margin:0 auto;max-width:600px;padding:2rem}.contact-cta h4{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.contact-cta ul{list-style:none;margin:0;padding:0}.contact-cta li{color:#e8e8e8;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.contact-cta li:before{color:#4fc3f7;content:"▸";font-weight:700;left:0;position:absolute}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #4fc3f733;border-radius:16px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#fff;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid #4fc3f733;border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4fc3f7;box-shadow:0 0 0 3px #4fc3f71a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#e8e8e8;opacity:.7}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#4fc3f7,#29b6f6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #4fc3f74d;transform:translateY(-3px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.soft-skills-section{margin-bottom:2rem}.soft-skills-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:.5rem 0;transition:all .3s ease}.soft-skills-header:hover{color:#4fc3f7}.soft-skills-header h3{color:#4fc3f7;margin-bottom:0}.toggle-icon{color:#4fc3f7;font-size:1.5rem;font-weight:700;transition:transform .3s ease}.soft-skills-list{animation:slideDown .3s ease-out;list-style:none;margin:1rem 0 0;padding:0}.soft-skills-list li{color:#e8e8e8;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.soft-skills-list li:before{color:#4fc3f7;content:"▸";font-weight:700;left:0;position:absolute}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.contact-details{max-width:800px}}@media (max-width:768px){.contact-info-card h3{font-size:1.5rem}.contact-info-card p{font-size:1rem}.contact-details{align-items:center;flex-direction:column}.contact-item{max-width:400px;min-width:auto;padding:.75rem;width:100%}.contact-icon{font-size:1.1rem;height:45px;width:45px}.contact-text h4{font-size:.85rem}.contact-text a,.contact-text span{font-size:.9rem}.contact-cta h4{font-size:1.1rem}.contact-cta li{font-size:.9rem}.contact-profile-image{height:150px;width:150px}}@media (max-width:480px){.contact-info-card h3{font-size:1.3rem}.contact-item{flex-direction:column;gap:.75rem;text-align:center}.contact-icon{font-size:1rem;height:40px;width:40px}.contact-cta{padding:1.5rem}.contact-profile-image{height:120px;width:120px}}.form-group input:invalid,.form-group textarea:invalid{border-color:#ff6b6b}.form-group input:valid,.form-group textarea:valid{border-color:var(--accent-text)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.submit-btn:disabled{animation:pulse 1.5s ease-in-out infinite}.footer{border-top:1px solid #4fc3f733;margin-top:4rem;padding:2rem 0}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-text p{color:#e8e8e8;font-size:.9rem;margin:0}.footer-actions{display:flex;gap:1rem}.footer-link{background:#4fc3f70d;border:1px solid #4fc3f74d;border-radius:8px;color:#4fc3f7;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.footer-link:hover{background:#4fc3f71a;border-color:#4fc3f780;box-shadow:0 4px 12px #4fc3f733;transform:translateY(-2px)}@media (max-width:768px){.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-link,.footer-text p{font-size:.85rem}.footer-link{padding:.4rem .8rem}}@media (max-width:480px){.footer{margin-top:3rem;padding:1.5rem 0}.footer-content{gap:1rem}}.App{color:#fff;font-family:Inter,sans-serif;min-height:100vh}.loading-screen{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.loading-text{color:#4fc3f7;font-size:2rem;font-weight:600;letter-spacing:2px}main{padding-top:80px}section{align-items:center;display:flex;min-height:100vh;padding:6rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}@media (max-width:768px){.container{padding:0 1rem}section{padding:4rem 0}.loading-text{font-size:1.5rem}}html{scroll-behavior:smooth}a:focus,button:focus{outline:2px solid #4fc3f7;outline-offset:2px}::selection{background-color:#4fc3f7;color:#1a1a2e}
/*# sourceMappingURL=main.ea94053a.css.map*/