/* Veritas Lot Tracker - shared theme overrides.
   Dark is the default (matches each page's own inline <style>).
   body.light overrides common classes used across all pages. */

body.light {
    background: #f4f6f8 !important;
    color: #1a2332 !important;
}
body.light .topbar, body.light h1, body.light h2 { color: #1a2332 !important; }
body.light .userinfo, body.light .sub, body.light .loc, body.light .memo,
body.light .hint, body.light .community, body.light .size, body.light small,
body.light td[style*="color:#9aa7b3"], body.light .empty { color: #5a6472 !important; }

body.light .panel, body.light .card, body.light table, body.light .box,
body.light .sbox {
    background: #ffffff !important;
    border-color: #dde3ea !important;
}

body.light th { color: #5a6472 !important; }
body.light th, body.light td { border-color: #e6e9ee !important; }
body.light tr:last-child td { background: #f0f3f7 !important; }

body.light input, body.light select, body.light textarea {
    background: #f4f6f8 !important;
    color: #1a2332 !important;
    border-color: #cdd6e0 !important;
}

body.light a.back, body.light .links a, body.light .filters a { color: #2f6feb !important; }
body.light .filters a.active { background: #2f6feb !important; color: #fff !important; }

body.light a.btn, body.light button:not(.danger):not([class*="stat"]) {
    background: #e4e9f0 !important;
    color: #1a2332 !important;
}
body.light button[type="submit"], body.light .print-btn, body.light .back {
    /* keep primary action buttons blue for contrast */
}
body.light a.btn[href="logout.php"] { background: #2f6feb !important; color: #fff !important; }

body.light code { background: #eef1f5 !important; color: #1a2332 !important; }
body.light details summary { color: #5a6472 !important; }

/* Status badges keep their color-coding in both themes (already have good contrast) */
