/* apu.org — neutral registry (SEO) */
:root{
  --bg:#faf9f6;
  --ink:#111;
  --muted:#555;
  --line:#e7e3db;
  --soft:#fff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);
font-family:ui-serif,Georgia,Times,serif;line-height:1.7}

.wrap{max-width:980px;margin:0 auto;padding:22px 18px}

.site-head{border-bottom:1px solid var(--line);background:#fff8}
.site-head h1{margin:0;font-size:28px;letter-spacing:.05em;text-transform:lowercase;font-weight:800}
.motto{margin:6px 0 12px;color:#6b655a;font-size:14px}

.notice{background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px;margin:16px 0}
.chain{margin:22px 0}
.chain h2{font-size:16px;text-transform:lowercase;letter-spacing:.06em;margin:0 0 10px}
.pill{display:inline-block;font-size:11px;padding:2px 6px;border-radius:999px;background:#efeaff;border:1px solid #d9cdfc;margin-left:8px}
.pill.pale{background:#f4f4f4;border-color:#e2e2e2}

.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}
.row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.08em}
code{font-family:ui-monospace,Menlo,Consolas,monospace;background:#f7f5f1;border:1px dashed var(--line);padding:6px 8px;border-radius:8px;word-break:break-all}
.btn{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 10px;cursor:pointer}
.btn:hover{border-color:#d8d2c9}

.links{margin:10px 0 0}
.links a{color:#0a0a0a;text-decoration:none;border-bottom:1px solid var(--line)}
.links a:hover{border-bottom-color:#bcb7ad}
.links .dot{margin:0 6px;color:#bcb7ad}

.tiny{color:#6b655a;font-size:12px;margin:10px 0 0}

.site-foot{margin:16px 0 30px;text-align:center;color:#3d3a34}
.underline{height:3px;width:240px;margin:8px auto 0;border-radius:2px;
  background: linear-gradient(90deg,#28F3B7,#7B5CFF,#FF59C7);
  opacity:.22}
