@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Orbitron:wght@500;600;700;800;900&display=swap');

.crypto-shell {
  --crypto-ink: #111827;
  --crypto-muted: #64748b;
  --crypto-line: #d8dee8;
  --crypto-panel: #ffffff;
  --crypto-soft: #f5f7fb;
  --crypto-accent: #0891b2;
  --crypto-warm: #f59e0b;
  color: var(--crypto-ink);
  background: #f8fafc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  margin: 0;
}
.crypto-wrap { max-width: 1180px; margin: 0 auto; padding: 32px 20px 56px; }
.crypto-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 24px; align-items: stretch; }
.crypto-hero { padding: 34px; border: 1px solid var(--crypto-line); background: linear-gradient(135deg, #ffffff 0%, #eff6ff 58%, #fee2e2 100%); border-radius: 8px; }
.crypto-kicker { margin: 0 0 10px; color: var(--crypto-accent); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.crypto-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 4.4rem); line-height: .96; letter-spacing: 0; }
.crypto-hero p { max-width: 720px; color: #334155; font-size: 1.02rem; line-height: 1.65; }
.crypto-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.crypto-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 15px; border-radius: 6px; border: 1px solid #0e7490; background: #0e7490; color: #fff; text-decoration: none; font-weight: 800; }
.crypto-btn.secondary { border-color: var(--crypto-line); background: #fff; color: var(--crypto-ink); }
.crypto-panel { border: 1px solid var(--crypto-line); background: var(--crypto-panel); border-radius: 8px; padding: 22px; }
.crypto-panel h2, .crypto-panel h3 { margin: 0 0 14px; font-size: 1rem; }
.crypto-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.crypto-stat { border: 1px solid var(--crypto-line); background: #fff; border-radius: 8px; padding: 15px; }
.crypto-stat b { display: block; font-size: 1.8rem; }
.crypto-stat span { color: var(--crypto-muted); font-size: .85rem; }
.crypto-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.crypto-card { border: 1px solid var(--crypto-line); background: var(--crypto-panel); border-radius: 8px; padding: 18px; min-height: 150px; }
.crypto-card h3 { margin: 0 0 8px; font-size: 1rem; }
.crypto-card p { margin: 0; color: var(--crypto-muted); line-height: 1.55; font-size: .93rem; }
.crypto-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.crypto-table th, .crypto-table td { padding: 12px 10px; border-bottom: 1px solid var(--crypto-line); text-align: left; vertical-align: top; }
.crypto-table th { color: #475569; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.crypto-badge { display: inline-flex; align-items: center; min-height: 24px; padding: 0 8px; border-radius: 999px; background: #1d4ed8; color: #eff6ff; font-size: .78rem; font-weight: 800; }
.crypto-badge.warm { background: #dc2626; color: #fff1f2; }
.crypto-section { margin-top: 24px; }
.crypto-muted { color: var(--crypto-muted); }
@media (max-width: 820px) {
  .crypto-top, .crypto-grid, .crypto-stat-grid { grid-template-columns: 1fr; }
  .crypto-hero { padding: 24px; }
  .crypto-table { display: block; overflow-x: auto; }
}

.cryptotrckr-home {
  --ct-max: 1560px;
  --ct-display: Orbitron, Inter, ui-sans-serif, system-ui, sans-serif;
  --ct-bg: #04070b;
  --ct-bg-soft: #08111a;
  --ct-panel: rgba(9, 18, 28, .78);
  --ct-panel-strong: #0a121c;
  --ct-line: rgba(56, 189, 248, .16);
  --ct-line-hot: rgba(47, 123, 255, .46);
  --ct-text: #f6fbff;
  --ct-muted: #9bacba;
  --ct-cyan: #38bdf8;
  --ct-cyan-soft: #7dd3fc;
  --ct-mint: #22c55e;
  --ct-lime: #84cc16;
  --ct-amber: #f59e0b;
  --ct-coral: #ff465f;
  --ct-violet: #8b5cf6;
  --ct-blue: #2f7bff;
  --ct-pink: #db2777;
  --ct-red: #ff465f;
  --ct-red-soft: #ff6b7c;
  --ct-green: #22c55e;
  --ct-purple: #8b5cf6;
  --ct-target: #ff7a88;
  background:
    linear-gradient(90deg, rgba(94, 231, 255, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(94, 231, 255, .032) 1px, transparent 1px),
    radial-gradient(circle at 13% 3%, rgba(47, 123, 255, .18), transparent 31rem),
    radial-gradient(circle at 84% 8%, rgba(0, 255, 178, .15), transparent 31rem),
    radial-gradient(circle at 74% 58%, rgba(255, 63, 211, .07), transparent 28rem),
    linear-gradient(180deg, #000 0%, #030609 44%, #000 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto, auto;
  color: var(--ct-text);
  scrollbar-color: rgba(47, 123, 255, .72) rgba(5, 10, 16, .88);
  scrollbar-width: thin;
}

.cryptotrckr-home a {
  color: inherit;
}

.cryptotrckr-home * {
  scrollbar-color: rgba(94, 231, 255, .7) rgba(8, 17, 26, .86);
  scrollbar-width: thin;
}

.cryptotrckr-home::-webkit-scrollbar,
.cryptotrckr-home *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.cryptotrckr-home::-webkit-scrollbar-track,
.cryptotrckr-home *::-webkit-scrollbar-track {
  background: rgba(5, 10, 16, .88);
  border-left: 1px solid rgba(120, 235, 255, .08);
}

.cryptotrckr-home::-webkit-scrollbar-thumb,
.cryptotrckr-home *::-webkit-scrollbar-thumb {
  border: 2px solid rgba(5, 10, 16, .88);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ct-blue), var(--ct-green));
}

.ct-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--ct-max);
  margin: 0 auto;
  padding: 18px 24px;
  background:
    radial-gradient(700px 120px at 50% 0%, rgba(94, 231, 255, .16), transparent 70%),
    radial-gradient(700px 120px at 8% 0%, rgba(47, 123, 255, .18), transparent 64%),
    radial-gradient(700px 120px at 92% 0%, rgba(0, 255, 178, .14), transparent 64%),
    linear-gradient(90deg, rgba(0,0,0,.98), rgba(3,7,18,.94), rgba(0,0,0,.98));
  backdrop-filter: blur(16px);
}

.ct-nav-sticky {
  max-width: none;
  padding: 14px max(24px, calc((100vw - var(--ct-max)) / 2 + 24px));
  border-bottom: 1px solid rgba(120, 235, 255, .12);
}

.ct-brand,
.ct-links,
.ct-nav-cta {
  display: inline-flex;
  align-items: center;
}

.ct-brand {
  position: relative;
  isolation: isolate;
  gap: 0;
  min-width: 330px;
  min-height: 64px;
  justify-content: center;
  text-decoration: none;
  font-family: var(--ct-display);
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0;
}

.ct-brand-mark {
  position: absolute;
  left: calc(53.4% + 4px);
  top: 48%;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(-8deg);
  display: grid;
  place-items: center;
  width: 68px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: .46;
  filter:
    drop-shadow(0 0 8px rgba(255, 70, 95, .38))
    drop-shadow(0 0 12px rgba(255, 122, 136, .2));
  box-shadow: none;
}

.ct-brand-mark svg {
  width: 56px;
  height: 56px;
  overflow: visible;
}

.ct-brand-lockup .ct-brand-mark svg *,
.ct-footer-logo .ct-brand-mark svg *,
.ct-brand-mark svg * {
  fill: none;
  stroke: var(--ct-target) !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.ct-logo-orbit,
.ct-logo-coin,
.ct-logo-wave {
  fill: none;
  stroke: var(--ct-target) !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-logo-orbit {
  stroke-width: 3;
  opacity: .88;
}

.ct-logo-orbit-alt {
  stroke: var(--ct-target) !important;
  opacity: .46;
}

.ct-logo-coin {
  stroke-width: 3.4;
  filter: drop-shadow(0 0 7px rgba(255, 70, 95, .44));
}

.ct-logo-wave {
  stroke: var(--ct-target) !important;
  stroke-width: 3;
}

.ct-brand-mark circle {
  fill: none;
  stroke: var(--ct-target) !important;
  filter: drop-shadow(0 0 8px rgba(255, 70, 95, .36));
}

.ct-brand-text {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #f7fcff, var(--ct-cyan) 52%, var(--ct-mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.62);
  paint-order: stroke fill;
  filter: drop-shadow(0 0 18px rgba(94, 231, 255, .36));
}

.ct-brand-lockup .ct-brand-word {
  position: relative;
  z-index: 2;
  font-family: var(--ct-display);
  font-weight: 950;
  line-height: .92;
  -webkit-text-stroke: 1px rgba(255,255,255,.68);
  paint-order: stroke fill;
  filter: drop-shadow(0 0 16px rgba(94, 231, 255, .34));
}

.ct-brand-lockup {
  gap: 12px;
}

.ct-brand-crypto {
  color: var(--ct-cyan);
  text-shadow: 0 0 18px rgba(94, 231, 255, .42), 0 2px 0 rgba(255,255,255,.24);
}

.ct-brand-trckr {
  margin-left: -2px;
  color: var(--ct-mint);
  text-shadow: 0 0 18px rgba(143, 255, 210, .42), 0 2px 0 rgba(255,255,255,.24);
}

.ct-brand-sub {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 3;
  color: #bdeff5;
  font-family: var(--ct-display);
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.ct-links {
  gap: 28px;
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ct-links a,
.ct-nav-cta {
  text-decoration: none;
}

.ct-menu-shell {
  min-height: 84px;
}

.ct-menu-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.ct-menu-btn,
.ct-menu-login,
.ct-hamburger,
.ct-quicklink {
  --ct-btn-a: var(--ct-cyan);
  --ct-btn-b: var(--ct-cyan-soft);
  --ct-btn-glow: rgba(94, 231, 255, .32);
  --ct-btn-text: #02070c;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid color-mix(in srgb, var(--ct-btn-a) 78%, #fff 10%);
  border-radius: 0;
  color: var(--ct-btn-text);
  font-family: var(--ct-display);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.48), transparent 48%),
    linear-gradient(135deg, color-mix(in srgb, var(--ct-btn-a) 72%, #fff 28%), var(--ct-btn-a) 55%, color-mix(in srgb, var(--ct-btn-a) 88%, #000 12%));
  box-shadow: inset 0 0 22px rgba(255,255,255,.18), 0 0 26px var(--ct-btn-glow);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, filter .18s ease;
}

.ct-menu-btn:hover,
.ct-menu-login:hover,
.ct-hamburger:hover,
.ct-quicklink:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ct-btn-a) 84%, #fff 30%);
  box-shadow: inset 0 0 28px rgba(255,255,255,.24), 0 0 38px var(--ct-btn-glow);
  filter: saturate(1.12);
}

.ct-menu-cyan { --ct-btn-a: var(--ct-blue); --ct-btn-b: #60a5fa; --ct-btn-glow: rgba(47, 123, 255, .44); }
.ct-menu-mint { --ct-btn-a: var(--ct-green); --ct-btn-b: #4ade80; --ct-btn-glow: rgba(34, 197, 94, .42); }
.ct-menu-violet { --ct-btn-a: var(--ct-purple); --ct-btn-b: #a78bfa; --ct-btn-glow: rgba(139, 92, 246, .44); }
.ct-menu-amber { --ct-btn-a: var(--ct-red); --ct-btn-b: var(--ct-red-soft); --ct-btn-glow: rgba(255, 70, 95, .44); }
.ct-menu-coral { --ct-btn-a: var(--ct-red); --ct-btn-b: var(--ct-red-soft); --ct-btn-glow: rgba(255, 70, 95, .48); }
.ct-menu-blue { --ct-btn-a: var(--ct-blue); --ct-btn-b: #60a5fa; --ct-btn-glow: rgba(47, 123, 255, .44); }
.ct-menu-neutral { --ct-btn-a: #eef6ff; --ct-btn-b: #ffffff; --ct-btn-glow: rgba(216, 229, 239, .3); }

.ct-menu-login {
  --ct-btn-a: var(--ct-red);
  --ct-btn-b: var(--ct-red-soft);
  --ct-btn-text: #fff;
  gap: 8px;
  padding: 0 16px;
}

.ct-menu-login-icon,
.ct-quicklink-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 0;
  color: #fff;
  font-family: var(--ct-display);
  font-size: .6rem;
  font-weight: 950;
  letter-spacing: .04em;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 0 12px var(--ct-btn-glow));
}

.ct-menu-login-icon svg,
.ct-quicklink-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-quicklink-icon {
  width: 56px;
  height: 56px;
}

.ct-quicklink-icon svg {
  width: 46px;
  height: 46px;
}

.ct-hamburger {
  gap: 5px;
  width: 46px;
  padding: 0;
  cursor: pointer;
  list-style: none;
}

.ct-hamburger::-webkit-details-marker {
  display: none;
}

.ct-hamburger span {
  display: block;
  width: 3px;
  height: 20px;
  margin: 0 1px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 10px currentColor;
}

.ct-quicklinks {
  position: relative;
}

.ct-quicklinks-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(820px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid rgba(120, 235, 255, .22);
  background:
    radial-gradient(circle at 10% 0%, rgba(94, 231, 255, .15), transparent 50%),
    radial-gradient(circle at 100% 8%, rgba(143, 255, 210, .14), transparent 52%),
    rgba(0, 0, 0, .96);
  box-shadow: 0 24px 64px rgba(0,0,0,.78), 0 0 42px rgba(94, 231, 255, .14);
}

.ct-quicklink-column {
  display: grid;
  gap: 8px;
}

.ct-quicklinks-title {
  grid-column: 1 / -1;
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.ct-quicklink {
  --ct-btn-text: #f8fcff;
  flex-direction: column;
  gap: 10px;
  min-height: 116px;
  padding: 10px 8px;
  line-height: 1.18;
  text-align: center;
  border-color: color-mix(in srgb, var(--ct-btn-a) 38%, #ffffff 8%);
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--ct-btn-a) 22%, transparent), transparent 56%),
    linear-gradient(145deg, rgba(9, 18, 28, .96), rgba(0, 0, 0, .9));
  color: #f8fcff;
  box-shadow: inset 0 0 22px rgba(255,255,255,.045), 0 0 24px color-mix(in srgb, var(--ct-btn-a) 26%, transparent);
}

.ct-quicklink:hover {
  border-color: color-mix(in srgb, var(--ct-btn-a) 72%, #fff 12%);
  box-shadow: inset 0 0 28px rgba(255,255,255,.065), 0 0 34px color-mix(in srgb, var(--ct-btn-a) 42%, transparent);
}

.ct-links a:hover {
  color: var(--ct-text);
}

.ct-nav-cta {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--ct-line);
  border-radius: 6px;
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 800;
  background: rgba(143, 255, 210, .06);
}

.ct-hero,
.ct-band,
.ct-models,
.ct-roadmap,
.ct-pricing {
  max-width: var(--ct-max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ct-hero {
  display: grid;
  grid-template-columns: minmax(430px, .82fr) minmax(680px, 1.18fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 74px);
  padding-top: 38px;
  padding-bottom: 44px;
}

.ct-home-main {
  overflow: hidden;
}

.ct-home-hero {
  min-height: calc(100vh - 70px);
  padding-top: 48px;
}

.ct-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--ct-display);
  font-size: clamp(2.25rem, 4.1vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(94, 231, 255, .12);
}

.ct-hero-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: #c4d4df;
  font-size: 1.06rem;
  line-height: 1.72;
}

.ct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cryptotrckr-home .crypto-btn {
  position: relative;
  overflow: hidden;
  min-height: 48px;
  padding: 0 22px;
  border-color: rgba(96, 165, 250, .9);
  border-radius: 0;
  background: linear-gradient(135deg, #1d4ed8, #2563eb 54%, #3b82f6);
  color: #f8fbff;
  font-family: var(--ct-display);
  font-size: .92rem;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(47, 123, 255, .24), 0 0 26px rgba(37, 99, 235, .2);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.cryptotrckr-home .crypto-btn.secondary {
  border-color: rgba(167, 139, 250, .9);
  background: linear-gradient(135deg, #6d28d9, #7c3aed 54%, #8b5cf6);
  color: #f8fbff;
  box-shadow: 0 0 28px rgba(139, 92, 246, .26);
}

.cryptotrckr-home .crypto-btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 20px 54px rgba(47, 123, 255, .3), 0 0 34px rgba(37, 99, 235, .24);
}

.ct-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 590px;
  margin: 34px 0 0;
}

.ct-hero-stats div {
  padding: 14px 15px;
  border-top: 1px solid var(--ct-line);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0));
}

.ct-hero-stats dt {
  margin: 0;
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: 1.85rem;
  font-weight: 900;
}

.ct-hero-stats dd {
  margin: 3px 0 0;
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ct-terminal {
  min-width: 0;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    rgba(5, 12, 20, .9);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.03) inset,
    0 34px 90px rgba(0,0,0,.34),
    0 0 68px rgba(94, 231, 255, .08);
  overflow: hidden;
}

.ct-terminal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  padding: 0 16px;
  border-bottom: 1px solid var(--ct-line);
  color: #d8faff;
  font-family: var(--ct-display);
  font-size: .84rem;
}

.ct-signal-console {
  position: relative;
}

.ct-signal-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(94, 231, 255, .18), transparent),
    linear-gradient(180deg, rgba(143, 255, 210, .1), transparent 30%);
  mix-blend-mode: screen;
  opacity: .38;
}

.ct-console-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--ct-line);
  background: rgba(120, 235, 255, .08);
}

.ct-console-grid section {
  min-height: 138px;
  padding: 18px;
  background:
    radial-gradient(circle at 85% 16%, rgba(143, 255, 210, .12), transparent 52%),
    rgba(5, 12, 20, .94);
}

.ct-console-grid h2 {
  margin: 0 0 10px;
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: .95rem;
  line-height: 1.2;
}

.ct-console-grid p {
  margin: 0;
  color: var(--ct-muted);
  font-size: .88rem;
  line-height: 1.52;
}

.ct-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--ct-coral);
}

