body { background-color: #fcfcfc; font-family: 'Inter', sans-serif; padding-bottom: 50px; }
.date-container { display: flex; gap: 12px; overflow-x: auto; background: white; padding: 8px; border-radius: 1rem; box-shadow: 0 4px 15px rgba(0,0,0,0.02); scrollbar-width: none; flex-grow: 1; scroll-behavior: smooth; }
.date-item { display: flex; flex-direction: column; align-items: center; min-width: 48px; cursor: pointer; padding: 5px; border: 2px solid transparent; border-radius: 1rem; transition: all 0.2s; }
.date-item.active .day-number { background: #1a1a1a; color: white; }
.day-number { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 13px; font-weight: 600; }

.date-item.has-data { background-color: #d1e7dd !important; border-color: #badbcc; }
.date-item.active.has-data .day-number { background: #198754; color: white; }
.date-indicator { font-size: 8px; margin-top: 4px; padding: 2px 6px; border-radius: 10px; background: #198754; color: white; font-weight: bold; display: none; }
.date-item.has-data .date-indicator { display: inline-block; }

.custom-css-1 { border-radius: 0 0 1rem 1rem; border: none; box-shadow: 0 0 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }

.text-crossed { text-decoration: line-through; opacity: 0.6; transition: all 0.3s ease; }
.checkbox-custom { width: 24px; height: 24px; cursor: pointer; border-radius: 6px; }
.form-check-input:checked { background-color: #198754; border-color: #006335 !important; }

.table-custom td { vertical-align: middle; padding: 12px 16px; }
.table-custom tr:last-child td { border-bottom: 0; }
#activity-table {
    font-size: 14px;
}