/* App lot 1: external navigation only. No TrafoΩ or DGA selectors. */
.sespin-app-nav{background:#082a48;color:#eaf3fa;border-bottom:2px solid #dfb54a;font-family:Manrope,system-ui,sans-serif}
.sespin-app-nav *{box-sizing:border-box}
.sespin-app-nav__inner{width:min(1280px,calc(100% - 40px));min-height:44px;margin:auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px 22px;padding:6px 0}
.sespin-app-nav__brand{margin-right:auto;font-size:.78rem;font-weight:800;letter-spacing:.15em;white-space:nowrap}
.sespin-app-nav__brand strong{color:#dfb54a}
.sespin-app-nav__current{font-size:.8rem;font-weight:800;color:#fff;white-space:nowrap}
.sespin-app-nav a{font-size:.8rem;font-weight:800;color:#d8e7f1;text-decoration:none;white-space:nowrap}
.sespin-app-nav a:hover{text-decoration:underline;text-underline-offset:4px}
.sespin-app-nav a:focus-visible{outline:3px solid #dfb54a;outline-offset:3px}
.sespin-app-nav__dga{color:#dfb54a!important}
@media(max-width:650px){.sespin-app-nav__inner{justify-content:space-between;column-gap:12px;row-gap:4px;padding:7px 0}.sespin-app-nav__brand{width:100%;font-size:.72rem}.sespin-app-nav__current,.sespin-app-nav a{font-size:.72rem}.sespin-app-nav__other:last-child{display:none}}
