:root{--bg-color: #e0e5ec;--text-main: #2d3748;--text-light: #718096;--accent-color: #3b82f6;--shadow-light: 9px 9px 16px rgb(163, 177, 198, .6);--shadow-dark: -9px -9px 16px rgba(255, 255, 255, .5);--shadow-pill: 5px 5px 10px #b8b9be, -5px -5px 10px #ffffff;--radius: 20px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);font-family:Inter,system-ui,sans-serif;color:var(--text-main);overflow-x:hidden}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:8rem 2rem 4rem;width:90%;max-width:1400px;margin:0 auto}h1{font-size:5rem;color:#1a202c;margin-bottom:1rem;letter-spacing:-2px;line-height:1}h2.subtitle{font-size:2rem;color:#2d3748;font-weight:600;margin-bottom:2rem;line-height:1.2}h3.section-title{font-size:2rem;margin-bottom:2rem;color:var(--text-main);text-align:center}.highlight{color:var(--accent-color)}.mt-4{margin-top:1.5rem}p.bio{line-height:1.6;color:var(--text-main);font-size:1.1rem;max-width:600px}.neu-card{background:var(--bg-color);box-shadow:var(--shadow-light),var(--shadow-dark);border-radius:var(--radius);padding:3rem;border:1px solid rgba(255,255,255,.2)}.neu-btn{border:none;outline:none;background:var(--bg-color);box-shadow:var(--shadow-light),var(--shadow-dark);border-radius:50px;color:var(--text-main);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.neu-btn.icon-btn{width:50px;height:50px;border-radius:50%}.section-pad{padding:5rem 0}.mobile-hidden{display:none!important}@media(min-width:1025px){#hero,#tools,#experience,#contact{min-height:100vh;display:flex;flex-direction:column;justify-content:center}#impact{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding-top:20vh}}@media(max-width:1024px){h1{font-size:4rem}.mt-4{margin-top:2.5rem}p.bio{margin:0 auto;text-align:center;line-height:1.8}}@media(max-width:768px){h1{font-size:3rem}.main-content{padding-top:7rem;width:95%}}.nav-wrapper{position:fixed;top:2rem;left:0;width:100%;display:flex;justify-content:center;z-index:1000;pointer-events:none}.neu-nav{pointer-events:auto;background:var(--bg-color);box-shadow:inset 3px 3px 7px #a3b1c64d,inset -3px -3px 7px #fff6;border-radius:50px;padding:.5rem;display:flex;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-item{position:relative;background:transparent;border:none;cursor:pointer;padding:.6rem 1.5rem;font-size:.95rem;font-weight:500;color:var(--text-light);border-radius:30px;outline:none;transition:color .3s}.nav-item:hover{color:var(--text-main)}.nav-item:focus{font-weight:500;color:var(--text-light)}.nav-item.active{color:var(--accent-color);font-weight:600}.nav-text{position:relative;z-index:2}.active-pill{position:absolute;inset:0;background:var(--bg-color);border-radius:30px;z-index:1;box-shadow:4px 4px 8px #a3b1c666,-4px -4px 8px #fffc}@media(max-width:768px){.neu-nav{padding:.3rem;max-width:90%;overflow-x:auto}.nav-item{padding:.5rem 1rem;font-size:.85rem;white-space:nowrap}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#2d374899;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-content{width:100%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative;background:var(--bg-color);display:flex;flex-direction:column;gap:1.5rem}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;cursor:pointer;color:var(--text-light);transition:color .3s}.close-btn:hover{color:var(--accent-color)}.modal-header{display:flex;align-items:center;gap:1.5rem}.modal-header .impact-icon-container{width:80px;height:80px;flex:0 0 80px}.modal-header h3{font-size:1.8rem;color:var(--text-main);margin:0}.modal-body{font-size:1.05rem;color:var(--text-main);line-height:1.7}.modal-tags{display:flex;gap:.8rem;margin-top:1rem}.role-tag{background:var(--bg-color);padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;color:var(--accent-color);box-shadow:3px 3px 6px #a3b1c680,-3px -3px 6px #fff9}@media(max-width:768px){.modal-content{padding:2rem}.modal-header{flex-direction:column;text-align:center}}.hero-section{min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-card{padding:4rem;width:100%}.hero-layout{display:flex;align-items:center;gap:4rem;text-align:left}.hero-image-container{flex-shrink:0}.hero-image-placeholder{width:320px;height:380px;background:var(--bg-color);box-shadow:inset 6px 6px 10px #a3b1c6b3,inset -6px -6px 10px #fffc;border-radius:160px 160px 20px 20px;position:relative;overflow:hidden;padding:10px}.profile-img{width:100%;height:100%;object-fit:cover;border-radius:150px 150px 15px 15px;opacity:.9}.hero-text-content{flex:1}.greeting-wrapper{display:flex;align-items:center;gap:.8rem;height:3rem;margin-bottom:.5rem;overflow:hidden}.greeting-text{font-size:2rem;font-weight:700;color:var(--accent-color);line-height:1;display:flex;align-items:center}@media(max-width:1024px){.hero-layout{flex-direction:column;text-align:center;gap:2rem}.greeting-wrapper,.hero-image-container{justify-content:center}.hero-image-placeholder{width:160px;height:160px;border-radius:50%;margin:0 auto}.profile-img{border-radius:50%}}@media(max-width:768px){.hero-card{box-shadow:none;border:none;background:transparent;padding:0}}.role-filter-container{display:flex;justify-content:center;margin-bottom:2rem}.desktop-role-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:.8rem;border-radius:60px}.role-item{display:flex;align-items:center;justify-content:center;padding:.8rem 2rem;font-size:1.1rem;border-radius:40px}.role-item .active-pill{border-radius:40px}.role-item .nav-text{display:flex;align-items:center;gap:.6rem;line-height:1}.role-emoji{margin-right:0;font-size:1.4rem;display:flex;align-items:center}.mobile-role-trigger{display:none}.impact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1200px;margin:0 auto}.section-irrelevant{display:none}.impact-card{display:flex;flex-direction:row;align-items:stretch;text-align:left;padding:2rem;gap:2rem;height:100%;transition:opacity .4s ease,filter .4s ease}.impact-icon-container{flex:0 0 120px;height:120px;display:flex;align-items:center;justify-content:center;background:var(--bg-color);box-shadow:inset 5px 5px 10px #a3b1c680,inset -5px -5px 10px #fff9;border-radius:var(--radius);color:var(--accent-color)}.impact-content{flex:1;display:flex;flex-direction:column;justify-content:center}.impact-card h4{font-size:1.3rem;font-weight:700;color:var(--text-main);line-height:1.3;margin-top:0;margin-bottom:.5rem}.impact-summary{font-size:.95rem;color:var(--text-light);line-height:1.5}@media(max-width:1024px){.impact-grid{grid-template-columns:1fr}}@media(max-width:768px){.desktop-role-filter{display:none}.mobile-role-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:300px;margin:0 auto;padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:var(--text-main)}.trigger-content{display:flex;align-items:center;gap:.5rem}.mobile-role-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.mobile-role-option{width:100%;justify-content:flex-start;padding:1rem 1.5rem;font-size:1.1rem}.mobile-role-option.active{background:var(--bg-color);border:1px solid var(--accent-color);color:var(--accent-color);box-shadow:inset 3px 3px 6px #a3b1c666,inset -3px -3px 6px #fffc}.impact-card{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.impact-icon-container{width:70px;height:70px;flex:0 0 70px;box-shadow:none;background:transparent;border:transparent;margin-bottom:.5rem}}.tools-grid{display:flex;flex-direction:column;gap:2rem;max-width:900px;width:100%;margin:0 auto}.tool-card{padding:2.5rem;text-align:left}.tool-category-title{font-size:1.25rem;font-weight:700;color:var(--text-main);margin-bottom:1.5rem}.tool-items-wrapper{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.tool-item{position:relative;height:60px;min-width:100px;display:flex;align-items:center;justify-content:center;cursor:pointer}.tool-img{height:100%;width:auto;object-fit:contain;opacity:1;transition:opacity .3s ease}.tool-label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--accent-color);opacity:0;transform:translateY(10px);transition:all .3s ease;white-space:nowrap}.tool-item:hover .tool-img{opacity:0}.tool-item:hover .tool-label{opacity:1;transform:translateY(0)}@media(max-width:768px){.tool-items-wrapper{gap:1.5rem;justify-content:center}.tool-card{text-align:center}}.timeline{position:relative;max-width:900px;margin:0 auto;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--bg-color);box-shadow:inset 2px 2px 5px #a3b1c699,inset -2px -2px 5px #fffc;border-radius:4px}.timeline-item{position:relative;margin-bottom:3rem}.timeline-marker{position:absolute;left:-2.4rem;top:2rem;width:16px;height:16px;border-radius:50%;background:var(--accent-color);box-shadow:0 0 10px var(--accent-color)}.experience-card{margin-left:2rem}.period{font-size:.85rem;font-weight:700;color:var(--accent-color);display:block;margin-bottom:.5rem}.company{font-weight:500;color:var(--text-light);margin-bottom:1rem}.footer-section{margin-top:4rem}.contact-card{text-align:center;padding:4rem}.social-links{display:flex;justify-content:center;gap:2rem;margin:2rem 0}.footer-text{font-size:.8rem;opacity:.7;margin-top:1rem}@media(max-width:768px){.contact-card .neu-btn.icon-btn{box-shadow:none;border:transparent;background:transparent}}
