@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=Oswald:wght@500;600;700&family=Source+Sans+3:wght@400;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-100 .tc-wp-tool-root img, .wpc-scope-100 .tc-wp-tool-root video, .wpc-scope-100 .tc-wp-tool-root svg, .wpc-scope-100 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-100 .tc-wp-tool-root *, .wpc-scope-100 .tc-wp-tool-root *::before, .wpc-scope-100 .tc-wp-tool-root *::after{ box-sizing: border-box; }.wpc-scope-100 .tc-wp-tool-root{
      --bg-dark: #0d0d0d;
      --bg-red: #8b0000;
      --bg-red-light: #a52a2a;
      --card: #1a1a1a;
      --card-soft: #2d2d2d;
      --text: #f5f5f5;
      --text-soft: #b0b0b0;
      --primary: #ffd700;
      --primary-dark: #daa520;
      --primary-glow: rgba(255, 215, 0, 0.35);
      --correct: #22c55e;
      --correct-bg: #14532d;
      --wrong: #ef4444;
      --wrong-bg: #450a0a;
      --border: #404040;
      --radius: 16px;
      --radius-sm: 10px;
      --shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
      --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.5);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-game-wrapper{
      margin: 0;
      min-height: 100vh;
      font-family: 'Source Sans 3', -apple-system, sans-serif;
      background: linear-gradient(145deg, var(--bg-dark) 0%, var(--bg-red) 35%, var(--bg-red-light) 100%);
      background-attachment: fixed;
      color: var(--text);
      -webkit-tap-highlight-color: transparent;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-page-container{
      min-height: 100vh;
      padding: 2rem 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-game-card{
      width: 100%;
      max-width: 440px;
      background: var(--card);
      border-radius: var(--radius);
      box-shadow: var(--shadow-lg);
      border: 2px solid var(--primary);
      overflow: hidden;
      min-height: 420px;
    }.wpc-scope-100 .tc-wp-tool-root .wve-hidden{ display: none !important; }.wpc-scope-100 .tc-wp-tool-root .wwe-screen{
      padding: 2rem 1.75rem;
      min-height: 380px;
      display: flex;
      flex-direction: column;
      align-items: center;
      animation: wweFadeIn 0.35s ease;
    }@keyframes wweFadeIn{
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }.wpc-scope-100 .tc-wp-tool-root .wwe-start-screen{ text-align: center; }.wpc-scope-100 .tc-wp-tool-root .wwe-title-wrap{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      margin-bottom: 0.25rem;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-icon{ font-size: 1.75rem; opacity: 0.95; }.wpc-scope-100 .tc-wp-tool-root .wwe-game-title{
      margin: 0;
      font-family: 'Oswald', sans-serif;
      font-size: 1.65rem;
      font-weight: 700;
      color: var(--primary);
      letter-spacing: 0.02em;
      line-height: 1.2;
      text-transform: uppercase;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-tagline{
      margin: 0 0 1.5rem 0;
      font-size: 1rem;
      font-weight: 600;
      color: var(--text-soft);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-intro-card{
      background: var(--card-soft);
      padding: 1.25rem 1.5rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      margin-bottom: 1.5rem;
      text-align: left;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-intro-text{
      margin: 0;
      font-size: 0.95rem;
      color: var(--text-soft);
      line-height: 1.6;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-options-row{ margin-bottom: 1.25rem; }.wpc-scope-100 .tc-wp-tool-root .wwe-option-label{
      display: block;
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 0.5rem;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-option-buttons{ display: flex; gap: 0.5rem; }.wpc-scope-100 .tc-wp-tool-root .wwe-option-btn{
      padding: 0.5rem 1.25rem;
      font-size: 1rem;
      font-weight: 700;
      font-family: inherit;
      background: var(--card-soft);
      color: var(--text-soft);
      border: 2px solid var(--border);
      border-radius: var(--radius-sm);
      cursor: pointer;
      transition: all 0.2s;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-option-btn:hover{
      border-color: var(--primary);
      color: var(--primary);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-option-btn.active{
      background: linear-gradient(135deg, var(--bg-red), var(--bg-red-light));
      color: var(--primary);
      border-color: var(--primary);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-primary-btn{
      padding: 1rem 2rem;
      font-family: 'Oswald', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #0d0d0d;
      background: linear-gradient(135deg, var(--primary), var(--primary-dark));
      border: none;
      border-radius: var(--radius-sm);
      cursor: pointer;
      box-shadow: 0 4px 20px var(--primary-glow);
      transition: transform 0.2s, box-shadow 0.2s;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-primary-btn:hover{
      transform: translateY(-2px);
      box-shadow: 0 6px 28px var(--primary-glow);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-primary-btn:active{ transform: translateY(0); }.wpc-scope-100 .tc-wp-tool-root .wwe-game-screen{ align-items: stretch; }.wpc-scope-100 .tc-wp-tool-root .wwe-game-header{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-badge{
      padding: 0.45rem 1rem;
      font-size: 0.9rem;
      font-weight: 700;
      background: var(--card-soft);
      color: var(--text);
      border-radius: 999px;
      border: 1px solid var(--border);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-score-badge{
      background: linear-gradient(135deg, var(--bg-red), var(--bg-red-light));
      color: var(--primary);
      border-color: var(--primary);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-game-prompt{
      margin: 0 0 1rem 0;
      font-family: 'Oswald', sans-serif;
      font-size: 1.15rem;
      font-weight: 600;
      color: var(--text);
      text-align: center;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-superstar-frame{
      width: 100%;
      max-width: 280px;
      min-height: 280px;
      max-height: 360px;
      aspect-ratio: 3 / 4;
      margin: 0 auto 1.5rem;
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--card-soft);
      border: 3px solid var(--border);
      box-shadow: var(--shadow);
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-superstar-photo{
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-superstar-photo.wve-hidden{ display: none; }.wpc-scope-100 .tc-wp-tool-root .wwe-superstar-placeholder{
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, var(--card-soft), #252525);
      font-family: 'Oswald', sans-serif;
      font-size: 4rem;
      font-weight: 700;
      color: var(--text-soft);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-superstar-placeholder.wve-hidden{ display: none; }.wpc-scope-100 .tc-wp-tool-root .wwe-options-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem;
      width: 100%;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-answer-btn{
      padding: 1rem 0.75rem;
      font-size: 0.95rem;
      font-weight: 700;
      font-family: inherit;
      text-align: center;
      background: var(--card-soft);
      color: var(--text);
      border: 2px solid var(--border);
      border-radius: var(--radius-sm);
      cursor: pointer;
      transition: all 0.2s;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-answer-btn:hover{
      border-color: var(--primary);
      background: rgba(255, 215, 0, 0.1);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-answer-btn.correct{
      background: var(--correct-bg);
      border-color: var(--correct);
      color: var(--correct);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-answer-btn.wrong{
      background: var(--wrong-bg);
      border-color: var(--wrong);
      color: var(--wrong);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-answer-btn:disabled{ cursor: default; opacity: 0.95; }.wpc-scope-100 .tc-wp-tool-root .wwe-result-content{ width: 100%; text-align: center; }.wpc-scope-100 .tc-wp-tool-root .wwe-result-message{
      margin: 0 0 1.25rem 0;
      font-family: 'Oswald', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-result-message.correct{ color: var(--correct); }.wpc-scope-100 .tc-wp-tool-root .wwe-result-message.wrong{ color: var(--wrong); }.wpc-scope-100 .tc-wp-tool-root .wwe-detail-card{
      background: var(--card-soft);
      padding: 1.25rem 1.5rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      margin-bottom: 1.5rem;
      text-align: left;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-detail-name{
      margin: 0 0 0.35rem 0;
      font-size: 1.35rem;
      font-weight: 700;
      color: var(--text);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-detail-brand{ margin: 0; font-size: 0.95rem; color: var(--text-soft); }.wpc-scope-100 .tc-wp-tool-root .wwe-gameover-content{ text-align: center; }.wpc-scope-100 .tc-wp-tool-root .wwe-gameover-title{
      margin: 0 0 1rem 0;
      font-family: 'Oswald', sans-serif;
      font-size: 1.75rem;
      font-weight: 700;
      color: var(--primary);
    }.wpc-scope-100 .tc-wp-tool-root .wwe-gameover-score{ margin: 0 0 1.5rem 0; font-size: 1.1rem; color: var(--text-soft); }.wpc-scope-100 .tc-wp-tool-root .wwe-loading-screen{ justify-content: center; gap: 1rem; }.wpc-scope-100 .tc-wp-tool-root .wwe-loader{
      width: 48px;
      height: 48px;
      border: 4px solid var(--border);
      border-top-color: var(--primary);
      border-radius: 50%;
      animation: wweSpin 0.8s linear infinite;
    }.wpc-scope-100 .tc-wp-tool-root .wwe-loading-text{ margin: 0; font-size: 1rem; color: var(--text-soft); }@keyframes wweSpin{ to { transform: rotate(360deg); } }@media (max-width: 992px){.tc-wp-tool-root .wwe-game-card{
        max-width: 400px;
      }.tc-wp-tool-root .wwe-game-title{
        font-size: 1.5rem;
      }}@media (max-width: 768px){.tc-wp-tool-root .wwe-page-container{
        padding: 1.5rem 1rem;
      }.tc-wp-tool-root .wwe-game-card{
        max-width: 380px;
      }.tc-wp-tool-root .wwe-screen{
        padding: 1.5rem 1.5rem;
      }.tc-wp-tool-root .wwe-superstar-frame{
        max-width: 260px;
        min-height: 260px;
      }.tc-wp-tool-root .wwe-game-title{
        font-size: 1.4rem;
      }.tc-wp-tool-root .wwe-answer-btn{
        padding: 0.9rem 0.6rem;
        font-size: 0.9rem;
      }}@media (max-width: 600px){.tc-wp-tool-root .wwe-page-container{
        padding: 1rem 0.75rem;
      }.tc-wp-tool-root .wwe-game-card{
        max-width: 100%;
        border-radius: 12px;
      }.tc-wp-tool-root .wwe-screen{
        padding: 1.25rem 1rem;
        min-height: 320px;
      }.tc-wp-tool-root .wwe-superstar-frame{
        max-width: 240px;
        min-height: 240px;
      }.tc-wp-tool-root .wwe-game-title{
        font-size: 1.3rem;
      }.tc-wp-tool-root .wwe-intro-card{
        padding: 1rem;
      }.tc-wp-tool-root .wwe-answer-btn{
        padding: 0.8rem 0.5rem;
        font-size: 0.85rem;
      }.tc-wp-tool-root .wwe-options-grid{
        gap: 0.6rem;
      }}@media (max-width: 400px){.tc-wp-tool-root .wwe-page-container{
        padding: 0.75rem 0.5rem;
      }.tc-wp-tool-root .wwe-screen{
        padding: 1rem 0.75rem;
        min-height: 300px;
      }.tc-wp-tool-root .wwe-superstar-frame{
        max-width: 220px;
        min-height: 220px;
      }.tc-wp-tool-root .wwe-game-title{
        font-size: 1.2rem;
      }.tc-wp-tool-root .wwe-icon{
        font-size: 1.5rem;
      }.tc-wp-tool-root .wwe-primary-btn{
        padding: 0.9rem 1.5rem;
        font-size: 1rem;
      }.tc-wp-tool-root .wwe-answer-btn{
        padding: 0.7rem 0.4rem;
        font-size: 0.8rem;
      }.tc-wp-tool-root .wwe-options-grid{
        gap: 0.5rem;
      }}@media (max-width: 375px){.tc-wp-tool-root .wwe-screen{
        padding: 0.875rem 0.5rem;
      }.tc-wp-tool-root .wwe-superstar-frame{
        max-width: 200px;
        min-height: 200px;
      }.tc-wp-tool-root .wwe-game-title{
        font-size: 1.1rem;
      }.tc-wp-tool-root .wwe-intro-card{
        padding: 0.875rem;
      }.tc-wp-tool-root .wwe-primary-btn{
        padding: 0.8rem 1.25rem;
        font-size: 0.95rem;
      }.tc-wp-tool-root .wwe-answer-btn{
        padding: 0.6rem 0.3rem;
        font-size: 0.75rem;
      }.tc-wp-tool-root .wwe-badge{
        padding: 0.35rem 0.75rem;
        font-size: 0.8rem;
      }}.wpc-scope-100 /* 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;
}