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

/* 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-117 .tc-wp-tool-root img, .wpc-scope-117 .tc-wp-tool-root video, .wpc-scope-117 .tc-wp-tool-root svg, .wpc-scope-117 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-117 .tc-wp-tool-root .game-wrapper{ background: #000; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper *{ box-sizing: border-box; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper{
      font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
      background: #000;
      color: #e4e4e7;
      min-height: 100vh;
      min-height: 100dvh;
      padding: 1rem;
      padding-left: max(1rem, env(safe-area-inset-left));
      padding-right: max(1rem, env(safe-area-inset-right));
      padding-bottom: max(1rem, env(safe-area-inset-bottom));
      max-width: 560px;
      margin: 0 auto;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-header{
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0.75rem;
      margin-bottom: 1rem;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-title{ font-size: 1.5rem; font-weight: 700; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-daily{ font-size: 0.95rem; color: #a1a1aa; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-hint-area{
      position: relative;
      aspect-ratio: 16/9;
      max-width: 100%;
      margin: 0 auto 1rem;
      border-radius: 8px;
      overflow: hidden;
      background: #18181b;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-hint-img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: filter 0.3s ease;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-hint-img.blur-1{ filter: blur(12px) scale(1.1); }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-hint-img.blur-2{ filter: blur(8px) scale(1.05); }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-hint-img.blur-3{ filter: blur(4px); }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-stepper{
      display: flex;
      gap: 0.5rem;
      justify-content: center;
      margin-bottom: 1rem;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-stepper button{
      width: 2.25rem;
      height: 2.25rem;
      border: 1px solid #3f3f46;
      background: #27272a;
      color: #a1a1aa;
      border-radius: 6px;
      cursor: pointer;
      font-weight: 600;
      font-size: 0.85rem;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-stepper button.active{
      background: #3b82f6;
      color: #fff;
      border-color: #3b82f6;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-stepper button.unlocked:not(.active){
      cursor: pointer;
      color: #e4e4e7;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-stepper button:disabled:not(.unlocked){
      cursor: not-allowed;
      opacity: 0.6;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-status{ text-align: center; margin-bottom: 0.75rem; color: #a1a1aa; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-search-row.game-game-over{
      filter: blur(5px);
      opacity: 0.5;
      pointer-events: none;
      user-select: none;
      transition: filter 0.3s ease, opacity 0.3s ease;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-game-over-msg{
      text-align: center;
      padding: 0.75rem 1rem;
      margin: 0.5rem 0;
      background: #27272a;
      border-radius: 8px;
      color: #a1a1aa;
      font-size: 0.95rem;
      border: 1px solid #3f3f46;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-search-row{
      display: flex;
      gap: 0.5rem;
      margin-bottom: 1rem;
      flex-wrap: wrap;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-search-wrap{ position: relative; flex: 1; min-width: 200px; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-search-wrap input{
      width: 100%;
      padding: 0.6rem 0.75rem;
      background: #27272a;
      border: 1px solid #3f3f46;
      border-radius: 6px;
      color: #fff;
      font-size: 16px;
    }@supports (font-size: 1rem){.tc-wp-tool-root .game-wrapper .game-search-wrap input{ font-size: 1rem; }}.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-search-wrap input::placeholder{ color: #71717a; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-search-wrap input:focus{ outline: none; border-color: #3b82f6; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-autocomplete{
      position: absolute;
      left: 0; right: 0;
      top: 100%;
      margin-top: 2px;
      background: #27272a;
      border: 1px solid #3f3f46;
      border-radius: 6px;
      max-height: 320px;
      overflow-y: auto;
      z-index: 10;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-autocomplete li{
      padding: 0.5rem 0.75rem;
      cursor: pointer;
      list-style: none;
      border-bottom: 1px solid #3f3f46;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-autocomplete li:last-child{ border-bottom: none; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-autocomplete li:hover, .wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-autocomplete li.selected{ background: #3f3f46; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-btn{
      padding: 0.6rem 1rem;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
      border: none;
      font-size: 0.95rem;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-btn-submit{ background: #3b82f6; color: #fff; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-btn-submit:hover:not(:disabled){ background: #2563eb; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-btn-skip{ background: #3f3f46; color: #e4e4e7; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-btn-skip:hover:not(:disabled){ background: #52525b; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-btn:disabled{ opacity: 0.5; cursor: not-allowed; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-history{ margin-top: 1rem; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-history .history-title{ font-size: 0.9rem; color: #a1a1aa; margin-bottom: 0.5rem; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-history ul{ list-style: none; padding: 0; margin: 0; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-history li{
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.4rem 0;
      border-bottom: 1px solid #27272a;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-history .wrong{ color: #f87171; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-history .correct{ color: #4ade80; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-history .skip{ color: #a1a1aa; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-share{ margin-top: 1.25rem; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-share button{
      padding: 0.5rem 1rem;
      background: #27272a;
      border: 1px solid #3f3f46;
      border-radius: 6px;
      color: #e4e4e7;
      cursor: pointer;
      font-size: 0.9rem;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-share button:hover{ background: #3f3f46; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-cover-reveal{
      margin-top: 1rem;
      text-align: center;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-cover-reveal img{
      max-width: 100%;
      border-radius: 8px;
      max-height: 320px;
      object-fit: contain;
    }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-cover-reveal .caption{ margin-top: 0.5rem; color: #a1a1aa; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-result-label{ font-size: 0.9rem; color: #a1a1aa; margin-bottom: 0.5rem; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-answer-only{ margin-top: 1rem; padding: 0.75rem; background: #27272a; border-radius: 8px; color: #e4e4e7; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-loading, .wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-error{ text-align: center; padding: 2rem; color: #a1a1aa; }.wpc-scope-117 .tc-wp-tool-root .game-wrapper .game-error{ color: #f87171; }.wpc-scope-117 .tc-wp-tool-root .game-body{
      background: black !important;
    }@media (min-width: 992px){.tc-wp-tool-root .game-wrapper{ padding: 2rem; }.tc-wp-tool-root .game-wrapper .game-header{ margin-bottom: 1.5rem; }.tc-wp-tool-root .game-wrapper .game-title{ font-size: 1.8rem; }.tc-wp-tool-root .game-wrapper .game-hint-area{ margin-bottom: 1.5rem; border-radius: 12px; }.tc-wp-tool-root .game-wrapper .game-stepper button{ width: 2.75rem; height: 2.75rem; font-size: 1rem; }.tc-wp-tool-root .game-wrapper .game-search-wrap{ min-width: 250px; }}@media (min-width: 768px) and (max-width: 991px){.tc-wp-tool-root .game-wrapper{ padding: 1.5rem; }.tc-wp-tool-root .game-wrapper .game-header{ margin-bottom: 1.25rem; }.tc-wp-tool-root .game-wrapper .game-title{ font-size: 1.65rem; }.tc-wp-tool-root .game-wrapper .game-hint-area{ margin-bottom: 1.25rem; border-radius: 12px; }.tc-wp-tool-root .game-wrapper .game-stepper button{ width: 2.5rem; height: 2.5rem; }.tc-wp-tool-root .game-wrapper .game-search-wrap{ min-width: 220px; }}@media (min-width: 600px) and (max-width: 767px){.tc-wp-tool-root .game-wrapper{ padding: 1.25rem; }.tc-wp-tool-root .game-wrapper .game-header{ margin-bottom: 1.1rem; }.tc-wp-tool-root .game-wrapper .game-title{ font-size: 1.55rem; }.tc-wp-tool-root .game-wrapper .game-hint-area{ margin-bottom: 1.1rem; border-radius: 10px; }.tc-wp-tool-root .game-wrapper .game-stepper button{ width: 2.4rem; height: 2.4rem; }.tc-wp-tool-root .game-wrapper .game-search-wrap{ min-width: 210px; }}@media (min-width: 400px) and (max-width: 599px){.tc-wp-tool-root .game-wrapper{ padding: 1.1rem; }.tc-wp-tool-root .game-wrapper .game-header{ margin-bottom: 1rem; }.tc-wp-tool-root .game-wrapper .game-title{ font-size: 1.45rem; }.tc-wp-tool-root .game-wrapper .game-hint-area{ margin-bottom: 1rem; border-radius: 10px; }.tc-wp-tool-root .game-wrapper .game-stepper button{ width: 2.3rem; height: 2.3rem; }.tc-wp-tool-root .game-wrapper .game-search-wrap{ min-width: 200px; }}@media (max-width: 399px){.tc-wp-tool-root .game-wrapper{
        padding: 1rem max(1rem, env(safe-area-inset-left)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom));
      }.tc-wp-tool-root .game-wrapper .game-header{ margin-bottom: 0.85rem; }.tc-wp-tool-root .game-wrapper .game-title{ font-size: 1.35rem; }.tc-wp-tool-root .game-wrapper .game-daily{ font-size: 0.85rem; }.tc-wp-tool-root .game-wrapper .game-hint-area{ margin-bottom: 0.85rem; border-radius: 12px; }.tc-wp-tool-root .game-wrapper .game-stepper{ gap: 0.4rem; margin-bottom: 0.85rem; }.tc-wp-tool-root .game-wrapper .game-stepper button{
        width: 2.5rem;
        height: 2.5rem;
        min-width: 44px;
        min-height: 44px;
      }.tc-wp-tool-root .game-wrapper .game-status{ font-size: 0.9rem; margin-bottom: 0.75rem; }.tc-wp-tool-root .game-wrapper .game-search-row{ gap: 0.5rem; margin-bottom: 1rem; }.tc-wp-tool-root .game-wrapper .game-search-wrap{ min-width: 0; width: 100%; flex-basis: 100%; }.tc-wp-tool-root .game-wrapper .game-search-wrap input{ padding: 0.85rem 1rem; min-height: 48px; }.tc-wp-tool-root .game-wrapper .game-search-row .game-btn{
        min-height: 48px;
        padding: 0.85rem 1rem;
        flex: 1;
        min-width: 0;
      }.tc-wp-tool-root .game-wrapper .game-game-over-msg{ padding: 0.85rem 1rem; font-size: 0.9rem; }.tc-wp-tool-root .game-wrapper .game-history{ margin-top: 0.85rem; }.tc-wp-tool-root .game-wrapper .game-history li{ padding: 0.45rem 0; }.tc-wp-tool-root .game-wrapper .game-share{ margin-top: 1rem; }.tc-wp-tool-root .game-wrapper .game-share button{ min-height: 44px; padding: 0.65rem 1rem; flex: 1; min-width: 0; }.tc-wp-tool-root .game-wrapper .game-cover-reveal img{ max-height: 260px; }.tc-wp-tool-root .game-wrapper .game-autocomplete{ max-height: 220px; }}@media (max-width: 375px){.tc-wp-tool-root .game-wrapper{ padding: 0.75rem; }.tc-wp-tool-root .game-wrapper .game-title{ font-size: 1.2rem; }.tc-wp-tool-root .game-wrapper .game-stepper button{ width: 2.25rem; height: 2.25rem; min-width: 40px; min-height: 40px; }}.wpc-scope-117 /* 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;
}