/* Nubellum Funnel Rail v2: on-arrival center prompt + identity-aware top bar.
   The overlay reuses the .np-ov / .np-dialog / .np-hdr styles from modals.css. */
.nf-entry .np-dialog{max-width:520px}
/* entry opens via a timer right after load; skip the opacity/transform transition so it cannot get stuck at the start value */
.nf-entry, .nf-entry .np-dialog{transition:none}
.nf-entry.open{opacity:1}
.nf-entry.open .np-dialog{transform:none}
.nf-choices{display:grid;gap:12px;margin-top:2px}
.nf-choice{display:block;text-align:left;border:1.5px solid var(--line);background:#fff;border-radius:16px;padding:18px 20px;cursor:pointer;
  transition:border-color .15s,box-shadow .18s,transform .12s;font-family:inherit}
.nf-choice:hover{border-color:var(--v2);box-shadow:0 18px 38px -22px rgba(99,40,180,.6);transform:translateY(-2px)}
.nf-choice .nf-ic{display:inline-block;font-size:20px;margin-bottom:6px}
.nf-choice b{display:block;font-size:17px;color:var(--ink);font-weight:700;margin:2px 0 3px}
.nf-choice .nf-d{display:block;font-size:13.5px;color:var(--muted);line-height:1.4}
.nf-skip{display:block;margin:18px auto 0;background:none;border:none;color:var(--muted);font-size:13px;
  text-decoration:underline;cursor:pointer;font-family:inherit}
.nf-skip:hover{color:var(--ink)}

/* identity-aware top bar CTA (the existing #ab announcement bar) */
#ab a[data-nf]{cursor:pointer}
#ab .nf-done{display:inline-block;background:rgba(255,255,255,.18);border:1.5px solid rgba(255,255,255,.55);
  color:#fff;padding:5px 15px;border-radius:99px;font-size:13px;font-weight:700;white-space:nowrap}
