@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;700;900&display=swap');

:root{
  --bg:#0e1018;
  --paper:#f7f0df;
  --ink:#111;
  --acid:#d7ff3f;
  --pink:#ff4fb8;
  --blue:#47d7ff;
  --red:#ff503f;
}

*{box-sizing:border-box}

html{-webkit-text-size-adjust:100%}

body{
  margin:0;
  min-height:100vh;
  font-family:Inter,system-ui,sans-serif;
  background:radial-gradient(circle at top left,#292f48,transparent 34%),linear-gradient(135deg,#0e1018,#18101d);
  color:var(--paper);
  display:grid;
  place-items:center;
  padding:18px;
  overflow-x:hidden;
}

.app{width:100%;max-width:980px}

.screen{display:none}
.screen.active{display:block}

.badge{
  display:inline-block;
  border:2px solid var(--acid);
  color:var(--acid);
  border-radius:999px;
  padding:8px 14px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
  font-size:12px;
  background:#1118;
  max-width:100%;
}

h1{
  font-family:Anton,sans-serif;
  font-size:clamp(52px,15vw,170px);
  line-height:.85;
  margin:24px 0 10px;
  text-transform:uppercase;
  letter-spacing:-.03em;
  word-break:break-word;
}
h1 span{color:var(--red);text-shadow:6px 6px 0 var(--acid)}

.subtitle{
  font-size:clamp(16px,3vw,28px);
  max-width:760px;
  line-height:1.25;
}

.primary{
  border:0;
  margin-top:22px;
  background:var(--acid);
  color:#111;
  padding:18px 28px;
  border-radius:18px;
  text-transform:uppercase;
  font-weight:900;
  font-size:18px;
  box-shadow:8px 8px 0 #000;
  cursor:pointer;
  width:100%;
  max-width:420px;
  min-height:56px;
}
.primary:hover{transform:translate(2px,2px);box-shadow:5px 5px 0 #000}

.tiny{opacity:.7;font-size:14px}

.topbar{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:18px;
}

.small{
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--acid);
}
.event-label{
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--ink);
}

h2{
  font-family:Anton,sans-serif;
  font-size:clamp(32px,8vw,86px);
  margin:4px 0;
  text-transform:uppercase;
  line-height:.95;
  word-break:break-word;
}

.round{
  background:var(--paper);
  color:#111;
  padding:12px 16px;
  border-radius:16px;
  font-weight:900;
  box-shadow:5px 5px 0 #000;
  white-space:nowrap;
}

.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:14px 0 22px;
}
.stat{
  background:#ffffff12;
  border:1px solid #ffffff22;
  border-radius:18px;
  padding:12px;
  min-width:0;
}
.stat label{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:8px;
}
.bar{height:14px;background:#000;border-radius:999px;overflow:hidden}
.bar span{
  display:block;
  height:100%;
  background:linear-gradient(90deg,var(--pink),var(--blue),var(--acid));
  width:50%;
}
.stat b{display:block;margin-top:6px}

.card{
  background:var(--paper);
  color:var(--ink);
  border-radius:28px;
  padding:28px;
  box-shadow:12px 12px 0 #000;
  position:relative;
  overflow:hidden;
  max-width:100%;
}
.card:after{
  content:"PITCH";
  position:absolute;
  right:-10px;
  bottom:-22px;
  font-family:Anton,sans-serif;
  font-size:110px;
  color:#0000000b;
  pointer-events:none;
}
.card h3{
  font-family:Anton,sans-serif;
  font-size:clamp(28px,7vw,72px);
  line-height:.95;
  margin:12px 0;
  text-transform:uppercase;
  word-break:break-word;
}
.card p{
  font-size:clamp(16px,2.5vw,20px);
  line-height:1.3;
  max-width:100%;
}

.choices{display:grid;gap:12px;margin-top:24px}

.choice{
  border:2px solid #111;
  background:white;
  border-radius:18px;
  padding:16px;
  text-align:left;
  font-weight:900;
  font-size:16px;
  cursor:pointer;
  box-shadow:5px 5px 0 #111;
  width:100%;
  max-width:100%;
  min-height:56px;
  line-height:1.3;
  overflow-wrap:break-word;
  word-break:break-word;
  white-space:normal;
  hyphens:auto;
  display:block;
}
@media(hover:hover) and (pointer:fine){
  .choice:hover{background:var(--acid)}
}
.choice:active{background:var(--acid)}
.choice.selected{background:var(--acid)}
.choice:disabled{cursor:default;opacity:1}
.choice small{display:block;margin-top:8px;font-weight:700;opacity:.7;overflow-wrap:break-word;word-break:break-word;white-space:normal}

.effect{
  min-height:28px;
  margin:18px 4px;
  font-weight:900;
  color:var(--acid);
  word-break:break-word;
}

.finalStats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:20px 0;
}
.finalStats div{
  background:#ffffff12;
  border-radius:16px;
  padding:16px;
  font-weight:900;
  min-width:0;
}

.muted{opacity:.55}

#briefIntro h2{margin-bottom:20px}

.intro-tagline{
  background:#ffffff0d;
  border:1px solid #ffffff18;
  border-radius:20px;
  padding:22px 24px;
  margin:24px 0 4px;
  font-size:clamp(15px,2.5vw,19px);
  line-height:1.55;
  color:var(--paper);
}

img,svg{max-width:100%;height:auto}

@media(max-width:768px){
  body{padding:12px}
  .stats{grid-template-columns:repeat(4,1fr);gap:6px;margin:8px 0 14px}
  .finalStats{grid-template-columns:1fr 1fr}
  .stat{padding:6px;border-radius:10px}
  .stat label{font-size:9px;margin-bottom:4px}
  .bar{height:8px}
  .stat b{font-size:11px;margin-top:3px}
  .topbar{display:flex;flex-direction:column;align-items:flex-start}
  .round{display:inline-block;margin-top:4px}
  .card{padding:14px 16px;border-radius:18px}
  .choices{gap:8px;margin-top:14px}
  .primary{max-width:100%;padding:16px 22px;font-size:16px}
  .choice{padding:11px 13px;font-size:14px;border-radius:14px;min-height:48px}
  .badge{font-size:11px;padding:7px 12px}
}

@media(max-width:480px){
  .stats{grid-template-columns:repeat(2,1fr)}
  .finalStats{grid-template-columns:1fr}
  h1{font-size:clamp(42px,16vw,80px)}
  .card{padding:12px 14px;border-radius:14px}
  .card h3{font-size:clamp(20px,7vw,34px)}
  .card p{font-size:14px;line-height:1.3}
  .choices{gap:6px;margin-top:10px}
  .choice{padding:10px 12px;font-size:13px;border-radius:12px;min-height:44px}
  .choice small{font-size:11px}
  .stat{padding:5px;border-radius:8px}
  .stat label{font-size:8px;margin-bottom:3px}
  .bar{height:6px}
  .stat b{font-size:10px;margin-top:2px}
}
