/**
 * EXSPEEDITE visual skin for Pipeline — full light ops-board shell.
 * Loaded when UI_THEME=exspeedite (body.mt-body--exspeedite).
 * Specificity must beat manning.css dark .mt-body--futuristic rules.
 * Palette: EXSPEEDITE css/theme.css (2026-07-12).
 */

/* ─── Page shell ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite,
body.mt-body.mt-body--exspeedite,
body[data-theme="exspeedite"] {
    background: var(--exp-page-bg,
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(90, 154, 143, 0.07), transparent 55%),
        linear-gradient(180deg, #f7f9fa 0%, #f4f9f1 100%)) !important;
    color: #27313c !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite.mt-body--auth {
    background: var(--auth-bg,
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(90, 154, 143, 0.12), transparent 55%),
        linear-gradient(180deg, #f7f9fa 0%, #f4f9f1 100%)) !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite::before,
body.mt-body.mt-body--exspeedite.mt-body--futuristic .mt-shell::before {
    opacity: 0.45 !important;
    background-image:
        linear-gradient(rgba(77, 142, 49, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(77, 142, 49, 0.05) 1px, transparent 1px) !important;
    background-size: 48px 48px !important;
}

body.mt-body--exspeedite .mt-shell {
    background: transparent !important;
    color: #27313c;
}

/* Kill dark portal :has() overrides when EXSPEEDITE */
body.mt-body.mt-body--exspeedite:has(.mt-hero--portal) {
    background: var(--exp-page-bg,
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(90, 154, 143, 0.07), transparent 55%),
        linear-gradient(180deg, #f7f9fa 0%, #f4f9f1 100%)) !important;
    color: #27313c !important;
}

/* ─── Portal / public header ─── */
body.mt-body--exspeedite .mt-header,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-header,
body.mt-body.mt-body--exspeedite:has(.mt-hero--portal) .mt-header {
    background: linear-gradient(to bottom, #f7fbf5 0%, #ecf9e6 42%, #d7efcd 78%, #c5e3b8 100%) !important;
    border-bottom: 3px solid #4d8e31 !important;
    box-shadow:
        0 10px 36px rgba(77, 142, 49, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 0 24px rgba(77, 142, 49, 0.12) !important;
    backdrop-filter: none !important;
    min-height: 54px;
}

body.mt-body--exspeedite .mt-header::after {
    height: 0 !important;
    opacity: 0 !important;
}

body.mt-body--exspeedite .mt-header__inner,
body.mt-body--exspeedite .mt-header__user {
    color: #1a3c34 !important;
}

body.mt-body--exspeedite .mt-header .mt-portal-tabs__link,
body.mt-body--exspeedite .mt-header button.mt-portal-tabs__link,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-header .mt-portal-tabs__link,
body.mt-body.mt-body--exspeedite:has(.mt-hero--portal) .mt-header .mt-portal-tabs__link {
    color: #1a3c34 !important;
    -webkit-text-fill-color: #1a3c34 !important;
    background: linear-gradient(to bottom, rgba(238, 246, 234, 0.92) 0%, rgba(215, 239, 205, 0.96) 100%) !important;
    border: 1px solid rgba(77, 142, 49, 0.22) !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(77, 142, 49, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

body.mt-body--exspeedite .mt-header .mt-portal-tabs__link:hover,
body.mt-body--exspeedite .mt-header button.mt-portal-tabs__link:hover {
    color: #215a10 !important;
    -webkit-text-fill-color: #215a10 !important;
    background: linear-gradient(to bottom, #ecf9e6 0%, #d7efcd 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(77, 142, 49, 0.22) !important;
}

body.mt-body--exspeedite .mt-header .mt-portal-tabs__link--active,
body.mt-body--exspeedite .mt-header a.mt-portal-tabs__link--active,
body.mt-body--exspeedite .mt-header a.mt-portal-tabs__link--active:visited,
body.mt-body--exspeedite .mt-header .mt-portal-tabs__link--cta,
body.mt-body--exspeedite .mt-header a.mt-portal-tabs__link--cta,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-header .mt-portal-tabs__link--active,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-header .mt-portal-tabs__link--cta {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: linear-gradient(180deg, #4d8e31 0%, #3b6f25 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 16px rgba(77, 142, 49, 0.35) !important;
}

/* ─── Staff admin toolbar (biggest dark leftover) ─── */
body.mt-body--exspeedite .mt-admin-toolbar {
    background: linear-gradient(to bottom, #f7fbf5 0%, #ecf9e6 42%, #d7efcd 78%, #c5e3b8 100%) !important;
    border-bottom: 3px solid #4d8e31 !important;
    box-shadow:
        0 10px 36px rgba(77, 142, 49, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
    color: #1a3c34 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__brand-link {
    color: #1a3c34 !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__brand-mark {
    background: #4d8e31 !important;
    color: #fff !important;
    border-radius: 8px;
}

body.mt-body--exspeedite .mt-admin-toolbar__brand-title {
    color: #1f3d16 !important;
    font-weight: 700;
}

body.mt-body--exspeedite .mt-admin-toolbar__brand-sub {
    color: #4b5a68 !important;
}

body.mt-body--exspeedite .mt-admin-menu__trigger {
    color: #1a3c34 !important;
    background: linear-gradient(to bottom, rgba(238, 246, 234, 0.92) 0%, rgba(215, 239, 205, 0.96) 100%) !important;
    border: 1px solid rgba(77, 142, 49, 0.22) !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    box-shadow: 0 2px 8px rgba(77, 142, 49, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

body.mt-body--exspeedite .mt-admin-menu--open .mt-admin-menu__trigger,
body.mt-body--exspeedite .mt-admin-menu--active .mt-admin-menu__trigger,
body.mt-body--exspeedite .mt-admin-menu__trigger:hover {
    color: #1a3c34 !important;
    background: linear-gradient(to bottom, #d7efcd 0%, #c5e3b8 100%) !important;
    border-color: rgba(77, 142, 49, 0.35) !important;
    box-shadow: 0 0 0 2px rgba(77, 142, 49, 0.2), 0 6px 18px rgba(77, 142, 49, 0.2) !important;
}

body.mt-body--exspeedite .mt-admin-menu__panel {
    background: rgba(244, 249, 241, 0.98) !important;
    border: 1px solid rgba(77, 142, 49, 0.18) !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 28px rgba(26, 60, 52, 0.12) !important;
}

body.mt-body--exspeedite .mt-admin-menu__item {
    color: #27313c !important;
}

body.mt-body--exspeedite .mt-admin-menu__item:hover,
body.mt-body--exspeedite .mt-admin-menu__item--active {
    background: rgba(215, 239, 205, 0.65) !important;
}

body.mt-body--exspeedite .mt-admin-menu__item-label {
    color: #2d5016 !important;
    font-weight: 700 !important;
}

body.mt-body--exspeedite .mt-admin-menu__item-desc {
    color: #667583 !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__search-input {
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(77, 142, 49, 0.18) !important;
    border-radius: 10px !important;
    color: #1b2635 !important;
    min-height: 38px;
}

body.mt-body--exspeedite .mt-admin-toolbar__search-input::placeholder {
    color: #667583 !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__search-input:focus {
    outline: none;
    border-color: rgba(77, 142, 49, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(77, 142, 49, 0.12) !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__search-results {
    background: #fff !important;
    border: 1px solid rgba(77, 142, 49, 0.18) !important;
    color: #27313c !important;
    box-shadow: 0 12px 28px rgba(26, 60, 52, 0.12) !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__action,
body.mt-body--exspeedite .mt-admin-toolbar__action--muted,
body.mt-body--exspeedite .mt-admin-toolbar__action--signout,
body.mt-body--exspeedite .mt-admin-toolbar__user {
    color: #34506c !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__action:hover {
    color: #4d8e31 !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__context {
    background: rgba(232, 243, 227, 0.85) !important;
    border-top: 1px solid rgba(77, 142, 49, 0.12) !important;
    color: #4b5a68 !important;
}

body.mt-body--exspeedite .mt-admin-toolbar__context-current {
    color: #1f3d16 !important;
    font-weight: 600;
}

body.mt-body--exspeedite .mt-admin-toolbar__badge {
    background: #e8f3e3 !important;
    color: #2d5016 !important;
    border: 1px solid #bfd4b6 !important;
}

/* ─── Hero — full-width green band (not floating marketing card) ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-hero,
body.mt-body--exspeedite .mt-hero,
body.mt-body--exspeedite .mt-hero--portal,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-hero--portal {
    background: linear-gradient(135deg, #1f3d16 0%, #2d5016 42%, #4d8e31 100%) !important;
    color: #fff !important;
    border-radius: 0 0 14px 14px !important;
    margin: 0 auto 1rem !important;
    max-width: none !important;
    width: 100% !important;
    padding: 1.25rem 1.5rem 1.35rem !important;
    box-shadow: 0 14px 40px rgba(26, 60, 52, 0.18);
    overflow: hidden;
}

body.mt-body--exspeedite .mt-hero__inner {
    max-width: var(--content-width-admin, 1440px);
    margin: 0 auto;
    text-align: left !important;
}

body.mt-body--exspeedite .mt-hero__mesh {
    opacity: 0.22 !important;
    background:
        radial-gradient(circle at 18% 30%, rgba(155, 196, 146, 0.4), transparent 48%),
        radial-gradient(circle at 85% 60%, rgba(66, 105, 135, 0.28), transparent 42%) !important;
}

body.mt-body--exspeedite .mt-hero__eyebrow,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-hero__eyebrow {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    color: #f4f9f1 !important;
    border-radius: 7px !important;
    padding: 0.2rem 0.7rem !important;
    letter-spacing: 0.04em !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

body.mt-body--exspeedite .mt-hero__title,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-hero__title {
    font-size: 1.35rem !important; /* ~20–22px ops density */
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
}

body.mt-body--exspeedite .mt-hero__title em,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-hero__title em {
    font-style: normal !important;
    color: #e8f3e3 !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #e8f3e3 !important;
}

body.mt-body--exspeedite .mt-hero__subtitle,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-hero__subtitle {
    color: rgba(244, 249, 241, 0.92) !important;
    font-size: 0.9rem !important;
}

body.mt-body--exspeedite .mt-hero + .mt-main {
    margin-top: 0 !important;
    padding-top: 0.75rem !important;
}

/* ─── Tabs (PRODUCE DEPOT style) ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-portal-tabs,
body.mt-body--exspeedite .mt-portal-tabs,
body.mt-body--exspeedite .mt-scott-jump {
    background: #e8eef4 !important;
    border: 1px solid #dde3e8 !important;
    border-radius: 8px !important;
    padding: 0.35rem !important;
    width: fit-content;
    gap: 0.35rem;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-portal-tabs__link,
body.mt-body--exspeedite .mt-portal-tabs__link,
body.mt-body--exspeedite .mt-scott-jump__link {
    color: #27313c !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 0.875rem;
}

body.mt-body--exspeedite .mt-portal-tabs__link:hover,
body.mt-body--exspeedite .mt-scott-jump__link:hover {
    color: #1f3d16 !important;
    background: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(77, 142, 49, 0.2) !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-portal-tabs__link--active,
body.mt-body.mt-body--futuristic.mt-body--exspeedite a.mt-portal-tabs__link--active,
body.mt-body.mt-body--futuristic.mt-body--exspeedite a.mt-portal-tabs__link--active:visited,
body.mt-body--exspeedite .mt-portal-tabs__link--active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #4d8e31 !important;
    border-color: #3b6f25 !important;
    box-shadow: 0 2px 8px rgba(77, 142, 49, 0.25) !important;
}

/* ─── Glass panels / cards ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-panel,
body.mt-body--exspeedite .mt-panel,
body.mt-body--exspeedite .mt-panel--glass,
body.mt-body--exspeedite .mt-admin-card,
.mt-body--exspeedite .mt-panel--glass {
    position: relative;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 245, 0.98) 48%, rgba(236, 249, 230, 0.92) 100%) !important;
    border: 1px solid rgba(77, 142, 49, 0.14) !important;
    border-radius: 14px !important;
    box-shadow:
        0 4px 6px rgba(26, 60, 52, 0.04),
        0 18px 40px rgba(26, 60, 52, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.65) inset !important;
    color: #27313c !important;
    backdrop-filter: none !important;
    overflow: hidden;
}

body.mt-body--exspeedite .mt-panel::before,
body.mt-body--exspeedite .mt-admin-card::before,
body.mt-body--exspeedite .mt-panel--glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #426987 0%, #4d8e31 42%, #9bc492 100%);
    pointer-events: none;
    z-index: 1;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-panel__header,
body.mt-body--exspeedite .mt-panel__header,
body.mt-body--exspeedite .mt-setup-card__head,
.mt-body--exspeedite .mt-panel--glass .mt-panel__header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, #e8f3e3 100%) !important;
    border-bottom: 1px solid rgba(77, 142, 49, 0.12) !important;
    color: #2d5016 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-panel__title,
body.mt-body--exspeedite .mt-panel__title,
body.mt-body--exspeedite .mt-admin-card__title,
.mt-body--exspeedite .mt-panel--glass .mt-panel__title {
    color: #2d5016 !important;
    font-size: 1.0625rem !important; /* ~17px */
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-panel__subtitle,
body.mt-body--exspeedite .mt-panel__subtitle,
body.mt-body--exspeedite .mt-admin-card__body,
body.mt-body--exspeedite .mt-setup-hint,
.mt-body--exspeedite .mt-panel--glass .mt-panel__subtitle {
    color: #4b5a68 !important;
    font-size: 0.875rem;
}

/* Nested dark blocks → light */
body.mt-body--exspeedite .mt-scott-ops,
body.mt-body--exspeedite .mt-scott-devkit,
body.mt-body--exspeedite .mt-scott-card,
body.mt-body--exspeedite .mt-api-status,
body.mt-body--exspeedite .mt-setup-card,
body.mt-body--exspeedite details,
body.mt-body--exspeedite .mt-placeholder,
body.mt-body--exspeedite .mt-placeholder--map,
body.mt-body--exspeedite .mt-map-sidebar,
body.mt-body--exspeedite .mt-detail,
body.mt-body--exspeedite .mt-timeline,
body.mt-body--exspeedite .mt-search {
    background: rgba(255, 255, 255, 0.72) !important;
    border-color: rgba(77, 142, 49, 0.14) !important;
    color: #27313c !important;
}

body.mt-body--exspeedite .mt-scott-nvent-guidance {
    background: #f4f9f1 !important;
    border: 1px solid #bfd4b6 !important;
    color: #2d5016 !important;
    border-radius: 10px;
}

/* ─── Forms ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-field__label,
body.mt-body--exspeedite .mt-field__label {
    color: #1b2635 !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-field__input,
body.mt-body--exspeedite .mt-field__input,
body.mt-body--exspeedite select.mt-field__input,
body.mt-body--exspeedite textarea.mt-field__input,
body.mt-body--exspeedite .mt-search__input {
    min-height: 40px !important;
    height: auto !important;
    border-radius: 10px !important;
    border: 1px solid rgba(77, 142, 49, 0.18) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #1b2635 !important;
    box-shadow: inset 0 1px 2px rgba(26, 60, 52, 0.04);
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-field__input:focus,
body.mt-body--exspeedite .mt-field__input:focus,
body.mt-body--exspeedite .mt-search__input:focus {
    background: #fff !important;
    border-color: rgba(77, 142, 49, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(77, 142, 49, 0.12) !important;
}

body.mt-body--exspeedite .mt-field__input--mono,
body.mt-body--exspeedite input[name*="api_key"],
body.mt-body--exspeedite input[name*="token"],
body.mt-body--exspeedite input[name*="secret"],
body.mt-body--exspeedite textarea[name*="package"],
body.mt-body--exspeedite .mt-setup-url-code,
body.mt-body--exspeedite .mt-setup-pre,
body.mt-body--exspeedite code,
body.mt-body--exspeedite .mt-placeholder code {
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace !important;
    font-size: 13px !important;
    background: #f7f9fa !important;
    border: 1px solid #dde3e8 !important;
    color: #1b2635 !important;
}

/* ─── Buttons ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-btn--primary,
body.mt-body--exspeedite .mt-btn--primary {
    background: #4d8e31 !important;
    border: 1px solid #3b6f25 !important;
    color: #fff !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 18px rgba(77, 142, 49, 0.25) !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-btn--primary:hover,
body.mt-body--exspeedite .mt-btn--primary:hover {
    background: #3b6f25 !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(77, 142, 49, 0.32) !important;
}

body.mt-body--exspeedite .mt-btn--ghost {
    border: 1px solid #dde3e8 !important;
    color: #4b5a68 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 10px !important;
}

body.mt-body--exspeedite .mt-btn--ghost:hover {
    border-color: #bfd4b6 !important;
    color: #2d5016 !important;
}

/* Links — navy/green, not red/pink */
body.mt-body.mt-body--futuristic.mt-body--exspeedite a:not(.mt-btn):not(.mt-portal-tabs__link):not(.mt-nav__link):not(.mt-admin-toolbar__action):not(.mt-admin-menu__item):not(.mt-admin-toolbar__brand-link),
body.mt-body--exspeedite a:not(.mt-btn):not(.mt-portal-tabs__link):not(.mt-admin-menu__item) {
    color: #426987 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite a:not(.mt-btn):not(.mt-portal-tabs__link):hover,
body.mt-body--exspeedite a:not(.mt-btn):not(.mt-portal-tabs__link):hover {
    color: #4d8e31 !important;
}

/* ─── Tables ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-table thead,
body.mt-body--exspeedite .mt-table thead,
body.mt-body--exspeedite thead th {
    background: #4d8e31 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-table th,
body.mt-body--exspeedite .mt-table th,
body.mt-body--exspeedite .mt-table-wrap--loads-viewport .mt-table thead th {
    background: #4d8e31 !important;
    color: #fff !important;
    border-bottom-color: #3b6f25 !important;
    box-shadow: none !important;
    letter-spacing: 0.03em;
}

body.mt-body--exspeedite .mt-data-table thead th,
body.mt-body--exspeedite .mt-dispatch-table thead th {
    background: linear-gradient(180deg, #f7fbf5 0%, #e8f3e3 55%, #d7efcd 100%) !important;
    color: #1f3d16 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-table td,
body.mt-body--exspeedite .mt-table td {
    color: #27313c !important;
    border-bottom-color: rgba(77, 142, 49, 0.1) !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-table tbody tr:nth-child(even) td {
    background: rgba(236, 249, 230, 0.35);
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-table tbody tr:hover,
body.mt-body--exspeedite .mt-table tbody tr:hover {
    background: rgba(215, 239, 205, 0.58) !important;
    box-shadow: inset 3px 0 0 #4d8e31 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-table tbody tr.is-selected {
    background: rgba(232, 243, 227, 0.9) !important;
    box-shadow: inset 3px 0 0 #4d8e31 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-table__link,
body.mt-body--exspeedite .mt-table__link {
    color: #426987 !important;
}

body.mt-body--exspeedite .mt-table__empty {
    color: #667583 !important;
}

/* ─── Alerts / notes ─── */
body.mt-body--exspeedite .mt-setup-message--success,
body.mt-body--exspeedite .mt-note--success {
    background: #f4f9f1 !important;
    border: 1px solid #bfd4b6 !important;
    color: #2d5016 !important;
}

body.mt-body--exspeedite .mt-setup-message--error {
    background: #fff5f5 !important;
    border: 1px solid rgba(165, 63, 67, 0.35) !important;
    color: #a53f43 !important;
}

body.mt-body--exspeedite .mt-setup-message--info,
body.mt-body--exspeedite .mt-badge-demo {
    background: #e8eef4 !important;
    border: 1px solid rgba(66, 105, 135, 0.25) !important;
    color: #34506c !important;
    box-shadow: none !important;
}

/* ─── Auth cards ─── */
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-auth__card,
body.mt-body--exspeedite.mt-body--auth .mt-auth__card {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 245, 0.96)) !important;
    border: 1px solid rgba(77, 142, 49, 0.14) !important;
    box-shadow: 0 18px 40px rgba(26, 60, 52, 0.1) !important;
    color: #27313c !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-auth__eyebrow {
    color: #4d8e31 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-auth__title,
body.mt-body--exspeedite.mt-body--auth .mt-auth__title {
    color: #2d5016 !important;
    background: none !important;
    -webkit-text-fill-color: #2d5016 !important;
}

body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-auth__subtitle,
body.mt-body.mt-body--futuristic.mt-body--exspeedite .mt-auth__hint {
    color: #667583 !important;
}

body.mt-body--exspeedite .mt-auth__aura {
    background: radial-gradient(circle at 50% 40%, rgba(77, 142, 49, 0.22), transparent 65%) !important;
}

/* ─── Status badges (semantic only) ─── */
body.mt-body--exspeedite .mt-status--complete {
    background: #e8f3e3 !important;
    color: #2d5016 !important;
    border-color: #bfd4b6 !important;
    box-shadow: none !important;
}

body.mt-body--exspeedite .mt-status--en-route,
body.mt-body--exspeedite .mt-status--scheduled {
    box-shadow: none !important;
}

/* ─── Map / misc dark leftovers ─── */
body.mt-body--exspeedite .mt-map-sidebar__title,
body.mt-body--exspeedite .mt-map-load-item__fb,
body.mt-body--exspeedite .mt-map-load-item__btn,
body.mt-body--exspeedite .mt-timeline__title,
body.mt-body--exspeedite .mt-detail__field dd {
    color: #27313c !important;
}

body.mt-body--exspeedite .mt-map-sidebar__subtitle,
body.mt-body--exspeedite .mt-map-load-item__route,
body.mt-body--exspeedite .mt-timeline__time,
body.mt-body--exspeedite .mt-timeline__meta,
body.mt-body--exspeedite .mt-detail__field dt,
body.mt-body--exspeedite .mt-search__label {
    color: #667583 !important;
}

body.mt-body--exspeedite .mt-map-load-item__btn:hover {
    background: rgba(215, 239, 205, 0.5) !important;
    border-color: rgba(77, 142, 49, 0.25) !important;
}

/* Scott / examples — light meta cards (not dark code panels) */
body.mt-body--exspeedite .mt-scott-examples-block__title {
    color: #2d5016 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

body.mt-body--exspeedite .mt-scott-examples-block__hint {
    color: #4b5a68 !important;
}

body.mt-body--exspeedite .mt-scott-example-card {
    background: #f7f9fa !important;
    border: 1px solid #dde3e8 !important;
    border-radius: 10px !important;
    color: #27313c !important;
}

body.mt-body--exspeedite .mt-scott-example-card__head strong {
    color: #1f3d16 !important;
}

body.mt-body--exspeedite .mt-scott-example-card__bol,
body.mt-body--exspeedite .mt-scott-example-card__driver,
body.mt-body--exspeedite .mt-scott-example-card__body {
    color: #667583 !important;
}

body.mt-body--exspeedite .mt-scott-example-card__coords {
    color: #34506c !important;
    background: #fff;
    border: 1px solid #dde3e8;
    border-radius: 6px;
    padding: 0.2rem 0.45rem;
    display: inline-block;
}

body.mt-body--exspeedite .mt-scott-jump__link {
    text-decoration: none !important;
}

/* Theme picker badges */
.mt-theme-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0 1rem;
}

.mt-theme-swatch {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.mt-theme-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.mt-theme-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
}

.mt-theme-badge--exspeedite {
    background: #e8f3e3;
    color: #2d5016;
    border: 1px solid #bfd4b6;
}

.mt-theme-badge--futuristic,
.mt-theme-badge--manning {
    background: #0c101c;
    color: #f1f5f9;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

@media (max-width: 640px) {
    body.mt-body--exspeedite .mt-field__input,
    body.mt-body--exspeedite select.mt-field__input,
    body.mt-body--exspeedite .mt-admin-toolbar__search-input {
        min-height: 44px !important;
    }

    body.mt-body--exspeedite .mt-hero__title {
        font-size: 1.2rem !important;
    }
}
