:root {
  --page-bg: #f3f4f7;
  --red-900: #9d0000;
  --red-800: #be0000;
  --red-700: #d20a0a;
  --red-600: #ec1111;
  --gold-500: #ffe400;
  --gold-600: #ffc400;
  --green-600: #008b20;
  --blue-700: #002bd8;
  --purple-700: #7810a8;
  --ink: #050505;
  --muted: #5f6670;
  --line: #d8d8d8;
  --card-bg: #ffffff;
  --radius: 7px;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  --font-small: 10.5pt;
  --font-meta: 12pt;
  --font-body: 14pt;
  --font-title: 15pt;
  --font-emphasis: 18pt;
  --font-brand: 34pt;
  --brand-lockup-height: 44px;
  --brand-tail-ratio: 0.74;
  --brand-label-ratio: 0.22;
  --brand-label-pad-y: 2px;
  --brand-label-pad-x: 5px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  font-weight: 700;
}

a {
  color: inherit;
}

.site-shell {
  width: 100%;
  max-width: 720px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.site-header {
  background: #fff;
}

.brand-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 8px 10px 6px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.brand-mark {
  display: inline-flex;
  align-items: flex-end;
  width: auto;
  max-width: 100%;
  min-width: 0;
  color: #242424;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}

.brand-main {
  display: flex;
  align-items: flex-end;
  height: var(--brand-lockup-height);
  color: #f01758;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: calc(var(--brand-lockup-height) * 1.136);
  letter-spacing: 0;
  line-height: 0.88;
}

.brand-tail {
  color: #2e2e2e;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: calc(var(--brand-lockup-height) * var(--brand-tail-ratio));
  letter-spacing: 0;
  line-height: 0.9;
}

.brand-stack {
  height: var(--brand-lockup-height);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  margin-left: 4px;
  padding: 1px 0 2px;
}

.brand-stack small {
  padding: var(--brand-label-pad-y) var(--brand-label-pad-x);
  border-radius: 4px;
  background: #008f42;
  color: #fff;
  font-size: clamp(8px, calc(var(--brand-lockup-height) * var(--brand-label-ratio)), 11px);
  line-height: 1;
  white-space: nowrap;
}

.app-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 7px;
  background: #3579ff;
  color: #fff;
  font-size: var(--font-title);
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.draw-strip {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 78px;
  display: block;
  padding: 0;
  border-bottom: 1px solid #dedede;
  background: #fff;
}

.draw-strip iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.brand-banner {
  display: block;
  aspect-ratio: 1280 / 458;
  border-bottom: 6px solid #ca0000;
  background: #b80000;
  overflow: hidden;
}

.brand-banner picture,
.brand-banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-banner img {
  object-fit: cover;
}

.content-stack {
  display: grid;
  gap: 0;
  padding: 0;
  background: #fff;
}

.info-block {
  overflow: hidden;
  border: 4px solid #d40016;
  border-radius: var(--radius);
  background: var(--card-bg);
  box-shadow: var(--shadow);
}

.info-block--legacy-box {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.info-block--legacy-box .block-body {
  background: transparent;
}

.content-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.content-divider img {
  display: block;
  width: 100%;
  height: auto;
}

.lottery-widgets {
  display: grid;
  gap: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.lottery-widgets__frame {
  display: block;
  width: 100%;
  min-height: 130px;
  border: 0;
  background: #fff;
}

.legacy-red-tiger-data,
.legacy-red-tiger-data * {
  box-sizing: border-box;
}

.legacy-red-tiger-data {
  width: 100%;
  max-width: 750px;
  margin: 12px auto;
  padding: 0;
  isolation: isolate;
  contain: layout paint style;
  color: #f5f5f5;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.legacy-red-tiger-data a {
  color: inherit;
  text-decoration: none;
}

.legacy-red-tiger-data .dc-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 2px solid #d6aa3a;
  border-radius: 18px;
  padding: 12px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 215, 90, 0.18), transparent 22%),
    radial-gradient(circle at 90% 15%, rgba(255, 0, 0, 0.14), transparent 28%),
    linear-gradient(135deg, #050505 0%, #151515 45%, #000 100%);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.55), inset 0 0 20px rgba(255, 215, 90, 0.12);
}

.legacy-red-tiger-data .dc-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(45deg, rgba(255, 215, 90, 0.2) 1px, transparent 1px),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.legacy-red-tiger-data .dc-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 120, 0.55);
  border-radius: 14px;
  padding: 18px;
  background: linear-gradient(180deg, #111 0%, #060606 55%, #000 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 215, 90, 0.13), 0 8px 20px rgba(0, 0, 0, 0.45);
}

.legacy-red-tiger-data .dc-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.legacy-red-tiger-data .dc-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7b1306, #d72612, #7b1306);
  color: #fff5c8;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.legacy-red-tiger-data .dc-no {
  color: #f6d27a;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.legacy-red-tiger-data .dc-header {
  border: 2px solid #d6aa3a;
  border-radius: 14px;
  padding: 14px 10px 16px;
  background:
    radial-gradient(circle at center, rgba(255, 215, 110, 0.18), transparent 58%),
    linear-gradient(135deg, #000, #191919, #3a2506);
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 5px 14px rgba(0, 0, 0, 0.45);
}

.legacy-red-tiger-data .dc-title {
  color: #ffd76a;
  font-size: clamp(25px, 5.2vw, 38px);
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1.18;
  text-shadow: 0 2px 0 #000, 0 0 12px rgba(255, 215, 90, 0.38);
}

.legacy-red-tiger-data .dc-sub {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 215, 90, 0.45);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff0b0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
}

.legacy-red-tiger-data .dc-body {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid rgba(255, 215, 90, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, #0b0b0b, #020202);
  box-shadow: inset 0 0 14px rgba(255, 215, 90, 0.06);
}

.legacy-red-tiger-data .dc-desc {
  margin: 0 0 12px;
  color: #f7f0d7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.legacy-red-tiger-data .dc-table-wrap {
  width: 100%;
  overflow: hidden;
  border: 2px solid #d6aa3a;
  border-radius: 12px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.42);
}

.legacy-red-tiger-data .dc-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #050505;
}

.legacy-red-tiger-data .dc-table th {
  padding: 11px 5px;
  border-right: 1px solid rgba(255, 230, 160, 0.25);
  background: linear-gradient(135deg, #000, #2a1a03, #000);
  color: #ffe9a3;
  font-size: 16px;
  font-weight: 900;
}

.legacy-red-tiger-data .dc-table td {
  padding: 12px 5px;
  border-top: 1px solid rgba(255, 215, 90, 0.22);
  border-right: 1px solid rgba(255, 215, 90, 0.16);
  background: #101010;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.legacy-red-tiger-data .dc-table tr:nth-child(even) td {
  background: #060606;
}

.legacy-red-tiger-data .hit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 5px 8px;
  border: 1px solid #ffb3b3;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2a2a 0%, #d50000 55%, #980000 100%);
  color: #fff;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 8px rgba(255, 0, 0, 0.35);
}

.legacy-red-tiger-data .result {
  color: #39ff78;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(57, 255, 120, 0.35);
}

.legacy-red-tiger-data .dc-important {
  margin-top: 14px;
  padding: 13px 10px;
  border: 2px dashed #d6aa3a;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(40, 28, 5, 0.95), rgba(8, 8, 8, 0.98));
  color: #ffe9a3;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
  box-shadow: inset 0 0 12px rgba(255, 210, 80, 0.12);
}

.legacy-red-tiger-data .dc-btn-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94%;
  min-height: 54px;
  margin: 17px auto 0;
  overflow: hidden;
  border: 2px solid #ffe39a;
  border-radius: 999px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #ffde73 0%, #e32212 38%, #7b0c05 100%);
  color: #fff !important;
  font-size: clamp(17px, 4vw, 22px);
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(150, 25, 8, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.46);
  animation: red-tiger-pulse 2.2s infinite ease-in-out;
}

.legacy-red-tiger-data .dc-btn-main span,
.legacy-red-tiger-data .dc-small-btn span {
  display: inline-block;
  border-radius: 8px;
  background: #fff000;
  color: #e00000;
  text-shadow: none;
}

.legacy-red-tiger-data .dc-btn-main span {
  margin: 0 5px;
  padding: 2px 8px;
}

.legacy-red-tiger-data .dc-btn-main::after,
.legacy-red-tiger-data .dc-small-btn::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -110%;
  width: 48%;
  height: 220%;
  transform: rotate(28deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.46) 50%, rgba(255, 255, 255, 0) 100%);
  animation: red-tiger-light 3.2s infinite;
}

@keyframes red-tiger-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }
}

@keyframes red-tiger-light {
  0% {
    left: -110%;
  }

  32% {
    left: 155%;
  }

  100% {
    left: 155%;
  }
}

.legacy-red-tiger-data .dc-btn-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 94%;
  margin: 13px auto 0;
}

.legacy-red-tiger-data .dc-small-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  overflow: hidden;
  border-radius: 999px;
  padding: 10px 8px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 1000;
  letter-spacing: 0.5px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.36);
}

.legacy-red-tiger-data .dc-small-btn span {
  padding: 2px 6px;
  border-radius: 7px;
}

.legacy-red-tiger-data .dc-red {
  border: 2px solid #ffd0c8;
  background: linear-gradient(135deg, #ff4b34, #bd0900, #680300);
}

.legacy-red-tiger-data .dc-blue {
  border: 2px solid #cfe9ff;
  background: linear-gradient(135deg, #22a7ff, #074fc4, #041e69);
}

.legacy-red-tiger-data .dc-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 215, 90, 0.24);
  color: #f7e2a0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.legacy-red-tiger-data .dc-seal {
  position: relative;
  display: flex;
  flex: 0 0 82px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  transform: rotate(-12deg);
  border: 4px double rgba(255, 45, 35, 0.9);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 0, 0, 0.12), transparent 56%), rgba(0, 0, 0, 0.15);
  color: rgba(255, 70, 60, 0.95);
  font-weight: 1000;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: inset 0 0 0 2px rgba(255, 45, 35, 0.16), 0 3px 10px rgba(0, 0, 0, 0.35);
}

.legacy-red-tiger-data .dc-seal::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 45, 35, 0.62);
  border-radius: 50%;
  pointer-events: none;
}

.legacy-red-tiger-data .seal-name {
  display: block;
  font-size: 15px;
  line-height: 1.05;
}

.legacy-red-tiger-data .seal-ok {
  display: block;
  margin-top: 5px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 45, 35, 0.55);
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

@media (max-width: 520px) {
  .legacy-red-tiger-data {
    margin: 8px auto;
  }

  .legacy-red-tiger-data .dc-wrap {
    padding: 7px;
    border-radius: 14px;
  }

  .legacy-red-tiger-data .dc-card {
    padding: 11px;
    border-radius: 12px;
  }

  .legacy-red-tiger-data .dc-topbar {
    margin-bottom: 8px;
  }

  .legacy-red-tiger-data .dc-badge,
  .legacy-red-tiger-data .dc-no {
    font-size: 12px;
  }

  .legacy-red-tiger-data .dc-title {
    letter-spacing: 1px;
  }

  .legacy-red-tiger-data .dc-sub {
    padding: 4px 10px;
    font-size: 12px;
  }

  .legacy-red-tiger-data .dc-body {
    padding: 10px;
  }

  .legacy-red-tiger-data .dc-desc,
  .legacy-red-tiger-data .dc-important {
    font-size: 14px;
  }

  .legacy-red-tiger-data .dc-important {
    padding: 10px 6px;
  }

  .legacy-red-tiger-data .dc-table th,
  .legacy-red-tiger-data .dc-table td {
    padding: 9px 2px;
    font-size: 13px;
    white-space: nowrap;
    word-break: keep-all;
  }

  .legacy-red-tiger-data .hit {
    min-width: auto;
    padding: 4px 6px;
    font-size: 13px;
  }

  .legacy-red-tiger-data .dc-btn-main {
    width: 100%;
    min-height: 48px;
    padding: 10px 6px;
    letter-spacing: 0;
  }

  .legacy-red-tiger-data .dc-btn-group {
    width: 100%;
    gap: 7px;
  }

  .legacy-red-tiger-data .dc-small-btn {
    min-height: 43px;
    padding: 8px 4px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .legacy-red-tiger-data .dc-footer {
    align-items: center;
    font-size: 12px;
  }

  .legacy-red-tiger-data .dc-seal {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }

  .legacy-red-tiger-data .seal-name {
    font-size: 12px;
  }

  .legacy-red-tiger-data .seal-ok {
    margin-top: 4px;
    padding-top: 3px;
    font-size: 15px;
  }
}

.block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 42px;
  padding: 6px 10px;
  background: linear-gradient(#d90000, #ad0000);
  color: #fff;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.05;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.block-title .domain {
  color: var(--gold-500);
  white-space: nowrap;
}

.block-body {
  background: #fff;
}

.legacy-two-code {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #b30000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.legacy-two-code__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 2px 6px 4px;
  border-bottom: 1px solid #ff8c00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #b30000;
  color: #fff;
  font-size: var(--font-title);
  line-height: 1.05;
  text-align: center;
  text-shadow: rgba(255, 200, 80, 0.85) 0 0 10px;
  white-space: nowrap;
}

.legacy-two-code__title-domain {
  color: #ffff00;
  font-size: var(--font-title);
}

.legacy-two-code__title-domain-group {
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
}

.legacy-two-code__image-grid,
.legacy-two-code__history-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
}