.ct-dot.green { background: var(--ct-mint); }
.ct-dot.amber { background: var(--ct-amber); }

.ct-mover-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.ct-mover-tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ct-mover-tabs label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-bottom: 1px solid var(--ct-line);
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

#ct-tab-yesterday:checked ~ label[for="ct-tab-yesterday"],
#ct-tab-last_week:checked ~ label[for="ct-tab-last_week"],
#ct-tab-last_month:checked ~ label[for="ct-tab-last_month"] {
  color: var(--ct-mint);
  background: rgba(143, 255, 210, .08);
  border-bottom-color: var(--ct-line-hot);
}

.ct-mover-panel {
  display: none;
  grid-column: 1 / -1;
  max-height: 560px;
  overflow: auto;
}

#ct-tab-yesterday:checked ~ .panel-yesterday,
#ct-tab-last_week:checked ~ .panel-last_week,
#ct-tab-last_month:checked ~ .panel-last_month {
  display: block;
}

.ct-watch-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}

.ct-watch-table th,
.ct-watch-table td {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(143, 244, 255, .105);
  text-align: left;
  vertical-align: middle;
}

.ct-watch-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #8ba3b7;
  background: rgba(6, 13, 23, .97);
  font-family: var(--ct-display);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ct-watch-table td {
  color: #d8e5ef;
}

