body.gps-mobile-shell {
    background: var(--gps-app-background);
}

body.gps-mobile-shell > header,
body.gps-mobile-shell > .container-fluid:first-child {
    background: var(--gps-surface);
}

body.gps-mobile-shell main {
    background:
        radial-gradient(circle at top left, rgba(29, 127, 157, 0.08), transparent 34rem),
        linear-gradient(180deg, var(--gps-app-background-soft), var(--gps-app-background));
    min-height: calc(100vh - 150px);
    padding-bottom: 1.5rem;
}

body.gps-mobile-shell footer {
    color: #657483;
}
