.cta-auth{--bg:var(--tertiary,#ffffff);--border:rgba(15,23,42,0.12);--text:rgba(15,23,42,0.85);--muted:rgba(15,23,42,0.6);--radius:14px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.25rem 1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.cta-auth__title{display:block;font-size:0.95rem;font-weight:600;color:var(--text);margin-bottom:0.15rem}.cta-auth__text{font-size:0.85rem;color:var(--muted);max-width:36ch;line-height:1.4}.cta-auth__actions{display:flex;gap:0.5rem;flex-shrink:0;flex-direction:column}