:root {
  --ink: #0a1b32;
  --ink-soft: #536b82;
  --blue: #1764a9;
  --blue-bright: #2f7fc5;
  --blue-pale: #dcebf4;
  --mist: #edf5f9;
  --mist-deep: #dceaf2;
  --paper: rgba(249, 253, 255, .78);
  --line: rgba(30, 84, 128, .22);
  --line-strong: rgba(20, 63, 100, .46);
  --red: #f05d64;
  --shadow: 0 24px 70px rgba(38, 82, 116, .12);
  --redirect-duration: 3000ms;
}


/* 관심종목은 행과 티커를 다시 만들지 않고 수치만 부드럽게 교체한다. */
.mover-price-value,
.mover-rate,
.ticker-track [data-stock-code] b {
  font-variant-numeric: tabular-nums;
}

.mover-price-value,
.ticker-track [data-stock-code] b {
  display: inline-block;
}

.is-quote-refreshing {
  animation: quoteValueRefresh .56s cubic-bezier(.2, .72, .22, 1) both;
}

@keyframes quoteValueRefresh {
  0% { opacity: .42; transform: translateY(3px); filter: blur(1.2px); }
  58% { opacity: 1; transform: translateY(-1px); filter: blur(0); text-shadow: 0 0 12px currentColor; }
  100% { opacity: 1; transform: none; filter: none; text-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  .is-quote-refreshing { animation: none !important; }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 255, 255, .98), transparent 34%),
    linear-gradient(135deg, #e8f2f7 0%, #f7fbfd 48%, #dceaf2 100%);
  font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.page {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  border-inline: 1px solid var(--line-strong);
  background: rgba(246, 251, 254, .54);
  box-shadow: var(--shadow);
}
.page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image:
    linear-gradient(rgba(48, 98, 136, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 98, 136, .08) 1px, transparent 1px);
  background-size: 64px 64px;
}

.swiss-frame, .swiss-panel { position: relative; border-bottom: 1px solid var(--line-strong); }
.hero { overflow: hidden; }
.frame-cross {
  position: absolute;
  z-index: 8;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.frame-cross::before, .frame-cross::after { content: ""; position: absolute; background: var(--blue); opacity: .76; }
.frame-cross::before { width: 20px; height: 1px; top: 9px; left: 0; }
.frame-cross::after { width: 1px; height: 20px; top: 0; left: 9px; }
.cross-a { left: 20px; top: 45px; }
.cross-b { right: 20px; top: 45px; }
.cross-c { left: 20px; bottom: 38px; }
.cross-d { right: 20px; bottom: 38px; }

.hero-topbar {
  position: relative;
  z-index: 6;
  min-height: 94px;
  padding: 14px 62px;
  border-bottom: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(246, 251, 254, .72);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(13, 76, 129, .55);
  border-radius: 50%;
  padding: 3px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 9px 28px rgba(31, 84, 124, .16);
}
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.brand-name { font-size: clamp(20px, 2vw, 26px); font-weight: 740; letter-spacing: -.025em; line-height: 1.08; white-space: nowrap; }
.brand-signature { margin-top: 5px; color: var(--blue); font-size: 9.5px; font-weight: 700; letter-spacing: .12em; }
.live-chip {
  min-width: 220px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  align-items: center;
  padding-left: 21px;
  border-left: 1px solid var(--line);
  color: var(--blue);
}
.live-chip .live-dot { grid-row: 1 / 3; width: 8px; height: 8px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 6px rgba(47, 127, 197, .11); }
.live-chip > span:nth-child(2) { font-size: 11px; font-weight: 820; letter-spacing: .08em; }
.live-chip time { color: var(--ink-soft); font-size: 10px; font-weight: 550; }
.live-chip.is-open .live-dot { animation: livePulse 1.8s ease-in-out infinite; }
.live-chip.is-stale { opacity: .72; }

.hero-stage {
  position: relative;
  min-height: 455px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  border-bottom: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(35, 88, 128, .18) 50%, transparent calc(50% + .5px)),
    linear-gradient(180deg, rgba(255,255,255,.5), rgba(222,237,246,.2));
}
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(31, 83, 122, .065) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 83, 122, .065) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, transparent 25%, #000 62%, #000);
  mask-image: linear-gradient(90deg, transparent 25%, #000 62%, #000);
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding: 38px 34px 46px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: heroCopyIn .78s cubic-bezier(.2,.7,.2,1) both;
}
.status-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 30px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .04em;
}
.status-pill b { color: var(--ink-soft); font-weight: 560; }
.status-plus { font-size: 18px; font-weight: 350; }
.top-reload-btn, .reload-btn {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.46);
  color: var(--blue);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.hero-kicker { margin: 0 0 16px; color: var(--blue); font-size: 12px; font-weight: 760; letter-spacing: .14em; }