.ct-watch-table td:first-child strong {
  display: block;
  color: var(--ct-text);
  font-family: var(--ct-display);
  font-size: 1rem;
}

.ct-watch-table td:first-child span {
  display: block;
  margin-top: 2px;
  color: #7d8da0;
  font-size: .78rem;
}

.ct-watch-table input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--ct-mint);
}

.ct-move,
.ct-risk {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 5px;
  font-size: .76rem;
  font-weight: 900;
  white-space: nowrap;
}

.ct-move.up {
  color: #ecfdf5;
  background: #15803d;
}

.ct-move.down {
  color: #fff1f2;
  background: #dc2626;
}

.ct-move.pending {
  color: #eef2ff;
  background: rgba(79, 70, 229, .35);
}

.ct-risk {
  color: #eff6ff;
  background: #2563eb;
}

.risk-high,
.risk-very_high {
  color: #fff1f2;
  background: #dc2626;
}

.risk-medium {
  color: #fefce8;
  background: #a16207;
}

.risk-lower {
  color: #ecfdf5;
  background: #15803d;
}

.ct-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(130px, 1fr);
  gap: 1px;
  max-width: var(--ct-max);
  margin: 0 auto;
  padding: 0 24px 50px;
  overflow-x: auto;
}

.ct-strip div {
  min-height: 72px;
  padding: 13px 14px;
  border: 1px solid rgba(143, 244, 255, .12);
  background: rgba(255, 255, 255, .035);
}

