body.auth-player-register-page.bg {
    display: block;
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(255, 193, 7, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(6, 9, 14, 0.22), rgba(6, 9, 14, 0.88)),
        url('/assets/images/interface.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body.auth-player-register-page.bg::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.auth-player-register-page .navbar-top {
    position: sticky;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(8, 12, 18, 0.94), rgba(8, 12, 18, 0.72));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.auth-player-register-page .auth-navbar-shell {
    width: 100%;
    max-width: none;
}

.auth-player-register-page .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #f8d26b;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-player-register-page .navbar-brand:hover {
    color: #ffe9a8;
}

.auth-player-register-page .brand-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 193, 7, 0.28), rgba(255, 193, 7, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.24);
}

.auth-player-register-page .brand-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.auth-player-register-page .navbar-status {
    color: rgba(236, 236, 236, 0.8);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-player-register-page .center-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 86px);
    padding: 1rem;
}

.auth-player-register-page .glass-card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    animation: none;
}

.auth-player-register-page .glass-logo,
.auth-player-register-page .title,
.auth-player-register-page .footer {
    display: none;
}

.auth-player-register-page .register-shell {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-player-register-page .reg-card {
    background: rgba(13, 17, 24, 0.94);
    padding: 2.2rem;
    border-radius: 1rem;
    width: min(100%, 30rem);
    border: 1px solid rgba(255, 193, 7, 0.9);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.auth-player-register-page .reg-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.8), transparent);
}

.auth-player-register-page h4 {
    margin: 0;
    font-family: 'Georgia', 'Times New Roman', serif;
    color: #ffc107;
    letter-spacing: 0.14em;
    text-shadow: 0 0 12px rgba(255, 193, 7, 0.3);
}

.auth-player-register-page .register-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffc107, transparent);
    margin-top: 0.45rem;
}

.auth-player-register-page .register-intro {
    margin: 0.95rem 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.6;
}

.auth-player-register-page .text-gold {
    color: #ffc107 !important;
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.auth-player-register-page .form-control {
    background: rgba(33, 39, 49, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 0.65rem;
    padding: 0.75rem 0.95rem;
}

.auth-player-register-page .form-control:focus,
.auth-player-register-page .form-control:disabled {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.18rem rgba(255, 193, 7, 0.16);
    background: rgba(28, 33, 43, 0.96);
    color: #ffffff;
}

.auth-player-register-page .form-control::placeholder {
    color: rgba(255, 255, 255, 0.22);
}

.auth-player-register-page .register-help {
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    line-height: 1.55;
}

.auth-player-register-page .register-strength {
    margin-top: -0.15rem;
}

.auth-player-register-page .password-strength-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
}

.auth-player-register-page .discord-box {
    background: rgba(18, 22, 30, 0.86);
    border: 1px dashed rgba(88, 101, 242, 0.85);
    border-radius: 0.7rem;
    padding: 0.85rem 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.auth-player-register-page .discord-label {
    display: block;
    margin-bottom: 0.25rem;
    color: #99a8ff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auth-player-register-page .discord-copy {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.85rem;
    line-height: 1.45;
}

.auth-player-register-page .btn-vincular {
    flex-shrink: 0;
    background: #5865f2;
    color: #ffffff;
    border: 0;
    padding: 0.45rem 0.85rem;
    border-radius: 0.4rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.auth-player-register-page .btn-vincular:hover {
    color: #ffffff;
    background: #6a75f5;
}

.auth-player-register-page .register-captcha-box {
    margin: 0;
    background: rgba(18, 22, 30, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.auth-player-register-page .register-captcha-label {
    color: rgba(255, 255, 255, 0.82);
}

.auth-player-register-page .register-recaptcha-container {
    margin-top: 0.2rem;
}

.auth-player-register-page .invalid-feedback {
    color: #ff8f8f;
    font-size: 0.84rem;
}

.auth-player-register-page .register-terms-box {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.88rem;
    line-height: 1.5;
}

.auth-player-register-page .register-terms-box input {
    margin-top: 0.2rem;
}

.auth-player-register-page .register-terms-box a,
.auth-player-register-page .register-login-link span {
    color: #ffc107;
}

.auth-player-register-page .btn-register {
    background: linear-gradient(45deg, #d39e00 0%, #ffc107 100%);
    border: 0;
    color: #000000;
    font-weight: 800;
    padding: 0.9rem;
    border-radius: 0.8rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.auth-player-register-page .btn-register:hover,
.auth-player-register-page .btn-register:focus {
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(255, 193, 7, 0.4);
}

.auth-player-register-page .register-login-link {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.84rem;
    text-decoration: none;
}

.auth-player-register-page .register-login-link:hover {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .auth-player-register-page .center-wrapper {
        padding: 0.75rem;
    }

    .auth-player-register-page .reg-card {
        padding: 1.35rem 1rem;
    }

    .auth-player-register-page .discord-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .auth-player-register-page .btn-vincular {
        width: 100%;
        text-align: center;
    }
}