:root {
    --brand: #1f2937;
    --brand-light: #374151;
}

body {
    background-color: #f5f6f8;
}

.sidebar {
    min-height: 100vh;
    background-color: var(--brand);
    color: #fff;
}

.sidebar .nav-link {
    color: #d1d5db;
    border-radius: .5rem;
    margin-bottom: .15rem;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    color: #fff;
    background-color: var(--brand-light);
}

.sidebar .brand {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

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

.offcanvas-sidebar .sidebar {
    min-height: 100%;
}

@media (max-width: 991.98px) {
    .sidebar-desktop {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .sidebar-toggle-btn {
        display: none !important;
    }
}

.badge-status-pendente { background-color: #f59e0b; }
.badge-status-confirmado { background-color: #3b82f6; }
.badge-status-concluido { background-color: #10b981; }
.badge-status-cancelado { background-color: #ef4444; }
.badge-status-faltou { background-color: #6b7280; }

.slot-btn.selected {
    background-color: var(--brand) !important;
    color: #fff !important;
    border-color: var(--brand) !important;
}

.step-circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #374151;
    font-weight: 600;
}

.step-circle.active {
    background: var(--brand);
    color: #fff;
}
