/* Blazor error UI: gizle, sadece show sınıfı verilince göster */
#blazor-error-ui {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f56565;
    color: #1a202c;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    z-index: 1000;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
}

#blazor-error-ui.show {
    display: block;
}

/* Responsive - yatay kaydırmayı engelle */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* ApexCharts responsive */
.apexcharts-canvas {
    max-width: 100% !important;
}

.apexcharts-svg {
    max-width: 100% !important;
}
