/* mobile-debug.css — mobile rules extracted from debug-panel.css.
   Loaded immediately after debug-panel.css so the cascade is unchanged. */

@media (max-width: 576px) {
    .app-debug-corner-fixed {
        position: fixed;
        top: 10px;
        right: 12px;
        z-index: 1600;
    }
}

@media (max-width: 768px) {
    .debug-global-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .debug-habit-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
