:root {
    --crm-sidebar-width: 280px;
}

body {
    background: #f6f8fb;
}

.sidebar-app {
    width: var(--crm-sidebar-width);
    min-height: 100vh;
    position: fixed;
    inset: 0 auto 0 0;
    overflow-y: auto;
    z-index: 1031;
}

.main-wrapper {
    margin-left: var(--crm-sidebar-width);
    min-height: 100vh;
}

.card-kpi .icon-lg {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
}

.table td, .table th {
    vertical-align: middle;
}

.stat-label {
    color: #6c7a91;
    font-size: .85rem;
}

.badge {
    text-transform: capitalize;
}

.form-section {
    background: #fff;
    border: 1px solid rgba(152, 162, 179, .25);
    border-radius: 1rem;
    padding: 1.25rem;
}

.form-actions-sticky {
    position: sticky;
    bottom: 0;
    background: rgba(255,255,255,.96);
    padding-top: .75rem;
}

.leaflet-preview {
    height: 260px;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(152, 162, 179, .25);
}

.kpi-value {
    font-size: 1.8rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .sidebar-app {
        position: static;
        width: 100%;
        min-height: auto;
    }

    .main-wrapper {
        margin-left: 0;
    }
}
