:root{
  --bg:#070b14;
  --panel:#101a2a;
  --panel2:#0e1726;
  --text:#e9f1ff;
  --muted:#9bb0d4;
  --green:#22c55e;
  --gold:#f5b52b;
  --red:#d44b4b;
  --shadow: 0 16px 50px rgba(0,0,0,.45);
  --radius:18px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 50% -220px, rgba(34,197,94,.18), transparent 60%),
    var(--bg);
}

.ribbon{
  position:sticky; top:0; z-index:50;
  background: linear-gradient(90deg, #b73232, var(--red));
  border-bottom:1px solid rgba(255,255,255,.12);
}
.ribbon__inner{
  max-width:520px;
  margin:0 auto;
  padding:10px 14px;
  display:flex; align-items:center; gap:10px;
  font-weight:900; letter-spacing:.3px;
  text-transform:uppercase;
  font-size:13px;
}
.ribbon__lock{filter: drop-shadow(0 10px 22px rgba(0,0,0,.25));}
.ribbon__text{opacity:.96}

.wrap{
  max-width:520px;
  margin:0 auto;
  padding:18px 14px 120px;
}

.hero{
  text-align:center;
  margin: 18px 0 14px;
}
.brand{
  margin:0;
  font-size:40px;
  line-height:1;
  font-weight:1000;
  letter-spacing:.6px;
}
.brand__accent{
  color:var(--green);
  text-shadow: 0 14px 40px rgba(34,197,94,.22);
}
.subtitle{
  margin:10px 0 0;
  color: rgba(245,181,43,.92);
  font-weight:800;
}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: var(--shadow);
  margin-top:14px;
}
.card--featured{
  background:
    radial-gradient(800px 330px at 50% -70px, rgba(34,197,94,.34), transparent 60%),
    linear-gradient(180deg, rgba(22,163,74,.16), rgba(255,255,255,.02));
  border:2px solid rgba(34,197,94,.34);
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background: rgba(212,75,75,.22);
  border:1px solid rgba(212,75,75,.35);
  color:#ffd2d2;
  padding:8px 10px;
  border-radius: 12px;
  font-weight:1000;
  letter-spacing:.3px;
  margin-bottom:10px;
}
.badge__icon{font-size:16px}

.title{
  margin:8px 0 8px;
  font-size:28px;
  line-height:1.12;
  font-weight:1000;
}
.desc{
  margin:0 0 14px;
  color: rgba(233,241,255,.86);
  line-height:1.55;
}

.btn{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:14px 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:1000;
  letter-spacing:.35px;
  user-select:none;
  border:1px solid rgba(255,255,255,.10);
  transition: transform .08s ease;
}
.btn:active{transform: scale(.985)}

.btn--pill{
  background: rgba(255,255,255,.96);
  color:#0b1424;
}

.miniLive{
  margin:12px 0 2px;
  background: rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.22);
  padding:12px 14px;
  border-radius:999px;
  text-align:center;
  font-weight:900;
  color: rgba(233,241,255,.92);
}

.sectionHead{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.sectionHead__left{
  display:flex;
  align-items:center;
  gap:10px;
}
.sectionHead__title{
  font-weight:1000;
  letter-spacing:.35px;
}
.sectionHead__right{
  color: rgba(155,176,212,.75);
  font-weight:900;
  font-size:13px;
}

.rows{display:flex; flex-direction:column; gap:10px;}
.row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  padding:14px;
  border-radius: 16px;
}
.row__sym{font-size:18px; font-weight:1000}
.row__gain{margin-top:4px; font-weight:1000; color:var(--green)}
.chip{
  background: rgba(34,197,94,.18);
  border:1px solid rgba(34,197,94,.35);
  color: rgba(233,241,255,.95);
  padding:10px 14px;
  border-radius: 14px;
  text-decoration:none;
  font-weight:1000;
  white-space:nowrap;
}

.footnote{
  margin:10px 2px 0;
  color: rgba(155,176,212,.65);
  font-size:12px;
  font-weight:800;
}

.commentsTitle{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:1000;
  letter-spacing:.35px;
  margin-bottom:12px;
}

.comment{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  border-left:4px solid rgba(245,181,43,.95);
  border-radius: 16px;
  padding:12px;
  margin-bottom:10px;
}
.comment__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:6px;
}
.comment__name{font-weight:1000}
.tick{color:#59d37a; margin-left:6px}
.comment__time{color: rgba(155,176,212,.75); font-weight:900; font-size:12px}
.comment p{margin:0; color: rgba(233,241,255,.88); line-height:1.55; font-weight:800}

.disclaimer{
  margin-top:12px;
  padding:12px;
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px dashed rgba(255,255,255,.16);
  color: rgba(233,241,255,.78);
  font-size:12.5px;
  line-height:1.45;
  font-weight:800;
}

.spacer{height:12px}

.sticky{
  position:fixed; left:0; right:0; bottom:0;
  padding:12px 14px 14px;
  background: linear-gradient(180deg, rgba(7,11,20,0), rgba(7,11,20,.86) 30%, rgba(7,11,20,.98));
  z-index:60;
}
.btn--cta{
  max-width:520px;
  margin:0 auto;
  background: linear-gradient(180deg, #ffcc55, var(--gold));
  color:#1b1203;
  box-shadow: 0 18px 40px rgba(245,181,43,.22);
}

@media (max-width:420px){
  .brand{font-size:36px}
  .title{font-size:26px}
}
