:root {
  color-scheme: dark;
  --bg: #030404;
  --panel: #080a0b;
  --text: #d7dde1;
  --muted: #8e979d;
  --dim: #5f686e;
  --line: rgba(126, 200, 255, 0.18);
  --line-strong: rgba(126, 200, 255, 0.36);
  --blue: #67bdf7;
  --max: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(103, 189, 247, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #020303, var(--bg));
  background-size: 18px 18px, auto;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
a { color: inherit; }
.site-header, main, footer { width: min(var(--max), calc(100% - 24px)); margin-inline: auto; }
.site-header {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-strong);
}
.brand { display: block; width: 210px; height: 43px; overflow: hidden; }
.brand img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-header nav, footer nav, .actions { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.site-header nav a, footer nav a, .actions a, .inline-action {
  min-height: 25px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  background: rgba(103, 189, 247, 0.045);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header nav a:hover, footer nav a:hover, .actions a:hover, .inline-action:hover {
  border-color: var(--line-strong);
  color: var(--blue);
}
.masthead { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 10px; padding: 14px 0; }
.masthead-copy, .status, .release-copy, .archive-list, .update.lead {
  border: 1px solid var(--line);
  background: rgba(5, 7, 8, 0.92);
}
.masthead-copy {
  min-height: 150px;
  padding: 14px;
  background:
    linear-gradient(90deg, rgba(2,3,3,0.94), rgba(8, 26, 38, 0.62)),
    url("/assets/maskeda_transparent.png") right center / auto 180% no-repeat,
    #070909;
}
.label {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  max-width: 600px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
p { max-width: 640px; color: var(--muted); font-size: 12px; }
.masthead-copy > p:last-child { margin: 10px 0 0; }
.status { padding: 14px; }
.status span, .update span, .archive-list span {
  color: var(--dim);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.status strong { display: block; margin-top: 8px; font-size: 12px; line-height: 1.3; text-transform: uppercase; }
.status p { margin-bottom: 0; }
.section { padding: 14px 0; border-top: 1px solid var(--line); }
.split, .archive-grid { display: grid; grid-template-columns: 180px 1fr; gap: 18px; }
.update-stack { display: grid; }
.update {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(126, 200, 255, 0.13);
  text-decoration: none;
}
.update.lead { padding: 10px; }
.update strong { font-size: 12px; line-height: 1.3; }
.update p { grid-column: 2; margin: -2px 0 0; }
.release-grid { display: grid; grid-template-columns: 260px 1fr; gap: 10px; align-items: stretch; }
.release-art { border: 1px solid var(--line); background: var(--panel); }
.release-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.release-copy { padding: 14px; }
.article-body {
  min-height: 160px;
}
.article-body h1,
.article-body h2,
.article-body h3 {
  margin: 18px 0 8px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}
.article-body p,
.article-body li {
  max-width: 760px;
  color: var(--muted);
  font-size: 12px;
}
.article-body a {
  color: var(--blue);
}
.article-body img,
.feature-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 12px;
  border: 1px solid var(--line);
}
.article-body figure {
  margin: 0 0 12px;
}
.article-body blockquote {
  margin: 12px 0;
  padding: 8px 12px;
  border-left: 2px solid var(--line-strong);
  background: rgba(103, 189, 247, 0.04);
}
.actions { justify-content: flex-start; margin-top: 10px; }
.archive-list { display: grid; }
.archive-list a {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(126, 200, 255, 0.13);
  text-decoration: none;
}
.archive-list a:last-child { border-bottom: 0; }
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0 24px;
  border-top: 1px solid var(--line-strong);
  color: var(--dim);
}
@media (max-width: 760px) {
  .site-header, .masthead, .split, .archive-grid, .release-grid { grid-template-columns: 1fr; }
  .site-header nav, footer nav { justify-content: flex-start; }
  .brand { width: 210px; }
  .masthead-copy { min-height: 140px; }
}
@media (max-width: 520px) {
  .site-header, main, footer { width: calc(100% - 18px); }
  .update, .update.lead, .archive-list a { grid-template-columns: 1fr; gap: 4px; }
  .update p { grid-column: auto; margin: 0; }
  footer { align-items: flex-start; flex-direction: column; }
}
