:root {
  --ink: #121719;
  --muted: #617070;
  --line: #dbe4e2;
  --paper: #f7faf8;
  --white: #ffffff;
  --field: #0d6b4f;
  --field-dark: #093d32;
  --lime: #b7f04a;
  --gold: #f4c95d;
  --coral: #f26d5b;
  --blue: #2e6cf6;
  --shadow: 0 18px 50px rgba(21, 42, 34, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.is-hidden {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(247, 250, 248, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: clamp(220px, 28vw, 320px);
  height: auto;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--field-dark);
  background: var(--lime);
  border: 2px solid var(--field-dark);
  border-radius: 8px;
  box-shadow: 4px 4px 0 var(--field-dark);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: 14px;
  font-weight: 700;
  color: #2c3837;
}

.main-nav a:hover,
.text-link:hover {
  color: var(--field);
}

.header-action,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.header-action {
  padding: 0 18px;
  color: var(--white);
  background: var(--ink);
}

.primary-button {
  border: 0;
  padding: 0 20px;
  color: #082d23;
  background: var(--lime);
  box-shadow: 0 10px 22px rgba(183, 240, 74, 0.22);
}

.secondary-button {
  border: 1px solid rgba(18, 23, 25, 0.18);
  padding: 0 18px;
  color: var(--ink);
  background: var(--white);
}

.compact {
  min-height: 40px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.page-section {
  padding: clamp(54px, 7vw, 94px) clamp(18px, 4vw, 54px);
}

.hero {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(300px, 0.62fr) minmax(620px, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 52px);
  padding-top: clamp(42px, 5vw, 70px);
  padding-bottom: clamp(42px, 5vw, 70px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5, 33, 27, 0.94), rgba(5, 33, 27, 0.78) 52%, rgba(5, 33, 27, 0.52)),
    url("assets/stadium-board.svg") center / cover;
}

.hero-copy {
  max-width: 540px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--field);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.vip-band .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 5.8vw, 72px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
}

.hero-text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.filters,
.vip-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-strip {
  display: grid;
  max-width: 620px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.trust-strip div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip strong {
  display: block;
  font-size: 21px;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.hero-panel {
  position: relative;
  align-self: stretch;
  min-height: 380px;
}

.home-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.notice-panel,
.home-tips-panel,
.home-login-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.home-login-panel {
  grid-row: auto;
}

.panel-title h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 24px;
}

.notice-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-list li {
  padding: 9px 10px;
  border-radius: 8px;
  background: #f0f5f2;
  color: var(--muted);
  font-size: 14px;
}

.notice-list strong {
  color: var(--ink);
}

.home-tip-row {
  display: grid;
  gap: 3px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.home-tip-row:first-of-type {
  padding-top: 0;
}

.home-tip-row span {
  color: var(--field);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-tip-row strong {
  color: var(--ink);
}

.home-tip-row em {
  color: var(--muted);
  font-style: normal;
  font-weight: 750;
}

.compact-login {
  padding: 0;
  border: 0;
  box-shadow: none;
  gap: 10px;
}

.member-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0 12px 12px;
}

.member-tabs button {
  min-height: 34px;
  border: 1px solid #b9cec5;
  border-radius: 4px;
  background: #f7faf8;
  color: #0b5944;
  font-weight: 900;
  cursor: pointer;
}

.member-tabs button.active {
  background: #0d6b4f;
  color: #fff;
}

.register-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9cec5;
  border-radius: 4px;
  background: #f7faf8;
  color: #0b5944;
  font-weight: 900;
}

.register-link:hover {
  background: #e2efe8;
}

.register-card {
  max-width: 860px;
  margin: 0 auto;
}

.register-form {
  margin: 0;
  padding: 16px;
}

.register-phone-row {
  grid-template-columns: 150px minmax(260px, 1fr);
}

.register-phone-row input {
  min-width: 0;
}

.compact-member {
  padding: 0;
  border: 0;
  box-shadow: none;
  gap: 10px;
}

.compact-member .member-top {
  display: grid;
  gap: 10px;
}

.compact-member .member-top h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.compact-member .member-top {
  align-items: center;
}

.compact-member .secondary-button {
  min-width: 96px;
}

.member-home-note {
  margin: 8px 0 0;
  color: #566865;
  font-size: 13px;
  font-weight: 800;
}

.member-home-actions {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.member-home-actions .primary-button,
.member-home-actions .secondary-button {
  width: 100%;
}

.compact-member .member-stats {
  grid-template-columns: 1fr;
  gap: 8px;
}

.compact-member .member-stats div {
  padding: 10px;
}

.member-benefits {
  border-top: 1px dotted #b9cec5;
  padding-top: 10px;
}

.member-benefits h3 {
  margin: 8px 0 4px;
  font-size: 15px;
}

.member-benefits p {
  margin: 0 0 8px;
  font-size: 13px;
}

.quick-disclaimer {
  padding-top: 16px;
  padding-bottom: 16px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.quick-disclaimer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}

.hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.live-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 36px);
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 6px rgba(242, 109, 91, 0.16);
}

.intro-band,
.vip-band,
.login-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.intro-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.intro-band p:last-child,
.analysis-copy p,
.vip-band p,
.login-section p {
  color: var(--muted);
  font-size: 18px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.filter {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.filter.active {
  color: var(--white);
  background: var(--field);
  border-color: var(--field);
}

.tips-grid,
.pricing-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tip-card,
.price-card,
.blog-grid article,
.match-detail,
.admin-main {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(21, 42, 34, 0.06);
}

.tip-card {
  padding: 18px;
}

.tip-top,
.detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #073428;
  background: #dff8a8;
  font-size: 12px;
  font-weight: 900;
}

.badge.vip {
  color: #382500;
  background: #ffe1a1;
}

.pick-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.pick-box div,
.metric-row div,
.admin-stats div {
  padding: 12px;
  border-radius: 8px;
  background: #f0f5f2;
}

.pick-box span,
.metric-row span,
.admin-stats span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.pick-box strong,
.metric-row strong,
.admin-stats strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: stretch;
  background: #eef4f0;
}

.feature-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  font-weight: 750;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--field);
  font-weight: 900;
}

