:root {
  --bg: #050505;
  --panel: #0c0f0a;
  --panel-strong: #12170f;
  --line: #2ef97d;
  --line-soft: rgba(46, 249, 125, 0.28);
  --text: #d7ffda;
  --muted: #90b893;
  --hot: #ffd63c;
  --pink: #ff62c9;
  --blue: #6fd6ff;
  --paper: #f7e9b8;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  --radius: 18px;
  --shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(73, 255, 155, 0.14), transparent 28%),
    linear-gradient(180deg, #040404 0%, #07110a 100%);
  font: 400 1rem/1.65 "Verdana", "Trebuchet MS", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(95, 255, 145, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 255, 145, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  opacity: 0.25;
  z-index: -2;
}

.retro-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    repeating-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.22) 0,
      rgba(0, 0, 0, 0.22) 2px,
      transparent 2px,
      transparent 4px
    );
  mix-blend-mode: screen;
  opacity: 0.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.shell {
  width: min(calc(100% - 1.5rem), var(--shell));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 2px solid #000;
  background: linear-gradient(90deg, #ffe66e 0%, #ffb347 44%, #ff7f51 100%);
  color: #121212;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  font-weight: 700;
  text-align: center;
}

.topbar__flag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.55rem;
  border: 2px solid #000;
  background: #fff6cd;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.topbar__buy,
.topbar__more {
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.masthead {
  border-bottom: 1px solid rgba(46, 249, 125, 0.18);
  background: rgba(3, 8, 4, 0.9);
  backdrop-filter: blur(16px);
}

.masthead__inner {
  display: grid;
  gap: 1rem;
  padding: 1.1rem 0 1rem;
}

.brand-lockup {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.brand-lockup__mark img {
  width: 56px;
  border: 2px solid #001905;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.brand-lockup__wordmark {
  display: inline-block;
  font: 900 clamp(1.6rem, 5vw, 2.5rem)/1 "Arial Black", Impact, sans-serif;
  letter-spacing: 0.08em;
  color: var(--line);
  text-shadow: 0 0 18px rgba(46, 249, 125, 0.34);
}

.brand-lockup__wordmark span {
  color: var(--hot);
}

.brand-lockup__tag {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  border: 2px solid rgba(46, 249, 125, 0.22);
  border-radius: 999px;
  background: rgba(7, 17, 10, 0.7);
  color: var(--text);
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus-visible {
  border-color: var(--line);
  color: var(--hot);
}

.nav-link--cta {
  border-color: var(--hot);
  background: rgba(255, 214, 60, 0.12);
  color: var(--hot);
}

.hero,
.page-hero,
.section-block,
.section-grid {
  padding: 1.6rem 0;
}

.hero {
  display: grid;
  gap: 1.4rem;
  align-items: center;
}

.hero__copy,
.monitor-window,
.window-card,
.aim-window,
.news-card,
.domain-card,
.case-card,
.angle-card,
.footer-card,
.archive-card,
.receipt-panel {
  border: 2px solid rgba(46, 249, 125, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(12, 15, 10, 0.96) 0%, rgba(7, 10, 8, 0.98) 100%);
  box-shadow: var(--shadow);
}

.hero__copy {
  padding: 1.35rem;
}

.eyebrow,
.footer-eyebrow,
.angle-card__eyebrow,
.domain-card__tag,
.news-card__date {
  margin: 0 0 0.6rem;
  color: var(--hot);
  font: 700 0.76rem/1.4 "Courier New", monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  font-family: "Arial Black", Impact, sans-serif;
  line-height: 1.02;
  letter-spacing: 0.03em;
}

h1 {
  font-size: clamp(2.7rem, 8vw, 5.6rem);
  color: #f1fff1;
  text-shadow: 0 0 22px rgba(111, 214, 255, 0.16);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: 1.3rem;
}

p,
li,
dd,
dt {
  margin: 0 0 0.9rem;
}

.hero__lede,
.section-heading p,
.window-card p,
.domain-card p,
.news-card p,
.case-card p,
.partner-copy p,
.legal-copy p,
.article p,
.guestbook-entry p {
  color: var(--muted);
}

.hero__actions,
.share-strip,
.gif-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero__actions {
  margin: 1.2rem 0;
}

.old-button,
.share-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.78rem 1rem;
  border: 2px solid #000;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff388 0%, #ffcc45 100%);
  color: #141414;
  font-family: "Courier New", monospace;
  font-weight: 700;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.old-button:hover,
.old-button:focus-visible,
.share-chip:hover,
.share-chip:focus-visible {
  transform: translateY(-1px);
}

.old-button--ghost {
  background: linear-gradient(180deg, rgba(111, 214, 255, 0.28) 0%, rgba(46, 249, 125, 0.18) 100%);
  color: var(--text);
}

.old-button--small {
  min-height: 2.5rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.92rem;
}

.share-chip {
  border-color: rgba(46, 249, 125, 0.28);
  background: rgba(10, 25, 13, 0.95);
  color: var(--text);
  box-shadow: none;
}

.gif-row img {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.gif-row--tight {
  gap: 0.5rem;
}

.monitor-window {
  overflow: hidden;
}

.monitor-window__bar,
.window-card__bar,
.aim-window__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.7rem 1rem;
  border-bottom: 2px solid rgba(46, 249, 125, 0.16);
  background: linear-gradient(90deg, rgba(16, 30, 14, 0.92), rgba(12, 15, 10, 0.92));
  color: var(--hot);
  font: 700 0.8rem/1.3 "Courier New", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.monitor-window__screen {
  position: relative;
  padding: 1rem;
  overflow: hidden;
}

.monitor-window__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(111, 214, 255, 0.06) 48%, transparent 100%);
  animation: sweep 7s linear infinite;
  pointer-events: none;
}

.receipt-card {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px dashed rgba(255, 214, 60, 0.35);
  background: rgba(247, 233, 184, 0.07);
  color: var(--paper);
}

.receipt-card strong {
  display: block;
  margin-top: 0.4rem;
  font-family: "Courier New", monospace;
  font-size: clamp(2rem, 8vw, 3.4rem);
  color: var(--hot);
}

.monitor-kpis {
  display: grid;
  gap: 0.75rem;
}

.kpi-box {
  padding: 0.8rem;
  border: 1px solid rgba(111, 214, 255, 0.2);
  background: rgba(7, 22, 13, 0.74);
}

.kpi-box span,
.counter-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--blue);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.kpi-box strong,
.counter {
  font-family: "Courier New", monospace;
  font-size: 1.45rem;
}

.counter--money {
  color: var(--hot);
}

.monitor-chart {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.55rem;
  align-items: end;
  min-height: 150px;
  margin: 1rem 0;
  padding: 0.9rem;
  border: 1px solid rgba(46, 249, 125, 0.16);
  background: rgba(3, 9, 5, 0.75);
}

.monitor-chart span {
  position: relative;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, rgba(255, 214, 60, 0.96), rgba(46, 249, 125, 0.76));
  box-shadow: 0 0 20px rgba(46, 249, 125, 0.24);
}

.monitor-chart span:nth-child(1) { height: 38%; }
.monitor-chart span:nth-child(2) { height: 54%; }
.monitor-chart span:nth-child(3) { height: 49%; }
.monitor-chart span:nth-child(4) { height: 69%; }
.monitor-chart span:nth-child(5) { height: 63%; }
.monitor-chart span:nth-child(6) { height: 82%; }
.monitor-chart span:nth-child(7) { height: 91%; }

.live-feed {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  font-family: "Courier New", monospace;
  color: var(--line);
}

.live-feed li {
  padding: 0.55rem 0.7rem;
  border-left: 4px solid rgba(46, 249, 125, 0.28);
  background: rgba(7, 16, 9, 0.8);
  margin: 0;
}

.marquee-box {
  padding-bottom: 0.4rem;
}

.marquee {
  overflow: hidden;
  border: 2px solid rgba(46, 249, 125, 0.18);
  border-radius: 999px;
  background: rgba(5, 11, 7, 0.95);
}

.marquee__inner {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  min-width: max-content;
  padding: 0.9rem 1rem;
  font-family: "Courier New", monospace;
  color: var(--hot);
  animation: marquee 20s linear infinite;
}

.section-grid,
.dashboard-grid,
.angles-grid,
.case-grid,
.two-up,
.news-layout,
.news-grid,
.domain-grid,
.partner-layout,
.footer-grid,
.aim-window__body {
  display: grid;
  gap: 1rem;
}

.window-card,
.news-card,
.domain-card,
.case-card,
.angle-card,
.receipt-panel,
.archive-card {
  padding: 1.05rem;
}

.window-card ul,
.angle-card ul,
.partner-copy ul,
.article ul,
.archive-list,
.footer-links {
  margin: 0;
  padding-left: 1.15rem;
}

.window-card li,
.angle-card li,
.partner-copy li,
.article li,
.archive-list li,
.footer-links li {
  margin-bottom: 0.55rem;
}

.section-heading {
  margin-bottom: 1rem;
  max-width: 54rem;
}

.dashboard-shot {
  margin: 0;
  padding: 1rem;
  border: 2px solid rgba(46, 249, 125, 0.18);
  border-radius: var(--radius);
  background: rgba(8, 12, 8, 0.92);
}

.dashboard-shot figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
}