.ct-strip strong,
.ct-strip span {
  display: block;
}

.ct-strip strong {
  color: var(--ct-cyan);
  font-family: var(--ct-display);
  font-size: 1rem;
}

.ct-strip span {
  margin-top: 5px;
  color: var(--ct-muted);
  font-size: .75rem;
  font-weight: 800;
}

.ct-band {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 58px;
}

.ct-band h2,
.ct-models h2,
.ct-roadmap h2,
.ct-pricing h2,
.ct-pricing-preview h2,
.ct-final-cta h2 {
  margin: 0;
  font-family: var(--ct-display);
  font-size: clamp(1.45rem, 2.45vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.ct-band p,
.ct-section-head p,
.ct-roadmap-grid p,
.ct-pricing p {
  color: #b9c7d4;
  line-height: 1.7;
}

.ct-wave-grid,
.ct-model-grid,
.ct-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ct-wave-grid article,
.ct-model-grid article,
.ct-tool-grid article {
  position: relative;
  min-height: 178px;
  padding: 19px;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ct-wave-grid article:hover,
.ct-model-grid article:hover,
.ct-tool-grid article:hover,
.ct-roadmap-grid article:hover,
.ct-plan-grid article:hover,
.ct-dashboard-grid article:hover,
.ct-history-panel:hover,
.ct-mining-list article:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 255, 210, .44);
  box-shadow: 0 0 34px rgba(94, 231, 255, .13), 0 24px 64px rgba(0, 0, 0, .44);
}

.ct-wave-grid span,
.ct-model-grid span,
.ct-tool-grid span {
  color: var(--ct-mint);
  font-size: .75rem;
  font-weight: 950;
}

.ct-wave-grid h3,
.ct-model-grid h3,
.ct-tool-grid h3 {
  margin: 22px 0 9px;
  font-size: 1.1rem;
}

.ct-wave-grid p,
.ct-model-grid p,
.ct-tool-grid p {
  margin: 0;
  color: var(--ct-muted);
  line-height: 1.55;
  font-size: .92rem;
}

.ct-volatility-band,
.ct-mining-band {
  border-top: 1px solid rgba(120, 235, 255, .1);
}

.ct-tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ct-tool-grid article {
  min-height: 190px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(9, 18, 28, .78);
}

.ct-models {
  padding-top: 34px;
  padding-bottom: 36px;
}

.ct-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.ct-model-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ct-model-grid article {
  min-height: 210px;
}

.ct-roadmap {
  padding-top: 28px;
  padding-bottom: 70px;
}

.ct-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ct-roadmap-grid article {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(120, 235, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)),
    linear-gradient(135deg, rgba(94, 231, 255, .045), rgba(184, 167, 255, .035));
}

