/* Dairy ERP de-brand + readability layer over the compiled DreamsPOS theme.
   Palette already orange #FF9F43 / navy #092C4C / Nunito in style.css. */

/* ---------- Branding ---------- */
.header .header-left .brand-text {
    font-weight: 800; font-size: 22px; color: #092C4C; letter-spacing: -0.02em;
    white-space: nowrap; line-height: 60px;
}
.header .header-left .brand-text b { color: #FF9F43; font-weight: 800; }
.header .header-left .brand-mark {
    width: 32px; height: 32px; border-radius: 8px; display: inline-flex; align-items: center;
    justify-content: center; color: #fff; font-size: 16px;
    background: linear-gradient(135deg, #FF9F43, #e68a30); margin-right: 8px; vertical-align: middle;
}
.user-menu .user-letter .avatar-initial {
    width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
    color: #fff; font-weight: 700; background: #092C4C;
}

/* ---------- Readability: larger + darker text ---------- */
body { font-size: 15px; color: #1f2733; line-height: 1.55; }

h1, h2, h3, h4, h5, h6 { color: #092C4C; }
h4 { font-size: 1.4rem; }
h5, .card-title { font-size: 1.1rem; }
h6 { font-size: 1rem; }

/* darker than the theme's default light grey so it stays readable */
.text-muted { color: #5b6670 !important; }
small, .small { font-size: 0.86rem; }

p { color: #384250; }

/* Tables — bigger, higher-contrast */
.table { font-size: 15px; color: #1f2733; }
.table > :not(caption) > * > * { padding-top: 0.7rem; padding-bottom: 0.7rem; }
.table thead th { color: #3b4453; font-size: 0.82rem; letter-spacing: 0.02em; }

/* Forms & labels */
.form-control, .form-select { font-size: 15px; color: #1f2733; }
.form-label, label { color: #3b4453; font-weight: 500; }

/* Sidebar — slightly larger, clearer */
.sidebar .sidebar-menu > ul > li a { font-size: 15px; }
.sidebar .sidebar-menu .submenu-hdr { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; }

/* Badges a touch larger */
.badge { font-size: 0.78rem; padding: 0.4em 0.6em; }

/* ---------- Utilities ---------- */
[x-cloak] { display: none !important; }
.text-brand { color: #e68a30 !important; }
.bg-brand-soft { background: #fff6ee !important; }

/* ---------- Compat: adg-* tokens/classes used by report & list views ----------
   Lets views written against the earlier shell render on the DreamsPOS theme
   with no per-view rewrite. */
:root {
    --adg-primary: #FF9F43; --adg-primary-hover: #e68a30; --adg-primary-soft: #fff6ee;
    --adg-surface: #ffffff; --adg-border: #e8ebf0; --adg-body-bg: #f7f7f7;
    --adg-text-dark: #1f2733; --adg-text-muted: #5b6670; --adg-header-h: 70px;
}
.btn-adg-primary { background: #FF9F43; border: 1px solid #FF9F43; color: #fff; }
.btn-adg-primary:hover, .btn-adg-primary:focus { background: #e68a30; border-color: #e68a30; color: #fff; }
.btn-adg-outline { background: transparent; border: 1px solid #FF9F43; color: #e68a30; }
.btn-adg-outline:hover { background: #FF9F43; color: #fff; }
.text-adg-primary { color: #e68a30 !important; }
.bg-adg-soft { background: #fff6ee !important; }
