/* BLACKWIRE Article Base Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: #0a0a0f;
  color: #e8e8f0;
  font-family: 'Georgia', serif;
  line-height: 1.75;
  font-size: 17px;
}
a { color: #dc2828; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
pre, code { font-family: 'Courier New', Courier, monospace; }
pre { overflow-x: auto; padding: 16px; background: #0d0d14; border: 1px solid #1e1e2e; border-radius: 6px; margin: 20px 0; }
code { font-size: 0.9em; }
p { margin: 0 0 1.2em; }
h1, h2, h3, h4, h5, h6 { color: #fff; font-family: 'Georgia', serif; line-height: 1.2; margin-bottom: 0.6em; }
h1 { font-size: 2.2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }
ul, ol { padding-left: 1.5em; margin-bottom: 1.2em; }
li { margin-bottom: 0.4em; }
blockquote { border-left: 3px solid #dc2828; padding-left: 16px; color: #a0a0b8; font-style: italic; margin: 20px 0; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { padding: 10px 14px; border: 1px solid #1e1e2e; text-align: left; }
th { background: #0d0d14; color: #e8e8f0; font-family: Arial, sans-serif; font-size: 0.9em; }
td { font-size: 0.95em; }
.container { max-width: 860px; margin: 0 auto; padding: 0 20px; }
