.react-joyride__beacon{display:flex!important;align-items:center;justify-content:center}.react-joyride__beacon:before{content:"";position:absolute;width:60px;height:60px;border-radius:50%;background:hsla(31,53%,64%,.15);animation:beacon-pulse 2s ease-in-out infinite;z-index:-1}.react-joyride__beacon__inner{width:20px!important;height:20px!important;border-radius:50%!important;background-color:#d4a574!important;box-shadow:0 0 0 4px hsla(31,53%,64%,.2)!important;animation:beacon-glow 1.5s ease-in-out infinite!important}@keyframes beacon-pulse{0%{width:60px;height:60px;opacity:1}to{width:100px;height:100px;opacity:0}}@keyframes beacon-glow{0%,to{box-shadow:0 0 0 4px hsla(31,53%,64%,.2),0 0 10px hsla(31,53%,64%,.5)!important}50%{box-shadow:0 0 0 8px hsla(31,53%,64%,.1),0 0 20px hsla(31,53%,64%,.8)!important}}.react-joyride__beaconhole{box-shadow:0 0 0 9999px rgba(0,0,0,.35)}.react-joyride__spotlight{border-radius:8px;box-shadow:0 0 0 3px #d4a574,0 0 0 9999px rgba(0,0,0,.35)}.react-joyride__tooltip{background-color:#fff;border-radius:12px;border:2px solid #d4a574;box-shadow:0 8px 24px hsla(31,53%,64%,.2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;max-width:350px;padding:20px;position:relative;pointer-events:auto;z-index:1000002}.react-joyride__tooltip__header{color:#d4a574;font-size:16px;font-weight:700;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #d4a574}.react-joyride__tooltip__body{color:#555;font-size:14px;line-height:1.6;margin:12px 0}.react-joyride__tooltip__footer{display:flex;gap:8px;justify-content:flex-end;margin-top:16px;padding-top:12px;border-top:1px solid #eee;flex-wrap:wrap}.react-joyride__tooltip__button{background-color:transparent;border:2px solid #d4a574;border-radius:8px;color:#d4a574;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s ease}.react-joyride__tooltip__button:hover{background-color:hsla(31,53%,64%,.08);border-color:#d4a574;transform:translateY(-1px)}.react-joyride__tooltip__button--primary{background-color:#d4a574;border-color:#d4a574;color:#fff;font-weight:600}.react-joyride__tooltip__button--primary:hover{background-color:#c39460;border-color:#c39460;box-shadow:0 4px 12px hsla(31,53%,64%,.3);transform:translateY(-2px)}.react-joyride__tooltip__button:disabled{opacity:.5;cursor:not-allowed}.react-joyride__overlay{border-radius:8px;pointer-events:auto;z-index:1000001}.react-joyride__tooltip:before{border-color:#d4a574 transparent transparent}.react-joyride__tooltip:after{border-color:#fff transparent transparent}.react-joyride__tooltip__progress{font-size:12px;color:#d4a574;font-weight:600}.react-joyride__badge{background-color:#d4a574;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;height:32px;width:32px;box-shadow:0 2px 8px hsla(31,53%,64%,.3)}