/**
 * View Isolation CSS
 * Minimal CSS to support view isolation without interfering with Alpine.js
 */

/* Dashboard container should be hidden by default - JS will show it when needed */
#modern-dashboard-container {
    display: none;
}

/* When in dashboard view, the container is shown via JS (not CSS) */
/* This prevents widgets from appearing in other views */

/* DO NOT add any force-show or !important display rules here */
/* Let Alpine.js handle all x-show directives naturally */
