:root {
    --game-shell-bg: #05070c;
    --game-shell-text: #d8e0ea;
    --game-shell-blue: #39d5ff;
    --game-shell-green: #2ee58b;
    --game-shell-amber: #ffc857;
    --game-shell-pink: #ff5da8;
}

body {
    background:
        radial-gradient(circle at 12% 8%, rgba(57, 213, 255, 0.16), transparent 27%),
        radial-gradient(circle at 84% 12%, rgba(255, 200, 87, 0.14), transparent 24%),
        radial-gradient(circle at 72% 86%, rgba(46, 229, 139, 0.12), transparent 30%),
        linear-gradient(180deg, #05070c 0%, #080d18 50%, #05070c 100%) !important;
    color: var(--game-shell-text) !important;
}

body::before,
body::after {
    display: none !important;
}

footer,
.footer,
.footer-principal,
#footer,
.site-footer {
    display: none !important;
}

#ss-master-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

#ss-master-header a {
    text-decoration: none;
}

.academy-wrap,
.hub-wrap,
.misiones-wrap,
.logros-wrap,
.ranking-wrap,
.tienda-wrap,
.perfil-wrap {
    color: var(--game-shell-text);
}

.hub-wrap .section-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hub-wrap .st-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
}

.btn-result,
.btn-cta,
.mwh-back,
.tn-back,
.btn-claim {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

img {
    max-width: 100%;
}

@media (max-width: 900px) {
    #ss-master-header {
        position: sticky;
        top: 0;
    }
}
