@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&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-5 .tc-wp-tool-root img, .wpc-scope-5 .tc-wp-tool-root video, .wpc-scope-5 .tc-wp-tool-root svg, .wpc-scope-5 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-5 .tc-wp-tool-root{
      --bg-deep: #5D109C;
      --bg-bright: #B023A1;
      --card-purple: #6A1A9A;
      --card-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
      --glass: rgba(255, 255, 255, 0.1);
      --glass-border: rgba(255, 255, 255, 0.22);
      --text: #ffffff;
      --text-soft: #e9d5ff;
      --category-orange: #FF8C00;
      --accent: #fbbf24;
      --accent-dim: rgba(251, 191, 36, 0.35);
      --success: #34d399;
      --success-dim: rgba(52, 211, 153, 0.28);
      --error: #f87171;
      --error-dim: rgba(248, 113, 113, 0.28);
      --radius: 24px;
      --radius-md: 16px;
      --radius-pill: 999px;
      --shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0,0,0,0.08);
      --shadow-lg: 0 24px 56px rgba(0, 0, 0, 0.35);
    }.wpc-scope-5 .tc-wp-tool-root .emoji-game-wrapper *{ 
      margin: 0; 
      padding: 0; 
      box-sizing: border-box; 
    }.wpc-scope-5 .tc-wp-tool-root .emoji-game-wrapper{
      font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
      background: linear-gradient(180deg, var(--bg-deep) 0%, #7B2C9E 40%, var(--bg-bright) 100%);
      min-height: 100vh;
      padding: 28px 20px 40px;
      color: var(--text);
      -webkit-tap-highlight-color: transparent;
      position: relative;
      overflow-x: hidden;
    }.wpc-scope-5 .tc-wp-tool-root .emoji-game-container{
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      animation: fadeIn 0.5s ease-out;
    }@keyframes fadeIn{
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }@keyframes softPulse{
      0%, 100% { opacity: 1; }
      50% { opacity: 0.85; }
    }.wpc-scope-5 .tc-wp-tool-root .emoji-game-header{
      text-align: center;
      margin-bottom: 28px;
    }.wpc-scope-5 .tc-wp-tool-root .emoji-game-title{
      font-family: 'Outfit', sans-serif;
      font-weight: 800;
      font-size: clamp(1.75rem, 4.5vw, 2.25rem);
      letter-spacing: -0.02em;
      color: #fff;
      text-shadow: 0 2px 16px rgba(0,0,0,0.2);
      margin-bottom: 4px;
    }.wpc-scope-5 .tc-wp-tool-root .game-badge{
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      color: var(--category-orange);
      padding: 6px 12px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: var(--radius-pill);
    }.wpc-scope-5 .tc-wp-tool-root .mode-row{
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }.wpc-scope-5 .tc-wp-tool-root .mode-label{
      font-size: 0.875rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.9);
      letter-spacing: 0.02em;
    }.wpc-scope-5 .tc-wp-tool-root .mode-select{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 0.9375rem;
      font-weight: 600;
      padding: 10px 18px 10px 16px;
      border: 2px solid var(--glass-border);
      border-radius: var(--radius-pill);
      background: var(--glass);
      color: #fff;
      cursor: pointer;
      outline: none;
      backdrop-filter: blur(12px);
      transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23c4b5fd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      padding-right: 40px;
    }.wpc-scope-5 .tc-wp-tool-root .mode-select:hover{
      background-color: rgba(255, 255, 255, 0.14);
      border-color: rgba(255, 255, 255, 0.28);
    }.wpc-scope-5 .tc-wp-tool-root .mode-select:focus{
      border-color: var(--category-orange);
      box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.3);
    }.wpc-scope-5 .tc-wp-tool-root .btn-new{
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      border: 2px solid var(--glass-border);
      padding: 10px 20px;
      font-size: 0.9375rem;
    }.wpc-scope-5 .tc-wp-tool-root .btn-new:hover{
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.4);
      transform: translateY(-1px);
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 140, 0, 0.12);
    }.wpc-scope-5 .tc-wp-tool-root .game-panel{
      margin-bottom: 24px;
      animation: fadeIn 0.35s ease-out;
    }.wpc-scope-5 .tc-wp-tool-root .emoji-row{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }.wpc-scope-5 .tc-wp-tool-root .emoji-slot{
      width: 88px;
      height: 88px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.12);
      border-radius: var(--radius-md);
      font-size: 3rem;
      border: 2px solid rgba(255, 255, 255, 0.25);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255,255,255,0.15);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }.wpc-scope-5 .tc-wp-tool-root .emoji-slot:hover{
      transform: scale(1.06);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255,255,255,0.2);
    }.wpc-scope-5 .tc-wp-tool-root .emoji-slot.letter{
      font-family: 'Outfit', sans-serif;
      font-weight: 800;
      font-size: 2.25rem;
      color: #fff;
      background: var(--card-purple);
      border-color: rgba(255, 255, 255, 0.3);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255,255,255,0.2);
    }.wpc-scope-5 .tc-wp-tool-root .plus{
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0.7);
      font-weight: 700;
    }.wpc-scope-5 .tc-wp-tool-root .guess-card{
      background: var(--card-purple);
      border-radius: var(--radius);
      padding: 28px 24px;
      margin-bottom: 24px;
      box-shadow: var(--card-shadow), 0 0 0 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.08);
      transition: box-shadow 0.25s ease;
    }.wpc-scope-5 .tc-wp-tool-root .guess-card:hover{
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.1);
    }.wpc-scope-5 .tc-wp-tool-root .guess-card:focus-within{
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.1);
    }.wpc-scope-5 .tc-wp-tool-root .category-row{
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }.wpc-scope-5 .tc-wp-tool-root .category{
      font-size: 0.9375rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: var(--category-orange);
      background: rgba(0, 0, 0, 0.25);
      padding: 10px 18px;
      border-radius: 12px 12px 0 0;
      border-left: 4px solid var(--category-orange);
      border-top: 1px solid rgba(255, 140, 0, 0.4);
      line-height: 1.2;
      display: inline-block;
    }.wpc-scope-5 .tc-wp-tool-root #panelText2Emoji .guess-card .category{
      display: inline-block;
      margin-bottom: 14px;
      padding: 10px 18px 10px 14px;
      border-left: 4px solid var(--category-orange);
      border-top: 1px solid rgba(255, 140, 0, 0.4);
      background: rgba(0, 0, 0, 0.25);
      border-radius: 12px 12px 0 0;
      line-height: 1.3;
    }.wpc-scope-5 .tc-wp-tool-root .pick-hint .hint-num, .wpc-scope-5 .tc-wp-tool-root .pick-hint .hint-category{
      font-weight: 800;
      color: var(--category-orange);
      padding: 0 2px;
    }.wpc-scope-5 .tc-wp-tool-root .pick-hint .hint-num{
      font-variant-numeric: tabular-nums;
    }.wpc-scope-5 .tc-wp-tool-root .puzzle-timer{
      font-family: 'Outfit', sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
      color: #fff;
      background: rgba(0, 0, 0, 0.3);
      padding: 8px 14px;
      border-radius: var(--radius-pill);
      min-width: 4ch;
      text-align: center;
      font-variant-numeric: tabular-nums;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }.wpc-scope-5 .tc-wp-tool-root .puzzle-timer.low{
      color: #fecaca;
      animation: softPulse 1s ease-in-out infinite;
    }.wpc-scope-5 .tc-wp-tool-root .puzzle-timer.done{ color: var(--text-soft); }.wpc-scope-5 .tc-wp-tool-root .answer-slots{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px;
      min-height: 3.5rem;
      margin-bottom: 24px;
    }.wpc-scope-5 .tc-wp-tool-root .answer-row{
      display: flex;
      align-items: flex-end;
      justify-content: center;
      gap: 8px 12px;
      flex-wrap: nowrap;
    }.wpc-scope-5 .tc-wp-tool-root .char-slot{
      width: 2rem;
      height: auto;
      min-height: 2.5rem;
      font-family: 'Outfit', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      text-align: center;
      color: #fff;
      background: transparent;
      border: none;
      border-bottom: 3px solid rgba(255, 255, 255, 0.5);
      border-radius: 0;
      padding-bottom: 4px;
      outline: none;
      transition: border-color 0.2s;
    }.wpc-scope-5 .tc-wp-tool-root .char-slot::placeholder{
      color: rgba(255, 255, 255, 0.5);
    }.wpc-scope-5 .tc-wp-tool-root .char-slot:focus{
      border-bottom-color: var(--category-orange);
    }.wpc-scope-5 .tc-wp-tool-root .char-slot.filled{
      border-bottom-color: rgba(255, 255, 255, 0.85);
    }.wpc-scope-5 .tc-wp-tool-root .char-slot:disabled{
      opacity: 1;
      cursor: default;
      border-bottom-color: rgba(255, 255, 255, 0.6);
    }.wpc-scope-5 .tc-wp-tool-root .input-row{
      display: flex;
      gap: 12px;
      margin-top: 20px;
    }.wpc-scope-5 .tc-wp-tool-root .input-row-check{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
      margin-top: 4px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }.wpc-scope-5 .tc-wp-tool-root .input-row-check .btn{
      min-width: 120px;
    }.wpc-scope-5 .tc-wp-tool-root .input-row input{
      flex: 1;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.0625rem;
      padding: 16px 20px;
      border: 2px solid var(--glass-border);
      border-radius: var(--radius-md);
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      outline: none;
      transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    }.wpc-scope-5 .tc-wp-tool-root .input-row input::placeholder{
      color: rgba(255, 255, 255, 0.45);
    }.wpc-scope-5 .tc-wp-tool-root .input-row input:hover{
      background: rgba(255, 255, 255, 0.1);
    }.wpc-scope-5 .tc-wp-tool-root .input-row input:focus{
      border-color: var(--category-orange);
      background: rgba(255, 255, 255, 0.12);
      box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.3);
    }.wpc-scope-5 .tc-wp-tool-root .btn{
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      padding: 16px 28px;
      border: none;
      border-radius: var(--radius-pill);
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s;
      white-space: nowrap;
    }.wpc-scope-5 .tc-wp-tool-root .btn:hover{
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    }.wpc-scope-5 .tc-wp-tool-root .btn:active{
      transform: translateY(0);
    }.wpc-scope-5 .tc-wp-tool-root .btn-hint{
      background: linear-gradient(145deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.08) 100%);
      color: #fff;
      border: 2px solid var(--glass-border);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255,255,255,0.1);
    }.wpc-scope-5 .tc-wp-tool-root .btn-hint:hover{
      background: linear-gradient(145deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.12) 100%);
      border-color: rgba(255, 255, 255, 0.4);
      transform: translateY(-1px);
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25), 0 0 20px rgba(255, 140, 0, 0.15), inset 0 1px 0 rgba(255,255,255,0.15);
    }.wpc-scope-5 .tc-wp-tool-root .btn-check{
      background: linear-gradient(135deg, var(--category-orange) 0%, #e67e00 100%);
      color: #fff;
      box-shadow: 0 4px 16px rgba(255, 140, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.25);
      font-weight: 700;
    }.wpc-scope-5 .tc-wp-tool-root .btn-check:hover{
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 8px 24px rgba(255, 140, 0, 0.45), inset 0 1px 0 rgba(255,255,255,0.3);
    }.wpc-scope-5 .tc-wp-tool-root .btn-next{
      background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.12) 100%);
      color: #fff;
      border: 2px solid var(--glass-border);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }.wpc-scope-5 .tc-wp-tool-root .btn-next:hover{
      box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
      border-color: rgba(255, 255, 255, 0.35);
    }.wpc-scope-5 .tc-wp-tool-root .feedback{
      margin-top: 18px;
      padding: 14px 18px;
      border-radius: var(--radius-md);
      font-weight: 600;
      font-size: 0.9375rem;
      text-align: center;
      display: none;
      animation: fadeIn 0.3s ease-out;
    }.wpc-scope-5 .tc-wp-tool-root .feedback.correct{
      display: block;
      background: var(--success-dim);
      border: 1px solid rgba(52, 211, 153, 0.4);
      color: var(--success);
    }.wpc-scope-5 .tc-wp-tool-root .feedback.wrong{
      display: block;
      background: var(--error-dim);
      border: 1px solid rgba(248, 113, 113, 0.4);
      color: var(--error);
    }.wpc-scope-5 .tc-wp-tool-root .score-bar{
      display: none;
    }.wpc-scope-5 .tc-wp-tool-root .score-bar span{
      color: #fff;
      font-variant-numeric: tabular-nums;
    }.wpc-scope-5 .tc-wp-tool-root .answer-revealed{
      font-family: 'Outfit', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
      text-align: center;
      margin: 14px 0 16px;
      padding: 18px 20px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: var(--radius-md);
      letter-spacing: 0.02em;
      line-height: 1.4;
    }.wpc-scope-5 .tc-wp-tool-root .pick-hint{
      font-size: 0.9375rem;
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 18px;
      text-align: center;
      font-weight: 500;
      line-height: 1.4;
    }.wpc-scope-5 .tc-wp-tool-root .pick-count{
      font-size: 0.9375rem;
      font-weight: 700;
      color: var(--category-orange);
      text-align: center;
      margin: -8px 0 16px;
    }.wpc-scope-5 .tc-wp-tool-root .emoji-grid{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      padding: 10px 0;
    }.wpc-scope-5 .tc-wp-tool-root .emoji-pick-cell{
      width: 56px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      background: rgba(255, 255, 255, 0.12);
      border: 2px solid rgba(255, 255, 255, 0.25);
      border-radius: var(--radius-md);
      cursor: pointer;
      transition: transform 0.2s ease, border-color 0.2s, background 0.2s, box-shadow 0.2s;
      user-select: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255,255,255,0.1);
    }.wpc-scope-5 .tc-wp-tool-root .emoji-pick-cell:hover{
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.4);
      transform: scale(1.08);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255,255,255,0.15);
    }.wpc-scope-5 .tc-wp-tool-root .emoji-pick-cell.selected{
      border-color: var(--category-orange);
      background: rgba(255, 140, 0, 0.25);
      box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.4), 0 4px 16px rgba(255, 140, 0, 0.2);
      transform: scale(1.05);
    }.wpc-scope-5 .tc-wp-tool-root .emoji-pick-cell.wrong{
      border-color: var(--error);
      background: var(--error-dim);
      pointer-events: none;
      box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.3);
    }.wpc-scope-5 .tc-wp-tool-root .emoji-pick-cell.correct{
      border-color: var(--success);
      background: var(--success-dim);
      box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.4), 0 4px 16px rgba(52, 211, 153, 0.25);
      pointer-events: none;
    }.wpc-scope-5 .tc-wp-tool-root .next-wrap{
      text-align: center;
      margin-top: 16px;
    }.wpc-scope-5 .tc-wp-tool-root #loadStatus{
      display: none;
    }@media (max-width: 1200px){.tc-wp-tool-root .emoji-game-container{
        max-width: 100%;
        padding: 0 15px;
      }}@media (max-width: 992px){.tc-wp-tool-root .emoji-game-wrapper{
        padding: 20px 15px 30px;
      }.tc-wp-tool-root .emoji-slot{
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
      }.tc-wp-tool-root .guess-card{
        padding: 24px 20px;
      }.tc-wp-tool-root .answer-slots{
        gap: 12px;
      }.tc-wp-tool-root .answer-row{
        gap: 7px 10px;
      }.tc-wp-tool-root .char-slot{
        width: 1.9rem;
        font-size: 1.4rem;
      }}@media (max-width: 768px){.tc-wp-tool-root .emoji-game-wrapper{
        padding: 18px 12px 28px;
      }.tc-wp-tool-root .emoji-game-title{
        font-size: 1.8rem;
      }.tc-wp-tool-root .mode-row{
        flex-direction: column;
        gap: 8px;
      }.tc-wp-tool-root .emoji-slot{
        width: 70px;
        height: 70px;
        font-size: 2.2rem;
      }.tc-wp-tool-root .emoji-slot.letter{
        font-size: 1.6rem;
      }.tc-wp-tool-root .guess-card{
        padding: 20px 16px;
      }.tc-wp-tool-root .category-row{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }.tc-wp-tool-root .input-row{
        flex-direction: column;
      }.tc-wp-tool-root .input-row-check{
        flex-direction: column;
        gap: 10px;
      }.tc-wp-tool-root .input-row-check .btn{
        width: 100%;
        max-width: 200px;
      }.tc-wp-tool-root .emoji-pick-cell{
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
      }}@media (max-width: 480px){.tc-wp-tool-root .emoji-game-wrapper{
        padding: 15px 10px 25px;
      }.tc-wp-tool-root .emoji-game-title{
        font-size: 1.6rem;
      }.tc-wp-tool-root .emoji-slot{
        width: 60px;
        height: 60px;
        font-size: 2rem;
      }.tc-wp-tool-root .emoji-slot.letter{
        font-size: 1.4rem;
      }.tc-wp-tool-root .guess-card{
        padding: 18px 14px;
      }.tc-wp-tool-root .answer-slots{
        gap: 10px;
      }.tc-wp-tool-root .answer-row{
        gap: 5px 8px;
      }.tc-wp-tool-root .char-slot{
        width: 1.7rem;
        font-size: 1.2rem;
      }.tc-wp-tool-root .btn{
        padding: 14px 20px;
        font-size: 0.9rem;
      }.tc-wp-tool-root .emoji-pick-cell{
        width: 45px;
        height: 45px;
        font-size: 1.6rem;
      }.tc-wp-tool-root .emoji-grid{
        gap: 8px;
      }}@media (max-width: 400px){.tc-wp-tool-root .emoji-game-wrapper{
        padding: 12px 8px 20px;
      }.tc-wp-tool-root .emoji-game-title{
        font-size: 1.5rem;
      }.tc-wp-tool-root .emoji-slot{
        width: 55px;
        height: 55px;
        font-size: 1.8rem;
      }.tc-wp-tool-root .emoji-slot.letter{
        font-size: 1.3rem;
      }.tc-wp-tool-root .guess-card{
        padding: 16px 12px;
      }.tc-wp-tool-root .char-slot{
        width: 1.5rem;
        font-size: 1.1rem;
      }.tc-wp-tool-root .btn{
        padding: 12px 16px;
        font-size: 0.85rem;
      }.tc-wp-tool-root .emoji-pick-cell{
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
      }.tc-wp-tool-root .emoji-grid{
        gap: 6px;
      }}@media (max-width: 375px){.tc-wp-tool-root .emoji-game-wrapper{
        padding: 10px 6px 18px;
      }.tc-wp-tool-root .emoji-game-title{
        font-size: 1.4rem;
      }.tc-wp-tool-root .emoji-slot{
        width: 50px;
        height: 50px;
        font-size: 1.6rem;
      }.tc-wp-tool-root .emoji-slot.letter{
        font-size: 1.2rem;
      }.tc-wp-tool-root .guess-card{
        padding: 14px 10px;
      }.tc-wp-tool-root .char-slot{
        width: 1.4rem;
        font-size: 1rem;
      }.tc-wp-tool-root .btn{
        padding: 10px 14px;
        font-size: 0.8rem;
      }.tc-wp-tool-root .emoji-pick-cell{
        width: 38px;
        height: 38px;
        font-size: 1.3rem;
      }.tc-wp-tool-root .emoji-grid{
        gap: 5px;
      }.tc-wp-tool-root .plus{
        font-size: 1.2rem;
      }}.wpc-scope-5 /* 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;
}