body {
    font-family: 'Public Sans', sans-serif !important;
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    color: #0f172a;
    letter-spacing: 0.01em;
}

a {
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.content-wrapper {
    background: transparent;
}

.theme-navbar-primary {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.theme-navbar-primary .nav-link {
    color: #0f172a;
}

.navbar-welcome {
    font-weight: 700;
    color: #0f172a !important;
}

.theme-sidebar {
    background-image: linear-gradient(195deg, var(--theme-sidebar-start) 0%, var(--theme-sidebar-end) 100%) !important;
    background-color: transparent !important;
    box-shadow: 8px 0 30px rgba(15, 23, 42, 0.12);
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 4.75rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.brand-link .brand-image {
    float: none;
    max-height: 2.5rem;
    width: 2.5rem;
    object-fit: cover;
    border-radius: 0.9rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

.brand-link .brand-text {
    color: var(--theme-sidebar-text) !important;
    font-size: 0.98rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-panel-modern {
    margin: 1rem 1rem 0;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    color: var(--theme-sidebar-text);
}

.user-panel-modern__label {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.7;
}

.user-panel-modern__name {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
}

.nav-sidebar {
    padding-top: 0.75rem;
}

.nav-sidebar .nav-link {
    margin: 0.15rem 0.75rem;
    padding: 0.82rem 1rem;
    border-radius: 0.95rem;
    color: var(--theme-sidebar-text) !important;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-sidebar .nav-link p,
.nav-sidebar .nav-link i {
    color: var(--theme-sidebar-text) !important;
}

.nav-sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(2px);
}

.nav-sidebar .nav-link.active {
    background: linear-gradient(135deg, var(--theme-color-primary) 0%, var(--theme-color-secondary) 100%);
    box-shadow: 0 12px 24px rgba(52, 152, 219, 0.22);
}

.nav-sidebar .nav-link.active p,
.nav-sidebar .nav-link.active i {
    color: #ffffff !important;
}

.nav-treeview > .nav-item > .nav-link {
    margin-left: 1.35rem;
}

.page-shell {
    padding: 1.5rem 1.5rem 0;
}

.dashboard-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.35rem;
    padding: 2rem;
    border-radius: 1.75rem;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 52%, #38bdf8 100%);
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

.dashboard-hero::after {
    content: '';
    position: absolute;
    inset: auto -80px -80px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.dashboard-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-title {
    margin-bottom: 0.45rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-copy {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.88);
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.82rem;
    font-weight: 600;
}

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

.metric-card {
    position: relative;
    overflow: hidden;
    padding: 1.2rem 1.25rem;
    border-radius: 1.4rem;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.metric-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 0.95rem;
    color: #ffffff;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.metric-card__label {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.metric-card__value {
    margin-top: 0.35rem;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.metric-card__hint {
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.85rem;
}

.metric-card--blue .metric-card__icon {
    background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);
}

.metric-card--indigo .metric-card__icon {
    background: linear-gradient(135deg, #4f46e5 0%, #818cf8 100%);
}

.metric-card--amber .metric-card__icon {
    background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%);
}

.metric-card--rose .metric-card__icon {
    background: linear-gradient(135deg, #e11d48 0%, #fb7185 100%);
}

.metric-card--green .metric-card__icon {
    background: linear-gradient(135deg, #059669 0%, #34d399 100%);
}

.metric-card--red .metric-card__icon {
    background: linear-gradient(135deg, #dc2626 0%, #f87171 100%);
}

.surface-card,
.card {
    border: 0;
    border-radius: 1.35rem;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.surface-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.35rem 1.5rem 0.95rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    background: transparent;
}

.surface-card__subtext {
    color: #64748b;
    font-size: 0.88rem;
}

.card-title {
    font-weight: 700;
    color: #0f172a;
}

.card-body {
    padding: 1.5rem;
}

.chart-wrap {
    height: 320px;
}

.table-modern thead th {
    border-top: 0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.table-modern td {
    border-top: 1px solid #eef2f7;
    vertical-align: middle;
    color: #0f172a;
}

.table-modern tbody tr:hover {
    background: #f8fbff;
}

.badge-location {
    max-width: 240px;
    white-space: normal;
    text-align: left;
    line-height: 1.45;
}

.soft-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: rgba(52, 152, 219, 0.12);
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reminder-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.reminder-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
}

.reminder-item__content {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    flex: 1 1 220px;
}

.reminder-item__text {
    color: #0f172a;
    line-height: 1.5;
}

.empty-state,
.empty-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 120px;
    color: #64748b;
    text-align: center;
}

.empty-inline {
    min-height: 70px;
}

.placeholder-status {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(56, 189, 248, 0.12));
    border: 1px solid rgba(96, 165, 250, 0.22);
}

.placeholder-status__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.2);
}

.placeholder-checklist {
    padding-left: 1.2rem;
    margin: 0;
    color: #334155;
    line-height: 1.8;
}

.main-footer {
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.9);
}

.modal-content {
    border: 0;
    border-radius: 1.1rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.login-page-modern {
    min-height: 100vh;
}

.login-wrapper {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.login-brand-side {
    position: relative;
    display: flex;
    flex: 1.45;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 55%, #38bdf8 100%);
    color: #ffffff;
    overflow: hidden;
}

.login-brand-side::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 36%),
                radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.12), transparent 30%);
}

.brand-content {
    position: relative;
    z-index: 1;
    max-width: 540px;
}

.brand-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand-title {
    margin: 1.2rem 0 1rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.brand-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.brand-feature-list {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    margin-top: 2rem;
}

.brand-feature {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.1);
}

.brand-feature i {
    margin-top: 0.2rem;
}

.login-form-side {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.92);
}

.login-card {
    width: 100%;
    max-width: 420px;
}

.auth-logo {
    max-height: 74px;
    margin-bottom: 1.25rem;
}

.auth-title {
    margin-bottom: 0.45rem;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0f172a;
}

.auth-subtitle,
.auth-footer-copy {
    color: #64748b;
}

.auth-input-group {
    position: relative;
    margin-bottom: 1rem;
}

.auth-input-icon {
    position: absolute;
    top: 0.9rem;
    left: 1rem;
    z-index: 3;
    padding: 0;
    background: transparent;
    border: 0;
    color: #94a3b8;
}

.auth-control {
    height: auto;
    padding: 1rem 1rem 1rem 2.95rem;
    border-radius: 0.9rem;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
    box-shadow: none !important;
}

.auth-control:focus {
    border-color: var(--theme-color-primary);
    background: #ffffff;
}

.auth-submit {
    padding: 0.95rem 1rem;
    border: 0;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    box-shadow: 0 14px 28px rgba(30, 60, 114, 0.22);
}

.auth-submit:hover,
.auth-submit:focus {
    background: linear-gradient(135deg, #1b3766 0%, #244883 100%);
}

.auth-footer-link {
    color: #5b6b80;
    font-weight: 600;
}

.auth-footer-link:hover {
    color: #1e3c72;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .login-wrapper {
        flex-direction: column;
    }

    .login-brand-side {
        min-height: 320px;
        padding: 2.25rem 1.5rem;
    }

    .login-form-side {
        padding: 2rem 1.25rem;
    }

    .brand-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767.98px) {
    .page-shell {
        padding: 1rem 1rem 0;
    }

    .dashboard-hero {
        padding: 1.5rem;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .chart-wrap {
        height: 260px;
    }
}

.dashboard-live .info-box,
.dashboard-live .card {
    border: 0;
    border-radius: 0.9rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

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

.dashboard-chart--sm {
    min-height: 180px;
    max-height: 180px;
}

.dashboard-scroll {
    max-height: 250px;
    overflow-y: auto;
}

.dashboard-scroll--wide {
    overflow-x: hidden;
}

.dashboard-kpi {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.dashboard-kpi__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border-radius: 999px;
}

.dashboard-kpi__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6c757d;
}

.dashboard-kpi__value {
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    color: #212529;
}

.dashboard-table-sm {
    font-size: 11px;
}

.dashboard-badge-wrap {
    white-space: normal;
}

.sheet-entry-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.sheet-entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}

.sheet-entry-field {
    display: flex;
    flex-direction: column;
}

.sheet-entry-field--full {
    grid-column: 1 / -1;
}

.sheet-entry-field label {
    margin-bottom: 0.45rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #334155;
}

.sheet-entry-field .form-control {
    min-height: 46px;
    border-radius: 0.85rem;
    border-color: #d8e1ec;
    background: #f8fafc;
}

.sheet-entry-field textarea.form-control {
    min-height: 110px;
}

.fuel-calc-output[readonly] {
    background: #eef6ff;
    color: #0f172a;
}

@media (max-width: 767.98px) {
    .sheet-entry-grid {
        grid-template-columns: 1fr;
    }
}

body.theme-premium-modern {
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.10), transparent 28%),
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #eef4f6 100%);
}

