.lightbox-figure a{display:block;cursor:zoom-in}.lightbox-figure a:hover img{filter:brightness(.97);transition:filter .12s}.pswp__custom-caption{position:absolute;left:50%;bottom:max(env(safe-area-inset-bottom),16px);transform:translate(-50%);width:min(720px,calc(100% - 32px));background:#1b2a3dd9;color:#f3f4f6;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:.9rem;line-height:1.45;padding:.7rem 1rem;border-radius:6px;text-align:center;pointer-events:none}.pswp__custom-caption:empty{display:none}:root{--fg: #1f2937;--bg: #ffffff;--muted: #6b7280;--accent: #1e40af;--brand-teal: #2E7D6F;--brand-navy: #1B2A3D;--border: #e5e7eb;--max-w: 760px;--nav-h: 64px}*{box-sizing:border-box}html{font-size:17px;line-height:1.6}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--fg);background:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}header.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border);backdrop-filter:saturate(180%) blur(8px)}header .inner{max-width:1100px;margin:0 auto;height:var(--nav-h);padding:0 1.5rem;display:flex;align-items:center;gap:1.25rem}@media(max-width:720px){header .inner{padding:0 1.1rem}}header .brand{font-size:1.35rem;font-weight:800;letter-spacing:-.01em;color:var(--brand-navy);text-decoration:none}header .brand:hover{color:var(--brand-teal);text-decoration:none}header .brand .dot{color:var(--brand-teal)}header nav.primary{margin-left:auto;display:flex;align-items:center;gap:0}header nav.primary a{position:relative;color:var(--brand-navy);font-size:.96rem;font-weight:500;padding:.5rem .9rem;border-radius:6px;transition:color .12s,background-color .12s;text-decoration:none}header nav.primary a:hover{color:var(--brand-teal);background-color:#2e7d6f14;text-decoration:none}header nav.primary a[aria-current=page]{color:var(--brand-teal);font-weight:600}header nav.primary a[aria-current=page]:after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.25rem;height:2px;background:var(--brand-teal);border-radius:2px}header nav.primary a.lang-switch{margin-left:.5rem;padding-left:1rem;border-left:1px solid var(--border);color:var(--muted);font-size:.88rem;font-weight:500}header nav.primary a.lang-switch:hover{color:var(--brand-navy);background:transparent}nav.breadcrumbs{max-width:var(--max-w);margin:.75rem auto 0;padding:0 1.5rem;font-size:.85rem;color:var(--muted)}@media(max-width:720px){nav.breadcrumbs{margin-top:.5rem;padding:0 1.1rem;font-size:.82rem}}nav.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}nav.breadcrumbs li{margin:0;display:inline-flex;align-items:center;gap:.4rem}nav.breadcrumbs li+li:before{content:"›";color:#cbd5e1;font-weight:500}nav.breadcrumbs a{color:var(--muted);text-decoration:none}nav.breadcrumbs a:hover{color:var(--brand-teal);text-decoration:underline}nav.breadcrumbs li[aria-current=page]{color:var(--fg);font-weight:500;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header .burger-toggle{display:none}header .burger{display:none;margin-left:auto;width:36px;height:36px;cursor:pointer;padding:8px;border-radius:6px}header .burger:hover{background:#2e7d6f14}header .burger span{display:block;width:100%;height:2px;background:var(--brand-navy);margin:4px 0;border-radius:2px;transition:transform .18s,opacity .18s}@media(max-width:720px){header .burger{display:block}header nav.primary{position:absolute;top:var(--nav-h);left:0;right:0;margin:0;padding:.5rem 1rem 1rem;background:#fff;border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;max-height:0;overflow:hidden;transition:max-height .22s ease-out}header nav.primary a{padding:.7rem .5rem;border-radius:0;border-bottom:1px solid var(--border)}header nav.primary a:last-child{border-bottom:none}header nav.primary a[aria-current=page]:after{display:none}header nav.primary a.lang-switch{margin-left:0;padding-left:.5rem;border-left:none;font-size:.95rem}header .burger-toggle:checked~nav.primary{max-height:600px}header .burger-toggle:checked~.burger span:nth-child(1){transform:translateY(6px) rotate(45deg)}header .burger-toggle:checked~.burger span:nth-child(2){opacity:0}header .burger-toggle:checked~.burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}main{max-width:var(--max-w);margin:0 auto;padding:1.25rem 1.5rem 3rem}@media(max-width:720px){main{padding:1rem 1.1rem 2.5rem}}h1,h2,h3{line-height:1.25}h1{font-size:2rem;margin-top:0}h2{font-size:1.4rem;margin-top:2rem}h3{font-size:1.15rem;margin-top:1.5rem}p{margin:0 0 1rem}img{max-width:100%;height:auto;border-radius:4px}figure{margin:1.75rem auto;max-width:100%;text-align:center}figure img{display:block;margin:0 auto;width:100%;height:auto}figure.portrait img{width:auto;max-width:480px}figcaption{font-size:.875rem;color:var(--muted);text-align:center;margin-top:.5rem}ul,ol{padding-left:1.5rem}li{margin-bottom:.25rem}blockquote{margin:1.5rem 0;padding-left:1rem;border-left:3px solid var(--accent);color:var(--muted);font-style:italic}table{border-collapse:collapse;width:100%;margin:1.25rem 0;font-size:.95rem}th,td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}th{background:#f9fafb}footer.site-footer{border-top:1px solid var(--border);padding:1.5rem 1.5rem 2rem;margin-top:3rem;font-size:.9rem;color:var(--muted)}footer .inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem;text-align:center}footer nav.footer-legal{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem .4rem;font-size:.92rem}footer nav.footer-legal a{color:var(--brand-navy);font-weight:500;padding:.2rem .6rem;border-radius:4px;text-decoration:none}footer nav.footer-legal a+a:before{content:"·";margin-right:.5rem;color:var(--border)}footer nav.footer-legal a:hover{color:var(--brand-teal);text-decoration:underline}footer .footer-meta{font-size:.85rem;color:var(--muted)}footer .footer-meta a{color:var(--muted);text-decoration:none}footer .footer-meta a:hover{color:var(--brand-teal);text-decoration:underline}
