:root {
    --gm-bg: #0f1724;
    --gm-surface: #162033;
    --gm-surface-2: #1b263b;
    --gm-sidebar: #0b1220;
    --gm-primary: #3b82f6;
    --gm-primary-strong: #2563eb;
    --gm-ink: #e5eefc;
    --gm-muted: #9db4d1;
    --gm-border: rgba(96, 165, 250, 0.16);
    --gm-shadow: 0 14px 30px rgba(2, 6, 23, 0.24);
    --gm-radius: 12px;
}

body {
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 22%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.1), transparent 24%),
        linear-gradient(180deg, #0b1220 0%, var(--gm-bg) 100%);
    color: var(--gm-ink);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.main-header,
.content-wrapper,
.main-footer {
    background: transparent;
}

.main-header {
    border: 1px solid var(--gm-border);
    margin: 12px 16px 0 276px;
    border-radius: 10px;
    background: rgba(22, 32, 51, 0.95);
    box-shadow: var(--gm-shadow);
}

.main-sidebar {
    background: var(--gm-sidebar);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 10px 0 24px rgba(15, 23, 42, 0.08);
}

.brand-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 68px;
    padding: 14px 16px !important;
}

.brand-link .brand-image {
    float: none;
    max-height: 28px;
    width: 28px;
    margin: 0;
    padding: 0;
}

