body {
    background: linear-gradient(180deg, #f4f6f9 0%, #e9eef7 100%);
    min-height: 100vh;
}

main.container {
    max-width: 1440px;
}

.app-navbar {
    background: rgba(28, 33, 40, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.app-navbar__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.app-navbar__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
    text-decoration: none;
}

.app-navbar__brand:hover {
    color: #fff;
}

.app-navbar__brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg, #0f5fff 0%, #68b6ff 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(15, 95, 255, 0.28);
}

.app-navbar__brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.app-navbar__brand-text strong {
    font-size: 1.1rem;
    font-weight: 700;
}

.app-navbar__brand-text small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
}

.app-navbar__actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.app-navbar__links {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.app-nav-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.app-nav-pill:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transform: translateY(-1px);
}

.app-nav-pill.is-active {
    background: linear-gradient(135deg, #0f5fff 0%, #54a8ff 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(15, 95, 255, 0.22);
}

.app-navbar__user {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.05;
}

.app-navbar__user-name {
    color: #fff;
    font-weight: 600;
}

.app-navbar__user-role {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.app-navbar__logout {
    min-height: 38px;
    padding-inline: 1rem;
    font-weight: 700;
}

.theme-dark body,
body.theme-dark {
    background: linear-gradient(180deg, #0e141d 0%, #172232 100%);
    color: #e8edf5;
}

body.theme-dark,
body.theme-dark p,
body.theme-dark div,
body.theme-dark span,
body.theme-dark li,
body.theme-dark td,
body.theme-dark th,
body.theme-dark label,
body.theme-dark strong,
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark h6 {
    color: #f4f7fb;
}

.card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(13, 26, 45, 0.08);
}

.page-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    padding: 1.6rem 1.75rem;
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at top right, rgba(15, 95, 255, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 250, 255, 0.96) 100%);
    border: 1px solid rgba(15, 95, 255, 0.08);
    box-shadow: 0 14px 40px rgba(22, 38, 65, 0.08);
}

.page-header__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 95, 255, 0.08);
    color: #0f5fff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-header__title {
    margin: 0;
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111b2c;
}

.page-header__subtitle {
    margin: 0.45rem 0 0;
    max-width: 70ch;
    color: #5c6b80;
    font-size: 1rem;
}

.page-header__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.page-header__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.page-header__meta-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.05);
    color: #334155;
    font-size: 0.88rem;
    font-weight: 600;
}

.metric-card {
    position: relative;
    overflow: hidden;
    padding: 1.2rem 1.25rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.98) 100%);
    border: 1px solid rgba(15, 95, 255, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.metric-card::after {
    content: '';
    position: absolute;
    inset: auto -24px -24px auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 95, 255, 0.14), transparent 68%);
}

.metric-card__label {
    position: relative;
    z-index: 1;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.metric-card__value {
    position: relative;
    z-index: 1;
    margin-top: 0.4rem;
    color: #101827;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.metric-card__meta {
    position: relative;
    z-index: 1;
    margin-top: 0.55rem;
    color: #7a889c;
    font-size: 0.88rem;
}

.surface-card {
    padding: 1.25rem 1.35rem;
    border-radius: 1.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 251, 255, 0.98) 100%);
    border: 1px solid rgba(15, 95, 255, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-header__title {
    margin: 0;
    color: #132033;
    font-size: 1.1rem;
    font-weight: 800;
}

.section-header__subtitle {
    margin: 0.35rem 0 0;
    color: #6b7a8e;
    font-size: 0.92rem;
}

.section-header__meta {
    color: #7a889c;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
}

.toolbar-card {
    padding: 1.1rem 1.15rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 251, 255, 0.98) 100%);
    border: 1px solid rgba(15, 95, 255, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.toolbar-card__title {
    margin: 0 0 0.8rem;
    color: #162337;
    font-size: 1rem;
    font-weight: 800;
}

.toolbar-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.85rem;
}

