:root {
    --primary-accent: #8e2220;
    --primary-accent-light: rgba(142, 34, 32, 0.1);
    --primary-accent-faded: rgba(142, 34, 32, 0.2);
}

.historico-wrapper {
    font-family: 'Inter', sans-serif;
}

.historico-wrapper .glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(229, 231, 235, 1);
}

.historico-wrapper .custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.historico-wrapper .custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.historico-wrapper .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.historico-wrapper button.active-unit {
    background-color: white !important;
    color: var(--primary-accent) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

/* Compensate for disabled Tailwind preflight if needed */
.historico-wrapper table {
    border-collapse: collapse;
}

.historico-wrapper input {
    margin: 0;
}
