/* Reset & base */
html, body { margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

/* Blazor error UI */
#blazor-error-ui {
    background: #fffcd1;
    bottom: 0; box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    display: flex; align-items: center; gap: 12px;
    padding: 12px 20px; position: fixed; width: 100%; z-index: 1000;
    font-size: 14px;
}
#blazor-error-ui .reload { font-weight: 600; }
#blazor-error-ui .dismiss { cursor: pointer; font-weight: 700; margin-left: auto; }

/* NavLink active state */
.active { font-weight: 700; }

/* Scrollbar */
::-webkit-scrollbar       { width: 6px; height: 6px; }
::-webkit-scrollbar-track  { background: #f1f1f1; }
::-webkit-scrollbar-thumb  { background: #c5cae9; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #9fa8da; }

/* Overlay (shared by all modals) */
.overlay {
    position: fixed; inset: 0; z-index: 500;
    background: rgba(0,0,0,.55); backdrop-filter: blur(3px);
    display: flex; align-items: center; justify-content: center; padding: 20px;
}
