/* Phase 1 placeholder — visual identity is an open question in the plan
   (reuse FSM's Bootstrap theme vs. invest in CMMS-specific custom CSS). */
body {
    background-color: #f4f6f9;
}

/* User manual print support: browser-native print dialog via a plain
   @media print stylesheet, per the plan — no server-side PDF pipeline.
   .no-print hides nav chrome/the print button itself; .doc-content is
   widened to use the full printable page. */
@media print {
    .navbar, .no-print {
        display: none !important;
    }
    .doc-content {
        width: 100% !important;
    }
    body {
        background-color: #fff;
    }
}
