.cah-public { max-width: 480px; margin: 1.5em 0; }
.cah-public .cah-label { display: block; font-weight: 600; margin-bottom: 6px; }
.cah-public .cah-search-box { display: flex; flex-direction: column; gap: 10px; }
.cah-public input[type="text"],
.cah-public input[type="email"] { width: 100%; padding: 10px 12px; border: 1px solid #c3c4c7; border-radius: 6px; font-size: 16px; box-sizing: border-box; }
.cah-public .cah-btn { display: inline-block; padding: 11px 18px; background: #1a7f4b; color: #fff; border: 0; border-radius: 6px; font-size: 16px; cursor: pointer; }
.cah-public .cah-btn:hover { background: #156b3f; }
.cah-public .cah-btn:disabled { opacity: 0.6; cursor: default; }
/* Honeypot: keep in DOM but out of sight for humans. */
.cah-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.cah-result { margin-top: 16px; }
.cah-card { border: 1px solid #dcdcde; border-radius: 8px; padding: 16px 20px; background: #fff; }
.cah-kv { width: 100%; border-collapse: collapse; margin: 10px 0; }
.cah-kv th { text-align: left; width: 120px; padding: 6px 4px; color: #50575e; }
.cah-kv td { padding: 6px 4px; }
.cah-muted { color: #646970; }
.cah-error { color: #d63638; }
.cah-notice { color: #0f5132; font-weight: 600; }
.cah-reset { margin-top: 12px; }