.hero-kicker span { margin-left: 12px; color: var(--ink); letter-spacing: 0; }
.hero h1 {
  margin: 0;
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 820;
  letter-spacing: -.065em;
  line-height: 1.08;
}
.hero h1 span { display: inline-block; margin-top: 7px; }
.lead { margin: 28px 0 0; color: #334d65; font-size: clamp(16px, 1.6vw, 20px); font-weight: 520; line-height: 1.75; letter-spacing: -.025em; }
.hero-countdown {
  position: absolute;
  right: -8px;
  bottom: -52px;
  z-index: -1;
  color: rgba(23, 100, 169, .1);
  font-size: clamp(150px, 17vw, 270px);
  font-weight: 760;
  letter-spacing: -.09em;
  line-height: 1;
  user-select: none;
  animation: countFloat 5.8s ease-in-out infinite alternate;
}

.market-motion { position: relative; z-index: 2; min-width: 0; padding: 35px 58px 34px 22px; display: flex; flex-direction: column; animation: chartPanelIn .9s .12s cubic-bezier(.2,.7,.2,1) both; }
.section-cap { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.section-cap h2 { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.section-cap span { margin-bottom: 12px; color: var(--ink-soft); font-size: 10px; }
.market-chart-card { position: relative; flex: 1; min-height: 330px; overflow: hidden; }
.chart-grid {
  position: absolute;
  inset: 22px 34px 38px 8px;
  background-image: linear-gradient(rgba(33, 91, 135, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 91, 135, .12) 1px, transparent 1px);
  background-size: 12.5% 20%;
}
.market-chart { position: absolute; inset: 14px 24px 20px 0; width: calc(100% - 24px); height: calc(100% - 34px); overflow: visible; }
.market-chart-halo { fill: none; stroke: rgba(61, 137, 194, .2); stroke-width: 2.2; filter: url(#chart-wide-glow); stroke-linecap: round; stroke-linejoin: miter; }
.market-chart-glow { fill: none; stroke: rgba(36, 111, 173, .46); stroke-width: 1.1; filter: url(#chart-near-glow); stroke-linecap: round; stroke-linejoin: miter; }
.market-chart-line { fill: none; stroke: url(#lineMist); stroke-width: 1.55; stroke-linejoin: miter; stroke-linecap: square; vector-effect: non-scaling-stroke; }
.market-chart-point { fill: #f9fdff; stroke: #1764a9; stroke-width: 1.4; filter: drop-shadow(0 0 7px rgba(23,100,169,.58)); }
.chart-scale-right { position: absolute; top: 36px; right: 0; bottom: 54px; display: flex; flex-direction: column; justify-content: space-between; color: #6b8194; font-size: 10px; font-weight: 430; }
.chart-axis { position: absolute; left: 10px; right: 42px; bottom: 14px; display: flex; justify-content: space-between; color: #73889a; font-size: 9px; }
.chart-caption {
  position: absolute;
  right: 37px;
  top: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 8px 5px 10px;
  border-left: 2px solid var(--red);
  color: var(--blue);
  background: linear-gradient(90deg, rgba(248,253,255,.9), rgba(238,247,251,.7) 72%, transparent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
  white-space: nowrap;
}
.chart-caption strong { font-size: 10px; letter-spacing: .08em; }
.chart-caption span { color: var(--ink-soft); font-size: 9px; font-weight: 620; letter-spacing: .01em; }
.chart-caption b { color: var(--red); font-size: 10px; font-weight: 720; letter-spacing: .01em; }
.chart-caption.is-movement { border-left-color: var(--blue); }
.chart-caption.is-movement b { color: #567b9a; }
.chart-empty { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink-soft); font-size: 12px; }

.telegram-kinetic {
  position: relative;
  z-index: 5;
  min-height: 112px;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  border-bottom: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(255,255,255,.84), rgba(226,239,247,.72)),
    linear-gradient(90deg, rgba(23,100,169,.06) 1px, transparent 1px);
  background-size: auto, 34px 100%;
  box-shadow: 0 14px 34px rgba(35, 91, 132, .09), inset 0 1px 0 rgba(255,255,255,.88);
}
.telegram-main { position: relative; min-width: 0; padding: 20px 34px 20px 80px; display: grid; grid-template-columns: 58px minmax(0, 1fr) 70px; align-items: center; gap: 18px; overflow: hidden; border-right: 1px solid var(--line-strong); color: var(--ink); background: linear-gradient(112deg, rgba(255,255,255,.9), rgba(222,237,246,.68)); box-shadow: inset 5px 0 0 var(--blue), inset 0 -1px 0 rgba(23,100,169,.08); transition: background .25s ease, box-shadow .25s ease; }
.telegram-main::after { content: ""; position: absolute; left: -28%; bottom: 0; width: 24%; height: 3px; background: linear-gradient(90deg, transparent, var(--blue-bright), transparent); animation: telegramSweep 5.4s ease-in-out infinite; pointer-events: none; }
.telegram-orb { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(23,100,169,.72); border-radius: 50%; color: var(--blue); font-size: 25px; transform: rotate(-25deg); background: rgba(255,255,255,.76); box-shadow: 0 0 0 7px rgba(23,100,169,.07), 0 10px 25px rgba(33,91,133,.12); }
.telegram-copy { display: grid; gap: 5px; }
.telegram-copy strong { font-size: clamp(17px, 1.8vw, 23px); letter-spacing: -.035em; }
.telegram-copy small { color: var(--ink-soft); font-size: 12px; }
.telegram-arrow { justify-self: end; width: auto; height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: var(--blue); border: 0; background: transparent; box-shadow: none; font-size: 24px; font-weight: 420; transition: color .24s ease, transform .24s ease; }
.telegram-arrow::before { content: "OPEN"; font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.redirect-progress { position: relative; padding: 22px 68px 24px 40px; display: grid; grid-template-columns: 42px minmax(190px, 1fr) minmax(220px, 250px); align-items: center; gap: 18px; background: linear-gradient(105deg, rgba(255,255,255,.58), rgba(205,229,242,.5)); }
.redirect-progress::before { content: "AUTO REDIRECT"; position: absolute; right: 68px; top: 10px; color: rgba(23,100,169,.6); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.redirect-clock { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 0 0 6px rgba(23,100,169,.08); font-size: 18px; }
.redirect-sequence { display: flex; align-items: center; min-width: 0; }
.redirect-sequence span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: #6d8498; background: rgba(255,255,255,.54); font-size: 10px; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.redirect-sequence span.is-active { color: #fff; border-color: var(--blue); background: var(--blue); }
.redirect-sequence i { height: 1px; flex: 1; min-width: 20px; background: var(--line); }
.redirect-copy { width: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 16px; white-space: nowrap; }
.redirect-copy strong { font-size: 14px; font-weight: 720; }
.redirect-cancel-btn { min-height: 38px; border: 1px solid rgba(23,100,169,.34); padding: 7px 14px; color: var(--blue); background: rgba(255,255,255,.62); font-size: 12px; font-weight: 750; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.redirect-bar { position: absolute; left: 40px; right: 68px; bottom: 10px; height: 2px; background: rgba(27, 82, 124, .12); overflow: hidden; }
.redirect-bar span { display: block; width: 100%; height: 100%; transform-origin: left; background: linear-gradient(90deg, #1764a9, #79b5df); animation: redirectFill var(--redirect-duration) linear forwards; }
.redirect-progress.is-cancelled { background: linear-gradient(105deg, rgba(255,255,255,.72), rgba(250,229,232,.58)); }
.redirect-progress.is-cancelled .redirect-clock { color: #fff; background: var(--red); border-color: var(--red); }
.redirect-progress.is-cancelled .redirect-copy strong { color: var(--red); }
.redirect-progress.is-cancelled .redirect-sequence span.is-active { background: #6f8495; border-color: #6f8495; }

.index-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--line-strong); }
.index-row { position: relative; min-width: 0; min-height: 125px; padding: 23px 64px 20px 80px; display: grid; grid-template-columns: minmax(90px, .55fr) minmax(170px, 1fr) minmax(145px, .7fr) 110px; align-items: center; text-align: left; border: 0; border-right: 1px solid var(--line-strong); background: rgba(236,246,251,.46); cursor: pointer; transition: background .25s ease, box-shadow .25s ease; }
.index-row:last-child { border-right: 0; }
.index-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: transparent; transition: background .2s ease; }
.index-row.is-active { background: rgba(255,255,255,.68); box-shadow: inset 0 -3px 0 var(--blue); }
.index-row.is-active::before { background: var(--blue); }
.index-name { font-size: 15px; font-weight: 750; }
.index-row strong { min-width: 0; font-size: clamp(28px, 3.1vw, 44px); letter-spacing: -.045em; white-space: nowrap; }
.index-rate-block { display: grid; gap: 3px; }
.index-rate { color: var(--red); font-size: clamp(21px, 2vw, 28px); font-weight: 720; white-space: nowrap; }
.index-rate.is-movement { color: #567b9a; }
.index-rate-block small { color: var(--ink-soft); font-size: 10px; }
.mini-chart { width: 96px; height: 36px; overflow: visible; }
.mini-chart polyline { fill: none; stroke-linejoin: miter; stroke-linecap: square; shape-rendering: geometricPrecision; }
.mini-chart-glow { stroke: rgba(47,127,197,.3); stroke-width: 3.4; filter: blur(1.35px); }
.mini-chart-line { stroke: var(--blue); stroke-width: 1.3; filter: none; }
.mini-chart marker path { fill: var(--blue); }

.market-ticker { height: 48px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; border-bottom: 1px solid var(--line-strong); overflow: hidden; background: rgba(238,247,252,.7); }
.ticker-label { height: 100%; display: flex; align-items: center; padding: 0 30px 0 62px; border-right: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.ticker-viewport { min-width: 0; overflow: hidden; }
.ticker-track { display: flex; width: max-content; will-change: transform; }
.ticker-track.is-running { animation: tickerMove 25s linear infinite; }
.ticker-group { display: flex; align-items: center; flex-shrink: 0; }
.ticker-group span { position: relative; padding: 0 24px; color: #304b63; font-size: 12px; font-weight: 650; white-space: nowrap; }
.ticker-group span::before { content: "+"; margin-right: 12px; color: var(--blue); }
.ticker-group b { color: var(--red); }

.content-grid { display: grid; grid-template-columns: .34fr .66fr; border-bottom: 1px solid var(--line-strong); }
.swiss-panel { background: rgba(249,253,255,.56); }
.route-card { padding: 38px 42px 42px 62px; border-right: 1px solid var(--line-strong); }
.route-heading span, .eyebrow, .final-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.route-heading h2 { margin: 12px 0 28px; font-size: 26px; letter-spacing: -.045em; }
.route-list { list-style: none; margin: 0; padding: 0; }
.route-list li { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 22px 0; border-top: 1px solid var(--line); transition: background .22s ease, padding .22s ease; }
.route-list li:last-child { border-bottom: 1px solid var(--line); }
.route-list b { color: var(--blue); font-size: 17px; font-weight: 550; }
.route-list strong { font-size: 17px; letter-spacing: -.025em; }
.route-list p { margin: 7px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }

.movers-card { padding: 36px 62px 42px 44px; overflow: hidden; }
.movers-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line-strong); }
.movers-header h2 { margin: 8px 0 4px; font-size: clamp(27px, 3vw, 40px); letter-spacing: -.055em; }
.panel-market-note { margin: 0; color: var(--ink-soft); font-size: 12px; }
.panel-actions { display: flex; align-items: center; gap: 10px; }
.reload-btn { visibility: hidden; opacity: 0; pointer-events: none; }
.reload-btn.is-visible { visibility: visible; opacity: 1; pointer-events: auto; }
.panel-switch { display: flex; border: 1px solid var(--line-strong); }
.panel-tab { min-width: 116px; height: 42px; border: 0; border-right: 1px solid var(--line); background: rgba(255,255,255,.32); color: var(--ink-soft); font-size: 12px; font-weight: 700; cursor: pointer; }
.panel-tab:last-child { border-right: 0; }
.panel-tab.is-active { color: #fff; background: var(--blue); }
.table-head { height: 34px; display: grid; grid-template-columns: 70px 1fr 180px; align-items: center; color: #718698; font-size: 9px; font-weight: 700; border-bottom: 1px solid var(--line); }
.table-head span:last-child { text-align: right; }
.mover-list { transition: opacity .28s ease, transform .28s ease; }
.mover-list.switching { opacity: 0; transform: translateY(7px); }
.mover-row { min-height: 64px; display: grid; grid-template-columns: 70px 1fr 180px; align-items: center; border-bottom: 1px solid var(--line); animation: rowReveal .38s ease both; transition: background .22s ease, padding .22s ease; }
.logo-img { width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.8); }
.logo-img img { width: 75%; height: 75%; object-fit: contain; }
.rank-badge { width: 34px; height: 24px; display: grid; place-items: center; color: var(--blue); border-left: 3px solid var(--blue); font-size: 11px; font-weight: 800; }
.rank-badge.top1 { color: #fff; background: var(--blue); }
.mover-name { font-size: 15px; font-weight: 760; }
.mover-code { margin-top: 3px; color: #7890a2; font-size: 10px; }
.mover-price { text-align: right; font-size: 14px; font-weight: 650; }
.mover-rate { margin-top: 3px; color: var(--red); font-size: 13px; font-weight: 750; }
.data-message { margin: 18px 0 0; padding: 12px 15px; color: #9b3d43; border: 1px solid rgba(240,93,100,.25); background: rgba(240,93,100,.07); font-size: 12px; }
.movers-card.glow-change::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 35%, rgba(99,170,220,.12), transparent 65%); transform: translateX(-100%); animation: panelWash .75s ease; }

.proof-card { min-height: 210px; padding: 34px 62px; display: grid; grid-template-columns: 1.1fr .55fr 1.35fr; align-items: center; gap: 34px; }
.proof-copy h2 { margin: 10px 0 8px; font-size: 28px; letter-spacing: -.05em; }
.proof-copy p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.proof-number { min-height: 106px; padding: 10px 24px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--blue); }
.proof-number span { color: var(--blue); font-size: 12px; font-weight: 700; }
.proof-number strong { margin: 5px 0 2px; color: var(--red); font-size: 42px; letter-spacing: -.04em; }
.proof-number small { color: var(--ink-soft); font-size: 10px; }
.proof-number.is-updating strong { animation: numberPop .46s ease; }
.proof-metrics { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; overflow: visible; padding: 0; }
.proof-metrics::before { display: none; }
.proof-metrics div { position: relative; min-height: 112px; padding: 50px 14px 14px; display: grid; align-content: start; justify-items: start; overflow: hidden; border: 1px solid var(--line); text-align: left; background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(218,235,245,.3)); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.proof-metrics div::before { content: attr(data-step); position: absolute; right: 8px; top: -11px; color: rgba(23,100,169,.1); font-size: 64px; font-weight: 820; line-height: 1; letter-spacing: -.08em; }
.proof-metrics div::after { content: ""; position: absolute; left: 14px; top: 20px; width: 26px; height: 3px; background: var(--blue); box-shadow: 34px 0 0 rgba(23,100,169,.2); }
.proof-metrics span { position: relative; z-index: 1; color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.proof-metrics small { position: relative; z-index: 1; margin-top: 6px; color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 1.4; }

.trust-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; overflow: hidden; }
.trust-band::after { content: ""; position: absolute; left: -18%; top: 0; width: 18%; height: 2px; background: linear-gradient(90deg, transparent, var(--blue), transparent); animation: trustRailPulse 6.8s ease-in-out infinite; }
.trust-band > div { position: relative; min-height: 160px; padding: 28px 28px 28px 36px; border-right: 1px solid var(--line); overflow: hidden; }
.trust-band > div:last-child { border-right: 0; }
.trust-band > div::before { content: ""; position: absolute; left: 36px; bottom: 0; width: 70px; height: 3px; transform: scaleX(.18); transform-origin: left; background: var(--blue); transition: transform .28s ease; }
.trust-band span { color: var(--blue); font-size: 12px; font-weight: 800; }
.trust-band strong { display: block; margin-top: 18px; font-size: 17px; }
.trust-band p { margin: 8px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }

.final { min-height: 340px; padding: 42px 62px 38px; display: grid; grid-template-columns: 134px minmax(0, 1fr); grid-template-areas: "index copy" "cta cta"; align-items: center; column-gap: 35px; row-gap: 46px; overflow: hidden; }
.final::before { content: ""; position: absolute; left: 0; top: 0; width: 120px; height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue-bright), transparent); }
.final-index { grid-area: index; align-self: stretch; display: flex; align-items: center; padding-right: 24px; border-right: 1px solid var(--line); color: rgba(23,100,169,.21); font-size: clamp(46px, 4.8vw, 68px); font-weight: 760; letter-spacing: -.06em; line-height: .82; }
.final-copy { grid-area: copy; max-width: 720px; }
.final-copy h2 { margin: 10px 0; font-size: clamp(29px, 3.25vw, 44px); line-height: 1.22; letter-spacing: -.055em; }
.final-copy > p:last-child { margin: 0; color: var(--ink-soft); font-size: 12px; }
.telegram-final { grid-area: cta; justify-self: center; position: relative; width: min(100%, 500px); min-width: 0; height: 84px; padding: 0 14px 0 22px; display: grid; grid-template-columns: 58px minmax(0, 1fr) 48px; align-items: center; gap: 20px; overflow: hidden; color: var(--ink); border: 1px solid var(--line-strong); background: rgba(248,252,254,.78); box-shadow: 0 16px 38px rgba(23,100,169,.1), inset 0 1px 0 #fff; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.telegram-final::before { content: ""; position: absolute; left: 86px; top: 12px; bottom: 12px; width: 1px; background: repeating-linear-gradient(to bottom, rgba(23,100,169,.32) 0 4px, transparent 4px 8px); }
.telegram-final::after { content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 88px; height: 2px; border-radius: 999px; opacity: 0; pointer-events: none; offset-path: border-box; offset-anchor: 50% 50%; offset-rotate: auto; background: linear-gradient(90deg, transparent 0%, rgba(47,127,197,.2) 22%, #f7fdff 64%, var(--blue-bright) 82%, transparent 100%); filter: drop-shadow(0 0 5px rgba(47,127,197,.8)); }
.telegram-final-mark { position: relative; z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 0 0 6px rgba(23,100,169,.08); font-size: 22px; font-style: normal; transform: rotate(-25deg); transition: background .28s ease, box-shadow .28s ease; }
.telegram-final > span { position: relative; z-index: 1; display: grid; gap: 5px; }
.telegram-final small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.telegram-final strong { font-size: 19px; font-weight: 780; }
.telegram-final b { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); border: 1px solid rgba(23,100,169,.56); border-radius: 50%; background: rgba(255,255,255,.72); font-size: 23px; font-weight: 350; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.telegram-final:focus-visible { outline: 2px solid rgba(47,127,197,.5); outline-offset: 3px; }
.telegram-final:focus-visible::after { animation: finalTicketOrbit .58s linear 1; }
footer { min-height: 64px; padding: 0 62px; display: flex; align-items: center; gap: 18px; color: #73889a; font-size: 10px; }
footer span { color: var(--blue); font-weight: 800; letter-spacing: .08em; }

.sticky-redirect { display: none; }
.reload-icon { display: inline-block; line-height: 1; }
.is-loading .reload-icon { animation: spin .65s linear infinite; }

@media (hover: hover) and (pointer: fine) {
  .top-reload-btn:hover, .reload-btn:hover { transform: rotate(26deg); border-color: var(--blue); background: rgba(255,255,255,.9); }
  .telegram-main:hover { background: linear-gradient(112deg, #fff, rgba(211,232,244,.86)); box-shadow: inset 7px 0 0 var(--blue), inset 0 -3px 0 rgba(23,100,169,.18); }
  .telegram-main:hover .telegram-orb { box-shadow: 0 0 0 9px rgba(23,100,169,.09), 0 10px 25px rgba(33,91,133,.15); }
  .telegram-main:hover .telegram-arrow { color: var(--blue-bright); transform: translateX(2px); }
  .redirect-cancel-btn:hover { color: #fff; border-color: var(--red); background: var(--red); }
  .index-row:hover { background: rgba(255,255,255,.84); }
  .route-list li:hover { padding-inline: 10px; background: rgba(213,234,245,.25); }
  .mover-row:hover { padding-inline: 9px; background: rgba(213,234,245,.28); }
  .panel-tab:hover:not(.is-active) { color: var(--blue); background: rgba(213,234,245,.35); }
  .proof-metrics div:hover { transform: translateY(-4px); border-color: rgba(23,100,169,.48); box-shadow: 0 14px 30px rgba(38,82,116,.12); }
  .proof-metrics div:hover::before { color: rgba(240,93,100,.13); }
  .trust-band > div:hover::before { transform: scaleX(.82); }
  .trust-band > div:hover { background: rgba(213,234,245,.22); }
  .telegram-final:hover { border-color: var(--blue); background: #fff; box-shadow: 0 18px 40px rgba(23,100,169,.15), inset 0 0 0 1px rgba(47,127,197,.08); }
  .telegram-final:hover::after { animation: finalTicketOrbit .58s linear 1; }
  .telegram-final:hover .telegram-final-mark { background: var(--blue-bright); box-shadow: 0 0 0 7px rgba(47,127,197,.11), 0 8px 20px rgba(23,100,169,.15); }
  .telegram-final:hover b { color: #fff; border-color: var(--blue); background: var(--blue); }
  .market-ticker:hover .ticker-track.is-running { animation-play-state: paused; }
}

@keyframes redirectFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes livePulse { 0%,100% { box-shadow: 0 0 0 6px rgba(47,127,197,.08); } 50% { box-shadow: 0 0 0 10px rgba(47,127,197,.16); } }
@keyframes tickerMove { to { transform: translateX(-50%); } }
@keyframes rowReveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@keyframes panelWash { to { transform: translateX(100%); } }
@keyframes numberPop { 50% { transform: scale(1.06); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes proofTimelineDraw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes trustRailPulse { 0%, 60% { transform: translateX(0); opacity: 0; } 68% { opacity: 1; } 86% { transform: translateX(760%); opacity: 1; } 100% { transform: translateX(760%); opacity: 0; } }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes chartPanelIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
@keyframes countFloat { from { transform: translate3d(0,0,0); } to { transform: translate3d(-8px,-7px,0); } }
@keyframes telegramSweep { 0%, 62% { left: -28%; opacity: 0; } 70% { opacity: 1; } 88% { left: 108%; opacity: .9; } 100% { left: 108%; opacity: 0; } }
@keyframes finalTicketOrbit { 0% { offset-distance: 0%; opacity: 0; } 7% { opacity: 1; } 92% { opacity: 1; } 100% { offset-distance: 100%; opacity: 0; } }

@media (max-width: 1120px) {
  .hero-topbar { padding-inline: 46px; }
  .hero-stage { grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr); }
  .hero-copy { padding-left: 58px; padding-right: 20px; }
  .hero h1 { font-size: clamp(48px, 5.2vw, 64px); }
  .market-motion { padding-right: 40px; }
  .telegram-main { padding-left: 58px; }
  .redirect-progress { padding-right: 48px; }
  .index-row { padding-inline: 48px 34px; grid-template-columns: 82px minmax(150px,1fr) minmax(120px,.7fr) 82px; }
  .content-grid { grid-template-columns: .39fr .61fr; }
  .route-card { padding-left: 46px; }
  .movers-card { padding-right: 46px; }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .telegram-kinetic { grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr); }
  .telegram-main {
    padding: 16px 22px 16px 32px;
    grid-template-columns: 48px minmax(0, 1fr) 28px;
    gap: 12px;
  }
  .telegram-orb { width: 46px; height: 46px; font-size: 21px; box-shadow: 0 0 0 5px rgba(23,100,169,.07), 0 8px 20px rgba(33,91,133,.11); }
  .telegram-copy { gap: 4px; }
  .telegram-copy strong { font-size: clamp(15px, 1.65vw, 17px); white-space: nowrap; }
  .telegram-copy small { font-size: 10px; white-space: nowrap; }
  .telegram-arrow { width: 28px; height: 32px; font-size: 21px; }
  .telegram-arrow::before { display: none; }

  .redirect-progress {
    padding: 18px 28px 22px 22px;
    grid-template-columns: 34px minmax(128px, 1fr) minmax(190px, auto);
    gap: 12px;
  }
  .redirect-progress::before { right: 28px; top: 8px; font-size: 7px; }
  .redirect-clock { width: 34px; height: 34px; font-size: 15px; box-shadow: 0 0 0 5px rgba(23,100,169,.08); }
  .redirect-sequence span { width: 28px; height: 28px; font-size: 9px; }
  .redirect-sequence i { min-width: 10px; }
  .redirect-copy { gap: 8px; }
  .redirect-copy strong { font-size: 12px; }
  .redirect-cancel-btn { min-height: 34px; padding: 6px 10px; font-size: 10px; }
  .redirect-bar { left: 22px; right: 28px; bottom: 8px; }
}

@media (max-width: 900px) {
  .final { row-gap: 30px; }
  .hero-stage { grid-template-columns: 1fr; }
  .hero-copy { min-height: 410px; padding: 46px 64px 36px; }
  .hero-countdown { right: 4%; bottom: -20px; }
  .market-motion { min-height: 390px; padding: 26px 64px 34px; border-top: 1px solid var(--line); }
  .telegram-kinetic { grid-template-columns: 1fr; }
  .telegram-main { padding-inline: 64px; border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .redirect-progress { min-height: 98px; padding-inline: 64px; }
  .index-row { min-height: 116px; padding-inline: 38px; grid-template-columns: 72px 1fr minmax(110px,.65fr) 76px; }
  .index-row strong { font-size: clamp(25px, 4vw, 34px); }
  .content-grid { grid-template-columns: 1fr; }
  .route-card { border-right: 0; border-bottom: 1px solid var(--line-strong); padding-inline: 64px; }
  .route-list { display: grid; grid-template-columns: repeat(3, 1fr); }
  .route-list li { grid-template-columns: 1fr; padding: 22px 18px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
  .route-list li:last-child { border-right: 0; }
  .movers-card { padding-inline: 64px; }
  .proof-card { grid-template-columns: 1fr .7fr; }
  .proof-metrics { grid-column: 1 / -1; }
  .final { grid-template-columns: 118px minmax(0, 1fr); column-gap: 27px; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .page { width: 100%; border-inline: 0; }
  .frame-cross { display: none; }
  .hero-topbar { min-height: 56px; padding: 6px 16px; }
  .brand { gap: 7px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: clamp(16px, 4.4vw, 18px); }
  .brand-signature { font-size: 7px; letter-spacing: .09em; }
  .live-chip { min-width: auto; padding-left: 8px; column-gap: 5px; }
  .live-chip .live-dot { width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(47,127,197,.1); }
  .live-chip > span:nth-child(2) { font-size: 8px; letter-spacing: .02em; }
  .live-chip time { max-width: 70px; font-size: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  .hero-copy { min-height: 230px; padding: 14px 24px 18px; }
  .status-pill { display: none; }
  .hero-kicker { font-size: 8px; margin-bottom: 8px; }
  .hero h1 { max-width: 100%; font-size: clamp(36px, 10.4vw, 48px); line-height: 1.05; }
  .hero h1 span { margin-top: 4px; }
  .lead { margin-top: 16px; font-size: clamp(13px, 3.6vw, 15px); line-height: 1.6; }
  .hero-countdown { right: -2px; bottom: -8px; font-size: clamp(108px, 33vw, 148px); }
  .market-motion { min-height: 286px; padding: 14px 18px 18px; }
  .section-cap { min-height: 30px; }
  .section-cap h2 { margin-bottom: 9px; font-size: 10px; }
  .section-cap span { margin-bottom: 9px; font-size: 8px; }
  .market-chart-card { min-height: 220px; }
  .chart-grid { inset: 18px 30px 32px 6px; }
  .chart-scale-right { top: 30px; right: 2px; bottom: 44px; font-size: 7px; }
  .chart-axis { right: 32px; bottom: 10px; font-size: 7px; }
  .chart-caption { right: 30px; top: 10px; gap: 4px; padding: 4px 5px 4px 7px; }
  .chart-caption strong { font-size: 8px; }
  .chart-caption span { font-size: 7px; }
  .chart-caption b { font-size: 8px; }
  .market-chart { inset: 10px 14px 16px 0; width: calc(100% - 14px); height: calc(100% - 26px); }

  .telegram-kinetic { display: none; }
  .index-stack { padding: 12px; gap: 10px; background: rgba(231,242,248,.62); }
  .index-row { min-height: 112px; padding: 14px 12px; grid-template-columns: 1fr auto; grid-template-rows: auto auto auto; gap: 3px 8px; border: 1px solid var(--line-strong); border-radius: 16px; }
  .index-row:last-child { border-right: 1px solid var(--line-strong); }
  .index-row::before { display: none; }
  .index-row.is-active { box-shadow: inset 0 -3px 0 var(--blue), 0 8px 22px rgba(34,88,129,.08); }
  .index-name { grid-column: 1; font-size: clamp(10px, 3vw, 12px); }
  .index-row strong { grid-column: 1 / -1; grid-row: 2; font-size: clamp(21px, 6.5vw, 29px); }
  .index-row strong.is-wide-value { font-size: clamp(18px, 5.6vw, 25px); }
  .index-row strong.is-extra-wide-value { font-size: clamp(16px, 5vw, 22px); }
  .index-rate-block { grid-column: 2; grid-row: 1 / 3; align-self: center; text-align: right; }
  .index-rate { font-size: clamp(14px, 4.3vw, 18px); }
  .index-rate-block small { display: none; }
  .mini-chart { grid-column: 1 / -1; grid-row: 3; justify-self: end; width: 72px; height: 24px; }
  .ticker-label { padding-inline: 15px; }
  .ticker-group span { padding-inline: 16px; font-size: 11px; }

  .route-card, .movers-card, .proof-card, .final { padding-inline: 20px; }
  .route-card { padding-block: 28px; }
  .route-heading h2 { font-size: 24px; }
  .route-list { grid-template-columns: 1fr; }
  .route-list li { grid-template-columns: 44px 1fr; padding: 18px 4px; border-right: 0; }
  .movers-card { padding-block: 28px; }
  .movers-header { align-items: flex-start; flex-direction: column; gap: 18px; }
  .movers-header h2 { font-size: 29px; }
  .panel-actions { position: relative; width: 100%; margin-left: 0; gap: 0; }
  .panel-actions .reload-btn { position: absolute; z-index: 2; left: 7px; top: 50%; width: 28px; height: 28px; transform: translateY(-50%); background: rgba(248,252,254,.92); }
  .panel-actions .reload-btn:hover { transform: translateY(-50%) rotate(26deg); }
  .panel-switch { width: 100%; flex: 1; }
  .panel-tab { flex: 1; min-width: 0; }
  .table-head { grid-template-columns: 48px 1fr 105px; }
  .mover-row { min-height: 61px; grid-template-columns: 48px 1fr 105px; }
  .mover-name { font-size: 13px; }
  .mover-price { font-size: 12px; }
  .mover-rate { font-size: 12px; }
  .logo-img { width: 30px; height: 30px; }
  .rank-badge { width: 30px; }

  .proof-card { padding-block: 30px; grid-template-columns: 1fr; gap: 20px; }
  .proof-copy h2 { font-size: 25px; }
  .proof-number { min-height: 92px; padding-left: 18px; }
  .proof-number strong { font-size: 38px; }
  .proof-metrics { grid-column: auto; gap: 7px; padding: 8px 0 0; }
  .proof-metrics div { min-height: 98px; padding: 45px 9px 10px; }
  .proof-metrics div::before { top: -7px; right: 5px; font-size: 52px; }
  .proof-metrics div::after { left: 9px; top: 18px; width: 21px; box-shadow: 27px 0 0 rgba(23,100,169,.2); }
  .proof-metrics span { font-size: 11px; }
  .proof-metrics small { font-size: 10px; line-height: 1.35; }

  .trust-band { grid-template-columns: 1fr 1fr; }
  .trust-band > div { min-height: 145px; padding: 24px 20px; border-bottom: 1px solid var(--line); }
  .trust-band > div:nth-child(2) { border-right: 0; }
  .trust-band > div::before { left: 20px; }
  .final { min-height: 306px; padding-block: 22px; grid-template-columns: 1fr; grid-template-areas: "index" "copy" "cta"; gap: 14px; }
  .final-index { align-self: auto; width: fit-content; padding: 0 0 7px; border-right: 0; border-bottom: 1px solid var(--line); font-size: 34px; line-height: .78; }
  .final-copy h2 { margin-block: 7px; font-size: 27px; }
  .final-copy > p:last-child { font-size: 10px; line-height: 1.45; }
  .telegram-final { width: min(100%, 460px); height: 80px; grid-template-columns: 52px minmax(0,1fr) 44px; gap: 18px; padding: 0 10px 0 14px; }
  .telegram-final::before { left: 68px; top: 11px; bottom: 11px; }
  .telegram-final-mark { width: 44px; height: 44px; font-size: 19px; }
  .telegram-final b { width: 40px; height: 40px; font-size: 21px; }
  footer { min-height: 40px; padding: 6px 14px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 8px; color: rgba(83,107,130,.66); font-size: 7px; line-height: 1.35; }
  footer span { color: rgba(23,100,169,.78); font-size: 8px; white-space: nowrap; }

  .sticky-redirect { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); display: block; }
  .sticky-redirect-card { position: relative; min-height: 68px; padding: 10px 12px; display: grid; grid-template-columns: 40px minmax(0,1fr) auto; align-items: center; gap: 10px; overflow: hidden; border: 1px solid rgba(23,100,169,.58); border-radius: 15px; background: rgba(241,248,252,.94); box-shadow: 0 12px 40px rgba(23,64,95,.2); backdrop-filter: blur(15px); }
  .sticky-plane { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); transform: rotate(-25deg); }
  .sticky-copy { min-width: 0; display: grid; gap: 3px; }
  .sticky-copy strong { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .sticky-copy span { color: var(--ink-soft); font-size: 9px; }
  .sticky-cancel { padding: 8px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue); background: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; }
  .sticky-bar { left: 12px; right: 12px; bottom: 5px; }
  body.redirect-cancelled .sticky-redirect-card { border-color: rgba(240,93,100,.52); }
  body.redirect-cancelled .sticky-plane { color: var(--red); border-color: rgba(240,93,100,.5); }
  body.redirect-cancelled .sticky-copy span { color: var(--red); }
}

@media (max-width: 420px) {
  .hero-topbar { padding-inline: 14px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-name { font-size: 16px; }
  .brand-signature { display: none; }
  .live-chip { padding-left: 9px; }
  .live-chip time { max-width: 66px; }
  .hero-copy { padding-inline: 18px; }
  .hero h1 { font-size: clamp(34px, 10.3vw, 42px); }
  .lead { font-size: 13px; }
  .market-motion { padding-inline: 12px; }
  .index-stack { padding-inline: 8px; gap: 7px; }
  .index-row { padding-inline: 9px; }
  .index-row strong { font-size: 22px; }
  .index-rate { font-size: 14px; }
  .movers-header h2 { font-size: 26px; }
  .panel-tab { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track.is-running { animation: none !important; }
}
