:root {
    --dm-ink: #101820;
    --dm-sidebar: #17212b;
    --dm-sidebar-hover: #22313d;
    --dm-canvas: #f2f5f7;
    --dm-surface: #ffffff;
    --dm-line: #d9e1e6;
    --dm-text: #1e2b35;
    --dm-muted: #687984;
    --dm-teal: #0f9f90;
    --dm-cyan: #157eae;
    --dm-green: #14875b;
    --dm-amber: #c78a19;
    --dm-red: #c84f4a;
}

/* Dominator dragon identity, 2026. */
:root {
    --dm-ink: #0c1717;
    --dm-sidebar: #10211f;
    --dm-sidebar-hover: #19312e;
    --dm-canvas: #edf1ef;
    --dm-surface: #fbfcfb;
    --dm-line: #d3dcda;
    --dm-text: #172725;
    --dm-muted: #657673;
    --dm-teal: #0a8177;
    --dm-cyan: #168da1;
    --dm-green: #16885e;
    --dm-amber: #c79b36;
    --dm-red: #c64e48;
    --dm-gold: #d2aa4d;
}

.dominator-shell .wrapper,
.dominator-shell .content-wrapper {
    background-color: var(--dm-canvas);
    background-image:
        repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 7px),
        repeating-linear-gradient(18deg, rgba(11, 53, 48, 0.025) 0, rgba(11, 53, 48, 0.025) 1px, transparent 1px, transparent 5px);
}

.dominator-shell.skin-green-light .main-header .logo,
.dominator-shell.skin-green-light .main-sidebar {
    background-color: var(--dm-sidebar) !important;
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 8px);
}

.dominator-shell .dm-nav-brand {
    display: flex;
    height: 64px;
    align-items: center;
    gap: 10px;
    color: #f2f6f5;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
}

.dominator-shell .dm-nav-brand .nav-logo {
    width: 42px;
    height: 42px;
    margin: 0;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.28));
}

.dominator-shell .nav-logo-mini {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.dominator-shell .box,
.dominator-shell .small-box,
.dominator-shell .info-box,
.dominator-shell .dm-kpi-card,
.dominator-shell .dm-chart-panel,
.dominator-shell .dm-table-panel {
    background-color: rgba(251, 252, 251, 0.94);
    border-color: #d1dcda;
    box-shadow: 0 10px 30px rgba(21, 50, 46, 0.065);
    backdrop-filter: blur(4px);
}

.dominator-shell .content-header h1,
.dominator-shell .dm-dashboard-header h1 {
    color: #10211f;
}

.dominator-shell .main-header {
    box-shadow: 0 1px 0 #cbd6d3, 0 8px 24px rgba(24, 55, 50, .045);
}

.dominator-shell.skin-green-light .main-header .navbar {
    background: rgba(251, 252, 251, .96) !important;
}

.dominator-shell .sidebar-menu > li.active > a {
    color: #ffffff !important;
    background: #18332f !important;
    border-left-color: var(--dm-gold) !important;
}

.dominator-shell .sidebar-menu > li > a:hover {
    background: #172d2a !important;
}

.dominator-shell .sidebar-menu > li > a > .fa,
.dominator-shell .sidebar-menu > li > a > .glyphicon,
.dominator-shell .sidebar-menu > li > a > .ion {
    color: #58b9ae;
}

body.dominator-dragon-login {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background-color: #e8ece9 !important;
    background-image:
        repeating-linear-gradient(115deg, rgba(255,255,255,.26) 0, rgba(255,255,255,.26) 1px, transparent 1px, transparent 8px),
        repeating-linear-gradient(22deg, rgba(15,55,50,.035) 0, rgba(15,55,50,.035) 1px, transparent 1px, transparent 6px) !important;
}

body.dominator-dragon-login::before {
    display: none;
}

.dm-login-shell {
    display: grid;
    min-height: 100vh;
    grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
}

.dm-login-brand {
    position: relative;
    display: flex;
    min-height: 100vh;
    padding: 48px 7vw;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dm-login-brand::after {
    position: absolute;
    right: 0;
    top: 7%;
    bottom: 7%;
    width: 1px;
    content: "";
    background: rgba(35, 76, 70, .16);
}

.dm-login-dragon {
    width: min(660px, 82%);
    height: auto;
    filter: drop-shadow(0 28px 25px rgba(23, 48, 44, .18));
}

.dm-login-brand-meta {
    position: absolute;
    left: 48px;
    bottom: 38px;
    display: grid;
    gap: 4px;
    color: #566a66;
}

.dm-login-brand-meta span {
    color: #0a8177;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.dm-login-brand-meta strong {
    color: #263a37;
    font-size: 14px;
    font-weight: 600;
}

.dm-login-access {
    display: flex;
    min-height: 100vh;
    padding: 52px;
    align-items: center;
    background-color: rgba(13, 31, 29, .97);
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 9px);
}

body.login-page .dm-login-access .login-box {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

body.login-page .dm-login-access .login-box-body {
    padding: 0;
    color: #dce7e4;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.dm-login-mobile-brand {
    display: none;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.dm-login-mobile-brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.dm-login-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--dm-gold);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

body.login-page .dm-login-access h1 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
}

body.login-page .dm-login-access .login-box-msg {
    padding: 0 0 30px;
    color: #9fb2ae;
    text-align: left;
}

body.login-page .dm-login-access .form-group {
    margin-bottom: 16px;
}

body.login-page .dm-login-access .form-control {
    height: 50px;
    padding: 12px 44px 12px 14px;
    color: #f4f8f7;
    background: #172d2a;
    border: 1px solid #31504b;
    border-radius: 6px;
}

body.login-page .dm-login-access .form-control::placeholder {
    color: #849b96;
}

body.login-page .dm-login-access .form-control:focus {
    background: #1a3430;
    border-color: #49b9ab;
    box-shadow: 0 0 0 3px rgba(73, 185, 171, .14);
}

body.login-page .dm-login-access .form-control-feedback {
    width: 46px;
    height: 50px;
    color: #66bdb3;
    line-height: 50px;
}

body.login-page .dm-login-access .btn-primary,
body.login-page .dm-login-access .btn-success {
    min-height: 50px;
    background: #0d9185;
    border-color: #0d9185;
    border-radius: 6px;
    font-size: 14px;
}

body.login-page .dm-login-access .btn-primary:hover,
body.login-page .dm-login-access .btn-success:hover {
    background: #10a294;
    border-color: #10a294;
}

.dm-login-footer {
    display: flex;
    margin-top: 30px;
    padding-top: 18px;
    align-items: center;
    gap: 8px;
    color: #829893;
    border-top: 1px solid #29413d;
    font-size: 11px;
}

.dm-login-footer > span:last-child {
    margin-left: auto;
}

.dm-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #35c68f;
    box-shadow: 0 0 0 3px rgba(53, 198, 143, .12);
}

