/* DocCard (component) — fully scoped, no external consumers. */
._card_vwLhi {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--border);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
._card_vwLhi:hover { transform: translateY(-2px); border-color: var(--border-strong); box-shadow: 0 16px 32px -20px var(--border-strong); }
._icon_dU8NW {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--indigo-soft);
    color: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}
._card_vwLhi h2 { font-size: 1.05rem; font-weight: 700; color: var(--text-strong); margin: 0; letter-spacing: -0.01em; }
._card_vwLhi p { color: var(--text-dim); font-size: 0.9rem; line-height: 1.55; flex: 1; }
._tag_z-7yb {
    align-self: flex-start;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--text-strong);
    background: transparent;
    border: 1px solid var(--border-strong);
    padding: 0.2rem 0.55rem;
    border-radius: 0;
}