.legacy-two-code__cell {
  min-width: 0;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

.legacy-two-code__image-grid .legacy-two-code__cell,
.legacy-two-code__current .legacy-two-code__link {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.legacy-two-code__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy-two-code__history {
  min-height: 90px;
  padding: 9px 4px 8px;
  color: #000;
  font-size: var(--font-title);
  line-height: 1.45;
}

.legacy-two-code__history strong {
  color: #800000;
}

.legacy-two-code__history .text-red {
  color: #f00;
}

.legacy-two-code__combo {
  display: block;
  margin-top: 4px;
  font-size: var(--font-emphasis);
  line-height: 1.1;
}

.legacy-two-code mark {
  padding: 0 3px;
  background: #ff0;
  color: #f00;
}

.legacy-two-code__current {
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

.legacy-two-code__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.legacy-two-code__promo.premium-gate {
  display: block;
  padding: 8px 6px 10px;
  border-top: 0;
  color: #000;
  text-align: center;
}

.legacy-two-code__headline {
  font-size: var(--font-title);
  line-height: 1.45;
}

.legacy-two-code__hot {
  display: inline-block;
  margin: 3px 0;
  padding: 0 4px;
  background: #ff0;
  color: #000;
  font-size: var(--font-emphasis);
  line-height: 1.2;
}

.legacy-two-code__cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  color: #000;
  font-size: var(--font-emphasis);
  line-height: 1.1;
}

.legacy-two-code__cta-label {
  min-width: 116px;
  text-align: right;
}

.legacy-two-code__pointer {
  font-size: var(--font-emphasis);
}

.legacy-two-code__button {
  display: inline-block;
  min-width: 138px;
  padding: 2px 8px;
  background: #ff0;
  color: #f00;
  text-align: center;
  text-decoration: none;
}

.legacy-two-code__button--red {
  background: #f00;
  color: #ff0;
}

.legacy-two-code__green {
  color: #008000;
  font-size: var(--font-title);
}

.legacy-two-code__pink {
  color: #f0f;
  font-size: var(--font-title);
}

.legacy-two-code__footer {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: var(--font-meta);
  line-height: 30px;
}

.legacy-two-code__footer .domain-a {
  color: #008000;
}

.legacy-two-code__footer .domain-b {
  color: #00f;
}

.legacy-two-code__footer .domain-c {
  color: #800080;
}

.profit-five {
  padding: 7px 6px 9px;
  border-left: 4px solid #d10000;
  border-right: 4px solid #d10000;
  background: linear-gradient(90deg, #fff2a3 0, #fffbd0 8%, #fff4a8 50%, #fffbd0 92%, #fff2a3 100%);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.profit-five__inner {
  padding: 14px 12px 18px;
  border: 3px solid #f7d84b;
  border-radius: 17px 17px 0 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 210, 0.72), transparent 28%),
    linear-gradient(#102012 0 19%, #fff6a9 19% 100%);
  box-shadow: inset 0 0 0 2px rgba(120, 0, 0, 0.22);
}

.profit-five__brand {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 2px solid #fff06b;
  border-radius: 10px;
  background: linear-gradient(#ff3f53, #c90010);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 5px 0 #5b0000, 0 0 0 1px #ffb400;
  white-space: nowrap;
}

.profit-five__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.profit-five__badge {
  min-width: 0;
  min-height: 105px;
  display: grid;
  place-items: center;
  padding: 10px 6px;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.2), 0 5px 12px rgba(0, 0, 0, 0.35);
}

.profit-five__badge b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.profit-five__badge span {
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}

.profit-five__badge em {
  min-width: 64px;
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(#fff47a, #ffc600);
  color: #6b0000;
  font-size: 12px;
  font-style: normal;
  line-height: 1.1;
  white-space: nowrap;
}

.profit-five__badge--pink {
  background: linear-gradient(145deg, #ff3478, #b6003f);
}

.profit-five__badge--blue {
  background: linear-gradient(145deg, #2d9cff, #004a98);
}

.profit-five__badge--gold {
  background: linear-gradient(145deg, #dfbd35, #765d00);
}

.profit-five__badge--green {
  background: linear-gradient(145deg, #13c779, #00663f);
}

.profit-five__row {
  margin: 0 8px 30px;
  padding: 20px 10px 22px;
  border: 2px solid #ffcc00;
  border-radius: 12px;
  background: #210006;
  text-align: center;
  box-shadow: 0 9px 20px rgba(85, 42, 0, 0.28);
}

.profit-five__row-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  text-shadow: 0 2px 0 #000;
  white-space: nowrap;
}

.profit-five__row-title b {
  color: #00ff9b;
  font-size: 26px;
}

.profit-five__numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.profit-five__num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid #ffcc00;
  border-radius: 7px;
  background: #111;
  color: #ffff00;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 #000;
}

.profit-five__num--hit {
  border-color: #fff25d;
  background: linear-gradient(#ff3b44, #db0000);
  color: #ffff00;
  box-shadow: 0 0 13px rgba(255, 0, 0, 0.85);
}

.profit-five__current {
  display: block;
  margin: -6px 24px 16px;
  padding: 24px 10px 20px;
  border: 2px dashed #e60012;
  border-radius: 14px;
  background: #370006;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.profit-five__current-title {
  font-size: 20px;
  line-height: 1.2;
}

.profit-five__current-title span,
.profit-five__secret b {
  display: inline-block;
  padding: 1px 6px;
  background: #f00;
  color: #fff;
}

.profit-five__secret {
  margin-top: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.profit-five__download {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 5px;
  background: #ff1a11;
  color: #ffff00;
  font-size: 17px;
  line-height: 1.2;
}

.profit-five__proof {
  display: inline-block;
  margin-top: 13px;
  padding: 3px 6px;
  background: #0ab64a;
  color: #071c00;
  font-size: 17px;
  line-height: 1.2;
}

.profit-five__hint {
  margin-top: 16px;
  color: #ff5757;
  font-size: 18px;
  line-height: 1.2;
}

.profit-five__bottom-cta {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
  padding: 8px 12px;
  border: 2px solid #ffcc00;
  border-radius: 9px;
  background: linear-gradient(#ff3d37, #c90000);
  color: #ffff00;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.legacy-one-code {
  margin: 5px 0;
  padding: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #b30000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.legacy-one-code__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 2px 6px 4px;
  border-bottom: 1px solid #ff8c00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #b30000;
  color: #fff;
  font-size: var(--font-title);
  line-height: 1.05;
  text-align: center;
  text-shadow: rgba(255, 200, 80, 0.85) 0 0 10px;
  white-space: nowrap;
}

.legacy-one-code__title-domain {
  color: #ff0;
}

.legacy-one-code__title-domain-group {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.legacy-one-code__period {
  display: block;
  color: #fff;
  text-decoration: none;
}

.legacy-one-code__period.premium-gate {
  display: block;
  padding: 0;
  border-top: 0;
  text-align: inherit;
}

.legacy-one-code__promo,
.legacy-one-code__status,
.legacy-one-code__footer {
  min-height: 35px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14pt;
  font-weight: 700;
  line-height: 35px;
}

.legacy-one-code__promo {
  background: #b30000;
  color: #fff;
}

.legacy-one-code__row {
  display: grid;
  grid-template-columns: 45% 55%;
  background: #000;
}

.legacy-one-code__cell {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 35px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  background: #000;
  color: #fff;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 13pt;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.legacy-one-code__label {
  color: #fff;
  white-space: nowrap;
}

.legacy-one-code__value,
.legacy-one-code__value-red {
  color: #f00;
  font-size: 14pt;
}

.legacy-one-code__hit {
  padding: 0 2px;
  background: #ff0;
  color: #f00;
}

.legacy-one-code__yellow {
  color: #ff0;
}

.legacy-one-code__green {
  color: #0f0;
}

.legacy-one-code__white {
  color: #fff;
}

.legacy-one-code__status {
  background: #000;
  color: #fff;
}

.legacy-one-code__footer {
  background: #fff;
  color: #000;
  font-size: 12pt;
}

.legacy-one-code__footer .domain-a {
  color: #008000;
}

.legacy-one-code__footer .domain-b {
  color: #00f;
}

.legacy-one-code__footer .domain-c {
  color: #800080;
}

.legacy-yxym {
  margin: 5px 0;
  padding: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #b30000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: medium;
}

.legacy-yxym__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 2px 4px 4px;
  border-bottom: 1px solid #ff8c00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #b30000;
  color: #fff;
  font-size: 15pt;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  text-shadow: rgba(255, 200, 80, 0.85) 0 0 10px;
}

.legacy-yxym__title b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.legacy-yxym__domain-a,
.legacy-yxym__domain-c {
  color: #ff0;
}

.legacy-yxym__domain-b {
  color: #fff;
}

.legacy-yxym__footer-table .legacy-yxym__domain-a {
  color: #008000;
}

.legacy-yxym__footer-table .legacy-yxym__domain-b {
  color: #00f;
}

.legacy-yxym__footer-table .legacy-yxym__domain-c {
  color: #800080;
}

.legacy-yxym__table {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
  text-indent: 0;
  empty-cells: show;
}

.legacy-yxym__table td {
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
}

.legacy-yxym__table p {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 14pt;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

.legacy-yxym__green {
  color: #008000;
}

.legacy-yxym__range {
  color: #008000;
  font-size: 14pt;
}

.legacy-yxym__pick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #000;
  font-size: 20pt;
  font-weight: 700;
  line-height: 1.25;
}

.legacy-yxym__primary {
  display: inline-block;
  padding: 0 3px;
  background: #fff;
  color: #000;
}

.legacy-yxym__primary--hit {
  background: #ff0;
  color: #f00;
}

.legacy-yxym__guard {
  display: inline-block;
  background: #fff;
  color: #000;
}

.legacy-yxym__guard-number {
  color: #000;
}

.legacy-yxym__guard-number--hit {
  background: #ff0;
  color: #f00;
}

.legacy-yxym__current.premium-gate {
  display: block;
  padding: 0;
  border: 0;
  color: #000;
  text-align: center;
}

.legacy-yxym__current-main {
  display: inline-block;
  padding: 0 6px;
  background: #f00;
  color: #ff0;
  font-size: 20pt;
  font-weight: 700;
  line-height: 1.35;
}

.legacy-yxym__footer-table p {
  min-height: 30px;
  font-size: 12pt;
  line-height: 30px;
}

.legacy-three-tabs {
  margin: 5px 0;
  overflow: hidden;
  background: #fff;
  color: #111;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.legacy-three-tabs__tabs {
  background: #fff;
  color: #3ebc40;
  text-align: center;
  font-size: var(--font-title);
  font-weight: 700;
  line-height: 1.2;
}

.legacy-three-tabs__tabs ul {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #3ebc40;
  list-style: none;
}

.legacy-three-tabs__tabs li {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.legacy-three-tabs__tabs button {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 5px 2px;
  border: 0;
  background: #fff;
  color: #3ebc40;
  font: inherit;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
}

.legacy-three-tabs__tabs li.is-active button {
  background: #3ebc40;
  color: #fff;
}

.legacy-three-tabs__panel[hidden] {
  display: none;
}

.legacy-three-tabs__box {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #b30000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}

.legacy-three-tabs__title {
  min-height: 30px;
  padding: 2px 6px 4px;
  border-bottom: 1px solid #ff8c00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #b30000;
  color: #fff;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.05;
  text-shadow: rgba(255, 200, 80, 0.85) 0 0 10px;
  white-space: nowrap;
}

.legacy-three-tabs__footer {
  min-height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 12pt;
  font-weight: 700;
  line-height: 30px;
}

.legacy-three-tabs__footer .domain-a {
  color: #008000;
}

.legacy-three-tabs__footer .domain-b {
  color: #00f;
}

.legacy-three-tabs__footer .domain-c {
  color: #800080;
}

.legacy-minnan-three {
  width: 100%;
  margin: 14px auto;
  padding: 6px;
  border-radius: 10px;
  background: linear-gradient(135deg, #8b0000, #b22222);
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.legacy-minnan-three__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 8px;
  border-radius: 6px;
  background: linear-gradient(to right, #2c2c2c, #1a1a1a);
  color: #ffd700;
  font-size: 15px;
  line-height: 1.15;
}

.legacy-minnan-three__title {
  min-width: 0;
  overflow-wrap: anywhere;
}

.legacy-minnan-three__issue {
  flex: 0 0 auto;
  color: #ffcc66;
  font-size: 13px;
  white-space: nowrap;
}

.legacy-minnan-three__body {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  padding: 8px;
  border-radius: 6px;
  background: #000;
}

.legacy-minnan-three__item {
  display: block;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.legacy-minnan-three__line {
  font-family: "Times New Roman", "Microsoft YaHei", Arial, sans-serif;
  font-size: 17pt;
  font-weight: 700;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.legacy-minnan-three__line--title {
  color: #fff;
}

.legacy-minnan-three__author {
  color: #00ffff;
}

.legacy-minnan-three__bracket {
  display: inline-block;
  margin: 0 1px;
  color: #fff;
}

.legacy-minnan-three__hit {
  display: inline-block;
  padding: 0 3px;
  background: #f00;
  color: #ff0;
}

.legacy-minnan-three__open {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2px;
  color: #fff;
  font-family: "Times New Roman", "Microsoft YaHei", Arial, sans-serif;
  font-size: 15pt;
  font-weight: 700;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.legacy-minnan-three__open span:nth-child(2) {
  color: #ff0;
}

.legacy-minnan-three__current.premium-gate {
  gap: 4px;
  padding: 8px;
  border-top: 1px solid rgba(255, 215, 0, 0.35);
}

.legacy-minnan-three__current-main,
.legacy-minnan-three__current-copy,
.legacy-minnan-three__current-note {
  color: #fff;
  font-family: "Times New Roman", "Microsoft YaHei", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.legacy-minnan-three__current-main {
  color: #0f0;
  font-size: 15pt;
}

.legacy-minnan-three__current-copy {
  font-size: 14pt;
}

.legacy-minnan-three__current-copy span {
  display: inline-block;
  padding: 0 3px;
  background: #f00;
  color: #ff0;
}

.legacy-minnan-three__current-note {
  color: #0ff;
  font-size: 14pt;
}

.legacy-minnan-three__button {
  display: block;
  width: 307px;
  max-width: 100%;
  height: auto;
}

.draw-chat-lead {
  margin: 5px 0;
  overflow: hidden;
  background: #ededed;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.draw-chat-lead a {
  text-decoration: none;
}

.draw-chat-lead__nav {
  position: relative;
  height: 48px;
  border-bottom: 1px solid #dadada;
  background: #f7f7f7;
  color: #111;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 48px;
}

.draw-chat-lead__group {
  display: block;
  min-width: 0;
  padding: 0 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.draw-chat-lead__back,
.draw-chat-lead__more {
  position: absolute;
  top: 0;
  color: #111;
}

.draw-chat-lead__back {
  left: 12px;
  font-size: 26px;
  font-weight: 300;
}

.draw-chat-lead__more {
  right: 14px;
  font-size: 18px;
}

.draw-chat-lead__body {
  padding: 12px 10px;
}

.draw-chat-lead__time {
  margin: 6px 0 14px;
  color: #999;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.draw-chat-lead__message {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.draw-chat-lead__message--right {
  flex-direction: row-reverse;
}

.draw-chat-lead__avatar {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 4px;
  object-fit: cover;
  background: #ddd;
}

.draw-chat-lead__bubble {
  max-width: 72%;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 22px;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.draw-chat-lead__bubble--green {
  background: #95ec69;
}

.draw-chat-lead__bubble--image {
  padding: 0;
  background: transparent;
}

.draw-chat-lead__result {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  background: #fff7e0;
}

.draw-chat-lead__result-card {
  width: min(260px, 100%);
  padding: 9px;
  border: 2px solid #f6c14a;
  border-radius: 8px;
  background: linear-gradient(#b50000, #390004);
  color: #fff7bf;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.draw-chat-lead__result-head,
.draw-chat-lead__result-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  line-height: 1.2;
}

.draw-chat-lead__result-head b,
.draw-chat-lead__result-foot em {
  color: #ffe400;
  font-style: normal;
  white-space: nowrap;
}

.draw-chat-lead__result-balls {
  display: flex;
  gap: 4px;
  margin: 8px 0;
}

.draw-chat-lead__ball {
  width: 31px;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 3px 0;
  border: 1px solid #ffd456;
  border-radius: 5px;
  background: #111;
  color: #ffff00;
  font-size: 13px;
  line-height: 1;
}

.draw-chat-lead__ball b {
  font-size: 15px;
}

.draw-chat-lead__ball small {
  margin-top: 2px;
  color: #fff;
  font-size: 10px;
}

.draw-chat-lead__ball--special {
  background: linear-gradient(#ff4444, #d60000);
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.7);
}

.draw-chat-lead__quote {
  margin-top: 8px;
  padding: 6px 8px;
  border-left: 4px solid #ff4d4f;
  background: #fff1f0;
  color: #333;
  font-size: 13px;
  line-height: 20px;
}

.draw-chat-lead__quote-img {
  display: block;
  width: 90px;
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.draw-chat-lead__redpacket {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  max-width: 72%;
  overflow: hidden;
  border-radius: 8px;
  background: #fa5151;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.draw-chat-lead__redpacket-icon {
  position: relative;
  width: 38px;
  height: 44px;
  margin: 10px 0 10px 12px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffde7a, #f6b32b);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.draw-chat-lead__redpacket-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border: 2px solid #ffd777;
  border-radius: 50%;
  background: #e33;
}

.draw-chat-lead__redpacket span:nth-child(2) {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 9px 12px 7px 8px;
}

.draw-chat-lead__redpacket b {
  font-size: 15px;
  line-height: 22px;
}

.draw-chat-lead__redpacket small {
  font-size: 13px;
  line-height: 20px;
}

.draw-chat-lead__redpacket em {
  grid-column: 1 / -1;
  background: #fff7e6;
  color: #d48806;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.draw-chat-lead__download.premium-gate {
  display: block;
  margin: 5px 0;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(to right, rgb(255, 79, 33), rgb(255, 105, 52));
  box-shadow: 0 0 8px rgba(100, 160, 220, 0.25);
  text-align: center;
}

.draw-chat-lead__download-link {
  display: grid;
  gap: 4px;
  padding: 8px 6px 10px;
  border: 1px solid #ccc;
  width: 100%;
  background: #f00;
  color: #ffff00;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  line-height: 1.25;
}

.draw-chat-lead__download-title {
  color: #fff;
  font-size: var(--font-emphasis);
  font-weight: 900;
}

.draw-chat-lead__download-title img,
.draw-chat-lead__download-app img {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  vertical-align: -4px;
}

.draw-chat-lead__download-sub {
  color: #ffff00;
  font-size: var(--font-title);
  font-weight: 900;
}

.draw-chat-lead__download-note {
  display: inline-block;
  justify-self: center;
  padding: 0 4px;
  background: #ff0;
  color: #000;
  font-size: var(--font-title);
  font-weight: 900;
}

.draw-chat-lead__download-app {
  color: #ffff00;
  font-size: var(--font-title);
  font-weight: 900;
}

.draw-chat-lead__download-app b {
  background: #00f;
  color: #fff;
}

.draw-chat-lead__download-button {
  display: block;
  width: 299px;
  max-width: 100%;
  height: auto;
  justify-self: center;
}

.agent-board {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  border: 2px solid var(--site-accent, #ffe400);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--site-dark, #160606), #2b0909 42%, var(--site-secondary, #6b0000));
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  box-shadow: 0 5px 16px rgba(80, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 244, 160, 0.45);
}

.agent-board::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #fff4a0, var(--site-accent, #ffe400), #ff7a00, var(--site-accent, #ffe400), #fff4a0);
}

.agent-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
  padding: 9px 12px 8px;
  border-bottom: 1px solid rgba(255, 226, 76, 0.7);
  background: linear-gradient(135deg, var(--site-primary, #b30000), var(--site-secondary, #6b0000) 62%, #210707);
  color: #fff;
  font-size: var(--font-title);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.agent-board__head b {
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 1px solid rgba(255, 244, 128, 0.75);
  border-radius: 999px;
  background: rgba(25, 0, 0, 0.32);
  color: var(--site-accent, #ffe400);
  font-size: var(--font-meta);
  white-space: nowrap;
}

.agent-board__sub,
.agent-board__foot {
  padding: 8px 10px;
  background: linear-gradient(180deg, #fff7c2, var(--site-surface, #fff7df));
  color: #6b0000;
  text-align: center;
  font-size: var(--font-meta);
  font-weight: 800;
  line-height: 1.2;
}

.agent-board__sub {
  border-bottom: 1px solid #e6b72d;
}

.agent-board__foot {
  border-top: 1px solid #e6b72d;
}

.agent-board__body {
  display: grid;
  gap: 2px;
  padding: 3px;
  background: linear-gradient(180deg, #3a0707, #210606);
}

.agent-board__row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 5px;
  min-height: 48px;
  padding: 6px;
  border: 1px solid rgba(128, 0, 0, 0.25);
  border-radius: 6px;
  background: linear-gradient(180deg, #fffdf2, #fff1c6);
  color: #211;
  text-decoration: none;
  font-size: var(--font-meta);
  box-shadow: inset 0 -2px 0 rgba(105, 0, 0, 0.08);
}

.agent-board__row--current {
  border-color: #fff06a;
  background: linear-gradient(135deg, #fff6b5, #ffd539 44%, #fff8d4);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65), 0 0 0 1px rgba(255, 234, 0, 0.75);
}

.agent-board__period,
.agent-board__open,
.agent-board__status {
  text-align: center;
  white-space: nowrap;
}

.agent-board__period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 3px 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--site-secondary, #6b0000), #250707);
  color: #ffe676;
  font-weight: 900;
}

.agent-board__open {
  color: #7a1300;
  font-weight: 800;
}

.agent-board__status {
  color: #d40000;
  font-weight: 900;
}

.agent-board__values {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.agent-board__values::-webkit-scrollbar {
  display: none;
}

.agent-board__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  padding: 3px 6px;
  border: 1px solid #c99a20;
  border-radius: 6px;
  background: linear-gradient(180deg, #fffdf0, #f5d87a);
  color: #240808;
  font-size: var(--font-title);
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 1px 0 #fff, 0 2px 4px rgba(80, 0, 0, 0.16);
}

.agent-board__chip--number {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 999px;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.agent-board__chip--wave {
  min-width: 46px;
}

.agent-board__chip.is-hit {
  border-color: #ff2300;
  background: linear-gradient(180deg, #fff36b, #ffb300);
  color: #d60000;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px rgba(255, 0, 0, 0.42);
}

.agent-board__row--current .agent-board__chip {
  border-color: #fff5a8;
  background: linear-gradient(180deg, var(--site-primary, #b30000), #620000);
  color: var(--site-accent, #ffe400);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.agent-board__open--cta {
  color: #850000;
  font-weight: 900;
}

.agent-board__status--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 3px 7px;
  border: 1px solid #ffeb70;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4a18, #b00000);
  color: #fff;
  box-shadow: 0 3px 8px rgba(156, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.agent-board__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 3px 10px;
  border: 1px solid #d7a82a;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf0, #f5d87a);
  color: #850000;
  font-weight: 900;
  white-space: nowrap;
}

.agent-board__group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.agent-extra {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  border: 2px solid var(--site-accent, #ffe400);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--site-dark, #160606), #2b0909 42%, var(--site-secondary, #6b0000));
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  box-shadow: 0 5px 16px rgba(80, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 244, 160, 0.45);
}

.agent-extra::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #fff4a0, var(--site-accent, #ffe400), #ff7a00, var(--site-accent, #ffe400), #fff4a0);
}

.agent-extra__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
  padding: 9px 12px 8px;
  border-bottom: 1px solid rgba(255, 226, 76, 0.7);
  background: linear-gradient(135deg, var(--site-primary, #b30000), var(--site-secondary, #6b0000) 62%, #210707);
  color: #fff;
  font-size: var(--font-title);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.agent-extra__head b {
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 1px solid rgba(255, 244, 128, 0.75);
  border-radius: 999px;
  background: rgba(25, 0, 0, 0.32);
  color: var(--site-accent, #ffe400);
  font-size: var(--font-meta);
  white-space: nowrap;
}

.agent-extra__kicker,
.agent-extra__foot {
  padding: 8px 10px;
  background: linear-gradient(180deg, #fff7c2, var(--site-surface, #fff7df));
  color: #6b0000;
  text-align: center;
  font-size: var(--font-meta);
  font-weight: 800;
  line-height: 1.25;
}

.agent-extra__kicker {
  border-bottom: 1px solid #e6b72d;
}

.agent-extra__foot {
  border-top: 1px solid #e6b72d;
}

.agent-extra__rows {
  display: grid;
  gap: 2px;
  padding: 3px;
  background: linear-gradient(180deg, #3a0707, #210606);
}

.agent-extra__row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 5px;
  min-height: 48px;
  padding: 6px;
  border: 1px solid rgba(128, 0, 0, 0.25);
  border-radius: 6px;
  background: linear-gradient(180deg, #fffdf2, #fff1c6);
  color: #211;
  text-decoration: none;
  font-size: var(--font-meta);
  line-height: 1.15;
  box-shadow: inset 0 -2px 0 rgba(105, 0, 0, 0.08);
}

.agent-extra__row--current {
  border-color: #fff06a;
  background: linear-gradient(135deg, #fff6b5, #ffd539 44%, #fff8d4);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65), 0 0 0 1px rgba(255, 234, 0, 0.75);
}

.agent-extra__period,
.agent-extra__label,
.agent-extra__open,
.agent-extra__state {
  text-align: center;
  white-space: nowrap;
}

.agent-extra__period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 3px 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--site-secondary, #6b0000), #250707);
  color: #ffe676;
  font-weight: 900;
}

.agent-extra__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 3px 6px;
  border: 1px solid #e5bd4a;
  border-radius: 999px;
  background: #fff9d5;
  color: #7b0000;
  font-weight: 800;
}

.agent-extra__label--current {
  background: linear-gradient(180deg, #b90000, #6b0000);
  color: var(--site-accent, #ffe400);
}

.agent-extra__values {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.agent-extra__values::-webkit-scrollbar {
  display: none;
}

.agent-extra__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  padding: 3px 6px;
  border: 1px solid #c99a20;
  border-radius: 6px;
  background: linear-gradient(180deg, #fffdf0, #f5d87a);
  color: #240808;
  font-size: var(--font-title);
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 1px 0 #fff, 0 2px 4px rgba(80, 0, 0, 0.16);
}

.agent-extra__chip--number {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 999px;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.agent-extra__chip--wave {
  min-width: 46px;
}

.agent-extra__chip.is-hit {
  border-color: #ff2300;
  background: linear-gradient(180deg, #fff36b, #ffb300);
  color: #d60000;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px rgba(255, 0, 0, 0.42);
}

.agent-extra__row--current .agent-extra__chip {
  border-color: #fff5a8;
  background: linear-gradient(180deg, var(--site-primary, #b30000), #620000);
  color: var(--site-accent, #ffe400);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.agent-extra__open {
  color: #7a1300;
  font-weight: 800;
}

.agent-extra__state {
  color: #c40000;
  font-weight: 900;
}

.agent-extra__open--cta {
  color: #850000;
  font-weight: 900;
}

.agent-extra__state--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 3px 7px;
  border: 1px solid #ffeb70;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4a18, #b00000);
  color: #fff;
  box-shadow: 0 3px 8px rgba(156, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.agent-extra__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 3px 10px;
  border: 1px solid #d7a82a;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf0, #f5d87a);
  color: #850000;
  font-weight: 900;
  white-space: nowrap;
}

.jimei-xiongchou {
  margin: 8px 0;
  overflow: hidden;
  border: 2px solid #c00000;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  box-shadow: 0 4px 12px rgba(135, 0, 0, 0.18);
}

.jimei-xiongchou__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  background: linear-gradient(180deg, #e60000, #a80000);
  color: #fff;
  font-size: var(--font-title);
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 1px 0 #520000;
}

.jimei-xiongchou__title b {
  color: #ffe400;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: var(--font-meta);
  white-space: nowrap;
}

.jimei-xiongchou__lead {
  padding: 7px 8px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #111;
  text-align: center;
  font-size: calc(var(--font-title) + 1px);
  font-weight: 900;
  line-height: 1.2;
}

.jimei-xiongchou__lead::first-letter,
.jimei-xiongchou__mark b {
  color: #f00;
}

.jimei-xiongchou__rows {
  background: #fff;
}

.jimei-xiongchou__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 43px;
  padding: 6px 8px;
  border-bottom: 1px solid #dedede;
  color: #000;
  text-align: center;
  font-size: var(--font-title);
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.jimei-xiongchou__row--current {
  background: linear-gradient(90deg, #fffef2, #fff7be, #fffef2);
}

.jimei-xiongchou__name {
  color: #a00000;
}

.jimei-xiongchou__mark {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.jimei-xiongchou__mark b {
  padding: 0 2px;
  background: #ff0;
}

.jimei-xiongchou__mark em {
  color: #000;
  font-style: normal;
}

.jimei-xiongchou__open {
  color: #000;
}

.jimei-xiongchou__legend {
  display: grid;
  gap: 4px;
  padding: 9px 10px 10px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.25;
  font-weight: 900;
}

.jimei-xiongchou__legend b {
  color: #000;
}

.jimei-xiongchou__legend span {
  color: #111;
}

.public-strip,
.public-strip * {
  box-sizing: border-box;
}

.public-strip {
  margin: 8px 0;
  overflow: hidden;
  border: 2px solid #d00000;
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(100, 0, 0, 0.14);
}

.public-strip__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 32px;
  padding: 4px 8px;
  color: #fff;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.public-strip--red .public-strip__head {
  background: linear-gradient(180deg, #ff1515, #b80000);
}

.public-strip--cyan {
  border-color: #c00000;
}

.public-strip--gold {
  border-color: #c00000;
}

.public-strip--gold .public-strip__head,
.public-strip--cyan .public-strip__head {
  border-bottom: 2px solid #ffdc3e;
  background: linear-gradient(180deg, #f01818, #b30000 58%, #710000);
}

.public-strip__head b {
  color: #ffe400;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  white-space: nowrap;
}

.public-strip--red .public-strip__head b {
  color: #f5ff00;
}

.public-strip__rows {
  background: #fff;
}

.public-strip__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 37px;
  padding: 5px 6px;
  border-bottom: 1px solid #d7ead2;
  color: #000;
  text-align: center;
  font-size: calc(var(--font-title) - 1px);
  line-height: 1.15;
  white-space: nowrap;
}

.public-strip__row--current {
  background: linear-gradient(90deg, #fffce0, #fff6a8, #fffce0);
}

.public-strip__period {
  color: #000;
}

.public-strip__label {
  color: #002c7a;
}

.public-strip--red .public-strip__label {
  color: #000;
}

.public-strip__pick {
  color: #000;
}

.public-strip__mark {
  display: inline-block;
  min-width: 0.8em;
  padding: 0 2px;
  color: #f00;
}

.public-strip__mark.is-hit {
  background: #ff0;
  color: #f00;
}

.public-strip__open {
  color: #000;
}

.public-strip--three-head .public-strip__label,
.public-strip--three-head .public-strip__open {
  color: #a40000;
}

.public-strip__row--tail {
  display: block;
  min-height: 74px;
  padding-block: 5px 7px;
}

.public-tail__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 12px;
  max-width: 430px;
  margin: 3px auto 0;
  font-size: calc(var(--font-title) - 2px);
}

.public-tail__groups span {
  white-space: nowrap;
}

.public-strip__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 18px;
  padding: 8px 10px;
  border-top: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  text-align: center;
  font-size: calc(var(--font-title) - 1px);
  line-height: 1.25;
}

.public-strip__legend b {
  color: #e00000;
}

.public-strip__footer {
  min-height: 30px;
  padding: 4px 8px;
  border-top: 1px solid #eadf9a;
  background: #ffffcf;
  color: #111;
  text-align: center;
  font-size: calc(var(--font-title) - 2px);
  line-height: 1.2;
}

.public-strip__footer span {
  color: #ff00dd;
}

.public-strip__footer b {
  color: #f00;
  font-size: calc(var(--font-title) + 1px);
}

.public-strip .text-green {
  color: #009500;
}

.public-strip--five-tail .public-tail__groups {
  max-width: 390px;
}

.public-strip--five-tail .public-strip__row--tail {
  min-height: 98px;
}

.public-tail__groups--five {
  gap: 2px 10px;
}

.public-tail__groups--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-strip__row--nine {
  min-height: 38px;
  font-size: calc(var(--font-title) - 2px);
}

.public-strip__row--pingte {
  min-height: 48px;
  font-size: calc(var(--font-title) + 1px);
}

.public-saving__issue {
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}

.public-saving__issue--current {
  background: linear-gradient(90deg, #fffce4, #fff5a6, #fffce4);
}

.public-saving__head {
  min-height: 34px;
  padding: 6px 8px;
  background: linear-gradient(180deg, #c80000, #8b0000);
  color: #ffe400;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.15;
  font-weight: 900;
}

.public-saving__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e3e3e3;
}

.public-saving__grid > span {
  min-height: 40px;
  padding: 8px 4px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #16202a;
  text-align: center;
  font-size: calc(var(--font-title) - 1px);
  line-height: 1.15;
  white-space: nowrap;
}

.public-saving__grid > span:nth-child(3n) {
  border-right: 0;
}

.public-card-grid,
.public-card-grid * {
  box-sizing: border-box;
}

.public-card-grid {
  margin: 8px 0;
  padding: 14px 14px 16px;
  border: 3px solid #d6a52a;
  border-radius: 18px;
  background: radial-gradient(circle at 50% 0, #d41414 0, #7d0000 48%, #2b0202 100%);
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  box-shadow: inset 0 0 0 2px rgba(255, 234, 136, 0.28), 0 4px 12px rgba(100, 0, 0, 0.28);
}

.public-card-grid__title {
  margin-bottom: 14px;
  padding: 12px 10px;
  border: 2px solid rgba(255, 230, 106, 0.95);
  border-radius: 14px;
  background: linear-gradient(180deg, #f02a24, #980000);
  color: #ffe400;
  text-align: center;
  font-size: calc(var(--font-title) + 10px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 2px 0 #5b0000, 0 0 8px rgba(255, 235, 92, 0.55);
}

.public-card-grid__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.public-card {
  min-width: 0;
  padding: 12px 8px 14px;
  border: 1px solid rgba(255, 228, 91, 0.82);
  border-radius: 14px;
  background: linear-gradient(180deg, #b50000, #5b0000);
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12), 0 4px 10px rgba(0, 0, 0, 0.18);
}

.public-card--current {
  background: linear-gradient(180deg, #d11616, #6b0000);
}

.public-card__issue {
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 5px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff9d8, #ffd65a);
  color: #8d0000;
  font-size: calc(var(--font-title) - 1px);
  line-height: 1.15;
  font-weight: 900;
  white-space: nowrap;
}

.public-card h3 {
  margin: 0 0 8px;
  color: #fff5a8;
  font-size: calc(var(--font-title) + 1px);
  line-height: 1.15;
  text-shadow: 0 2px 0 #620000;
}

.public-card__balls {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 8px 0 10px;
}

.public-card__ball {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 26%, #fff, #fff0a7 55%, #d6a300);
  color: #8b0000;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: calc(var(--font-title) + 2px);
  font-weight: 900;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}

.public-card__ball.is-hit {
  background: radial-gradient(circle at 35% 26%, #fff8c7, #e80000 58%, #9d0000);
  color: #fff;
  border-color: #ffea74;
  text-shadow: 0 1px 0 #7a0000;
}

.public-card__ball em {
  position: absolute;
  top: -10px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffed45;
  color: #e00000;
  font-style: normal;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(80, 0, 0, 0.35);
}

.public-card__copy {
  padding: 8px 6px;
  border: 1px dashed rgba(255, 229, 103, 0.7);
  border-radius: 8px;
  background: rgba(55, 0, 0, 0.36);
  font-size: calc(var(--font-title) - 2px);
  font-weight: 900;
  line-height: 1.25;
}

.public-card-grid__notice {
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-top: 14px;
  padding: 12px 8px;
  border: 1px solid rgba(255, 226, 91, 0.45);
  border-radius: 10px;
  background: rgba(55, 0, 0, 0.28);
  text-align: center;
  font-size: calc(var(--font-title) - 1px);
  line-height: 1.25;
  font-weight: 900;
}

.public-card-grid__notice b {
  padding: 0 4px;
  background: #f00;
  color: #fff200;
}

.public-card-grid__notice span {
  color: #ffe400;
}

.public-card-grid__notice a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 4px;
  padding: 5px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe878, #ff9d00);
  color: #00427d;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 3px 8px rgba(0, 0, 0, 0.25);
}

.expert-board,
.expert-board * {
  box-sizing: border-box;
}

.expert-board {
  margin: 8px 0;
  padding: 7px 7px 8px;
  border: 2px solid #b30000;
  border-radius: 8px;
  background: linear-gradient(180deg, #7a0000, #fff4c6 74%, #fffdf4);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(120, 0, 0, 0.22), inset 0 0 0 2px rgba(255, 228, 100, 0.28);
}

.expert-board__title {
  min-height: 38px;
  margin-bottom: 8px;
  padding: 7px 8px;
  border: 1px solid #ffdf55;
  border-radius: 6px;
  background: linear-gradient(180deg, #f01818, #b30000 58%, #650000);
  color: #ffe400;
  text-align: center;
  font-size: calc(var(--font-title) + 2px);
  line-height: 1.15;
  text-shadow: 0 2px 0 #5c0000;
}

.expert-board__list {
  display: grid;
  gap: 5px;
}

.expert-board__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(90px, auto);
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 4px 10px;
  border: 1px solid #e4b347;
  border-radius: 5px;
  background: linear-gradient(180deg, #fffef8, #fff7df);
  color: #000;
  text-decoration: none;
  font-size: calc(var(--font-title) - 1px);
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 0 rgba(141, 0, 0, 0.08);
}

.expert-board__row:nth-child(even) {
  background: linear-gradient(180deg, #fffaf0, #fff1c7);
}

.expert-board__row b {
  color: #e00000;
  white-space: nowrap;
}

.expert-board__row em {
  color: #6b0000;
  font-style: normal;
  text-align: left;
  white-space: nowrap;
}

.expert-board__row:active {
  transform: translateY(1px);
  filter: brightness(0.98);
}

.expert-post-page {
  background: #f3f4f7;
}

.expert-post-shell {
  width: 100%;
  max-width: 720px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

.expert-post-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 5px 8px;
  border-bottom: 2px solid #d6a52a;
  background: linear-gradient(180deg, #fff8d3, #fff);
}

.expert-post-logo {
  color: #f01758;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 38px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.expert-post-logo span {
  color: #2e2e2e;
  font-size: 0.68em;
}

.expert-post-home,
.expert-post-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f01818, #aa0000);
  color: #ffe400;
  text-decoration: none;
  font-size: var(--font-meta);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.expert-post-draw {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #d5d5d5;
  background: #fff;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-weight: 900;
}

.expert-post-draw__nums,
.expert-post-draw__zodiacs {
  display: grid;
  grid-template-columns: 122px repeat(7, minmax(0, 1fr));
  text-align: center;
}

.expert-post-draw__period,
.expert-post-draw__history {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  background: #ffef2b;
  color: #e00000;
  font-size: 13px;
}

.expert-post-draw__num {
  min-height: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.expert-post-draw__num--red {
  background: #ee1a00;
}

.expert-post-draw__num--blue {
  background: #1c91e4;
}

.expert-post-draw__num--green {
  background: #08a81e;
}

.expert-post-draw__zodiacs span {
  min-height: 22px;
  border-right: 1px solid #dcdcdc;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 22px;
}

.expert-post-draw__zodiacs .expert-post-draw__history {
  background: #ffef2b;
  color: #e00000;
  font-size: 13px;
}

.expert-post-draw__zodiacs .expert-post-draw__refresh {
  background: #ffef2b;
  color: #f00;
  font-size: 13px;
  writing-mode: vertical-rl;
  line-height: 1;
}

.expert-post {
  margin: 8px;
  border: 2px solid #b30000;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.expert-post h1 {
  margin: 0;
  padding: 7px 8px;
  border-bottom: 2px solid #ffd94b;
  background: linear-gradient(180deg, #f01818, #b30000);
  color: #ffe400;
  font-size: var(--font-title);
  line-height: 1.2;
  text-shadow: 0 1px 0 #5c0000;
}

.expert-post__row {
  min-height: 82px;
  padding: 15px 10px;
  border-bottom: 1px solid #d1d1d1;
  color: #000;
  font-size: calc(var(--font-title) + 1px);
  line-height: 1.25;
}

.expert-post__row:last-child {
  border-bottom: 0;
}

.expert-post__row-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 4px;
}

.expert-post__row-title span {
  color: #a60000;
}

.expert-post__status {
  color: #f00;
  font-style: normal;
}

.expert-post__status--miss {
  color: #777;
}

.expert-post__nums {
  color: #000;
  font-size: calc(var(--font-title) + 2px);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  word-break: break-word;
}

.expert-post__nums span {
  display: inline-block;
  min-width: 1.05em;
  text-align: center;
}

.expert-post__hit {
  color: #f00;
}

.expert-post-bottom {
  width: calc(100% - 16px);
  min-height: 42px;
  margin: 0 8px 12px;
  border-radius: 8px;
  font-size: var(--font-title);
}

.private-four-code,
.private-four-code * {
  box-sizing: border-box;
}

.private-four-code {
  margin: 8px 0;
  padding: 8px;
  border: 8px solid #171a1d;
  border-radius: 28px;
  background: #050708;
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  box-shadow: inset 0 0 0 3px #30363b, inset 0 0 0 8px #0c1013, 0 4px 12px rgba(0, 0, 0, 0.32);
}

.private-four-code a {
  text-decoration: none;
}

.private-four-code__frame {
  padding: 18px 14px 16px;
  border: 1px solid rgba(140, 196, 197, 0.25);
  border-radius: 20px;
  background: radial-gradient(circle at 50% 18%, rgba(0, 179, 214, 0.42), transparent 42%),
    linear-gradient(180deg, #071116, #08161d 46%, #090d12);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.05), inset 0 0 24px rgba(0, 210, 230, 0.2);
}

.private-four-code__title {
  width: 92%;
  min-height: 50px;
  margin: 0 auto 24px;
  padding: 12px 10px;
  border: 2px solid rgba(91, 213, 221, 0.25);
  border-radius: 20px;
  background: linear-gradient(100deg, #8b42ff, #6d20d5 28%, #312748 78%, #202231);
  color: #fff;
  text-align: center;
  font-size: var(--font-meta);
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 18px rgba(124, 65, 255, 0.45);
}

.private-four-code__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.private-four-code__tile {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 118px;
  padding: 14px 5px 15px;
  border: 2px solid rgba(202, 181, 94, 0.4);
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(22, 47, 37, 0.88), rgba(45, 32, 17, 0.96));
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(39, 151, 161, 0.25);
}

.private-four-code__tile-title {
  color: #d9fbff;
  text-align: center;
  font-size: var(--font-meta);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 218, 255, 0.5);
  white-space: nowrap;
}

.private-four-code__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 36px;
  padding: 4px 5px;
  border: 2px solid #ffff00;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff2a26, #d80008);
  color: #fff;
  font-size: var(--font-meta);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 2px 2px #000;
  box-shadow: 0 0 22px rgba(255, 23, 0, 0.82), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.private-four-code__number.is-hit,
.private-four-code__pill--gate {
  color: #ffff00;
}

.private-four-code__dot {
  color: #fff;
}

.private-four-code__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  border-radius: 5px;
  background: linear-gradient(180deg, #6ee58f, #10a84e);
  color: #fff;
  font-size: var(--font-meta);
  font-weight: 900;
  text-shadow: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.private-four-code__claim {
  margin-top: 18px;
  padding: 17px 10px;
  border: 2px solid rgba(168, 146, 91, 0.5);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(14, 35, 48, 0.96), rgba(17, 16, 28, 0.96));
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.55);
}

.private-four-code__claim-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
  color: #fff;
  font-size: var(--font-body);
  font-weight: 900;
  white-space: nowrap;
}

.private-four-code__claim-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 42px;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff0b40, #ff2d27 52%, #ffab00);
  color: #fff;
  box-shadow: 0 0 16px rgba(255, 32, 48, 0.35);
}

.private-four-code__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-size: var(--font-meta);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.private-four-code__bar--hot {
  background: linear-gradient(90deg, #ff0b45, #ff2d26 48%, #ff7700);
}

.private-four-code__bar--blue {
  background: linear-gradient(90deg, #1674ff, #11c8df);
}

.private-four-code__bar--green {
  background: linear-gradient(90deg, #0eb96a, #00f091);
  color: #ffff00;
}

.private-four-code__bar--purple {
  background: linear-gradient(90deg, #844bff, #f032df);
}

.private-four-code__bar--orange {
  background: linear-gradient(90deg, #ff174d, #ff301d 50%, #ffa000);
}

.plain-rows {
  display: grid;
  border-top: 1px solid #e5e5e5;
}

.plain-row {
  display: grid;
  grid-template-columns: 58px auto minmax(120px, 1fr);
  align-items: center;
  min-height: 58px;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.12);
}

.mini-logo {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #e5a921;
  background: radial-gradient(circle, #ffefaa 0%, #b90000 55%, #650000 100%);
  color: #fff;
  font-size: 9pt;
  text-align: center;
}

.plain-row .period {
  font-size: var(--font-title);
  white-space: nowrap;
}

.plain-row .hot-title {
  color: #f30000;
  font-size: var(--font-emphasis);
  line-height: 1.1;
  white-space: nowrap;
}

.plain-row .author {
  justify-self: end;
  display: grid;
  gap: 4px;
  font-size: var(--font-title);
  line-height: 1.1;
  font-weight: 500;
  text-align: right;
}

.plain-row .author b {
  color: #f30000;
  font-weight: 500;
}

.number-line,
.center-line {
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  font-size: var(--font-emphasis);
  line-height: 1.35;
}

.center-line.tight {
  padding-top: 8px;
  padding-bottom: 8px;
}

.copy-line {
  padding: 12px 10px;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.25;
  border-top: 1px solid #ddd;
}

.domain-gradient {
  color: #008f20;
}

.domain-gradient .tail {
  color: var(--purple-700);
}

.num-red {
  color: #ff0000;
}

.text-blue {
  color: var(--blue-700);
}

.text-green {
  color: #009826;
}

.text-red {
  color: #f40000;
}

.text-purple {
  color: #ff00df;
}

.highlight {
  display: inline;
  padding: 0 3px;
  background: var(--gold-500);
  color: #ff0000;
  font-size: var(--font-emphasis);
}

.history-lines {
  display: grid;
}

.history-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 7px 10px;
  border-bottom: 2px solid #d8d8d8;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.15;
  flex-wrap: wrap;
}

.premium-gate {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 12px 16px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}

.legacy-one-code__period--current.premium-gate {
  display: block;
  width: 100%;
  padding: 0;
  border-top: 0;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
}

.legacy-one-code__period--current .legacy-one-code__promo,
.legacy-one-code__period--current .legacy-one-code__row,
.legacy-one-code__period--current .legacy-one-code__status {
  width: 100%;
}

.gate-title {
  font-size: var(--font-emphasis);
  line-height: 1.18;
}

.gate-copy {
  display: grid;
  gap: 5px;
  color: #000;
  font-size: var(--font-title);
  line-height: 1.22;
}

.app-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 46px;
  padding: 4px 16px;
  border-radius: 0;
  background: #f00000;
  color: var(--gold-500);
  font-size: var(--font-emphasis);
  line-height: 1.05;
  text-decoration: none;
}

.image-panel {
  margin: 8px;
  border: 2px solid #ead6b7;
  background:
    radial-gradient(circle at 80% 55%, rgba(231, 83, 18, 0.28), transparent 0 22%, transparent 28%),
    linear-gradient(135deg, #fff8e5, #fff1cf 55%, #fff7e8);
  text-align: center;
}

.image-panel h3 {
  margin: 20px 8px 8px;
  color: #b82b1f;
  font-size: clamp(24pt, 7vw, 34pt);
  font-family: "STKaiti", "KaiTi", serif;
  line-height: 1;
}

.stamp-row {
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 22px 8px 18px;
}

.stamp {
  display: grid;
  place-items: center;
  width: min(30vw, 154px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #c6462f;
  background: #fffaf0;
  color: #111;
  font-family: "STKaiti", "KaiTi", serif;
  font-size: var(--font-emphasis);
}

.grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7d7d7;
}

.result-tile {
  min-width: 0;
  padding: 14px 8px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  font-size: var(--font-title);
  line-height: 1.35;
}

.result-tile:nth-child(2n) {
  border-right: 0;
}

.compact-table {
  display: grid;
  border-top: 1px solid #ddd;
}

.compact-row {
  display: grid;
  grid-template-columns: minmax(94px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
  font-size: var(--font-title);
  line-height: 1.2;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.chip,
.ball-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  padding: 2px 8px;
  border-radius: 3px;
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  color: #000;
  font-size: var(--font-emphasis);
  line-height: 1;
}

.ball-chip.hit,
.chip.hit {
  background: var(--gold-500);
  color: #ff0000;
  border-color: var(--gold-500);
}

.ball-chip.special-hit,
.chip.special-hit {
  background: #f10000;
  color: var(--gold-500);
  box-shadow: inset 0 0 0 3px var(--gold-500);
}

.status {
  color: #111;
  white-space: nowrap;
}

.back-top {
  position: fixed;
  right: max(14px, calc((100vw - 720px) / 2 + 14px));
  bottom: 28px;
  display: none;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(26, 24, 38, 0.92);
  color: #fff;
  font-size: var(--font-emphasis);
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.22);
}

.back-top.is-visible {
  display: grid;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%);
  width: min(420px, calc(100vw - 32px));
  padding: 12px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  text-align: center;
  font-size: var(--font-meta);
  font-weight: 500;
  z-index: 20;
}

.has-app-contact-open {
  overflow: hidden;
}

.app-contact-sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: end;
  justify-items: center;
}

.app-contact-sheet[hidden] {
  display: none;
}

.app-contact-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  cursor: pointer;
}

.app-contact-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100vw);
  overflow: visible;
  padding: 14px 14px 16px;
  border: 4px solid #d40016;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #fff8d8 0%, #ffffff 44%, #fff2be 100%);
  color: #080000;
  text-align: center;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.32);
}

.app-contact-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #1d0808;
  color: #fff;
  font-size: 16pt;
  line-height: 1;
  cursor: pointer;
}

.app-contact-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 3px 12px;
  border-radius: 3px;
  background: #b30000;
  color: var(--gold-500);
  font-size: var(--font-meta);
  line-height: 1;
}

.app-contact-card h2 {
  margin: 10px 34px 8px;
  color: #c40000;
  font-size: var(--font-emphasis);
  line-height: 1.18;
}

.app-contact-card p {
  margin: 0 auto 12px;
  max-width: 560px;
  color: #2c0808;
  font-size: var(--font-title);
  line-height: 1.3;
}

.app-contact-qr {
  display: grid;
  place-items: center;
  width: min(220px, 74vw);
  margin: 8px auto 0;
  padding: 6px;
  border: 3px solid #b30000;
  background: #fff;
}

.app-contact-qr-image {
  display: block;
  width: 100%;
}

.app-contact-qr img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  -webkit-touch-callout: default;
  user-select: auto;
}

.app-contact-qr-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  width: min(260px, 86vw);
  margin: 8px auto 14px;
}

.app-contact-qr-tools a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 5px 8px;
  border: 2px solid #f2c400;
  border-radius: 4px;
  background: #b30000;
  color: var(--gold-500);
  font-size: var(--font-meta);
  line-height: 1.05;
  text-decoration: none;
  white-space: nowrap;
}

.app-contact-id {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  margin: 10px auto;
  padding: 6px 8px;
  max-width: 460px;
  border: 2px solid #f2c400;
  background: #fff;
  font-size: var(--font-title);
  line-height: 1;
}

.app-contact-id span {
  color: #710000;
  white-space: nowrap;
}

.app-contact-id strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #000;
  font-size: var(--font-emphasis);
}

.app-contact-id button,
.app-contact-secondary,
.app-contact-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.05;
  text-decoration: none;
  cursor: pointer;
}

.app-contact-id button {
  min-width: 72px;
  padding: 4px 10px;
  background: #b30000;
  color: var(--gold-500);
  font-size: var(--font-meta);
}

.app-contact-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  max-width: 520px;
  margin: 12px auto 0;
}

.app-contact-primary {
  min-height: 50px;
  padding: 6px 14px;
  background: #e90000;
  color: var(--gold-500);
  font-size: var(--font-emphasis);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.18);
}

.app-contact-secondary {
  padding: 6px 12px;
  background: #222;
  color: #fff;
  font-size: var(--font-meta);
}

.app-contact-qr-tools a,
.app-contact-id button,
.app-contact-primary,
.app-contact-secondary,
.app-contact-close {
  position: relative;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}

.app-contact-close {
  position: absolute;
}

.app-contact-qr-tools a,
.app-contact-id button,
.app-contact-primary,
.app-contact-secondary {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18), 0 8px 14px rgba(0, 0, 0, 0.12);
}

.app-contact-qr-tools a::after,
.app-contact-id button::after,
.app-contact-primary::after,
.app-contact-secondary::after,
.app-contact-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.2);
}

.app-contact-qr-tools a:active,
.app-contact-id button:active,
.app-contact-primary:active,
.app-contact-secondary:active,
.app-contact-close:active {
  transform: translateY(2px);
  filter: brightness(0.98);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 3px 7px rgba(0, 0, 0, 0.14);
}

.app-contact-qr-tools a:active::after,
.app-contact-id button:active::after,
.app-contact-primary:active::after,
.app-contact-secondary:active::after,
.app-contact-close:active::after {
  animation: app-contact-ripple 360ms ease-out;
}

@keyframes app-contact-ripple {
  0% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(0.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-contact-qr-tools a,
  .app-contact-id button,
  .app-contact-primary,
  .app-contact-secondary,
  .app-contact-close {
    transition: none;
  }

  .app-contact-qr-tools a:active::after,
  .app-contact-id button:active::after,
  .app-contact-primary:active::after,
  .app-contact-secondary:active::after,
  .app-contact-close:active::after {
    animation: none;
  }
}

@media (max-width: 720px) {
  :root {
    --brand-lockup-height: 38px;
  }

  .site-shell {
    border: 0;
  }

  .brand-row {
    min-height: 62px;
    padding: 7px 8px 5px;
  }

  .app-pill {
    min-width: 104px;
    min-height: 38px;
    font-size: var(--font-meta);
    padding: 0 10px;
  }

  .draw-strip {
    height: 70px;
  }

  .plain-row {
    grid-template-columns: 46px auto minmax(94px, 1fr);
    min-height: 66px;
    gap: 6px;
    padding-inline: 8px;
  }

  .mini-logo {
    width: 42px;
    height: 42px;
    font-size: 8pt;
  }

  .plain-row .period,
  .plain-row .author {
    font-size: var(--font-meta);
  }

  .compact-row {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .compact-row .status {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .app-contact-card {
    padding: 12px 10px 14px;
  }

  .app-contact-card h2 {
    margin-inline: 36px;
  }

  .app-contact-qr {
    width: min(168px, 58vw);
  }

  .app-contact-id,
  .app-contact-actions {
    max-width: 100%;
  }
}

@media (max-width: 460px) {
  :root {
    --brand-lockup-height: 31px;
    --brand-label-pad-y: 1px;
    --brand-label-pad-x: 4px;
  }

  .brand-row {
    gap: 6px;
    min-height: 54px;
    padding: 6px;
  }

  .brand-stack {
    margin-left: 2px;
  }

  .app-pill {
    min-width: 88px;
    min-height: 34px;
    padding: 0 8px;
    font-size: 11pt;
  }

  .app-contact-qr {
    width: min(150px, 54vw);
  }

  .draw-strip {
    height: 64px;
  }

  .plain-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .plain-row .author {
    grid-column: 1 / -1;
    justify-self: end;
    grid-auto-flow: column;
    gap: 8px;
  }

  .plain-row .hot-title {
    white-space: normal;
  }

  .block-title {
    flex-wrap: wrap;
    gap: 6px;
  }

  .grid-two {
    grid-template-columns: 1fr;
  }

  .result-tile {
    border-right: 0;
  }

  .legacy-one-code__title {
    gap: 5px;
    padding-inline: 4px;
  }

  .legacy-one-code__promo,
  .legacy-one-code__status {
    min-height: 32px;
    line-height: 32px;
  }

  .legacy-one-code__cell {
    min-height: 32px;
    padding-inline: 3px;
    font-size: 12pt;
  }

  .legacy-one-code__value,
  .legacy-one-code__value-red,
  .legacy-one-code__promo,
  .legacy-one-code__status {
    font-size: 12pt;
  }

  .legacy-yxym__current.premium-gate {
    padding-right: 64px;
  }

  .legacy-yxym__current-main {
    font-size: 17pt;
  }

  .legacy-yxym__footer-table p {
    box-sizing: border-box;
    padding-right: 64px;
    font-size: 10pt;
  }

  .draw-chat-lead__body {
    padding: 10px 8px;
  }

  .draw-chat-lead__bubble,
  .draw-chat-lead__redpacket {
    max-width: calc(100% - 50px);
  }

  .draw-chat-lead__result {
    width: 176px;
  }

  .draw-chat-lead__result-card {
    width: 210px;
  }

  .draw-chat-lead__ball {
    width: 26px;
    font-size: 11px;
  }

  .draw-chat-lead__ball b {
    font-size: 13px;
  }

  .profit-five {
    padding-inline: 4px;
  }

  .profit-five__inner {
    padding: 12px 7px 15px;
  }

  .profit-five__brand {
    min-height: 56px;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: 0;
  }

  .profit-five__badges {
    gap: 7px;
  }

  .profit-five__badge {
    min-height: 84px;
    padding: 7px 3px;
  }

  .profit-five__badge b {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .profit-five__badge span,
  .profit-five__badge em {
    font-size: 10px;
  }

  .profit-five__badge em {
    min-width: 0;
    padding-inline: 5px;
  }

  .profit-five__row {
    margin-inline: 3px;
    margin-bottom: 22px;
    padding: 17px 5px 19px;
  }

  .profit-five__row-title {
    gap: 7px;
    font-size: 20px;
  }

  .profit-five__row-title b {
    font-size: 21px;
  }

  .profit-five__numbers {
    gap: 5px;
  }

  .profit-five__num {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .profit-five__current {
    margin-inline: 10px;
    padding: 20px 8px 17px;
  }

  .profit-five__current-title,
  .profit-five__secret,
  .profit-five__download,
  .profit-five__proof,
  .profit-five__hint,
  .profit-five__bottom-cta {
    font-size: 15px;
  }

  .draw-chat-lead__download-title {
    font-size: var(--font-title);
  }

  .draw-chat-lead__download-sub,
  .draw-chat-lead__download-note,
  .draw-chat-lead__download-app {
    font-size: var(--font-meta);
  }

  .jimei-xiongchou__title {
    gap: 5px;
    padding-inline: 6px;
    font-size: 16px;
  }

  .jimei-xiongchou__title b {
    font-size: 13px;
  }

  .jimei-xiongchou__lead,
  .jimei-xiongchou__row,
  .jimei-xiongchou__legend {
    font-size: 16px;
  }

  .jimei-xiongchou__row {
    gap: 3px;
    min-height: 39px;
    padding-inline: 3px;
  }

  .public-strip__head {
    gap: 5px;
    min-height: 29px;
    padding-inline: 5px;
    font-size: 16px;
  }

  .public-strip__head b {
    font-size: 13px;
  }

  .public-strip__row {
    gap: 3px;
    min-height: 34px;
    padding-inline: 3px;
    font-size: 15px;
  }

  .public-strip__row--tail {
    min-height: 68px;
    padding-inline: 3px;
  }

  .public-tail__groups {
    gap: 2px 6px;
    font-size: 14px;
  }

  .public-strip--five-tail .public-strip__row--tail {
    min-height: 92px;
  }

  .public-tail__groups--five {
    font-size: 13px;
  }

  .public-strip__row--nine {
    gap: 2px;
    font-size: 13px;
  }

  .public-strip__row--pingte {
    min-height: 42px;
    font-size: 15px;
  }

  .public-saving__head {
    min-height: 30px;
    padding-inline: 4px;
    font-size: 15px;
  }

  .public-saving__grid > span {
    min-height: 34px;
    padding-inline: 2px;
    font-size: 14px;
  }

  .public-strip__row--six-tail {
    font-size: 15px;
  }

  .public-strip__legend,
  .public-strip__footer {
    font-size: 14px;
  }

  .public-card-grid {
    padding: 10px 8px 12px;
    border-radius: 14px;
  }

  .public-card-grid__title {
    margin-bottom: 10px;
    padding: 9px 6px;
    font-size: 22px;
  }

  .public-card-grid__cards {
    gap: 8px;
  }

  .public-card {
    padding: 9px 5px 10px;
    border-radius: 11px;
  }

  .public-card__issue {
    padding-inline: 8px;
    font-size: 13px;
  }

  .public-card h3 {
    font-size: 15px;
  }

  .public-card__balls {
    gap: 4px;
  }

  .public-card__ball {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .public-card__ball em {
    top: -8px;
    right: -4px;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  .public-card__copy,
  .public-card-grid__notice {
    font-size: 14px;
  }

  .expert-board {
    padding-inline: 4px;
  }

  .expert-board__title {
    min-height: 31px;
    margin-bottom: 5px;
    font-size: 17px;
  }

  .expert-board__row {
    grid-template-columns: minmax(0, 1fr) auto minmax(72px, auto);
    gap: 3px;
    min-height: 31px;
    padding-inline: 5px;
    font-size: 15px;
  }

  .expert-post-top {
    min-height: 42px;
    padding-inline: 6px;
  }

  .expert-post-logo {
    font-size: 31px;
  }

  .expert-post-home {
    min-height: 30px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .expert-post-draw__nums,
  .expert-post-draw__zodiacs {
    grid-template-columns: 86px repeat(7, minmax(0, 1fr));
  }

  .expert-post-draw__num {
    font-size: 17px;
  }

  .expert-post-draw__zodiacs span {
    font-size: 13px;
  }

  .expert-post {
    margin: 6px;
  }

  .expert-post h1 {
    padding-inline: 6px;
    font-size: 15px;
  }

  .expert-post__row {
    min-height: 72px;
    padding: 12px 7px;
    font-size: 16px;
  }

  .expert-post__nums {
    font-size: 17px;
  }

  .expert-post-bottom {
    width: calc(100% - 12px);
    margin-inline: 6px;
    font-size: 15px;
  }

}
