:root {
    --user-bg-base: #21b354;
    --user-bg-glow-main: rgba(255, 255, 255, 0.28);
    --user-bg-glow-main-fade: rgba(101, 216, 121, 0.18);
    --user-bg-glow-left: rgba(216, 247, 214, 0.2);
    --user-bg-glow-right: rgba(21, 153, 71, 0.2);
    --user-bg-start: #65d879;
    --user-bg-mid: #21b354;
    --user-bg-deep: #159947;
    --user-bg-end: #d8f7d6;
}

body.user-page {
    margin: 0;
    min-height: 100vh;
    font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
    color: #111111;
    background-color: var(--user-bg-base);
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(33, 179, 84, 0.44) 52%, rgba(216, 247, 214, 0.88) 100%),
        radial-gradient(circle at 50% 0%, var(--user-bg-glow-main), var(--user-bg-glow-main-fade) 24%, rgba(0, 0, 0, 0) 48%),
        radial-gradient(circle at 16% 20%, var(--user-bg-glow-left), rgba(0, 0, 0, 0) 34%),
        radial-gradient(circle at 84% 18%, var(--user-bg-glow-right), rgba(0, 0, 0, 0) 31%),
        url("../images/page-background.png"),
        linear-gradient(180deg, var(--user-bg-start) 0%, var(--user-bg-mid) 30%, var(--user-bg-deep) 66%, var(--user-bg-end) 100%);
    background-position: center top, center top, 16% 20%, 84% 18%, center top, center top;
    background-size: auto, auto, auto, auto, cover, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-attachment: fixed, fixed, fixed, fixed, fixed, fixed;
    padding: 18px 10px 26px;
}

.user-footer-note {
    margin-top: 12px;
    text-align: center;
    color: #111111;
    font-size: 0.9rem;
}

body.user-page button,
body.user-page input[type="submit"],
body.user-page input[type="button"],
body.user-page .btn,
body.user-page .nav-btn,
body.user-page .action-btn,
body.user-page .submit-btn,
body.user-page .back-btn,
body.user-page .page-btn,
body.user-page .action-card,
body.user-page .action-card.gold,
body.user-page .shortcut-card,
body.user-page .dashboard-top-btn,
body.user-page .dashboard-top-btn.alt,
body.user-page .dashboard-logout-pill,
body.user-page .dashboard-alert-badge,
body.user-page .dashboard-wallet-card {
    background: #050505 !important;
    background-image: none !important;
    border-color: #050505 !important;
    color: #21b354 !important;
    text-shadow: none !important;
}

body.user-page .action-card *,
body.user-page .shortcut-card *,
body.user-page .dashboard-top-btn *,
body.user-page .dashboard-logout-pill *,
body.user-page .dashboard-alert-badge *,
body.user-page .dashboard-wallet-card * {
    color: #21b354 !important;
    text-shadow: none !important;
}
