@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-83 .tc-wp-tool-root img, .wpc-scope-83 .tc-wp-tool-root video, .wpc-scope-83 .tc-wp-tool-root svg, .wpc-scope-83 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-83 .tc-wp-tool-root{
      --bg: #1a1a2e;
      --card: #16213e;
      --text: #eaeaea;
      --text-muted: #a0a0b0;
      --primary: #e94560;
      --primary-dark: #c73e54;
      --correct: #16a34a;
      --wrong: #dc2626;
      --option-bg: #2a2a4a;
      --border: #2a2a4a;
      --radius: 1rem;
      --shadow: 0 10px 40px -10px rgba(0,0,0,0.4);
      --muted: #27272a;
    }.wpc-scope-83 .tc-wp-tool-root *, .wpc-scope-83 .tc-wp-tool-root *::before, .wpc-scope-83 .tc-wp-tool-root *::after{ box-sizing: border-box; margin: 0; padding: 0; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-wrapper{
      font-family: 'Inter', system-ui, sans-serif;
      background: var(--bg);
      color: var(--text);
      min-height: 100vh;
      -webkit-font-smoothing: antialiased;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-main-wrap{
      display: flex;
      min-height: 100vh;
      flex-wrap: wrap;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-content-area{
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1rem;
      background: var(--bg);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-top-bar{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 700px;
      padding: 0.75rem 1rem;
      margin-bottom: 0.5rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-timer{
      font-family: ui-monospace, monospace;
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--primary);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-timer.warning{ color: #f59e0b; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-timer.danger{ color: var(--wrong); animation: pulse 1s ease-in-out infinite; }@keyframes pulse{ 50% { opacity: 0.8; } }.wpc-scope-83 .tc-wp-tool-root .rapper-game-score-display{
      display: flex;
      align-items: center;
      gap: 0.35rem;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--correct);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-score-display span{ color: var(--text); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-start-screen{
      position: fixed;
      inset: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--bg);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-start-screen.hidden{ display: none; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-start-overlay{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-start-title{
      font-family: 'Fredoka', sans-serif;
      font-size: clamp(2rem, 6vw, 3.5rem);
      font-weight: 700;
      color: #fff;
      text-align: center;
      margin-bottom: 0.5rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-start-sub{
      color: var(--text-muted);
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-start-btn{
      font-family: 'Fredoka', sans-serif;
      font-size: 1.35rem;
      font-weight: 600;
      padding: 1rem 2.5rem;
      border: none;
      border-radius: 999px;
      background: linear-gradient(135deg, #e94560, #c73e54);
      color: #fff;
      cursor: pointer;
      box-shadow: 0 8px 30px rgba(233,69,96,0.4);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-start-btn:hover{
      transform: scale(1.05);
      box-shadow: 0 12px 40px rgba(233,69,96,0.5);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-view{
      width: 100%;
      max-width: 700px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-view.hidden{ display: none; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-header{
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-title{
      font-family: 'Fredoka', sans-serif;
      font-size: 1.75rem;
      font-weight: 700;
      color: var(--text);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-subtitle{
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.95rem;
      color: var(--text-muted);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-subtitle .rapper-game-icon{
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: linear-gradient(135deg, #feca57, #ff9f43);
      flex-shrink: 0;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-image-wrap{
      width: 280px;
      height: 280px;
      border-radius: 12px;
      overflow: hidden;
      border: 3px solid var(--border);
      background: var(--card);
      flex-shrink: 0;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-image-wrap img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
      user-select: none;
      -webkit-user-select: none;
      -webkit-user-drag: none;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-question-text{
      font-family: 'Fredoka', sans-serif;
      font-size: 1.2rem;
      font-weight: 600;
      color: var(--text);
      margin: 0;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-options{
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-option-btn{
      font-family: 'Fredoka', 'Inter', sans-serif;
      font-size: 0.95rem;
      font-weight: 600;
      padding: 1rem 0.75rem;
      border: 2px solid var(--border);
      border-radius: var(--radius);
      cursor: pointer;
      transition: transform 0.15s ease, background 0.15s ease;
      text-align: center;
      color: var(--text);
      background: var(--option-bg);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-option-btn:hover:not(:disabled){
      transform: translateY(-2px);
      border-color: var(--primary);
      background: #333356;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-option-btn:disabled{ cursor: default; opacity: 0.9; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-option-btn.correct{ background: var(--correct); border-color: #0d7a33; color: #fff; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-option-btn.wrong{ background: var(--wrong); border-color: #b91c1c; color: #fff; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-bottom-bar{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-top: 0.5rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-progress-nums{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      font-weight: 700;
      font-size: 1.1rem;
      color: var(--text);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-progress-nums .rapper-game-current{ font-size: 1.5rem; line-height: 1.2; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-progress-nums .rapper-game-total{ font-size: 0.9rem; color: var(--text-muted); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-nav-slider-wrap{
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex: 1;
      max-width: 280px;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-nav-btn{
      width: 36px;
      height: 36px;
      border: none;
      border-radius: var(--radius);
      background: var(--option-bg);
      color: var(--text);
      cursor: pointer;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-nav-btn:hover{ background: #333356; color: var(--primary); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-nav-btn:disabled{ opacity: 0.5; cursor: not-allowed; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-slider-track{
      flex: 1;
      height: 8px;
      border-radius: 999px;
      background: var(--option-bg);
      overflow: hidden;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-slider-fill{
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--primary), var(--primary-dark));
      transition: width 0.2s ease;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-show-all-btn{
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      font-weight: 600;
      border: 2px solid var(--border);
      border-radius: var(--radius);
      background: var(--option-bg);
      color: var(--text-muted);
      cursor: pointer;
      font-family: inherit;
      white-space: nowrap;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-show-all-btn:hover{
      border-color: var(--primary);
      color: var(--primary);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-loading-state, .wpc-scope-83 .tc-wp-tool-root .rapper-game-error-state{ text-align: center; padding: 2rem; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-loading-state .rapper-game-message, .wpc-scope-83 .tc-wp-tool-root .rapper-game-error-state .rapper-game-message{ color: var(--text-muted); margin: 1rem 0; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-error-state .rapper-game-retry-btn{
      margin-top: 1rem;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      font-weight: 600;
      border: none;
      border-radius: var(--radius);
      background: var(--primary);
      color: #fff;
      cursor: pointer;
      font-family: inherit;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-show-all-view{
      width: 100%;
      max-width: 700px;
      padding: 1rem 0;
      display: none;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-show-all-view.visible{ display: block; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-show-all-header{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-show-all-title{
      font-family: 'Fredoka', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--text);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-hide-all-btn{
      padding: 0.6rem 1.2rem;
      font-size: 0.9rem;
      font-weight: 600;
      border: 2px solid var(--primary);
      border-radius: var(--radius);
      background: transparent;
      color: var(--primary);
      cursor: pointer;
      font-family: inherit;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-hide-all-btn:hover{ background: var(--primary); color: #fff; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-all-questions-list{
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-all-q-card{
      background: var(--card);
      border-radius: calc(var(--radius) * 1.25);
      padding: 1.25rem;
      border: 1px solid var(--border);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-all-q-card .rapper-game-card-title{
      font-family: 'Fredoka', sans-serif;
      font-size: 1rem;
      color: var(--text-muted);
      margin-bottom: 0.75rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-all-q-card .rapper-game-mini-image-wrap{
      width: 120px;
      height: 120px;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 0.75rem;
      border: 2px solid var(--border);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-all-q-card .rapper-game-mini-image-wrap img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
      user-select: none;
      -webkit-user-drag: none;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-all-q-card .rapper-game-mini-options{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.5rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-all-q-card .rapper-game-option-btn{
      padding: 0.5rem 0.4rem;
      font-size: 0.8rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-go-to-q-btn{
      margin-top: 0.5rem;
      padding: 0.35rem 0.75rem;
      font-size: 0.8rem;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--option-bg);
      color: var(--text-muted);
      cursor: pointer;
      font-family: inherit;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-go-to-q-btn:hover{ border-color: var(--primary); color: var(--primary); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-sidebar{
      width: 100%;
      max-width: 380px;
      background: var(--card);
      border-radius: calc(var(--radius) * 2);
      padding: 1.5rem;
      box-shadow: var(--shadow);
      border: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      margin-top: 20px;
      margin-bottom: 20px;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-sidebar-section{
      background: var(--muted);
      border-radius: var(--radius);
      padding: 1.15rem 1.2rem;
      border: 1px solid var(--border);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-sidebar-section .rapper-game-section-title{
      font-family: 'Fredoka', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      margin: 0 0 0.625rem 0;
      color: var(--text);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-sidebar-how-text{ font-size: 0.8125rem; color: var(--text-muted); line-height: 1.55; margin: 0; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-color-legend{ display: flex; flex-direction: column; gap: 0.625rem; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-legend-item{ display: flex; align-items: center; gap: 0.625rem; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-legend-color{ width: 20px; height: 20px; border-radius: 6px; flex-shrink: 0; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-legend-color.correct{ background: var(--correct); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-legend-color.wrong{ background: var(--wrong); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-legend-text{ font-size: 0.8125rem; font-weight: 600; color: var(--text); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-legend-description{ font-size: 0.75rem; color: var(--text-muted); margin-top: 0.15rem; line-height: 1.4; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-stats-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-stat-card{
      text-align: center;
      padding: 0.75rem 0.5rem;
      background: var(--card);
      border-radius: var(--radius);
      border: 1px solid var(--border);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-stat-number{ font-size: 1.1rem; font-weight: 800; color: var(--primary); margin: 0; line-height: 1.2; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-stat-label{ font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin: 0.25rem 0 0 0; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state{
      text-align: center;
      padding: 2rem;
      max-width: 600px;
      width: 100%;
      display: none;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state.visible{ display: block; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-result-badge{
      font-family: 'Fredoka', sans-serif;
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 0.5rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-typer-text{
      font-family: 'Fredoka', sans-serif;
      font-size: clamp(1.5rem, 4vw, 2.25rem);
      font-weight: 600;
      color: var(--text);
      min-height: 2.5rem;
      margin-bottom: 1rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-typer-text.congrats{ color: var(--correct); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-typer-text.better{ color: var(--wrong); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-final-score{
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--primary);
      margin: 0.75rem 0;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-result-meta{
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      flex-wrap: wrap;
      margin: 1rem 0;
      color: var(--text-muted);
      font-size: 0.95rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-result-meta span{ font-weight: 600; color: var(--text); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-end-desc{ color: var(--text-muted); margin-bottom: 1.5rem; line-height: 1.5; }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-result-summary{
      text-align: left;
      background: var(--card);
      border-radius: var(--radius);
      padding: 1rem;
      margin: 1.5rem 0;
      border: 1px solid var(--border);
      font-size: 0.9rem;
      color: var(--text-muted);
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-result-summary strong{ color: var(--text); }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-play-again{
      padding: 1rem 2rem;
      font-size: 1.1rem;
      font-weight: 600;
      border: none;
      border-radius: var(--radius);
      background: var(--primary);
      color: #fff;
      cursor: pointer;
      font-family: inherit;
      margin-top: 0.5rem;
    }.wpc-scope-83 .tc-wp-tool-root .rapper-game-end-state .rapper-game-play-again:hover{ background: var(--primary-dark); }@media (min-width: 1200px){.tc-wp-tool-root .rapper-game-content-area{ max-width: calc(100% - 400px); }.tc-wp-tool-root .rapper-game-sidebar{ max-width: 380px; }}@media (max-width: 992px){.tc-wp-tool-root .rapper-game-content-area{ padding: 0.8rem; }.tc-wp-tool-root .rapper-game-sidebar{ max-width: 320px; margin: 15px auto; }.tc-wp-tool-root .rapper-game-stats-grid{ grid-template-columns: repeat(4, 1fr); }}@media (max-width: 768px){.tc-wp-tool-root .rapper-game-main-wrap{ flex-direction: column; }.tc-wp-tool-root .rapper-game-content-area{ max-width: 100%; }.tc-wp-tool-root .rapper-game-sidebar{ max-width: 100%; margin: 10px 0; }.tc-wp-tool-root .rapper-game-image-wrap{ width: 240px; height: 240px; }.tc-wp-tool-root .rapper-game-options{ grid-template-columns: 1fr; }.tc-wp-tool-root .rapper-game-bottom-bar{ flex-wrap: wrap; }.tc-wp-tool-root .rapper-game-all-q-card .rapper-game-mini-options{ grid-template-columns: 1fr; }.tc-wp-tool-root .rapper-game-stats-grid{ grid-template-columns: repeat(2, 1fr); }.tc-wp-tool-root .rapper-game-nav-slider-wrap{ max-width: 220px; }}@media (max-width: 576px){.tc-wp-tool-root .rapper-game-start-title{ font-size: clamp(1.8rem, 5vw, 2.8rem); }.tc-wp-tool-root .rapper-game-start-sub{ font-size: 1rem; }.tc-wp-tool-root .rapper-game-title{ font-size: 1.5rem; }.tc-wp-tool-root .rapper-game-question-text{ font-size: 1.1rem; }.tc-wp-tool-root .rapper-game-image-wrap{ width: 200px; height: 200px; }.tc-wp-tool-root .rapper-game-option-btn{ padding: 0.8rem 0.6rem; font-size: 0.9rem; }.tc-wp-tool-root .rapper-game-progress-nums{ font-size: 1rem; }.tc-wp-tool-root .rapper-game-progress-nums .rapper-game-current{ font-size: 1.3rem; }.tc-wp-tool-root .rapper-game-nav-slider-wrap{ max-width: 180px; }.tc-wp-tool-root .rapper-game-sidebar-section{ padding: 1rem; }.tc-wp-tool-root .rapper-game-stat-number{ font-size: 1rem; }}@media (max-width: 400px){.tc-wp-tool-root .rapper-game-content-area{ padding: 0.5rem; }.tc-wp-tool-root .rapper-game-image-wrap{ width: 180px; height: 180px; }.tc-wp-tool-root .rapper-game-option-btn{ padding: 0.7rem 0.5rem; font-size: 0.85rem; }.tc-wp-tool-root .rapper-game-start-btn{ padding: 0.8rem 2rem; font-size: 1.2rem; }.tc-wp-tool-root .rapper-game-show-all-btn, .tc-wp-tool-root .rapper-game-hide-all-btn{ padding: 0.4rem 0.8rem; font-size: 0.85rem; }.tc-wp-tool-root .rapper-game-end-state{ padding: 1.5rem; }.tc-wp-tool-root .rapper-game-end-state .rapper-game-typer-text{ font-size: clamp(1.3rem, 4vw, 2rem); }.tc-wp-tool-root .rapper-game-end-state .rapper-game-final-score{ font-size: 2rem; }}@media (max-width: 375px){.tc-wp-tool-root .rapper-game-image-wrap{ width: 160px; height: 160px; }.tc-wp-tool-root .rapper-game-option-btn{ padding: 0.6rem 0.4rem; font-size: 0.8rem; }.tc-wp-tool-root .rapper-game-question-text{ font-size: 1rem; }.tc-wp-tool-root .rapper-game-nav-btn{ width: 32px; height: 32px; font-size: 1rem; }.tc-wp-tool-root .rapper-game-nav-slider-wrap{ max-width: 160px; }.tc-wp-tool-root .rapper-game-slider-track{ height: 6px; }.tc-wp-tool-root .rapper-game-start-title{ font-size: clamp(1.5rem, 5vw, 2.5rem); }.tc-wp-tool-root .rapper-game-start-sub{ font-size: 0.9rem; }.tc-wp-tool-root .rapper-game-end-state .rapper-game-final-score{ font-size: 1.8rem; }.tc-wp-tool-root .rapper-game-end-state .rapper-game-result-meta{ font-size: 0.85rem; }.tc-wp-tool-root .rapper-game-end-state .rapper-game-result-summary{ font-size: 0.8rem; }}.wpc-scope-83 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}.wpc-scope-83 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .rapper-game-color-guide{}.wpc-scope-83 .tc-wp-tool-root .rapper-game-game-stats{}