.ct-roadmap-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--ct-cyan), var(--ct-mint), var(--ct-amber));
  opacity: .78;
}

.ct-roadmap-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  color: var(--ct-cyan-soft);
  font-family: var(--ct-display);
  font-size: .7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ct-roadmap-grid h3 {
  margin: 30px 0 10px;
  font-size: 1.12rem;
  line-height: 1.22;
}

.ct-roadmap-grid p {
  margin: 0;
  font-size: .92rem;
}

.ct-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid var(--ct-line);
  border-bottom: 1px solid var(--ct-line);
}

.ct-pricing-preview,
.ct-final-cta,
.ct-footer {
  max-width: var(--ct-max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.ct-pricing-preview {
  padding-top: 40px;
  padding-bottom: 70px;
}

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

.ct-plan-grid article {
  display: grid;
  align-content: start;
  min-height: 440px;
  padding: 24px;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
    rgba(6, 13, 21, .86);
}

.ct-plan-grid article.featured {
  border-color: var(--ct-line-hot);
  background:
    radial-gradient(circle at 85% 0%, rgba(143, 255, 210, .16), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.028)),
    rgba(6, 13, 21, .92);
  box-shadow: 0 0 46px rgba(143, 255, 210, .1);
}

.ct-plan-grid span {
  color: var(--ct-cyan-soft);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ct-plan-grid h3 {
  margin: 18px 0 8px;
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: 2rem;
}

.ct-plan-grid p {
  min-height: 108px;
  margin: 0;
  color: var(--ct-muted);
  line-height: 1.62;
}

.ct-plan-grid ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.ct-plan-grid li {
  color: #d8e5ef;
  font-size: .92rem;
}

.ct-plan-grid li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--ct-mint);
  box-shadow: 0 0 12px rgba(143, 255, 210, .38);
}

.ct-mining-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ct-mining-list article {
  min-height: 120px;
  padding: 16px;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.ct-mining-list strong,
.ct-mining-list span,
.ct-mining-list p {
  display: block;
}

.ct-mining-list strong {
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: 1.15rem;
}

.ct-mining-list span {
  margin-top: 9px;
  color: var(--ct-cyan-soft);
  font-size: .78rem;
  font-weight: 900;
}

.ct-mining-list p {
  margin: 8px 0 0;
  color: var(--ct-muted);
  font-size: .88rem;
}

.ct-final-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding-top: 54px;
  padding-bottom: 62px;
  text-align: center;
  border-top: 1px solid var(--ct-line);
}

.ct-final-cta p {
  max-width: 720px;
  margin: 0;
  color: var(--ct-muted);
  line-height: 1.7;
}

.ct-footer {
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr minmax(280px, 420px);
  gap: 24px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 34px;
  border-top: 1px solid rgba(120, 235, 255, .14);
}

.ct-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.ct-footer nav a {
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.ct-footer p {
  margin: 0;
  color: var(--ct-muted);
  font-size: .82rem;
  line-height: 1.5;
}

.ct-nt-footer {
  position: relative;
  max-width: var(--ct-max);
  margin: 72px auto 0;
  padding: 0 24px 34px;
  overflow: hidden;
}

.ct-nt-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(760px 260px at 12% 0%, rgba(47, 123, 255, .16), transparent 66%),
    radial-gradient(820px 300px at 54% 0%, rgba(184, 167, 255, .12), transparent 68%),
    radial-gradient(820px 300px at 88% 12%, rgba(0, 255, 178, .13), transparent 68%);
}

.ct-nt-footer-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 82%);
}

.ct-footer-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .62fr);
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(120, 235, 255, .18);
  background:
    radial-gradient(680px 280px at 0% 0%, rgba(94, 231, 255, .12), transparent 58%),
    radial-gradient(680px 280px at 100% 100%, rgba(143, 255, 210, .1), transparent 60%),
    rgba(2, 5, 9, .9);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 22px 58px rgba(0,0,0,.62);
}

.ct-footer-panel h2 {
  max-width: 860px;
  margin: 0;
  font-family: var(--ct-display);
  font-size: clamp(1.45rem, 2.7vw, 2.8rem);
  line-height: 1.08;
}

.ct-footer-panel p {
  max-width: 780px;
  color: var(--ct-muted);
  line-height: 1.7;
}

.ct-footer-panel aside {
  padding: 20px;
  border: 1px solid rgba(120, 235, 255, .16);
  background: rgba(255,255,255,.035);
}

.ct-footer-panel aside strong,
.ct-footer-columns h3 {
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ct-footer-panel ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ct-footer-panel li {
  color: #d8e5ef;
  line-height: 1.45;
}

.ct-footer-panel li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--ct-cyan);
  box-shadow: 0 0 12px rgba(94, 231, 255, .44);
}

.ct-footer-columns {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(150px, 1fr));
  gap: 34px;
  padding: 42px 0 24px;
}

.ct-footer-columns p {
  max-width: 520px;
  color: var(--ct-muted);
  line-height: 1.62;
}

.ct-footer-columns nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.ct-footer-columns nav a {
  color: #b9c9d4;
  text-decoration: none;
  font-weight: 750;
}

