.full-sync-control{display:flex;align-items:center;gap:9px;margin-left:auto}.full-sync-button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid #0b8f83;border-radius:7px;background:#0b8f83;color:#fff;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 5px 14px rgba(11,143,131,.16);transition:background .15s ease,border-color .15s ease,transform .15s ease}.full-sync-button:hover:not(:disabled){background:#08756c;border-color:#08756c;transform:translateY(-1px)}.full-sync-button:disabled{cursor:not-allowed;opacity:.58}.full-sync-button.is-syncing{min-width:118px;background:#172033;border-color:#172033;opacity:1}.full-sync-icon{font-size:17px;line-height:1}.full-sync-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:full-sync-spin .72s linear infinite}.full-sync-step{max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#697386;font-size:12px}.full-sync-toast{position:fixed;right:24px;top:82px;z-index:10020;max-width:420px;padding:12px 16px;border:1px solid rgba(18,26,41,.1);border-left:3px solid #697386;border-radius:7px;background:#fbfcfd;color:#172033;font-size:13px;font-weight:600;box-shadow:0 18px 44px rgba(18,26,41,.16);opacity:0;transform:translateY(-8px);transition:.18s ease}.full-sync-toast.show{opacity:1;transform:none}.full-sync-toast.success{border-left-color:#0b8f83}.full-sync-toast.warning{border-left-color:#c47a12}.full-sync-toast.error{border-left-color:#c53d3d}@keyframes full-sync-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.full-sync-step{display:none}.full-sync-button{padding:0 12px}}@media(prefers-reduced-motion:reduce){.full-sync-spinner{animation-duration:1.5s}.full-sync-button,.full-sync-toast{transition:none}}
