/* Translated from XenForo style 3: House of Usenet. */
:root {
  --ink: #f1f1f1;
  --muted: #a0a0a0;
  --accent: #1e5b9b;
  --accent-strong: #47a7eb;
  --line: #454545;
  --panel: #1f2024;
  --field: #171717;
  --page: #121920;
  --hero: linear-gradient(180deg, #121920 0%, #121920 60%, #10161b 100%);
}

body::before { opacity: 1; }
body::after { background: linear-gradient(180deg, rgba(18, 25, 32, .1), var(--page) 82%); }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }
button { border-color: var(--accent); }
.forum-masthead { margin-top: 4rem; padding: 1.5rem 1.7rem; border: 1px solid #3b3b3b; background: #1e1e1e; }
.forum-masthead h1 { margin: .65rem 0 .45rem; font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.035em; }
.forum-masthead-mark { width: 5rem; height: 5rem; border-color: #3d78aa; background: #171717; }
.forum-index-header h2 { font-size: 1.6rem; }
.forum-category { margin: 1.25rem 0 1.5rem; border-color: #454545; border-radius: 3px; background: #1f2024; box-shadow: 0 2px 4px rgba(0, 0, 0, .18); }
.forum-category-heading { background: #2b2b2b; }
.forum-category-heading-copy strong { color: #f1f1f1; font-size: 1rem; font-weight: 700; }
.forum-category-heading-copy small { color: #b5b5b5; }
.forum-category-count { border-color: #555; color: #c7c7c7; }
.forum-row { min-height: 4.6rem; padding: .65rem 1.1rem; background: #1f2024; }
.forum-row:nth-child(even) { background: #23252a; }
.forum-row-copy h4 { color: #47a7eb; font-size: 1rem; }
.forum-row-copy p { color: #9a9a9a; }
.forum-icon { width: 2.1rem; height: 2.1rem; border: 0; border-radius: 50%; color: #f1f1f1; background: #2e2e2e; font-size: 1.25rem; }
.forum-subforums a { color: #47a7eb; }
.forum-letter-heading { background: #171717; }