@media (max-width: 900px) {
    .dm-login-shell { grid-template-columns: 1fr; }
    .dm-login-brand { display: none; }
    .dm-login-access { padding: 34px 24px; }
    .dm-login-mobile-brand { display: flex; margin-bottom: 44px; }
}

@media (max-width: 767px) {
    .dominator-shell .dm-nav-brand > span { display: none; }
    body.login-page .dm-login-access .login-box { width: 100%; margin: 0; }
    body.login-page .dm-login-access h1 { font-size: 29px; }
}

html,
body {
    min-height: 100%;
    background: var(--dm-canvas);
}

body.dominator-shell,
body.login-page {
    color: var(--dm-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}

.dominator-shell .wrapper,
.dominator-shell .content-wrapper {
    background: var(--dm-canvas);
}

.dominator-shell .main-header {
    box-shadow: 0 1px 0 var(--dm-line);
}

.dominator-shell.skin-green-light .main-header .logo {
    height: 64px;
    padding: 0 17px;
    line-height: 64px;
    background: var(--dm-ink) !important;
}

.dominator-shell.skin-green-light .main-header .logo:hover {
    background: #0a1117 !important;
}

.dominator-shell.skin-green-light .main-header .navbar {
    min-height: 64px;
    background: var(--dm-surface) !important;
}

.dominator-shell .main-header .sidebar-toggle,
.dominator-shell .main-header .navbar-custom-menu .navbar-nav > li > a {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 20px;
    color: #34444f !important;
}

.dominator-shell.skin-green-light .main-header .navbar .sidebar-toggle:hover,
.dominator-shell.skin-green-light .main-header .navbar .nav > li > a:hover,
.dominator-shell.skin-green-light .main-header .navbar .nav > .open > a {
    color: var(--dm-ink) !important;
    background: #edf3f5 !important;
}

.dominator-shell .main-header .navbar-custom-menu .label {
    border-radius: 3px;
}

.dominator-shell .main-header .user-image {
    border: 2px solid #d8e2e7;
}

.dominator-shell .nav-logo {
    display: block;
    width: 176px;
    height: 42px;
    margin: 11px auto;
}

.dominator-shell .nav-logo-mini {
    display: block;
    width: 42px;
    height: 42px;
    margin: 11px auto;
}

.dominator-shell .main-sidebar {
    padding-top: 64px;
    background: var(--dm-sidebar) !important;
    border-right: 0;
    box-shadow: 4px 0 16px rgba(16, 24, 32, 0.08);
}

.dominator-shell .sidebar {
    padding-top: 8px;
}

.dominator-shell .user-panel {
    min-height: 76px;
    margin: 8px 12px 12px;
    padding: 12px 8px;
    border-bottom: 1px solid #2d3a44;
}

.dominator-shell .user-panel > .image > img {
    width: 42px;
    height: 42px;
    border: 2px solid #3b4b56;
}

.dominator-shell .user-panel > .info,
.dominator-shell .user-panel > .info > p,
.dominator-shell .user-panel > .info > a {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.dominator-shell .user-panel > .info > p {
    margin-bottom: 5px;
    font-weight: 600;
}

.dominator-shell .sidebar-menu {
    padding: 0 10px 18px;
}

.dominator-shell .sidebar-menu > li {
    margin: 3px 0;
}

.dominator-shell.skin-green-light .sidebar-menu > li > a {
    min-height: 44px;
    padding: 12px 12px;
    color: #dce5ea !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 5px;
    text-shadow: none !important;
}

.dominator-shell .sidebar-menu > li > a > i {
    width: 22px;
    color: #8ea2ad !important;
    text-align: center;
}

.dominator-shell.skin-green-light .sidebar-menu > li:hover > a,
.dominator-shell.skin-green-light .sidebar-menu > li.active > a,
.dominator-shell.skin-green-light .sidebar-menu > li.menu-open > a {
    color: #ffffff !important;
    background: var(--dm-sidebar-hover) !important;
}

.dominator-shell .sidebar-menu > li.active > a::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 3px;
    content: "";
    background: #1ec7b5;
    border-radius: 0 3px 3px 0;
}

.dominator-shell .sidebar-menu > li.active > a > i,
.dominator-shell .sidebar-menu > li:hover > a > i {
    color: #1ec7b5 !important;
}

.dominator-shell.skin-green-light .sidebar-menu > li > .treeview-menu {
    margin: 3px 0 6px;
    padding: 5px 0 6px 13px;
    background: #111a22 !important;
    border-radius: 5px;
}

.dominator-shell .sidebar-menu .treeview-menu > li > a {
    padding: 9px 10px;
    color: #b9c8cf !important;
    opacity: 1 !important;
}

.dominator-shell .sidebar-menu .treeview-menu > li.active > a,
.dominator-shell .sidebar-menu .treeview-menu > li > a:hover {
    color: #ffffff !important;
}

.dominator-shell #user_conversion_widget {
    margin: 0 12px 16px;
    color: #ffffff;
    background: #22313d !important;
    border: 1px solid #32434f;
    border-radius: 6px;
    box-shadow: none;
}