.match-detail {
  padding: clamp(20px, 3vw, 30px);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.vip-band {
  color: var(--white);
  background: var(--field-dark);
}

.vip-band p {
  color: rgba(255, 255, 255, 0.76);
}

.vip-features span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.results-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.results-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.results-table th,
.results-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.results-table th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.result-win,
.result-lose,
.result-void {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.result-win {
  color: #063729;
  background: #c9f39a;
}

.result-lose {
  color: #4d1008;
  background: #ffd0c8;
}

.result-void {
  color: #3d3200;
  background: #f6e497;
}

.level-stars {
  display: inline-flex;
  align-items: center;
  color: #f2b632;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(6, 27, 20, 0.2);
}

.news-card > p {
  margin: 0;
  padding: 14px 16px 8px;
  color: #4d5b59;
}

.news-status {
  display: inline-flex;
  margin: 0 16px 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e4f5ed;
  color: #0b5944;
  font-size: 12px;
  font-weight: 800;
}

.news-list {
  display: grid;
  gap: 12px;
  padding: 0 16px 16px;
}

.news-item {
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(247, 250, 248, 0.98), rgba(232, 242, 237, 0.94));
  box-shadow: inset 0 0 0 1px rgba(13, 107, 79, 0.08);
}

.news-item h3 {
  margin-bottom: 8px;
  color: #103c31;
}

.news-item p {
  margin-bottom: 12px;
  color: #435451;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 10px;
  color: #6b7b78;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  color: #082d23;
  background: var(--lime);
  font-weight: 800;
}

#footballNewsPagination {
  padding: 0 16px 18px;
}

.price-card,
.blog-grid article {
  padding: 22px;
}

.price-card.featured {
  border-color: rgba(13, 107, 79, 0.38);
  box-shadow: 0 16px 42px rgba(13, 107, 79, 0.14);
}

