/* Phase 7: token thiet ke thuc te se dien vao sau khi qua gate Stitch (muc B ke hoach). */
body {
    margin: 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}


/* Buoc 9.3: "In / Xuat PDF" bao cao = hop thoai in cua trinh duyet -> an thanh menu, chi in phan noi dung. */
@media print {
    aside, header, .no-print { display: none !important; }
    main { padding: 0 !important; }
    body, .min-h-screen { background: #fff !important; }
    * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* Buoc "don dep" (1): theme DevExpress/Bootstrap (blazing-berry) dat --bs-primary = tim va success/danger/warning/secondary khac design system
   → .text-primary/.bg-primary/.bg-success/... (Bootstrap, !important) de len class Tailwind cung ten. Ghi de bien theo TOKEN Pharma-ERP Professional
   (primary #004473, secondary #5e5e5e, success #2D8A2D, warning #E67E22, danger #C0392B) de moi trang hien dung mau mockup. */
:root {
    --bs-primary: #004473;   --bs-primary-rgb: 0, 68, 115;
    --bs-secondary: #5e5e5e; --bs-secondary-rgb: 94, 94, 94;
    --bs-success: #2D8A2D;   --bs-success-rgb: 45, 138, 45;
    --bs-warning: #E67E22;   --bs-warning-rgb: 230, 126, 34;
    --bs-danger: #C0392B;    --bs-danger-rgb: 192, 57, 43;
}
