        .yx-m-card { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #eee; border-radius: 14px; padding: 14px; margin-bottom: 12px; text-decoration: none; color: inherit; }
        .yx-m-card:active { background: #faf6ef; }
        .yx-m-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; flex-shrink: 0; }
        .yx-m-body { flex: 1; min-width: 0; }
        .yx-m-title { font-family: var(--font); font-weight: 600; color: #333; font-size: .98rem; }
        .yx-m-alias { font-size: .72rem; color: #999; font-weight: 400; }
        .yx-m-sum { font-size: .8rem; color: #888; margin-top: 3px; line-height: 1.5; }
        .yx-m-arrow { color: #ccc; font-size: .9rem; }
        .yx-m-disc { margin-top: 8px; background: #FFFDF9; border: 1px solid #f0e6d2; border-radius: 12px; padding: 12px 14px; font-size: .74rem; color: #9a8866; line-height: 1.6; }
