.cfv5-shell{display:grid;gap:18px}
.cfv5-grid{display:grid;gap:18px}
.cfv5-grid-2{grid-template-columns:repeat(2,1fr)}
.cfv5-grid-3{grid-template-columns:repeat(3,1fr)}
.cfv5-grid-4{grid-template-columns:repeat(4,1fr)}
.cfv5-card{background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:20px;box-shadow:0 16px 38px rgba(0,0,0,.2)}
.cfv5-hero{display:flex;align-items:center;gap:18px}
.cfv5-hero img{width:90px}
.cfv5-big{font-size:2.25rem;font-weight:900}
.cfv5-list{margin:0;padding-left:18px}
.cfv5-btn{background:linear-gradient(135deg,#ffbd12,#ff7d1f);color:#2b1200;border:0;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer}
.cfv5-btn.alt{background:linear-gradient(135deg,#56d8ff,#93ffcb);color:#03222f}
.cfv5-output{margin-top:14px;padding:14px 16px;border-radius:18px;background:rgba(0,0,0,.18);min-height:48px;white-space:pre-wrap}
.cfv5-wheel{display:flex;align-items:center;justify-content:center;min-height:160px;border-radius:22px;background:linear-gradient(135deg,#311f79,#183b66);font-size:1.35rem;font-weight:900;padding:16px;text-align:center}
.cfv5-prose h2,.cfv5-prose h3{margin-bottom:8px}
@media (max-width:960px){.cfv5-grid-2,.cfv5-grid-3,.cfv5-grid-4{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.cfv5-grid-2,.cfv5-grid-3,.cfv5-grid-4{grid-template-columns:1fr}}



.cfv5-team-board{
  position:relative;
  min-height:640px;
  border-radius:28px;
  overflow:hidden;
  border:6px solid rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.08);
}
.cfv5-team-board.football{
  background:linear-gradient(180deg,#1f9748,#146a35);
}
.cfv5-team-board.football:before{
  content:"";
  position:absolute;
  inset:18px;
  border:3px solid rgba(255,255,255,.75);
  border-radius:12px;
}
.cfv5-team-board.football:after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:50%;
  height:3px;
  transform:translateY(-50%);
  background:rgba(255,255,255,.75);
}
.cfv5-team-board .center-circle{
  position:absolute;
  left:50%;
  top:50%;
  width:110px;
  height:110px;
  transform:translate(-50%,-50%);
  border:3px solid rgba(255,255,255,.75);
  border-radius:50%;
}
.cfv5-team-board .box-top, .cfv5-team-board .box-bottom{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:42%;
  height:110px;
  border:3px solid rgba(255,255,255,.75);
}
.cfv5-team-board .box-top{
  top:18px;
  border-bottom:none;
  border-radius:0 0 18px 18px;
}
.cfv5-team-board .box-bottom{
  bottom:18px;
  border-top:none;
  border-radius:18px 18px 0 0;
}

.cfv5-team-board.basketball{
  min-height:640px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.06), transparent 18%),
    linear-gradient(180deg,#c9894a,#a66831);
}
.cfv5-team-board.basketball:before{
  content:"";
  position:absolute;
  inset:18px;
  border:3px solid rgba(255,255,255,.72);
  border-radius:12px;
}
.cfv5-team-board.basketball:after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:50%;
  height:3px;
  transform:translateY(-50%);
  background:rgba(255,255,255,.72);
}
.cfv5-team-board .court-circle{
  position:absolute;
  left:50%;
  top:50%;
  width:110px;
  height:110px;
  transform:translate(-50%,-50%);
  border:3px solid rgba(255,255,255,.72);
  border-radius:50%;
}
.cfv5-team-board .key-top, .cfv5-team-board .key-bottom{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:30%;
  height:145px;
  border:3px solid rgba(255,255,255,.72);
}
.cfv5-team-board .key-top{
  top:18px;
  border-bottom:none;
  border-radius:0 0 22px 22px;
}
.cfv5-team-board .key-bottom{
  bottom:18px;
  border-top:none;
  border-radius:22px 22px 0 0;
}
.cfv5-team-board .hoop-top, .cfv5-team-board .hoop-bottom{
  position:absolute;
  left:50%;
  width:52px;
  height:24px;
  transform:translateX(-50%);
  border:3px solid rgba(255,255,255,.72);
  border-top:none;
  border-radius:0 0 18px 18px;
}
.cfv5-team-board .hoop-top{ top:18px; }
.cfv5-team-board .hoop-bottom{
  bottom:18px;
  border-top:3px solid rgba(255,255,255,.72);
  border-bottom:none;
  border-radius:18px 18px 0 0;
}

.cfv5-player-dot{
  position:absolute;
  transform:translate(-50%,-50%);
  width:92px;
  min-height:58px;
  border-radius:20px;
  padding:8px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:800;
  line-height:1.1;
  box-shadow:0 12px 24px rgba(0,0,0,.22);
  border:2px solid rgba(255,255,255,.2);
}
.cfv5-player-dot small{ display:block; font-weight:700; opacity:.88; margin-top:4px; font-size:.72rem; }
.cfv5-player-dot.football{ background:linear-gradient(135deg,#56d8ff,#93ffcb); color:#042431; }
.cfv5-player-dot.basketball{ background:linear-gradient(135deg,#ffbd12,#ff7d1f); color:#311500; }

.cfv5-roster-row{
  display:grid;
  grid-template-columns: 1.1fr .9fr .8fr;
  gap:10px;
  margin-bottom:10px;
  align-items:end;
}
.cfv5-roster-row label{ font-size:.92rem; }

@media (max-width: 700px){
  .cfv5-roster-row{ grid-template-columns:1fr; }
  .cfv5-team-board{ min-height:520px; }
  .cfv5-player-dot{ width:78px; min-height:52px; font-size:.86rem; }
}

.cfv58-spinner-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.cfv58-mode-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.cfv58-tab{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);cursor:pointer;border:1px solid rgba(255,255,255,.08)}
.cfv58-tab.active{background:linear-gradient(135deg,#56d8ff,#93ffcb);color:#06222f;font-weight:800}
.cfv58-arcade-wrap{position:relative;min-height:280px;border-radius:26px;overflow:hidden;background:linear-gradient(180deg,#221c74,#0f3f74);border:1px solid rgba(255,255,255,.08)}
.cfv58-arcade-window{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.cfv58-arcade-track{position:absolute;top:0;left:0;right:0;will-change:transform}
.cfv58-arcade-item{height:56px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800}
.cfv58-arcade-mask-top,.cfv58-arcade-mask-bottom{position:absolute;left:0;right:0;height:74px;z-index:2;pointer-events:none}
.cfv58-arcade-mask-top{top:0;background:linear-gradient(180deg,rgba(15,20,45,1),rgba(15,20,45,0))}
.cfv58-arcade-mask-bottom{bottom:0;background:linear-gradient(0deg,rgba(15,20,45,1),rgba(15,20,45,0))}
.cfv58-arcade-line{position:absolute;top:50%;left:0;right:0;height:58px;transform:translateY(-50%);border-top:2px solid rgba(255,255,255,.55);border-bottom:2px solid rgba(255,255,255,.55);z-index:2}
.cfv58-wheel-wrap{display:grid;place-items:center;min-height:320px}
.cfv58-wheel-svg{width:min(340px,100%);height:auto;filter:drop-shadow(0 10px 24px rgba(0,0,0,.25))}
.cfv58-wheel-pointer{width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:28px solid #ffbe18;margin-bottom:-10px;z-index:3}
.cfv58-spinner-controls{display:grid;gap:12px}
.cfv58-spinner-output{padding:14px 16px;border-radius:18px;background:rgba(0,0,0,.18);min-height:52px}
.cfv58-toggle-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.cfv58-sound-pill{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.06)}
.cfv58-hidden{display:none !important}
.cfv58-team-topbar{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:14px}
@media (max-width:900px){
  .cfv58-spinner-grid,.cfv58-team-topbar{grid-template-columns:1fr}
}


#cfv58-wheel-group{
  transform-box: fill-box;
  transform-origin: center;
}
.cfv58-arcade-track{
  width:100%;
}
.cfv58-arcade-item{
  user-select:none;
}


/* Quiz Hub V6.3 */
.cfv6-quiz-builder{display:grid;gap:14px}
.cfv6-question-card{
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  padding:16px;
  margin-top:14px;
}
.cfv6-choice-row{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:10px;
  align-items:center;
  margin-top:10px;
}
.cfv6-quiz-list{display:grid;gap:14px}
.cfv6-quiz-card{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
}
.cfv6-quiz-card h4{margin:0 0 6px}
.cfv6-quiz-card-actions{display:flex;gap:10px;flex-wrap:wrap}
.cfv6-live-question,.cfv6-live-leaderboard,.cfv6-student-stage{
  margin-top:16px;
  padding:16px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
}
.cfv6-answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
@media (max-width:760px){
  .cfv6-quiz-card{flex-direction:column;align-items:flex-start}
  .cfv6-answer-grid{grid-template-columns:1fr}
}


/* Quiz Hub V6.4 gameplay polish */
.cfv6-live-host,.cfv6-student-stage,.cfv6-single-stage{
  margin-top:16px;
}
.cfv6-answer-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:16px;
}
.cfv6-answer-btn{
  padding:18px 20px;
  border:none;
  border-radius:18px;
  font-weight:800;
  cursor:pointer;
}
.cfv6-answer-btn.correct{outline:3px solid rgba(120,255,160,.7)}
.cfv6-answer-btn.wrong{outline:3px solid rgba(255,120,120,.7)}
.cfv6-live-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:12px;
}
.cfv6-badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}
@media (max-width:760px){
  .cfv6-answer-grid{grid-template-columns:1fr}
}


/* V6.5 planner/account polish */
.cfv65-formation-help{
  margin-top:10px;
  color:var(--muted);
  font-size:.95rem;
}
.cfv65-account-grid-note{
  color:var(--muted);
  font-size:.92rem;
}


/* Quiz Hub V6.6 */
.cfv66-quiz-builder{display:grid;gap:14px}
.cfv66-question-card,.cfv66-stage-card{
  margin-top:16px;
  padding:16px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
}
.cfv66-choice-row{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:10px;
  align-items:center;
  margin-top:10px;
}
.cfv66-quiz-list{display:grid;gap:14px}
.cfv66-quiz-card{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
}
.cfv66-quiz-card h4{margin:0 0 6px}
.cfv66-quiz-card-actions{display:flex;gap:10px;flex-wrap:wrap}
.cfv66-answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.cfv66-badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}
.cfv66-live-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:12px}
@media (max-width:760px){
  .cfv66-quiz-card{flex-direction:column;align-items:flex-start}
  .cfv66-answer-grid{grid-template-columns:1fr}
}


/* V6.7 live gameplay */
.cfv67-stage-card{
  margin-top:16px;
  padding:16px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
}
.cfv67-answer-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:16px;
}
.cfv67-live-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:12px;
}
.cfv67-badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}
@media (max-width:760px){
  .cfv67-answer-grid{grid-template-columns:1fr}
}