.dominator-shell #user_conversion_widget .small-box-footer {
    color: #d9fffa;
    background: rgba(15, 159, 144, 0.2);
}

.dominator-shell #user_conversion_widget .icon {
    color: rgba(30, 199, 181, 0.2);
}

.dominator-shell .content-wrapper {
    min-height: calc(100vh - 64px);
    padding: 18px 20px 28px;
}

.dominator-shell .content-header {
    padding: 6px 0 18px;
}

.dominator-shell .content-header h1,
.dominator-shell .content-header h1[style] {
    margin: 0;
    color: var(--dm-ink);
    font-size: 27px;
    font-weight: 650;
    line-height: 1.25;
    text-align: left !important;
}

.dominator-shell .content-header h1 small {
    display: block;
    margin-top: 5px;
    color: var(--dm-muted);
    font-size: 13px;
    font-weight: 400;
}

.dominator-shell .content {
    padding: 0;
}

.dominator-shell .small-box {
    min-height: 132px;
    color: var(--dm-text) !important;
    background: var(--dm-surface) !important;
    border: 1px solid var(--dm-line);
    border-left: 5px solid var(--dm-cyan);
    border-radius: 6px;
    box-shadow: 0 5px 18px rgba(25, 42, 53, 0.07);
    overflow: hidden;
}

.dominator-shell .small-box.bg-green { border-left-color: var(--dm-green); }
.dominator-shell .small-box.bg-yellow { border-left-color: var(--dm-amber); }
.dominator-shell .small-box.bg-red { border-left-color: var(--dm-red); }

.dominator-shell .small-box > .inner {
    padding: 18px 18px 12px;
}

.dominator-shell .small-box h3 {
    margin: 0 0 6px;
    color: var(--dm-ink);
    font-size: 30px;
    font-weight: 700;
}

.dominator-shell .small-box p {
    color: #5e707b;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.dominator-shell .small-box .icon {
    top: 16px;
    right: 17px;
    color: #dfe8ec;
    font-size: 61px;
}

.dominator-shell .small-box .small-box-footer {
    padding: 8px 16px;
    color: #49606e;
    text-align: left;
    background: #f7f9fa;
    border-top: 1px solid #e5ebee;
}

.dominator-shell .small-box .small-box-footer:hover {
    color: var(--dm-teal);
    background: #f0f6f6;
}

.dominator-shell .info-box {
    min-height: 96px;
    background: var(--dm-surface);
    border: 1px solid var(--dm-line);
    border-radius: 6px;
    box-shadow: 0 3px 13px rgba(25, 42, 53, 0.06);
}

.dominator-shell .info-box-icon {
    width: 82px;
    height: 94px;
    color: var(--dm-cyan) !important;
    font-size: 35px;
    line-height: 94px;
    background: #eaf5f9 !important;
    border-radius: 5px 0 0 5px;
}

