/* ATS integration UI — shared design language.
   Scoped under .ats-scope so it never affects the rest of the site.
   Used by the public landing, the developer guide, the employer
   dashboard page, and the backend admin page. */

.ats-scope{color:#1f1f1d;font-size:15px;line-height:1.6}
.ats-scope h1{font-size:26px;font-weight:600;margin:0 0 14px;color:#1f1f1d}
.ats-scope h2{font-size:19px;font-weight:600;margin:0 0 14px;color:#1f1f1d}
.ats-scope h3{font-size:15px;font-weight:600;margin:0 0 8px;color:#1f1f1d}
.ats-scope p{line-height:1.7;margin:0 0 14px}
.ats-sub{color:#6b6b66}

.ats-hero{background:#f6f6f3;border-radius:12px;padding:30px 32px;margin-bottom:28px}
.ats-hero h1{margin:0 0 8px}
.ats-hero p{margin:0;max-width:560px;color:#56564f;font-size:16px}

.ats-grid{display:flex;flex-wrap:wrap;gap:14px}
.ats-grid > *{flex:1 1 180px}

.ats-card{background:#fff;border:1px solid #e4e4e0;border-radius:12px;padding:18px 20px}
.ats-metric{background:#f6f6f3;border-radius:10px;padding:14px 16px}
.ats-metric .ats-lbl{font-size:13px;color:#6b6b66}
.ats-metric .ats-val{font-size:22px;font-weight:600;margin-top:5px;color:#1f1f1d}

.ats-pill{display:inline-block;font-size:12px;font-weight:500;padding:3px 11px;border-radius:8px;white-space:nowrap}
.ats-pill-live{background:#eaf3de;color:#3b6d11}
.ats-pill-rev{background:#faeeda;color:#854f0b}
.ats-pill-dis{background:#fcebeb;color:#a32d2d}
.ats-pill-off{background:#f1efe8;color:#5f5e5a}

.ats-table{width:100%;border-collapse:collapse;font-size:14px}
.ats-table th{text-align:left;font-weight:600;color:#6b6b66;font-size:13px;padding:9px 12px;border-bottom:1px solid #d7d7d2}
.ats-table td{padding:11px 12px;border-bottom:1px solid #efefea;vertical-align:middle}
.ats-table tr:last-child td{border-bottom:none}

.ats-btn{display:inline-block;background:#e8590c;color:#fff;border:none;border-radius:8px;padding:11px 20px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none}
.ats-btn:hover{background:#cf4f0a}
.ats-btn-ghost{display:inline-block;background:transparent;color:#1f1f1d;border:1px solid #cfcfca;border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer;text-decoration:none}
.ats-btn-ghost:hover{border-color:#9a9a93}
.ats-link{color:#c2410c;text-decoration:none;font-size:14px}
.ats-link:hover{text-decoration:underline}

.ats-field{margin-bottom:14px}
.ats-field label{display:block;font-size:13px;color:#6b6b66;margin-bottom:6px}
.ats-input{width:100%;box-sizing:border-box;border:1px solid #cfcfca;border-radius:8px;padding:9px 11px;font-size:14px;background:#fff}
.ats-input:focus{outline:none;border-color:#e8590c}

.ats-note{background:#fff8f2;border:1px solid #f3c89f;border-radius:10px;padding:14px 16px;font-size:14px}
.ats-key{font-family:Menlo,Consolas,monospace;font-size:13px;background:#f6f6f3;border-radius:6px;padding:3px 8px}
.ats-divider{height:1px;background:#e4e4e0;border:none;margin:34px 0}
.ats-code{display:block;background:#1f1f1d;color:#f4f4f0;border-radius:10px;padding:16px 18px;font-family:Menlo,Consolas,monospace;font-size:13px;line-height:1.6;overflow-x:auto;white-space:pre;margin:0 0 14px}
.ats-inline-code{font-family:Menlo,Consolas,monospace;font-size:13px;background:#f1efe8;border-radius:5px;padding:2px 6px}
.ats-section{margin-bottom:34px}
.ats-content{max-width:760px}
