/* ClaudeWar marketing pages — shared with /home */

.cw-mkt-page {
  background: #080A0C;
  color: #e5e5e5;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  min-height: 100vh;
}

.cw-mkt-page a { color: #FF4500; text-decoration: none; }
.cw-mkt-page a:hover { color: #ff6633; }

.cw-mkt-scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.12) 2px, rgba(0,0,0,0.12) 4px);
}

.cw-mkt-social-bar {
  background: #080A0C;
  border-bottom: 1px solid rgba(255, 69, 0, 0.15);
}

.cw-mkt-social-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.cw-mkt-social-copy {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.cw-mkt-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cw-mkt-social-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  transition: border-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.cw-mkt-social-icon:hover {
  color: #fff;
}

.cw-mkt-social-icon--tg:hover {
  border-color: rgba(41, 168, 225, 0.6);
  box-shadow: 0 0 12px rgba(41, 168, 225, 0.2);
  color: #29a8e1;
}

.cw-mkt-social-icon--dc:hover {
  border-color: rgba(88, 101, 242, 0.6);
  box-shadow: 0 0 12px rgba(88, 101, 242, 0.2);
  color: #5865f2;
}

.cw-mkt-social-icon--x:hover {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
  color: #fff;
}

.cw-mkt-social-label {
  display: none;
}

@media (min-width: 640px) {
  .cw-mkt-social-label { display: inline; }
}

.cw-mkt-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 10, 12, 0.97);
  border-bottom: 1px solid rgba(255, 69, 0, 0.25);
  backdrop-filter: blur(8px);
}

.cw-mkt-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cw-mkt-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 4px;
  color: #FF4500;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.cw-mkt-brand-tag {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.55);
}

.cw-mkt-nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.cw-mkt-nav-btn {
  padding: 8px 14px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #2a2a2a;
  color: #f5f5f5;
}

.cw-mkt-nav-btn:hover {
  border-color: rgba(255, 69, 0, 0.5);
  color: #FF4500;
}

.cw-mkt-nav-btn-filled {
  background: #FF4500;
  border-color: #FF4500;
  color: #000;
}

.cw-mkt-nav-btn-filled:hover {
  background: #ff2200;
  color: #000;
}

.cw-mkt-page a.cw-mkt-nav-btn-filled,
.cw-mkt-page a.cw-mkt-nav-btn-filled:hover {
  color: #000;
}

.cw-mkt-page a.cw-mkt-btn-primary,
.cw-mkt-page a.cw-mkt-btn-primary:hover {
  color: #000;
}

.cw-mkt-page a.cw-mkt-btn-secondary,
.cw-mkt-page a.cw-mkt-btn-secondary:hover {
  color: #00FF41;
}

.cw-mkt-page .cw-ab-label-short { display: none; }
.cw-mkt-page .cw-ab-label-long { display: inline; }

.cw-mkt-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 32px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 69, 0, 0.2);
}

.cw-mkt-hero-tag {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.35em;
  color: #FF4500;
  margin-bottom: 12px;
}

.cw-mkt-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 6vw, 56px);
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 16px;
}

.cw-mkt-hero-lead {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  margin-bottom: 24px;
}

.cw-mkt-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.cw-mkt-btn-primary,
.cw-mkt-btn-secondary {
  font-family: 'Share Tech Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 14px 22px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
}

.cw-mkt-btn-primary {
  background: #FF4500;
  border: 1px solid #FF4500;
  color: #000;
}

.cw-mkt-btn-primary:hover {
  background: #ff2200;
  color: #000;
}

.cw-mkt-btn-secondary {
  background: transparent;
  border: 1px solid rgba(0, 255, 65, 0.45);
  color: #00FF41;
}

.cw-mkt-btn-secondary:hover {
  background: rgba(0, 255, 65, 0.08);
  color: #00FF41;
}

.cw-mkt-access-note {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  max-width: 540px;
}

.cw-mkt-access-note strong { color: #FF4500; }

.cw-mkt-stat-panel {
  background: #111;
  border: 1px solid #1d1d1d;
  border-radius: 6px;
  overflow: hidden;
}

.cw-mkt-stat-panel .op-panel-hdr {
  border-left: 3px solid #FF4500;
}

.cw-mkt-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.cw-mkt-stat-cell {
  padding: 14px 16px;
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
}

.cw-mkt-stat-cell:nth-child(2n) { border-right: none; }

.cw-mkt-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: #FF4500;
  letter-spacing: 0.05em;
  display: block;
}

.cw-mkt-stat-label {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}

.cw-mkt-stat-live {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  color: #00FF41;
  padding: 8px 16px 12px;
}

.cw-mkt-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 20px;
}