body.theme-premium-modern .content-wrapper {
    padding-bottom: 1.5rem;
}

body.theme-premium-modern .content-header {
    padding: 1.4rem 1.5rem 0.55rem;
}

body.theme-premium-modern .content-header h1,
body.theme-premium-modern .content-header .m-0.text-dark {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0f172a !important;
}

body.theme-premium-modern .content-header .breadcrumb {
    gap: 0.35rem;
    padding: 0.35rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

body.theme-premium-modern .content-header .breadcrumb-item,
body.theme-premium-modern .content-header .breadcrumb-item a {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

body.theme-premium-modern .content-header .breadcrumb-item.active {
    color: #0f172a;
}

body.theme-premium-modern .container-fluid {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

body.theme-premium-modern .card,
body.theme-premium-modern .info-box,
body.theme-premium-modern .modal-content,
body.theme-premium-modern .dropdown-menu,
body.theme-premium-modern .small-box {
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.theme-premium-modern .card {
    overflow: hidden;
}

body.theme-premium-modern .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.05rem 1.3rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.88);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0.92) 100%);
}

body.theme-premium-modern .card-header > .card-title,
body.theme-premium-modern .card-header .card-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.theme-premium-modern .card-body {
    padding: 1.3rem;
}

body.theme-premium-modern .card-footer {
    padding: 1rem 1.3rem;
    border-top: 1px solid rgba(226, 232, 240, 0.88);
    background: rgba(248, 250, 252, 0.8);
}