.ct-footer-columns nav a:hover {
  color: var(--ct-mint);
  text-shadow: 0 0 14px rgba(143, 255, 210, .36);
}

.ct-footer-logo {
  justify-content: flex-start;
  transform: scale(.74);
  transform-origin: left center;
}

.ct-footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 235, 255, .16);
  color: #7f91a3;
  font-size: .8rem;
}

.ct-pricing p {
  max-width: 760px;
  margin-bottom: 0;
}

.ct-auth {
  display: grid;
  place-items: center;
  min-height: 100vh;
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 24px;
}

.ct-auth-wide {
  grid-template-columns: minmax(0, .95fr) minmax(380px, .72fr);
  gap: 22px;
  max-width: 1240px;
}

.ct-auth-brand {
  margin-bottom: 22px;
}

.ct-auth-card,
.ct-auth-panel {
  width: 100%;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    rgba(5, 12, 20, .9);
  box-shadow: 0 34px 90px rgba(0,0,0,.34), 0 0 68px rgba(94, 231, 255, .08);
}

.ct-auth-card {
  max-width: 480px;
  padding: 28px;
}

.ct-auth-panel {
  min-height: 540px;
  padding: 34px;
}

.ct-auth-card h1,
.ct-auth-panel h1,
.ct-catalog h1 {
  margin: 0;
  font-family: var(--ct-display);
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1;
}

.ct-auth-card p,
.ct-auth-panel p {
  color: #c4d4df;
  line-height: 1.65;
}

.ct-auth-points {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.ct-auth-points span {
  padding: 13px 14px;
  border: 1px solid rgba(120, 235, 255, .14);
  border-radius: 8px;
  color: var(--ct-cyan-soft);
  font-family: var(--ct-display);
  font-size: .75rem;
  font-weight: 850;
  text-transform: uppercase;
  background: rgba(255,255,255,.035);
}

.ct-alert {
  margin: 18px 0;
  padding: 12px 13px;
  border: 1px solid rgba(220, 38, 38, .5);
  border-radius: 8px;
  color: #ffe4e6;
  background: rgba(127, 29, 29, .34);
}

.ct-alert.success {
  border-color: rgba(34, 197, 94, .46);
  color: #bbf7d0;
  background: rgba(20, 83, 45, .34);
}

.ct-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.ct-form label,
.ct-form span {
  display: grid;
  gap: 7px;
}

.ct-form span {
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ct-form input,
.ct-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(120, 235, 255, .18);
  border-radius: 7px;
  padding: 0 12px;
  color: var(--ct-text);
  background: rgba(3, 8, 14, .78);
  outline: none;
}

.ct-form input:focus,
.ct-form select:focus {
  border-color: var(--ct-cyan);
  box-shadow: 0 0 0 3px rgba(94, 231, 255, .12);
}

.ct-auth-foot {
  margin: 18px 0 0;
  color: var(--ct-muted);
  font-size: .9rem;
  text-align: center;
}

.ct-auth-foot a {
  color: var(--ct-mint);
  font-weight: 800;
}

.ct-auth-debug {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, .2);
}

.ct-auth-debug h2 {
  margin: 0 0 10px;
  font-family: var(--ct-display);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ct-auth-debug p {
  margin: 5px 0;
  color: #d8e6ef;
  font-size: .82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ct-auth-debug-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.ct-auth-debug-list article {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(120, 235, 255, .16);
  border-radius: 7px;
  background: rgba(0, 0, 0, .24);
}

.ct-auth-debug-list strong,
.ct-auth-debug-list span,
.ct-auth-debug-list small,
.ct-auth-debug-list em {
  overflow-wrap: anywhere;
}

.ct-auth-debug-list strong {
  color: var(--ct-cyan-soft);
  font-family: var(--ct-display);
  font-size: .86rem;
}

.ct-auth-debug-list span,
.ct-auth-debug-list em {
  color: #d8e6ef;
  font-size: .78rem;
  font-style: normal;
}

.ct-auth-debug-list small {
  color: var(--ct-muted);
  font-size: .72rem;
}

.ct-catalog {
  max-width: var(--ct-max);
  margin: 0 auto;
  padding: 68px 24px 76px;
}

.ct-catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 18px;
}

.ct-catalog-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--ct-line);
  border-radius: 7px;
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255,255,255,.035);
}

.ct-catalog-tabs a.active {
  border-color: var(--ct-line-hot);
  color: var(--ct-mint);
  background: rgba(143, 255, 210, .08);
}

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

.ct-catalog-grid article {
  min-height: 290px;
  padding: 22px;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}

.ct-catalog-grid span {
  color: var(--ct-cyan-soft);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ct-catalog-grid h2 {
  margin: 18px 0 8px;
  font-family: var(--ct-display);
}

.ct-catalog-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ct-mint);
  font-size: 1.6rem;
}

.ct-catalog-grid p {
  min-height: 76px;
  color: var(--ct-muted);
  line-height: 1.6;
}

.ct-catalog-features {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
  color: #d9f6ff;
  font-size: .9rem;
  line-height: 1.35;
}

.ct-catalog-features li {
  padding-left: 16px;
  border-left: 2px solid rgba(143, 255, 210, .55);
}

.ct-client-shell {
  width: min(var(--ct-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 0 76px;
}

.ct-client-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: stretch;
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(94, 231, 255, .16), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    rgba(7, 15, 24, .9);
  box-shadow: 0 34px 100px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.025);
}

.ct-client-hero.compact {
  min-height: 250px;
}

.ct-client-hero.compact h1 {
  font-size: clamp(2rem, 3.6vw, 3.75rem);
  line-height: 1.02;
}

.ct-client-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--ct-display);
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: .95;
}

.ct-client-hero p {
  max-width: 790px;
  color: #c7d7e2;
  font-size: 1.04rem;
  line-height: 1.7;
}

