/*
 * TMS app stylesheet — INTENTIONALLY MINIMAL.
 *
 * This build is "structure only". No SaaS/blue-theme UI design has been
 * applied. Add your visual design here later. The structural class hooks
 * used by templates/JS are listed below for reference:
 *
 *   .tms-home, .tms-create-workspace, .tms-owner-login
 *   .tms-admin, .tms-admin__sidebar, .tms-admin__main
 *   .tms-user, .tms-user__top, .tms-user__modules
 *   .tms-tabs, .tms-task-card, .tms-cards, .tms-card
 *   .tms-form, .tms-message, .tms-error, .tms-notifications
 *
 * Data attributes (behavioral hooks, do not restyle away):
 *   [data-tms-form] [data-tms-submit] [data-tms-action] [data-tms-nav]
 *   [data-tms-module] [data-tms-tab] [data-tms-panel] [data-tms-table]
 *   [data-tms-task-action] [data-tms-notifications]
 */

/* bare structural visibility helpers only */
[hidden] { display: none !important; }
.tms-form { display: flex; flex-direction: column; gap: 8px; max-width: 420px; }
.tms-message { min-height: 1em; }
