
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Pretendard', system-ui, sans-serif;
  background:
    radial-gradient(circle at 25% 0%, rgba(0, 125, 255, .16), transparent 30%),
    radial-gradient(circle at 80% 8%, rgba(230, 178, 76, .18), transparent 28%),
    linear-gradient(180deg, #030303, #080705 48%, #020202);
  color: #fff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: .55;
  pointer-events: none;
}

.page { position: relative; width: min(1080px, 100%); margin: 0 auto; padding: 24px 18px 70px; }

.hero {
  border-radius: 36px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245,198,104,.45), rgba(0,120,255,.18), rgba(255,255,255,.05));
  box-shadow: 0 34px 100px rgba(0,0,0,.55);
}

.hero-inner {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 134, 255, .24), transparent 27%),
    linear-gradient(145deg, rgba(15,15,15,.98), rgba(4,4,4,.97));
}

.hero-inner::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: rgba(0, 136, 255, .17);
  filter: blur(55px);
}

.brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: #111;
  border: 2px solid rgba(245, 198, 104, .78);
  box-shadow: 0 8px 24px rgba(0,0,0,.38), 0 0 0 1px rgba(255,255,255,.08);
  flex: none;
}
.brand-mark picture, .brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.brand-name { font-size: 30px; font-weight: 900; letter-spacing: -1.2px; }
.brand-sub { margin-top: 4px; color: #b9b0a3; font-size: 14px; }

.status-pill {
  position: relative; z-index: 1; margin-top: 30px; width: fit-content; display: flex;
  align-items: center; gap: 9px; padding: 9px 14px; border-radius: 999px;
  color: #f5d28c; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13);
  font-size: 14px; font-weight: 700; transition: .35s ease;
}
.status-pill b { color: white; }
.top-reload-btn {
  width: 26px; height: 26px; display: inline-grid; place-items: center;
  border: 1px solid rgba(255,255,255,.16); border-radius: 50%;
  color: #fff; background: rgba(255,255,255,.08); cursor: pointer;
  font-size: 15px; font-weight: 900; line-height: 1; transition: .2s ease;
}
.top-reload-btn:hover { background: rgba(255,255,255,.14); transform: rotate(22deg); }
.top-reload-btn:disabled { opacity: .65; cursor: wait; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #ff4f6b; box-shadow: 0 0 0 7px rgba(255,79,107,.13); }

h1 {
  position: relative; z-index: 1; margin-top: 22px; font-size: clamp(48px, 8vw, 88px);
  line-height: .98; letter-spacing: -4px; font-weight: 900;
}
h1 span {
  background: linear-gradient(180deg, #fff1ba 0%, #d59a2d 72%, #a56914 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lead { position: relative; z-index: 1; margin-top: 22px; color: #d9d9d9; font-size: 20px; line-height: 1.65; }

.cta-wrap { position: relative; z-index: 1; margin: 30px auto 0; width: min(620px, 100%); text-align: center; }

.telegram-btn {
  width: 100%; height: 82px; display: flex; align-items: center; justify-content: center; gap: 14px;
  border-radius: 999px; color: white; text-decoration: none; font-size: 30px; font-weight: 900;
  background: linear-gradient(180deg, #48c0ff 0%, #0986ff 48%, #005ce9 100%);
  box-shadow: 0 0 40px rgba(0, 132, 255, .55), inset 0 2px 0 rgba(255,255,255,.42), inset 0 -6px 16px rgba(0,0,0,.16);
}
.tg-plane { font-size: 32px; transform: translateY(-1px); }
.cta-wrap p { margin-top: 12px; color: #9fa8b3; font-size: 14px; }

.ticker {
  position: relative; z-index: 1; margin-top: 28px; overflow: hidden; border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09); background: rgba(0,0,0,.42);
}
.ticker-track { display: flex; gap: 30px; width: max-content; padding: 15px 18px; white-space: nowrap; font-weight: 900; animation: ticker 28s linear infinite; }
.ticker-track span b { color: #ff536f; margin-left: 6px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.content-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 20px;
  align-items: stretch;
}

.result-card, .movers-card, .trust-band, .final {
  border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: rgba(12,12,12,.88);
  box-shadow: 0 22px 62px rgba(0,0,0,.35);
}
.result-card, .movers-card { padding: 26px; }

.eyebrow { color: #d7a94d; font-size: 13px; font-weight: 900; letter-spacing: .08em; transition: .35s ease; }
.result-card h2, .movers-card h2 { margin-top: 8px; font-size: 30px; font-weight: 900; letter-spacing: -1px; transition: .35s ease; }

.result-number { margin-top: 22px; color: #ff536f; font-size: 70px; line-height: 1; font-weight: 900; letter-spacing: -2px; }
.result-caption { margin-top: 8px; color: #aaa; font-size: 15px; }

.account-card {
  margin-top: 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center;
  padding: 18px; border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}
.symbol {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px;
  background: linear-gradient(180deg, #ff991d, #ff5b00); font-size: 20px; font-weight: 900;
}
.account-card strong { display: block; font-size: 20px; }
.account-card span { display: block; margin-top: 5px; color: #aaa; font-size: 14px; }
.account-card b { color: #ff536f; text-align: right; }

.mini-proof { margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-proof div { padding: 15px 12px; border-radius: 18px; border: 1px solid rgba(245, 198, 104, .17); background: rgba(245,198,104,.055); }
.mini-proof strong { display: block; font-size: 15px; }
.mini-proof span { display: block; margin-top: 7px; color: #aaa; font-size: 12px; }

.proof-feed {
  margin-top: 18px; padding: 18px; border-radius: 22px; border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
}
.feed-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.06); color: #f3cc7a; font-weight: 900; }
.feed-head b { color: #8f8f8f; font-size: 12px; }
.feed-item { display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding: 14px 0 0; }
.feed-item .time {
  width: 52px; height: 30px; display: grid; place-items: center; border-radius: 999px;
  color: #111; background: #f3c86d; font-size: 12px; font-weight: 900;
}
.feed-item strong { display: block; font-size: 15px; }
.feed-item p { margin-top: 5px; color: #9f9f9f; font-size: 13px; line-height: 1.45; }

.left-cta-panel {
  margin-top: 18px; padding: 18px; border-radius: 22px; border: 1px solid rgba(0,132,255,.22);
  background: radial-gradient(circle at 90% 0%, rgba(0,132,255,.20), transparent 40%), linear-gradient(180deg, rgba(0,132,255,.075), rgba(255,255,255,.025));
}
.left-cta-panel strong { display: block; color: #fff; font-size: 18px; }
.left-cta-panel p { margin-top: 8px; color: #a8b3c0; font-size: 13px; line-height: 1.5; }

.movers-card {
  display: flex;
  flex-direction: column;
}

.movers-header { display: flex; align-items: center; justify-content: space-between; flex: none; }
#reload-btn { min-width: 78px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 10px 14px; color: white; background: rgba(255,255,255,.08); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-weight: 800; }
#reload-btn[hidden] { display: none; }
#reload-btn.is-loading { cursor: wait; color: #f5d28c; background: rgba(245,210,140,.10); }
.btn-spinner { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255,255,255,.30); border-top-color: #fff; display: inline-block; animation: spin .7s linear infinite; }
.btn-spinner.small { width: 12px; height: 12px; border-width: 2px; }
@keyframes spin { to { transform: rotate(360deg); } }

.mover-list { margin-top: 18px; display: grid; gap: 11px; transition: opacity .42s ease, transform .42s ease, filter .42s ease; position: relative; flex: 1; overflow: hidden; }
.mover-list::after {
  content: "";
  position: absolute;
  inset: -12px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.13) 42%, rgba(255,214,132,.18) 50%, rgba(255,255,255,.08) 58%, transparent 82%);
}
.mover-list.switching { opacity: .28; transform: translateY(8px) scale(.985); filter: blur(3px); }
.mover-list.switching::after { animation: softSweep .72s ease both; }
@keyframes softSweep {
  0% { opacity: 0; transform: translateX(-120%); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translateX(120%); }
}
.movers-card.glow-change { animation: cardGlow .8s ease; }
@keyframes cardGlow {
  0% { box-shadow: 0 22px 62px rgba(0,0,0,.35); }
  45% { box-shadow: 0 22px 62px rgba(0,0,0,.35), 0 0 38px rgba(242,198,104,.22), inset 0 0 0 1px rgba(242,198,104,.2); }
  100% { box-shadow: 0 22px 62px rgba(0,0,0,.35); }
}

.mover-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center;
  min-height: 65px; padding: 10px 14px; border-radius: 17px;
  background: linear-gradient(90deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.075);
  animation: rowIn .45s ease both;
}
@keyframes rowIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.logo-img, .rank-badge { width: 42px; height: 42px; flex: none; }
.logo-img {
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #161616;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 20px rgba(0,0,0,.25);
  overflow: hidden;
}
.logo-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
.logo-img img[src$="apple.svg"] { width: 100%; height: 100%; object-fit: contain; padding: 0; background: #050505; transform: translateX(0); }
.logo-img img[src$="skhynix.svg"] { width: 100%; height: 100%; object-fit: contain; padding: 0; background: #fff; }

.rank-badge {
  display: grid; place-items: center; border-radius: 15px; color: #ffd278; font-weight: 900;
  background: rgba(255, 202, 105, .12);
}
.rank-badge.top1 { color: #201606; background: linear-gradient(160deg, #fff0b2, #d99a26); box-shadow: 0 0 20px rgba(217,154,38,.24); }
.rank-badge.top2 { color: #101010; background: linear-gradient(160deg, #f2f2f2, #9b9b9b); box-shadow: 0 0 18px rgba(210,210,210,.16); }
.rank-badge.top3 { color: #211003; background: linear-gradient(160deg, #f4b273, #a65a20); box-shadow: 0 0 18px rgba(205,115,43,.18); }

.mover-name { font-weight: 900; font-size: 17px; }
.mover-code { margin-top: 3px; color: #8f8f8f; font-size: 12px; }
.mover-price { text-align: right; font-weight: 900; }
.mover-rate { margin-top: 3px; color: #ff536f; font-size: 14px; font-weight: 900; }

.market-pulse {
  flex: none;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.market-pulse span {
  text-align: center;
  padding: 12px 8px;
  border-radius: 15px;
  color: #d6b66b;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(214,182,107,.17);
  background: rgba(214,182,107,.055);
}

.trust-band { margin-top: 20px; padding: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-band div { padding: 18px; border-radius: 22px; border: 1px solid rgba(245,198,104,.13); background: rgba(255,255,255,.045); }
.trust-band span { color: #f2c56b; font-weight: 900; }
.trust-band strong { display: block; margin-top: 13px; font-size: 17px; }
.trust-band p { margin-top: 8px; color: #aaa; font-size: 14px; line-height: 1.5; }

.final { margin-top: 20px; padding: 30px 20px; text-align: center; }
.final h2 { font-size: 34px; line-height: 1.35; font-weight: 900; }
.telegram-btn.compact { margin: 22px auto 0; width: min(390px, 100%); height: 66px; font-size: 23px; }

footer { margin-top: 30px; color: #777; text-align: center; font-size: 12px; line-height: 1.6; }

@media (max-width: 860px) {
  .content-grid { grid-template-columns: 1fr; align-items: start; }
  .trust-band { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .page { padding: 12px 10px 48px; }
  .hero-inner { padding: 24px 18px; border-radius: 27px; }
  .hero { border-radius: 28px; }
  .brand-mark { width: 56px; height: 56px; }
  .brand-name { font-size: 25px; }
  h1 { letter-spacing: -2.5px; }
  .lead { font-size: 16px; }
  .telegram-btn { height: 68px; font-size: 23px; }
  .result-card, .movers-card { padding: 20px; border-radius: 24px; }
  .result-number { font-size: 56px; }
  .account-card { grid-template-columns: auto 1fr; }
  .account-card b { grid-column: 1 / -1; text-align: left; }
  .mini-proof { grid-template-columns: 1fr; }
  .trust-band { grid-template-columns: 1fr; padding: 20px; }
  .market-pulse { grid-template-columns: 1fr; }
}

/* Conversion, accessibility, and compliance improvements */
.cta-wrap p span { color: #c9b06f; }
.result-note { margin-top: 7px; color: #8e8e8e; font-size: 12px; line-height: 1.45; }
.data-message { margin-top: 12px; color: #a8b3c0; font-size: 13px; line-height: 1.45; }
.final p { margin: 12px auto 22px; max-width: 520px; color: #b8b8b8; font-size: 15px; line-height: 1.6; }
.telegram-btn:focus-visible,
#reload-btn:focus-visible,
.top-reload-btn:focus-visible,
.sticky-cta:focus-visible {
  outline: 3px solid rgba(245, 198, 104, .95);
  outline-offset: 4px;
}
.telegram-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.telegram-btn { transition: transform .2s ease, filter .2s ease; }
.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  width: min(420px, calc(100% - 28px));
  height: 58px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(180deg, #48c0ff 0%, #0986ff 52%, #005ce9 100%);
  box-shadow: 0 12px 38px rgba(0, 132, 255, .45), inset 0 2px 0 rgba(255,255,255,.38);
  transform: translateX(-50%);
}
@media (max-width: 720px) {
  .page { padding-bottom: 96px; }
  .sticky-cta { display: flex; }
  .telegram-btn { height: 70px; font-size: 24px; }
  .brand-name { font-size: 25px; }
  h1 { letter-spacing: -2.6px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Mobile polish: prevent squeezed layouts and improve tap/reading comfort */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img, svg { max-width: 100%; }
.brand > div:last-child,
.mover-row > div:nth-child(2),
.account-card > div:nth-child(2),
.movers-header > div { min-width: 0; }
.brand-name,
.brand-sub,
.mover-name,
.mover-code,
.account-card strong,
.account-card span { overflow-wrap: anywhere; }
.telegram-btn,
.sticky-cta,
#reload-btn,
.top-reload-btn { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.sticky-cta { bottom: max(18px, env(safe-area-inset-bottom)); }

@media (max-width: 720px) {
  body::before { background-size: 24px 24px; opacity: .35; }
  .hero-inner::after { right: -150px; top: -150px; width: 280px; height: 280px; opacity: .8; }
  .status-pill { max-width: 100%; flex-wrap: wrap; row-gap: 7px; }
  h1 { font-size: clamp(40px, 12.5vw, 68px); line-height: 1.03; }
  .lead br { display: none; }
  .cta-wrap { margin-top: 24px; }
  .content-grid { gap: 14px; }
  .result-card h2, .movers-card h2 { font-size: clamp(24px, 7vw, 30px); }
  .feed-head { align-items: center; }
  .movers-header { gap: 12px; }
  .mover-list { overflow: visible; }
  .mover-row { grid-template-columns: 42px minmax(0, 1fr) auto; }
  .mover-price { white-space: nowrap; }
  .trust-band { margin-top: 14px; }
  .final { margin-top: 14px; padding-bottom: 20px; }
}

@media (max-width: 430px) {
  .page { padding-left: 10px; padding-right: 10px; }
  .hero-inner { padding: 22px 16px 20px; }
  .brand { gap: 11px; }
  .brand-mark { width: 52px; height: 52px; }
  .brand-name { font-size: 23px; letter-spacing: -.8px; }
  .brand-sub { font-size: 12.5px; line-height: 1.35; }
  .status-pill { margin-top: 24px; padding: 8px 11px; font-size: 12.5px; }
  .top-reload-btn { width: 28px; height: 28px; }
  h1 { margin-top: 18px; font-size: clamp(36px, 12vw, 48px); letter-spacing: -2px; }
  .lead { margin-top: 16px; font-size: 15px; line-height: 1.58; }
  .telegram-btn { height: 62px; gap: 10px; font-size: 20px; }
  .tg-plane { font-size: 24px; }
  .cta-wrap p { font-size: 12.5px; line-height: 1.45; }
  .ticker { margin-top: 22px; border-radius: 15px; }
  .ticker-track { gap: 22px; padding: 12px 14px; font-size: 13px; animation-duration: 34s; }
  .result-card, .movers-card { padding: 18px 16px; border-radius: 22px; }
  .result-number { font-size: clamp(44px, 15vw, 56px); letter-spacing: -1.5px; }
  .result-caption { font-size: 13.5px; line-height: 1.45; }
  .account-card { padding: 14px; gap: 11px; border-radius: 18px; }
  .symbol { width: 46px; height: 46px; border-radius: 14px; font-size: 17px; }
  .account-card strong { font-size: 17px; }
  .account-card b { font-size: 16px; }
  .proof-feed { padding: 15px; border-radius: 18px; }
  .feed-head { font-size: 14px; }
  .feed-item { grid-template-columns: 46px minmax(0, 1fr); gap: 10px; }
  .feed-item .time { width: 46px; height: 28px; font-size: 11px; }
  .feed-item strong { font-size: 14px; }
  .feed-item p { font-size: 12.5px; }
  .left-cta-panel { padding: 15px; border-radius: 18px; }
  .left-cta-panel strong { font-size: 16px; }
  .movers-header { align-items: flex-start; }
  #reload-btn { min-width: 68px; padding: 9px 11px; font-size: 12px; }
  .mover-row { min-height: 60px; gap: 10px; padding: 10px 11px; border-radius: 15px; }
  .logo-img, .rank-badge { width: 38px; height: 38px; }
  .rank-badge { border-radius: 13px; font-size: 13px; }
  .mover-name { font-size: 15px; }
  .mover-code { font-size: 11px; }
  .mover-price { font-size: 14px; }
  .mover-rate { font-size: 12.5px; }
  .market-pulse { gap: 8px; }
  .market-pulse span { padding: 10px 8px; }
  .trust-band { padding: 16px; border-radius: 22px; gap: 10px; }
  .trust-band div { padding: 15px; border-radius: 18px; }
  .trust-band strong { font-size: 15.5px; }
  .trust-band p { font-size: 12.5px; }
  .final h2 { font-size: clamp(26px, 8vw, 32px); }
  .telegram-btn.compact { height: 58px; font-size: 19px; }
  .sticky-cta { width: min(390px, calc(100% - 20px)); height: 54px; font-size: 16px; }
}

@media (max-width: 360px) {
  .page { padding-left: 8px; padding-right: 8px; }
  .hero-inner { padding: 20px 14px; }
  .brand-name { font-size: 21px; }
  .brand-sub { font-size: 12px; }
  h1 { font-size: 34px; letter-spacing: -1.7px; }
  .telegram-btn { height: 58px; font-size: 18px; }
  .movers-header { flex-direction: column; align-items: stretch; }
  #reload-btn { width: 100%; }
  .mover-row { grid-template-columns: 36px minmax(0, 1fr); }
  .mover-price { grid-column: 2; text-align: left; white-space: normal; }
  .logo-img, .rank-badge { width: 36px; height: 36px; }
  .feed-head { flex-direction: column; align-items: flex-start; gap: 4px; }
}