.cw-mkt-section-hdr {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.35em;
  color: #FF4500;
  margin-bottom: 10px;
}

.cw-mkt-section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 12px;
}

.cw-mkt-section-sub {
  color: rgba(255, 255, 255, 0.55);
  max-width: 640px;
  margin-bottom: 28px;
}

.cw-mkt-cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cw-mkt-cred-card {
  background: #111;
  border: 1px solid #1d1d1d;
  border-radius: 6px;
  padding: 18px;
  border-left: 3px solid #FF4500;
}

.cw-mkt-cred-card h3 {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #FF4500;
  margin: 0 0 10px;
}

.cw-mkt-cred-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.65;
}

.cw-mkt-cred-meta {
  margin: 10px 0 0;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  list-style: none;
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.55;
}

.cw-mkt-cred-meta li + li {
  margin-top: 4px;
}

.cw-mkt-cred-thumb {
  margin-top: 12px;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  overflow: hidden;
}

.cw-mkt-cred-thumb--compact img {
  max-height: 128px;
  object-fit: cover;
  object-position: top center;
}

.cw-mkt-cred-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.cw-mkt-cred-thumb--expand img.cw-cred-lightbox-thumb {
  cursor: zoom-in;
  touch-action: manipulation;
}

.cw-mkt-cred-expand-hint {
  display: block;
  margin-top: 6px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
}

.cw-mkt-cap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}

.cw-mkt-cap-card {
  min-height: 120px;
}

.cw-mkt-cap-card .op-panel-title {
  font-size: 12px;
}

