:root {
  --brand-green: #799b72;
  --text-dark: #333;
  --bg-light: #f9f9f9;
  --accent: #fc31ff;
}

[data-theme="dark"] {
  --bgcolordata: #252020;
  --bgcolortable: #3F233A;
  --text-dark: #f0f0f0;
  --bg-light: #1a1a1a;
  --brand-green: #8ab782;
}

body {
  margin: 0;
  padding: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bgcolordata);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3 {
  font-weight: 800;
  margin-top: 2rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

nav a {
  font-weight: 600;
  color: var(--brand-green);
}

a:hover {
  text-decoration: underline;
}

a { 
  color: hotpink;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.responsive-video video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.cta {
  background-color: var(--brand-green);
  color: white;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
}

.cta:hover {
  opacity: 0.9;
}

.card {
  background: var(--bg-light);
  border-left: 5px solid var(--brand-green);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.scrollable-table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 2rem;
}

.pricing-selector-parent {
  padding: 1rem;
  background-color: var(--bg-light);
  border-radius: 10px;
  margin-bottom: 2rem;
}

.pricing-card-premium {
  padding: 1rem;
  background-color: var(--bg-light);
  border-radius: 10px;
  margin-bottom: 2rem;
}

input[type=range] {
  width: 100%;
  margin: 0.5rem 0 1rem 0;
}

.pricing-selector-parent label {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  border-top: 2px solid #ddd;
  padding-top: 2rem;
  font-size: 0.9rem;
}

#gamebanner {
  width: 100%;
  height: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
  font-size: 12pt;
  line-height: 25pt;
}

#spotlighttable {
  width:100%;
}

footer img {
  vertical-align: middle;
}

@media (max-width: 600px) {
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

td {
  background-color: var(--bgcolortable);
}

table.pricing-selector {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

table.pricing-selector th,
table.pricing-selector td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

table.pricing-selector th {
  background-color: var(--bg-light);
  font-weight: 600;
  color: var(--text-dark);
}

table.pricing-selector tr:hover {
  background-color: #f1f1f1;
}

.chart-bar {
  background: #eee;
  height: 24px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.chart-fill {
  height: 100%;
  padding-left: 8px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.chart-bar {
  background: #eee;
  height: 24px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  font-size: 0.75em;
}

.chart-fill {
  height: 100%;
  padding-left: 8px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.chart-bar {
  background: #eee;
  height: 24px;
  margin-bottom: 8px;
  position: relative;
  font-size: 0.75em;
  overflow: hidden;
}

.chart-fill-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 2px; /* ensures even tiny values are visible */
  opacity: 0.9;    /* makes overlap a bit clearer */
}

.chart-fill-text {
  position: relative;
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5); /* improves legibility */
  padding-left: 8px;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}

.chart-fill-text {
  position: relative;
  z-index: 2;
  color: white;
  padding-left: 8px;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}

.theme-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  background: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.theme-toggle:hover {
  opacity: 0.9;
}

.qa-disclaimer {
  font-size: 0.95rem;
  color: #444;
  margin-top: 1rem;
  padding-left: 1rem;
}

.qa-disclaimer li + li {
  margin-top: 0.25rem;
}

.faq h2 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.faq p {
  margin-top: 0;
  margin-bottom: 1rem;
}