.pin-help-overlay{z-index:10000;background:#060612b8;justify-content:center;align-items:center;padding:20px;font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:.2s ease-out pinFade;display:flex;position:fixed;inset:0}.pin-help-panel{color:#fff;background:#12122a;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:400px;max-height:86vh;padding:24px 22px;animation:.25s ease-out pinPop;overflow:auto}.pin-help-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.pin-help-title{margin:0;font-size:18px;font-weight:700}.pin-help-close{color:#8b90b5;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:24px;line-height:1;transition:color .15s}.pin-help-close:hover{color:#fff}.pin-help-text{color:#c7cbe6;margin:0 0 14px;font-size:14px;line-height:1.55}.pin-help-text--last{margin-bottom:18px}.pin-help-example{border:1px solid #ffffff14;border-radius:12px;margin-bottom:18px;padding:14px 15px}.pin-help-example-label{letter-spacing:.05em;text-transform:uppercase;color:#5a5f85;margin-bottom:9px;font-size:12px;font-weight:600}.pin-help-chips{flex-wrap:wrap;gap:6px;margin-bottom:11px;display:flex}.pin-help-chip{color:#c7cbe6;background:#ffffff0d;border:1px solid #ffffff14;border-radius:7px;padding:3px 9px;font-size:12.5px;font-weight:500}.pin-help-answer{align-items:center;gap:8px;display:flex}.pin-help-arrow{color:#5a5f85;font-size:13px}.pin-help-answer-text{color:#a78bfa;font-size:13.5px;font-weight:700}.pin-help-steps{flex-direction:column;gap:11px;margin-bottom:22px;display:flex}.pin-help-step{align-items:flex-start;gap:11px;display:flex}.pin-help-step-num{color:#a78bfa;background:#6153bd2e;border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.pin-help-step-text{color:#c7cbe6;font-size:13.5px;line-height:1.5}.pin-help-got-it{color:#fff;cursor:pointer;background:#6153bd;border:none;border-radius:12px;width:100%;min-height:52px;font-family:inherit;font-size:15px;font-weight:600;transition:filter .15s}.pin-help-got-it:hover{filter:brightness(1.08)}@keyframes pinFade{0%{opacity:0}to{opacity:1}}@keyframes pinPop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}