.toolbar-grid__span-12 { grid-column: span 12; }
.toolbar-grid__span-8 { grid-column: span 8; }
.toolbar-grid__span-4 { grid-column: span 4; }
.toolbar-grid__span-3 { grid-column: span 3; }
.toolbar-grid__span-2 { grid-column: span 2; }

.data-table-card {
    padding: 1rem 1.1rem;
    border-radius: 1.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 255, 0.98) 100%);
    border: 1px solid rgba(15, 95, 255, 0.08);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.data-table-card .table-responsive {
    border-radius: 1rem;
}

.data-table-card .table {
    margin-bottom: 0;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(15, 95, 255, 0.02);
    --bs-table-hover-bg: rgba(15, 95, 255, 0.045);
}

.data-table-card .table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom-width: 1px;
    background: rgba(246, 249, 255, 0.95);
    backdrop-filter: blur(10px);
    color: #6a7a8f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.data-table-card .table tbody tr {
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.data-table-card .table tbody tr:nth-child(even) {
    background: rgba(15, 95, 255, 0.018);
}

.data-table-card .table tbody td {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    vertical-align: middle;
}

.data-table-card .table tbody tr:hover {
    background: rgba(15, 95, 255, 0.035);
}

.data-table-card .table a {
    font-weight: 700;
    text-decoration: none;
}

.data-table-card .table a:hover {
    text-decoration: underline;
}

.data-table-card .pagination {
    gap: 0.35rem;
    flex-wrap: wrap;
}

.data-table-card .pagination .page-link {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    border: 1px solid rgba(15, 95, 255, 0.1);
    background: rgba(255, 255, 255, 0.92);
    color: #334155;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.data-table-card .pagination .page-link:hover {
    background: rgba(15, 95, 255, 0.08);
    color: #0f5fff;
}

.data-table-card .pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #0f5fff 0%, #54a8ff 100%);
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(15, 95, 255, 0.22);
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 30px;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.9rem;
}

.info-grid__item {
    grid-column: span 4;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 95, 255, 0.04);
    border: 1px solid rgba(15, 95, 255, 0.08);
}

.info-grid__item--wide {
    grid-column: span 6;
}

.info-grid__label {
    color: #728197;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-grid__value {
    margin-top: 0.45rem;
    color: #132033;
    font-size: 1rem;
    font-weight: 700;
    word-break: break-word;
}

.stack-list {
    display: grid;
    gap: 0.75rem;
}

.stack-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(15, 95, 255, 0.04);
    border: 1px solid rgba(15, 95, 255, 0.08);
}

.stack-list__label {
    color: #728197;
    font-size: 0.84rem;
    font-weight: 700;
}

.stack-list__value {
    color: #132033;
    font-weight: 800;
}

