#syg-progress-container { position: fixed; top: 0; left: 0; width: 100%; height: 5px; background: rgba(0,0,0,0.05); z-index: 999999; } #syg-progress-bar { height: 100%; width: 0%; background: #0073aa; transition: width 0.1s ease-out; } #syg-percentage { position: fixed; top: 15px; right: 15px; background: rgba(0, 0, 0, 0.8); color: #fff; padding: 5px 10px; border-radius: 20px; font-size: 13px; font-family: sans-serif; font-weight: bold; z-index: 999999; pointer-events: none; transition: opacity 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }