/* INCA GLOBAL PAGE SHELL V3 */
.inca-global-shell{box-sizing:border-box;width:100%;font-family:Arial,Helvetica,sans-serif;line-height:1.35}
.inca-global-shell *, .inca-global-shell *::before, .inca-global-shell *::after{box-sizing:border-box}
.inca-global-shell-top{position:relative;z-index:2147483000;background:#0b1f3a;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.inca-global-shell-inner{width:min(1440px,calc(100% - 36px));min-height:54px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}
.inca-global-shell-brand{display:inline-flex;align-items:center;gap:8px;color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap}
.inca-global-shell-brand img{display:block;width:auto;height:30px}
.inca-global-shell-nav,.inca-global-shell-auth{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}
.inca-global-shell-link,.inca-global-shell-auth a,.inca-global-shell-user{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none!important;white-space:nowrap}
.inca-global-shell-link,.inca-global-shell-auth a{color:#fff!important;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10)}
.inca-global-shell-link:hover,.inca-global-shell-auth a:hover{background:rgba(255,255,255,.17)}
.inca-global-shell-link[aria-disabled="true"]{opacity:.42;pointer-events:none}
.inca-global-shell-user{color:#dce8f8!important;background:transparent!important;border:0!important;font-weight:600!important;max-width:260px;overflow:hidden;text-overflow:ellipsis}
.inca-global-shell-bottom-wrap{position:relative;z-index:10;width:100%;margin-top:34px;background:#f5f8fc;border-top:1px solid #d8e2ef}
.inca-global-shell-bottom{width:min(1200px,calc(100% - 36px));margin:0 auto;padding:18px 0}
.inca-global-shell-bottom .inca-global-shell-nav{justify-content:center}
.inca-global-shell-bottom .inca-global-shell-link{color:#0b1f3a!important;background:#fff;border:1px solid #d8e2ef}
.inca-global-shell-bottom .inca-global-shell-link:hover{background:#edf4ff}
.inca-global-footer{width:100%;background:#0b1f3a;color:#d9e5f4;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.55;padding:20px 18px}
.inca-global-footer strong{color:#fff}
@media(max-width:900px){.inca-global-shell-inner{align-items:flex-start;flex-direction:column;padding:11px 0}.inca-global-shell-nav,.inca-global-shell-auth{justify-content:flex-start}}
@media(max-width:560px){.inca-global-shell-inner,.inca-global-shell-bottom{width:min(100% - 22px,1440px)}.inca-global-shell-link,.inca-global-shell-auth a,.inca-global-shell-user{font-size:13px;padding:7px 9px}}

/* INCA_GLOBAL_AUTH_SINGLE_SOURCE_V1
   Local auth controls are hidden; the global shell is the single auth UI.
*/
body a[href="/login"],
body a[href="/login/"],
body a[href^="/login?"],
body a[href="/register"],
body a[href="/register/"],
body a[href^="/register?"],
body a[href="/logout"],
body a[href="/logout/"],
body a[href^="/logout?"] {
    display: none !important;
}

.inca-global-shell a[href="/login"],
.inca-global-shell a[href="/login/"],
.inca-global-shell a[href^="/login?"],
.inca-global-shell a[href="/register"],
.inca-global-shell a[href="/register/"],
.inca-global-shell a[href^="/register?"],
.inca-global-shell a[href="/logout"],
.inca-global-shell a[href="/logout/"],
.inca-global-shell a[href^="/logout?"] {
    display: inline-flex !important;
}

