/* ===== فۆنتی NRT ===== */
/* فۆنتی NRT لە wwwroot/fonts/ ـ تەنها وەزنی Bold بەردەستە،
   بۆیە هەردوو وەزنی ئاسایی (400) و قورس (700) هەمان فایل بەکاردەهێنن. */

@font-face {
    font-family: 'NRT';
    src: url('/fonts/NRT-Bd.woff') format('woff'),
         url('/fonts/NRT-Bd.ttf') format('truetype'),
         url('/fonts/NRT-Bd.eot'),
         url('/fonts/NRT-Bd.svg#NRT') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NRT';
    src: url('/fonts/NRT-Bd.woff') format('woff'),
         url('/fonts/NRT-Bd.ttf') format('truetype'),
         url('/fonts/NRT-Bd.eot'),
         url('/fonts/NRT-Bd.svg#NRT') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body, button, input, select, textarea {
    font-family: 'NRT', Tahoma, 'Segoe UI', sans-serif;
}

/* ===== چاپکردنی تکێت ===== */
@media print {
    body * { visibility: hidden; }
    #ticket-print, #ticket-print *,
    #receipt-print, #receipt-print * { visibility: visible; }
    #ticket-print, #receipt-print {
        position: absolute;
        top: 0; right: 0; left: 0;
        margin: 0 auto;
        width: 80mm;
    }
    .no-print { display: none !important; }
}

/* ژمارەکان بە لاتینی بمێننەوە لە نێو دەقی کوردی */
.latin-num { font-feature-settings: normal; }

/* ============================================================
   🌙 دارک مۆد ـ بەسەرنووسینی ڕەنگەکانی Tailwind کاتی .dark
   ============================================================ */
html.dark { color-scheme: dark; }

/* ڕووکار (Surfaces) */
.dark .bg-slate-100 { background-color: #0f172a !important; }
.dark .bg-white     { background-color: #1e293b !important; }
.dark .bg-slate-50  { background-color: #172033 !important; }

/* دەق (Text) */
.dark .text-slate-800 { color: #e2e8f0 !important; }
.dark .text-slate-700 { color: #cbd5e1 !important; }
.dark .text-slate-600 { color: #b6c2d4 !important; }
.dark .text-slate-500 { color: #94a3b8 !important; }
.dark .text-slate-400 { color: #6b7a90 !important; }

/* سنوور (Borders) */
.dark .border-slate-100 { border-color: #334155 !important; }
.dark .border-slate-200 { border-color: #334155 !important; }
.dark .border-slate-300 { border-color: #475569 !important; }
.dark .divide-slate-100 > * + * { border-color: #334155 !important; }

/* خانەکانی نووسین (Inputs) */
.dark input,
.dark select,
.dark textarea {
    background-color: #0f172a !important;
    color: #e2e8f0 !important;
    border-color: #475569 !important;
}
.dark input::placeholder,
.dark textarea::placeholder { color: #64748b !important; }
.dark input[type="checkbox"] { background-color: #0f172a !important; accent-color: #f59e0b; }
/* ئایکۆنی ڕۆژژمێر لە خانەی بەروار بۆ دارک مۆد */
.dark input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); opacity: 0.6; }

/* هۆڤەری ناتراڵ */
.dark .hover\:bg-slate-50:hover,
.dark .hover\:bg-slate-100:hover { background-color: #243049 !important; }

/* ڕەنگە جوانکارییەکان (Accents) لە دارک مۆد */
.dark .text-amber-600, .dark .text-amber-700 { color: #fbbf24 !important; }
.dark .text-green-600, .dark .text-green-700, .dark .text-green-800 { color: #4ade80 !important; }
.dark .text-red-600, .dark .text-red-700 { color: #f87171 !important; }
.dark .text-blue-600, .dark .text-blue-700 { color: #60a5fa !important; }
.dark .text-purple-600, .dark .text-purple-700 { color: #c084fc !important; }

.dark .bg-amber-50  { background-color: rgba(245, 158, 11, 0.12) !important; }
.dark .bg-amber-100 { background-color: rgba(245, 158, 11, 0.20) !important; }
.dark .bg-green-50  { background-color: rgba(34, 197, 94, 0.12) !important; }
.dark .bg-green-100 { background-color: rgba(34, 197, 94, 0.20) !important; }
.dark .bg-red-50    { background-color: rgba(239, 68, 68, 0.12) !important; }
.dark .bg-red-100   { background-color: rgba(239, 68, 68, 0.20) !important; }
.dark .bg-blue-50   { background-color: rgba(59, 130, 246, 0.12) !important; }
.dark .bg-blue-100  { background-color: rgba(59, 130, 246, 0.20) !important; }
.dark .bg-purple-50 { background-color: rgba(168, 85, 247, 0.12) !important; }
.dark .bg-purple-100{ background-color: rgba(168, 85, 247, 0.20) !important; }

.dark .border-amber-200 { border-color: rgba(245, 158, 11, 0.35) !important; }
.dark .border-green-200 { border-color: rgba(34, 197, 94, 0.35) !important; }
.dark .border-red-200   { border-color: rgba(239, 68, 68, 0.35) !important; }

.dark .hover\:bg-green-100:hover { background-color: rgba(34, 197, 94, 0.20) !important; }
.dark .hover\:bg-amber-100:hover { background-color: rgba(245, 158, 11, 0.20) !important; }

/* سێبەری کارتەکان لە دارک مۆد کزتر */
.dark .shadow-sm, .dark .shadow, .dark .shadow-xl, .dark .shadow-2xl {
    --tw-shadow-color: rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
}
