*,*::before,*::after{box-sizing:border-box}

:root{--shell-bg:#ffffff;--shell-ink:#132019;--shell-brand:#0f766e;--shell-dark:#134e4a;--shell-line:#d5e2dc;--shell-muted:#657169}
html{scroll-padding-top:92px}body{padding-top:68px!important}.global-header{position:fixed;z-index:9999;top:0;left:0;right:0;background:rgba(255,255,255,.97);border-bottom:1px solid var(--shell-line);box-shadow:0 4px 18px rgba(19,78,74,.08);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.global-header__inner{width:min(1240px,calc(100% - 28px));height:68px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.global-brand{display:flex;align-items:center;color:var(--shell-ink)!important;text-decoration:none!important;font-weight:900;min-width:0}.global-brand__logo{display:block;width:auto;height:48px;max-width:235px;object-fit:contain;border-radius:9px}.global-nav{display:flex;gap:15px;align-items:center}.global-nav a{color:var(--shell-dark)!important;text-decoration:none!important;font-weight:750;font-size:.88rem}.global-menu{display:none;border:1px solid var(--shell-line);background:white;border-radius:8px;padding:7px 10px}.global-crumb{width:min(1240px,calc(100% - 28px));margin:13px auto 0;font-family:Inter,system-ui,sans-serif;font-size:.82rem;color:var(--shell-muted)}.global-crumb a{color:var(--shell-brand)}.site-context{width:min(1180px,calc(100% - 32px));margin:46px auto;padding:28px;background:#edf7f3;border:1px solid var(--shell-line);border-radius:18px;font-family:Inter,system-ui,sans-serif}.site-context h2{margin-top:0}.site-context__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.site-context__card{display:block;background:white;border:1px solid var(--shell-line);border-radius:13px;padding:16px;color:var(--shell-ink)!important;text-decoration:none!important}.site-context__card span{display:block;color:var(--shell-muted);font-size:.8rem;margin-bottom:5px}.global-footer{background:#123d39;color:#eaf7f2;padding:40px 0;font-family:Inter,system-ui,sans-serif}.global-footer__inner{width:min(1240px,calc(100% - 28px));margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:26px}.global-footer a{color:#d3fff0!important}.global-footer h3{color:white}.global-footer ul{list-style:none;padding:0;margin:0}.global-footer li{margin:7px 0}.build-note{font-size:.8rem;color:#b9d7cc}.editorial-note{display:inline-block;padding:5px 9px;border-radius:999px;background:#fff4c7;color:#755b00;font-size:.78rem;font-weight:750}
@media(max-width:900px){body{padding-top:60px!important}.global-header__inner{height:60px}.global-brand__logo{height:42px;max-width:190px}.global-menu{display:block}.global-nav{display:none;position:absolute;top:60px;left:0;right:0;background:white;padding:16px 22px;border-bottom:1px solid var(--shell-line);flex-direction:column;align-items:flex-start}.global-nav.is-open{display:flex}.site-context__grid{grid-template-columns:1fr 1fr}.global-footer__inner{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.global-brand__logo{height:38px;max-width:170px}.site-context__grid,.global-footer__inner{grid-template-columns:1fr}.global-crumb{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
