body { font-family: Georgia, 'Times New Roman', serif; background:#f6f6f6; color:#111; }
.container { max-width:900px; margin:20px auto; padding:20px; background:#fff; box-shadow:0 6px 18px rgba(0,0,0,.06); }
.site-header { background:#222; color:#eee; padding:10px 0; }
.site-header .container { display:flex; justify-content:space-between; align-items:center; }
.brand { color:#fff; font-weight:bold; text-decoration:none; font-size:18px; }
.btn { background:#333; color:#fff; padding:6px 10px; text-decoration:none; border-radius:4px; }
.scp-article h1 { font-family: 'Courier New', monospace; font-size:28px; }
.meta { color:#666; font-size:12px; margin-bottom:10px; }
.content { line-height:1.6; }
.error { color:#900; }
.index-list { list-style:none; padding:0; }
.index-list li { margin:8px 0; }
.rev-content { white-space:pre-wrap; background:#f0f0f0; padding:10px; border-radius:4px; }