.angle-card__eyebrow {
  color: var(--pink);
}

.case-card strong,
.text-link {
  color: var(--hot);
}

.text-link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.text-link--large {
  display: inline-flex;
  margin-top: 0.9rem;
}

.partner-block {
  padding-top: 0.8rem;
}

.partner-note {
  color: var(--hot);
  font-weight: 700;
}

.receipt-panel dl {
  margin: 1rem 0;
}

.receipt-panel dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(255, 214, 60, 0.25);
}

.receipt-panel dt {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.guestbook-list {
  display: grid;
  gap: 0.9rem;
}

.guestbook-entry {
  padding: 1rem;
  border: 2px solid rgba(111, 214, 255, 0.14);
  border-radius: 14px;
  background: rgba(6, 13, 9, 0.92);
}

.guestbook-entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin-bottom: 0.6rem;
  font-family: "Courier New", monospace;
  color: var(--blue);
}

.guestbook-entry--full {
  min-height: 100%;
}

.aim-window {
  overflow: hidden;
}

.aim-window__body {
  padding: 0;
}

.aim-buddies,
.aim-chat {
  padding: 1rem;
}

.aim-buddies {
  border-bottom: 2px solid rgba(46, 249, 125, 0.12);
  background: linear-gradient(180deg, rgba(28, 57, 138, 0.18), rgba(8, 21, 45, 0.2));
}

