/* QardFund v1.7.32 — persistent form draft status + clear button */
.qf-draft-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:12px;padding:9px 11px;border:1px solid var(--line,#dfe6e2);border-radius:12px;background:color-mix(in srgb,var(--panel,#fff) 92%,#e9f5ef 8%);font-size:11px;color:var(--muted,#65716c)}
.qf-draft-state{display:flex;align-items:center;gap:7px;min-width:0}.qf-draft-dot{width:8px;height:8px;border-radius:50%;background:#87938d;box-shadow:0 0 0 3px rgba(90,110,100,.08);flex:0 0 auto}.qf-draft-bar[data-state="saving"] .qf-draft-dot{background:#d79a24;animation:qfDraftPulse 1s infinite}.qf-draft-bar[data-state="saved"] .qf-draft-dot,.qf-draft-bar[data-state="restored"] .qf-draft-dot{background:#2f9c68}.qf-draft-bar[data-state="local"] .qf-draft-dot{background:#4f79b7}.qf-draft-bar[data-state="cleared"] .qf-draft-dot,.qf-draft-bar[data-state="clean"] .qf-draft-dot{background:#87938d}.qf-draft-text{white-space:normal;line-height:1.7}.qf-draft-clear{appearance:none;border:1px solid #d7dfda!important;background:transparent!important;color:#5d6863!important;border-radius:9px!important;padding:6px 10px!important;font-size:11px!important;font-weight:700!important;box-shadow:none!important;min-height:0!important}.qf-draft-clear:hover{border-color:#b8c8bf!important;background:rgba(58,120,88,.05)!important;color:#2f6f51!important}@keyframes qfDraftPulse{50%{opacity:.45;transform:scale(.85)}}
@media(max-width:600px){.qf-draft-bar{align-items:stretch}.qf-draft-state{flex:1 1 100%}.qf-draft-clear{width:100%;padding:8px 10px!important}}
