/* Crypto Outpost — dark navy newsroom */
:root {
  --bg: #060a20;
  --bg-soft: #0b1130;
  --card: #10173a;
  --line: rgba(148, 163, 255, 0.16);
  --text: #f2f4ff;
  --muted: #a9b3d9;
  --cyan: #67e8f9;
  --purple: #a855f7;
  --purple-deep: #7c3aed;
  --emerald: #10b981;
  --crimson: #ef4444;
  --navy-pill: #1e2a78;
  --radius: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: radial-gradient(1200px 600px at 70% -10%, #141b4d 0%, var(--bg) 55%) fixed, var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

/* ---------- header ---------- */
header.site {
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  background: rgba(6, 10, 32, 0.92);
  backdrop-filter: blur(10px);
}
.header-inner {
  display: flex; align-items: center; gap: 36px;
  padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 22px; letter-spacing: 1px; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 8px;
  background: linear-gradient(135deg, #22d3ee, #a855f7);
  display: grid; place-items: center; font-size: 18px; font-weight: 900; color: #060a20;
}
nav.main { display: flex; gap: 28px; margin-left: auto; }
nav.main a { color: var(--muted); font-weight: 600; font-size: 16px; }
nav.main a:hover, nav.main a.active { color: var(--cyan); }
.btn-sub {
  background: linear-gradient(135deg, var(--purple-deep), var(--purple));
  color: #fff; font-weight: 700; padding: 10px 26px; border-radius: 999px;
  box-shadow: 0 4px 24px rgba(168, 85, 247, 0.45);
  white-space: nowrap;
}
.btn-sub:hover { filter: brightness(1.1); }

/* ---------- hero ---------- */
.hero {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px;
  padding: 56px 0 48px; align-items: center;
}
.pill-featured {
  display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 1.5px;
  color: #c084fc; border: 1px solid rgba(168, 85, 247, 0.55);
  background: rgba(168, 85, 247, 0.12);
  padding: 5px 14px; border-radius: 8px; margin-bottom: 20px;
}
.hero h1 { font-size: 52px; line-height: 1.12; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 18px; }
.hero .dek { color: var(--muted); font-size: 19px; margin-bottom: 16px; max-width: 34ch; }
.hero .meta { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
.btn-outline {
  display: inline-block; border: 1.5px solid var(--purple); color: #c084fc;
  font-weight: 700; padding: 12px 28px; border-radius: 12px;
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.25);
}
.btn-outline:hover { background: rgba(168, 85, 247, 0.12); }
.hero-art img { border-radius: var(--radius); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }

/* ---------- content grid ---------- */
.content-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; padding-bottom: 56px; }
.section-title { font-size: 34px; font-weight: 800; margin-bottom: 20px; letter-spacing: -0.3px; }

.feed-card {
  background: #f7f8ff; color: #141a33; border-radius: var(--radius);
  padding: 10px 28px; box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.feed-search {
  width: 100%; margin: 12px 0 4px; padding: 10px 14px; font-size: 15px;
  border: 1.5px solid #d5daf2; border-radius: 10px; background: #fff; color: #141a33;
}
.feed-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid #e3e7f7;
}
.feed-item:last-child { border-bottom: none; }
.feed-item .tag {
  flex-shrink: 0; font-size: 12px; font-weight: 800; letter-spacing: 0.8px;
  color: #fff; padding: 5px 12px; border-radius: 7px; margin-top: 3px;
}
.tag.news { background: var(--navy-pill); }
.tag.analysis { background: var(--purple); }
.tag.regional { background: var(--emerald); }
.tag.alerts { background: var(--crimson); }
.feed-item h3 { font-size: 18px; line-height: 1.4; font-weight: 700; }
.feed-item h3 a:hover { color: var(--purple-deep); }
.feed-item time { margin-left: auto; flex-shrink: 0; color: #6b7394; font-size: 14px; white-space: nowrap; padding-top: 4px; }

/* ---------- regions ---------- */
.region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
.region-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform 0.15s ease, border-color 0.15s ease;
}
.region-card:hover { transform: translateY(-3px); border-color: rgba(16, 185, 129, 0.5); }
.region-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.region-card .label { padding: 12px 16px; font-weight: 700; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.region-card .label .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--emerald); }

/* ---------- newsletter ---------- */
.newsletter-box {
  background: var(--card); border: 1px solid rgba(168, 85, 247, 0.4);
  border-radius: var(--radius); padding: 28px;
  box-shadow: 0 0 40px rgba(168, 85, 247, 0.12);
}
.newsletter-box h3 { font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.newsletter-box h3 .pulse { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--purple); margin-left: 8px; }
.newsletter-box p { color: var(--muted); margin-bottom: 18px; font-size: 16px; }
.kit-placeholder {
  border: 2px dashed rgba(168, 85, 247, 0.55); border-radius: 10px;
  padding: 26px 20px; text-align: center; color: var(--muted);
  background: rgba(168, 85, 247, 0.06); font-size: 15px;
}
.kit-placeholder strong { display: block; color: #c084fc; font-size: 14px; letter-spacing: 1px; margin-bottom: 8px; }
.privacy-note { margin-top: 14px; font-size: 14px; color: var(--muted); }

/* ---------- about ---------- */
.about { border-top: 1px solid var(--line); padding: 56px 0; }
.about h2 { font-size: 34px; font-weight: 800; margin-bottom: 18px; }
.about p { color: var(--muted); font-size: 17px; max-width: 72ch; margin-bottom: 14px; }
.standards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 24px; }
.standard { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; }
.standard h4 { font-size: 15px; margin-bottom: 6px; color: var(--cyan); }
.standard p { font-size: 14.5px; margin: 0; }

/* ---------- articles ---------- */
.article { max-width: 760px; margin: 0 auto; padding: 56px 28px 64px; }
.article .kicker { margin-bottom: 14px; }
.article h1 { font-size: 42px; line-height: 1.15; font-weight: 800; letter-spacing: -0.4px; margin-bottom: 14px; }
.article .byline { color: var(--muted); font-size: 15px; margin-bottom: 28px; }
.article figure { margin: 0 0 32px; }
.article figure img { border-radius: var(--radius); }
.article p { font-size: 18px; color: #dbe1f7; margin-bottom: 20px; }
.article h2 { font-size: 26px; margin: 36px 0 14px; }
.article ul { margin: 0 0 20px 22px; color: #dbe1f7; font-size: 18px; }
.article li { margin-bottom: 10px; }
.article .sources { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; }
.article .sources h3 { font-size: 16px; color: var(--muted); margin-bottom: 10px; }
.article .sources a { color: var(--cyan); font-size: 15px; display: block; margin-bottom: 6px; word-break: break-all; }
.opinion-flag {
  display: inline-block; background: rgba(168, 85, 247, 0.14); border: 1px solid rgba(168, 85, 247, 0.5);
  color: #c084fc; font-size: 13px; font-weight: 800; letter-spacing: 1px;
  padding: 5px 14px; border-radius: 8px; margin-bottom: 16px;
}
.developing {
  background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 10px; padding: 14px 18px; font-size: 15px; color: #fca5a5; margin-bottom: 28px;
}

/* ---------- explainers ---------- */
.explainer-list { max-width: 860px; margin: 0 auto; padding: 56px 28px 64px; }
.explainer-list h1 { font-size: 40px; font-weight: 800; margin-bottom: 12px; }
.explainer-list > p { color: var(--muted); font-size: 18px; margin-bottom: 32px; }
.explainer-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px; margin-bottom: 18px; display: flex; gap: 20px; align-items: center;
}
.explainer-item .num {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px;
  background: linear-gradient(135deg, var(--purple-deep), var(--purple));
  display: grid; place-items: center; font-weight: 800; font-size: 20px;
}
.explainer-item h3 { font-size: 21px; margin-bottom: 6px; }
.explainer-item p { color: var(--muted); font-size: 15.5px; margin: 0; }
.status-soon { display: inline-block; margin-top: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.6px; color: #fbbf24; }

/* ---------- footer ---------- */
footer.site { border-top: 1px solid var(--line); padding: 34px 0 44px; text-align: center; }
footer.site .fine { color: var(--muted); font-size: 14.5px; max-width: 78ch; margin: 0 auto 12px; }
footer.site .copy { color: var(--muted); font-size: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 36px; }
  .content-grid { grid-template-columns: 1fr; }
  nav.main { display: none; }
  .header-inner { gap: 18px; }
}
