/* Стили служебных страниц (/credits/, 404). Отдельным файлом, а не в <style>,
   чтобы CSP на сайте обходилась без 'unsafe-inline'. */

/* --- /credits/ --- */
.page{max-width:960px;margin:0 auto;padding:56px 22px 80px}
.page h1{font-weight:800;font-size:38px;letter-spacing:-0.03em;margin-bottom:14px}
.page h2{font-weight:700;font-size:22px;letter-spacing:-0.02em;margin:44px 0 12px}
.page p{font-size:16px;line-height:1.6;color:rgba(236,237,234,0.66);margin-bottom:12px}
.page a{color:#E8B968}
.back{display:inline-block;margin-bottom:32px;font-size:14px;color:rgba(236,237,234,0.6);text-decoration:none}
.page table{width:100%;border-collapse:collapse;font-size:13.5px;margin-top:8px}
.page th,.page td{text-align:left;padding:9px 12px 9px 0;border-bottom:1px solid rgba(236,237,234,0.1);vertical-align:top}
.page th{font-family:'JetBrains Mono',monospace;font-size:11px;letter-spacing:0.12em;color:rgba(236,237,234,0.5);text-transform:uppercase}
.page td{color:rgba(236,237,234,0.78)}
.page code{font-family:'JetBrains Mono',monospace;font-size:12px;color:rgba(236,237,234,0.55)}
.scroll{overflow-x:auto}

/* --- 404 --- */
.nf{text-align:center;padding:40px 22px;max-width:520px;margin:0 auto}
.nf h1{font-weight:800;font-size:40px;letter-spacing:-0.03em;margin:22px 0 12px}
.nf p{font-size:17px;line-height:1.55;color:rgba(236,237,234,0.62);margin-bottom:28px}
.nf a{display:inline-block;height:52px;line-height:52px;padding:0 26px;border-radius:16px;background:#D99A3C;color:#1A140A;font-weight:700;text-decoration:none}
.nf svg{margin:0 auto;display:block}

/* Обе служебные страницы — на тёмном фоне. */
body.plain{background:#0A0B0A;color:#ECEDEA}
body.plain.center{min-height:100vh;display:flex;align-items:center;justify-content:center}
