.custom-captcha{gap:.4rem;display:grid}.custom-captcha__label{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.72rem;font-weight:700}.custom-captcha__row{flex-wrap:nowrap;align-items:stretch;gap:.55rem;display:flex}.custom-captcha__prompt{min-width:0;min-height:3.15rem;color:var(--midnight);background:#ffffffc7;border:1px solid #006d7721;border-radius:12px;flex:auto;align-items:center;padding:.75rem .9rem;font-size:.9rem;line-height:1.35;display:flex;box-shadow:inset 0 1px #ffffffe6}.dark .custom-captcha__prompt{color:var(--foreground);background:#081d2e80;border-color:#4ecdc426;box-shadow:inset 0 1px #ffffff0a}.custom-captcha__control{background:#ffffffc7;border:1px solid #006d7721;border-radius:12px;flex:0 0 7.75rem;align-items:center;gap:.45rem;width:7.75rem;min-height:3.15rem;padding:.75rem;transition:border-color .22s,box-shadow .22s;display:flex;box-shadow:inset 0 1px #ffffffe6}.dark .custom-captcha__control{background:#081d2e80;border-color:#4ecdc426;box-shadow:inset 0 1px #ffffff0a}.custom-captcha__control:focus-within{border-color:#b66d2b7a;box-shadow:inset 0 1px #fffffff2,0 0 0 3px #b66d2b1f}.custom-captcha__icon{width:1rem;height:1rem;color:var(--teal);opacity:.9;flex:none}.dark .custom-captcha__icon{color:#4ecdc4}.custom-captcha__control input{width:100%;min-width:0;color:var(--midnight);background:0 0;border:0;outline:none;flex:1;font-family:inherit;font-size:.9rem;line-height:1.5}.dark .custom-captcha__control input{color:var(--foreground)}.custom-captcha__control input::placeholder{color:color-mix(in srgb, var(--muted) 88%, transparent)}.custom-captcha__refresh{width:3.15rem;min-height:3.15rem;color:var(--muted);letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #006d772e;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:.35rem;padding:0;font-size:.78rem;font-weight:600;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.custom-captcha__refresh-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.custom-captcha__refresh:hover:not(:disabled){color:var(--copper);background:#b66d2b0f;border-color:#b66d2b73}.custom-captcha__refresh:disabled{opacity:.6;cursor:wait}.custom-captcha--loading .custom-captcha__prompt{color:var(--muted)}@media (min-width:640px){.custom-captcha__refresh{width:auto;padding:.65rem .85rem}.custom-captcha__refresh-label{clip:auto;white-space:nowrap;width:auto;height:auto;margin:0;position:static;overflow:visible}}@media (max-width:639px){.custom-captcha__row{gap:.45rem}.custom-captcha__prompt{padding:.7rem .75rem;font-size:.82rem}}
