main{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}article{width:100%!important;max-width:1200px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;padding:0!important}.prose{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.title,.hero-image{display:none!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.about-container[data-astro-cid-kh7btl4r]{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;width:100%;padding:2em 1em;box-sizing:border-box;animation:fadeIn 2.5s ease-in-out}.about-intro[data-astro-cid-kh7btl4r]{text-align:center;margin-bottom:1.5em;padding:1.5em;background:linear-gradient(135deg,rgba(var(--gray-light),.3),#fffc);border-radius:16px;box-shadow:var(--box-shadow);border:1px solid rgba(var(--gray),.1);width:100%}.about-intro[data-astro-cid-kh7btl4r] h2[data-astro-cid-kh7btl4r]{color:var(--accent);font-size:2.2em;margin-bottom:.3em;font-weight:700;animation:slideInFromLeft 2.8s ease-in-out}.intro-subtitle[data-astro-cid-kh7btl4r]{font-size:1.1em;color:rgb(var(--gray-dark));margin:0;font-weight:500;animation:slideInFromRight 3.1s ease-in-out}.about-content[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr;gap:1.5em;width:100%;animation:fadeIn 3.5s ease-in-out}.about-card[data-astro-cid-kh7btl4r]{background:#fffffff2;border-radius:16px;padding:2em 1.8em;box-shadow:var(--box-shadow);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(var(--gray),.1);position:relative;overflow:hidden;text-align:center}.about-card[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-dark));transform:scaleX(0);transition:transform .3s ease}.about-card[data-astro-cid-kh7btl4r]:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(var(--gray),30%),0 20px 60px rgba(var(--gray),20%)}.about-card[data-astro-cid-kh7btl4r]:hover:before{transform:scaleX(1)}.card-icon[data-astro-cid-kh7btl4r]{width:80px;height:80px;margin:0 auto 1.5em;background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease}.about-card[data-astro-cid-kh7btl4r]:hover .card-icon[data-astro-cid-kh7btl4r]{transform:scale(1.1) rotate(5deg)}.about-card[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{color:rgb(var(--black));font-size:1.8em;margin-bottom:1em;font-weight:700;text-align:center}.about-card[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{color:rgb(var(--gray-dark));line-height:1.7;font-size:1.1em;text-align:center;margin:0}.image-section[data-astro-cid-kh7btl4r]{display:flex;justify-content:center;align-items:center;margin:1.5em 0}.my-image-container[data-astro-cid-kh7btl4r]{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:400px}.my-image[data-astro-cid-kh7btl4r]{border-radius:20px;width:100%;max-width:350px;height:auto;transition:all .3s ease;box-shadow:var(--box-shadow);border:4px solid rgba(var(--accent),.1)}.my-image[data-astro-cid-kh7btl4r]:hover{transform:scale(1.05);box-shadow:0 20px 60px rgba(var(--gray),40%)}.image-overlay[data-astro-cid-kh7btl4r]{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;padding:.8em 1.5em;border-radius:25px;font-weight:600;font-size:1.1em;box-shadow:0 8px 25px rgba(var(--accent),.3);transition:all .3s ease}.image-overlay[data-astro-cid-kh7btl4r]:hover{transform:translate(-50%) translateY(-5px);box-shadow:0 15px 35px rgba(var(--accent),.4)}.image-overlay[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{margin:0}.interests-section[data-astro-cid-kh7btl4r]{background:linear-gradient(135deg,rgba(var(--accent),.05),rgba(var(--accent-dark),.05));border-radius:16px;padding:2em 1.8em;border:1px solid rgba(var(--gray),.1);margin-top:.5em}.interests-section[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{color:rgb(var(--black));font-size:2em;margin-bottom:1.5em;font-weight:700;text-align:center}.interests-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5em}.interest-item[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;align-items:center;padding:1.5em 1em;background:#fffc;border-radius:12px;transition:all .3s ease;border:1px solid rgba(var(--gray),.1);cursor:default}.interest-item[data-astro-cid-kh7btl4r]:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(var(--gray),25%);background:#fff}.interest-icon[data-astro-cid-kh7btl4r]{font-size:2.5em;margin-bottom:.5em;transition:transform .3s ease}.interest-item[data-astro-cid-kh7btl4r]:hover .interest-icon[data-astro-cid-kh7btl4r]{transform:scale(1.2)}.interest-item[data-astro-cid-kh7btl4r] span[data-astro-cid-kh7btl4r]{color:rgb(var(--gray-dark));font-weight:600;font-size:1em;text-align:center}@media (min-width: 768px){.about-content[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(3,1fr);gap:2em}.image-section[data-astro-cid-kh7btl4r]{grid-column:1 / -1;order:4}.interests-section[data-astro-cid-kh7btl4r]{grid-column:1 / -1;order:5}.personal-info[data-astro-cid-kh7btl4r]{order:1}.work-info[data-astro-cid-kh7btl4r]{order:2}.education-info[data-astro-cid-kh7btl4r]{order:3}}@media (max-width: 768px){.about-container[data-astro-cid-kh7btl4r]{padding:1em}main{min-height:auto!important}.about-content[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}.about-intro[data-astro-cid-kh7btl4r]{padding:1.2em;margin-bottom:1.2em}.about-intro[data-astro-cid-kh7btl4r] h2[data-astro-cid-kh7btl4r]{font-size:1.9em}.intro-subtitle[data-astro-cid-kh7btl4r]{font-size:1em}.about-card[data-astro-cid-kh7btl4r]{padding:1.8em 1.5em}.card-icon[data-astro-cid-kh7btl4r]{width:60px;height:60px}.about-card[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{font-size:1.5em}.about-card[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{font-size:1em}.my-image[data-astro-cid-kh7btl4r]{max-width:280px}.interests-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1em}.interest-item[data-astro-cid-kh7btl4r]{padding:1em .5em}.interest-icon[data-astro-cid-kh7btl4r]{font-size:2em}}@media (max-width: 480px){.about-container[data-astro-cid-kh7btl4r]{padding:.5em}.about-intro[data-astro-cid-kh7btl4r] h2[data-astro-cid-kh7btl4r]{font-size:1.6em}.intro-subtitle[data-astro-cid-kh7btl4r]{font-size:.9em}.about-card[data-astro-cid-kh7btl4r]{padding:1.5em 1em}.my-image[data-astro-cid-kh7btl4r]{max-width:250px}.interests-grid[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(2,1fr)}}
