.social-row--3{grid-template-columns:1fr 1fr 1fr}.code-row{justify-content:space-between;gap:10px;margin-bottom:20px;display:flex}.code-cell{text-align:center;width:52px;height:56px;font-family:var(--font-mono);color:var(--ink);background:var(--surface-soft);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .16s var(--ease), box-shadow .16s var(--ease);padding:0;font-size:20px;font-weight:500}.code-cell::placeholder{color:var(--muted-faint)}.code-cell:focus{border-color:var(--ai-blue);box-shadow:0 0 0 3px rgba(var(--ai-blue-rgb), .16);outline:none}.code-addr{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--ink);align-items:center;gap:9px;margin:0 0 18px;padding:11px 13px;font-size:13px;display:flex}.code-addr .ic{width:15px;height:15px;color:var(--muted-strong);flex:none}.code-addr b{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:560;overflow:hidden}.code-addr a{color:var(--muted);white-space:nowrap;text-decoration:underline}.code-addr a:hover{color:var(--ink)}.auth-ok{text-align:center;margin-bottom:22px}.auth-ok .ok-orb{background:var(--surface);border:1px solid var(--border-subtle);width:64px;height:64px;box-shadow:var(--shadow-sm);color:var(--success);border-radius:18px;place-items:center;margin:0 auto 18px;display:grid}.auth-ok .ok-orb .ic{width:30px;height:30px}
