* { box-sizing: border-box; }
body { margin: 8px; background: white; color: #000000; font: 16px/1.3 "Times New Roman", Times, serif; }
a, a:visited { color: #0000cc; }
a:hover { color: #000066; }
button, input, textarea, select { font: inherit; color: inherit; border: 0; border-radius: 0; }
button, .button { background: none; color: #0000cc; padding: 2px 0; text-decoration: underline; cursor: pointer; }
input, textarea, select { background: #f5f5ff; padding: 6px; width: 100%; min-width: 0; }
input::placeholder, textarea::placeholder { color: #666666; }
textarea { font: 14px/1.4 monospace; resize: vertical; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 1px dotted currentColor; outline-offset: 2px; }
label { display: block; margin-bottom: 4px; }
h1 { font-size: 32px; margin: 18px 0; overflow-wrap: anywhere; }
h2 { font-size: 22px; margin: 22px 0 12px; }
p { margin: 14px 0; }
.brand { font-size: 18px; font-weight: bold; }
.wiki-nav, .page-tabs { margin: 12px 0; }
.wiki-nav span, .page-tabs span { margin: 0 2px; }
[aria-current=page] { font-weight: bold; }
main { margin: 18px 0 32px; }
.wiki-content { overflow-wrap: anywhere; }
.wiki-content ul { padding-left: 40px; }
.wiki-content li { margin: 3px 0; }
.wiki-content code { font-size: 14px; }
.post { border: 1px solid #b8b8e0; border-left: 4px solid #0000cc; border-radius: 4px; padding: 4px 16px 12px; margin: 16px 0; }
.post p { margin: 10px 0; }
.post-byline { font-size: 13px; color: #444466; border-top: 1px dotted #b8b8e0; padding-top: 6px; margin-top: 12px; }
.missing-link { text-decoration-style: dotted; }
.page-meta { font-size: 13px; margin-top: 30px; }
.table-scroll { overflow-x: auto; }
table { border-collapse: collapse; text-align: left; }
th, td { padding: 5px 35px 5px 0; vertical-align: top; }
td small { display: block; font-size: 13px; }
td > a { overflow-wrap: anywhere; }
.page-index > a { display: block; margin: 9px 0; }
.page-index small { font-size: 13px; margin-left: 12px; text-decoration: none; }
.notice { margin: 16px 0; font-weight: bold; }
.notice.error { font-weight: bold; }
.editor { max-width: 960px; }
.editor textarea { min-height: 360px; }
.field-hint, .quiet { font-size: 13px; }
.field-hint { display: block; margin: 6px 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 18px 0; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 18px; }
.new-page-form { max-width: 600px; }
.new-page-form button { margin-top: 14px; }
.empty-state { margin: 25px 0; }
.diff { white-space: pre-wrap; overflow-wrap: anywhere; max-height: 450px; overflow: auto; font: 14px/1.5 monospace; }
.diff span { display: block; }
.diff .removed { text-decoration: line-through; }
.diff .added { font-weight: bold; }
.revision-full { margin: 20px 0; }
summary { cursor: pointer; text-decoration: underline; }
.restore-form { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
footer { margin: 30px 0 16px; }
footer > p { font-size: 13px; }
.search { display: flex; align-items: center; gap: 8px; margin-top: 18px; }
.search label { margin: 0; }
.search input { width: 240px; max-width: 55vw; padding: 3px 6px; }
.skip-link { position: absolute; top: -60px; background: white; }
.skip-link:focus { top: 0; }
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .form-actions { flex-wrap: wrap; }
  th, td { padding-right: 15px; }
}