.aim-buddies h3 {
  margin-bottom: 0.65rem;
  font-size: 1rem;
  color: #d9ebff;
}

.aim-buddies ul {
  margin: 0;
  padding-left: 1rem;
  color: #d9ebff;
}

.aim-chat__log {
  margin-bottom: 1rem;
  padding: 0.9rem;
  border: 1px solid rgba(111, 214, 255, 0.18);
  background: #071724;
  color: #d7ecff;
  font-family: "Courier New", monospace;
}

.aim-chat__log span {
  color: var(--hot);
  font-weight: 700;
}

.formspree-form {
  display: grid;
  gap: 0.85rem;
}

.formspree-form label {
  display: grid;
  gap: 0.35rem;
  color: #f6fff9;
  font-weight: 700;
}

.formspree-form input,
.formspree-form textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 2px solid rgba(111, 214, 255, 0.2);
  border-radius: 12px;
  background: rgba(4, 13, 8, 0.9);
  color: #ebfff0;
}

.formspree-form input:focus,
.formspree-form textarea:focus {
  outline: 2px solid rgba(255, 214, 60, 0.45);
  outline-offset: 1px;
}

.form-status {
  margin-bottom: 0.9rem;
  padding: 0.75rem 0.9rem;
  border: 2px solid rgba(46, 249, 125, 0.25);
  border-radius: 12px;
  background: rgba(8, 22, 11, 0.95);
  color: #eaffec;
}

.form-status[hidden] {
  display: none;
}

.form-status--error {
  border-color: rgba(255, 98, 201, 0.35);
  background: rgba(35, 9, 25, 0.95);
}

.page-hero {
  padding-top: 2rem;
}

.page-hero p {
  max-width: 48rem;
  color: var(--muted);
}

.news-layout,
.partner-layout {
  align-items: start;
}

.news-grid,
.domain-grid,
.case-grid,
.angles-grid {
  grid-template-columns: 1fr;
}

.news-card h2,
.news-card h3,
.domain-card h2,
.domain-card h3 {
  margin-bottom: 0.55rem;
}

.domain-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-items: center;
  justify-content: space-between;
  color: var(--hot);
  font-family: "Courier New", monospace;
}

.archive-list a,
.footer-links a {
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.article {
  padding-top: 2rem;
  padding-bottom: 2.2rem;
}

.article-meta,
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  color: var(--blue);
  font-family: "Courier New", monospace;
}

.article-lede {
  margin: 1.2rem 0;
  font-size: 1.1rem;
  color: #f1fff3;
}

.article-callout,
.article-cta {
  margin: 1.4rem 0;
  padding: 1.1rem;
  border: 2px solid rgba(255, 214, 60, 0.22);
  border-radius: var(--radius);
  background: rgba(17, 16, 7, 0.88);
}

.article-section {
  margin-top: 1.4rem;
}

.legal-copy {
  display: grid;
  gap: 1.2rem;
}

.legal-copy h2 {
  font-size: 1.5rem;
  color: var(--hot);
}

.site-footer {
  margin-top: 2rem;
  padding: 1.2rem 0 2rem;
  border-top: 1px solid rgba(46, 249, 125, 0.18);
  background: rgba(5, 9, 6, 0.88);
}

.footer-grid {
  align-items: start;
}

.footer-card {
  padding: 1rem;
}

.footer-links {
  color: var(--muted);
}

.footer-meta {
  justify-content: space-between;
  padding-top: 1rem;
  color: var(--muted);
}

.error-page {
  display: grid;
  place-items: center;
  gap: 1rem;
  text-align: center;
  min-height: 60vh;
  padding: 3rem 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes sweep {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}

@media (min-width: 720px) {
  .masthead__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .hero,
  .section-grid,
  .partner-layout,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monitor-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-grid,
  .angles-grid,
  .news-grid,
  .domain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-up,
  .news-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  }

  .aim-window__body {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .aim-buddies {
    border-right: 2px solid rgba(46, 249, 125, 0.12);
    border-bottom: 0;
  }

  .hero__copy {
    padding: 1.8rem;
  }
}

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    padding-top: 2.2rem;
  }

  .case-grid,
  .angles-grid,
  .domain-grid--full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .news-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  }

  .topbar__inner {
    justify-content: space-between;
  }
}
