@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-98 .tc-wp-tool-root img, .wpc-scope-98 .tc-wp-tool-root video, .wpc-scope-98 .tc-wp-tool-root svg, .wpc-scope-98 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-98 .tc-wp-tool-root{
      --bg: #e8f4f8;
      --card: #ffffff;
      --text: #0f172a;
      --text-muted: #475569;
      --primary: #0d9488;
      --primary-dark: #0f766e;
      --correct: #16a34a;
      --wrong: #dc2626;
      --option-1: #38bdf8;
      --option-2: #a78bfa;
      --option-3: #34d399;
      --option-4: #fbbf24;
      --border: #e2e8f0;
      --radius: 1rem;
      --shadow: 0 10px 40px -10px rgba(13,148,136,0.15);
      --classroom-bg: #f0fdfa;
      --muted: #f4f4f5;
    }.wpc-scope-98 .tc-wp-tool-root [data-theme="dark"]{
      --bg: #0f172a;
      --card: #1e293b;
      --text: #e2e8f0;
      --text-muted: #94a3b8;
      --border: #334155;
      --classroom-bg: #0f172a;
      --muted: #1e293b;
    }.wpc-scope-98 .tc-wp-tool-root *, .wpc-scope-98 .tc-wp-tool-root *::before, .wpc-scope-98 .tc-wp-tool-root *::after{ box-sizing: border-box; margin: 0; padding: 0; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-body{
      font-family: 'Inter', system-ui, sans-serif;
      background: var(--classroom-bg);
      color: var(--text);
      min-height: 100vh;
      -webkit-font-smoothing: antialiased;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-wrapper{
      display: flex;
      min-height: 100vh;
      flex-wrap: wrap;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-content{
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1rem;
      background: linear-gradient(180deg, var(--bg) 0%, var(--classroom-bg) 100%);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start{
      position: fixed;
      inset: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start.hidden{ display: none; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start-bg{
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: repeat(4, 1fr);
      gap: 4px;
      padding: 4px;
      background: var(--text);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start-bg-cell{
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.5;
      filter: blur(1px);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start-overlay{
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(13,148,136,0.6) 0%, rgba(15,118,110,0.85) 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-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;
      text-shadow: 0 2px 20px rgba(0,0,0,0.4);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start-subtitle{
      color: rgba(255,255,255,0.95);
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start-button{
      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, #0d9488, #0f766e);
      color: #fff;
      cursor: pointer;
      box-shadow: 0 8px 30px rgba(13,148,136,0.45);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-start-button:hover{
      transform: scale(1.05);
      box-shadow: 0 12px 40px rgba(13,148,136,0.55);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-theme-toggle{
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.4);
      background: rgba(0,0,0,0.3);
      cursor: pointer;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 101;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-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-98 .tc-wp-tool-root .brand-quiz-top-bar-left{ display: flex; align-items: center; gap: 0.75rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-timer{ font-family: ui-monospace, monospace; font-size: 1.25rem; font-weight: 700; color: var(--primary); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-skip{
      padding: 0.4rem 0.75rem;
      font-size: 0.85rem;
      font-weight: 600;
      border: 2px solid var(--border);
      border-radius: var(--radius);
      background: var(--card);
      color: var(--text);
      cursor: pointer;
      font-family: inherit;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-skip:hover{ border-color: var(--primary); color: var(--primary); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-score{ display: flex; align-items: center; gap: 0.35rem; font-size: 1.1rem; font-weight: 700; color: var(--correct); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-score span{ color: var(--text); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-top-bar-actions{ display: flex; align-items: center; gap: 0.5rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-hint{
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      font-weight: 600;
      border: 2px solid var(--border);
      border-radius: var(--radius);
      background: var(--card);
      color: var(--text);
      cursor: pointer;
      font-family: inherit;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-hint:hover{ border-color: var(--primary); color: var(--primary); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-card{
      background: var(--card);
      border-radius: calc(var(--radius) * 1.5);
      padding: 2rem;
      max-width: 700px;
      width: 100%;
      box-shadow: var(--shadow);
      border: 1px solid var(--border);
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-game-title{ font-family: 'Fredoka', sans-serif; font-size: 1.75rem; font-weight: 600; color: var(--text); text-align: center; margin-bottom: 0.25rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-image-row{
      width: 100%;
      display: flex;
      justify-content: center;
      flex-shrink: 0;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-image-wrap{
      width: 200px;
      height: 200px;
      border-radius: 1rem;
      overflow: hidden;
      border: 4px solid var(--border);
      background: var(--muted);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-image-wrap img{ max-width: 100%; max-height: 100%; object-fit: contain; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-question-block{
      width: 100%;
      max-width: 900px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      margin-top: 25px;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-question{
      font-family: 'Fredoka', sans-serif;
      font-size: 1.35rem;
      font-weight: 600;
      color: var(--text);
      text-align: left;
      margin: 0;
      width: 100%;
      margin-top: 25px;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-options{
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option{
      font-family: 'Fredoka', 'Inter', sans-serif;
      font-size: 0.95rem;
      font-weight: 600;
      padding: 1rem 0.75rem;
      border: 3px solid #2d3436;
      border-radius: var(--radius);
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      text-align: center;
      color: #1a1a2e;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option:hover:not(:disabled){ transform: translateY(-2px); box-shadow: 0 6px 20px -4px rgba(0,0,0,0.2); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option:disabled{ cursor: default; opacity: 0.9; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option .icon{ font-size: 1.25rem; flex-shrink: 0; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option.opt-1{ background: var(--option-1); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option.opt-2{ background: var(--option-2); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option.opt-3{ background: var(--option-3); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option.opt-4{ background: var(--option-4); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option.correct{ background: var(--correct); color: #fff; border-color: #0d7a33; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-option.wrong{ background: var(--wrong); color: #fff; border-color: #b91c1c; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-progress{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      margin-top: auto;
      padding-top: 1rem;
      font-weight: 600;
      color: var(--text-muted);
      font-size: 0.9375rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-loading, .wpc-scope-98 .tc-wp-tool-root .brand-quiz-error{ text-align: center; padding: 2rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-loading .brand-quiz-text, .wpc-scope-98 .tc-wp-tool-root .brand-quiz-error .brand-quiz-text{ color: var(--text-muted); margin: 1rem 0; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-error .brand-quiz-retry{
      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-98 .tc-wp-tool-root .brand-quiz-error .brand-quiz-retry:hover{ background: var(--primary-dark); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-end{
      text-align: center;
      padding: 2rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-end .brand-quiz-typer{
      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-98 .tc-wp-tool-root .brand-quiz-end .brand-quiz-typer.congrats{ color: var(--correct); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-end .brand-quiz-typer.better{ color: var(--wrong); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-end .brand-quiz-final-score{ font-size: 2rem; font-weight: 700; color: var(--primary); margin: 0.5rem 0; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-end .brand-quiz-end-desc{ color: var(--text-muted); margin-bottom: 1.5rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-end .brand-quiz-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;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-end .brand-quiz-play-again:hover{ background: var(--primary-dark); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-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-98 .tc-wp-tool-root .brand-quiz-sidebar-actions{ display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-sidebar-actions .brand-quiz-button{
      padding: 0.5rem 0.875rem;
      font-size: 0.8125rem;
      font-weight: 600;
      border-radius: var(--radius);
      border: 1.5px solid var(--border);
      background: var(--card);
      color: var(--text);
      cursor: pointer;
      font-family: inherit;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-sidebar-actions .brand-quiz-button:hover{ border-color: var(--primary); color: var(--primary); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-sidebar-section{
      background: var(--muted);
      border-radius: var(--radius);
      padding: 1.15rem 1.2rem;
      border: 1px solid var(--border);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-sidebar-section .brand-quiz-section-title{
      font-family: 'Fredoka', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      margin: 0 0 0.625rem 0;
      color: var(--text);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-how-text{ font-size: 0.8125rem; color: var(--text-muted); line-height: 1.55; margin: 0; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-color-legend{ display: flex; flex-direction: column; gap: 0.625rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-legend-item{ display: flex; align-items: center; gap: 0.625rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-legend-color{ width: 20px; height: 20px; border-radius: 6px; flex-shrink: 0; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-legend-color.correct{ background: var(--correct); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-legend-color.wrong{ background: var(--wrong); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-legend-text{ font-size: 0.8125rem; font-weight: 600; color: var(--text); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-legend-description{ font-size: 0.75rem; color: var(--text-muted); margin-top: 0.15rem; line-height: 1.4; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-stats-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-stat-card{
      text-align: center;
      padding: 0.75rem 0.5rem;
      background: var(--card);
      border-radius: var(--radius);
      border: 1px solid var(--border);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-stat-number{ font-size: 1.1rem; font-weight: 800; color: var(--primary); margin: 0; line-height: 1.2; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-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-98 .tc-wp-tool-root .brand-quiz-modal-overlay{
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.5);
      backdrop-filter: blur(6px);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 200;
      padding: 1rem;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-modal-overlay.hidden{ display: none; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-modal-box{
      background: var(--card);
      border-radius: calc(var(--radius) * 2);
      padding: 1.5rem;
      max-width: 400px;
      width: 100%;
      border: 1px solid var(--border);
      box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-modal-box .brand-quiz-modal-title{ font-family: 'Fredoka', sans-serif; margin-bottom: 1rem; color: var(--text); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-hint-list{ list-style: none; margin: 0; padding: 0; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-hint-list li{
      padding: 0.6rem 0;
      border-bottom: 1px solid var(--border);
      font-size: 0.9375rem;
      color: var(--text);
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-hint-list li:last-child{ border-bottom: none; }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-modal-close{
      margin-top: 1rem;
      width: 100%;
      padding: 0.65rem;
      font-weight: 600;
      border: none;
      border-radius: var(--radius);
      background: var(--primary);
      color: #fff;
      cursor: pointer;
      font-family: inherit;
    }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-modal-close:hover{ background: var(--primary-dark); }.wpc-scope-98 .tc-wp-tool-root .brand-quiz-footer-title{ font-family: 'Fredoka', sans-serif; font-size: 1rem; color: var(--text-muted); margin-top: 1.5rem; text-align: center; }@media (min-width: 1100px){.tc-wp-tool-root .brand-quiz-content{ max-width: calc(100% - 400px); }.tc-wp-tool-root .brand-quiz-sidebar{ max-width: 380px; }}@media (max-width: 992px){.tc-wp-tool-root .brand-quiz-wrapper{ flex-direction: column; }.tc-wp-tool-root .brand-quiz-content{ max-width: 100%; }.tc-wp-tool-root .brand-quiz-sidebar{ max-width: 100%; margin: 20px auto; }.tc-wp-tool-root .brand-quiz-card{ padding: 1.8rem; }.tc-wp-tool-root .brand-quiz-image-wrap{ width: 180px; height: 180px; }}@media (max-width: 768px){.tc-wp-tool-root .brand-quiz-card{ padding: 1.5rem; }.tc-wp-tool-root .brand-quiz-image-wrap{ width: 160px; height: 160px; }.tc-wp-tool-root .brand-quiz-question{ font-size: 1.25rem; }.tc-wp-tool-root .brand-quiz-options{ grid-template-columns: 1fr; }.tc-wp-tool-root .brand-quiz-option{ padding: 0.875rem 1rem; }.tc-wp-tool-root .brand-quiz-top-bar{ flex-wrap: wrap; gap: 0.5rem; }.tc-wp-tool-root .brand-quiz-top-bar-left{ width: 100%; justify-content: center; }.tc-wp-tool-root .brand-quiz-top-bar-actions{ width: 100%; justify-content: center; }}@media (max-width: 576px){.tc-wp-tool-root .brand-quiz-card{ padding: 1.25rem; }.tc-wp-tool-root .brand-quiz-image-wrap{ width: 140px; height: 140px; }.tc-wp-tool-root .brand-quiz-question{ font-size: 1.15rem; }.tc-wp-tool-root .brand-quiz-game-title{ font-size: 1.5rem; }.tc-wp-tool-root .brand-quiz-start-overlay{ padding: 1.5rem; }.tc-wp-tool-root .brand-quiz-start-button{ font-size: 1.2rem; padding: 0.9rem 2rem; }}@media (max-width: 400px){.tc-wp-tool-root .brand-quiz-card{ padding: 1rem; }.tc-wp-tool-root .brand-quiz-image-wrap{ width: 120px; height: 120px; }.tc-wp-tool-root .brand-quiz-question{ font-size: 1.1rem; }.tc-wp-tool-root .brand-quiz-game-title{ font-size: 1.4rem; }.tc-wp-tool-root .brand-quiz-option{ padding: 0.75rem 0.875rem; font-size: 0.9rem; }.tc-wp-tool-root .brand-quiz-timer{ font-size: 1.1rem; }.tc-wp-tool-root .brand-quiz-score{ font-size: 1rem; }.tc-wp-tool-root .brand-quiz-skip, .tc-wp-tool-root .brand-quiz-hint{ font-size: 0.8rem; padding: 0.35rem 0.65rem; }}@media (max-width: 375px){.tc-wp-tool-root .brand-quiz-card{ padding: 0.9rem; }.tc-wp-tool-root .brand-quiz-image-wrap{ width: 110px; height: 110px; }.tc-wp-tool-root .brand-quiz-question{ font-size: 1rem; }.tc-wp-tool-root .brand-quiz-game-title{ font-size: 1.3rem; }.tc-wp-tool-root .brand-quiz-option{ padding: 0.7rem 0.8rem; font-size: 0.85rem; }.tc-wp-tool-root .brand-quiz-start-title{ font-size: 1.8rem; }.tc-wp-tool-root .brand-quiz-start-subtitle{ font-size: 1rem; }.tc-wp-tool-root .brand-quiz-start-button{ font-size: 1.1rem; padding: 0.8rem 1.8rem; }}.wpc-scope-98 /* 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-98 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .color-guide{}.wpc-scope-98 .tc-wp-tool-root .game-stats{}


.wpc-scope-98 .tc-wp-tool-root .brand-quiz-game-title {

	color: black !important;
}

.wpc-scope-98 .tc-wp-tool-root .brand-quiz-sidebar-section .brand-quiz-section-title {
	
	color: black !important;
}