.ui-empty {
    text-align: center;
    padding: 48px 24px;
    border: 1px dashed var(--ui-border);
    border-radius: var(--ui-radius-xl);
    background: rgba(255,255,255,.02);
}

.ui-empty-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: rgba(16,185,129,.12);
    color: var(--ui-success);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.ui-empty-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--ui-text);
    margin-bottom: 6px;
}

.ui-empty-text {
    font-size: 14px;
    color: var(--ui-muted);
}

