:root {
    --user-bg-base: #0d0907;
    --user-bg-glow-main: rgba(255, 233, 171, 0.18);
    --user-bg-glow-main-fade: rgba(232, 186, 91, 0.08);
    --user-bg-glow-left: rgba(219, 170, 83, 0.08);
    --user-bg-glow-right: rgba(201, 148, 60, 0.08);
    --user-bg-start: #1a120d;
    --user-bg-mid: #120d0a;
    --user-bg-deep: #0d0907;
    --user-bg-end: #090605;
}

body.user-page {
    margin: 0;
    min-height: 100vh;
    font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
    color: #ffe2a1;
    background-color: var(--user-bg-base);
    background-image:
        linear-gradient(180deg, rgba(8, 6, 5, 0.48) 0%, rgba(8, 6, 5, 0.76) 52%, rgba(8, 6, 5, 0.94) 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: #f7cb80;
    font-size: 0.9rem;
}
