/* Not Out Labs V9.9.4 — Cloudflare Turnstile form protection */
.nol-turnstile-wrap{grid-column:1/-1;margin:2px 0 4px;min-height:1px}
.nol-turnstile-wrap .cf-turnstile{width:100%}
.nol-turnstile-note{display:flex;align-items:flex-start;gap:8px;margin-top:7px;color:#667b8d;font-size:.72rem;line-height:1.45}
.nol-turnstile-note:before{content:"✓";flex:0 0 18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#e9f8f5;color:#087f70;font-size:.65rem;font-weight:900}
.v99-resource-form .nol-turnstile-wrap{margin-top:2px}
.v99-resource-form .nol-turnstile-note{color:#6e8090}
@media(max-width:560px){.nol-turnstile-wrap{width:100%;overflow:hidden}.nol-turnstile-note{font-size:.69rem}}

/* V9.9.6 visual QA — readable verification notes on light and dark surfaces */
.nol-turnstile-note{color:#5f7082}
.v99-resource-form .nol-turnstile-note{color:#aebbd0}

/* V9.9.9 truthful, live Turnstile status */
.nol-turnstile-note[data-state="idle"]:before{content:"○";background:#eef5f7;color:#577080}
.nol-turnstile-note[data-state="checking"]:before{content:"…";background:#edf5ff;color:#355fb5}
.nol-turnstile-note[data-state="ready"]:before{content:"✓";background:#e9f8f5;color:#087f70}
.nol-turnstile-note[data-state="error"]:before{content:"!";background:#fff0ef;color:#a33333}
button[aria-busy="true"]{cursor:wait;opacity:.78}
