/* ════════════════════════════════════════════════════════════════════
   OrderBot Admin — global baza (per-sahifa uslublar buni to'ldiradi)
   ════════════════════════════════════════════════════════════════════ */
html { scroll-behavior: smooth; }

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1e293b;
    background: #f0f2f5;
}

a, .btn-link { color: #2563eb; }

.btn-primary {
    color: #fff;
    background-color: #3b82f6;
    border-color: #3b82f6;
}
.btn-primary:hover { background-color: #2563eb; border-color: #2563eb; }

/* Zamonaviy fokus halqasi (klaviatura/forma uchun) */
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus,
.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
    border-color: #3b82f6;
}
:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.content { padding-top: 1.1rem; }

h1:focus { outline: none; }

/* Tanlangan matn rangi */
::selection { background: rgba(59, 130, 246, 0.22); }

/* Nozik, zamonaviy scrollbar */
* { scrollbar-width: thin; scrollbar-color: #cbd5e1 transparent; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 8px; border: 2px solid transparent; background-clip: content-box; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; background-clip: content-box; }

.valid.modified:not([type=checkbox]) { outline: 1px solid #22c55e; }
.invalid { outline: 1px solid #ef4444; }
.validation-message { color: #ef4444; }

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1.5rem;
    color: white;
    border-radius: 8px;
}
    .blazor-error-boundary::after {
        content: "Xatolik yuz berdi. Sahifani yangilang."
    }

.darker-border-checkbox.form-check-input { border-color: #929292; }