body.theme-dark .card {
    background: rgba(19, 29, 44, 0.96);
    color: #e8edf5;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

body.theme-dark .page-header {
    background:
        radial-gradient(circle at top right, rgba(125, 184, 255, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(19, 29, 44, 0.97) 0%, rgba(16, 24, 37, 0.97) 100%);
    border-color: rgba(125, 184, 255, 0.08);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

body.theme-dark .page-header__eyebrow {
    background: rgba(125, 184, 255, 0.12);
    color: #95cbff;
}

body.theme-dark .page-header__title,
body.theme-dark .section-header__title,
body.theme-dark .info-grid__value,
body.theme-dark .stack-list__value,
body.theme-dark .metric-card__value {
    color: #f4f7fb;
}

body.theme-dark .page-header__subtitle,
body.theme-dark .section-header__subtitle,
body.theme-dark .page-header__meta-pill,
body.theme-dark .info-grid__label,
body.theme-dark .stack-list__label,
body.theme-dark .metric-card__label,
body.theme-dark .metric-card__meta,
body.theme-dark .section-header__meta {
    color: #aeb9c9;
}

body.theme-dark .page-header__meta-pill,
body.theme-dark .info-grid__item,
body.theme-dark .stack-list__item {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(125, 184, 255, 0.08);
}

body.theme-dark .surface-card,
body.theme-dark .toolbar-card,
body.theme-dark .data-table-card,
body.theme-dark .metric-card {
    background: linear-gradient(180deg, rgba(19, 29, 44, 0.96) 0%, rgba(16, 24, 37, 0.98) 100%);
    border-color: rgba(125, 184, 255, 0.08);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

body.theme-dark .metric-card::after {
    background: radial-gradient(circle, rgba(125, 184, 255, 0.14), transparent 68%);
}

body.theme-dark .text-muted,
body.theme-dark .form-text {
    color: #aeb9c9 !important;
}

body.theme-dark .table {
    color: #f4f7fb;
}

body.theme-dark .table > :not(caption) > * > * {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.08);
}

body.theme-dark .table thead th {
    color: #ffffff;
}

body.theme-dark .data-table-card .table thead th {
    background: rgba(18, 26, 39, 0.94);
    color: #b8c8db;
}

body.theme-dark .data-table-card .table tbody tr:nth-child(even) {
    background: rgba(125, 184, 255, 0.03);
}

body.theme-dark .data-table-card .table tbody tr:hover {
    background: rgba(125, 184, 255, 0.06);
}

body.theme-dark .data-table-card .pagination .page-link {
    background: rgba(15, 23, 36, 0.92);
    border-color: rgba(125, 184, 255, 0.1);
    color: #dbe6f4;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

body.theme-dark .data-table-card .pagination .page-link:hover {
    background: rgba(125, 184, 255, 0.08);
    color: #95cbff;
}

body.theme-dark .list-group-item {
    background: transparent;
    color: #e8edf5;
    border-color: rgba(255, 255, 255, 0.08);
}

body.theme-dark .form-control,
body.theme-dark .form-select {
    background-color: #0f1724;
    border-color: rgba(255, 255, 255, 0.14);
    color: #e8edf5;
}

body.theme-dark .form-control:focus,
body.theme-dark .form-select:focus {
    background-color: #101a28;
    color: #e8edf5;
    border-color: #4ea1ff;
    box-shadow: 0 0 0 0.25rem rgba(78, 161, 255, 0.2);
}

body.theme-dark .pagination .page-link {
    background-color: #101a28;
    border-color: rgba(255, 255, 255, 0.08);
    color: #dbe6f4;
}

body.theme-dark .pagination .page-item.active .page-link {
    background-color: #0f5fff;
    border-color: #0f5fff;
}

body.theme-dark a:not(.btn) {
    color: #7db8ff;
}

body.theme-dark .navbar span,
body.theme-dark .navbar-brand,
body.theme-dark .card .text-muted {
    color: #d8e2ef !important;
}

body.theme-dark .app-navbar {
    background: rgba(13, 18, 26, 0.94);
    border-bottom-color: rgba(125, 184, 255, 0.08);
}

body.theme-dark .app-navbar__links {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(125, 184, 255, 0.08);
}

body.theme-dark .leaflet-container,
body.theme-dark .leaflet-control,
body.theme-dark .leaflet-control a,
body.theme-dark .leaflet-popup-content-wrapper,
body.theme-dark .leaflet-popup-tip {
    color: #e8edf5;
}

body.theme-dark .leaflet-popup-content-wrapper,
body.theme-dark .leaflet-popup-tip {
    background: #182335;
}

body.theme-dark .leaflet-bar a,
body.theme-dark .leaflet-bar a:hover {
    background-color: #182335;
    border-color: rgba(255, 255, 255, 0.12);
    color: #f4f7fb;
}

body.theme-dark .leaflet-control-attribution {
    background: rgba(10, 16, 25, 0.72);
    color: #d8e2ef;
}

body.theme-dark .alert-secondary {
    background-color: #1d2a3b;
    border-color: #2f4562;
    color: #dbe6f4;
}

body.theme-dark .alert {
    border-width: 1px;
    border-style: solid;
    color: #f8fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.theme-dark .alert-success {
    background: rgba(34, 197, 94, 0.18);
    border-color: rgba(74, 222, 128, 0.34);
    color: #dcfce7;
}

body.theme-dark .alert-danger {
    background: rgba(239, 68, 68, 0.18);
    border-color: rgba(248, 113, 113, 0.34);
    color: #fee2e2;
}

body.theme-dark .alert-warning {
    background: rgba(245, 158, 11, 0.18);
    border-color: rgba(251, 191, 36, 0.34);
    color: #fef3c7;
}

body.theme-dark .alert-info {
    background: rgba(59, 130, 246, 0.18);
    border-color: rgba(96, 165, 250, 0.34);
    color: #dbeafe;
}

.badge-live {
    background: #198754;
}

.badge-recent {
    background: #fd7e14;
}

.badge-offline {
    background: #6c757d;
}

.live-map {
    width: 100%;
    min-height: 480px;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(180deg, #d8ecff 0%, #eef6ff 100%);
    border: 1px solid rgba(15, 95, 255, 0.12);
}

.live-map--dashboard {
    min-height: 460px;
}

.dashboard-chart {
    width: 100%;
    min-height: 260px;
    max-height: 260px;
}

.dashboard-chart--pie {
    min-height: 320px;
    max-height: 320px;
}

.dt-container {
    color: inherit;
}

.dt-layout-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.dt-layout-row:last-child {
    margin-bottom: 0;
    margin-top: 1rem;
}

.dt-input,
.dt-length select {
    min-height: 40px;
    border-radius: 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    padding: 0.45rem 0.8rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.dt-search label,
.dt-length label,
.dt-info {
    color: #64748b;
    font-size: 0.9rem;
}

.dt-search {
    margin-left: auto;
}

.dt-input {
    min-width: 240px;
}

.dt-paging .dt-paging-button {
    min-width: 38px;
    min-height: 38px;
    margin: 0 0.2rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.dt-paging .dt-paging-button.current,
.dt-paging .dt-paging-button:hover {
    background: linear-gradient(135deg, #0f5fff 0%, #54a8ff 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.operators-inline-form {
    margin: 0;
}

.operators-inline-switch {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding-top: 0.15rem;
}

.operators-inline-switch .form-check-label {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.operators-inline-meta {
    display: inline-block;
    font-size: 0.82rem;
    color: #64748b;
}

.operators-actions-grid .surface-card {
    height: 100%;
}

.operators-card-form {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 3.5rem);
}

.operators-card-form .btn:last-child,
.operators-card-form .d-flex:last-child {
    margin-top: auto;
}

.operators-side-meta {
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(15, 95, 255, 0.05);
    border: 1px solid rgba(15, 95, 255, 0.08);
}

.operators-side-meta__value {
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #111b2c;
}

.operators-side-meta__label {
    margin-top: 0.2rem;
    font-size: 0.86rem;
    color: #64748b;
}

.operators-card-note {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.55;
}

.operators-empty-state {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(15, 95, 255, 0.04);
    border: 1px dashed rgba(15, 95, 255, 0.16);
    color: #526072;
}

.operators-review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.operators-review-card {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(15, 95, 255, 0.03);
    border: 1px solid rgba(15, 95, 255, 0.08);
}

.operators-review-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.operators-review-card__prefix {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(15, 95, 255, 0.08);
    color: #0f5fff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.operators-review-card__linked {
    font-size: 0.82rem;
    color: #64748b;
    font-weight: 600;
}

.operators-review-card__actions {
    display: flex;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

body.theme-dark .dt-input,
body.theme-dark .dt-length select {
    border-color: rgba(125, 184, 255, 0.16);
    background: rgba(17, 24, 39, 0.82);
    color: #f8fbff;
    box-shadow: none;
}

body.theme-dark .dt-search label,
body.theme-dark .dt-length label,
body.theme-dark .dt-info,
body.theme-dark .operators-inline-meta {
    color: #c4d2e3;
}

body.theme-dark .dt-paging .dt-paging-button {
    border-color: rgba(125, 184, 255, 0.12);
    background: rgba(17, 24, 39, 0.82);
    color: #f8fbff !important;
    box-shadow: none;
}

body.theme-dark .dt-paging .dt-paging-button.current,
body.theme-dark .dt-paging .dt-paging-button:hover {
    background: linear-gradient(135deg, #0f5fff 0%, #54a8ff 100%) !important;
    color: #fff !important;
}

body.theme-dark .operators-side-meta,
body.theme-dark .operators-empty-state,
body.theme-dark .operators-review-card {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(125, 184, 255, 0.08);
}

body.theme-dark .operators-side-meta__value,
body.theme-dark .operators-review-card__prefix {
    color: #f8fbff;
}

body.theme-dark .operators-side-meta__label,
body.theme-dark .operators-empty-state,
body.theme-dark .operators-review-card__linked {
    color: #c4d2e3;
}

body.theme-dark .operators-card-note {
    color: #c4d2e3;
}

body.theme-dark .modal-content {
    background: linear-gradient(180deg, #121c2a 0%, #182335 100%);
    border: 1px solid rgba(125, 184, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

body.theme-dark .modal-header,
body.theme-dark .modal-footer {
    border-color: rgba(125, 184, 255, 0.12);
}

body.theme-dark .modal-title,
body.theme-dark .modal-body,
body.theme-dark .modal-body label,
body.theme-dark .modal-body .form-check-label {
    color: #f8fbff;
}

body.theme-dark .modal-header .text-muted,
body.theme-dark .modal-body .text-muted {
    color: #c4d2e3 !important;
}

body.theme-dark .modal .form-control,
body.theme-dark .modal .form-select {
    background: rgba(17, 24, 39, 0.82);
    border-color: rgba(125, 184, 255, 0.14);
    color: #f8fbff;
}

body.theme-dark .modal .form-control:disabled,
body.theme-dark .modal .form-control[disabled] {
    background: rgba(255, 255, 255, 0.06);
    color: #d8e2ef;
    opacity: 1;
}

body.theme-dark .modal .btn-close {
    filter: invert(1) grayscale(100%);
    opacity: 0.8;
}

body.theme-dark .modal-backdrop.show {
    opacity: 0.7;
}

body.theme-dark .operators-review-card__prefix {
    background: rgba(125, 184, 255, 0.14);
}

.leaflet-popup-content {
    margin: 0.75rem 0.9rem;
    line-height: 1.4;
}

.aircraft-marker {
    background: transparent;
    border: 0;
}

.aircraft-marker__icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #0f5fff;
    text-shadow: 0 2px 8px rgba(15, 95, 255, 0.28);
    transform-origin: 50% 50%;
}

.aircraft-marker__glyph {
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    color: inherit;
}

body.theme-dark .aircraft-marker__icon--dark {
    color: #4f7fb3;
    text-shadow: 0 2px 8px rgba(79, 127, 179, 0.28);
}

body.theme-dark .aircraft-marker__icon--dark .aircraft-marker__glyph {
    color: #4f7fb3 !important;
}

@media (max-width: 991.98px) {
    .app-navbar__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .app-navbar__actions {
        width: 100%;
        align-items: stretch;
    }

    .app-navbar__links {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-radius: 1rem;
    }

    .app-navbar__user {
        align-items: flex-start;
    }

    .toolbar-grid__span-8,
    .toolbar-grid__span-4,
    .toolbar-grid__span-3,
    .toolbar-grid__span-2,
    .info-grid__item,
    .info-grid__item--wide {
        grid-column: span 12;
    }
}
