.lead-overlay{z-index:50;background:#15171c73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.lead{background:var(--surface);width:100%;max-width:480px;max-height:calc(100vh - 32px);color:var(--ink);border-radius:14px;padding:18px 20px;overflow:auto}.lead-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.lead .x{cursor:pointer;color:var(--muted);background:0 0;border:0;font-size:24px;line-height:1}.lead form{flex-direction:column;gap:10px;display:flex}.lead label{flex-direction:column;gap:4px;font-size:14px;display:flex}.lead label.check{flex-direction:row;align-items:flex-start;gap:8px}.lead input:not([type=checkbox]),.lead textarea{font:inherit;border:1px solid var(--line);border-radius:8px;padding:8px 10px}.lead button[type=submit]{font:inherit;background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:10px;align-self:flex-start;padding:10px 18px}.lead .lead-text{color:var(--ink-2);margin:0;font-size:14px}
