/** Shared inner-shell navigation, tabs, pagination and action strips. */
body.vice-inner-shell { --vicm-surface:#111821;--vicm-surface-2:#17212c;--vicm-border:rgba(255,255,255,.1);--vicm-text:#e6edf5;--vicm-muted:#98a6b6; }
body.vice-inner-shell .navigate_section { max-width:100%;overflow:hidden;color:var(--vicm-muted)!important;background:rgba(17,24,33,.94)!important;border:1px solid var(--vicm-border)!important;border-radius:11px!important; }
body.vice-inner-shell .navigate_section ul { display:flex;align-items:center;min-width:0;max-width:100%;overflow-x:auto;scrollbar-width:thin;background:transparent!important; }
body.vice-inner-shell .navigate_section li { flex:0 0 auto;max-width:min(360px,55vw);background:transparent!important; }
body.vice-inner-shell .navigate_section li a,
body.vice-inner-shell .navigate_section li span { display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#b9c7d6!important;background:transparent!important; }
body.vice-inner-shell .navigate_section li.last a,
body.vice-inner-shell .navigate_section li.last span { color:#eef5fc!important; }
body.vice-inner-shell :is(.buttonlist,.pagelinks,.pagesection,.pagination,.tabs,.tab_bar,.generic_menu) { max-width:100%;color:var(--vicm-text);border-color:var(--vicm-border)!important; }
body.vice-inner-shell :is(.buttonlist,.pagelinks,.pagination,.tabs,.tab_bar) ul { display:flex;flex-wrap:wrap;align-items:center;gap:6px;background:transparent!important; }
body.vice-inner-shell :is(.buttonlist,.pagelinks,.pagination,.tabs,.tab_bar) li { margin:0!important;background:transparent!important; }
body.vice-inner-shell :is(.buttonlist,.pagelinks,.pagination,.tabs,.tab_bar) a,
body.vice-inner-shell :is(.pagelinks,.pagination) strong { display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;color:#c9d6e3!important;background:var(--vicm-surface-2)!important;border:1px solid var(--vicm-border)!important;border-radius:8px!important;text-decoration:none!important; }
body.vice-inner-shell :is(.buttonlist,.pagelinks,.pagination,.tabs,.tab_bar) a:hover,
body.vice-inner-shell :is(.buttonlist,.tabs,.tab_bar) a.active,
body.vice-inner-shell :is(.pagelinks,.pagination) strong { color:#fff!important;background:#195da1!important;border-color:rgba(86,160,229,.52)!important; }
body.vice-inner-shell .pagesection { display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;clear:both; }
body.vice-inner-shell .generic_menu,
body.vice-inner-shell .generic_menu ul { color:var(--vicm-text)!important;background:var(--vicm-surface)!important;border-color:var(--vicm-border)!important; }
@media(max-width:768px){
	body.vice-inner-shell .navigate_section li { max-width:72vw; }
	body.vice-inner-shell :is(.buttonlist,.pagelinks,.pagination,.tabs,.tab_bar) ul { flex-wrap:nowrap;max-width:100%;overflow-x:auto;padding-bottom:4px; }
	body.vice-inner-shell .pagesection>* { float:none!important; }
}