
:root {
  --bg: #fbf8ff;
  --paper: #ffffff;
  --ink: #15051f;
  --muted: #706079;
  --purple: #7b2cff;
  --purple-2: #b56cff;
  --purple-dark: #33056f;
  --cyan: #18d6ff;
  --green: #18f59f;
  --lime: #b8ff2c;
  --pink: #ff4fd8;
  --yellow: #ffe15c;
  --red: #ff335f;
  --soft: #f1e7ff;
  --line: #eadcff;
  --shadow: 0 26px 80px rgba(52, 6, 111, 0.18);
  --radius: 30px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(123, 44, 255, .22), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(24, 214, 255, .18), transparent 26%),
    radial-gradient(circle at 50% 102%, rgba(255, 79, 216, .12), transparent 33%),
    linear-gradient(180deg, #fff 0%, var(--bg) 40%, #fff 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(123,44,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123,44,255,.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 34px)); margin: 0 auto; }
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .76);
  border-bottom: 1px solid rgba(234,220,255,.82);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 1000; letter-spacing: -.055em; }
.logo {
  width: 46px; height: 46px; display: grid; place-items: center; color: #fff;
  border-radius: 17px;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.26), transparent 32%), linear-gradient(135deg, var(--purple), var(--purple-dark));
  box-shadow: 0 15px 34px rgba(123,44,255,.36);
  transform: rotate(-3deg);
}
.navlinks { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 900; }
.navlinks a:hover { color: var(--purple); }
.btn {
  border: 0; border-radius: 999px; padding: 14px 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  cursor: pointer; white-space: nowrap; font-weight: 1000; transition: .18s ease;
}
.btn:disabled { opacity: .58; cursor: not-allowed; transform: none !important; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--purple), var(--pink)); box-shadow: 0 20px 40px rgba(123,44,255,.28); }
.btn-primary:hover { transform: translateY(-2px) rotate(-1deg); box-shadow: 0 25px 52px rgba(123,44,255,.36); }
.btn-soft { color: var(--purple-dark); background: var(--soft); border: 1px solid rgba(123,44,255,.12); }
.btn-ghost { background: #fff; color: var(--purple-dark); border: 1px solid var(--line); }
.hero { padding: 70px 0 34px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.eyebrow {
  width: fit-content; display: flex; align-items: center; gap: 10px;
  padding: 9px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line);
  color: var(--purple-dark); font-size: 13px; font-weight: 1000; box-shadow: 0 12px 32px rgba(52,6,111,.08); margin-bottom: 20px;
}
.live-dot { width: 10px; height: 10px; border-radius: 99px; background: var(--red); box-shadow: 0 0 0 7px rgba(255,51,95,.13); }
h1 { font-size: clamp(48px, 7vw, 92px); line-height: .86; letter-spacing: -.085em; margin: 0 0 22px; }
.gradient { color: transparent; background: linear-gradient(135deg, var(--purple-dark), var(--purple), var(--pink), var(--cyan)); -webkit-background-clip: text; background-clip: text; }
.lead { max-width: 690px; margin: 0 0 28px; color: var(--muted); font-size: 20px; line-height: 1.56; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; max-width: 760px; }
.stat { background: rgba(255,255,255,.84); border: 1px solid var(--line); border-radius: 22px; padding: 15px; box-shadow: 0 13px 34px rgba(52,6,111,.07); }
.stat b { display: block; font-size: 24px; letter-spacing: -.055em; margin-bottom: 2px; }
.stat span { color: var(--muted); font-size: 12.5px; font-weight: 900; line-height: 1.22; }
.hero-card { background: rgba(255,255,255,.9); border: 1px solid rgba(234,220,255,.95); box-shadow: var(--shadow); border-radius: 38px; padding: 20px; position: relative; overflow: hidden; }
.hero-card::before {
  content: "SOLANA BOX"; position: absolute; top: 14px; right: -50px; transform: rotate(28deg);
  background: var(--yellow); color: #2a1142; font-size: 12px; font-weight: 1000; letter-spacing: .08em; padding: 8px 58px; z-index: 4;
}
.ticket {
  min-height: 440px; border-radius: 32px; color: #fff; padding: 26px; overflow: hidden; position: relative;
  background: radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 30%),
              radial-gradient(circle at 14% 86%, rgba(24,245,159,.18), transparent 28%),
              linear-gradient(150deg, #17042f 0%, #6014df 52%, #ff4fd8 100%);
}
.ticket::before { content:""; position:absolute; right:-80px; bottom:-86px; width:285px; height:285px; border:43px solid rgba(255,255,255,.08); border-radius:78px; transform:rotate(18deg); }
.ticket-top { position: relative; z-index:2; display:flex; justify-content:space-between; gap:14px; align-items:flex-start; }
.tag { padding:8px 12px; border-radius:999px; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.24); font-size:12px; font-weight:1000; }
.ticket h2 { position:relative; z-index:2; margin:34px 0 12px; font-size:46px; line-height:.92; letter-spacing:-.07em; }
.ticket p { position:relative; z-index:2; margin:0; color:rgba(255,255,255,.82); line-height:1.55; font-weight:700; }
.ticket-grid { position:relative; z-index:2; display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:28px; }
.ticket-metric { border-radius:20px; padding:16px; background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.23); }
.ticket-metric b { display:block; font-size:24px; letter-spacing:-.045em; margin-bottom:3px; }
.ticket-metric span { color:rgba(255,255,255,.74); font-size:12px; font-weight:900; }
section { padding: 54px 0; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:26px; }
.section-head h2 { margin:0; font-size:clamp(32px,4.2vw,54px); line-height:.94; letter-spacing:-.075em; }
.section-head p { max-width:580px; margin:0; color:var(--muted); line-height:1.56; font-weight:700; }
.live-banner { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px; padding:18px; border-radius:28px; background:#fff; border:1px solid var(--line); box-shadow:0 18px 46px rgba(52,6,111,.09); margin-bottom:20px; }
.banner-icon { width:58px; height:58px; border-radius:22px; display:grid; place-items:center; color:#fff; background:linear-gradient(135deg,var(--red),var(--pink)); box-shadow:0 16px 34px rgba(255,51,95,.22); font-weight:1000; font-size:20px; }
.live-banner h3 { margin:0 0 4px; font-size:23px; letter-spacing:-.048em; }
.live-banner p { margin:0; color:var(--muted); line-height:1.45; font-weight:720; }
.tiers { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.tier { background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:0 18px 46px rgba(52,6,111,.08); position:relative; overflow:hidden; }
.tier.featured { border-color:rgba(123,44,255,.36); box-shadow:0 24px 66px rgba(123,44,255,.16); }
.tier.featured::before { content:"START HERE"; position:absolute; top:19px; right:-48px; transform:rotate(34deg); background:var(--lime); color:#1d112c; padding:7px 52px; font-size:11px; font-weight:1000; letter-spacing:.04em; }
.tier.aggressive::before { content:"DEGEN"; position:absolute; top:20px; right:-35px; transform:rotate(34deg); background:var(--red); color:#fff; padding:7px 45px; font-size:11px; font-weight:1000; letter-spacing:.06em; }
.tier h3 { margin:0 0 8px; font-size:29px; letter-spacing:-.06em; }
.tier p { margin:0; color:var(--muted); line-height:1.45; font-weight:700; }
.price { display:flex; align-items:baseline; gap:8px; margin:18px 0 19px; }
.price strong { font-size:49px; letter-spacing:-.085em; }
.price span { color:var(--muted); font-weight:950; }
.pills { display:grid; gap:9px; margin:20px 0; }
.pill, .summary-row { display:flex; justify-content:space-between; gap:12px; padding:11px 13px; border-radius:15px; background:#faf7ff; border:1px solid var(--line); color:var(--muted); font-weight:900; font-size:14px; }
.pill b, .summary-row b { color:var(--ink); text-align:right; }
.split { margin-top:18px; padding-top:16px; border-top:1px dashed rgba(123,44,255,.24); }
.split-title { display:flex; align-items:center; gap:8px; margin-bottom:11px; font-size:13px; color:var(--purple-dark); font-weight:1000; text-transform:uppercase; letter-spacing:.06em; }
.split-row { display:flex; justify-content:space-between; gap:12px; padding:9px 0; border-bottom:1px solid rgba(234,220,255,.72); color:var(--muted); font-size:14px; font-weight:850; }
.split-row:last-child { border-bottom:0; }
.split-row b { color:var(--ink); text-align:right; }
.payment-panel, .content-card { background:var(--paper); border:1px solid var(--line); border-radius:38px; padding:22px; box-shadow:var(--shadow); }
.lab-top { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; margin-bottom:18px; }
.tabs { display:flex; gap:4px; padding:5px; border-radius:999px; background:#f5edff; }
.tab { border:0; background:transparent; padding:11px 17px; border-radius:999px; color:var(--purple-dark); font-weight:1000; cursor:pointer; }
.tab.active { background:#fff; box-shadow:0 10px 24px rgba(52,6,111,.1); }
.pay-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:18px; align-items:start; }
.round-card { display:grid; grid-template-columns:1fr auto; gap:18px; align-items:center; border-radius:24px; background:#faf7ff; border:1px solid var(--line); padding:16px; margin-bottom:18px; }
.round-meta { display:flex; justify-content:space-between; gap:12px; margin-bottom:9px; color:var(--muted); font-weight:920; font-size:13px; }
.bar { height:12px; border-radius:999px; background:#eadcff; overflow:hidden; position:relative; }
.bar i { display:block; width:0%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--purple),var(--cyan),var(--green)); }
.selected-panel { min-width:210px; text-align:right; }
.selected-panel span { color:var(--muted); font-size:13px; font-weight:900; }
.selected-panel b { display:block; font-size:28px; letter-spacing:-.058em; }
.grid { display:grid; grid-template-columns:repeat(10,1fr); gap:8px; }
.box { aspect-ratio:1/1; border-radius:15px; border:1px solid var(--line); background:#fff; color:var(--purple-dark); cursor:pointer; font-weight:1000; transition:.14s ease; position:relative; }
.box:hover { transform:translateY(-2px) rotate(-1deg); border-color:var(--purple); box-shadow:0 14px 28px rgba(123,44,255,.15); }
.box.selected { color:#fff; background:linear-gradient(135deg,var(--purple),var(--pink)); box-shadow:0 16px 34px rgba(123,44,255,.28); }
.box.sold { color:#93859d; background:#f0ebf5; border-color:#ded2e9; cursor:not-allowed; text-decoration:line-through; box-shadow:none; }
.box.sold:hover { transform:none; box-shadow:none; border-color:#ded2e9; }
.legend { display:flex; flex-wrap:wrap; gap:12px; margin-top:15px; }
.legend span { display:inline-flex; align-items:center; gap:7px; color:var(--muted); font-size:13px; font-weight:900; }
.legend i { width:13px; height:13px; border-radius:5px; border:1px solid var(--line); background:#fff; }
.legend .l-selected { border-color:transparent; background:var(--purple); }
.legend .l-sold { background:#f0ebf5; border-color:#ded2e9; }
.checkout { background:#faf7ff; border:1px solid var(--line); border-radius:28px; padding:20px; position:sticky; top:96px; }
.checkout h3 { margin:0 0 12px; font-size:30px; letter-spacing:-.06em; }
.summary { display:grid; gap:10px; margin-bottom:16px; }
.wallet-address { font-size:12px; line-height:1.35; max-width:210px; }
.memo-box { padding:13px; border-radius:16px; background:#1e0b34; color:#fff; font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size:12px; line-height:1.45; word-break:break-all; margin-bottom:14px; }
.checkout-actions { display:grid; gap:10px; }
.status { margin-top:14px; border-radius:18px; padding:13px; background:#fff; border:1px solid var(--line); color:var(--muted); line-height:1.45; font-size:13px; font-weight:800; min-height:46px; }
.status.success { color:#075e3e; background:#effff8; border-color:#baf4da; }
.status.error { color:#8a1230; background:#fff2f6; border-color:#ffd1de; }
.status a { color:var(--purple); font-weight:1000; text-decoration:underline; }
.notice { margin-top:16px; border-radius:23px; background:#fffdf2; border:1px solid #f9e5a5; color:#745000; padding:15px 16px; line-height:1.45; font-size:14px; font-weight:820; }
.danger { margin-top:12px; border-radius:23px; background:#fff2f6; border:1px solid #ffd1de; color:#84142b; padding:15px 16px; line-height:1.45; font-size:14px; font-weight:870; }
.how, .content-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.step, .info-box { background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:22px; box-shadow:0 16px 42px rgba(52,6,111,.07); }
.num { width:46px; height:46px; border-radius:16px; display:grid; place-items:center; background:var(--soft); color:var(--purple); font-weight:1000; margin-bottom:18px; }
.step h3, .info-box h3 { margin:0 0 9px; letter-spacing:-.04em; font-size:21px; }
.step p, .info-box p { margin:0; color:var(--muted); line-height:1.5; font-weight:700; font-size:14px; }
.rules { display:grid; grid-template-columns:.9fr 1.1fr; gap:18px; align-items:stretch; }
.rule-card { background:var(--paper); border:1px solid var(--line); border-radius:34px; padding:26px; box-shadow:0 18px 46px rgba(52,6,111,.08); }
.rule-card h3 { margin:0 0 16px; font-size:31px; letter-spacing:-.06em; }
.rule-card ul { margin:0; padding-left:19px; color:var(--muted); line-height:1.78; font-weight:740; }
.economy { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.eco { border-radius:21px; padding:18px; background:#faf7ff; border:1px solid var(--line); }
.eco span { color:var(--muted); font-size:13px; font-weight:900; }
.eco b { display:block; margin-top:4px; font-size:29px; letter-spacing:-.06em; }
.wallet-warning { border-radius:36px; padding:30px; color:#fff; background:radial-gradient(circle at 88% 16%, rgba(255,255,255,.19), transparent 30%), linear-gradient(135deg, #20053e, #7b2cff 58%, #ff4fd8); box-shadow:var(--shadow); position:relative; overflow:hidden; }
.wallet-warning::after { content:"NO CEX"; position:absolute; right:-24px; bottom:18px; transform:rotate(-9deg); font-size:70px; font-weight:1000; letter-spacing:-.08em; color:rgba(255,255,255,.09); pointer-events:none; }
.wallet-warning h2 { margin:0 0 12px; font-size:clamp(32px,4vw,52px); letter-spacing:-.074em; line-height:.95; position:relative; z-index:2; }
.wallet-warning p { max-width:840px; color:rgba(255,255,255,.86); line-height:1.62; font-size:17px; font-weight:720; margin:0; position:relative; z-index:2; }
.wallet-warning strong { color:#fff; }
.seo-article { display:grid; grid-template-columns:1fr .38fr; gap:22px; align-items:start; }
.seo-article h2 { font-size:clamp(30px,4vw,50px); letter-spacing:-.065em; line-height:.96; margin:0 0 16px; }
.seo-article p { color:var(--muted); line-height:1.72; font-size:17px; font-weight:650; }
.seo-list { color:var(--muted); line-height:1.82; font-weight:700; }
.link-cloud { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:16px; }
.link-cloud a { padding:11px 12px; border-radius:15px; background:#faf7ff; border:1px solid var(--line); color:var(--purple-dark); font-weight:900; font-size:13px; }
.footer-seo { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:24px; }
.footer-seo a { color:var(--muted); font-size:13px; font-weight:800; line-height:1.35; }
.footer-seo a:hover { color:var(--purple); }
footer { padding:42px 0 60px; color:var(--muted); font-size:13px; line-height:1.6; }
.foot { border-top:1px solid var(--line); padding-top:24px; display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
@media (max-width: 1000px) {
  .hero, .rules, .pay-layout, .seo-article { grid-template-columns:1fr; }
  .checkout { position:static; }
  .tiers, .how, .content-grid { grid-template-columns:1fr 1fr; }
  .stats { grid-template-columns:repeat(2,1fr); }
  .navlinks { display:none; }
  .section-head { display:block; }
  .section-head p { margin-top:12px; }
  .live-banner { grid-template-columns:auto 1fr; }
  .live-banner .btn { grid-column:1 / -1; }
  .footer-seo, .link-cloud { grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 640px) {
  .wrap { width:min(100% - 24px, 1180px); }
  .hero { padding-top:42px; }
  .tiers, .how, .stats, .ticket-grid, .economy, .content-grid { grid-template-columns:1fr; }
  .grid { grid-template-columns:repeat(5,1fr); }
  .round-card { grid-template-columns:1fr; }
  .selected-panel { text-align:left; }
  .brand { font-size:19px; }
  .nav .btn { display:none; }
  .tabs { width:100%; overflow-x:auto; }
  h1 { font-size:50px; }
  .wallet-address { max-width:none; }
  .footer-seo, .link-cloud { grid-template-columns:1fr 1fr; }
}


/* V7 payment UX fixes */
.summary-row {
  align-items: flex-start;
  min-width: 0;
  overflow: hidden;
}
.summary-row span {
  flex: 0 0 auto;
}
.summary-row b {
  min-width: 0;
}
.wallet-address {
  display: block;
  max-width: 100% !important;
  overflow-wrap: anywhere;
  word-break: break-all;
  white-space: normal;
  text-align: right;
  line-height: 1.35;
}
.payment-detail {
  margin: 12px 0 14px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
}
.payment-detail strong {
  display: block;
  font-size: 14px;
  color: var(--purple-dark);
  margin-bottom: 6px;
}
.payment-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}
.payment-detail code {
  color: var(--ink);
  font-weight: 900;
  word-break: break-all;
}
.btn-solpay {
  color: #15051f;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  box-shadow: 0 16px 30px rgba(24, 214, 255, .18);
}
@media (max-width: 640px) {
  .summary-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .summary-row b,
  .wallet-address {
    text-align: left;
  }
}


/* V8 Solana Pay primary flow */
.btn-pay-primary {
  color: #15051f;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  box-shadow: 0 18px 38px rgba(24, 214, 255, .22);
}
.btn-pay-primary:hover {
  transform: translateY(-2px) rotate(-1deg);
  box-shadow: 0 24px 52px rgba(24, 214, 255, .28);
}
.btn-advanced {
  background: #fff;
  color: var(--purple-dark);
  border: 1px dashed rgba(123,44,255,.35);
}
.payment-warning-small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}


/* V9 optional direct transfer card */
.direct-transfer-card {
  margin: 14px 0;
  padding: 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(24, 214, 255, .12), transparent 30%),
    #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(52, 6, 111, .06);
}
.direct-transfer-card h4 {
  margin: 0 0 8px;
  color: var(--purple-dark);
  font-size: 18px;
  letter-spacing: -.035em;
}
.direct-transfer-card p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.48;
  font-size: 13px;
  font-weight: 800;
}
.direct-transfer-grid {
  display: grid;
  gap: 9px;
}
.direct-transfer-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 11px;
  border-radius: 15px;
  background: #faf7ff;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 900;
}
.direct-transfer-row span {
  color: var(--muted);
}
.direct-transfer-row code {
  color: var(--ink);
  word-break: break-all;
  overflow-wrap: anywhere;
  line-height: 1.35;
}
.direct-transfer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 11px;
}
.direct-transfer-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #effff8;
  color: #075e3e;
  border: 1px solid #baf4da;
  font-size: 12px;
  font-weight: 1000;
}
@media (max-width: 640px) {
  .direct-transfer-row {
    grid-template-columns: 1fr;
  }
  .direct-transfer-actions {
    grid-template-columns: 1fr;
  }
}


/* V10 live + results page */
.section-head-live { align-items: flex-start; }
.section-head code { padding: 2px 6px; border-radius: 8px; background: #f5edff; color: var(--purple-dark); font-weight: 900; }
.live-eyebrow { margin-bottom: 12px; }
.live-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; align-items: stretch; }
.live-player-card, .live-side-card, .result-card, .results-note-card { background: var(--paper); border: 1px solid var(--line); border-radius: 34px; box-shadow: var(--shadow); }
.live-player-card { padding: 18px; overflow: hidden; }
.live-player-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.live-player-top h3, .live-side-card h3, .result-card h3 { margin: 4px 0 0; letter-spacing: -.058em; line-height: 1; }
.live-player-top h3 { font-size: 30px; }
.live-kicker { display: inline-flex; width: fit-content; padding: 7px 10px; border-radius: 999px; background: #fff2f6; color: #8a1230; border: 1px solid #ffd1de; font-size: 12px; font-weight: 1000; letter-spacing: .06em; }
.live-frame-shell { position: relative; overflow: hidden; border-radius: 26px; background: #130620; border: 1px solid rgba(123,44,255,.22); aspect-ratio: 16 / 9; }
.live-frame-shell iframe, .live-frame-shell video { width: 100%; height: 100%; border: 0; display: block; background: #130620; }
.live-fallback { margin: 12px 2px 0; color: var(--muted); line-height: 1.45; font-size: 13px; font-weight: 800; }
.live-embed-card { min-height: 100%; display: grid; place-items: center; text-align: center; padding: 34px 22px; color: #fff; background: radial-gradient(circle at 50% 18%, rgba(255,79,216,.24), transparent 33%), linear-gradient(135deg, #130620, #2a0947 52%, #08030f); }
.live-embed-card h4 { margin: 14px 0 8px; font-size: 34px; line-height: 1; letter-spacing: -.06em; color: #fff; }
.live-embed-card p { max-width: 560px; margin: 0 auto; color: rgba(255,255,255,.76); font-weight: 800; line-height: 1.5; }
.live-embed-icon { width: 78px; height: 78px; border-radius: 26px; display: grid; place-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 20px 56px rgba(0,0,0,.22); font-size: 34px; }
.live-embed-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.live-embed-actions .btn { min-width: 150px; }
.live-provider-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; max-width: 560px; margin: 18px auto 0; }
.live-provider-grid span { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 14px; padding: 9px 10px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 900; }

.live-side-card { padding: 22px; background: radial-gradient(circle at 88% 6%, rgba(255,79,216,.12), transparent 30%), #fff; }
.live-side-card h3 { font-size: 36px; margin-top: 12px; }
.live-side-card p { color: var(--muted); line-height: 1.55; font-weight: 800; }
.live-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.live-mini-grid div, .result-facts div { border-radius: 17px; padding: 12px; background: #faf7ff; border: 1px solid var(--line); min-width: 0; }
.live-mini-grid span, .result-facts span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; margin-bottom: 3px; }
.live-mini-grid b, .result-facts b { display: block; color: var(--ink); font-size: 16px; letter-spacing: -.03em; overflow-wrap: anywhere; }
.live-progress { margin: 14px 0; }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.results-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.result-card { padding: 22px; position: relative; overflow: hidden; }
.result-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--purple), var(--pink), var(--cyan)); }
.result-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.result-card-top span { color: var(--purple-dark); font-weight: 1000; font-size: 13px; letter-spacing: .04em; }
.result-card-top b { padding: 7px 10px; border-radius: 999px; background: #effff8; color: #075e3e; border: 1px solid #baf4da; font-size: 12px; }
.result-card h3 { font-size: 26px; }
.result-card p { color: var(--muted); line-height: 1.45; font-weight: 800; margin: 10px 0 14px; }
.result-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 14px; }
.winner-list { display: grid; gap: 8px; }
.winner-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid rgba(234,220,255,.76); }
.winner-row b { color: var(--purple-dark); font-size: 18px; }
.winner-row span { display: block; color: var(--muted); font-size: 12px; font-weight: 900; overflow-wrap: anywhere; }
.winner-row a { color: var(--purple); font-weight: 1000; text-decoration: underline; }
.winner-empty { border-radius: 18px; background: #fffdf2; border: 1px solid #f9e5a5; color: #745000; padding: 13px; line-height: 1.45; font-size: 13px; font-weight: 850; }
.winner-empty code { color: #4b3300; font-weight: 1000; }
.results-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.results-note-card { padding: 24px; margin-top: 18px; color: var(--muted); line-height: 1.6; font-weight: 780; }
.results-note-card h3 { margin: 0 0 8px; color: var(--ink); font-size: 28px; letter-spacing: -.055em; }
.results-note-card code { background: #f5edff; color: var(--purple-dark); padding: 2px 6px; border-radius: 8px; font-weight: 1000; }
@media (max-width: 1000px) {
  .live-layout { grid-template-columns: 1fr; }
  .results-grid, .results-page-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .live-player-top { display: grid; }
  .live-frame-shell { aspect-ratio: 9 / 12; }
  .live-provider-grid { grid-template-columns: 1fr; }
  .live-embed-card h4 { font-size: 28px; }
  .live-mini-grid, .result-facts, .results-grid, .results-page-grid { grid-template-columns: 1fr; }
}