.price {
  margin-bottom: 12px;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.price-card p:not(.price),
.blog-grid p {
  color: var(--muted);
}

.blog-grid span {
  color: var(--field);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.login-form,
.tip-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.member-dashboard {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(13, 107, 79, 0.28);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(13, 107, 79, 0.12);
}

.member-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.member-top h3 {
  margin-top: 12px;
}

.member-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.member-stats div {
  padding: 12px;
  border-radius: 8px;
  background: #f0f5f2;
}

.member-stats span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.member-stats strong {
  display: block;
  margin-top: 4px;
}

.member-picks {
  padding-top: 4px;
}

.member-picks p {
  margin-bottom: 8px;
  color: var(--muted);
}

label {
  display: grid;
  gap: 6px;
  color: #2c3837;
  font-size: 13px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fbfdfc;
  color: var(--ink);
}

textarea {
  min-height: 96px;
  resize: vertical;
}

.classic-site {
  background:
    linear-gradient(rgba(5, 22, 19, 0.78), rgba(5, 22, 19, 0.84)),
    url("assets/stadium-board.svg") center / cover fixed;
  color: #1f2a29;
  font-family: Arial, Helvetica, sans-serif;
}

.classic-wrap {
  width: min(1080px, calc(100% - 24px));
  margin: 12px auto;
  border: 1px solid rgba(220, 238, 228, 0.5);
  background: rgba(246, 250, 247, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.classic-header {
  position: relative;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 4px solid #0d6b4f;
}

.classic-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
}

.classic-contact {
  display: grid;
  gap: 3px;
  color: #37504c;
  font-size: 13px;
  text-align: right;
}

.classic-contact strong {
  color: #0d6b4f;
  font-size: 15px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 6px;
  color: #31534b;
  font-size: 12px;
  font-weight: 900;
}

.language-switcher select {
  width: auto;
  min-width: 118px;
  min-height: 32px;
  padding: 4px 8px;
  border: 0;
  border-radius: 4px;
  background: rgba(233, 246, 240, 0.95);
  color: #0b5944;
  font-size: 12px;
  font-weight: 900;
}

.classic-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  border-top: 1px solid #d2e3db;
  background: linear-gradient(#0f7557, #063b31);
  color: #fff;
}

.classic-nav a {
  display: flex;
  min-width: 118px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.classic-nav a:hover {
  background: #f2b632;
  color: #111;
}

.hero-slider {
  position: relative;
  height: clamp(190px, 28vw, 300px);
  overflow: hidden;
  background: #08342b;
}

.slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  cursor: pointer;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

.slide-item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}

.slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-item:focus-visible {
  outline: 3px solid #f2b632;
  outline-offset: -6px;
}

.classic-main {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.classic-alert {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 48px;
  border: 1px solid #b68b23;
  background: #fff8d8;
  color: #3e3100;
  font-size: 14px;
}

.notice-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-right: 1px solid #b68b23;
  background: linear-gradient(#f3ca55, #d8a728);
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
}

.classic-alert > div:last-child {
  display: flex;
  align-items: center;
  padding: 10px 14px;
}

.classic-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  align-items: stretch;
  min-width: 0;
}

.classic-grid > *,
.classic-card,
.classic-alert,
.package-grid,
.why-grid {
  min-width: 0;
}

.classic-card {
  border: 1px solid #b9cec5;
  background: rgba(255, 255, 255, 0.97);
}

.classic-card h1,
.classic-card h2 {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #b9cec5;
  background: linear-gradient(#f8fff9, #e2efe8);
  color: #0b5944;
  font-size: 22px;
  line-height: 1.2;
}

.classic-card h3 {
  color: #8d1d17;
  font-size: 17px;
}

.section-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: -4px;
  border: 2px solid #073428;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #073428 0 20%, transparent 22%),
    linear-gradient(90deg, transparent 46%, #073428 48% 52%, transparent 54%),
    linear-gradient(0deg, transparent 46%, #073428 48% 52%, transparent 54%),
    #f7faf8;
  box-shadow: inset 0 0 0 2px rgba(183, 240, 74, 0.45);
}

.icon-member,
.icon-contact,
.icon-mail,
.icon-price,
.icon-tips,
.icon-why {
  border-radius: 4px;
  background: #f7faf8;
  box-shadow: inset 0 0 0 2px rgba(13, 107, 79, 0.18);
}

.icon-member::before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0d6b4f;
  content: "";
}

.icon-member::after {
  position: absolute;
  right: 4px;
  bottom: 5px;
  left: 5px;
  height: 4px;
  border-radius: 999px;
  background: #f2b632;
  content: "";
}

.icon-contact::before {
  position: absolute;
  inset: 5px;
  border: 3px solid #0d6b4f;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
  content: "";
}

.icon-contact::after {
  position: absolute;
  right: 3px;
  bottom: 2px;
  width: 7px;
  height: 5px;
  border-radius: 2px;
  background: #f2b632;
  content: "";
}

.icon-mail::before {
  position: absolute;
  inset: 5px 3px;
  border: 2px solid #0d6b4f;
  border-radius: 2px;
  content: "";
}

.icon-mail::after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 12px;
  height: 8px;
  border-right: 2px solid #f2b632;
  border-bottom: 2px solid #f2b632;
  transform: rotate(45deg);
  content: "";
}

.icon-price::before {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 9px;
  border-radius: 2px 2px 7px 7px;
  background: #f2b632;
  content: "";
}

.icon-price::after {
  position: absolute;
  bottom: 4px;
  left: 7px;
  width: 8px;
  height: 3px;
  background: #0d6b4f;
  content: "";
}

.icon-tips::before {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 14px;
  border: 2px solid #0d6b4f;
  border-radius: 2px;
  content: "";
}

.icon-tips::after {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 2px;
  box-shadow: 0 4px 0 #f2b632, 0 8px 0 #f2b632;
  background: #f2b632;
  content: "";
}

.icon-why::before {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #0d6b4f;
  font-size: 15px;
  font-weight: 900;
  content: "?";
}

.classic-card p {
  margin: 12px;
  color: #333;
  font-size: 14px;
}

.classic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 12px 14px;
}

.classic-intro-list {
  margin: 8px 12px 12px;
  padding: 12px;
  border: 1px solid #d2d2d2;
  background: #f8f8f8;
}

.classic-intro-list h3 {
  margin: 0 0 8px;
}

.classic-intro-list ul {
  margin: 0;
  padding-left: 18px;
}

.classic-intro-list li {
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.classic-small-notice {
  border-top: 1px dotted #bfbfbf;
  padding-top: 10px;
  font-size: 13px !important;
}

.notice-red {
  color: #c62828;
  font-weight: 800;
}

.classic-card .primary-button,
.classic-card .secondary-button,
.classic-alert .primary-button {
  border-radius: 3px;
}

.classic-card .primary-button {
  background: #f2b632;
  color: #111;
  box-shadow: none;
}

.classic-card .secondary-button {
  background: #f8f8f8;
}

.package-section > p {
  margin-bottom: 0;
}

.package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
}

.package-box {
  border: 1px solid #9f9f9f;
  background: #fbfbfb;
}

.package-box h3 {
  margin: 0;
  padding: 9px 10px;
  background: #1b4f7a;
  color: #fff;
}

.stars {
  padding: 12px 10px 4px;
  color: #f2b632;
  font-size: 26px;
  letter-spacing: 2px;
}

.package-box ul {
  margin: 0;
  padding: 8px 14px 14px;
  list-style: none;
}

.package-box li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px dotted #c8c8c8;
  font-size: 14px;
}

.package-box li strong {
  color: #1b4f7a;
}

.package-link {
  display: block;
  margin: 0 14px 14px;
  padding: 10px 12px;
  border: 1px solid #c99626;
  background: #f2b632;
  color: #111;
  font-weight: 900;
  text-align: center;
}

.single-package {
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
}

.payment-note {
  padding: 10px 12px;
  border-top: 1px solid #d2d2d2;
  background: #f3f3f3;
  font-weight: 800;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 12px;
}

.why-grid div {
  border-left: 4px solid #f2b632;
  padding: 0 10px;
}

.why-grid p {
  margin: 8px 0 0;
}

.home-login-panel {
  padding-bottom: 12px;
}

.home-login-panel h2 {
  margin-bottom: 12px;
}

.compact-login,
.compact-member {
  margin: 0 12px;
}

.classic-subtitle {
  margin: 0;
}

.classic-footer {
  margin-top: 0;
  border-top: 4px solid #1b4f7a;
}

.classic-site .tips-grid {
  padding: 12px;
}

.classic-site .tip-card {
  border-radius: 0;
  box-shadow: none;
}

.classic-site .results-table-wrap {
  margin: 12px;
  border-radius: 0;
}

.classic-site .results-table th {
  background: #1b4f7a;
  color: #fff;
}

.classic-site .results-table td,
.classic-site .results-table th {
  padding: 10px 11px;
  font-size: 13px;
}

.faq-card {
  padding-bottom: 12px;
}

.faq-list {
  display: grid;
  gap: 0;
  padding: 0 12px 12px;
}

.faq-list article {
  border-bottom: 1px dotted #b8b8b8;
  padding: 12px 0;
}

.faq-list article:last-child {
  border-bottom: 0;
}

.faq-list h3 {
  margin: 0 0 6px;
}

.faq-list p {
  margin: 0;
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.contact-card,
.message-card {
  max-width: none;
  margin: 0 auto;
  width: 100%;
}

.message-card .contact-form {
  max-width: 820px;
}

.contact-details {
  padding: 2px 0 14px;
}

.contact-details p {
  border-bottom: 1px dotted #b8b8b8;
  padding-bottom: 10px;
}

.contact-form {
  margin: 0 12px 12px;
}

.member-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 16px;
  padding: 12px;
}

.phone-row {
  display: grid;
  grid-template-columns: 190px minmax(220px, 1fr);
  gap: 8px;
  align-items: stretch;
  width: 100%;
}

.phone-row select {
  min-height: 44px;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: menulist;
  background-color: #fbfdfc;
  position: relative;
  z-index: 2;
  font-size: 15px;
}

.dial-picker {
  position: relative;
  display: block;
  height: 48px;
  min-width: 0;
}

.phone-row .native-dial-select {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.dial-picker-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 34px 0 12px;
  border: 1px solid #cdded7;
  border-radius: 4px;
  background: #fbfdfc;
  color: #182420;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dial-picker-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #23443a;
  border-bottom: 2px solid #23443a;
  transform: translateY(-65%) rotate(45deg);
}

.dial-picker-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 20;
  width: min(340px, 86vw);
  max-height: 310px;
  overflow-y: auto;
  border: 1px solid #b7d0c5;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(13, 33, 25, 0.18);
}

