.human-check{width:100%;height:58px;margin-top:12px;padding:0 15px;display:flex;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--ink);box-shadow:none}.human-check:hover{transform:none;background:#151515;border-color:#4a4a4a}.human-check:disabled{opacity:.7}.check-box{position:relative;width:24px;height:24px;flex:0 0 24px;border:1px solid #555;border-radius:7px;background:#0a0a0a}.check-copy{display:grid;gap:2px}.check-copy strong{font-size:.84rem}.check-copy small{font-size:.72rem;color:#777;font-weight:400}.human-check.checking .check-box{border:2px solid #333;border-top-color:var(--acid);border-radius:50%;animation:check-spin .65s linear infinite}.human-check.verified{border-color:#465124;background:#12160d}.human-check.verified .check-box{border-color:var(--acid);background:var(--acid)}.human-check.verified .check-box:before{content:"";position:absolute;left:6px;top:3px;width:7px;height:12px;border:solid #111;border-width:0 2px 2px 0;transform:rotate(45deg)}@keyframes check-spin{to{transform:rotate(360deg)}}
