/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* AIDEV-NOTE: TV Mode — fullscreen-like Kanban for wall-mounted displays */
html.tv-mode .tv-hide { display: none !important; }
html.tv-mode #tv-mode-bar { display: flex !important; }
html.tv-mode main { padding: 0.5rem; max-width: 100%; height: calc(100vh - 4rem); display: flex; flex-direction: column; }
html.tv-mode #boardWrap { flex: 1; max-height: none !important; overflow: hidden; }
html.tv-mode #board { height: 100%; min-height: 0; align-items: stretch; }
html.tv-mode #board > [data-kanban-board-target="column"] { display: flex; flex-direction: column; }
html.tv-mode #board > [data-kanban-board-target="column"] > .rounded-2xl { flex: 1; display: flex; flex-direction: column; min-height: 0; }
html.tv-mode #board .kanban-card-list { flex: 1; overflow-y: auto; min-height: 0; }
html.tv-mode .board-label { display: none !important; }
