.SimpleCaptcha_captcha__aAKPQ{display:flex;align-items:center;gap:12px;background:var(--bg3);border:1px solid var(--border);border-radius:30px;padding:12px 20px;margin:20px 0;position:relative;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.SimpleCaptcha_captcha__aAKPQ:hover{border-color:var(--accent);background:var(--bg2)}.SimpleCaptcha_checkbox__YEbZJ{width:28px;height:28px;background:var(--bg2);border:2px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer;flex-shrink:0}.SimpleCaptcha_checkbox__YEbZJ.SimpleCaptcha_checked__ieFNm{background:var(--accent);border-color:var(--accent)}.SimpleCaptcha_checkbox__YEbZJ.SimpleCaptcha_pop__0rZn6{animation:SimpleCaptcha_pop__0rZn6 .3s ease}@keyframes SimpleCaptcha_pop__0rZn6{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.SimpleCaptcha_checkIcon__5g4wu{color:#0d0d0d;width:18px;height:18px}.SimpleCaptcha_text__4TRnv{flex:1 1;display:flex;justify-content:space-between;align-items:center}.SimpleCaptcha_label__EM4fa{color:var(--text);font-size:.95rem;font-weight:500}.SimpleCaptcha_brand__S0QGw{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:.8rem}.SimpleCaptcha_brand__S0QGw svg{color:var(--accent);width:14px;height:14px}.SimpleCaptcha_tooltip__UMcja{position:absolute;top:-30px;left:50%;transform:translateX(-50%);background:var(--bg2);border:1px solid var(--border);border-radius:8px;padding:6px 12px;font-size:.8rem;color:var(--text-sub);white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:10}.SimpleCaptcha_tooltip__UMcja:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--bg2)}@media (max-width:600px){.SimpleCaptcha_captcha__aAKPQ{padding:10px 16px}.SimpleCaptcha_text__4TRnv{flex-direction:column;align-items:flex-start;gap:4px}.SimpleCaptcha_tooltip__UMcja{white-space:normal;text-align:center;width:200px}}