@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=Inter:wght@400;500;600;700;800;900&amp;family=Space+Grotesk:wght@500;600;700&amp;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-3 .tc-wp-tool-root img, .wpc-scope-3 .tc-wp-tool-root video, .wpc-scope-3 .tc-wp-tool-root svg, .wpc-scope-3 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-3 .tc-wp-tool-root{
      --bg: #fafafa;
      --bg-subtle: #f4f4f5;
      --surface: #ffffff;
      --surface-hover: #fafafa;
      --foreground: #09090b;
      --foreground-muted: #71717a;
      --foreground-subtle: #a1a1aa;
      --border: #e4e4e7;
      --border-hover: #d4d4d8;
      --ring: rgba(24, 24, 27, 0.08);

      --primary: #18181b;
      --primary-fg: #ffffff;
      --primary-hover: #27272a;

      --accent: #6d28d9;
      --accent-light: #8b5cf6;
      --accent-muted: rgba(109, 40, 217, 0.08);
      --accent-glow: rgba(109, 40, 217, 0.15);

      --success: #16a34a;
      --success-bg: rgba(22, 163, 74, 0.08);
      --success-border: rgba(22, 163, 74, 0.25);
      --error: #dc2626;
      --error-bg: rgba(220, 38, 38, 0.06);
      --error-border: rgba(220, 38, 38, 0.2);

      --radius-sm: 8px;
      --radius: 12px;
      --radius-lg: 16px;
      --radius-xl: 20px;
      --radius-2xl: 24px;
      --radius-full: 9999px;

      --shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
      --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
      --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.06), 0 2px 4px -2px rgba(0,0,0,0.04);
      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.06), 0 4px 6px -4px rgba(0,0,0,0.03);
      --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.03);

      --player-bg: linear-gradient(145deg, #18181b 0%, #27272a 50%, #18181b 100%);

      --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      --bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }.wpc-scope-3 .tc-wp-tool-root [data-theme="dark"]{
      --bg: #09090b;
      --bg-subtle: #18181b;
      --surface: #18181b;
      --surface-hover: #27272a;
      --foreground: #fafafa;
      --foreground-muted: #a1a1aa;
      --foreground-subtle: #71717a;
      --border: #27272a;
      --border-hover: #3f3f46;
      --ring: rgba(250, 250, 250, 0.06);

      --primary: #fafafa;
      --primary-fg: #09090b;
      --primary-hover: #e4e4e7;

      --accent: #8b5cf6;
      --accent-light: #a78bfa;
      --accent-muted: rgba(139, 92, 246, 0.12);
      --accent-glow: rgba(139, 92, 246, 0.2);

      --success: #4ade80;
      --success-bg: rgba(74, 222, 128, 0.1);
      --success-border: rgba(74, 222, 128, 0.25);
      --error: #f87171;
      --error-bg: rgba(248, 113, 113, 0.08);
      --error-border: rgba(248, 113, 113, 0.2);

      --shadow-xs: 0 1px 2px rgba(0,0,0,0.2);
      --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
      --shadow-md: 0 4px 6px rgba(0,0,0,0.3);
      --shadow-lg: 0 10px 20px rgba(0,0,0,0.3);
      --shadow-xl: 0 20px 30px rgba(0,0,0,0.4);

      --player-bg: linear-gradient(145deg, #09090b 0%, #1c1c22 50%, #09090b 100%);
    }.wpc-scope-3 .tc-wp-tool-root *, .wpc-scope-3 .tc-wp-tool-root *::before, .wpc-scope-3 .tc-wp-tool-root *::after{ box-sizing: border-box; margin: 0; padding: 0; }.wpc-scope-3 .tc-wp-tool-root{ scroll-behavior: smooth; }.wpc-scope-3 .tc-wp-tool-root{
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--foreground);
      min-height: 100vh;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: background var(--transition), color var(--transition);
      overflow-x: hidden;
    }.wpc-scope-3 .tc-wp-tool-root body::before{
      content: '';
      position: fixed;
      inset: 0;
      background-image:
        linear-gradient(var(--border) 1px, transparent 1px),
        linear-gradient(90deg, var(--border) 1px, transparent 1px);
      background-size: 64px 64px;
      opacity: 0.4;
      pointer-events: none;
      z-index: 0;
      mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, black 20%, transparent 70%);
      -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, black 20%, transparent 70%);
    }.wpc-scope-3 .tc-wp-tool-root body::after{
      content: '';
      position: fixed;
      top: -200px;
      left: 50%;
      transform: translateX(-50%);
      width: 600px;
      height: 400px;
      background: radial-gradient(ellipse, var(--accent-glow), transparent 70%);
      pointer-events: none;
      z-index: 0;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-wrapper{
      position: relative;
      z-index: 1;
      max-width: 720px;
      margin: 0 auto;
      padding: 32px 24px 80px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-top-bar{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 40px;
      padding: 0 4px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-logo{
      display: flex;
      align-items: flex-end;
      gap: 10px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-logo-icon{
      width: 36px;
      height: 36px;
      border-radius: var(--radius-sm);
      background: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      box-shadow: var(--shadow-sm);
      flex-shrink: 0;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-logo-icon svg{
      margin-top: 2px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-logo-text{
      font-family: 'Space Grotesk', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: var(--foreground);
      letter-spacing: -0.03em;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-top-actions{
      display: flex;
      align-items: center;
      gap: 8px;
    }.wpc-scope-3 .tc-wp-tool-root #themeToggle{
      position: fixed;
      top: 24px;
      right: 24px;
      z-index: 100;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-icon-btn{
      width: 40px;
      height: 40px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: var(--surface);
      color: var(--foreground-muted);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      transition: all var(--transition);
      box-shadow: var(--shadow-xs);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-icon-btn svg{
      margin-top: 2px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-icon-btn:hover{
      border-color: var(--border-hover);
      color: var(--foreground);
      background: var(--surface-hover);
      transform: translateY(-1px);
      box-shadow: var(--shadow-sm);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-hero{
      text-align: center;
      margin-bottom: 40px;
      animation: fadeUp 0.6s ease both;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-hero h1{
      font-family: 'Space Grotesk', sans-serif;
      font-size: clamp(28px, 5vw, 40px);
      font-weight: 700;
      letter-spacing: -0.04em;
      line-height: 1.1;
      margin-bottom: 12px;
      color: var(--foreground);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-hero p{
      font-size: 16px;
      color: var(--foreground-muted);
      max-width: 400px;
      margin: 0 auto;
      font-weight: 500;
      line-height: 1.6;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-stats-bar{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 12px;
      margin-bottom: 24px;
      animation: fadeUp 0.6s ease 0.1s both;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-stat-card{
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 16px 20px;
      text-align: center;
      box-shadow: var(--shadow-xs);
      transition: all var(--transition);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-stat-card:hover{
      border-color: var(--border-hover);
      box-shadow: var(--shadow-sm);
      transform: translateY(-1px);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-stat-label{
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--foreground-subtle);
      margin-bottom: 4px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-stat-value{
      font-family: 'Space Grotesk', sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: var(--foreground);
      letter-spacing: -0.02em;
      font-variant-numeric: tabular-nums;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-stat-value.gtl-accent{ color: var(--accent); }.wpc-scope-3 .tc-wp-tool-root .gtl-stat-value.gtl-success{ color: var(--success); }.wpc-scope-3 .tc-wp-tool-root .gtl-game-card{
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius-2xl);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      animation: fadeUp 0.6s ease 0.2s both;
      transition: box-shadow var(--transition), border-color var(--transition);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-game-card:hover{
      box-shadow: var(--shadow-xl);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap{
      position: relative;
      width: 100%;
      min-height: 220px;
      background: var(--player-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-player-rings{
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-player-ring{
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(139, 92, 246, 0.08);
      animation: ringPulse 3s ease-in-out infinite;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-player-ring:nth-child(1){ width: 120px; height: 120px; animation-delay: 0s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-ring:nth-child(2){ width: 200px; height: 200px; animation-delay: 0.5s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-ring:nth-child(3){ width: 280px; height: 280px; animation-delay: 1s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-ring:nth-child(4){ width: 360px; height: 360px; animation-delay: 1.5s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-player-ring{
      border-color: rgba(139, 92, 246, 0.2);
      animation: ringPulseActive 2s ease-in-out infinite;
    }@keyframes ringPulse{
      0%, 100% { transform: scale(1); opacity: 0.5; }
      50% { transform: scale(1.02); opacity: 1; }
    }@keyframes ringPulseActive{
      0%, 100% { transform: scale(0.95); opacity: 0.3; }
      50% { transform: scale(1.05); opacity: 1; }
    }.wpc-scope-3 .tc-wp-tool-root .gtl-visualizer{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      height: 80px;
      z-index: 2;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar{
      width: 6px;
      border-radius: 3px;
      background: rgba(255,255,255,0.15);
      transition: background 0.3s ease;
      animation: visIdle 1.8s ease-in-out infinite;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(1){ height: 20px; animation-delay: 0s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(2){ height: 32px; animation-delay: 0.1s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(3){ height: 24px; animation-delay: 0.2s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(4){ height: 40px; animation-delay: 0.3s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(5){ height: 56px; animation-delay: 0.15s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(6){ height: 48px; animation-delay: 0.25s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(7){ height: 36px; animation-delay: 0.05s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(8){ height: 28px; animation-delay: 0.35s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(9){ height: 44px; animation-delay: 0.2s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(10){ height: 20px; animation-delay: 0.1s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(11){ height: 52px; animation-delay: 0.3s; }.wpc-scope-3 .tc-wp-tool-root .gtl-vis-bar:nth-child(12){ height: 32px; animation-delay: 0s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar{
      background: linear-gradient(to top, #8b5cf6, #c4b5fd);
      box-shadow: 0 0 12px rgba(139, 92, 246, 0.3);
      animation: visPulse 0.35s ease-in-out infinite alternate;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(1){ animation-delay: 0s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(2){ animation-delay: 0.04s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(3){ animation-delay: 0.08s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(4){ animation-delay: 0.12s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(5){ animation-delay: 0.06s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(6){ animation-delay: 0.16s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(7){ animation-delay: 0.02s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(8){ animation-delay: 0.1s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(9){ animation-delay: 0.14s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(10){ animation-delay: 0.05s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(11){ animation-delay: 0.09s; }.wpc-scope-3 .tc-wp-tool-root .gtl-player-wrap.gtl-playing .gtl-vis-bar:nth-child(12){ animation-delay: 0.03s; }@keyframes visIdle{
      0%, 100% { transform: scaleY(0.4); opacity: 0.5; }
      50% { transform: scaleY(1); opacity: 0.8; }
    }@keyframes visPulse{
      0% { transform: scaleY(0.25); }
      100% { transform: scaleY(1); }
    }.wpc-scope-3 .tc-wp-tool-root .gtl-placeholder{
      position: absolute;
      inset: 0;
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: rgba(255,255,255,0.85);
      padding: 32px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-placeholder.gtl-hidden{ display: none; }.wpc-scope-3 .tc-wp-tool-root .gtl-placeholder-icon-wrap{
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: rgba(139, 92, 246, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      animation: float 3s ease-in-out infinite;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-placeholder-icon-wrap svg{
      width: 28px;
      height: 28px;
      color: #a78bfa;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-placeholder-text{
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      line-height: 1.5;
      opacity: 0.8;
    }@keyframes float{
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
    }.wpc-scope-3 .tc-wp-tool-root .gtl-player-controls{
      position: absolute;
      left: 0; right: 0; bottom: 0;
      z-index: 4;
      padding: 32px 20px 16px;
      background: linear-gradient(transparent, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.9));
      display: none;
      flex-direction: column;
      gap: 10px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-player-controls.gtl-visible{ display: flex; }.wpc-scope-3 .tc-wp-tool-root .gtl-progress-row{
      display: flex;
      align-items: center;
      gap: 10px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-progress-track{
      flex: 1;
      height: 6px;
      border-radius: var(--radius-full);
      background: rgba(255,255,255,0.15);
      cursor: pointer;
      overflow: hidden;
      position: relative;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-progress-track:hover{ height: 8px; }.wpc-scope-3 .tc-wp-tool-root .gtl-progress-fill{
      height: 100%;
      border-radius: var(--radius-full);
      background: linear-gradient(90deg, #8b5cf6, #c4b5fd);
      width: 0%;
      transition: width 0.08s linear;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-time-display{
      font-size: 12px;
      font-weight: 700;
      color: rgba(255,255,255,0.8);
      min-width: 70px;
      text-align: right;
      font-variant-numeric: tabular-nums;
      letter-spacing: 0.02em;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-controls-row{
      display: flex;
      align-items: center;
      gap: 8px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-ctrl-btn{
      height: 36px;
      border: none;
      border-radius: var(--radius-sm);
      background: rgba(255,255,255,0.1);
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-family: inherit;
      font-size: 13px;
      font-weight: 600;
      padding: 0 12px;
      transition: all var(--transition);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-ctrl-btn:hover{
      background: rgba(255,255,255,0.2);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-ctrl-btn svg{ width: 16px; height: 16px; }.wpc-scope-3 .tc-wp-tool-root .gtl-ctrl-btn.gtl-play-btn{
      width: 36px;
      padding: 0;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-volume-wrap{
      display: flex;
      align-items: center;
      gap: 6px;
      margin-left: auto;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-volume-slider{
      width: 72px;
      height: 4px;
      -webkit-appearance: none;
      appearance: none;
      background: transparent;
      cursor: pointer;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-volume-slider::-webkit-slider-runnable-track{
      height: 4px; border-radius: 2px; background: rgba(255,255,255,0.2);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-volume-slider::-webkit-slider-thumb{
      -webkit-appearance: none; width: 12px; height: 12px;
      border-radius: 50%; background: #fff; cursor: pointer; margin-top: -4px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-volume-slider::-moz-range-track{
      height: 4px; border-radius: 2px; background: rgba(255,255,255,0.2);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-volume-slider::-moz-range-thumb{
      width: 12px; height: 12px; border-radius: 50%;
      background: #fff; cursor: pointer; border: none;
    }.wpc-scope-3 .tc-wp-tool-root audio{ display: none; }.wpc-scope-3 .tc-wp-tool-root .gtl-choices-section{
      padding: 24px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choices-header{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choices-label{
      font-size: 13px;
      font-weight: 700;
      color: var(--foreground-muted);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      display: flex;
      align-items: center;
      gap: 8px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choices-label svg{ width: 16px; height: 16px; opacity: 0.6; }.wpc-scope-3 .tc-wp-tool-root .gtl-choices-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn{
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 16px;
      font-size: 15px;
      font-weight: 600;
      font-family: inherit;
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      background: var(--surface);
      color: var(--foreground);
      cursor: pointer;
      transition: all var(--transition);
      text-align: left;
      box-shadow: var(--shadow-xs);
      overflow: hidden;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn::before{
      content: '';
      position: absolute;
      inset: 0;
      background: var(--accent-muted);
      opacity: 0;
      transition: opacity var(--transition);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-letter{
      width: 32px;
      height: 32px;
      border-radius: var(--radius-sm);
      background: var(--bg-subtle);
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
      color: var(--foreground-subtle);
      flex-shrink: 0;
      transition: all var(--transition);
      z-index: 1;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-text{
      z-index: 1;
      line-height: 1.3;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn:hover:not(:disabled){
      border-color: var(--accent);
      transform: translateY(-2px);
      box-shadow: var(--shadow-md), 0 0 0 1px var(--accent-glow);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn:hover:not(:disabled)::before{ opacity: 1; }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn:hover:not(:disabled) .gtl-choice-letter{
      background: var(--accent);
      color: #fff;
      border-color: var(--accent);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn:active:not(:disabled){ transform: translateY(0); }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn:disabled{ cursor: default; }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn.gtl-correct{
      border-color: var(--success);
      background: var(--success-bg);
      box-shadow: 0 0 0 1px var(--success-border);
      animation: popIn 0.35s var(--bounce);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn.gtl-correct .gtl-choice-letter{
      background: var(--success);
      color: #fff;
      border-color: var(--success);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn.gtl-correct .gtl-choice-text{ color: var(--success); }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn.gtl-wrong{
      border-color: var(--error);
      background: var(--error-bg);
      box-shadow: 0 0 0 1px var(--error-border);
      animation: shake 0.5s ease;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn.gtl-wrong .gtl-choice-letter{
      background: var(--error);
      color: #fff;
      border-color: var(--error);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-choice-btn.gtl-wrong .gtl-choice-text{ color: var(--error); }@keyframes shake{
      0%, 100% { transform: translateX(0); }
      15% { transform: translateX(-8px); }
      30% { transform: translateX(8px); }
      45% { transform: translateX(-5px); }
      60% { transform: translateX(5px); }
      75% { transform: translateX(-2px); }
      90% { transform: translateX(2px); }
    }@keyframes popIn{
      0% { transform: scale(0.95); }
      50% { transform: scale(1.03); }
      100% { transform: scale(1); }
    }.wpc-scope-3 .tc-wp-tool-root .gtl-action-bar{
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 24px 24px;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-btn-next{
      width: 100%;
      padding: 14px 24px;
      font-size: 15px;
      font-weight: 700;
      font-family: inherit;
      border-radius: var(--radius);
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      letter-spacing: 0.01em;
      background: var(--primary);
      color: var(--primary-fg);
      box-shadow: var(--shadow-sm);
      transition: all var(--transition);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-btn-next:hover:not(:disabled){
      background: var(--primary-hover);
      transform: translateY(-1px);
      box-shadow: var(--shadow-md);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-btn-next:active:not(:disabled){ transform: translateY(0); }.wpc-scope-3 .tc-wp-tool-root .gtl-btn-next:disabled{
      opacity: 0.4;
      cursor: not-allowed;
      transform: none;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-btn-next svg{ width: 16px; height: 16px; }.wpc-scope-3 .tc-wp-tool-root .gtl-spinner{
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 2px solid rgba(255,255,255,0.3);
      border-top-color: #fff;
      border-radius: 50%;
      animation: spin 0.6s linear infinite;
    }.wpc-scope-3 .tc-wp-tool-root [data-theme="dark"] .gtl-spinner{
      border-color: rgba(0,0,0,0.2);
      border-top-color: #000;
    }@keyframes spin{ to { transform: rotate(360deg); } }.wpc-scope-3 .tc-wp-tool-root .gtl-streak-wrap{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      margin-bottom: 24px;
      min-height: 24px;
      animation: fadeUp 0.6s ease 0.15s both;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-streak-dot{
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--border);
      transition: all 0.3s ease;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-streak-dot.gtl-correct-dot{
      background: var(--success);
      box-shadow: 0 0 6px var(--success-border);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-streak-dot.gtl-wrong-dot{
      background: var(--error);
      box-shadow: 0 0 6px var(--error-border);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-toast{
      position: fixed;
      top: 24px;
      left: 50%;
      transform: translateX(-50%) translateY(-20px);
      padding: 12px 24px;
      border-radius: var(--radius);
      font-weight: 700;
      font-size: 14px;
      font-family: inherit;
      z-index: 1000;
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      box-shadow: var(--shadow-xl);
      display: flex;
      align-items: center;
      gap: 8px;
      pointer-events: none;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-toast.gtl-show{
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }.wpc-scope-3 .tc-wp-tool-root .gtl-toast svg{ width: 18px; height: 18px; }.wpc-scope-3 .tc-wp-tool-root .gtl-toast.gtl-success{ background: var(--success); color: #fff; }.wpc-scope-3 .tc-wp-tool-root .gtl-toast.gtl-error{ background: var(--error); color: #fff; }.wpc-scope-3 .tc-wp-tool-root .gtl-confetti-container{
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 999;
      overflow: hidden;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-confetti{
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 2px;
      animation: confettiFall 1.5s ease forwards;
    }@keyframes confettiFall{
      0% { transform: translateY(-20px) rotate(0deg) scale(1); opacity: 1; }
      100% { transform: translateY(100vh) rotate(720deg) scale(0.3); opacity: 0; }
    }.wpc-scope-3 .tc-wp-tool-root .gtl-footer{
      text-align: center;
      margin-top: 40px;
      padding: 24px 0;
      border-top: 1px solid var(--border);
      animation: fadeUp 0.6s ease 0.3s both;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-footer p{
      font-size: 13px;
      color: var(--foreground-subtle);
      font-weight: 500;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-footer a{
      color: var(--accent);
      text-decoration: none;
      font-weight: 600;
    }.wpc-scope-3 .tc-wp-tool-root .gtl-footer a:hover{ text-decoration: underline; }@keyframes fadeUp{
      from { opacity: 0; transform: translateY(16px); }
      to { opacity: 1; transform: translateY(0); }
    }@media (max-width: 992px){.tc-wp-tool-root .gtl-wrapper{ padding: 28px 20px 70px; }.tc-wp-tool-root .gtl-hero h1{ font-size: 32px; }.tc-wp-tool-root .gtl-stats-bar{ gap: 10px; }.tc-wp-tool-root .gtl-choices-grid{ gap: 10px; }}@media (max-width: 768px){.tc-wp-tool-root .gtl-wrapper{ padding: 24px 18px 60px; }.tc-wp-tool-root .gtl-hero h1{ font-size: 30px; }.tc-wp-tool-root .gtl-hero p{ font-size: 15px; }.tc-wp-tool-root .gtl-stat-card{ padding: 14px 16px; }.tc-wp-tool-root .gtl-stat-value{ font-size: 22px; }.tc-wp-tool-root .gtl-stat-label{ font-size: 10px; }.tc-wp-tool-root .gtl-choices-section{ padding: 20px; }.tc-wp-tool-root .gtl-choice-btn{ padding: 14px; font-size: 14px; }.tc-wp-tool-root .gtl-choice-letter{ width: 30px; height: 30px; font-size: 12px; }.tc-wp-tool-root .gtl-action-bar{ padding: 0 20px 20px; }.tc-wp-tool-root .gtl-btn-next{ padding: 12px 20px; font-size: 14px; }}@media (max-width: 600px){.tc-wp-tool-root .gtl-wrapper{ padding: 20px 16px 50px; }.tc-wp-tool-root .gtl-hero h1{ font-size: 26px; }.tc-wp-tool-root .gtl-stats-bar{ grid-template-columns: 1fr 1fr 1fr; gap: 8px; }.tc-wp-tool-root .gtl-stat-card{ padding: 12px 8px; }.tc-wp-tool-root .gtl-stat-value{ font-size: 20px; }.tc-wp-tool-root .gtl-stat-label{ font-size: 10px; }.tc-wp-tool-root .gtl-choices-grid{ gap: 8px; }.tc-wp-tool-root .gtl-choice-btn{ padding: 12px; font-size: 14px; gap: 10px; }.tc-wp-tool-root .gtl-choice-letter{ width: 28px; height: 28px; font-size: 12px; }.tc-wp-tool-root .gtl-choices-section{ padding: 16px; }.tc-wp-tool-root .gtl-action-bar{ padding: 0 16px 16px; }.tc-wp-tool-root .gtl-player-controls{ padding: 24px 16px 12px; }.tc-wp-tool-root .gtl-volume-slider{ width: 60px; }}@media (max-width: 400px){.tc-wp-tool-root .gtl-wrapper{ padding: 16px 12px 40px; }.tc-wp-tool-root .gtl-hero h1{ font-size: 24px; }.tc-wp-tool-root .gtl-hero p{ font-size: 14px; }.tc-wp-tool-root .gtl-stats-bar{ gap: 6px; }.tc-wp-tool-root .gtl-stat-card{ padding: 10px 6px; }.tc-wp-tool-root .gtl-stat-value{ font-size: 18px; }.tc-wp-tool-root .gtl-choices-grid{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .gtl-choice-btn{ padding: 14px; font-size: 15px; }.tc-wp-tool-root .gtl-choice-letter{ width: 32px; height: 32px; font-size: 13px; }.tc-wp-tool-root .gtl-choices-section{ padding: 14px; }.tc-wp-tool-root .gtl-action-bar{ padding: 0 14px 14px; }.tc-wp-tool-root .gtl-btn-next{ padding: 12px 16px; font-size: 14px; }}@media (max-width: 375px){.tc-wp-tool-root .gtl-wrapper{ padding: 14px 10px 36px; }.tc-wp-tool-root .gtl-hero h1{ font-size: 22px; }.tc-wp-tool-root .gtl-hero p{ font-size: 13px; }.tc-wp-tool-root .gtl-stat-card{ padding: 8px 4px; }.tc-wp-tool-root .gtl-stat-value{ font-size: 16px; }.tc-wp-tool-root .gtl-stat-label{ font-size: 9px; }.tc-wp-tool-root .gtl-choice-btn{ padding: 12px; font-size: 14px; gap: 8px; }.tc-wp-tool-root .gtl-choice-letter{ width: 28px; height: 28px; font-size: 12px; }.tc-wp-tool-root .gtl-choices-section{ padding: 12px; }.tc-wp-tool-root .gtl-action-bar{ padding: 0 12px 12px; }.tc-wp-tool-root .gtl-btn-next{ padding: 10px 14px; font-size: 13px; }.tc-wp-tool-root .gtl-player-controls{ padding: 20px 12px 10px; }.tc-wp-tool-root .gtl-ctrl-btn{ height: 32px; padding: 0 8px; font-size: 12px; }.tc-wp-tool-root .gtl-ctrl-btn.gtl-play-btn{ width: 32px; }.tc-wp-tool-root .gtl-volume-slider{ width: 50px; }}.wpc-scope-3 /* 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;
}