.al-panel-body {
    background: linear-gradient(160deg, #1e1b4b, #3730a3 60%, #4f46e5);
    min-height: 100vh;
    color: #fff;
}

.al-panel-header {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.al-panel-title {
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.al-panel-room-name {
    font-size: 1.3rem;
    font-weight: 500;
    opacity: 0.85;
}

.al-panel-clock {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
}

.al-panel-clock small {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.8;
    text-transform: capitalize;
}

.al-panel-room-select {
    font-size: 1.15rem;
    padding: 0.6rem 1rem;
    border-radius: var(--bs-border-radius);
    min-width: 260px;
}

.al-panel-content {
    background: #fff;
    color: #0b0b0b;
    border-radius: var(--bs-border-radius-lg);
    margin: 0 2rem 2rem;
    padding: 2rem;
    min-height: 60vh;
    overflow-x: auto;
}

.al-panel-content .fc {
    min-width: 640px;
}

.al-panel-content .fc-toolbar-title {
    text-transform: capitalize;
}

.al-panel-body .modal-content {
    color: #212529;
}

.al-panel-body .modal-content .modal-title,
.al-panel-body .modal-content dt,
.al-panel-body .modal-content dd {
    color: #212529;
}

.al-panel-footer {
    text-align: center;
    padding: 1rem;
    font-size: 1rem;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .al-panel-header {
        padding: 1rem;
    }

    .al-panel-title {
        font-size: 1.4rem;
    }

    .al-panel-room-name {
        font-size: 1rem;
    }

    .al-panel-clock {
        font-size: 1.15rem;
    }

    .al-panel-room-select {
        font-size: 1rem;
        padding: 0.45rem 0.75rem;
        min-width: 180px;
    }

    .al-panel-content {
        margin: 0 0.75rem 1rem;
        padding: 0.75rem;
        min-height: 50vh;
    }
}

@media (max-width: 576px) {
    .al-panel-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .al-panel-header .d-flex {
        width: 100%;
        justify-content: space-between;
    }
}