.dial-picker-heading {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 12px;
  background: #e9f4ef;
  color: #1c5e45;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dial-picker-option {
  display: block;
  width: 100%;
  min-height: 36px;
  padding: 8px 12px;
  border: 0;
  border-bottom: 1px solid #edf3f0;
  background: #ffffff;
  color: #1a2824;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  text-align: left;
}

.dial-picker-option:hover,
.dial-picker-option:focus {
  background: #dff2e9;
  outline: none;
}

.phone-row input {
  height: 48px;
  min-height: 48px;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.human-check {
  min-height: 74px;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px dashed #8aa99c;
  border-radius: 4px;
  background: #f7faf8;
  color: #4d635f;
  font-size: 13px;
  font-weight: 800;
}

.human-check label {
  color: #25423c;
}

.human-check input {
  padding: 0;
}

#humanStatus {
  display: inline-flex;
  width: max-content;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffd0c8;
  color: #4d1008;
  font-size: 12px;
  font-weight: 900;
}

#humanStatus.verified {
  background: #c9f39a;
  color: #063729;
}

.register-success {
  margin: 0;
  padding: 12px;
  border-radius: 4px;
  background: rgba(201, 243, 154, 0.42);
  color: #0b5944;
  font-size: 13px;
  font-weight: 900;
}

