.file-result-card{gap:14px;min-width:0;padding:16px;display:grid}.file-result-card--compact{gap:10px;padding:10px 12px}.file-result-card__head{align-items:center;gap:12px;min-width:0;display:flex}.file-result-card__glyph{width:var(--icon-row);height:var(--icon-row);color:var(--accent-strong);flex-shrink:0;place-items:center;display:grid}.file-result-card__glyph svg{width:var(--icon-control);height:var(--icon-control)}.file-result-card[data-tone=warning] .file-result-card__glyph{color:var(--status-warning)}.file-result-card[data-tone=neutral] .file-result-card__glyph{color:var(--muted-foreground)}.file-result-card__copy{gap:2px;min-width:0;display:grid}.file-result-card__title{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--foreground);font-size:var(--text-body);font-weight:var(--font-weight-body);line-height:var(--leading-body);letter-spacing:var(--tracking-body);margin:0;overflow:hidden}.file-result-card__title a{color:inherit;border-bottom:1px solid color-mix(in srgb, currentcolor 24%, transparent);text-decoration:none}.file-result-card__title a:focus-visible{border-bottom-color:currentColor}@media (hover:hover) and (pointer:fine){.file-result-card__title a:hover{border-bottom-color:currentColor}}.file-result-card__meta{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--muted-foreground);font-size:var(--text-small);font-weight:var(--font-weight-small);line-height:var(--leading-small);letter-spacing:var(--tracking-small);overflow:hidden}.file-result-card__preview{border-radius:var(--radius-control);min-width:0;overflow:hidden}.file-result-card__lines{border-block:1px solid var(--border);gap:7px;padding-block:10px;display:grid}.file-result-card__lines>span{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--foreground);font-size:var(--text-small);font-weight:var(--font-weight-small);line-height:var(--leading-small);letter-spacing:var(--tracking-small);overflow:hidden}.file-result-card__lines>span.is-muted{color:var(--muted-foreground)}.file-result-card__actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}
