/* =====================================================
   App Shell Layout (#app flex column)
===================================================== */

/* ═══════════════════════════════════════════════════════════════
   APP SHELL
═══════════════════════════════════════════════════════════════ */
#app {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