.admin-editor {
  padding-bottom: 12px;
}

.admin-editor label,
.admin-tab-panel {
  display: grid;
  gap: 10px;
}

.admin-tab-panel {
  padding: 12px;
}

.admin-editor textarea {
  min-height: 120px;
}

.admin-editor .primary-button {
  margin: 0 12px 12px;
}

.admin-login-card {
  max-width: 520px;
  margin: 0 auto;
}

.admin-actions {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 12px;
}

.admin-record-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #cfe0d8;
  border-radius: 6px;
  background: #f7fbf8;
}

.admin-record-row label {
  font-size: 12px;
}

.admin-record-row label input,
.admin-record-row label select,
.admin-record-row label textarea {
  width: 100%;
}

.admin-field-date,
.admin-field-publishAt {
  grid-column: span 3;
}

.admin-field-level,
.admin-field-ah,
.admin-field-score,
.admin-field-verdict {
  grid-column: span 2;
}

.admin-field-match {
  grid-column: span 6;
}

.admin-field-tips,
.admin-field-paidTips {
  grid-column: span 6;
}

.admin-record-row .danger-light {
  align-self: end;
  grid-column: span 2;
  border-color: #dfb7b2;
  color: #912018;
}

.admin-save-bar {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px;
  background: #ffffff;
  border-top: 1px solid #dbe4e2;
}

.admin-security-panel {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #dbe4e2;
}

.admin-password-form {
  max-width: 620px;
}

.admin-inline-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-stats-toolbar {
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-inline-label {
  display: inline-grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: #24463d;
}

.admin-inline-label input {
  min-width: 180px;
}

#adminPasswordStatus {
  color: #0d6b4f;
  font-size: 13px;
  font-weight: 800;
}

