/* CryptoChartPro Home — clean Ice Glass rebuild. Loaded last on index.html only. */
html { background:#eaf4ff !important; }
body.ccp-ice-home {
  --bg-grid: rgba(28,108,220,.032);
  --edge-electric: rgba(41,151,255,.62);
  --edge-cyan: rgba(111,225,255,.72);
  margin:0 !important;
  padding:118px 0 0 !important;
  min-height:100vh;
  color:var(--ccp-ink-950) !important;
  background:
    radial-gradient(circle at 50% -8%, rgba(255,255,255,1) 0 22%, rgba(236,247,255,.92) 42%, transparent 66%),
    radial-gradient(circle at 8% 18%, rgba(105,215,255,.34), transparent 27%),
    radial-gradient(circle at 92% 20%, rgba(71,139,255,.28), transparent 30%),
    radial-gradient(circle at 50% 72%, rgba(129,220,255,.18), transparent 38%),
    linear-gradient(180deg,#fafdff 0%,#f3f9ff 28%,#eaf4ff 66%,#f8fcff 100%) !important;
  background-attachment:fixed !important;
  font-family:Inter,"Segoe UI",Arial,sans-serif !important;
  overflow-x:hidden;
}
body.ccp-ice-home::before,
body.ccp-ice-home::after {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
}
body.ccp-ice-home::before {
  background:
    linear-gradient(var(--bg-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--bg-grid) 1px, transparent 1px),
    linear-gradient(112deg,transparent 0 14%,rgba(255,255,255,.78) 14.4%,transparent 15% 31%,rgba(82,173,255,.06) 31.5%,transparent 32% 100%),
    radial-gradient(ellipse at 50% 6%,rgba(255,255,255,.96),transparent 54%);
  background-size:84px 84px,84px 84px,560px 100%,100% 100%;
  opacity:.86;
}
body.ccp-ice-home::after {
  background:
    linear-gradient(90deg,rgba(31,132,255,.16),transparent 4.5%,transparent 95.5%,rgba(31,132,255,.16)),
    radial-gradient(ellipse at center,transparent 48%,rgba(35,118,232,.09) 100%);
  box-shadow:inset 18px 0 42px rgba(67,153,255,.07),inset -18px 0 42px rgba(67,153,255,.07);
}

/* Static electric architecture around the page edges. */
body.ccp-ice-home .ccp-electric-rails {
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  overflow:hidden;
}
body.ccp-ice-home .ccp-electric-rails::before,
body.ccp-ice-home .ccp-electric-rails::after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:84px;
  opacity:.9;
  background:
    linear-gradient(180deg,transparent 0 8%,rgba(255,255,255,.92) 8.5% 9%,transparent 9.5% 24%,rgba(83,183,255,.58) 24.5% 25%,transparent 25.5% 41%,rgba(255,255,255,.88) 41.5% 42%,transparent 42.5% 61%,rgba(52,142,255,.48) 61.5% 62%,transparent 62.5% 78%,rgba(255,255,255,.84) 78.5% 79%,transparent 79.5%),
    radial-gradient(circle at center,rgba(255,255,255,.96),rgba(61,169,255,.18) 36%,transparent 70%);
  filter:drop-shadow(0 0 14px rgba(41,151,255,.55));
}
body.ccp-ice-home .ccp-electric-rails::before { left:0; transform:skewY(-3deg); }
body.ccp-ice-home .ccp-electric-rails::after { right:0; transform:scaleX(-1) skewY(-3deg); }

body.ccp-ice-home .ccp-electric-bolt {
  position:fixed;
  top:118px;
  bottom:0;
  width:3px;
  pointer-events:none;
  z-index:1;
  opacity:.0;
  background:linear-gradient(180deg,transparent,#fff 18%,#6edfff 38%,#238eff 54%,#fff 74%,transparent);
  box-shadow:0 0 8px #fff,0 0 18px #65dfff,0 0 36px #238eff;
}
body.ccp-ice-home .ccp-electric-bolt.left { left:26px; }
body.ccp-ice-home .ccp-electric-bolt.right { right:26px; }
body.ccp-ice-home.ccp-scroll-electric .ccp-electric-bolt { animation:ccpBoltFlash .46s ease-out; }
@keyframes ccpBoltFlash { 0%{opacity:0;transform:scaleY(.2)} 18%{opacity:1} 55%{opacity:.8} 100%{opacity:0;transform:scaleY(1)} }

body.ccp-ice-home .container {
  width:min(calc(100% - 40px),1760px) !important;
  max-width:none !important;
  margin:0 auto !important;
  padding:0 !important;
}

/* Fixed translucent navigation. */
body.ccp-ice-home .ccp-structure-nav {
  position:fixed !important;
  top:50px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  z-index:5000 !important;
  width:min(calc(100% - 36px),1760px) !important;
  min-height:68px !important;
  margin:0 !important;
  padding:10px 16px !important;
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
  border:1px solid var(--ccp-border) !important;
  border-radius:24px !important;
  color:var(--ccp-ink-950) !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.84),rgba(222,240,255,.60)),
    radial-gradient(circle at 14% -50%,rgba(255,255,255,1),transparent 52%) !important;
  box-shadow:0 18px 58px rgba(42,112,185,.22),0 0 30px rgba(23,156,255,.12),inset 0 1px 0 #fff,inset 0 -1px 0 rgba(23,156,255,.15) !important;
  backdrop-filter:blur(34px) saturate(195%) contrast(104%) !important;
  -webkit-backdrop-filter:blur(34px) saturate(195%) contrast(104%) !important;
  overflow:visible !important;
}
body.ccp-ice-home .ccp-structure-nav::before {
  content:"";
  position:absolute;
  inset:-2px;
  z-index:-1;
  border-radius:26px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),rgba(34,171,255,.58),rgba(255,255,255,.95),transparent);
  filter:blur(8px);
  opacity:.38;
  pointer-events:none;
}
body.ccp-ice-home .ccp-structure-nav::after {
  content:"";
  position:absolute;
  left:8%;right:8%;bottom:-1px;height:2px;
  background:linear-gradient(90deg,transparent,#fff,var(--ccp-cyan-400),var(--ccp-blue-500),#fff,transparent);
  box-shadow:0 0 12px #fff,0 0 24px rgba(23,156,255,.72);
  opacity:.9;
  pointer-events:none;
}
body.ccp-ice-home .ccp-structure-brand { color:var(--ccp-ink-950) !important;font-weight:850 !important; }
body.ccp-ice-home .ccp-structure-brand-mark {
  width:40px !important;height:40px !important;border-radius:50% !important;
  border:1px solid rgba(39,148,255,.62) !important;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(205,234,255,.78)) !important;
  color:var(--ccp-blue-500) !important;
  box-shadow:0 0 22px rgba(23,156,255,.30),inset 0 1px 0 #fff !important;
}
body.ccp-ice-home .ccp-structure-links>a,
body.ccp-ice-home .ccp-structure-menu>summary {
  position:relative;overflow:hidden;isolation:isolate;
  color:#173e68 !important;background:transparent !important;border:1px solid transparent !important;
  font-weight:750 !important;border-radius:13px !important;
  transition:.18s ease !important;
}
body.ccp-ice-home .ccp-structure-links>a::before,
body.ccp-ice-home .ccp-structure-menu>summary::before {
  content:"";position:absolute;inset:-50% -70%;z-index:-1;
  background:linear-gradient(110deg,transparent 40%,rgba(139,224,255,.35) 48%,#fff 50%,rgba(23,156,255,.40) 52%,transparent 60%);
  transform:translateX(-72%);transition:transform .34s cubic-bezier(.2,.8,.2,1);
}
body.ccp-ice-home .ccp-structure-links>a:hover,
body.ccp-ice-home .ccp-structure-menu>summary:hover,
body.ccp-ice-home .ccp-structure-menu[open]>summary {
  color:#0b64d7 !important;border-color:rgba(39,148,255,.34) !important;
  background:rgba(255,255,255,.52) !important;
  box-shadow:0 0 24px rgba(23,156,255,.18) !important;transform:translateY(-1px);
}
body.ccp-ice-home .ccp-structure-links>a:hover::before,
body.ccp-ice-home .ccp-structure-menu>summary:hover::before,
body.ccp-ice-home .ccp-structure-menu[open]>summary::before { transform:translateX(72%); }
body.ccp-ice-home .ccp-structure-dropdown {
  color:var(--ccp-ink-950) !important;border:1px solid var(--ccp-border) !important;
  background:rgba(247,252,255,.92) !important;box-shadow:var(--ccp-shadow) !important;
  backdrop-filter:blur(26px) saturate(175%) !important;-webkit-backdrop-filter:blur(26px) saturate(175%) !important;
}
body.ccp-ice-home .ccp-structure-dropdown a:hover { background:rgba(214,238,255,.72) !important; }
body.ccp-ice-home .ccp-upgrade-placeholder {
  border:1px solid rgba(244,185,66,.70) !important;border-radius:15px !important;
  color:#805500 !important;background:linear-gradient(135deg,rgba(255,251,226,.96),rgba(255,216,94,.34)) !important;
  box-shadow:0 0 28px rgba(244,185,66,.34),inset 0 1px 0 #fff !important;
}

/* Hero rebuilt cleanly. */
body.ccp-ice-home .hero.ccp-hero-clean {
  position:relative !important;isolation:isolate !important;overflow:hidden !important;
  min-height:430px !important;margin:22px 0 26px !important;padding:58px 72px !important;
  border:1px solid rgba(75,161,255,.42) !important;border-radius:var(--ccp-radius-xl) !important;
  color:var(--ccp-ink-950) !important;
  background:
    radial-gradient(circle at 18% 44%,rgba(255,255,255,.98),transparent 25%),
    radial-gradient(circle at 22% 52%,rgba(43,173,255,.28),transparent 31%),
    radial-gradient(circle at 78% 28%,rgba(54,122,255,.22),transparent 36%),
    linear-gradient(105deg,rgba(255,255,255,.90),rgba(241,248,255,.70) 48%,rgba(215,238,255,.72)) !important;
  box-shadow:0 34px 110px rgba(46,125,206,.20),0 0 58px rgba(23,156,255,.12),inset 0 1px 0 #fff,inset 0 -1px 0 rgba(35,148,255,.14) !important;
  backdrop-filter:blur(32px) saturate(175%) !important;-webkit-backdrop-filter:blur(32px) saturate(175%) !important;
}
body.ccp-ice-home .hero.ccp-hero-clean::before {
  content:"" !important;position:absolute !important;inset:0 !important;z-index:-1 !important;pointer-events:none !important;
  background:
    linear-gradient(120deg,transparent 16%,rgba(255,255,255,.82) 26%,transparent 36%),
    linear-gradient(90deg,transparent 0 7%,rgba(49,166,255,.09) 7.2%,transparent 7.4% 92.6%,rgba(49,166,255,.09) 92.8%,transparent 93%),
    radial-gradient(circle at 52% 50%,transparent 50%,rgba(23,156,255,.08) 100%) !important;
  opacity:.72 !important;animation:none !important;
}
body.ccp-ice-home .hero.ccp-hero-clean::after {
  content:"";position:absolute;inset:18px;border-radius:27px;pointer-events:none;
  border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 0 42px rgba(255,255,255,.42);
}
body.ccp-ice-home .hero-brand-row { gap:30px !important;align-items:center !important; }
body.ccp-ice-home .logo-mark {
  width:148px !important;height:148px !important;min-width:148px !important;border-radius:50% !important;
  background:radial-gradient(circle at 30% 22%,#fff 0 18%,rgba(216,241,255,.92) 42%,rgba(44,146,255,.18) 100%) !important;
  border:1px solid rgba(43,146,255,.55) !important;
  box-shadow:0 0 24px #fff,0 0 54px rgba(23,156,255,.42),inset 0 1px 0 #fff !important;
}
body.ccp-ice-home .hero h1,
body.ccp-ice-home .ccp-hero-copy h1 {
  color:var(--ccp-ink-950) !important;font-size:clamp(56px,6vw,96px) !important;line-height:.98 !important;
  letter-spacing:-.055em !important;background:linear-gradient(90deg,#071e43 0%,#0c4da6 38%,#1677ff 66%,#20b3ff 100%) !important;
  -webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;
  text-shadow:0 12px 38px rgba(19,102,219,.14) !important;animation:none !important;
}
body.ccp-ice-home .hero h1::before,
body.ccp-ice-home .hero h1::after { display:none !important; }
body.ccp-ice-home .hero p,
body.ccp-ice-home .ccp-hero-copy p { color:#345f89 !important;font-size:clamp(18px,1.45vw,26px) !important;font-weight:650 !important; }
body.ccp-ice-home .ccp-hero-actions { gap:14px !important;margin-top:30px !important; }
body.ccp-ice-home .btn {
  min-height:48px !important;padding:12px 22px !important;border-radius:999px !important;font-weight:750 !important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease !important;
}
body.ccp-ice-home .btn-secondary {
  color:#244f79 !important;border:1px solid rgba(70,149,235,.29) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.90),rgba(224,241,255,.70)) !important;
  box-shadow:0 10px 26px rgba(49,119,188,.13),inset 0 1px 0 #fff !important;
}
body.ccp-ice-home .btn-secondary:hover { transform:translateY(-2px);border-color:rgba(23,156,255,.72) !important;box-shadow:0 0 28px rgba(23,156,255,.28),inset 0 1px 0 #fff !important; }
body.ccp-ice-home .ccp-electric-cta {
  color:#fff !important;border:1px solid rgba(255,255,255,.90) !important;
  background:linear-gradient(135deg,var(--ccp-blue-400),var(--ccp-blue-500),var(--ccp-electric-2)) !important;
  box-shadow:0 0 16px #fff,0 0 36px rgba(23,156,255,.58),inset 0 1px 0 rgba(255,255,255,.88) !important;
}
body.ccp-ice-home .ccp-electric-cta:hover { transform:translateY(-3px) scale(1.02);box-shadow:0 0 22px #fff,0 0 48px rgba(23,156,255,.72),inset 0 1px 0 #fff !important; }

/* Global reset for all live homepage surfaces. */
body.ccp-ice-home [data-avro-climb="home"],
body.ccp-ice-home [data-fundamental-radar],
body.ccp-ice-home .strength-radar,
body.ccp-ice-home .microcap-radar,
body.ccp-ice-home .disclaimer,
body.ccp-ice-home .footer {
  color:var(--ccp-ink-950) !important;border:1px solid rgba(80,163,250,.34) !important;border-radius:30px !important;
  background:radial-gradient(circle at 84% 0%,rgba(46,180,255,.12),transparent 35%),linear-gradient(145deg,rgba(255,255,255,.88),rgba(228,243,255,.72)) !important;
  box-shadow:0 24px 76px rgba(44,119,194,.16),inset 0 1px 0 #fff !important;
  backdrop-filter:blur(28px) saturate(170%) !important;-webkit-backdrop-filter:blur(28px) saturate(170%) !important;
}
body.ccp-ice-home [data-avro-climb="home"] *,
body.ccp-ice-home [data-fundamental-radar] *,
body.ccp-ice-home .strength-radar *,
body.ccp-ice-home .microcap-radar * { text-shadow:none !important; }
body.ccp-ice-home [data-avro-climb="home"] h1,
body.ccp-ice-home [data-avro-climb="home"] h2,
body.ccp-ice-home [data-avro-climb="home"] h3,
body.ccp-ice-home [data-fundamental-radar] h1,
body.ccp-ice-home [data-fundamental-radar] h2,
body.ccp-ice-home [data-fundamental-radar] h3,
body.ccp-ice-home .strength-radar h2,
body.ccp-ice-home .strength-radar h3,
body.ccp-ice-home .microcap-radar h2,
body.ccp-ice-home .microcap-radar h3 { color:var(--ccp-ink-950) !important; }
body.ccp-ice-home [data-avro-climb="home"] p,
body.ccp-ice-home [data-fundamental-radar] p,
body.ccp-ice-home .strength-radar p,
body.ccp-ice-home .microcap-radar p { color:var(--ccp-ink-650) !important; }

/* Replace all old dark card fills on the homepage. */
body.ccp-ice-home .radar-stage,
body.ccp-ice-home .microcap-stage,
body.ccp-ice-home .strength-card,
body.ccp-ice-home .microcap-card,
body.ccp-ice-home [data-avro-climb="home"] article,
body.ccp-ice-home [data-avro-climb="home"] [class*="card"],
body.ccp-ice-home [data-fundamental-radar] article,
body.ccp-ice-home [data-fundamental-radar] [class*="card"],
body.ccp-ice-home [data-fundamental-radar] [class*="panel"],
body.ccp-ice-home [data-fundamental-radar] [class*="surface"] {
  color:var(--ccp-ink-950) !important;border-color:rgba(91,166,240,.27) !important;
  background:linear-gradient(155deg,rgba(255,255,255,.92),rgba(228,243,255,.76)) !important;
  box-shadow:0 12px 34px rgba(43,112,183,.11),inset 0 1px 0 #fff !important;
}
body.ccp-ice-home .radar-stage-list>* ,
body.ccp-ice-home .microcap-stage-list>* ,
body.ccp-ice-home [data-fundamental-radar] [class*="row"],
body.ccp-ice-home [data-fundamental-radar] [class*="metric"],
body.ccp-ice-home [data-fundamental-radar] [class*="stat"],
body.ccp-ice-home [data-fundamental-radar] [class*="value"] {
  color:#143c66 !important;border-color:rgba(83,154,227,.17) !important;background:rgba(255,255,255,.48) !important;
}
body.ccp-ice-home .radar-stage-list>*:hover,
body.ccp-ice-home .microcap-stage-list>*:hover { background:rgba(255,255,255,.86) !important;box-shadow:0 0 24px rgba(23,156,255,.16) !important; }
body.ccp-ice-home .strength-kicker,
body.ccp-ice-home .microcap-kicker { color:#0b72dd !important; }
body.ccp-ice-home .radar-mode-btn,
body.ccp-ice-home .microcap-mode-btn,
body.ccp-ice-home .benchmark-pill,
body.ccp-ice-home .data-pill,
body.ccp-ice-home .mini-link {
  color:#24517c !important;border-color:rgba(82,157,232,.25) !important;background:rgba(255,255,255,.58) !important;
}
body.ccp-ice-home .radar-mode-btn.active,
body.ccp-ice-home .microcap-mode-btn.active {
  color:#075fc8 !important;background:linear-gradient(180deg,#fff,#dff1ff) !important;box-shadow:0 0 22px rgba(23,156,255,.20) !important;
}
body.ccp-ice-home .positive,
body.ccp-ice-home [class*="positive"],
body.ccp-ice-home [class*="gain"] { color:var(--ccp-positive) !important; }
body.ccp-ice-home .negative,
body.ccp-ice-home [class*="negative"],
body.ccp-ice-home [class*="loss"] { color:var(--ccp-negative) !important; }

/* Scroll electricity — short interaction only. */
.ccp-scroll-electricity { position:fixed;inset:0;pointer-events:none;z-index:4800;overflow:hidden; }
.ccp-scroll-electricity::before,.ccp-scroll-electricity::after {
  content:"";position:absolute;top:8%;bottom:6%;width:5px;opacity:0;
  background:linear-gradient(180deg,transparent 0 5%,#fff 8%,var(--ccp-cyan-400) 12%,transparent 18% 28%,#fff 32%,var(--ccp-blue-500) 37%,transparent 44% 58%,#fff 63%,var(--ccp-cyan-400) 68%,transparent 76% 100%);
  clip-path:polygon(48% 0,100% 8%,58% 17%,100% 27%,38% 40%,83% 52%,28% 64%,72% 77%,42% 88%,60% 100%,0 91%,35% 79%,0 67%,46% 53%,0 42%,43% 30%,0 19%,38% 9%);
  filter:drop-shadow(0 0 4px #fff) drop-shadow(0 0 12px var(--ccp-electric)) drop-shadow(0 0 26px var(--ccp-electric-2));
}
.ccp-scroll-electricity::before{left:8px}.ccp-scroll-electricity::after{right:8px;transform:scaleX(-1)}
body.ccp-scroll-charged .ccp-scroll-electricity::before,
body.ccp-scroll-charged .ccp-scroll-electricity::after { animation:ccpEdgeCharge .42s ease-out; }
@keyframes ccpEdgeCharge { 0%{opacity:0;transform:scaleY(.35)} 25%{opacity:.95} 100%{opacity:0;transform:scaleY(1)} }

@media(max-width:980px){
  body.ccp-ice-home{padding-top:134px !important}
  body.ccp-ice-home .ccp-structure-nav{top:44px !important;align-items:flex-start !important;flex-wrap:wrap !important}
  body.ccp-ice-home .ccp-structure-links{order:3;width:100%}
  body.ccp-ice-home .hero.ccp-hero-clean{padding:44px 34px !important;min-height:auto !important}
  body.ccp-ice-home .logo-mark{width:112px !important;height:112px !important;min-width:112px !important}
}
@media(max-width:640px){
  body.ccp-ice-home{padding-top:166px !important}
  body.ccp-ice-home .ccp-structure-nav{top:38px !important;width:calc(100% - 12px) !important;border-radius:17px !important;padding:8px !important}
  body.ccp-ice-home .hero-brand-row{align-items:flex-start !important;gap:18px !important}
  body.ccp-ice-home .hero.ccp-hero-clean{padding:34px 20px !important;border-radius:24px !important}
  body.ccp-ice-home .logo-mark{width:82px !important;height:82px !important;min-width:82px !important}
  body.ccp-ice-home .hero h1{font-size:42px !important}
  body.ccp-ice-home .ccp-hero-actions{gap:8px !important}
  body.ccp-ice-home .btn{padding:10px 14px !important;font-size:12px !important}
}
@media(prefers-reduced-motion:reduce){
  .ccp-scroll-electricity::before,.ccp-scroll-electricity::after{display:none!important}
  body.ccp-ice-home *{scroll-behavior:auto!important}
}
