.language-switcher[data-astro-cid-a2mxz4y6]{display:flex;gap:0;align-items:center;border:1px solid var(--color-border-tertiary);border-radius:var(--border-radius-md, 6px);background:var(--color-background-secondary);overflow:hidden}.lang-link[data-astro-cid-a2mxz4y6]{padding:.5rem 1rem;text-decoration:none;font-size:13px;font-weight:500;color:var(--color-text-primary);border-right:1px solid var(--color-border-tertiary);transition:all .2s ease;flex:1;text-align:center}.lang-link[data-astro-cid-a2mxz4y6]:last-child{border-right:none}.lang-link[data-astro-cid-a2mxz4y6]:hover{background:var(--color-background);color:#2d5f4f}.lang-link[data-astro-cid-a2mxz4y6].active{background:#2d5f4f;color:#fff;font-weight:600}.lang-short[data-astro-cid-a2mxz4y6]{display:none}@media(max-width:640px){.language-switcher[data-astro-cid-a2mxz4y6]{font-size:12px}.lang-link[data-astro-cid-a2mxz4y6]{padding:.4rem .6rem}.lang-full[data-astro-cid-a2mxz4y6]{display:none}.lang-short[data-astro-cid-a2mxz4y6]{display:inline}}:root{--color-primary: #2d5f4f;--color-secondary: #3d7a9e;--color-accent: #c9a661;--color-background: #f7f6f2;--color-background-secondary: #ffffff;--color-text-primary: #1a1a1a;--color-text-secondary: #666666;--color-border-tertiary: #e5e4e0;--color-green-bg: #e1f5ee;--color-green-text: #0F6E56;--color-blue-bg: #e3f2fd;--color-blue-text: #1565c0;--color-gold-bg: #fff3e0;--color-gold-text: #e65100;--color-gold-border: #f57c00;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--page-max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-text-primary);font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3{font-family:Montserrat,sans-serif;font-weight:600}h1{font-size:48px}h2{font-size:32px;margin-bottom:1.5rem}h3{font-size:20px}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-secondary)}@media(max-width:1044px){h1{font-size:32px}}.header[data-astro-cid-sckkx6r4]{background:var(--color-background-secondary);border-bottom:1px solid var(--color-border-tertiary);position:sticky;top:0;z-index:100}.navbar[data-astro-cid-sckkx6r4]{max-width:var(--page-max-width);margin:0 auto;padding:1rem 2rem;position:relative}.nav-container[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:1rem}.nav-brand[data-astro-cid-sckkx6r4]{flex-shrink:0;min-width:0}.logo[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.5rem;font-size:18px;font-weight:700;color:var(--color-primary);white-space:nowrap}.logo-img[data-astro-cid-sckkx6r4]{height:auto;width:clamp(90px,22vw,190px);display:block}.nav-lang-desktop[data-astro-cid-sckkx6r4]{display:block}.nav-lang-mobile[data-astro-cid-sckkx6r4]{display:none}.nav-links[data-astro-cid-sckkx6r4]{display:flex;gap:2rem}.nav-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{font-weight:500}.nav-right[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.nav-toggle[data-astro-cid-sckkx6r4]{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;flex-shrink:0}.nav-toggle[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{display:block;height:2px;width:100%;background:var(--color-text-primary);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.nav-toggle[data-astro-cid-sckkx6r4].active span[data-astro-cid-sckkx6r4]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[data-astro-cid-sckkx6r4].active span[data-astro-cid-sckkx6r4]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-sckkx6r4].active span[data-astro-cid-sckkx6r4]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay[data-astro-cid-sckkx6r4]{display:none;position:fixed;inset:0;background:#00000059;z-index:90}.nav-overlay[data-astro-cid-sckkx6r4].visible{display:block}body.nav-open{overflow:hidden}.main-content[data-astro-cid-sckkx6r4]{min-height:calc(100vh - 200px)}.footer[data-astro-cid-sckkx6r4]{background:#2d3e3a;color:#e0e0e0;padding:3rem 2rem;margin-top:4rem}.footer-content[data-astro-cid-sckkx6r4]{max-width:var(--page-max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section[data-astro-cid-sckkx6r4] h3[data-astro-cid-sckkx6r4]{color:#fff;margin-bottom:1rem}.footer-section[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{color:#c9a661}.footer-bottom[data-astro-cid-sckkx6r4]{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#999}@media(max-width:1044px){.navbar[data-astro-cid-sckkx6r4]{padding:.75rem 1.25rem}.nav-toggle[data-astro-cid-sckkx6r4]{display:flex}.nav-right[data-astro-cid-sckkx6r4]{gap:.75rem}.nav-lang-desktop[data-astro-cid-sckkx6r4]{display:none}.nav-lang-mobile[data-astro-cid-sckkx6r4]{display:block;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--color-border-tertiary)}.nav-links[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--color-background-secondary);border-bottom:1px solid var(--color-border-tertiary);box-shadow:0 12px 20px #0000001a;gap:0;max-height:0;overflow:hidden;opacity:0;padding:0 1.5rem;z-index:95;transition:max-height .3s ease,opacity .25s ease,padding .3s ease}.nav-links[data-astro-cid-sckkx6r4].open{max-height:480px;opacity:1;padding:.75rem 1.5rem 1rem}.nav-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{padding:.85rem 0;border-bottom:1px solid var(--color-border-tertiary);font-size:16px}.nav-links[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:last-of-type{border-bottom:none}}@media(max-width:400px){.logo-text[data-astro-cid-sckkx6r4]{display:none}}
