.recovery-status{position:fixed;right:18px;bottom:18px;z-index:40;display:grid;gap:4px;min-width:250px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--panel);box-shadow:0 12px 34px rgba(0,0,0,.24);font-size:13px}.recovery-status strong{font-size:13px}.recovery-status span{color:var(--muted)}.recovery-status button{margin-top:6px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:var(--panel-soft);color:var(--text);cursor:pointer}.recovery-status.is-offline{border-color:#7c4a2d;background:rgba(69,38,24,.96)}.recovery-status.has-pending{border-color:#8a6d1f}.recovery-status.is-online:not(.has-pending){opacity:.82}@media(max-width:760px){.recovery-status{right:10px;left:10px;bottom:10px;min-width:0}}