@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-115 .tc-wp-tool-root img, .wpc-scope-115 .tc-wp-tool-root video, .wpc-scope-115 .tc-wp-tool-root svg, .wpc-scope-115 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-115 .tc-wp-tool-root *, .wpc-scope-115 .tc-wp-tool-root *::before, .wpc-scope-115 .tc-wp-tool-root *::after{ box-sizing: border-box; }.wpc-scope-115 .tc-wp-tool-root{
  --bg: #f8f9fa;
  --card: #ffffff;
  --text: #1a1a1a;
  --text-soft: #5c5c5c;
  --primary: #f59e0b;
  --primary-hover: #e89108;
  --primary-light: #fef3c7;
  --border: #e5e7eb;
  --border-focus: #f59e0b;
  --success: #059669;
  --success-bg: #d1fae5;
  --wrong: #dc2626;
  --wrong-bg: #fee2e2;
  --badge-bg: #f3f4f6;
  --shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 4px 12px rgba(0, 0, 0, 0.1);
  --radius: 12px;
  --radius-sm: 8px;
  --inner-bg: #f9fafb;
}.wpc-scope-115 .tc-wp-tool-root main-wrapper{
  margin: 0;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1.5rem 1rem;
}.wpc-scope-115 .tc-wp-tool-root .game-wrapper{
  max-width: 540px;
  margin: 0 auto;
  background: var(--card);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  min-height: 400px;
}.wpc-scope-115 .tc-wp-tool-root .app-wrapper{
  max-width: 100%;
  min-height: 380px;
  padding: 2rem 1.75rem;
}.wpc-scope-115 .tc-wp-tool-root .hidden{ display: none !important; }.wpc-scope-115 .tc-wp-tool-root .screen{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  animation: fadeIn 0.3s ease;
}@keyframes fadeIn{
  from { opacity: 0; }
  to { opacity: 1; }
}.wpc-scope-115 .tc-wp-tool-root .start-screen{
  text-align: center;
}.wpc-scope-115 .tc-wp-tool-root .start-screen .instructions-section, .wpc-scope-115 .tc-wp-tool-root .start-screen .playing-time-section{
  background: var(--inner-bg);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin-bottom: 1rem;
  text-align: left;
}.wpc-scope-115 .tc-wp-tool-root .game-title{
  margin: 0 0 1.75rem 0;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
}.wpc-scope-115 .tc-wp-tool-root .section-heading{
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}.wpc-scope-115 .tc-wp-tool-root .section-text{
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.6;
}.wpc-scope-115 .tc-wp-tool-root .instructions-section .section-text, .wpc-scope-115 .tc-wp-tool-root .playing-time-section .section-text{
  margin: 0;
}.wpc-scope-115 .tc-wp-tool-root .action-button{
  margin-top: 1.25rem;
  padding: 0.9rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  background: var(--primary);
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
}.wpc-scope-115 .tc-wp-tool-root .action-button:hover{
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
}.wpc-scope-115 .tc-wp-tool-root .action-button:active{
  transform: translateY(0);
}.wpc-scope-115 .tc-wp-tool-root .game-screen{
  align-items: stretch;
  text-align: left;
}.wpc-scope-115 .tc-wp-tool-root .game-header{
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}.wpc-scope-115 .tc-wp-tool-root .header-badge{
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  background: var(--badge-bg);
  color: var(--text);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
}.wpc-scope-115 .tc-wp-tool-root .question-prompt{
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
  color: var(--text-soft);
}.wpc-scope-115 .tc-wp-tool-root .event-text{
  margin: 0 0 1.5rem 0;
  padding: 1.25rem 1.25rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
  background: var(--inner-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
}.wpc-scope-115 .tc-wp-tool-root .event-text em{ font-style: italic; }.wpc-scope-115 .tc-wp-tool-root .event-text strong{ font-weight: 700; }.wpc-scope-115 .tc-wp-tool-root .guess-section{
  margin-bottom: 1rem;
}.wpc-scope-115 .tc-wp-tool-root .guess-label{
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}.wpc-scope-115 .tc-wp-tool-root .year-input{
  width: 100%;
  max-width: 140px;
  padding: 0.75rem 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--card);
  transition: border-color 0.2s, box-shadow 0.2s;
}.wpc-scope-115 .tc-wp-tool-root .year-input:focus{
  outline: none;
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px var(--primary-light);
}.wpc-scope-115 .tc-wp-tool-root .slider-section{
  margin: 1.25rem 0 0.5rem;
}.wpc-scope-115 .tc-wp-tool-root .year-slider{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--border);
  border-radius: 5px;
  outline: none;
}.wpc-scope-115 .tc-wp-tool-root .year-slider::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background: var(--primary);
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: var(--shadow);
  transition: transform 0.15s, box-shadow 0.15s;
}.wpc-scope-115 .tc-wp-tool-root .year-slider::-webkit-slider-thumb:hover{
  transform: scale(1.08);
  box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}.wpc-scope-115 .tc-wp-tool-root .year-slider::-moz-range-thumb{
  width: 28px;
  height: 28px;
  background: var(--primary);
  border: none;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: var(--shadow);
  transition: transform 0.15s;
}.wpc-scope-115 .tc-wp-tool-root .year-slider::-moz-range-thumb:hover{
  transform: scale(1.08);
}.wpc-scope-115 .tc-wp-tool-root .slider-labels{
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--text-soft);
}.wpc-scope-115 .tc-wp-tool-root .slider-hint{
  margin: 0.5rem 0 1.25rem 0;
  font-size: 0.85rem;
  color: var(--text-soft);
}.wpc-scope-115 .tc-wp-tool-root #confirm-btn{ align-self: center; margin-top: 0.25rem; }.wpc-scope-115 .tc-wp-tool-root .result-screen{
  align-items: stretch;
  text-align: left;
}.wpc-scope-115 .tc-wp-tool-root .result-screen .event-text{
  border-left-color: var(--border);
}.wpc-scope-115 .tc-wp-tool-root .result-boxes{
  display: flex;
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
}.wpc-scope-115 .tc-wp-tool-root .result-box{
  flex: 1;
  min-width: 130px;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-sm);
  background: var(--card);
  box-shadow: var(--shadow);
  border: 2px solid var(--border);
}.wpc-scope-115 .tc-wp-tool-root .result-box.answer-box{
  border-color: var(--success);
  background: var(--success-bg);
}.wpc-scope-115 .tc-wp-tool-root .result-box.guess-box.wrong-box{
  border-color: var(--wrong);
  background: var(--wrong-bg);
}.wpc-scope-115 .tc-wp-tool-root .result-box-label{
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-soft);
  margin-bottom: 0.35rem;
}.wpc-scope-115 .tc-wp-tool-root .result-box-value{
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
}.wpc-scope-115 .tc-wp-tool-root .margin-line{
  margin: 1rem 0 0.5rem 0;
  font-size: 1rem;
  color: var(--text);
}.wpc-scope-115 .tc-wp-tool-root .margin-value{
  padding: 0.2rem 0.5rem;
  font-weight: 700;
  border-radius: 4px;
}.wpc-scope-115 .tc-wp-tool-root .margin-line.wrong .margin-value{
  background: var(--wrong-bg);
  color: var(--wrong);
}.wpc-scope-115 .tc-wp-tool-root .margin-line.correct .margin-value{
  background: var(--success-bg);
  color: var(--success);
}.wpc-scope-115 .tc-wp-tool-root .lives-remaining-line{
  margin: 0 0 1.25rem 0;
  font-size: 0.95rem;
  color: var(--text-soft);
}.wpc-scope-115 .tc-wp-tool-root #continue-btn{ align-self: center; }.wpc-scope-115 .tc-wp-tool-root .gameover-screen{
  text-align: center;
}.wpc-scope-115 .tc-wp-tool-root .gameover-screen .game-title{
  margin-bottom: 1rem;
}.wpc-scope-115 .tc-wp-tool-root .gameover-screen .section-text{
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--inner-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 1.05rem;
}.wpc-scope-115 .tc-wp-tool-root .loading-screen{
  justify-content: center;
  min-height: 220px;
}.wpc-scope-115 .tc-wp-tool-root .loading-screen .section-text{
  color: var(--text-soft);
}@media (max-width: 992px){.tc-wp-tool-root .game-wrapper{
    max-width: 480px;
  }.tc-wp-tool-root .app-wrapper{
    padding: 1.75rem 1.5rem;
  }.tc-wp-tool-root .event-text{
    font-size: 1.15rem;
  }.tc-wp-tool-root .result-boxes{
    gap: 0.75rem;
  }}@media (max-width: 768px){.tc-wp-tool-root main-wrapper{
    padding: 1rem 0.75rem;
  }.tc-wp-tool-root .game-wrapper{
    max-width: 100%;
    border-radius: 12px;
  }.tc-wp-tool-root .app-wrapper{
    padding: 1.5rem 1.25rem;
  }.tc-wp-tool-root .game-title{
    font-size: 1.5rem;
  }.tc-wp-tool-root .event-text{
    font-size: 1.1rem;
    padding: 1rem 1.1rem 1.25rem;
  }.tc-wp-tool-root .result-boxes{
    flex-direction: column;
    gap: 0.75rem;
  }.tc-wp-tool-root .result-box{
    min-width: 100%;
  }}@media (max-width: 600px){.tc-wp-tool-root main-wrapper{
    padding: 0.75rem 0.5rem;
  }.tc-wp-tool-root .game-wrapper{
    border-radius: 8px;
    min-height: 350px;
  }.tc-wp-tool-root .app-wrapper{
    padding: 1.25rem 1rem;
  }.tc-wp-tool-root .game-title{
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }.tc-wp-tool-root .event-text{
    font-size: 1.05rem;
    padding: 0.9rem 1rem 1.1rem;
  }.tc-wp-tool-root .action-button{
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }.tc-wp-tool-root .year-input{
    max-width: 120px;
    padding: 0.65rem 0.85rem;
    font-size: 1.05rem;
  }.tc-wp-tool-root .year-slider::-webkit-slider-thumb, .tc-wp-tool-root .year-slider::-moz-range-thumb{
    width: 24px;
    height: 24px;
  }}@media (max-width: 400px){.tc-wp-tool-root main-wrapper{
    padding: 0.5rem 0.25rem;
  }.tc-wp-tool-root .app-wrapper{
    padding: 1rem 0.75rem;
  }.tc-wp-tool-root .game-title{
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
  }.tc-wp-tool-root .event-text{
    font-size: 1rem;
    padding: 0.8rem 0.9rem 1rem;
  }.tc-wp-tool-root .action-button{
    padding: 0.7rem 1.25rem;
    font-size: 0.95rem;
  }.tc-wp-tool-root .year-input{
    max-width: 100px;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
  }.tc-wp-tool-root .game-header{
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
  }.tc-wp-tool-root .header-badge{
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }}@media (max-width: 375px){.tc-wp-tool-root .app-wrapper{
    padding: 0.875rem 0.5rem;
  }.tc-wp-tool-root .game-title{
    font-size: 1.25rem;
  }.tc-wp-tool-root .event-text{
    font-size: 0.95rem;
  }.tc-wp-tool-root .instructions-section, .tc-wp-tool-root .playing-time-section{
    padding: 1rem 1.25rem;
  }.tc-wp-tool-root .section-text{
    font-size: 0.9rem;
  }.tc-wp-tool-root .action-button{
    padding: 0.65rem 1.1rem;
    font-size: 0.9rem;
  }.tc-wp-tool-root .year-slider::-webkit-slider-thumb, .tc-wp-tool-root .year-slider::-moz-range-thumb{
    width: 20px;
    height: 20px;
  }}.wpc-scope-115 /* 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-115 .tc-wp-tool-root .game-title {
	
	color: black !important;
}