/* NECA Training Record: /verify/ page */
.neca-tr-verify{ max-width:720px; margin:0 auto; color:var(--neca-grey-body,#1B2230); }
.neca-tr-verify-intro{ font-size:16px; line-height:1.55; margin:0 0 20px; }
.neca-tr-verify-form{ display:grid; grid-template-columns:1fr 1fr auto; gap:12px; align-items:end; background:#fff; border:1px solid var(--neca-border,#D9DEE6); border-radius:12px; padding:18px; margin:0 0 20px; }
.neca-tr-verify-form .neca-tr-field label{ display:block; font-size:13px; font-weight:500; color:var(--neca-grey-mid,#5F6878); margin-bottom:6px; }
.neca-tr-verify-form input{ width:100%; padding:11px 12px; border:1px solid #B9C1CD; border-radius:8px; font:inherit; }
.neca-tr-verify-form #neca-tr-r{ text-transform:uppercase; letter-spacing:.06em; font-family:"Roboto Mono",ui-monospace,monospace; }
.neca-tr-verify-form input:focus{ outline:2px solid var(--neca-accent,#1FA6F4); outline-offset:1px; border-color:var(--neca-accent,#1FA6F4); }
.neca-tr-verify-form .neca-btn{ white-space:nowrap; }
.neca-tr-result{ border-radius:12px; padding:16px 18px; margin:0 0 28px; font-size:15px; line-height:1.55; border:1px solid transparent; }
.neca-tr-result--ok{ background:#E6F5EC; border-color:#BFE3CB; }
.neca-tr-result--info{ background:var(--neca-blue-tint,#E8F5FE); border-color:#cfe8fb; }
.neca-tr-result--warn{ background:#FBF3E4; border-color:#EED9AE; }
.neca-tr-verify-facts{ display:grid; grid-template-columns:180px 1fr; gap:8px 16px; margin:14px 0 0; font-size:14px; }
.neca-tr-verify-facts dt{ color:var(--neca-grey-mid,#5F6878); }
.neca-tr-verify-facts dd{ margin:0; overflow-wrap:anywhere; }
.neca-tr-mono{ font-family:"Roboto Mono",ui-monospace,monospace; font-size:13px; }
.neca-tr-verify-note{ margin:14px 0 0; font-size:13px; color:var(--neca-grey-mid,#5F6878); }
.neca-tr-trust{ border-top:1px solid var(--neca-border,#D9DEE6); padding-top:24px; }
.neca-tr-trust h2{ font-size:20px; margin:0 0 10px; }
.neca-tr-trust h3{ font-size:16px; margin:18px 0 6px; }
.neca-tr-trust p{ font-size:14px; line-height:1.55; }
.neca-tr-retired{ font-size:13px; }
@media (max-width:640px){ .neca-tr-verify-form{ grid-template-columns:1fr; } .neca-tr-verify-facts{ grid-template-columns:1fr; gap:2px 0; } .neca-tr-verify-facts dt{ margin-top:8px; } }