.ct-client-snapshot {
  display: grid;
  align-content: end;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(143, 255, 210, .24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(143, 255, 210, .1), rgba(94, 231, 255, .04)),
    rgba(4, 10, 16, .68);
}

.ct-client-snapshot span,
.ct-dashboard-grid article > span {
  color: var(--ct-cyan-soft);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ct-client-snapshot strong {
  display: block;
  margin: 8px 0;
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  line-height: .86;
}

.ct-client-snapshot p {
  margin: 0;
  color: var(--ct-muted);
}

.ct-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(96, 165, 250, .9);
  border-radius: 0;
  color: #f8fbff;
  font-family: var(--ct-display);
  font-size: .9rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(135deg, #1d4ed8, #2563eb 54%, #3b82f6);
  box-shadow: 0 0 30px rgba(47, 123, 255, .24), 0 16px 34px rgba(0,0,0,.28);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.ct-btn.secondary {
  border-color: rgba(167, 139, 250, .9);
  color: #f8fbff;
  background: linear-gradient(135deg, #6d28d9, #7c3aed 54%, #8b5cf6);
  box-shadow: 0 0 28px rgba(139, 92, 246, .26);
}

.ct-btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 0 36px rgba(47, 123, 255, .32), 0 18px 42px rgba(0,0,0,.34);
}

.ct-glare,
.ct-btn,
.crypto-btn,
.ct-menu-btn,
.ct-menu-login,
.ct-hamburger,
.ct-quicklink,
.ct-wave-grid article,
.ct-model-grid article,
.ct-tool-grid article,
.ct-roadmap-grid article,
.ct-plan-grid article,
.ct-dashboard-grid article,
.ct-mining-list article {
  isolation: isolate;
}

.ct-glare::after,
.ct-btn::after,
.crypto-btn::after,
.ct-menu-btn::after,
.ct-menu-login::after,
.ct-hamburger::after,
.ct-quicklink::after,
.ct-wave-grid article::after,
.ct-model-grid article::after,
.ct-tool-grid article::after,
.ct-roadmap-grid article::after,
.ct-plan-grid article::after,
.ct-dashboard-grid article::after,
.ct-mining-list article::after {
  content: "";
  position: absolute;
  top: 0;
  left: -42%;
  z-index: 0;
  width: 36%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.64), transparent);
  opacity: 0;
  transform: translateX(-60%) skewX(-18deg);
  mix-blend-mode: screen;
}

.ct-glare:hover::after,
.ct-btn:hover::after,
.crypto-btn:hover::after,
.ct-menu-btn:hover::after,
.ct-menu-login:hover::after,
.ct-hamburger:hover::after,
.ct-quicklink:hover::after,
.ct-wave-grid article:hover::after,
.ct-model-grid article:hover::after,
.ct-tool-grid article:hover::after,
.ct-roadmap-grid article:hover::after,
.ct-plan-grid article:hover::after,
.ct-dashboard-grid article:hover::after,
.ct-mining-list article:hover::after {
  opacity: 1;
  animation: ct-glare-sweep .9s ease-out;
}

.ct-btn > *,
.crypto-btn > *,
.ct-menu-btn > *,
.ct-menu-login > *,
.ct-hamburger > *,
.ct-quicklink > *,
.ct-wave-grid article > *,
.ct-model-grid article > *,
.ct-tool-grid article > *,
.ct-roadmap-grid article > *,
.ct-plan-grid article > *,
.ct-dashboard-grid article > *,
.ct-mining-list article > * {
  position: relative;
  z-index: 1;
}

@keyframes ct-glare-sweep {
  0% { transform: translateX(-60%) skewX(-18deg); opacity: 0; }
  45% { opacity: .72; }
  100% { transform: translateX(340%) skewX(-18deg); opacity: 0; }
}

