#theme-toggle[data-astro-cid-x3pjskd3]{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text);width:40px;height:40px;border-radius:50%;transition:background-color .2s ease;position:relative}#theme-toggle[data-astro-cid-x3pjskd3]:hover{background-color:var(--color-border)}.sun-icon[data-astro-cid-x3pjskd3],.moon-icon[data-astro-cid-x3pjskd3]{position:absolute;transition:transform .5s ease,opacity .5s ease}.dark .sun-icon[data-astro-cid-x3pjskd3]{transform:rotate(100deg) scale(0);opacity:0}:not(.dark) .sun-icon[data-astro-cid-x3pjskd3]{transform:rotate(0) scale(1);opacity:1}.dark .moon-icon[data-astro-cid-x3pjskd3]{transform:rotate(0) scale(1);opacity:1}:not(.dark) .moon-icon[data-astro-cid-x3pjskd3]{transform:rotate(-100deg) scale(0);opacity:0}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background-color:var(--color-bg);box-shadow:var(--shadow-sm);padding:1rem 0;transition:background-color .3s ease,box-shadow .3s ease;backdrop-filter:blur(10px)}.container[data-astro-cid-3ef6ksr2]{padding:0 1rem;margin:0 auto}.header-content[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--color-text);text-decoration:none;z-index:102}.logo[data-astro-cid-3ef6ksr2]:hover{text-decoration:none}.nav[data-astro-cid-3ef6ksr2]{position:relative}.nav-list[data-astro-cid-3ef6ksr2]{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;align-items:center}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--color-text);font-weight:500;transition:color .2s ease;text-decoration:none}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--color-primary)}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{color:var(--color-primary);position:relative}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--color-primary);border-radius:2px}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:102}.mobile-menu-btn[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:25px;height:3px;background-color:var(--color-text);margin:5px 0;border-radius:3px;transition:all .3s ease}@media(max-width:768px){.nav-list[data-astro-cid-3ef6ksr2]{display:none;position:fixed;inset:0;flex-direction:column;justify-content:center;background-color:var(--color-bg);padding:2rem;z-index:101;gap:2rem;height:100vh;backdrop-filter:blur(10px)}.nav-list[data-astro-cid-3ef6ksr2].active{display:flex}.mobile-menu-btn[data-astro-cid-3ef6ksr2]{display:block}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.mobile-menu-btn[data-astro-cid-3ef6ksr2].active span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{width:100%;text-align:center}.nav-list[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:.75rem 0;font-size:1.25rem}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--color-card);padding:4rem 0 2rem;margin-top:auto;width:100vw;max-width:100vw;overflow-x:hidden;box-sizing:border-box;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.container[data-astro-cid-sz7xmlte]{width:100%;max-width:100%;padding:0 1rem;margin:0 auto;box-sizing:border-box}.footer-content[data-astro-cid-sz7xmlte]{width:100%;max-width:100%;display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;box-sizing:border-box}.footer-logo[data-astro-cid-sz7xmlte]{width:100%;max-width:100%;box-sizing:border-box}.footer-logo[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--color-muted);margin-top:1rem;max-width:100%;line-height:1.6}.footer-links[data-astro-cid-sz7xmlte]{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;box-sizing:border-box}.footer-links-column[data-astro-cid-sz7xmlte]{width:100%;max-width:100%;box-sizing:border-box}.footer-links-column[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{margin-bottom:1.25rem;position:relative;display:inline-block}.footer-links-column[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]:after{content:"";position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:2px}.footer-links-column[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;width:100%;max-width:100%}.footer-links-column[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.75rem;width:100%;max-width:100%}.footer-links-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--color-muted);transition:color .2s ease;display:inline-block;width:100%;max-width:100%;word-break:break-word;text-decoration:none}.footer-links-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-primary)}.footer-bottom[data-astro-cid-sz7xmlte]{width:100%;max-width:100%;padding-top:2rem;border-top:1px solid var(--color-border);text-align:center;box-sizing:border-box}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--color-muted);font-size:.875rem;margin:0;width:100%;max-width:100%;line-height:1.6}@media(min-width:768px){.container[data-astro-cid-sz7xmlte]{max-width:1200px;padding:0 2rem}.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:480px){.footer[data-astro-cid-sz7xmlte]{padding:3rem 0 1.5rem}.footer-links[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:1.5rem}.footer-links-column[data-astro-cid-sz7xmlte]{text-align:center}.footer-links-column[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]:after{left:50%;transform:translate(-50%)}.footer-logo[data-astro-cid-sz7xmlte]{text-align:center}.footer-logo[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{text-align:center;margin-left:auto;margin-right:auto}}:root{--color-bg: #ffffff;--color-text: #1a1a1a;--color-primary: #3b82f6;--color-secondary: #10b981;--color-accent: #8b5cf6;--color-muted: #6b7280;--color-border: #e5e7eb;--color-card: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.dark{--color-bg: #121212;--color-text: #f3f4f6;--color-primary: #60a5fa;--color-secondary: #34d399;--color-accent: #a78bfa;--color-muted: #9ca3af;--color-border: #374151;--color-card: #1e1e1e;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}html{font-family:Inter,sans-serif;scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;padding:0;background-color:var(--color-bg);color:var(--color-text);transition:background-color .3s ease,color .3s ease}body.no-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;line-height:1.2}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}p{margin:0 0 1rem;line-height:1.6}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline}section{padding:5rem 0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.card{background-color:var(--color-card);border-radius:.5rem;box-shadow:var(--shadow-md);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;text-align:center;transition:all .2s ease;cursor:pointer}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary);opacity:.9;text-decoration:none}.btn-secondary{background-color:var(--color-secondary);color:#fff}.btn-secondary:hover{background-color:var(--color-secondary);opacity:.9;text-decoration:none}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:2px}.grid{display:grid;gap:2rem}@media(min-width:640px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.text-center{text-align:center}.text-gradient{background:linear-gradient(90deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.site-container{display:flex;flex-direction:column;min-height:100vh}.hero[data-astro-cid-bbe6dxrz]{padding:6rem 0;position:relative;overflow:hidden}.hero-content[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.hero-text[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:3rem;margin-bottom:.5rem}.hero-text[data-astro-cid-bbe6dxrz] h2[data-astro-cid-bbe6dxrz]{font-size:1.75rem;color:var(--color-muted);margin-bottom:1.5rem}.hero-text[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:1.125rem;margin-bottom:2rem;max-width:600px}.hero-buttons[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;margin-bottom:2rem}.hero-social[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem}.hero-social[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--color-border);color:var(--color-text);transition:all .2s ease}.hero-social[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-3px)}.hero-image[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center;position:relative}.hero-image[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{border-radius:1rem;box-shadow:var(--shadow-lg);position:relative;z-index:1}.hero-image[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;width:80%;height:80%;background:linear-gradient(45deg,var(--color-primary),var(--color-secondary));border-radius:30% 70% 70% 30%/30% 30% 70% 70%;z-index:0;animation:morph 8s ease-in-out infinite}@keyframes morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@media(min-width:768px){.hero-content[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr 1fr}}.experience[data-astro-cid-xpq65ryk]{background-color:var(--color-bg)}.timeline[data-astro-cid-xpq65ryk]{position:relative;max-width:800px;margin:0 auto;padding-left:2rem}.timeline[data-astro-cid-xpq65ryk]:before{content:"";position:absolute;top:0;bottom:0;left:7px;width:2px;background:linear-gradient(to bottom,var(--color-primary),var(--color-secondary))}.timeline-item[data-astro-cid-xpq65ryk]{position:relative;margin-bottom:3rem}.timeline-item[data-astro-cid-xpq65ryk]:last-child{margin-bottom:0}.timeline-dot[data-astro-cid-xpq65ryk]{position:absolute;left:-2rem;width:16px;height:16px;border-radius:50%;background:linear-gradient(45deg,var(--color-primary),var(--color-secondary));box-shadow:0 0 0 4px var(--color-bg)}.timeline-content[data-astro-cid-xpq65ryk]{background-color:var(--color-card);border-radius:.5rem;padding:1.5rem;box-shadow:var(--shadow-md);transition:transform .3s ease}.timeline-content[data-astro-cid-xpq65ryk]:hover{transform:translateY(-5px)}.timeline-header[data-astro-cid-xpq65ryk]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.timeline-header[data-astro-cid-xpq65ryk] h3[data-astro-cid-xpq65ryk]{margin:0}.timeline-period[data-astro-cid-xpq65ryk]{color:var(--color-muted);font-size:.875rem;font-weight:500;padding:.25rem .75rem;background-color:var(--color-border);border-radius:9999px}.timeline-company[data-astro-cid-xpq65ryk]{font-weight:500;color:var(--color-primary);margin-bottom:1rem}@media(max-width:640px){.timeline-header[data-astro-cid-xpq65ryk]{flex-direction:column;align-items:flex-start}}.contact[data-astro-cid-xmivup5a]{background-color:var(--color-bg);width:100%;max-width:100%;overflow-x:hidden;padding:4rem 0}.container[data-astro-cid-xmivup5a]{width:100%;max-width:100%;padding:0 1rem;margin:0 auto;box-sizing:border-box}.contact-container[data-astro-cid-xmivup5a]{width:100%;max-width:100%;display:grid;grid-template-columns:1fr;gap:2rem;box-sizing:border-box}.contact-info[data-astro-cid-xmivup5a]{width:100%;max-width:100%}.contact-info[data-astro-cid-xmivup5a] h3[data-astro-cid-xmivup5a]{margin-bottom:1rem}.contact-info[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{margin-bottom:2rem;color:var(--color-muted)}.contact-methods[data-astro-cid-xmivup5a]{width:100%;max-width:100%;display:flex;flex-direction:column;gap:1.5rem}.contact-method[data-astro-cid-xmivup5a]{width:100%;max-width:100%;display:flex;gap:1rem;align-items:flex-start}.contact-method[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{color:var(--color-primary);flex-shrink:0}.contact-method[data-astro-cid-xmivup5a] h4[data-astro-cid-xmivup5a]{margin:0 0 .25rem;font-size:1rem}.contact-method[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a],.contact-method[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{margin:0;color:var(--color-muted);word-break:break-word}.contact-method[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]:hover{color:var(--color-primary)}.contact-form[data-astro-cid-xmivup5a]{width:100%;max-width:100%;background-color:var(--color-card);padding:1.5rem;border-radius:.5rem;box-shadow:var(--shadow-md);box-sizing:border-box}.form-group[data-astro-cid-xmivup5a]{width:100%;max-width:100%;margin-bottom:1.5rem;box-sizing:border-box}.form-group[data-astro-cid-xmivup5a] label[data-astro-cid-xmivup5a]{display:block;margin-bottom:.5rem;font-weight:500}.form-group[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a],.form-group[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{width:100%;max-width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:.375rem;background-color:var(--color-bg);color:var(--color-text);transition:border-color .2s ease;box-sizing:border-box}.form-group[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:focus,.form-group[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]:focus{outline:none;border-color:var(--color-primary)}.form-status[data-astro-cid-xmivup5a]{width:100%;max-width:100%;margin-top:1rem;padding:.75rem;border-radius:.375rem;text-align:center;display:none}.form-status[data-astro-cid-xmivup5a].success{display:block;background-color:#10b981;color:#fff}.form-status[data-astro-cid-xmivup5a].error{display:block;background-color:#ef4444;color:#fff}.btn[data-astro-cid-xmivup5a]{width:100%;max-width:100%;padding:.75rem 1.5rem}@media(min-width:768px){.container[data-astro-cid-xmivup5a]{max-width:1200px}.contact-container[data-astro-cid-xmivup5a]{grid-template-columns:1fr 1fr;gap:3rem}.btn[data-astro-cid-xmivup5a]{width:auto}}@media(max-width:480px){.contact[data-astro-cid-xmivup5a]{padding:2rem 0}.contact-form[data-astro-cid-xmivup5a]{padding:1rem}.form-group[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a],.form-group[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{font-size:16px}}.volunteering-content[data-astro-cid-x7g5m5pg]{max-width:800px;margin:0 auto}.volunteering-card[data-astro-cid-x7g5m5pg]{background-color:var(--color-card);border-radius:.5rem;padding:2rem;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.volunteering-info[data-astro-cid-x7g5m5pg] p[data-astro-cid-x7g5m5pg]{color:var(--color-muted);margin-bottom:1.5rem;line-height:1.6}.volunteering-links[data-astro-cid-x7g5m5pg]{display:flex;gap:1rem}.volunteering-links[data-astro-cid-x7g5m5pg] .btn[data-astro-cid-x7g5m5pg]{padding:.75rem 1.5rem}@media(max-width:640px){.volunteering-links[data-astro-cid-x7g5m5pg]{flex-direction:column}}.volunteering[data-astro-cid-x7g5m5pg]{background-color:var(--color-bg)}.volunteering-content[data-astro-cid-x7g5m5pg]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.volunteering-card[data-astro-cid-x7g5m5pg]{background-color:var(--color-card);border-radius:.5rem;padding:2rem;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.volunteering-card[data-astro-cid-x7g5m5pg]:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.volunteering-info[data-astro-cid-x7g5m5pg]{display:flex;flex-direction:column;height:100%}.volunteering-info[data-astro-cid-x7g5m5pg] h3[data-astro-cid-x7g5m5pg]{margin-bottom:1rem;position:relative;display:inline-block}.volunteering-info[data-astro-cid-x7g5m5pg] h3[data-astro-cid-x7g5m5pg]:after{content:"";position:absolute;bottom:-.5rem;left:0;width:40px;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:2px}.volunteering-info[data-astro-cid-x7g5m5pg] p[data-astro-cid-x7g5m5pg]{color:var(--color-muted);margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.volunteering-links[data-astro-cid-x7g5m5pg]{display:flex;gap:1rem;margin-top:auto}.volunteering-links[data-astro-cid-x7g5m5pg] .btn[data-astro-cid-x7g5m5pg]{padding:.75rem 1.5rem;flex:1}@media(max-width:768px){.volunteering-content[data-astro-cid-x7g5m5pg]{grid-template-columns:1fr}}@media(max-width:640px){.volunteering-links[data-astro-cid-x7g5m5pg]{flex-direction:column}.volunteering-links[data-astro-cid-x7g5m5pg] .btn[data-astro-cid-x7g5m5pg]{width:100%}}main[data-astro-cid-j7pv25f6]{max-width:1200px;margin:0 auto;padding:0 1rem}