.cw-mkt-cap-body {
  padding: 12px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

.op-dash-card--ground { border-left: 3px solid #FF6600; }
.op-dash-card--sanctions { border-left: 3px solid #FFD700; }
.op-dash-card--space { border-left: 3px solid #00FFFF; }
.op-dash-card--ew { border-left: 3px solid #a78bfa; }
.op-dash-card--weather { border-left: 3px solid #ff9900; }
.op-dash-card--uap { border-left: 3px solid #EF9F27; }

.cw-mkt-source-panel {
  background: #111;
  border: 1px solid rgba(255, 69, 0, 0.25);
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.cw-mkt-source-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: #FF4500;
  line-height: 1;
}

.cw-mkt-source-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}

.cw-mkt-source-tag {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 69, 0, 0.25);
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.55);
}

.cw-mkt-section--ca {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cw-mkt-ca-panel {
  background: #111;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 6px;
  padding: 24px;
  max-width: 720px;
}

.cw-mkt-ca-label {
  display: block;
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  color: rgba(201, 162, 39, 0.85);
  margin-bottom: 10px;
}

.cw-mkt-ca-label--link {
  text-decoration: none;
  transition: color 0.15s;
}

.cw-mkt-ca-label--link:hover {
  color: #f0dc8a;
}

.cw-mkt-page a.cw-mkt-ca-label--link,
.cw-mkt-page a.cw-mkt-ca-label--link:hover {
  color: rgba(201, 162, 39, 0.85);
}

.cw-mkt-page a.cw-mkt-ca-label--link:hover {
  color: #f0dc8a;
}

.cw-mkt-page a.cw-mkt-ca-chart-link,
.cw-mkt-page a.cw-mkt-ca-chart-link:hover {
  color: rgba(201, 162, 39, 0.85);
}

.cw-mkt-page a.cw-mkt-ca-chart-link:hover {
  color: #f0dc8a;
}

.cw-mkt-ca-copy {
  display: block;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  color: #e8dcc8;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.cw-mkt-ca-copy:hover,
.cw-mkt-ca-copy:focus {
  border-color: rgba(201, 162, 39, 0.55);
  background: rgba(201, 162, 39, 0.06);
  outline: none;
}

.cw-mkt-ca-copy.cw-mkt-ca-copy--done {
  border-color: rgba(0, 255, 65, 0.45);
}

.cw-mkt-ca-addr {
  display: block;
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #f0dc8a;
  word-break: break-all;
  line-height: 1.5;
}

.cw-mkt-ca-hint {
  display: block;
  margin-top: 8px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.35);
}

.cw-mkt-ca-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cw-mkt-ca-chart {
  margin-top: 20px;
}

.cw-mkt-ca-charts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 900px) {
  .cw-mkt-ca-charts { grid-template-columns: 1fr 1fr; }
}

.cw-mkt-coingecko-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  border: 1px solid rgba(138, 180, 248, 0.35);
  border-radius: 4px;
  background: rgba(138, 180, 248, 0.06);
  color: #8ab4f8;
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.cw-mkt-coingecko-badge:hover {
  color: #c5d9ff;
  border-color: rgba(138, 180, 248, 0.6);
  background: rgba(138, 180, 248, 0.12);
}

.cw-mkt-coingecko-badge img {
  flex-shrink: 0;
  display: block;
}

.cw-mkt-ca-chart-embed {
  position: relative;
  width: 100%;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  overflow: hidden;
  background: #000;
}

.cw-mkt-ca-chart-embed--dex {
  min-height: 420px;
  height: 420px;
}

.cw-mkt-ca-chart-embed--dex iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cw-mkt-ca-chart-embed--gecko {
  padding-bottom: 0;
  min-height: 300px;
  display: flex;
  align-items: stretch;
}

.cw-mkt-ca-chart-embed--gecko coingecko-coin-price-chart-widget {
  display: block;
  width: 100%;
  min-height: 280px;
}

.cw-mkt-ca-chart-link {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(201, 162, 39, 0.85);
}

.cw-mkt-ca-chart-link:hover {
  color: #f0dc8a;
}

.cw-mkt-page a.cw-mkt-coingecko-badge,
.cw-mkt-page a.cw-mkt-coingecko-badge:hover {
  color: #8ab4f8;
}

.cw-mkt-page a.cw-mkt-coingecko-badge:hover {
  color: #c5d9ff;
}

.cw-mkt-ca-disclaimer {
  margin: 16px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  font-family: 'Share Tech Mono', monospace;
  letter-spacing: 0.03em;
}

.cw-mkt-ca-utility {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.cw-mkt-ca-utility-title {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  color: rgba(201, 162, 39, 0.85);
  margin: 0 0 12px;
}

.cw-mkt-ca-utility-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-mkt-ca-utility-list li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
}

.cw-mkt-ca-utility-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: rgba(201, 162, 39, 0.75);
  font-size: 10px;
}

.cw-mkt-use-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.cw-mkt-use-item {
  border-left: 3px solid #FF4500;
  padding: 12px 0 12px 16px;
}

.cw-mkt-use-role {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #FF4500;
  margin-bottom: 8px;
}

.cw-mkt-use-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.65;
}

.cw-mkt-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}

.cw-mkt-price-card {
  background: #111;
  border: 1px solid #1d1d1d;
  border-radius: 6px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.cw-mkt-price-card.featured {
  border-color: rgba(255, 69, 0, 0.5);
}

.cw-mkt-price-card.founder {
  border-color: rgba(201, 162, 39, 0.5);
}

.cw-mkt-price-card.founder .cw-mkt-price-tier,
.cw-mkt-price-card.founder .cw-mkt-price-amt {
  color: #f0dc8a;
  font-weight: 700;
}

.cw-mkt-price-card.founder .cw-mkt-price-features li {
  color: rgba(255, 255, 255, 0.85);
}

.cw-mkt-price-card.founder .cw-mkt-price-features li::before {
  color: #c9a227;
}

.cw-mkt-price-card.founder a.cw-mkt-btn-primary {
  color: #1a1200;
  font-weight: 700;
}

.cw-mkt-price-card.founder a.cw-mkt-btn-primary:hover {
  color: #000;
}

.cw-mkt-price-tier {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #FF4500;
  margin-bottom: 8px;
}

.cw-mkt-price-amt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  color: #fff;
  margin-bottom: 4px;
}

.cw-mkt-price-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 16px;
}

.cw-mkt-price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  flex: 1;
}

.cw-mkt-price-features li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.5;
}

.cw-mkt-price-features li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #FF4500;
  font-size: 10px;
}

.cw-mkt-footer {
  border-top: 1px solid rgba(255, 69, 0, 0.25);
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.cw-mkt-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.cw-mkt-footer-brand {
  font-family: 'Share Tech Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #FF4500;
  margin-bottom: 10px;
}

.cw-mkt-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-mkt-footer-links li { margin-bottom: 8px; }

.cw-mkt-footer-links a {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.08em;
}

.cw-mkt-footer-links a:hover { color: #fff; }

.cw-mkt-footer-col-title {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #FF4500;
  margin-bottom: 12px;
}

.cw-mkt-osint-line {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 900px;
}

@media (max-width: 900px) {
  .cw-mkt-hero { grid-template-columns: 1fr; }
  .cw-mkt-cred-grid { grid-template-columns: 1fr; }
  .cw-mkt-nav-links { display: none; }
  .cw-mkt-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .cw-mkt-stat-grid { grid-template-columns: 1fr; }
  .cw-mkt-stat-cell { border-right: none; }
  .cw-mkt-footer-grid { grid-template-columns: 1fr; }
  .cw-mkt-social-bar-inner { justify-content: center; }
  .cw-mkt-social-copy { width: 100%; text-align: center; }
  .cw-mkt-social-icons { justify-content: center; }
}
