.cr-container-d68ce077 {
    font-family: inherit;
    direction: rtl;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

/* Futuristic / Google Modern Dark Theme */
.cr-container-d68ce077 .cr-panel {
    background: #0f172a;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(15, 157, 88, 0.15);
    padding: 30px 24px;
    text-align: center;
    border: 1px solid rgba(15, 157, 88, 0.2);
    transition: all 0.3s ease;
}

.cr-container-d68ce077 .cr-gaming-logo {
    font-size: 36px;
    margin-bottom: 12px;
    animation: pulseGlow 2s infinite ease-in-out;
}

@keyframes pulseGlow {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 5px rgba(15,157,88,0.4)); }
    50% { transform: scale(1.1); filter: drop-shadow(0 0 15px rgba(15,157,88,0.8)); }
}

.cr-container-d68ce077 .cr-header h3 {
    margin: 0 0 8px 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.cr-container-d68ce077 .cr-header p {
    margin: 0 0 24px 0;
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
}

.cr-container-d68ce077 .cr-actions {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Beautiful Neon Button Gradient */
.cr-container-d68ce077 .cr-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0f9d58 0%, #1a73e8 100%);
    border: none;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(15, 157, 88, 0.3);
    transition: all 0.2s ease;
    width: 100%;
}

.cr-container-d68ce077 .cr-btn-primary:hover {
    filter: brightness(1.1);
    box-shadow: 0 4px 20px rgba(15, 157, 88, 0.5);
}

.cr-container-d68ce077 .cr-btn-primary:active {
    transform: scale(0.98);
}

.cr-container-d68ce077 .cr-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #334155;
}

.cr-container-d68ce077 .cr-divider::before,
.cr-container-d68ce077 .cr-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cr-container-d68ce077 .cr-divider span {
    padding: 0 12px;
    font-size: 12px;
    color: #64748b;
    font-weight: bold;
}

.cr-container-d68ce077 .cr-join-form {
    display: flex;
    gap: 10px;
}

.cr-container-d68ce077 .cr-join-form input {
    flex: 1;
    padding: 12px 16px;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s;
    text-align: center;
    font-weight: bold;
}

.cr-container-d68ce077 .cr-join-form input:focus {
    border-color: #0f9d58;
    box-shadow: 0 0 10px rgba(15, 157, 88, 0.2);
}

.cr-container-d68ce077 .cr-join-form button {
    width: auto;
    white-space: nowrap;
}