.ct-client-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.ct-client-nav a {
  display: grid;
  gap: 5px;
  min-height: 104px;
  padding: 15px;
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  color: var(--ct-text);
  text-decoration: none;
  background: rgba(255,255,255,.04);
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.ct-client-nav a:hover,
.ct-client-nav a.active {
  border-color: var(--ct-line-hot);
  background: rgba(143, 255, 210, .075);
  transform: translateY(-1px);
}

.ct-client-nav span {
  color: var(--ct-muted);
  font-family: var(--ct-display);
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ct-client-nav strong {
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: 1.55rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.ct-client-nav small {
  color: #b9c9d4;
}

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

.ct-dashboard-grid article,
.ct-history-panel {
  border: 1px solid var(--ct-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
    rgba(6, 13, 21, .84);
}

.ct-dashboard-grid article {
  display: grid;
  align-content: start;
  min-height: 280px;
  padding: 22px;
}

.ct-dashboard-grid h2 {
  margin: 16px 0 8px;
  font-family: var(--ct-display);
  font-size: 1.25rem;
  line-height: 1.15;
}

.ct-dashboard-grid p {
  min-height: 94px;
  color: var(--ct-muted);
  line-height: 1.62;
}

.ct-history-panel {
  padding: 22px;
  overflow-x: auto;
}

.ct-inline-link {
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.ct-empty-state {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px dashed rgba(94, 231, 255, .26);
  border-radius: 8px;
  background: rgba(94, 231, 255, .045);
}

.ct-empty-state h2 {
  margin: 0;
  color: var(--ct-mint);
  font-family: var(--ct-display);
  font-size: 1rem;
}

.ct-empty-state p {
  margin: 0;
  color: var(--ct-muted);
  line-height: 1.62;
}

.ct-snapshot-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct-form-actions {
  display: flex;
  align-items: end;
}

.ct-form-actions .ct-btn {
  cursor: pointer;
}

.ct-provider-actions {
  grid-template-columns: minmax(220px, 360px) auto;
  align-items: end;
  margin-top: 14px;
}

.ct-inline-admin-form {
  grid-template-columns: minmax(140px, .9fr) minmax(160px, 1fr) minmax(220px, 2fr) auto;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}

.ct-inline-admin-form .ct-btn {
  min-height: 40px;
  padding: 0 13px;
  white-space: nowrap;
}

.ct-verify-form {
  grid-template-columns: minmax(110px, .8fr) minmax(100px, .7fr) minmax(78px, .5fr) auto auto;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.ct-verify-form .ct-btn {
  min-height: 40px;
  padding: 0 13px;
  white-space: nowrap;
}

.ct-promote-form {
  grid-template-columns: repeat(3, minmax(130px, 1fr)) auto;
  align-items: end;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(34, 197, 94, .18);
  background: rgba(6, 18, 13, .54);
}

.ct-promote-form .ct-btn {
  min-height: 40px;
  padding: 0 13px;
  white-space: nowrap;
}

.ct-checkbox-line {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
}

.ct-checkbox-line input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--ct-green);
}

.ct-admin-hint {
  margin: 9px 0 0;
  color: #8ba3b7;
  font-size: .78rem;
}

.ct-batch-import-form {
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  align-items: end;
}

.ct-category-editor-form {
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  align-items: end;
}

.ct-category-assign-form {
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  align-items: end;
}

.ct-category-summary {
  grid-column: 1 / -1;
}

.ct-taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ct-taxonomy-grid article {
  border: 1px solid rgba(120, 235, 255, .14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(3, 8, 14, .58);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .22);
}

.ct-taxonomy-grid article h3 {
  margin: 10px 0 6px;
  color: #f4fbff;
  font-family: var(--ct-display);
  font-size: 1rem;
  letter-spacing: 0;
}

.ct-taxonomy-grid article p {
  margin: 0 0 10px;
  color: #a7bac8;
  font-size: .86rem;
  line-height: 1.45;
}

.ct-taxonomy-grid article small {
  display: block;
  color: #6ee7ff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .08em;
}

.ct-batch-rows {
  grid-column: 1 / -1;
}

.ct-form textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  border: 1px solid rgba(120, 235, 255, .18);
  border-radius: 7px;
  padding: 12px;
  color: var(--ct-text);
  background: rgba(3, 8, 14, .78);
  outline: none;
}

.ct-form textarea:focus {
  border-color: var(--ct-cyan);
  box-shadow: 0 0 0 3px rgba(94, 231, 255, .12);
}

@media (max-width: 1240px) {
  .ct-hero,
  .ct-band,
  .ct-section-head {
    grid-template-columns: 1fr;
  }

  .ct-hero {
    min-height: auto;
  }

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

  .ct-roadmap-grid,
  .ct-taxonomy-grid,
  .ct-tool-grid,
  .ct-plan-grid,
  .ct-mining-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-console-grid,
  .ct-footer,
  .ct-footer-panel,
  .ct-footer-columns {
    grid-template-columns: 1fr;
  }

  .ct-footer nav {
    justify-content: flex-start;
  }

  .ct-desktop-links {
    display: none;
  }

  .ct-brand {
    min-width: 280px;
  }

  .ct-brand-lockup {
    gap: 10px;
  }

  .ct-auth-wide,
  .ct-catalog-grid,
  .ct-client-hero,
  .ct-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .ct-client-nav,
  .ct-snapshot-form,
  .ct-provider-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ct-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .ct-menu-shell {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ct-links {
    width: 100%;
    gap: 14px;
    overflow-x: auto;
  }

  .ct-nav-cta {
    width: 100%;
    justify-content: center;
  }

  .ct-menu-actions {
    margin-left: auto;
  }

  .ct-menu-login {
    min-height: 38px;
    padding: 0 10px;
  }

  .ct-quicklinks-panel {
    right: 0;
    grid-template-columns: 1fr;
    width: min(360px, calc(100vw - 28px));
  }

  .ct-brand {
    min-width: 230px;
    font-size: 1.55rem;
  }

  .ct-brand-lockup {
    gap: 8px;
  }

  .ct-brand-mark {
    width: 54px;
    height: 40px;
    left: calc(53% + 4px);
  }

  .ct-brand-mark svg {
    width: 44px;
    height: 44px;
  }

  .ct-brand-sub {
    display: none;
  }

  .ct-hero-copy h1 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .ct-hero-stats,
  .ct-wave-grid,
  .ct-model-grid,
  .ct-roadmap-grid,
  .ct-tool-grid,
  .ct-plan-grid,
  .ct-mining-list,
  .ct-console-grid {
    grid-template-columns: 1fr;
  }

  .ct-nav-sticky {
    padding: 18px 14px 0;
  }

  .ct-home-hero {
    padding-top: 28px;
  }

  .ct-plan-grid article {
    min-height: auto;
  }

  .ct-nt-footer {
    margin-top: 44px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .ct-footer-panel {
    padding: 22px;
  }

  .ct-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ct-watch-table {
    min-width: 720px;
  }

  .ct-mover-panel {
    overflow-x: auto;
  }

  .ct-pricing {
    align-items: flex-start;
    flex-direction: column;
  }

  .ct-auth-card,
  .ct-auth-panel {
    padding: 22px;
  }

  .ct-client-shell {
    width: min(100% - 28px, var(--ct-max));
    padding-top: 22px;
  }

  .ct-client-hero {
    padding: 22px;
  }

  .ct-client-nav,
  .ct-snapshot-form,
  .ct-provider-actions,
  .ct-inline-admin-form,
  .ct-verify-form,
  .ct-promote-form,
  .ct-batch-import-form,
  .ct-category-editor-form,
  .ct-category-assign-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-batch-rows,
  .ct-category-summary {
    grid-column: 1 / -1;
  }
}