.gm-brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(88, 28, 135, 0.5), rgba(37, 99, 235, 0.28));
    border: 1px solid rgba(96, 165, 250, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gm-brand-lockup,
.gm-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gm-brand-kicker {
    color: #8fb1d6;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.brand-text,
.gm-brand-wordmark {
    color: #f8fbfc !important;
    font-size: 0.92rem;
    font-weight: 800 !important;
    letter-spacing: 0.12em;
    line-height: 1.1;
}

.sidebar {
    padding: 12px 8px 18px;
}

.nav-sidebar .nav-link {
    border-radius: 12px;
    color: rgba(245, 249, 250, 0.82);
    margin-bottom: 5px;
    padding: 0.65rem 0.82rem;
    font-size: 0.9rem;
    -webkit-tap-highlight-color: transparent;
}

.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link p,
.nav-sidebar .nav-icon {
    font-size: 0.9rem;
}

.nav-sidebar .nav-icon {
    margin-right: 0.45rem;
    color: #7dd3fc;
}

.nav-sidebar .nav-link:hover,
.nav-sidebar .nav-link.active,
.nav-sidebar .nav-link:focus,
.nav-sidebar .nav-link:active {
    background: rgba(59, 130, 246, 0.16);
    color: #fff;
    outline: none;
}

.nav-sidebar .nav-link:hover .nav-icon,
.nav-sidebar .nav-link.active .nav-icon,
.nav-sidebar .nav-link:focus .nav-icon,
.nav-sidebar .nav-link:active .nav-icon {
    color: #bfdbfe;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link .nav-icon {
    color: #93c5fd;
}

.nav-sidebar .nav-treeview {
    padding-left: 10px;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link {
    background: rgba(59, 130, 246, 0.04);
    font-size: 0.86rem;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link {
    color: #c0d1e7;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link:hover {
    background: rgba(59, 130, 246, 0.12);
    color: #eef6ff;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link.active,
.nav-sidebar .nav-treeview > .nav-item > .nav-link:focus,
.nav-sidebar .nav-treeview > .nav-item > .nav-link:active {
    background: rgba(59, 130, 246, 0.18);
    color: #f8fbff !important;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.16);
    outline: none;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link.active .nav-icon,
.nav-sidebar .nav-treeview > .nav-item > .nav-link:focus .nav-icon,
.nav-sidebar .nav-treeview > .nav-item > .nav-link:active .nav-icon {
    color: #93c5fd;
}

.content-wrapper {
    margin-left: 276px !important;
    padding: 18px 16px 22px;
}

.content-header {
    padding: 6px 0 12px;
}

.page-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--gm-ink);
}

.gm-subtitle {
    color: var(--gm-muted);
    font-size: 0.88rem;
    margin-top: 4px;
}

.breadcrumb {
    background: transparent;
    justify-content: flex-end;
    margin-bottom: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: var(--gm-muted);
    font-weight: 600;
}

.card,
.small-box {
    background: var(--gm-surface);
    border: 1px solid var(--gm-border);
    border-radius: var(--gm-radius);
    box-shadow: var(--gm-shadow);
}

.card-header {
    background: transparent;
    border-bottom: 1px solid var(--gm-border);
    padding: 0.85rem 1rem 0.8rem;
}

.card-primary:not(.card-outline) > .card-header {
    background: linear-gradient(180deg, #376fd9, #2f63cb);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.card-primary:not(.card-outline) > .card-header,
.card-primary:not(.card-outline) > .card-header a,
.card-primary:not(.card-outline) > .card-header .btn-tool {
    color: #f8fbff !important;
}

.card-title {
    font-weight: 700;
    color: var(--gm-ink);
    font-size: 1rem;
}

.card-body,
.small-box > .inner {
    padding: 1rem;
}

.small-box {
    overflow: hidden;
    position: relative;
}

.small-box .icon {
    color: rgba(96, 165, 250, 0.14);
    right: 14px;
    top: 12px;
    font-size: 48px;
}

.small-box h3 {
    color: var(--gm-ink);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.small-box p {
    color: var(--gm-muted);
    font-size: 0.84rem;
    font-weight: 600;
    margin-bottom: 0;
}

.small-box > .inner h3 {
    color: var(--gm-ink) !important;
}

.small-box > .inner p {
    color: var(--gm-muted) !important;
}

.small-box-footer {
    background: rgba(255, 255, 255, 0.02);
    color: #bfdbfe !important;
    font-weight: 700;
    border-top: 1px solid var(--gm-border);
    padding: 0.78rem 1rem;
    font-size: 0.82rem;
}

.btn {
    border-radius: 12px;
    font-weight: 700;
    padding: 0.56rem 0.9rem;
    font-size: 0.88rem;
}

.btn-primary,
.btn-dark,
.btn-success {
    background: var(--gm-primary);
    border-color: var(--gm-primary);
}

.btn-warning {
    background: #d97706;
    border-color: #d97706;
    color: #fff;
}

.btn-secondary {
    background: #21304a;
    border-color: #21304a;
    color: #e2e8f0;
}

.form-control {
    background: #0f172a;
    color: #e5eefc;
    border: 1px solid var(--gm-border);
    border-radius: 12px;
    box-shadow: none;
    min-height: 42px;
    font-size: 0.9rem;
}

.form-control::placeholder {
    color: #7f9bbd;
}

.form-control:focus {
    background: #0f172a;
    color: #e5eefc;
    border-color: rgba(59, 130, 246, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
}

.form-control:disabled,
.form-control[readonly],
.custom-select:disabled,
.custom-select[readonly] {
    background: #101a2c !important;
    color: #d7e3f4 !important;
    border-color: rgba(59, 130, 246, 0.24) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #d7e3f4;
}

.form-control:disabled::placeholder,
.form-control[readonly]::placeholder {
    color: #8eabd0 !important;
}

label,
.form-group > label {
    color: #dbe7f5;
    font-size: 0.88rem;
    font-weight: 700;
}

textarea.form-control,
.custom-select {
    background: #0f172a;
    color: #e5eefc;
    border: 1px solid var(--gm-border);
    border-radius: 12px;
}

textarea.form-control:focus,
.custom-select:focus {
    background: #0f172a;
    color: #e5eefc;
    border-color: rgba(59, 130, 246, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
}

select.form-control option {
    background: #0f172a;
    color: #e5eefc;
}

.table-bordered td,
.table-bordered th {
    border-color: var(--gm-border);
}

.table {
    color: #dbe7f5;
    font-size: 0.9rem;
}

.table td,
.table th,
.table tbody tr,
.table tbody td,
.table tbody td a:not(.btn),
.table tbody th,
.table tbody span:not(.badge):not(.gm-status-pill),
.table tbody small,
.table tbody p {
    color: #dbe7f5;
}

.table thead th {
    color: #9db4d1;
    border-bottom: 1px solid var(--gm-border);
    background: rgba(59, 130, 246, 0.05);
    font-weight: 800;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(59, 130, 246, 0.04);
}

.table-hover tbody tr:hover {
    background: rgba(59, 130, 246, 0.08);
}

.table tbody td.text-muted,
.table tbody .text-muted,
.table tbody small.text-muted,
.table tbody p.text-muted {
    color: #8ea2be !important;
}

.table tbody td strong,
.table tbody th strong,
.table tbody .font-weight-bold,
.table tbody .font-weight-bolder {
    color: #f8fbff !important;
}

.table-bordered {
    border-color: var(--gm-border);
}

.main-footer {
    margin-left: 276px;
    margin-right: 16px;
    margin-bottom: 16px;
    border: 1px solid var(--gm-border);
    border-radius: 10px;
    background: rgba(22, 32, 51, 0.95);
    color: var(--gm-muted);
    padding: 0.8rem 1rem;
    font-size: 0.84rem;
}

.gm-page-hero {
    margin-bottom: 14px;
    padding: 1rem 1.1rem;
    border-radius: var(--gm-radius);
    background: linear-gradient(180deg, rgba(22, 32, 51, 0.96), rgba(18, 27, 43, 0.96));
    border: 1px solid var(--gm-border);
    box-shadow: var(--gm-shadow);
}

.gm-topbar-chip,
.gm-locale-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 0.38rem 0.7rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.gm-topbar-chip {
    background: rgba(59, 130, 246, 0.14);
    color: #bfdbfe;
}

.gm-kpi-card,
.gm-summary-card,
.gm-mini-card {
    background: linear-gradient(180deg, rgba(22, 32, 51, 0.98), rgba(15, 23, 36, 0.98));
    border: 1px solid var(--gm-border);
    border-radius: var(--gm-radius);
    box-shadow: var(--gm-shadow);
}

.content .row {
    margin-left: -8px;
    margin-right: -8px;
}

.content .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.gm-kpi-card {
    padding: 1rem 1rem 0.95rem;
    height: 100%;
    min-height: 154px;
}

.gm-kpi-head,
.gm-summary-row,
.gm-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gm-kpi-label,
.gm-mini-label {
    color: var(--gm-muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.gm-kpi-icon,
.gm-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.14);
    color: #bfdbfe;
    font-size: 0.82rem;
}

.gm-kpi-value {
    color: var(--gm-ink);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0.8rem 0 0.4rem;
}

.gm-kpi-value small {
    color: var(--gm-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.gm-kpi-meta {
    color: #9fb0c8;
    font-size: 0.8rem;
    line-height: 1.5;
}

.gm-summary-card {
    padding: 1rem;
    height: 100%;
}

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

.gm-summary-header h3 {
    color: var(--gm-ink);
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
}

.gm-summary-header p {
    color: var(--gm-muted);
    font-size: 0.82rem;
    margin: 0;
}

.gm-summary-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    padding: 0.35rem 0.68rem;
    font-size: 0.72rem;
    font-weight: 800;
}

.gm-summary-row {
    padding: 0.68rem 0;
    border-bottom: 1px solid var(--gm-border);
    color: #cdd9eb;
    font-size: 0.86rem;
}

.gm-summary-row:last-of-type {
    margin-bottom: 1rem;
}

.gm-summary-row strong {
    color: var(--gm-ink);
    font-size: 0.88rem;
}

.gm-progress {
    margin: 0.9rem 0 1rem;
}

.gm-progress-meta {
    color: var(--gm-muted);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.gm-progress-track {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(59, 130, 246, 0.12);
}

.gm-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6, #22c55e);
}

.gm-summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gm-mini-card {
    display: block;
    text-decoration: none !important;
    padding: 0.95rem;
    min-height: 124px;
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.gm-dashboard-table {
    margin-top: 4px;
}

.gm-operational-card .card-body {
    padding-top: 0.7rem;
}

.gm-alert-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--gm-border);
}

.gm-alert-total-label,
.gm-mini-stat-label,
.gm-health-label {
    color: var(--gm-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.gm-alert-total strong {
    color: var(--gm-ink);
    font-size: 1.45rem;
    font-weight: 800;
}

.gm-alert-list {
    display: grid;
    gap: 10px;
}

.gm-alert-row,
.gm-health-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0.72rem 0.82rem;
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.08);
    border-radius: 12px;
    color: #d8e5f8;
    font-size: 0.86rem;
}

.gm-alert-row strong,
.gm-health-item strong,
.gm-mini-stat strong {
    color: var(--gm-ink);
    font-weight: 800;
}

.gm-detail-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0.9rem 1rem;
    height: 100%;
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.08);
    border-radius: 12px;
}

.gm-detail-label {
    color: var(--gm-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gm-detail-item strong {
    color: var(--gm-ink);
    font-size: 0.95rem;
    font-weight: 800;
}

.gm-media-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.gm-detail-image {
    max-width: 180px;
    max-height: 180px;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.16);
    object-fit: cover;
    background: #0f172a;
}

.gm-qr-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
}

.gm-tag-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.18);
    color: #dbeafe !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
}

.gm-tag-static {
    cursor: default;
}

.gm-action-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gm-mini-stat {
    height: 100%;
    padding: 0.82rem 0.9rem;
    background: rgba(59, 130, 246, 0.04);
    border: 1px solid rgba(59, 130, 246, 0.08);
    border-radius: 12px;
}

.gm-mini-stat strong {
    display: block;
    margin-top: 0.45rem;
    font-size: 1rem;
}

.gm-health-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0.95rem;
}

.gm-health-item {
    padding: 0.8rem 0.9rem;
    align-items: flex-start;
    flex-direction: column;
}

.gm-mini-card:hover {
    transform: translateY(-2px);
    border-color: rgba(59, 130, 246, 0.38);
}

.gm-mini-value {
    color: var(--gm-ink);
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0.75rem 0 0.22rem;
}

.gm-dashboard-table .card-header,
.gm-dashboard-table .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
}

.gm-dashboard-table .table thead th {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8ea2be;
}

.gm-dashboard-table .table td {
    vertical-align: middle;
    border-top-color: var(--gm-border);
}

.gm-status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    color: #bfdbfe;
    padding: 0.26rem 0.58rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: capitalize;
}

.gm-report-table td,
.gm-report-table th {
    white-space: nowrap;
}

.gm-code-cell {
    display: inline-block;
    color: #bfdbfe !important;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.gm-balance-out {
    color: #fca5a5;
    font-weight: 700;
}

.gm-balance-in {
    color: #86efac;
    font-weight: 700;
}

.gm-report-table .gm-status-pill {
    background: rgba(59, 130, 246, 0.18);
    color: #eef6ff !important;
    min-width: 92px;
    justify-content: center;
}

.select2-container--bootstrap4 .select2-selection {
    background: #0f172a !important;
    border: 1px solid var(--gm-border) !important;
    border-radius: 12px !important;
    color: #e5eefc !important;
    min-height: 42px !important;
    box-shadow: none !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: rgba(59, 130, 246, 0.48) !important;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    color: #e5eefc !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field::placeholder {
    color: #7f9bbd !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background: rgba(59, 130, 246, 0.16) !important;
    border: 1px solid rgba(59, 130, 246, 0.24) !important;
    color: #dbeafe !important;
    border-radius: 999px !important;
    padding: 0.2rem 0.5rem !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #bfdbfe !important;
    margin-right: 6px !important;
}

.select2-container--bootstrap4 .select2-dropdown {
    background: #111827 !important;
    border: 1px solid var(--gm-border) !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.select2-container--bootstrap4 .select2-results__option {
    color: #dbe7f5 !important;
    background: transparent !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background: rgba(59, 130, 246, 0.18) !important;
    color: #f8fbff !important;
}

.select2-container--bootstrap4 .select2-results__option[aria-selected="true"] {
    background: rgba(59, 130, 246, 0.14) !important;
    color: #f8fbff !important;
}

.select2-container--bootstrap4 .select2-search__field {
    color: #e5eefc !important;
}

.gm-locale-chip {
    background: rgba(59, 130, 246, 0.08);
    color: #dbeafe;
}

.gm-login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 24%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.12), transparent 26%),
        linear-gradient(180deg, #09111d 0%, #0f1724 100%);
}

.gm-login-shell {
    width: min(1040px, 100%);
    background: #101827;
    border: 1px solid var(--gm-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.gm-login-brand {
    background: linear-gradient(180deg, #0b1220 0%, #111b2c 100%);
    color: #fff;
    padding: 36px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gm-login-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.gm-login-brand h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.gm-login-brand p {
    color: rgba(226, 232, 240, 0.72);
    font-size: 1rem;
    max-width: 28rem;
    line-height: 1.7;
}

.gm-login-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 18px;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.16);
    color: #dbeafe;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.gm-login-mark {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.16), rgba(59, 130, 246, 0.08));
    border: 1px solid rgba(96, 165, 250, 0.22);
    box-shadow: 0 20px 44px rgba(2, 6, 23, 0.26);
}

.gm-login-points {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.gm-login-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
    background: rgba(59, 130, 246, 0.06);
    border: 1px solid rgba(96, 165, 250, 0.1);
    color: #dce8f8;
    font-size: 0.88rem;
    line-height: 1.6;
}

.gm-login-point i {
    color: #93c5fd;
    margin-top: 2px;
}

.gm-login-mark img {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(88, 28, 135, 0.72), rgba(37, 99, 235, 0.42));
    padding: 12px;
    border: 1px solid rgba(96, 165, 250, 0.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 14px 30px rgba(2, 6, 23, 0.22);
}

.gm-login-mark .gm-brand-copy {
    display: grid;
    gap: 4px;
}

.gm-login-mark .gm-brand-kicker {
    margin-bottom: 0;
    color: #9dc4ff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.gm-login-mark .gm-brand-wordmark {
    font-size: 1.56rem;
    font-weight: 900 !important;
    letter-spacing: 0.16em;
    color: #f8fbff !important;
}

.gm-login-panel {
    padding: 36px 30px;
    display: flex;
    align-items: center;
    height: 100%;
}

.gm-login-panel h2 {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
}

.gm-login-panel p {
    color: var(--gm-muted);
    margin-bottom: 24px;
}

.gm-login-panel label {
    color: #cbd5e1;
    font-weight: 600;
}

.gm-login-panel-card {
    width: 100%;
    padding: 1.6rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(22, 32, 51, 0.96), rgba(15, 23, 36, 0.96));
    border: 1px solid rgba(96, 165, 250, 0.12);
    box-shadow: var(--gm-shadow);
}

.nav-link,
.main-header .nav-link,
.card-tools .btn-tool {
    color: #dbeafe !important;
}

.alert-success {
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.24);
    color: #dcfce7;
}

.alert-danger,
.text-danger {
    color: #fda4af !important;
}

@media (max-width: 991.98px) {
    .main-header,
    .content-wrapper,
    .main-footer {
        margin-left: 0 !important;
    }

    .main-header {
        margin-right: 12px;
        margin-left: 12px !important;
    }

    .content-wrapper {
        padding: 18px 12px 22px;
    }

    .main-footer {
        margin: 0 12px 12px !important;
    }

    .content .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .content .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .gm-login-brand,
    .gm-login-panel {
        padding: 28px 24px;
    }

    .gm-summary-header {
        flex-direction: column;
    }

    .gm-health-strip {
        grid-template-columns: 1fr;
    }
}