.dominator-shell .info-box-icon.bg-green { color: var(--dm-green) !important; background: #eaf6f0 !important; }
.dominator-shell .info-box-icon.bg-yellow { color: var(--dm-amber) !important; background: #fbf3e3 !important; }
.dominator-shell .info-box-icon.bg-red { color: var(--dm-red) !important; background: #faeceb !important; }

.dominator-shell .info-box-content {
    margin-left: 82px;
    padding: 17px 14px;
}

.dominator-shell .info-box-text {
    color: var(--dm-muted);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.dominator-shell .info-box-number {
    margin-top: 4px;
    color: var(--dm-ink);
    font-size: 20px;
}

.dominator-shell .box,
.dominator-shell .modal-content,
.dominator-shell .nav-tabs-custom {
    background: var(--dm-surface);
    border: 1px solid var(--dm-line);
    border-top: 1px solid var(--dm-line);
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(25, 42, 53, 0.06);
}

.dominator-shell .box-header {
    padding: 14px 16px;
    border-bottom: 1px solid #e5ebee;
}

.dominator-shell .box-title {
    color: var(--dm-ink);
    font-size: 16px;
    font-weight: 650;
}

.dominator-shell .box-body {
    padding: 16px;
}

.dominator-shell .widget-user-2 .widget-user-header {
    color: #ffffff;
    background: var(--dm-sidebar-hover) !important;
    border-radius: 5px 5px 0 0;
}

.dominator-shell .widget-user-username {
    font-size: 17px;
    font-weight: 650;
}

.dominator-shell .table > thead > tr > th {
    padding: 11px 10px;
    color: #536773;
    font-size: 12px;
    font-weight: 700;
    background: #f6f8f9;
    border-bottom: 1px solid var(--dm-line);
    text-transform: uppercase;
}

.dominator-shell .table > tbody > tr > td {
    padding: 11px 10px;
    color: #2f404b;
    vertical-align: middle;
    border-top-color: #e9eef1;
}

.dominator-shell .table-striped > tbody > tr:nth-of-type(odd) {
    background: #fafbfc;
}

.dominator-shell .form-control,
.dominator-shell .select2-container--bootstrap .select2-selection,
body.login-page .form-control {
    min-height: 40px;
    color: var(--dm-text);
    background: #ffffff;
    border: 1px solid #cbd6dc;
    border-radius: 5px;
    box-shadow: none;
}

.dominator-shell .form-control:focus,
body.login-page .form-control:focus {
    border-color: var(--dm-teal);
    box-shadow: 0 0 0 3px rgba(15, 159, 144, 0.12);
}

.dominator-shell label {
    color: #425560;
    font-weight: 600;
}

.dominator-shell .btn,
body.login-page .btn {
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: none;
}

.dominator-shell .btn-primary,
.dominator-shell .btn-success,
body.login-page .btn-primary,
body.login-page .btn-success {
    color: #ffffff;
    background: var(--dm-teal);
    border-color: var(--dm-teal);
}

.dominator-shell .btn-primary:hover,
.dominator-shell .btn-success:hover,
body.login-page .btn-primary:hover,
body.login-page .btn-success:hover {
    background: #0b887c;
    border-color: #0b887c;
}

.dominator-shell .btn-default {
    color: #344852;
    background: #ffffff;
    border-color: #cbd6dc;
}

.dominator-shell .badge,
.dominator-shell .label {
    border-radius: 4px;
    font-weight: 600;
}

.dominator-shell .pagination > .active > a,
.dominator-shell .pagination > .active > span {
    background: var(--dm-teal);
    border-color: var(--dm-teal);
}

.dominator-shell .nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: var(--dm-teal);
}

.dominator-shell .alert {
    border: 0;
    border-left: 4px solid currentColor;
    border-radius: 5px;
}

body.login-page {
    background: #e9eef1 !important;
}

body.login-page::before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38%;
    content: "";
    background: var(--dm-sidebar);
}

body.login-page .login-box {
    width: 410px;
    margin: 8% auto;
}

body.login-page .login-box-body {
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--dm-line);
    border-top: 5px solid var(--dm-teal);
    border-radius: 7px;
    box-shadow: 0 18px 55px rgba(16, 24, 32, 0.16);
}

body.login-page .login-logo {
    margin: -30px -30px 24px;
    padding: 20px 24px;
    background: var(--dm-ink);
    border-radius: 2px 2px 0 0;
}

body.login-page .login-logo .nav-logo {
    width: 210px;
    height: 48px;
    margin: 0 auto;
}

body.login-page .login-box-msg {
    padding: 0 0 22px;
    color: #5d707b;
    font-size: 14px;
}

/* Dominator 2026 operations dashboard */
.dm-dashboard { max-width: 1540px; margin: 0 auto; color: #17242d; }
.dm-dashboard-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; }
.dm-product-label,
.dm-section-heading > div > span,
.dm-panel-header > div > span { display: block; margin-bottom: 5px; color: #087f76; font-size: 11px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.dm-dashboard-header h1 { margin: 0; color: #14212a; font-size: 29px; font-weight: 700; line-height: 1.2; }
.dm-dashboard-header p { margin: 7px 0 0; color: #60727d; font-size: 13px; }
.dm-live-state { display: flex; align-items: center; gap: 8px; padding: 8px 12px; color: #236b4b; background: #edf8f2; border: 1px solid #cde9da; border-radius: 5px; font-size: 12px; font-weight: 700; }
.dm-live-dot { width: 8px; height: 8px; background: #21a66b; border-radius: 50%; }

.dm-kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.dm-kpi { position: relative; display: flex; min-height: 128px; align-items: center; gap: 15px; padding: 20px; overflow: hidden; color: #17242d !important; background: #fff; border: 1px solid #dce5e9; border-radius: 7px; box-shadow: 0 3px 12px rgba(23, 36, 45, .05); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.dm-kpi:hover,
.dm-kpi:focus { color: #17242d !important; border-color: #aabcc4; box-shadow: 0 8px 22px rgba(23, 36, 45, .1); outline: 0; transform: translateY(-2px); }
.dm-kpi-icon { display: flex; width: 48px; min-width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 6px; font-size: 20px; }
.dm-kpi-blue .dm-kpi-icon { color: #2563b8; background: #eaf2fc; }
.dm-kpi-teal .dm-kpi-icon { color: #087f76; background: #e7f6f3; }
.dm-kpi-green .dm-kpi-icon { color: #237849; background: #eaf6ef; }
.dm-kpi-red .dm-kpi-icon { color: #b74743; background: #fbeceb; }
.dm-kpi-copy { display: flex; min-width: 0; flex-direction: column; }
.dm-kpi-label { color: #60727d; font-size: 12px; font-weight: 700; }
.dm-kpi-copy strong { margin: 3px 0 1px; color: #14212a; font-size: 28px; line-height: 1; }
.dm-kpi-copy small { color: #87969e; font-size: 11px; }
.dm-kpi-arrow { position: absolute; right: 17px; color: #aab8bf; font-size: 16px; }

.dm-section { margin-top: 26px; }
.dm-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 11px; }
.dm-section-heading h2,
.dm-panel-header h2 { margin: 0; color: #17242d; font-size: 18px; font-weight: 700; line-height: 1.25; }
.dm-section-note { color: #76868e; font-size: 11px; }
.dm-health-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #fff; border: 1px solid #dce5e9; border-radius: 7px; box-shadow: 0 3px 12px rgba(23, 36, 45, .04); }
.dm-health-item { display: flex; min-height: 104px; align-items: center; gap: 13px; padding: 18px; border-right: 1px solid #e5ecef; }
.dm-health-item:last-child { border-right: 0; }
.dm-health-icon { display: flex; width: 42px; min-width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 6px; font-size: 17px; }
.dm-health-icon.dm-blue { color: #2563b8; background: #eaf2fc; }
.dm-health-icon.dm-violet { color: #7251a5; background: #f1ecf8; }
.dm-health-icon.dm-amber { color: #9b671b; background: #fbf2df; }
.dm-health-icon.dm-green { color: #237849; background: #eaf6ef; }
.dm-health-item > div { min-width: 0; }
.dm-health-item > div > span { display: block; color: #657681; font-size: 11px; font-weight: 700; }
.dm-health-item strong { display: block; margin-top: 3px; color: #17242d; font-size: 21px; line-height: 1.1; }
.dm-health-item small { display: block; margin-top: 4px; color: #88969d; font-size: 10px; }
.dm-status-ok { color: #237849 !important; font-size: 16px !important; }
.dm-status-error { color: #b74743 !important; font-size: 16px !important; }

.dm-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 14px; margin-top: 26px; }
.dm-panel { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dce5e9; border-radius: 7px; box-shadow: 0 3px 12px rgba(23, 36, 45, .04); }
.dm-panel-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid #e5ecef; }
.dm-panel-header > i { color: #087f76; font-size: 22px; }
.dm-panel-header > small { color: #76868e; font-size: 11px; }
.dm-runtime-list > div { display: grid; min-height: 52px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 0 20px; border-bottom: 1px solid #edf1f3; }
.dm-runtime-list > div:last-child { border-bottom: 0; }
.dm-runtime-list span { color: #536771; font-size: 12px; font-weight: 600; }
.dm-runtime-list span > i { width: 22px; color: #8a9ba3; }
.dm-runtime-list strong { max-width: 330px; overflow: hidden; color: #17242d; font-size: 12px; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.dm-tracking-state { display: flex; align-items: center; gap: 7px; }
.dm-tracking-state .fa-circle { color: #a8b5bb; font-size: 8px; }
.dm-tracking-state .dm-service-online { color: #21a66b; }
.dm-tracking-state .dm-service-offline { color: #c84f4a; }

.dm-offers-head,
.dm-offers-row { display: grid; grid-template-columns: minmax(0, 1fr) 90px; align-items: center; gap: 12px; padding: 0 20px; }
.dm-offers-head { min-height: 38px; color: #819098; background: #f7f9fa; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.dm-offers-head span:last-child,
.dm-offers-row strong { text-align: right; }
.dm-offers-row { min-height: 52px; border-top: 1px solid #edf1f3; }
.dm-offers-row span { overflow: hidden; color: #435862; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.dm-offers-row strong { color: #17242d; font-size: 12px; }
.dm-empty-state { display: flex; min-height: 196px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #8a9aa2; }
.dm-empty-state i { color: #bac5ca; font-size: 27px; }
.dm-empty-state span { font-size: 12px; }
.dm-custom-widgets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.dm-custom-widgets > div:empty { display: none; }
.dominator-shell .dm-quick-actions > li > a { display: flex; align-items: center; gap: 7px; color: #455a64 !important; font-size: 12px; font-weight: 700; }
.dominator-shell .dm-quick-actions > li > a:hover { color: #087f76 !important; background: #eef5f4 !important; }
.dominator-shell .dm-quick-actions i { color: #087f76; }

@media (max-width: 1199px) {
    .dm-kpi-grid,
    .dm-health-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dm-health-item:nth-child(2) { border-right: 0; }
    .dm-health-item:nth-child(-n+2) { border-bottom: 1px solid #e5ecef; }
}

@media (max-width: 991px) {
    .dm-dashboard-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 767px) {
    .dm-dashboard-header { align-items: flex-start; flex-direction: column; gap: 12px; }
    .dm-dashboard-header h1 { font-size: 24px; }
    .dm-kpi-grid,
    .dm-health-grid,
    .dm-custom-widgets { grid-template-columns: minmax(0, 1fr); }
    .dm-health-item { border-right: 0; border-bottom: 1px solid #e5ecef; }
    .dm-health-item:last-child { border-bottom: 0; }
    .dm-runtime-list strong { max-width: 170px; }
}

/* Dominator reporting workspace */
.dm-report-dashboard { max-width: none; }
.dm-report-filters { display: grid; grid-template-columns: 190px minmax(220px, 1fr) minmax(190px, .75fr) 120px; align-items: center; gap: 12px; margin-bottom: 14px; padding: 15px 17px; background: #fff; border: 1px solid #e0e7ea; border-radius: 6px; box-shadow: 0 1px 2px rgba(23, 36, 45, .06); }
.dm-filter-heading span { display: block; color: #087f76; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dm-filter-heading strong { display: block; margin-top: 3px; color: #17242d; font-size: 13px; }
.dm-date-filter,
.dm-current-user { display: flex; min-height: 40px; align-items: center; gap: 9px; padding: 0 12px; color: #455a64; background: #f8fafb; border: 1px solid #dce5e9; border-radius: 4px; font-size: 11px; cursor: pointer; }
.dm-date-filter > span { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dm-date-filter > i:first-child,
.dm-current-user > i { color: #087f76; }
.dm-user-filter .select2-container,
.dm-user-filter .form-control { width: 100% !important; min-height: 40px; }
.dm-filter-button { min-height: 40px !important; color: #fff; background: #087f76; border: 1px solid #087f76; }
.dm-filter-button:hover { color: #fff; background: #066a63; }

.dm-report-kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 12px; }
.dm-report-kpi { display: flex; min-height: 96px; align-items: center; gap: 13px; padding: 16px; background: #fff; border: 1px solid #e0e7ea; border-radius: 6px; box-shadow: 0 1px 2px rgba(23, 36, 45, .05); }
.dm-report-kpi > span { display: flex; width: 44px; min-width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 5px; font-size: 17px; }
.dm-report-kpi small { display: block; margin-bottom: 3px; color: #687984; font-size: 10px; font-weight: 700; }
.dm-report-kpi strong { display: block; color: #17242d; font-size: 23px; line-height: 1; }
.dm-report-kpi strong b { font-weight: 700; }
.dm-report-blue > span { color: #2563b8; background: #eaf2fc; }
.dm-report-teal > span { color: #087f76; background: #e7f6f3; }
.dm-report-amber > span { color: #9b671b; background: #fbf2df; }
.dm-report-violet > span { color: #7251a5; background: #f1ecf8; }

.dm-delivery-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; overflow: hidden; background: #17252e; border-radius: 6px; }
.dm-delivery-strip article { position: relative; min-height: 90px; padding: 17px 18px; border-right: 1px solid #31434d; }
.dm-delivery-strip article:last-child { border-right: 0; }
.dm-delivery-strip span { display: block; color: #91a5af; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dm-delivery-strip strong { display: block; margin-top: 5px; color: #fff; font-size: 25px; line-height: 1; }
.dm-delivery-strip i { position: absolute; top: 28px; right: 18px; color: #3c5965; font-size: 25px; }
.dm-delivery-strip article:nth-child(2) i { color: #279c70; }
.dm-delivery-strip article:nth-child(3) i { color: #b9852a; }
.dm-delivery-strip article:nth-child(4) i { color: #bd5551; }

.dm-report-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 12px; margin-bottom: 12px; }
.dm-chart-body { position: relative; min-height: 320px; padding: 18px; }
.dm-chart-body canvas { width: 100% !important; height: 285px !important; }
.dm-targets { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 9px; }
.dm-target { padding: 14px 15px; background: #fff; border: 1px solid #e0e7ea; border-left: 4px solid #397cca; border-radius: 5px; }
.dm-target > span { display: block; color: #6c7d85; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dm-target > strong { display: block; margin: 4px 0 9px; color: #17242d; font-size: 18px; }
.dm-target > strong b { font-weight: 700; }
.dm-target > div { height: 4px; overflow: hidden; background: #e9eef0; border-radius: 2px; }
.dm-target > div > i { display: block; width: 0; height: 100%; background: #397cca; }
.dm-target > small { display: block; min-height: 12px; margin-top: 7px; color: #829198; font-size: 9px; }
.dm-target-red { border-left-color: #bd5551; }
.dm-target-red > div > i { background: #bd5551; }
.dm-target-green { border-left-color: #279c70; }
.dm-target-green > div > i { background: #279c70; }

.dm-data-panel { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid #e0e7ea; border-radius: 6px; box-shadow: 0 1px 2px rgba(23, 36, 45, .05); }
.dm-data-panel > header { display: flex; min-height: 67px; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid #e5ecef; }
.dm-data-panel > header span { display: block; margin-bottom: 3px; color: #087f76; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dm-data-panel > header h2 { margin: 0; color: #17242d; font-size: 16px; font-weight: 700; }
.dm-data-panel > header > i { color: #81939c; font-size: 17px; }
.dm-table-scroll { width: 100%; overflow-x: auto; padding: 0; }
.dm-data-panel table { margin-bottom: 0; }

@media (max-width: 1199px) {
    .dm-report-filters { grid-template-columns: 160px minmax(180px, 1fr) minmax(170px, .7fr) 110px; }
    .dm-report-layout { grid-template-columns: minmax(0, 1fr) 235px; }
}

@media (max-width: 991px) {
    .dm-report-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dm-report-kpi-grid,
    .dm-delivery-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dm-delivery-strip article:nth-child(2) { border-right: 0; }
    .dm-delivery-strip article:nth-child(-n+2) { border-bottom: 1px solid #31434d; }
    .dm-report-layout { grid-template-columns: minmax(0, 1fr); }
    .dm-targets { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; }
}

@media (max-width: 767px) {
    .dm-report-filters,
    .dm-report-kpi-grid,
    .dm-delivery-strip,
    .dm-targets { grid-template-columns: minmax(0, 1fr); }
    .dm-delivery-strip article { border-right: 0; border-bottom: 1px solid #31434d; }
    .dm-delivery-strip article:last-child { border-bottom: 0; }
    .dm-chart-body { min-height: 260px; padding: 10px; }
    .dm-chart-body canvas { height: 235px !important; }
}

/* 2026 product shell: structural replacement for the legacy AdminLTE frame. */
@media (min-width: 768px) {
    .dominator-shell .main-header .logo,
    .dominator-shell .main-sidebar { width: 252px; }
    .dominator-shell .main-header .navbar,
    .dominator-shell .content-wrapper { margin-left: 252px; }
    .dominator-shell.sidebar-collapse .main-header .logo,
    .dominator-shell.sidebar-collapse .main-sidebar { width: 58px !important; }
    .dominator-shell.sidebar-collapse .main-header .navbar,
    .dominator-shell.sidebar-collapse .content-wrapper { margin-left: 58px !important; }
}

.dominator-shell .main-header { max-height: 72px; box-shadow: 0 1px 0 #dfe6e9; }
.dominator-shell.skin-green-light .main-header .logo { height: 72px; padding: 0 19px; line-height: 72px; background: #111a21 !important; border-right: 1px solid #26333c; }
.dominator-shell.skin-green-light .main-header .navbar { min-height: 72px; background: #fff !important; }
.dominator-shell .nav-logo { width: 184px; height: 42px; margin: 15px auto; }
.dominator-shell .nav-logo-mini { width: 38px; height: 38px; margin: 17px auto; }
.dominator-shell .main-header .sidebar-toggle,
.dominator-shell .main-header .navbar-custom-menu .navbar-nav > li > a { min-height: 72px; padding-top: 26px; padding-bottom: 24px; }
.dominator-shell .main-header .sidebar-toggle { width: 58px; padding-right: 0; padding-left: 0; color: #596b74 !important; text-align: center; }
.dominator-shell .main-header .sidebar-toggle::before { content: "\f0c9"; font-family: FontAwesome; }
.dm-top-context { float: left; height: 72px; padding: 15px 18px 0; border-left: 1px solid #edf1f3; }
.dm-top-context span { display: block; margin-bottom: 2px; color: #8a989f; font-size: 9px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.dm-top-context strong { display: block; max-width: 250px; overflow: hidden; color: #17242d; font-size: 15px; font-weight: 700; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }

.dominator-shell .main-sidebar { padding-top: 72px; background: #111a21 !important; box-shadow: none; }
.dominator-shell .sidebar { padding: 0 0 24px; }
.dm-account-panel { display: grid; min-height: 79px; grid-template-columns: 38px minmax(0, 1fr) 14px; align-items: center; gap: 11px; margin: 0; padding: 17px 17px; color: #fff !important; border-bottom: 1px solid #26323b; }
.dm-account-panel:hover { color: #fff !important; background: #17242a; }
.dm-account-panel > img { width: 38px; height: 38px; object-fit: cover; border: 2px solid #40515c; border-radius: 5px; }
.dm-account-copy { min-width: 0; }
.dm-account-copy strong,
.dm-account-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dm-account-copy strong { color: #f4f7f8; font-size: 12px; font-weight: 700; }
.dm-account-copy small { margin-top: 3px; color: #8fa1ab; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.dm-account-panel > i { color: #647985; font-size: 14px; }

.dominator-shell #user_conversion_widget.dm-sidebar-summary { margin: 14px 13px 17px; overflow: hidden; color: #fff; background: #17232b !important; border: 1px solid #293943; border-radius: 6px; }
.dm-revenue-summary { position: relative; display: block; min-height: 70px; padding: 13px 36px 12px 14px; color: #fff !important; border-bottom: 1px solid #293943; }
.dm-revenue-summary:hover { color: #fff !important; background: #1b2a33; }
.dm-revenue-summary span { display: block; color: #8fa2ac; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dm-revenue-summary strong { display: block; margin-top: 4px; color: #fff; font-size: 20px; font-weight: 700; line-height: 1; }
.dm-revenue-summary > i { position: absolute; top: 28px; right: 14px; color: #2ac2ae; }
.dm-ip-summary { display: flex; min-height: 36px; align-items: center; gap: 8px; padding: 8px 13px; color: #a7b7bf; font-size: 10px; }
.dm-ip-summary > i { color: #2ac2ae; }
.dm-ip-summary div,
.dm-ip-summary span,
.dm-ip-summary button { color: #a7b7bf !important; font-size: 10px !important; }
.dm-nav-caption { padding: 0 19px 7px; color: #607580; font-size: 9px; font-weight: 800; text-transform: uppercase; }

.dominator-shell .sidebar-menu { padding: 0 9px 18px; }
.dominator-shell .sidebar-menu > li { margin: 1px 0; }
.dominator-shell.skin-green-light .sidebar-menu > li > a { min-height: 42px; padding: 11px 12px; color: #b9c6cc !important; border-radius: 4px; font-size: 12px; font-weight: 600; }
.dominator-shell .sidebar-menu > li > a > i { width: 24px; color: #738792 !important; font-size: 13px; }
.dominator-shell.skin-green-light .sidebar-menu > li:hover > a,
.dominator-shell.skin-green-light .sidebar-menu > li.active > a,
.dominator-shell.skin-green-light .sidebar-menu > li.menu-open > a { color: #fff !important; background: #1f2d36 !important; }
.dominator-shell .sidebar-menu > li.active > a::before { top: 8px; bottom: 8px; width: 2px; background: #2ac2ae; }
.dominator-shell.skin-green-light .sidebar-menu > li > .treeview-menu { margin: 0 0 5px; padding: 5px 0 6px 24px; background: #0d151a !important; border-radius: 0 0 4px 4px; }
.dominator-shell .sidebar-menu .treeview-menu > li > a { min-height: 34px; padding: 8px 8px; color: #879aa4 !important; font-size: 11px; }
.dominator-shell .sidebar-menu .treeview-menu > li > a > i { display: none; }
.dominator-shell .sidebar-menu .treeview-menu > li.active > a { color: #32c5b2 !important; }

.dominator-shell .content-wrapper { min-height: calc(100vh - 72px); padding: 26px 28px 34px; background: #f3f6f7; }
.dm-dashboard-header { min-height: 126px; align-items: center; margin: -26px -28px 22px; padding: 24px 28px; color: #fff; background: #17252e; border-bottom: 4px solid #19a995; }
.dm-dashboard-header .dm-product-label { color: #45d3bf; }
.dm-dashboard-header h1 { color: #fff; font-size: 28px; }
.dm-dashboard-header p { color: #9fb0b9; }
.dm-dashboard-actions { display: flex; align-items: center; gap: 9px; }
.dm-dashboard-actions a { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 0 13px; border-radius: 5px; font-size: 11px; font-weight: 700; }
.dm-action-primary { color: #10201f !important; background: #31c7b3; border: 1px solid #31c7b3; }
.dm-action-primary:hover { color: #10201f !important; background: #5bd6c6; }
.dm-action-secondary { color: #e4ecef !important; background: #243640; border: 1px solid #3a4d58; }
.dm-action-secondary:hover { color: #fff !important; background: #304650; }
.dm-live-state { color: #9fdccf; background: transparent; border-color: #3d5a5a; }

.dm-kpi { min-height: 118px; border: 0; border-top: 3px solid transparent; box-shadow: 0 1px 2px rgba(23, 36, 45, .08), 0 8px 24px rgba(23, 36, 45, .04); }
.dm-kpi-blue { border-top-color: #397cca; }
.dm-kpi-teal { border-top-color: #149f91; }
.dm-kpi-green { border-top-color: #25865a; }
.dm-kpi-red { border-top-color: #bf5350; }
.dm-health-grid,
.dm-panel { border-color: #e1e7ea; box-shadow: 0 1px 2px rgba(23, 36, 45, .06); }

.dominator-shell .box,
.dominator-shell .nav-tabs-custom,
.dominator-shell .modal-content { border: 1px solid #e0e7ea; border-radius: 6px; box-shadow: 0 1px 2px rgba(23, 36, 45, .06); }
.dominator-shell .box-header { min-height: 57px; padding: 17px 19px; background: #fff; border-bottom: 1px solid #e7edef; }
.dominator-shell .box-header .box-title { color: #17242d; font-size: 15px; font-weight: 700; }
.dominator-shell .box-body { padding: 19px; }
.dominator-shell table.dataTable thead th,
.dominator-shell .table > thead > tr > th { height: 42px; padding: 10px 12px; color: #65767f; background: #f5f8f9; border-bottom: 1px solid #dfe7ea; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.dominator-shell .table > tbody > tr > td { padding: 12px; color: #334851; border-top-color: #edf1f3; font-size: 12px; vertical-align: middle; }
.dominator-shell .table > tbody > tr:hover { background: #f7fafb; }
.dominator-shell .btn { min-height: 36px; border-radius: 4px; font-size: 12px; font-weight: 700; }
.dominator-shell .btn-primary,
.dominator-shell .btn-success { color: #fff; background: #087f76; border-color: #087f76; }
.dominator-shell .btn-primary:hover,
.dominator-shell .btn-success:hover { background: #066a63; border-color: #066a63; }

@media (max-width: 991px) {
    .dm-dashboard-actions .dm-live-state { display: none; }
}

@media (max-width: 767px) {
    .dominator-shell .main-header { max-height: 144px; }
    .dominator-shell.skin-green-light .main-header .logo,
    .dominator-shell.skin-green-light .main-header .navbar { min-height: 72px; }
    .dominator-shell .main-header .logo { width: 100% !important; }
    .dominator-shell .main-header .navbar,
    .dominator-shell .content-wrapper { width: auto !important; margin-left: 0 !important; }
    .dominator-shell .main-sidebar { width: 252px !important; padding-top: 144px; transform: translate(-252px, 0); }
    .dominator-shell.sidebar-open .main-sidebar { transform: translate(0, 0); }
    .dominator-shell .content-wrapper { padding: 18px 14px 28px; }
    .dm-dashboard { width: calc(100vw - 24px) !important; max-width: none; margin: 0 !important; }
    .dm-dashboard-header { width: 100vw !important; min-height: 0; align-items: flex-start; margin: -18px 0 18px -12px !important; padding: 20px 14px; }
    .dm-dashboard-header > div:first-child { width: 100%; }
    .dm-dashboard-header h1 { max-width: 100%; font-size: 23px; }
    .dm-dashboard-actions { width: 100%; flex-wrap: wrap; }
    .dm-dashboard-actions a { width: 0; min-width: 0; flex: 1 1 0; justify-content: center; padding-right: 6px; padding-left: 6px; white-space: nowrap; }
}

@media (max-width: 991px) {
    .dominator-shell .content-wrapper {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .dominator-shell.skin-green-light .main-header .logo,
    .dominator-shell.skin-green-light .main-header .navbar {
        min-height: 60px;
    }

    .dominator-shell .main-sidebar {
        padding-top: 120px;
    }

    .dominator-shell .content-wrapper {
        padding: 12px;
    }

    .dominator-shell .content-header h1,
    .dominator-shell .content-header h1[style] {
        font-size: 23px;
    }

    body.login-page::before {
        display: none;
    }

    body.login-page .login-box {
        width: calc(100% - 28px);
        margin: 24px auto;
    }
}

/* Keep the dragon surfaces after legacy AdminLTE compatibility rules. */
.dominator-shell .wrapper,
.dominator-shell .content-wrapper {
    background-color: var(--dm-canvas);
    background-image:
        repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 1px, transparent 1px, transparent 7px),
        repeating-linear-gradient(18deg, rgba(11, 53, 48, 0.025) 0, rgba(11, 53, 48, 0.025) 1px, transparent 1px, transparent 5px);
}

body.login-page.dominator-dragon-login {
    background-color: #e8ece9 !important;
    background-image:
        repeating-linear-gradient(115deg, rgba(255,255,255,.26) 0, rgba(255,255,255,.26) 1px, transparent 1px, transparent 8px),
        repeating-linear-gradient(22deg, rgba(15,55,50,.035) 0, rgba(15,55,50,.035) 1px, transparent 1px, transparent 6px) !important;
}

body.login-page.dominator-dragon-login::before {
    display: none !important;
}

.dominator-shell .dm-dashboard-header h1,
.dominator-shell .dm-dashboard-header h1[style] {
    color: #ffffff !important;
}

.dominator-shell .dm-dashboard-header p {
    color: #b9c9c5 !important;
}

.dominator-shell .dm-dashboard-header .dm-product-label {
    color: #57d9c6 !important;
}

.dominator-shell .main-header .dm-nav-wordmark {
    display: block;
    width: 205px;
    height: 52px;
    margin: 10px auto;
    object-fit: contain;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, .3));
}
