:root {
  color-scheme: dark;
  --bg: #071011;
  --panel: #101a1c;
  --panel-2: #142326;
  --text: #edf7f4;
  --muted: #a7b8b7;
  --line: rgba(196, 236, 229, 0.16);
  --cyan: #49d8ff;
  --green: #61f2a8;
  --red: #ff5a68;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(7, 16, 17, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(73, 216, 255, 0.5);
  background: #0e2529;
  color: var(--green);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small,
.kicker,
.card-meta,
.footer {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--green);
}

.hero {
  position: relative;
  min-height: min(720px, 86vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 16, 17, 0.92), rgba(7, 16, 17, 0.58) 42%, rgba(7, 16, 17, 0.18));
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding: clamp(80px, 12vw, 150px) clamp(20px, 5vw, 72px) clamp(42px, 8vw, 78px);
}

.kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  line-height: 0.95;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.lede {
  max-width: 610px;
  color: #d2e1df;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button,
button {
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  background: var(--green);
  color: #051313;
  border-color: var(--green);
}

.button.ghost {
  background: rgba(7, 16, 17, 0.5);
}

.ticker {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: #091416;
}

.ticker span,
.tag {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d8e6e3;
  font-size: 0.84rem;
}

.section-grid,
.article-grid,
.watch,
.subscribe {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 32px);
}

.section-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.75fr;
  gap: 18px;
  align-items: stretch;
}

.section-heading p,
.watch p,
.subscribe p,
.news-card p,
.mini-card p,
.lead-card p {
  color: var(--muted);
}

.lead-card,
.mini-card,
.news-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.lead-card {
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(135deg, #122527, #0f181a);
}

.lead-card h3 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.lead-card a {
  color: var(--green);
  font-weight: 700;
}

.side-rail {
  display: grid;
  gap: 18px;
}

.mini-card,
.news-card {
  padding: 22px;
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
}

.tag.red {
  border-color: rgba(255, 90, 104, 0.55);
  color: #ffb2b9;
}

.tag.green {
  border-color: rgba(97, 242, 168, 0.55);
  color: #bbffd9;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.watch {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.priority-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.priority-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-2);
}

.priority-list strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #0a3333;
  color: var(--green);
}

.subscribe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
}

input {
  width: min(100%, 340px);
  min-height: 44px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0a1415;
  color: var(--text);
}

button {
  background: #203134;
  color: var(--muted);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
}

.footer a {
  color: var(--green);
}

@media (max-width: 920px) {
  .site-header,
  .section-grid,
  .article-grid,
  .watch,
  .subscribe,
  .footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav {
    justify-content: start;
  }

  .hero {
    min-height: 680px;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .hero-overlay {
    background: rgba(7, 16, 17, 0.72);
  }

  h1 {
    font-size: 3rem;
  }
}
