:root { color-scheme: dark; --bg:#101933; --panel:#181f1b; --line:#2d3832; --text:#eef5f0; --muted:#9caaa2; --accent:#79c6a3; }
* { box-sizing: border-box; }
body {
  margin:0;
  min-height:100vh;
  color:var(--text);
  font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at top, rgba(121,198,163,.13), transparent 30%),
    radial-gradient(circle at bottom right, rgba(121,198,163,.06), transparent 24%),
    linear-gradient(var(--bg), var(--bg)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(255,255,255,.02) 27px 28px),
    repeating-linear-gradient(90deg, transparent 0 27px, rgba(255,255,255,.02) 27px 28px),
    var(--bg);
  background-attachment: fixed;
}
.tech-home {
  display:block;
  overflow-x:hidden;
}
.tech-home .tech-stack {
  display:grid;
  justify-items:center;
  gap:18px;
  text-align:center;
}
.tech-home .tech-logo {
  width:min(204px, 48vw);
  height:auto;
  display:block;
  filter:drop-shadow(0 24px 52px rgba(0,0,0,.5));
}
.tech-home .tech-caption {
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(17px,3vw,26px);
  line-height:1;
  font-weight:400;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-shadow:0 2px 0 rgba(0,0,0,.28), 0 8px 22px rgba(0,0,0,.35);
  display:grid;
  gap:8px;
  justify-items:center;
}
.tech-home .tech-caption-sub {
  display:block;
  font-size:0.36em;
  font-weight:400;
  letter-spacing:.28em;
}
.tech-landing {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 34px clamp(16px, 4vw, 36px) 56px;
  display: grid;
  gap: 28px;
}
.tech-landing-home {
  min-height: 100vh;
  align-content: center;
  justify-items: center;
}
.tech-copy {
  max-width: 52rem;
  justify-self: center;
  text-align: center;
}
.tech-copy h1 {
  margin-bottom: 12px;
  font-size: clamp(16px, 5vw, 68px);
  line-height: 1.02;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
.tech-copy p {
  max-width: 46rem;
  margin: 0 auto 18px;
}
.tech-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.tech-actions .secondary {
  background: transparent;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.tech-history {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(24,31,27,.88);
  padding: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
}
.tech-history h2 {
  margin-bottom: 8px;
}
header { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px clamp(16px,4vw,36px); border-bottom:1px solid var(--line); background:rgba(17,20,18,.8); backdrop-filter:blur(16px); }
header strong, header small, nav span { display:block; }
header small, p, label { color:var(--muted); }
nav { display:flex; align-items:center; gap:12px; }
main { width:min(1120px,100%); margin:0 auto; padding:28px clamp(16px,4vw,36px) 44px; }
h1,h2,p { margin-top:0; }
.hero { margin-bottom:18px; }
.hero h1 { font-size:clamp(30px,5vw,54px); line-height:1.05; margin-bottom:8px; }
.grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
article,.login { border:1px solid var(--line); border-radius:8px; background:var(--panel); padding:18px; }
.landing { display:grid; gap:22px; }
.landing::before {
  content:"";
  position:fixed;
  inset:16px;
  border:1px solid rgba(121,198,163,.18);
  border-radius:18px;
  pointer-events:none;
  box-shadow:0 0 0 1px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.03);
}
.brand-mark {
  min-height: 34vh;
  display:grid;
  place-items:center;
  text-align:center;
  gap:14px;
  padding:24px;
}
.brand-mark img {
  width:min(260px, 72vw);
  height:auto;
  display:block;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.45));
}
.brand-mark h1 {
  margin:0;
  font-size:clamp(34px,6vw,72px);
  line-height:1;
  letter-spacing:.02em;
}
.brand-mark p { margin:6px auto 0; max-width:42rem; }
.login-grid { display:grid; grid-template-columns:minmax(0, 1.1fr) minmax(0, 0.9fr); gap:14px; align-items:start; }
.login { width:min(420px,100%); margin:0 auto; }
.login-grid .login { width:100%; margin:0; }
.monitor-card { display:flex; flex-direction:column; justify-content:space-between; min-height:100%; }
.eyebrow { text-transform:uppercase; letter-spacing:.18em; font-size:11px; color:var(--accent); margin-bottom:10px; }
form { display:grid; gap:10px; }
input,select,button,.button { min-height:40px; border:1px solid var(--line); border-radius:6px; background:#202822; color:var(--text); padding:8px 10px; text-decoration:none; }
button,.button { display:inline-flex; align-items:center; justify-content:center; cursor:pointer; font-weight:700; }
.checks label { display:flex; align-items:center; gap:8px; color:var(--text); }
.error { color:#ff9b9b; }
.metric strong { display:block; font-size:30px; }
.metric small { color:var(--muted); }
.briefing-hero {
  padding: 22px 22px 18px;
  border: 1px solid rgba(121,198,163,.25);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(121,198,163,.16), transparent 38%),
    linear-gradient(180deg, rgba(16,25,51,.96), rgba(24,31,27,.96));
  box-shadow: 0 20px 50px rgba(0,0,0,.26);
  margin-bottom: 16px;
}
.briefing-kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  margin-bottom: 10px;
}
.briefing-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1;
}
.briefing-hero p { max-width: 54rem; }
.briefing-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.briefing-stats article,
.source-pulse,
.front-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(24,31,27,.88);
}
.briefing-stats article {
  padding: 14px 16px;
}
.briefing-stats strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 6px;
}
.briefing-top {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
  gap: 14px;
  margin: 18px 0 30px;
}
.front-page,
.source-pulse {
  padding: 18px;
}
.front-page .hero {
  margin-bottom: 14px;
}
.front-page h2,
.source-pulse h2 {
  margin-bottom: 8px;
}
.front-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.story-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(34,44,39,.92), rgba(24,31,27,.95));
}
.story-card h3 {
  margin: 10px 0 8px;
  font-size: 18px;
  line-height: 1.25;
}
.story-card p { margin-bottom: 12px; }
.story-card .button { width: fit-content; }
.story-card.empty {
  min-height: 160px;
  display: grid;
  align-content: start;
}
.story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  color: var(--muted);
  font-size: 12px;
}
.story-meta span { display: inline-flex; align-items: center; gap: 6px; }
.story-section,
.source-chip,
.story-dot {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(121,198,163,.22);
  background: rgba(121,198,163,.1);
  color: var(--text);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.story-dot {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
}
.briefing-section {
  margin: 28px 0 36px;
}
.briefing-section h2 { margin-bottom: 8px; }
.briefing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.briefing-grid .story-card {
  min-height: 100%;
}
.forum-shell {
  display: grid;
  gap: 18px;
}
.forum-hero {
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(121,198,163,.16), transparent 38%),
    linear-gradient(180deg, rgba(16,25,51,.96), rgba(24,31,27,.96));
  box-shadow: 0 20px 50px rgba(0,0,0,.26);
  padding: 22px;
}
.forum-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1;
}
.forum-subtitle {
  max-width: 58rem;
}
.forum-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.forum-badges span {
  padding: 4px 10px;
  border: 1px solid rgba(121,198,163,.22);
  border-radius: 999px;
  background: rgba(121,198,163,.1);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.forum-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(300px, .8fr);
}
.forum-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 14px;
}
.forum-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.forum-stat {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(24,31,27,.9);
  padding: 14px 16px;
}
.forum-stat strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4px;
}
.forum-stat span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
}
.forum-panel,
.forum-side .login,
.forum-thread-card,
.forum-reply,
.forum-admin-list article,
.forum-category-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(24,31,27,.9);
}
.forum-panel {
  padding: 18px;
}
.forum-thread-body {
  position: relative;
}
.forum-categories,
.forum-list,
.forum-replies,
.forum-admin-list {
  display: grid;
  gap: 12px;
}
.forum-category-card {
  padding: 14px;
  border-left: 4px solid rgba(121,198,163,.6);
}
.forum-category-card h3 {
  margin-bottom: 6px;
}
.forum-category-count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
}
.forum-category-count strong {
  font-size: 26px;
  line-height: 1;
}
.forum-category-count span,
.forum-latest {
  color: var(--muted);
}
.forum-latest {
  margin-top: 8px;
}
.forum-thread-card,
.forum-reply,
.forum-admin-list article {
  padding: 14px;
}
.forum-thread-card {
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.forum-thread-card:hover {
  transform: translateY(-1px);
  border-color: rgba(121,198,163,.35);
  background: rgba(31,40,34,.96);
}
.forum-thread-card h3,
.forum-reply p {
  margin-bottom: 8px;
}
.forum-thread-card a {
  color: var(--text);
  text-decoration: none;
}
.forum-thread-card a:hover {
  text-decoration: underline;
}
.forum-side {
  display: grid;
  gap: 12px;
}
.forum-side .login {
  width: 100%;
  margin: 0;
}
.forum-compose {
  padding: 18px;
}
.forum-compose form {
  margin-top: 6px;
}
.forum-compose p {
  margin-bottom: 8px;
}
.forum-reply-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}
.forum-reply-head strong {
  color: var(--text);
}
.forum-admin-list article h3 {
  margin-bottom: 6px;
}
.source-pulse ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 10px;
}
.source-pulse li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(16,25,51,.26);
}
.source-pulse li strong,
.source-pulse li span,
.source-pulse li small {
  display: block;
}
.source-pulse li span {
  color: var(--accent);
  font-size: 13px;
}
.source-pulse li small {
  color: var(--muted);
  margin-top: 4px;
}

