#shared-recovery{position:fixed;z-index:190;top:max(12px,env(safe-area-inset-top));left:50%;transform:translateX(-50%);width:min(470px,calc(100vw - 24px));padding:12px 14px;background:rgba(24,28,29,.97);border:1px solid #8c7e60;border-radius:7px;box-shadow:0 6px 24px #0007;color:#eee7d8;font:14px/1.35 system-ui,sans-serif;pointer-events:auto}
#shared-recovery[hidden]{display:none}#shared-recovery strong{display:block;font-size:15px}#shared-recovery-status{margin:5px 0 9px;color:#d1c3a7}#shared-recovery .recovery-actions{display:flex;gap:6px;flex-wrap:wrap}#shared-recovery button{min-height:44px;flex:1 1 auto;padding:8px 12px;border:1px solid #6d705f;border-radius:4px;background:#303733;color:#f2ecdf;font:inherit;cursor:pointer}#shared-recovery button:disabled{opacity:.55;cursor:wait}#shared-recovery button:focus-visible{outline:2px solid #e6c56f;outline-offset:2px}
@media(max-height:500px){#shared-recovery{top:max(6px,env(safe-area-inset-top));padding:8px 12px;width:min(530px,calc(100vw - 24px))}#shared-recovery-status{margin:3px 0 6px}}
