:root {
  --bg: #080b09;
  --panel: #111713;
  --panel-2: #0d120f;
  --green: #53fc18;
  --green-soft: rgba(83, 252, 24, .10);
  --text: #f4f7f4;
  --muted: #9eaaa2;
  --border: rgba(255,255,255,.09);
}
* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% -20%, rgba(83,252,24,.08), transparent 40%),
    linear-gradient(180deg, #09100b 0%, #070908 42%, #080a09 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button, a { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1040px, calc(100% - 32px)); margin: 0 auto; }
.topbar { min-height: 112px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; position: relative; z-index: 3; padding-top: 18px; }

.header-left { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.brand-wrap { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.creator-credit { color: #8d9891; font-size: 14px; letter-spacing: .25px; font-weight: 650; }
.creator-credit strong { color: #ff4545; font-weight: 950; text-shadow: 0 0 14px rgba(255,69,69,.22); }
.helpers-panel {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: min(760px, 72vw);
  padding: 7px 11px;
  border-radius: 10px;
  border: 1px solid rgba(83,252,24,.17);
  background: rgba(10,15,11,.72);
  box-shadow: 0 8px 22px rgba(0,0,0,.18), 0 0 18px rgba(83,252,24,.05);
}
.helpers-title { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .75px; text-transform: uppercase; white-space: nowrap; }
.helpers-list { color: #c5d0c8; font-size: 11px; line-height: 1.35; font-weight: 700; white-space: normal; }

.brand { color: #fff; text-decoration: none; font-weight: 1000; letter-spacing: -1px; font-size: 24px; }
.brand span { color: var(--green); margin-left: 5px; }
.user-box { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 14px; flex-wrap: wrap; justify-content: flex-end; padding-top: 3px; }

.side-moments {
  position: fixed;
  top: 84px;
  bottom: 10px;
  width: min(25vw, 430px);
  pointer-events: none;
  z-index: 0;
}
.side-moments-left { left: 42px; }
.side-moments-right { right: 42px; }
.side-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 22px;
  border: 2px solid rgba(83,252,24,.48);
  background: rgba(10,14,11,.8);
  box-shadow: 0 30px 70px rgba(0,0,0,.42), 0 0 0 1px rgba(83,252,24,.12), 0 0 30px rgba(83,252,24,.14);
  opacity: .96;
  animation: floatMoment 7.5s ease-in-out infinite;
  transform: rotate(var(--rot, 0deg));
}
.side-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.16) 100%);
}
.side-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.side-shot-1 { top: 2%; left: 6%; width: 88%; height: 220px; --rot: -8deg; animation-delay: 0s; }
.side-shot-2 { top: 16%; left: 22%; width: 82%; height: 220px; --rot: 6deg; animation-delay: -2.4s; }
.side-shot-3 { top: 34%; left: 4%; width: 90%; height: 238px; --rot: -5deg; animation-delay: -1.1s; }
.side-shot-4 { top: 56%; left: 26%; width: 78%; height: 200px; --rot: 7deg; animation-delay: -3.4s; }
.side-shot-5 { top: 75%; left: 6%; width: 86%; height: 206px; --rot: -7deg; animation-delay: -4.6s; }
.side-shot-6 { top: 1%; right: 8%; width: 82%; height: 198px; --rot: 8deg; animation-delay: -1.2s; }
.side-shot-7 { top: 18%; right: 0%; width: 92%; height: 240px; --rot: -6deg; animation-delay: -3.2s; }
.side-shot-8 { top: 40%; right: 23%; width: 76%; height: 192px; --rot: 5deg; animation-delay: -4.3s; }
.side-shot-9 { top: 56%; right: 2%; width: 88%; height: 198px; --rot: -5deg; animation-delay: -2.7s; }
.side-shot-10 { top: 75%; right: 23%; width: 80%; height: 182px; --rot: 7deg; animation-delay: -5.1s; }
.side-shot-11 { top: 90%; right: 6%; width: 66%; height: 156px; --rot: -4deg; animation-delay: -6s; }
.side-shot-12 { top: 90%; left: 34%; width: 72%; height: 156px; --rot: 6deg; animation-delay: -2.1s; }
.side-shot-13 { top: 109%; left: 8%; width: 94%; height: 176px; --rot: -5deg; animation-delay: -3.8s; }
.side-shot-14 { top: 104%; right: 27%; width: 78%; height: 164px; --rot: 5deg; animation-delay: -1.7s; }
.side-shot-15 { top: 121%; right: 5%; width: 90%; height: 194px; --rot: -7deg; animation-delay: -4.8s; }



.bottom-moments {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
  width: min(84vw, 1220px);
  height: 340px;
  pointer-events: none;
  z-index: 0;
}
.bottom-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 22px;
  border: 2px solid rgba(83,252,24,.44);
  background: rgba(10,14,11,.8);
  box-shadow: 0 30px 70px rgba(0,0,0,.4), 0 0 0 1px rgba(83,252,24,.1), 0 0 28px rgba(83,252,24,.12);
  opacity: .95;
  animation: floatMoment 8.6s ease-in-out infinite;
  transform: rotate(var(--rot, 0deg));
}
.bottom-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.16) 100%);
}
.bottom-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
}
.bottom-shot-1 { left: 1%; bottom: 58px; width: 24%; height: 225px; --rot: -5deg; animation-delay: -.8s; }
.bottom-shot-2 { left: 26%; bottom: 76px; width: 22%; height: 205px; --rot: 4deg; animation-delay: -2.6s; }
.bottom-shot-3 { left: 51%; bottom: 54px; width: 22%; height: 215px; --rot: -4deg; animation-delay: -4.1s; }
.bottom-shot-4 { right: 2%; bottom: 70px; width: 24%; height: 210px; --rot: 5deg; animation-delay: -1.4s; }

