@charset "utf-8";

/* =========================================================
   GLOBAL LAYOUT (CANONICAL)
	/css/base/layout.css
   ========================================================= */

body {
    margin: 0;
    background: linear-gradient(
        180deg,
        #f8fafc 0%,
        #f1f5f9 100%
    );
}

/* CRITICAL: space for fixed footer */
#app-main {
    padding-bottom: 56px; /* must be >= footer height */
}