/*
 * CyberLite Universe Stage AV1F
 * Login-panel Create Account contrast/theme polish.
 * Scoped deliberately so other outline buttons remain unchanged.
 */

.login-panel .button.button-outline[data-open-auth="register"] {
    background: linear-gradient(135deg, #1f8cff 0%, #6758ff 52%, #b640f4 100%);
    color: #ffffff;
    border: 1px solid rgba(111, 220, 255, 0.86);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 0 0 1px rgba(120, 81, 255, 0.18),
        0 10px 24px rgba(88, 66, 255, 0.30);
    text-shadow: 0 1px 2px rgba(3, 7, 20, 0.55);
}

.login-panel .button.button-outline[data-open-auth="register"]:hover {
    background: linear-gradient(135deg, #35a0ff 0%, #795eff 52%, #c84dff 100%);
    border-color: rgba(143, 232, 255, 0.98);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 0 0 1px rgba(137, 98, 255, 0.24),
        0 12px 28px rgba(96, 68, 255, 0.38);
}

.login-panel .button.button-outline[data-open-auth="register"]:focus-visible {
    outline: 3px solid rgba(103, 221, 255, 0.75);
    outline-offset: 3px;
}