@keyframes floatMoment {
  0%, 100% { transform: translateY(0px) rotate(var(--rot, 0deg)); }
  35% { transform: translate(5px, -9px) rotate(calc(var(--rot, 0deg) + .8deg)); }
  70% { transform: translate(-3px, -4px) rotate(calc(var(--rot, 0deg) - .5deg)); }
}

.avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; background: #29332c; border: 1px solid var(--border); flex: 0 0 auto; }
.panel {
  z-index: 1;
  background: linear-gradient(145deg, rgba(22, 30, 24, .95), rgba(11, 15, 12, .97));
  border: 1px solid var(--border);
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  border-radius: 26px;
  padding: clamp(24px, 5vw, 56px);
  margin: 35px auto;
  position: relative;
  overflow: hidden;
}
.hero { min-height: 560px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero:after { content:"?"; position:absolute; right:2%; bottom:-26%; font-weight:1000; font-size:min(44vw,430px); line-height:1; color:rgba(83,252,24,.035); pointer-events:none; }
.eyebrow { color: var(--green); font-weight: 900; letter-spacing: 1.8px; font-size: 12px; }
h1 { font-size: clamp(42px, 7vw, 78px); letter-spacing: -4px; line-height: .98; max-width: 850px; margin: 14px 0 20px; }
h1 span, h2 span { color: var(--green); }
h2 { font-size: clamp(30px, 5vw, 46px); margin: 7px 0; letter-spacing: -2px; }
.hero p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 700px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.hero-actions.center { justify-content: center; }
.btn { border: 0; border-radius: 13px; min-height: 48px; padding: 0 20px; font-weight: 850; transition: .18s ease; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.btn:hover { transform: translateY(-2px); }
.primary { background: var(--green); color: #071006; box-shadow: 0 8px 30px rgba(83,252,24,.13); }
.primary:hover { background: #6bff38; }
.ghost { color: #fff; background: rgba(255,255,255,.055); border: 1px solid var(--border); }
.small { min-height: 40px; }
.features { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 17px; color: #b3c0b7; font-size: 13px; }


.warning-box { margin-top: 22px; max-width: 760px; padding: 14px 16px; border: 1px solid rgba(83,252,24,.16); border-radius: 14px; color: #b9c6bd; background: rgba(83,252,24,.045); font-size: 13px; line-height: 1.55; }
.warning-box strong { color: #e9f3eb; }
.hidden { display: none !important; }
.quiz-head, .section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.counter { background: rgba(83,252,24,.08); color: var(--green); border: 1px solid rgba(83,252,24,.17); border-radius: 999px; padding: 8px 13px; font-weight: 900; }
.quiz-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.timer-pill {
  min-width: 82px;
  text-align: center;
  background: rgba(83,252,24,.08);
  color: #e9ffe2;
  border: 1px solid rgba(83,252,24,.24);
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  letter-spacing: .4px;
  box-shadow: 0 0 22px rgba(83,252,24,.07);
}
.progress { margin: 24px 0 38px; height: 7px; border-radius: 20px; background: rgba(255,255,255,.07); overflow: hidden; }
#progressBar { height: 100%; width: 0; background: var(--green); transition: width .25s ease; }
.question-text { font-size: clamp(24px, 4vw, 38px); line-height: 1.22; font-weight: 900; letter-spacing: -1.2px; margin-bottom: 28px; }
.question-text u { text-decoration-thickness: 3px; text-decoration-color: var(--green); text-underline-offset: 5px; }
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.option { text-align: left; color: #e9efeb; padding: 18px; min-height: 72px; background: rgba(255,255,255,.045); border: 1px solid var(--border); border-radius: 15px; font-weight: 750; transition: .18s ease; }
.option:hover { border-color: rgba(83,252,24,.35); background: rgba(83,252,24,.055); }
.option.selected { border-color: var(--green); background: rgba(83,252,24,.10); box-shadow: inset 0 0 0 1px rgba(83,252,24,.25); }
.option .letter { width: 28px; height: 28px; margin-right: 10px; display: inline-flex; align-items:center; justify-content:center; border-radius:8px; background: rgba(255,255,255,.07); }
.option.selected .letter { color:#081107; background: var(--green); }
.quiz-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 36px; }
.result { text-align: center; }
.trophy { font-size: 62px; margin-bottom: 14px; }
#resultScore { font-size: clamp(50px, 9vw, 92px); color: var(--green); }
#resultText { color: var(--muted); font-size: 17px; }
.result-time {
  margin: 12px auto 0;
  color: #d8ffd0;
  font-size: 15px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}
.rank-pill { display: inline-flex; margin-top: 16px; border: 1px solid rgba(83,252,24,.2); border-radius: 999px; padding: 10px 16px; color: #d8ffd0; background: rgba(83,252,24,.07); font-weight: 800; }
.ranking-note { color: #c9d5cc; font-size: 12px; margin-top: 7px; }
.ranking-count { color: var(--muted); font-size: 13px; margin-top: 5px; }
.leaderboard { margin-top: 28px; }
.row { display: grid; grid-template-columns: 60px 1fr 120px; align-items: center; gap: 12px; padding: 14px 8px; border-bottom: 1px solid var(--border); border-radius: 12px; }
.row.me { background: rgba(83,252,24,.06); box-shadow: inset 0 0 0 1px rgba(83,252,24,.13); }
.place { font-weight: 950; color: #c4cdc7; text-align: center; }
.row:nth-child(1) .place { color: #ffd84d; font-size: 21px; }
.row:nth-child(2) .place { color: #d6dce1; font-size: 19px; }
.row:nth-child(3) .place { color: #d28a55; font-size: 18px; }
.person { display: flex; align-items: center; gap: 11px; min-width: 0; }
.person strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.you-badge { font-size: 10px; line-height: 1; padding: 5px 7px; border-radius: 999px; color: #071006; background: var(--green); font-weight: 1000; }
.score { text-align: right; display: flex; flex-direction: column; align-items: flex-end; line-height: 1.05; }
.score strong { color: var(--green); font-size: 16px; }
.score span { color: var(--muted); font-size: 11px; margin-top: 4px; }
.score .time-score { color: #cfe8c8; font-size: 11px; font-variant-numeric: tabular-nums; }
.empty { color: var(--muted); text-align: center; padding: 40px 0; }
.footer { text-align:center; color:#66736a; font-size:12px; padding: 20px 0 45px; }
.glow { position: fixed; width: 350px; height: 350px; filter: blur(120px); border-radius: 50%; z-index: -1; opacity: .12; background: var(--green); }
.glow-one { left: -150px; top: 120px; }
.glow-two { right: -170px; bottom: 0; }
.btn.disabled, .btn:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.media-card { margin: 0 0 28px; border-radius: 18px; overflow: hidden; border: 1px solid var(--border); background: #050705; }
.media-card:not(.x-card) { aspect-ratio: 16 / 9; }
.twitch-clip { width: 100%; height: 100%; border: 0; display: block; }
.x-card { padding: 14px; min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.x-card .twitter-tweet { width: 100% !important; margin: 0 auto !important; }
.media-fallback { margin-top: 10px; color: var(--green); text-decoration: none; font-size: 13px; font-weight: 800; }
.media-fallback:hover { text-decoration: underline; }

@media (max-width: 1200px) {
  .side-moments, .bottom-moments { display: none; }
  .wrap { width: min(1040px, calc(100% - 28px)); }
}

@media (max-width: 680px) {
  .topbar { min-height: 92px; padding-top: 14px; }
  .helpers-panel { display: none; }
  .creator-credit { display: none; }
  .panel {
  z-index: 1; border-radius: 20px; margin-top: 18px; }
  .hero { min-height: 500px; }
  h1 { letter-spacing: -2.5px; }
  .options { grid-template-columns: 1fr; }
  .row { grid-template-columns: 42px 1fr 72px; }
  .features { gap: 10px; flex-direction: column; }
  .quiz-nav .btn { flex: 1; padding-left: 12px; padding-right: 12px; }
  .quiz-meta { justify-content: flex-start; }
  .section-head { align-items: flex-start; }
}

.answers-review {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid var(--border);
  text-align: left;
}
.answers-review-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.answers-review-head h3 {
  margin: 6px 0 0;
  font-size: clamp(26px, 4vw, 38px);
  letter-spacing: -1.5px;
}
.review-summary {
  flex: 0 0 auto;
  color: var(--green);
  border: 1px solid rgba(83,252,24,.2);
  background: rgba(83,252,24,.06);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 900;
}
.review-answers {
  display: grid;
  gap: 12px;
}
.review-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  border: 1px solid var(--border);
}
.review-card.review-correct {
  border-color: rgba(83,252,24,.2);
  background: rgba(83,252,24,.035);
}
.review-card.review-wrong {
  border-color: rgba(255,92,92,.18);
}
.review-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #081107;
  background: var(--green);
  font-size: 13px;
  font-weight: 1000;
}
.review-question {
  margin-bottom: 13px;
  color: #f0f5f1;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 850;
}
.review-question u {
  text-decoration-thickness: 2px;
  text-decoration-color: var(--green);
  text-underline-offset: 3px;
}
.review-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.45;
  font-size: 13px;
}
.review-line + .review-line { margin-top: 6px; }
.review-label {
  min-width: 68px;
  color: var(--muted);
  font-weight: 750;
}
.correct-line strong { color: #cfffbe; }
.your-correct { color: #bfeeb4; }
.your-wrong { color: #ff9c9c; }
.review-status { font-weight: 1000; }

@media (max-width: 680px) {
  .answers-review-head { align-items: flex-start; flex-direction: column; }
  .review-card { grid-template-columns: 38px minmax(0, 1fr); padding: 14px; }
  .review-number { width: 34px; height: 34px; border-radius: 10px; }
  .review-label { min-width: 58px; }
}
