/* ===== Base ===== */
body {
    font-family: 'Sarabun', sans-serif;
    background-color: #f8fafc;
}

.sidebar-transition {
    transition: all 0.3s;
}

.card-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.chart-container {
    position: relative;
    height: 280px;
    width: 100%;
}

/* ===== FullCalendar ===== */
.fc button {
    border-radius: 8px !important;
}
.fc-event {
    border: none !important;
    border-radius: 8px !important;
}

/* ===== Table ===== */
.table-hover tbody tr:hover {
    background-color: #f8fafc;
}

/* ===== Badge ===== */
.badge-blue {
    background-color: #dbeafe;
    color: #2563eb;
}
.badge-emerald {
    background-color: #d1fae5;
    color: #059669;
}
.badge-orange {
    background-color: #fef3c7;
    color: #d97706;
}
.badge-purple {
    background-color: #ede9fe;
    color: #7c3aed;
}
.badge-slate {
    background-color: #f1f5f9;
    color: #475569;
}

/* ===== Utility ===== */
.text-thai-date {
    font-weight: 600;
}