/* Alpine.js cloak rule */
[x-cloak] {
    display: none !important;
}

/* Custom Scrollbars */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #0b0f19;
}

::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #334155;
}

/* Smooth Transitions */
body {
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Chart Canvas container fix */
canvas {
    max-width: 100% !important;
}