#adminSaveStatus {
  color: #0d6b4f;
  font-size: 13px;
  font-weight: 800;
}

#adminMembersBody input[data-member-field="freeUpdate"] {
  min-width: 240px;
  width: 100%;
}

#adminMembersBody td {
  white-space: nowrap;
  vertical-align: middle;
}

#adminMembersBody td:nth-child(10) {
  min-width: 280px;
  white-space: normal;
}

#adminMembersBody .danger-light {
  min-width: 88px;
}

#adminStatsDetailBody td:last-child,
#adminVisitLogBody td:last-child {
  min-width: 280px;
  white-space: normal;
  word-break: break-word;
}

#adminMembersBody input[data-member-field="freeUpdate"],
#adminStatsDetailBody td,
#adminVisitLogBody td {
  font-size: 13px;
}

#adminMembersBody input[type="checkbox"] {
  width: 22px;
  min-height: 22px;
}

.classic-site .classic-wrap {
  border-color: rgba(226, 240, 234, 0.28);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(248, 252, 249, 0.96), rgba(235, 244, 239, 0.94));
}

.classic-site .classic-header {
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.classic-site .classic-main {
  gap: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(233, 244, 238, 0.42));
}

.classic-site .classic-card,
.classic-site .package-box,
.classic-site .results-table-wrap {
  border-color: rgba(151, 185, 171, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(12, 45, 34, 0.08);
}

.classic-site .classic-card h1,
.classic-site .classic-card h2 {
  border-bottom-color: rgba(151, 185, 171, 0.28);
  background: linear-gradient(90deg, rgba(238, 249, 243, 0.9), rgba(255, 255, 255, 0.42));
}

.classic-site .package-box,
.classic-site .why-grid > div,
.classic-site .member-stats div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(239, 248, 243, 0.7));
}

.admin-dashboard-body .classic-wrap {
  width: min(1280px, calc(100% - 24px));
}

.admin-dashboard-body .contact-grid {
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
}

.admin-dashboard-body .admin-editor {
  max-width: 100%;
  overflow: hidden;
}

.admin-dashboard-body .admin-tab-panel {
  max-width: 100%;
  overflow-x: auto;
}

.admin-dashboard-body .admin-record-row {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  max-width: 100%;
}

@media (max-width: 1100px) {
  .admin-record-row {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .admin-field-match,
  .admin-field-tips,
  .admin-field-paidTips {
    grid-column: span 8;
  }

  .admin-field-date,
  .admin-field-publishAt,
  .admin-field-level,
  .admin-field-ah,
  .admin-field-score,
  .admin-field-verdict,
  .admin-record-row .danger-light {
    grid-column: span 4;
  }
}

@media (max-width: 720px) {
  .admin-record-row {
    grid-template-columns: 1fr;
  }

  .admin-field-date,
  .admin-field-publishAt,
  .admin-field-level,
  .admin-field-match,
  .admin-field-ah,
  .admin-field-score,
  .admin-field-tips,
  .admin-field-paidTips,
  .admin-field-verdict,
  .admin-record-row .danger-light {
    grid-column: auto;
  }
}

.admin-dashboard-body .admin-actions {
  justify-content: flex-start;
}

.classic-site .classic-wrap {
  border: 0;
  background:
    linear-gradient(180deg, rgba(250, 253, 250, 0.96), rgba(236, 246, 240, 0.9)),
    radial-gradient(circle at 18% 0%, rgba(183, 240, 74, 0.14), transparent 34%);
}

.classic-site .classic-main {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(222, 239, 230, 0.38)),
    radial-gradient(circle at 82% 18%, rgba(242, 182, 50, 0.1), transparent 30%);
}

.classic-site .classic-card,
.classic-site .package-box,
.classic-site .results-table-wrap,
.classic-site .admin-record-row {
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(245, 251, 247, 0.64));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72) inset,
    0 14px 34px rgba(8, 44, 31, 0.08);
}

.classic-site .classic-card h1,
.classic-site .classic-card h2 {
  border-bottom: 0;
  background: linear-gradient(90deg, rgba(230, 246, 238, 0.72), rgba(255, 255, 255, 0.08));
}

.classic-site .results-table th,
.classic-site .results-table td {
  border-color: rgba(124, 161, 147, 0.18);
}

.classic-site .classic-nav {
  border-top: 0;
}

