.odws{position:relative}
.odws h4{display:flex;align-items:center;justify-content:space-between;gap:10px}
.odws-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:900;white-space:nowrap}
.odws-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.75}
.odws[data-phase="ready"] .odws-badge,.odws[data-phase="saved"] .odws-badge{background:#ecfdf5;color:#047857}
.odws[data-phase="dirty"] .odws-badge,.odws[data-phase="saving"] .odws-badge,.odws[data-phase="opening"] .odws-badge,.odws[data-phase="bootstrapping"] .odws-badge{background:#eff6ff;color:#1d4ed8}
.odws[data-phase="conflict"] .odws-badge,.odws[data-phase="error"] .odws-badge,.odws[data-phase="login_expired"] .odws-badge,.odws[data-phase="volatile"] .odws-badge{background:#fff1f2;color:#be123c}
.odws[data-phase="offline"] .odws-badge,.odws[data-phase="legacy"] .odws-badge,.odws[data-phase="undecided"] .odws-badge{background:#fffbeb;color:#b45309}
.odws-status{display:flex;align-items:flex-start;gap:8px;margin:9px 0 0;padding:10px 11px;border:1px solid var(--line,#e2e8f0);border-radius:11px;background:#f8fafc;color:#475569;font-size:12px;font-weight:750;line-height:1.5}
.odws-status-label{flex:0 0 auto;padding:2px 6px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:10px;font-weight:950;line-height:1.5;white-space:nowrap}
.odws-row{display:flex;gap:7px;flex-wrap:wrap;align-items:center;margin-top:9px}
.odws .odws-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.odws .odws-account-link{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8;font-weight:900}
.odws-destination{margin-top:9px;padding:10px 11px;border:1px solid #bfdbfe;border-radius:11px;background:#eff6ff}
.odws-destination strong{display:block;color:#1e3a8a;font-size:12px;line-height:1.45}
.odws-destination p{margin:4px 0 0;color:#475569;font-size:11px;font-weight:700;line-height:1.55}
.odws-destination b{color:#1d4ed8;font-weight:950}
.odws-saved-destination{margin-top:10px;padding:11px;border:1px solid #a7f3d0;border-radius:12px;background:#ecfdf5}
.odws-saved-destination strong{display:block;color:#065f46;font-size:13px;line-height:1.45}
.odws-saved-destination p{margin:5px 0 0;color:#047857;font-size:12px;font-weight:750;line-height:1.55}
.odws-saved-destination[data-recovery="failed"]{border-color:#fed7aa;background:#fff7ed}
.odws-saved-destination[data-recovery="failed"] strong,.odws-saved-destination[data-recovery="failed"] p{color:#9a3412}
.odws-saved-destination[data-recovery="unchanged"]{border-color:#bfdbfe;background:#eff6ff}
.odws-saved-destination[data-recovery="unchanged"] strong,.odws-saved-destination[data-recovery="unchanged"] p{color:#1e40af}
.odws-choice,.odws-conflict,.odws-import{margin-top:10px;padding:11px;border:1px solid #fde68a;border-radius:12px;background:#fffbeb}
.odws-choice strong,.odws-conflict strong,.odws-import strong{display:block;color:#713f12;font-size:13px;line-height:1.45}
.odws-choice p,.odws-conflict p,.odws-import p{margin:5px 0 0;color:#78716c;font-size:12px;font-weight:700;line-height:1.5}
.odws-conflict{border-color:#fecdd3;background:#fff1f2}
.odws-conflict strong{color:#9f1239}
.odws-import{border-color:#dbeafe;background:#f8fbff}
.odws-import strong{color:#1e3a8a}
.odws #odwsRecovery{margin-top:10px;padding-top:10px;border-top:1px solid #dbeafe}
.odws-import-scope{display:grid;gap:6px;margin:9px 0 0;padding:0;list-style:none}
.odws-import-scope li{display:grid;grid-template-columns:minmax(82px,auto) 1fr;gap:8px;padding:7px 8px;border:1px solid #dbeafe;border-radius:9px;background:#fff;color:#475569;font-size:11px;font-weight:700;line-height:1.45}
.odws-import-scope b{color:#1e40af;font-weight:950}
.odws-import-list{display:grid;gap:7px;margin-top:9px;max-height:230px;overflow:auto}
.odws-import-item{display:flex;align-items:flex-start;gap:8px;padding:8px 9px;border:1px solid #dbeafe;border-radius:10px;background:#fff;color:#334155;font-size:12px;font-weight:750;line-height:1.4;cursor:pointer}
.odws-import-item input{margin-top:2px}
.odws-import-item small{display:block;margin-top:2px;color:#64748b;font-size:11px}
.odws-import-results{display:grid;gap:6px;margin-top:9px}
.odws-import-result{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border-radius:9px;background:#ecfdf5;color:#065f46;font-size:12px;font-weight:800}
.odws-import-result.is-local{background:#eff6ff;color:#1e40af}
.odws-import-result a{color:#047857;font-weight:900;white-space:nowrap}
.odws-empty{margin-top:9px;color:#64748b;font-size:12px;font-weight:750}
.odws [hidden]{display:none!important}
@media (max-width:720px){.odws-status{flex-direction:column;gap:5px}.odws-row .btn,.odws-row .odws-link{flex:1 1 calc(50% - 7px)}.odws-import-scope li{grid-template-columns:1fr;gap:2px}.odws-import-result{align-items:flex-start;flex-direction:column}}