body.theme-premium-modern .info-box {
    min-height: 110px;
    padding: 0.25rem;
}

body.theme-premium-modern .info-box .info-box-icon {
    width: 4.1rem;
    border-radius: 1rem;
    margin: 0.65rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 14px 28px rgba(15, 23, 42, 0.12);
}

body.theme-premium-modern .info-box .info-box-content {
    padding: 1rem 1rem 1rem 0.2rem;
}

body.theme-premium-modern .info-box .info-box-text {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

body.theme-premium-modern .info-box .info-box-number {
    margin-top: 0.3rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0f172a;
}

body.theme-premium-modern .btn {
    border-radius: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.theme-premium-modern .btn:hover,
body.theme-premium-modern .btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.10);
}

body.theme-premium-modern .btn-primary,
body.theme-premium-modern .bg-primary,
body.theme-premium-modern .badge-primary {
    border-color: transparent !important;
    background: linear-gradient(135deg, #0f766e 0%, #0ea5a4 100%) !important;
}

body.theme-premium-modern .btn-info,
body.theme-premium-modern .bg-info {
    border-color: transparent !important;
    background: linear-gradient(135deg, #155e75 0%, #0284c7 100%) !important;
}

body.theme-premium-modern .btn-success,
body.theme-premium-modern .bg-success {
    border-color: transparent !important;
    background: linear-gradient(135deg, #047857 0%, #10b981 100%) !important;
}

body.theme-premium-modern .btn-warning,
body.theme-premium-modern .bg-warning {
    border-color: transparent !important;
    background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%) !important;
    color: #fff !important;
}

body.theme-premium-modern .btn-danger,
body.theme-premium-modern .bg-danger {
    border-color: transparent !important;
    background: linear-gradient(135deg, #b91c1c 0%, #ef4444 100%) !important;
}

body.theme-premium-modern .dashboard-live .info-box.bg-warning {
    background: linear-gradient(135deg, #f6c26b 0%, #ffd88a 100%) !important;
    color: #111827 !important;
}

body.theme-premium-modern .dashboard-live .info-box.bg-danger {
    background: linear-gradient(135deg, #f28d90 0%, #ffb1b3 100%) !important;
    color: #111827 !important;
}

body.theme-premium-modern .dashboard-live .info-box.bg-info {
    background: linear-gradient(135deg, #74c6ea 0%, #a7def5 100%) !important;
    color: #111827 !important;
}

body.theme-premium-modern .dashboard-live .dashboard-summary-title {
    color: #4b5563 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

body.theme-premium-modern .dashboard-live .info-box.bg-warning .info-box-number,
body.theme-premium-modern .dashboard-live .info-box.bg-danger .info-box-number,
body.theme-premium-modern .dashboard-live .info-box.bg-info .info-box-number {
    color: #111827 !important;
    text-shadow: none !important;
}

body.theme-premium-modern .dashboard-live .info-box.bg-warning .info-box-icon,
body.theme-premium-modern .dashboard-live .info-box.bg-danger .info-box-icon,
body.theme-premium-modern .dashboard-live .info-box.bg-info .info-box-icon {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body.theme-premium-modern .btn-secondary {
    border-color: rgba(203, 213, 225, 0.85);
    background: #f8fafc;
    color: #334155;
}

body.theme-premium-modern .form-group label,
body.theme-premium-modern .form-label,
body.theme-premium-modern label {
    color: #334155;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.theme-premium-modern .form-control,
body.theme-premium-modern .custom-select,
body.theme-premium-modern select.form-control,
body.theme-premium-modern textarea.form-control {
    min-height: 46px;
    border-radius: 0.95rem;
    border: 1px solid #d9e4ec;
    background: linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
    color: #0f172a;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

body.theme-premium-modern textarea.form-control {
    min-height: 120px;
}

body.theme-premium-modern .form-control:focus,
body.theme-premium-modern .custom-select:focus,
body.theme-premium-modern select.form-control:focus {
    border-color: rgba(15, 118, 110, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.12);
    background: #ffffff;
}

body.theme-premium-modern .input-group-text {
    border-radius: 0.95rem;
    border-color: #d9e4ec;
    background: #f8fafc;
    color: #64748b;
}

body.theme-premium-modern .table-responsive {
    border-radius: 1rem;
}

body.theme-premium-modern .table {
    margin-bottom: 0;
}

body.theme-premium-modern .table thead th {
    border-top: 0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-premium-modern .table td {
    border-top: 1px solid #edf2f7;
    vertical-align: middle;
    color: #0f172a;
}

body.theme-premium-modern .table tbody tr:hover {
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.025) 0%, rgba(14, 165, 233, 0.03) 100%);
}

body.theme-premium-modern .badge {
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.theme-premium-modern .navbar-badge {
    box-shadow: 0 10px 18px rgba(245, 158, 11, 0.2);
}

body.theme-premium-modern .dropdown-menu {
    padding: 0.45rem;
}

body.theme-premium-modern .dropdown-item {
    border-radius: 0.85rem;
    font-weight: 600;
    color: #334155;
}

body.theme-premium-modern .dropdown-item:hover {
    background: #f1f5f9;
}

body.theme-premium-modern .modal-header,
body.theme-premium-modern .modal-footer {
    border-color: rgba(226, 232, 240, 0.88);
}

body.theme-premium-modern .modal-header {
    background: linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
}

body.theme-premium-modern .main-footer {
    margin-top: 1.25rem;
    border-top: 1px solid rgba(226, 232, 240, 0.92);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    color: #64748b;
}

body.theme-premium-modern .dataTables_wrapper .dataTables_filter input,
body.theme-premium-modern .dataTables_wrapper .dataTables_length select {
    min-height: 42px;
    border-radius: 0.9rem;
    border: 1px solid #d9e4ec;
    background: #fff;
    padding: 0.5rem 0.85rem;
}

body.theme-premium-modern .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.theme-premium-modern .dataTables_wrapper .dataTables_paginate .paginate_button .page-link,
body.theme-premium-modern .page-link {
    margin: 0 0.15rem;
    border: 1px solid #d9e4ec;
    border-radius: 0.8rem;
    color: #334155;
    background: #fff;
}

body.theme-premium-modern .page-item.active .page-link {
    border-color: transparent;
    background: linear-gradient(135deg, #0f766e 0%, #0ea5a4 100%);
}

body.theme-premium-modern .custom-control-label::before,
body.theme-premium-modern .custom-control-label::after {
    top: 0.15rem;
}

body.theme-premium-modern .timeline > div > .timeline-item {
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

body.theme-premium-modern .select2-container--default .select2-selection--single,
body.theme-premium-modern .select2-container--default .select2-selection--multiple {
    min-height: 46px;
    border-radius: 0.95rem;
    border: 1px solid #d9e4ec;
    background: linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
}

body.theme-premium-modern .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    color: #0f172a;
}

body.theme-premium-modern .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

body.theme-premium-modern .daterangepicker {
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 1rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

body.theme-premium-modern .sheet-entry-card,
body.theme-premium-modern .dashboard-live .info-box,
body.theme-premium-modern .dashboard-live .card {
    border-radius: 1.2rem;
}

body.theme-premium-modern .theme-navbar-primary {
    background: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

body.theme-premium-modern .theme-navbar-primary .nav-link {
    border-radius: 0.8rem;
}

body.theme-premium-modern .theme-navbar-primary .nav-link:hover {
    background: rgba(15, 118, 110, 0.06);
}

body.theme-premium-modern .user-panel-modern {
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (max-width: 767.98px) {
    body.theme-premium-modern .content-header {
        padding: 1rem 1rem 0.4rem;
    }

    body.theme-premium-modern .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.theme-premium-modern .card-header,
    body.theme-premium-modern .card-body,
    body.theme-premium-modern .card-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