.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  color: #24463d;
  font-size: 13px;
  font-weight: 900;
}

.pagination-controls button {
  min-width: 82px;
  min-height: 34px;
  border: 0;
  border-radius: 4px;
  background: #0d6b4f;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.pagination-controls button:disabled {
  background: rgba(91, 117, 108, 0.24);
  color: rgba(36, 70, 61, 0.54);
  cursor: not-allowed;
}

.admin-section {
  background: #e9f0ec;
}

.admin-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.admin-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
}

.admin-menu {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.admin-menu button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: transparent;
  text-align: left;
  font-weight: 850;
  cursor: pointer;
}

.admin-menu button.active,
.admin-menu button:hover {
  color: var(--white);
  background: var(--field);
}

.admin-main {
  padding: 18px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 38px clamp(18px, 4vw, 54px);
  color: rgba(255, 255, 255, 0.78);
  background: #101718;
}

.admin-login-body {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(5, 33, 27, 0.94), rgba(5, 33, 27, 0.74)),
    url("assets/stadium-board.svg") center / cover;
}

.admin-login-page {
  min-height: 100vh;
  padding: clamp(18px, 4vw, 54px);
}

.admin-login-panel {
  display: grid;
  max-width: 520px;
  gap: 24px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(247, 250, 248, 0.94);
  box-shadow: var(--shadow);
}

.admin-login-panel h1 {
  color: var(--ink);
  font-size: clamp(42px, 6vw, 62px);
}

.admin-login-panel p {
  color: var(--muted);
}

.login-error {
  margin: 0;
  color: #8c1d10;
  font-size: 13px;
  font-weight: 850;
}

.admin-shell {
  display: grid;
  gap: 18px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 250, 248, 0.94);
}

.admin-full-grid {
  align-items: start;
}

.site-footer strong {
  color: var(--white);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 800;
}

.disclaimer {
  grid-column: 1 / -1;
  max-width: 960px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .home-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .classic-wrap {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    overflow-x: hidden;
  }

  .classic-logo-row {
    padding-right: 72px;
  }

  .classic-header .nav-toggle {
    position: absolute;
    top: 18px;
    right: 14px;
  }

  .classic-nav {
    display: none;
  }

  .classic-nav.open {
    display: grid;
    grid-column: auto;
    padding-top: 0;
  }

  .classic-nav.open a {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .classic-grid,
  .package-grid,
  .why-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .classic-card,
  .classic-alert {
    width: 100%;
    max-width: 100%;
  }

  .classic-contact {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-action {
    display: none;
  }

  .main-nav.open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-top: 8px;
  }

  .main-nav.open a {
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }

  .hero,
  .intro-band,
  .split-section,
  .vip-band,
  .login-section,
  .admin-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-panel {
    min-height: 320px;
  }

  .tips-grid,
  .pricing-grid,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .admin-stats {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .classic-main {
    padding: 10px;
  }

  .classic-logo-row {
    padding: 10px 68px 10px 12px;
  }

  .classic-card h1,
  .classic-card h2 {
    font-size: 20px;
  }

  .classic-alert,
  .classic-card p {
    font-size: 13px;
  }

  .classic-site .tips-grid {
    padding: 10px;
  }

  .classic-site .results-table {
    min-width: 760px;
  }

  .page-section {
    padding: 28px 16px;
  }

  .hero {
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  h1 {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .hero-text {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    min-height: 40px;
    padding: 0 14px;
  }

  .trust-strip,
  .tips-grid,
  .pricing-grid,
  .blog-grid,
  .metric-row,
  .member-stats,
  .admin-stats,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .member-top {
    flex-direction: column;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pick-box {
    grid-template-columns: 1fr 1fr;
  }

  .hero .trust-strip {
    display: none;
  }

  .brand-logo {
    width: 220px;
  }

  .home-board {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .notice-panel,
  .home-tips-panel,
  .home-login-panel {
    padding: 14px;
  }

  .panel-title h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .notice-list li {
    padding: 8px 10px;
    font-size: 13px;
  }

  .notice-list li:nth-child(n + 3),
  .home-tip-row + .home-tip-row {
    display: none;
  }

  .compact-login label {
    gap: 4px;
  }

  .compact-login input {
    min-height: 38px;
  }

  .compact-member .member-top {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .compact-member .member-top h3 {
    font-size: 18px;
  }

  .compact-member .member-stats {
    display: none;
  }
}
