/* ===== Dashboard Page Styles ===== */

.minecraft-preview {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.minecraft-avatar {
    width: 80px;
    height: 80px;
    border-radius: 1rem;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.minecraft-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.twofa-modal-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.twofa-qr-container {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}

.twofa-qr-image {
    max-width: 250px;
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.twofa-manual-code {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.twofa-manual-code-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.twofa-manual-code-label {
    font-weight: 600;
    display: block;
}

.twofa-manual-code-display {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    padding: 0.75rem;
    font-family: "Fira Mono", "Courier New", monospace;
    font-size: 0.9rem;
    word-break: break-word;
}

.twofa-manual-code-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.twofa-manual-code-actions .btn {
    white-space: nowrap;
}

.modal-description {
    color: var(--text-secondary);
}
