html,body{margin:0;padding:0;height:auto;overflow:hidden;font-family:'Poppins',sans-serif;background:#fff}.shape-bar{display:flex;justify-content:space-between;align-items:center;height:40px;background:#f9f9f9;font-weight:bold;padding:0 10px;font-size:12px;color:#222;border-radius:10px 10px 0 0;border-bottom:1px solid #ddd}.shape-bar .caption-text{flex:1;color:#333;font-size:11px}#target-icons-img{height:23px}.shape-bar img{background-color:#f9f9f9;border-radius:4px;height:28px;object-fit:contain;cursor:default;user-select:none}.captcha-wrapper{width:280px;margin:auto}.captcha-image-container{position:relative;width:280px;height:155px;margin-bottom:10px}#captchaCanvas{width:100%;height:100%;cursor:crosshair;border:0}.pointing-captcha-canvas{border-radius:0 0 10px 10px}.point-container{position:absolute;transform:translate(-50%,-50%);width:20px;height:20px;cursor:pointer}.point-outline{width:100%;height:100%;border-radius:50%;border:2px solid white;background:#1565c0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:white}.ok-button{float:right;padding:8px 16px;background-color:#4caf50;color:white;border:0;border-radius:4px;font-weight:bold;cursor:pointer}.ok-button:hover{background-color:#45a049}.captcha-container{width:280px;margin:0 auto;padding:10px 0}.refreshIcon{position:absolute;right:5px;top:5px;cursor:pointer;width:28px;height:28px;color:#fff;background-color:#ff4c4c;font-size:14px;border-radius:50%;z-index:5;display:flex;align-items:center;justify-content:center}#puzzleCanvas{position:absolute;display:none;pointer-events:none}.sliderContainer{position:relative;background:#f7f9fa;border-radius:2px;height:40px;width:280px}.sliderbg{position:absolute;top:0;left:0;right:0;height:40px;background:#f7f9fa;border-radius:2px;border:1px solid #e6e8eb}.sliderMask{position:absolute;top:0;left:0;height:40px;background:#d1e9fe;border-radius:2px}.slider{position:absolute;top:0;left:0;width:40px;height:40px;background:#fff;cursor:pointer;border-radius:2px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.1);z-index:2}.slider:hover{background:#009efb;color:#fff}.slider:active{background:#009efb;color:#fff}.sliderText{position:absolute;width:100%;text-align:center;line-height:40px;color:#666;user-select:none;pointer-events:none}.sliderContainer_active .slider{top:-1px;border:1px solid #1991fa}.sliderContainer_success .slider{background-color:#02c076!important;color:#fff}.sliderContainer_fail .slider{background-color:#f35c59;color:#fff}.captcha-blur{filter:blur(2px);pointer-events:none;opacity:.4}.success-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#02c076;color:white;border-radius:50%;width:60px;height:60px;z-index:10;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:0 0 12px rgba(0,0,0,0.2);animation:scaleUp .3s ease-out}@keyframes scaleUp{0%{transform:translate(-50%,-50%) scale(0.7);opacity:0}100%{transform:translate(-50%,-50%) scale(1);opacity:1}}.captcha-footer{text-align:center;font-size:12px;color:#888;font-family:inherit}.captcha-footer a{font-weight:bold;transition:color .2s ease-in-out;color:#3878d7;text-decoration:none}.captcha-footer a:hover{text-decoration:none}
