#wp-admin-bar-wpguard-speed-purge > .ab-item{background:#ED217C !important;color:#fff !important;border-radius:4px;margin:4px 6px !important;padding:0 14px !important;height:24px !important;line-height:24px !important;transition:all 0.25s ease;font-weight:500}#wp-admin-bar-wpguard-speed-purge > .ab-item:hover{background:#d41a6e !important;box-shadow:0 2px 8px rgba(237,33,124,0.4);transform:translateY(-1px)}#wp-admin-bar-wpguard-speed-purge .ab-icon{margin-top:-3px}#wp-admin-bar-wpguard-speed-purge .ab-icon:before{content:"\f463";top:1px;color:#fff !important}#wp-admin-bar-wpguard-speed-purge .ab-label{color:#fff !important;margin-top:-4px}#wp-admin-bar-wpguard-speed-purge.wpgspeed-purging > .ab-item{background:#ED217C !important;animation:wpgspeed-pulse 1.5s ease-in-out infinite}#wp-admin-bar-wpguard-speed-purge.wpgspeed-purging .ab-icon:before{animation:wpgspeed-spin 1s linear infinite}#wp-admin-bar-wpguard-speed-purge.wpgspeed-success > .ab-item{background:#46b450 !important}#wp-admin-bar-wpguard-speed-purge.wpgspeed-error > .ab-item{background:#dc3232 !important}#wp-admin-bar-wpguard-speed-purge.wpgspeed-success .ab-label,#wp-admin-bar-wpguard-speed-purge.wpgspeed-error .ab-label,#wp-admin-bar-wpguard-speed-purge.wpgspeed-purging .ab-label{color:#fff !important}@keyframes wpgspeed-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes wpgspeed-pulse{0%,100%{opacity:1}50%{opacity:0.75}}#wpgspeed-toast-container{position:fixed;top:40px;right:20px;z-index:999999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.wpgspeed-toast{pointer-events:auto;display:flex;align-items:center;gap:10px;min-width:280px;max-width:380px;padding:12px 16px;border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:13px;line-height:1.4;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15),0 1px 3px rgba(0,0,0,0.1);transform:translateX(120%);opacity:0;transition:transform 0.35s cubic-bezier(0.4,0,0.2,1),opacity 0.35s ease}.wpgspeed-toast.show{transform:translateX(0);opacity:1}.wpgspeed-toast.hide{transform:translateX(120%);opacity:0}.wpgspeed-toast.pending{background:#1e1e1e;border-left:4px solid #ffb900}.wpgspeed-toast.success{background:#1e1e1e;border-left:4px solid #46b450}.wpgspeed-toast.error{background:#1e1e1e;border-left:4px solid #dc3232}.wpgspeed-toast.inactive{background:#1e1e1e;border-left:4px solid #888}.wpgspeed-toast-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px}.wpgspeed-toast-icon .spinner-ring{width:16px;height:16px;border:2px solid rgba(255,185,0,0.3);border-top-color:#ffb900;border-radius:50%;animation:wpgspeed-spin 0.8s linear infinite}.wpgspeed-toast-body{flex:1}.wpgspeed-toast-title{font-weight:600;margin-bottom:1px}.wpgspeed-toast-msg{opacity:0.75;font-size:12px}