:root{--primary-color: #374151;--primary-hover: #1f2937;--bg-color: #ffffff;--bg-secondary: #f8fafc;--bg-hover: #f1f5f9;--text-color: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)}[data-theme=dark]{--primary-color: #9ca3af;--primary-hover: #6b7280;--bg-color: #111827;--bg-secondary: #1f2937;--bg-hover: #374151;--text-color: #f9fafb;--text-secondary: #d1d5db;--border-color: #374151;--shadow: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);transition:background-color .3s ease,color .3s ease;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-color)}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-hover)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}button:focus-visible,a:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@media (max-width: 640px){html{font-size:14px}}@media (min-width: 641px) and (max-width: 1024px){html{font-size:15px}}@media (min-width: 1025px){html{font-size:16px}}@media print{*{color:#000!important;background:#fff!important}.header,.footer{display:none}}.header.svelte-fz7jpc{position:fixed;top:0;left:0;right:0;background:var(--bg-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease}.container.svelte-fz7jpc{max-width:1200px;margin:0 auto;padding:0 2rem}.header-content.svelte-fz7jpc{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo.svelte-fz7jpc h1:where(.svelte-fz7jpc){margin:0;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:color .3s ease}.title-part1.svelte-fz7jpc{font-size:1.25rem;font-weight:600}.title-part2.svelte-fz7jpc{font-size:1.75rem;font-weight:800;margin-left:.5rem}.header-controls.svelte-fz7jpc{display:flex;align-items:center;gap:.5rem}.control-btn.svelte-fz7jpc{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-color);cursor:pointer;transition:all .3s ease;font-size:.875rem}.control-btn.svelte-fz7jpc:hover{background:var(--bg-hover);transform:translateY(-1px)}.language-switcher.svelte-fz7jpc{position:relative}.language-btn.svelte-fz7jpc{min-width:4rem}.theme-btn.svelte-fz7jpc{min-width:5rem}.current-lang.svelte-fz7jpc,.theme-label.svelte-fz7jpc{font-weight:500;font-size:.75rem}.language-menu.svelte-fz7jpc{position:absolute;top:calc(100% + .5rem);right:0;background:var(--bg-color);border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 4px 20px #0000001a;overflow:hidden;animation:svelte-fz7jpc-slideDown .2s ease;min-width:120px}.language-menu.svelte-fz7jpc button:where(.svelte-fz7jpc){display:block;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--text-color);text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.language-menu.svelte-fz7jpc button:where(.svelte-fz7jpc):hover{background:var(--bg-hover)}.language-menu.svelte-fz7jpc button.active:where(.svelte-fz7jpc){background:var(--primary-color);color:#fff}@keyframes svelte-fz7jpc-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.container.svelte-fz7jpc{padding:0 1rem}.logo.svelte-fz7jpc h1:where(.svelte-fz7jpc){font-size:1.25rem}.title-part1.svelte-fz7jpc{font-size:1rem}.title-part2.svelte-fz7jpc{font-size:1.5rem;margin-left:.25rem}.current-lang.svelte-fz7jpc,.theme-label.svelte-fz7jpc{display:none}.language-btn.svelte-fz7jpc,.theme-btn.svelte-fz7jpc{min-width:auto}}.footer.svelte-1el3i2n{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0 1rem;margin-top:4rem}.container.svelte-1el3i2n{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content.svelte-1el3i2n{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section.svelte-1el3i2n h3:where(.svelte-1el3i2n){color:var(--primary-color);margin-bottom:1rem;font-size:1.25rem}.footer-section.svelte-1el3i2n h4:where(.svelte-1el3i2n){color:var(--text-color);margin-bottom:1rem;font-size:1rem}.footer-description.svelte-1el3i2n{color:var(--text-secondary);line-height:1.6;margin-bottom:0}.contact-info.svelte-1el3i2n p:where(.svelte-1el3i2n){margin:.5rem 0;color:var(--text-secondary);font-size:.875rem;line-height:1.5}.contact-info.svelte-1el3i2n a:where(.svelte-1el3i2n){color:var(--primary-color);text-decoration:none;transition:color .2s ease}.contact-info.svelte-1el3i2n a:where(.svelte-1el3i2n):hover{color:var(--primary-hover);text-decoration:underline}.footer-bottom.svelte-1el3i2n{border-top:1px solid var(--border-color);padding-top:1rem;text-align:center}.footer-bottom.svelte-1el3i2n p:where(.svelte-1el3i2n){margin:0;color:var(--text-secondary);font-size:.875rem}@media (max-width: 768px){.container.svelte-1el3i2n{padding:0 1rem}.footer-content.svelte-1el3i2n{grid-template-columns:1fr;gap:1.5rem}.footer.svelte-1el3i2n{padding:2rem 0 1rem}}.main.svelte-1yemwz8{padding-top:4rem;opacity:0;transition:opacity .6s ease}.main.mounted.svelte-1yemwz8{opacity:1}.container.svelte-1yemwz8{max-width:1200px;margin:0 auto;padding:0 2rem}.scroll-animate.svelte-1yemwz8{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.hero.svelte-1yemwz8{padding:6rem 0;background-image:var(--hero-bg-light);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;min-height:500px;display:flex;align-items:start;text-shadow:1px 1px 2px rgba(255,255,255,.8)}[data-theme=dark] .hero.svelte-1yemwz8{background-image:var(--hero-bg-dark);text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero.svelte-1yemwz8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#f8fafccc;opacity:.8;z-index:1}[data-theme=dark] .hero.svelte-1yemwz8:before{background:#111827}.hero-content.svelte-1yemwz8{position:relative;z-index:2}.hero-title.svelte-1yemwz8{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;text-shadow:1px 1px 2px #64748b;margin-bottom:.5rem;line-height:1.2;text-align:center;text-transform:uppercase}.hero-subtitle.svelte-1yemwz8{font-size:clamp(2rem,6vw,4rem);font-weight:800;text-shadow:1px 1px 2px #64748b;margin-bottom:0;margin-top:0;line-height:1.1;text-align:center;text-transform:uppercase}.nav-section.svelte-1yemwz8{padding:3rem 0;background:var(--bg-color)}.nav-value.svelte-1yemwz8{text-align:center;padding:2rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);border-radius:1rem;font-size:1.25rem;color:#fff;max-width:700px;margin:0 auto;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.nav-value.svelte-1yemwz8:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.description-section.svelte-1yemwz8{padding:3rem 0;background:var(--bg-secondary)}.description-text.svelte-1yemwz8{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;text-align:center;max-width:800px;margin:0 auto}.investment-areas.svelte-1yemwz8{padding:4rem 0}.areas-grid.svelte-1yemwz8{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.area-card.svelte-1yemwz8{background:var(--bg-color);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease;animation:svelte-1yemwz8-fadeInUp .8s ease forwards;animation-delay:var(--delay);opacity:0;transform:translateY(20px);position:relative;overflow:hidden;perspective:1000px;transform-style:preserve-3d}.area-card.svelte-1yemwz8 h3:where(.svelte-1yemwz8),.area-card.svelte-1yemwz8 p:where(.svelte-1yemwz8){transition:transform .1s ease-out,text-shadow .1s ease-out;transform-style:preserve-3d;will-change:transform,text-shadow;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0)}.area-card.has-background.svelte-1yemwz8{background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.area-card.has-background.svelte-1yemwz8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;opacity:.8;z-index:1}[data-theme=dark] .area-card.has-background.svelte-1yemwz8:before{background:var(--bg-color);opacity:.5}.area-card.has-background.svelte-1yemwz8>:where(.svelte-1yemwz8){position:relative;z-index:2}.area-card.has-background.svelte-1yemwz8 h3:where(.svelte-1yemwz8){color:#000;text-shadow:none}.area-card.has-background.svelte-1yemwz8 p:where(.svelte-1yemwz8){color:#000;text-shadow:none}[data-theme=dark] .area-card.has-background.svelte-1yemwz8 h3:where(.svelte-1yemwz8){color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}[data-theme=dark] .area-card.has-background.svelte-1yemwz8 p:where(.svelte-1yemwz8){color:#f8fafc;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.area-card.svelte-1yemwz8:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.area-card.has-background.svelte-1yemwz8:hover:before{background:#000;opacity:.15}[data-theme=dark] .area-card.has-background.svelte-1yemwz8:hover:before{background:var(--bg-color);opacity:.25}.area-card.has-background.svelte-1yemwz8:hover h3:where(.svelte-1yemwz8){color:#fff}.area-card.has-background.svelte-1yemwz8:hover p:where(.svelte-1yemwz8){color:#fff}[data-theme=dark] .area-card.has-background.svelte-1yemwz8:hover h3:where(.svelte-1yemwz8){color:#fff}[data-theme=dark] .area-card.has-background.svelte-1yemwz8:hover p:where(.svelte-1yemwz8){color:#f8fafc}.area-icon.svelte-1yemwz8{width:64px;height:64px;background:var(--icon-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.area-card.svelte-1yemwz8 h3:where(.svelte-1yemwz8){color:var(--text-color);margin-bottom:1rem;font-size:1.25rem}.area-card.svelte-1yemwz8 p:where(.svelte-1yemwz8){color:var(--text-secondary);line-height:1.6}.external-link.svelte-1yemwz8{color:inherit;text-decoration:underline;display:inline-flex;align-items:center;gap:.25rem;font-weight:500;transition:all .2s ease}.external-link.svelte-1yemwz8:hover{text-decoration:underline;color:var(--primary-color)}.area-card.has-background.svelte-1yemwz8 .external-link:where(.svelte-1yemwz8){color:#000}.area-card.has-background.svelte-1yemwz8 .external-link:where(.svelte-1yemwz8):hover{color:#000;text-decoration:underline}.area-card.has-background.svelte-1yemwz8:hover .external-link:where(.svelte-1yemwz8){color:#fff}.area-card.has-background.svelte-1yemwz8:hover .external-link:where(.svelte-1yemwz8):hover{color:#fff;text-decoration:underline}[data-theme=dark] .area-card.has-background.svelte-1yemwz8 .external-link:where(.svelte-1yemwz8){color:#fff}[data-theme=dark] .area-card.has-background.svelte-1yemwz8 .external-link:where(.svelte-1yemwz8):hover{color:#e2e8f0;text-decoration:underline}.mission-vision.svelte-1yemwz8{padding:4rem 0;background:var(--bg-secondary)}.section-title.svelte-1yemwz8{font-size:2rem;font-weight:700;color:var(--text-color);text-align:center;margin-bottom:3rem}.mv-grid.svelte-1yemwz8{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.mv-card.svelte-1yemwz8{background:var(--bg-color);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;transition:all .3s ease}.mv-card.svelte-1yemwz8:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.mv-card.svelte-1yemwz8 h3:where(.svelte-1yemwz8){color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.mv-card.svelte-1yemwz8 p:where(.svelte-1yemwz8){color:var(--text-secondary);line-height:1.6}.team.svelte-1yemwz8{padding:4rem 0}.team-description.svelte-1yemwz8{text-align:center;color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem}.team-card.svelte-1yemwz8{display:flex;align-items:center;gap:2rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;max-width:600px;margin:0 auto;transition:all .3s ease}.team-card.svelte-1yemwz8:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.team-icon.svelte-1yemwz8{width:64px;height:64px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.team-info.svelte-1yemwz8 h4:where(.svelte-1yemwz8){color:var(--text-color);margin-bottom:.5rem;font-size:1.125rem}.team-info.svelte-1yemwz8 p:where(.svelte-1yemwz8){color:var(--text-secondary);line-height:1.6;margin:0}.partners.svelte-1yemwz8{padding:4rem 0;background:var(--bg-secondary)}.partners-grid.svelte-1yemwz8{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.partner-card.svelte-1yemwz8{background:var(--bg-color);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem;transition:all .3s ease}.partner-card.svelte-1yemwz8:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.partner-card.svelte-1yemwz8 h4:where(.svelte-1yemwz8){color:var(--primary-color);margin-bottom:1rem;font-size:1rem}.partner-card.svelte-1yemwz8 p:where(.svelte-1yemwz8){color:var(--text-secondary);font-size:.875rem;line-height:1.5;margin:.5rem 0}.partner-card.svelte-1yemwz8 p:where(.svelte-1yemwz8) strong:where(.svelte-1yemwz8){color:var(--text-color)}@keyframes svelte-1yemwz8-fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.container.svelte-1yemwz8{padding:0 1rem}.hero.svelte-1yemwz8{padding:4rem 0;min-height:400px}.nav-section.svelte-1yemwz8{padding:2rem 0}.nav-value.svelte-1yemwz8{padding:1.5rem;font-size:1.125rem}.description-section.svelte-1yemwz8{padding:2rem 0}.description-text.svelte-1yemwz8{font-size:1rem}.section-title.svelte-1yemwz8{font-size:1.5rem}.areas-grid.svelte-1yemwz8,.mv-grid.svelte-1yemwz8{grid-template-columns:1fr}.team-card.svelte-1yemwz8{flex-direction:column;text-align:center}.partners-grid.svelte-1yemwz8{grid-template-columns:1fr}.area-card.svelte-1yemwz8{perspective:800px}.area-card.svelte-1yemwz8 h3:where(.svelte-1yemwz8),.area-card.svelte-1yemwz8 p:where(.svelte-1yemwz8){transition:transform .3s ease,text-shadow .3s ease}.area-card.svelte-1yemwz8:hover{transform:translateY(-2px)}}.main-content.svelte-1o8av8p{min-height:calc(100vh - 8rem)}
