/** * @license * Copyright 2025 Qwen Team * SPDX-License-Identifier: Apache-2.0 */ .empty-state { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; padding: 40px 20px; } .empty-state-content { display: flex; flex-direction: column; align-items: center; gap: 32px; max-width: 600px; width: 100%; } .empty-state-logo { display: flex; flex-direction: column; align-items: center; gap: 24px; } .empty-state-logo-image { width: 60px; height: 60px; object-fit: contain; } .empty-state-text { text-align: center; } .empty-state-title { font-size: 15px; color: var(--app-primary-foreground); line-height: 1.5; font-weight: 400; max-width: 400px; }