.crm-card{display:grid;gap:6px;min-width:min(280px,100%);max-width:360px;padding:12px 14px;border-radius:16px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xs)}.crm-card[data-tone=warning]{border-top:3px solid var(--warning)}.crm-card[data-tone=info]{border-top:3px solid var(--info)}.crm-card[data-tone=success]{border-top:3px solid var(--success);background:linear-gradient(180deg,var(--success-soft),var(--surface) 70%)}.crm-card[data-tone=danger]{border-top:3px solid var(--danger)}.crm-card[data-tone=muted]{background:var(--surface-2)}.crm-card-head{display:flex;align-items:center;gap:8px;font-size:13px}.crm-card-head strong{flex:1}.crm-card-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--brand-soft);color:var(--brand)}.crm-card[data-tone=success] .crm-card-icon{background:var(--success);color:#fff}.crm-card-status{padding:1px 8px;border-radius:99px;background:var(--surface-2);color:var(--text-2);font-size:11.5px;font-weight:750;white-space:nowrap}.crm-card[data-tone=warning] .crm-card-status{background:var(--warning-soft);color:var(--warning)}.crm-card[data-tone=info] .crm-card-status{background:var(--info-soft);color:var(--info)}.crm-card[data-tone=success] .crm-card-status{background:var(--success-soft);color:var(--success)}.crm-card[data-tone=danger] .crm-card-status{background:var(--danger-soft);color:var(--danger)}.crm-card-title{margin:0;font-size:14.5px;font-weight:800;line-height:1.6}.crm-card-amount{display:flex;align-items:baseline;gap:6px}.crm-card-amount b{font-size:22px;font-weight:900}.crm-card-amount span{color:var(--muted);font-size:12.5px}.crm-card small{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.crm-card-timer[data-urgent=true]{color:var(--danger)!important;font-weight:750}.crm-card-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.crm-card-actions .ui-btn{flex:1;justify-content:center}