:root {
  --bg: #07111f;
  --bg2: #0c1629;
  --panel: rgba(12, 22, 41, 0.82);
  --panel-strong: rgba(16, 29, 52, 0.95);
  --line: rgba(148, 163, 184, 0.18);
  --text: #e5eefb;
  --muted: #9fb0ca;
  --green: #3ddc97;
  --yellow: #f6c453;
  --red: #ff6b6b;
  --blue: #61dafb;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(67, 97, 238, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(61, 220, 151, 0.12), transparent 25%),
    linear-gradient(180deg, #050b14 0%, var(--bg) 40%, #03060c 100%);
}

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

.shell {
  width: min(1200px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 20px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.panel,
.token-card {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-card,
.panel { border-radius: 24px; }
.hero-copy { padding: 28px; }
.hero-card { padding: 24px; }
.panel { padding: 22px; margin-top: 20px; }

.eyebrow,
.section-kicker,
.hero-card-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--blue);
  margin-bottom: 12px;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}

.brand-row .eyebrow {
  margin-bottom: 0;
}

.site-logo {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  line-height: 0.98;
  max-width: 10ch;
}

h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.lede {
  margin: 18px 0 0;
  font-size: 1.06rem;
  line-height: 1.7;
  max-width: 72ch;
  color: var(--muted);
}

.actions,
.status-row,
.token-actions,
.paid-lock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.actions { margin-top: 22px; }
.status-row { margin-top: 18px; }

.button,
.action-link,
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
  text-align: center;
  white-space: normal;
}

.button:hover,
.action-link:hover,
.action-button:hover {
  transform: translateY(-1px);
  border-color: rgba(97, 218, 251, 0.55);
}

.primary {
  border: none;
  color: #04111f;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 700;
}

.secondary,
.ghost,
.action-link,
.action-button {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.status-pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.hero-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.tiny,
.section-note,
.token-sub,
.description {
  color: var(--muted);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

.section-head.compact { align-items: center; }
.methodology ol,
#methodologyList {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
  color: var(--muted);
}

.top-pick-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 18px;
}

.featured {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel-strong);
}

.featured-hero {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.featured-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,10,20,0.1), rgba(4,10,20,0.9));
}

.featured-body { padding: 20px; }
.featured-topline {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
}

.featured h3 { margin: 0; font-size: 1.8rem; }
.featured p { margin: 12px 0 0; line-height: 1.65; }
.featured-meta,
.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.alerts-grid,
.paid-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.early-grid {
  margin-top: 16px;
}

.alert-tier {
  border-radius: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.paid-feature {
  border-radius: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.paid-feature h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.paid-feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.paid-lock-card {
  border-radius: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.paid-lock-card h3 {
  margin: 0 0 10px;
}

.paid-lock-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}

.passcode-input {
  flex: 1 1 220px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.passcode-input::placeholder {
  color: var(--muted);
}

.hidden {
  display: none;
}

.alert-tier h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.alert-tier p,
.alert-tier li {
  color: var(--muted);
  line-height: 1.7;
}

.alert-tier ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.alert-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.free-tier {
  box-shadow: inset 0 0 0 1px rgba(61, 220, 151, 0.18);
}

.paid-tier {
  box-shadow: inset 0 0 0 1px rgba(246, 196, 83, 0.2);
}

.tier-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  margin-bottom: 12px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #07111f;
  background: linear-gradient(135deg, var(--yellow), #fff394);
}

.free-tier .tier-tag {
  background: linear-gradient(135deg, var(--green), #93f9b9);
}

.metric {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.metric-label {
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 6px;
}

.metric-value {
  font-size: 1.05rem;
  font-weight: 700;
}

.token-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.token-card {
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.token-head,
.token-ident,
.featured-topline {
  display: flex;
  align-items: center;
}

.token-head { justify-content: space-between; gap: 12px; }
.token-ident { gap: 12px; min-width: 0; }

.token-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.token-card h3,
.token-card .token-sub { margin: 0; }
.token-card h3 { font-size: 1.08rem; }
.token-sub { font-size: 0.92rem; }
.verdict {
  margin: 14px 0 8px;
  font-weight: 700;
}
.description {
  margin: 0 0 14px;
  min-height: 48px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.token-card .stats {
  margin-bottom: 14px;
}

.token-actions {
  margin-top: auto;
  align-items: stretch;
}

.token-actions > .action-link,
.token-actions > .action-button,
.token-actions > .status-pill {
  flex: 1 1 150px;
  min-width: 0;
}

.token-actions > .status-pill {
  display: flex;
  align-items: center;
}

.score-badge {
  padding: 8px 11px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #03111f;
  background: linear-gradient(135deg, var(--yellow), #fff394);
  white-space: nowrap;
}

.score-badge.hot { background: linear-gradient(135deg, #57f287, #93f9b9); }
.score-badge.warn { background: linear-gradient(135deg, #ffd166, #ffef9f); }
.score-badge.bad { background: linear-gradient(135deg, #ff7b72, #ffa4a0); }

.positive { color: var(--green); }
.negative { color: var(--red); }
.neutral { color: var(--muted); }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.empty {
  padding: 28px;
  border-radius: 18px;
  border: 1px dashed var(--line);
  color: var(--muted);
  text-align: center;
}

@media (max-width: 980px) {
  .hero,
  .top-pick-card,
  .token-grid,
  .alerts-grid,
  .paid-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .shell { width: min(100vw - 20px, 1200px); padding-top: 14px; }
  .hero-copy,
  .hero-card,
  .panel { padding: 18px; border-radius: 20px; }
  h1 { max-width: none; }
  .featured-meta,
  .stats { grid-template-columns: 1fr 1fr; }
  .token-actions .action-link,
  .token-actions .action-button { width: 100%; }
}