.newseek-page {
  color-scheme: light;
  background:
    radial-gradient(circle at top, rgba(33, 24, 19, .08), transparent 26%),
    linear-gradient(180deg, #f7f0e6 0%, #efe6da 42%, #f8f4ee 100%);
  color: #1a1410;
  font-family: Georgia, "Times New Roman", Times, serif;
}
body.newseek-page {
  background: inherit;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.newseek-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 36px);
}
.newseek-article {
  border: 1px solid rgba(65, 49, 39, .15);
  background: rgba(255, 251, 245, .8);
  box-shadow: 0 30px 80px rgba(44, 30, 20, .08);
  backdrop-filter: blur(6px);
}
.newseek-hero {
  padding: clamp(24px, 4vw, 48px) clamp(20px, 4vw, 52px) 24px;
  border-bottom: 1px solid rgba(65, 49, 39, .12);
}
.newseek-brand {
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .34em;
  font-size: 11px;
  color: #8d5d3a;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.newseek-hero h1 {
  max-width: 14ch;
  margin: 0 0 14px;
  font-size: clamp(38px, 6.5vw, 86px);
  line-height: .95;
  letter-spacing: -.05em;
}
.newseek-deck {
  max-width: 56rem;
  margin: 0 0 16px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: #4e4037;
}
.newseek-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a675b;
}
.newseek-meta span {
  padding-right: 14px;
  border-right: 1px solid rgba(122, 103, 91, .2);
}
.newseek-meta span:last-child {
  border-right: 0;
  padding-right: 0;
}
.newseek-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, .72fr);
  gap: 0;
}
.newseek-body {
  padding: clamp(20px, 3.6vw, 44px);
}
.newseek-section {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(65, 49, 39, .1);
}
.newseek-kicker {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
  color: #8d5d3a;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.newseek-section h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.newseek-section:first-of-type {
  padding-top: 6px;
}
.newseek-section:first-of-type h2 {
  font-size: clamp(28px, 3.4vw, 48px);
}
.newseek-lead {
  font-size: clamp(19px, 2.1vw, 26px);
  line-height: 1.55;
  color: #2a2018;
}
.newseek-body p {
  max-width: 72ch;
  margin-bottom: 14px;
  color: #2c2119;
}
.newseek-callout {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  margin-top: 18px;
  border-left: 4px solid #8d5d3a;
  background: rgba(141, 93, 58, .07);
}
.newseek-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 16px;
}
.newseek-stat {
  padding: 14px 16px;
  border: 1px solid rgba(65, 49, 39, .12);
  background: rgba(255, 255, 255, .8);
}
.newseek-stat strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.newseek-stat span {
  display: block;
  margin-top: 6px;
  color: #6c5b51;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.newseek-timeline {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.newseek-timeline-item {
  padding: 14px 16px;
  border: 1px solid rgba(65, 49, 39, .12);
  background: rgba(255, 255, 255, .84);
}
.newseek-timeline-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #8d5d3a;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.newseek-timeline-item p {
  margin: 0;
}
.newseek-aside {
  padding: clamp(20px, 3.6vw, 44px);
  background: linear-gradient(180deg, rgba(255, 247, 237, .94), rgba(247, 238, 226, .94));
  border-left: 1px solid rgba(65, 49, 39, .12);
  display: grid;
  gap: 16px;
  align-content: start;
}
.newseek-panel {
  padding: 18px;
  border: 1px solid rgba(65, 49, 39, .12);
  background: rgba(255, 255, 255, .84);
}
.newseek-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.newseek-quote blockquote {
  margin: 0;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -.03em;
  color: #241b15;
}
.newseek-bullets {
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.newseek-signoff {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.newseek-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.newseek-hero-gallery {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.newseek-hero-gallery .newseek-hero-figure {
  grid-column: span 6;
}
.newseek-hero-gallery .newseek-hero-figure:first-child {
  grid-column: 1 / -1;
}
.newseek-hero-figure {
  overflow: hidden;
}
.newseek-hero-figure img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  background: #fbf6ee;
}
.newseek-section .newseek-hero-figure {
  margin-top: 10px;
}
.newseek-plan {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(65, 49, 39, .12);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 30px rgba(44, 30, 20, .06);
}
.newseek-plan-note {
  margin: 0 0 10px;
  color: #5d4d43;
  font-size: 15px;
}
.newseek-plan svg {
  width: 100%;
  height: auto;
  display: block;
}
.newseek-plan text {
  fill: #f7f0e6;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .08em;
}
.newseek-plan text:nth-of-type(2) {
  font-size: 20px;
  font-weight: 500;
  opacity: .9;
}
.newseek-plan text:last-child {
  fill: #6d5b4f;
  font-size: 22px;
  font-weight: 500;
}
.newseek-figure {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(65, 49, 39, .12);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 30px rgba(44, 30, 20, .06);
}
.newseek-figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
}
.newseek-layout-panel {
  margin-bottom: 34px;
  padding-bottom: 34px;
}
.newseek-layout-panel .newseek-plan-note {
  margin-bottom: 14px;
}
.newseek-layout-figure img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  background: #fbf6ee;
  max-height: 1200px;
}
.newseek-layout-panel .newseek-plan-note {
  max-width: 64ch;
}
.newseek-plan-gallery .newseek-figure img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #fbf6ee;
  max-height: 440px;
}
.newseek-hero-gallery .newseek-figure img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #fbf6ee;
  max-height: 560px;
}
.newseek-figure figcaption {
  display: grid;
  gap: 4px;
  padding-top: 10px;
  color: #5d4d43;
}
.newseek-figure figcaption strong {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  color: #8d5d3a;
}
.newseek-figure figcaption span {
  font-size: 15px;
  line-height: 1.5;
}
.kz-page .newseek-article {
  overflow: hidden;
}
.kz-role {
  margin: 0 0 8px;
  color: #6b584e;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}
.kz-card {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(65, 49, 39, .1);
}
.kz-card-head h2 {
  margin-bottom: 6px;
}
.kz-summary {
  font-size: 18px;
  line-height: 1.6;
}
.kz-charts {
  display: grid;
  gap: 10px;
  margin: 20px 0 18px;
}
.kz-chart-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr) 54px;
  gap: 12px;
  align-items: center;
}
.kz-chart-label,
.kz-chart-value {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #6d5b4f;
}
.kz-chart-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(65, 49, 39, .1);
  overflow: hidden;
}
.kz-chart-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
}
.kz-chart-bar.mint {
  background: linear-gradient(90deg, #7bc8a7, #4aa57e);
}
.kz-chart-bar.amber {
  background: linear-gradient(90deg, #d7a35d, #b07a32);
}
.kz-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
}
.kz-split h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.kz-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.kz-list strong {
  display: block;
  color: #2a2018;
}
.kz-list span {
  color: #6d5b4f;
}
.kz-income {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.55;
}
.kz-note {
  color: #6d5b4f;
}

@media (max-width:860px) {
  .grid,.login-grid { grid-template-columns:1fr; }
  .forum-toolbar,
  .forum-stats { grid-template-columns: 1fr; }
  header { align-items:flex-start; flex-direction:column; }
  .brand-mark { min-height: 24vh; padding-top: 18px; }
  .tech-landing { justify-items: center; }
  .tech-grid,
  .briefing-top,
  .briefing-stats,
  .front-grid,
  .forum-grid { grid-template-columns: 1fr; }
  .briefing-grid { grid-template-columns: 1fr; }
  .tech-copy { text-align: center; justify-self: center; }
  .tech-copy h1 { font-size: clamp(14px, 4.7vw, 42px); }
  .tech-copy p { margin-left: auto; margin-right: auto; }
  .tech-actions { justify-content: center; }
  .newseek-grid,
  .newseek-table { grid-template-columns: 1fr; }
  .newseek-gallery { grid-template-columns: 1fr; }
  .newseek-hero-gallery { grid-template-columns: 1fr; }
  .newseek-hero-gallery .newseek-hero-figure,
  .newseek-hero-gallery .newseek-hero-figure:first-child { grid-column: auto; }
  .newseek-hero-figure img { max-height: 520px; }
  .newseek-layout-figure img { max-height: 900px; }
  .newseek-hero h1 { max-width: none; }
  .newseek-aside { border-left: 0; border-top: 1px solid rgba(65, 49, 39, .12); }
  .kz-chart-row,
  .kz-split { grid-template-columns: 1fr; }
}
