.hub-detail{display:flex;flex-direction:column;gap:18px}.hub-detail-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(135deg,var(--card),color-mix(in srgb,var(--accent) 8%,var(--card)))}.hub-detail-hero h2{margin:4px 0 6px}.hub-detail-hero p,.hub-detail-hero small{color:var(--muted)}.hub-balance{text-align:right;display:flex;flex-direction:column;gap:4px}.hub-balance b{font-size:clamp(28px,4vw,44px)}.hub-actions{display:flex;flex-wrap:wrap;gap:10px}.hub-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hub-ledger{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:18px}.hub-tx{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px 4px;border-bottom:1px solid var(--border)}.hub-tx:last-child{border-bottom:0}.hub-tx div{display:flex;flex-direction:column;gap:4px}.hub-tx small{color:var(--muted)}.hub-tx .positive{color:var(--success)}.hub-tx .negative{color:var(--danger)}.hub-open{font-weight:700}@media(max-width:820px){.hub-detail-hero{align-items:flex-start;flex-direction:column}.hub-balance{text-align:left}.hub-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.hub-detail-grid{grid-template-columns:1fr}.hub-actions>*{width:100%}.hub-tx{align-items:flex-start}.hub-tx strong{white-space:nowrap}}

.pf-empty-create{margin-top:14px;min-width:190px}
