/* DriveDiggers production feature boundaries.
 * Controls are hidden only when the secure storage/integration required by
 * that feature depends on client infrastructure that has not been supplied.
 */

/* Manual administrator-created users/cases are intentionally unavailable.
 * Customer signup and customer-owned case creation remain the controlled flows.
 */
#createCaseButton,
[data-create-case],
#createCaseModal,
#addCustomerButton,
.admin-stat-change,
.admin-system-score {
    display: none !important;
}

/* Secure customer messaging and file storage require the client's SMTP/object
 * storage and retention policy. They are excluded from the launch build rather
 * than represented with demonstration data.
 */
[data-view-target="messages"],
[data-view-target="documents"],
[data-view-shortcut="messages"],
[data-view-shortcut="documents"],
[data-document-download],
[data-customer-view="messages"],
[data-customer-view="documents"] {
    display: none !important;
}
