/* Wiederverwendbare UI-Komponenten · v0.12.0
   Keine fachmodulspezifischen Selektoren in dieser Datei. */
.hm-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--hm-space-4);margin-bottom:var(--hm-space-3)}
.hm-section-head h2,.hm-section-head h3{margin:0}.hm-section-head p{margin:4px 0 0;color:var(--muted);font-size:var(--hm-text-sm)}
.hm-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--hm-space-3)}
.hm-action-card{border:1px solid var(--line);border-radius:var(--hm-radius-lg);background:var(--card);padding:var(--hm-space-4);box-shadow:var(--hm-shadow-sm);display:grid;gap:var(--hm-space-3);min-width:0}
.hm-action-card:hover{border-color:#b8d2ec;box-shadow:var(--hm-shadow-card)}
.hm-action-card-head{display:flex;align-items:center;gap:var(--hm-space-3)}
.hm-action-card-icon{width:42px;height:42px;border-radius:var(--hm-radius-md);display:grid;place-items:center;background:#edf5fd;color:var(--blue);font-size:21px;font-weight:850;flex:0 0 auto}
.hm-action-card h3{margin:0;font-size:14px}.hm-action-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.hm-action-card .btn{justify-self:start}
.hm-inline-meta{display:flex;gap:6px;flex-wrap:wrap}.hm-meta-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:var(--hm-radius-pill);background:#f1f4f8;color:#52677a;font-size:10px;font-weight:750}
.hm-divider{height:1px;background:var(--line);margin:var(--hm-space-4) 0}
.hm-code-path{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;background:#f1f4f8;border:1px solid var(--line);border-radius:6px;padding:2px 6px;color:#334b62}
.hm-note{border:1px solid #cfe0f1;background:#f4f9fe;border-radius:var(--hm-radius-md);padding:var(--hm-space-3);font-size:11px;line-height:1.55;color:#3d5870}
.hm-swatch{height:56px;border-radius:var(--hm-radius-md);border:1px solid rgba(21,34,56,.10)}
.hm-token-label{display:grid;gap:3px;margin-top:7px}.hm-token-label b{font-size:11px}.hm-token-label code{font-size:9px;color:var(--muted)}
.hm-prose{max-width:920px;line-height:1.65}.hm-prose h3{margin:22px 0 8px}.hm-prose p,.hm-prose li{font-size:13px}.hm-prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#f1f4f8;padding:2px 5px;border-radius:5px}
.hm-component-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid var(--line)}.hm-component-row:last-child{border-bottom:0}
@media(max-width:720px){.hm-section-head{align-items:flex-start;flex-direction:column}.hm-card-grid{grid-template-columns:1fr}}
