:root {
  --green-950: #04150f;
  --green-900: #072118;
  --green-800: #0b3a2a;
  --green-700: #0f5a3c;
  --green-500: #19a66a;
  --gold-500: #e5b64f;
  --gold-300: #f5d98d;
  --red-600: #d71920;
  --ink: #17211c;
  --muted: #5d6a63;
  --line: #dce7df;
  --paper: #ffffff;
  --soft: #f4f8f5;
  --shadow: 0 18px 40px rgba(5, 35, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

img,
svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(10, 54, 39, 0.12);
  box-shadow: 0 10px 30px rgba(4, 21, 15, 0.06);
  backdrop-filter: blur(12px);
}

.header-inner,
.content-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  border: 1px solid rgba(111, 76, 13, 0.26);
  border-radius: 8px;
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), 0 10px 24px rgba(229, 182, 79, 0.28);
}

.brand-name {
  color: var(--green-800);
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.main-nav a {
  position: relative;
  color: #314239;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a:first-child {
  color: var(--red-600);
}

.main-nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: var(--red-600);
  border-radius: 99px;
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--red-600);
  box-shadow: 0 10px 22px rgba(215, 25, 32, 0.22);
}

.btn-ghost {
  color: var(--green-800);
  border-color: rgba(15, 90, 60, 0.18);
  background: #fff;
}

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 21, 15, 0.96) 0%, rgba(4, 21, 15, 0.72) 38%, rgba(4, 21, 15, 0.18) 66%, rgba(4, 21, 15, 0.32) 100%),
    url("topvip-hero.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 108px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 86px;
}

.hero-subtitle {
  width: fit-content;
  margin: 0 0 18px;
  color: var(--gold-300);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1.04;
  font-weight: 900;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-copy {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 34px;
  flex-wrap: wrap;
}

.btn-gold {
  min-height: 50px;
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 16px 32px rgba(229, 182, 79, 0.26);
}

.btn-light {
  min-height: 50px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.intro-section,
.rating-section,
.news-section {
  padding: 74px 0;
}

.article-hero {
  min-height: 360px;
}

.article-hero .hero-content {
  padding-bottom: 58px;
}

.article-hero h1 {
  max-width: 760px;
  font-size: 46px;
}

.article-shell {
  padding: 66px 0 74px;
  background: #fff;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.article-main {
  min-width: 0;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-main h2 {
  margin: 0 0 16px;
  color: var(--green-900);
  font-size: 30px;
  line-height: 1.2;
}

.article-main h3 {
  margin: 28px 0 12px;
  color: var(--green-900);
  font-size: 22px;
  line-height: 1.3;
}

.article-main p,
.article-main li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.article-main p {
  margin: 0 0 18px;
}

.article-main ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.topvip-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.topvip-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: var(--green-900);
  font-size: 14px;
  font-weight: 800;
}

.topvip-pagination a,
.topvip-pagination span,
.topvip-pagination li {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--green-900);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  list-style: none;
}

.topvip-pagination ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.article-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}

.article-meta span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--green-800);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.article-side {
  display: grid;
  gap: 18px;
}

.side-panel {
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.side-panel h3 {
  margin: 0 0 14px;
  color: var(--green-900);
  font-size: 18px;
}

.side-panel a {
  display: block;
  padding: 12px 0;
  color: #314239;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.side-panel a:last-child {
  border-bottom: 0;
}

.intro-grid,
.rating-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 42px;
  align-items: center;
}

.section-copy h2,
.feature-band h2,
.section-heading h2 {
  margin: 0;
  color: var(--green-900);
  font-size: 34px;
  line-height: 1.18;
  font-weight: 900;
}

.section-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.quick-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: linear-gradient(135deg, #fff, #eff8f2);
  border: 1px solid rgba(15, 90, 60, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-panel div {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quick-panel strong {
  color: var(--gold-500);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.quick-panel span {
  color: var(--green-900);
  font-size: 16px;
  font-weight: 900;
}

.feature-band {
  padding: 78px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4, 21, 15, 0.98), rgba(10, 58, 42, 0.96)),
    radial-gradient(circle at 80% 20%, rgba(229, 182, 79, 0.24), transparent 34%);
}

.feature-band h2 {
  color: #fff;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.feature-card {
  min-height: 214px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--gold-300);
  background: rgba(229, 182, 79, 0.12);
  border: 1px solid rgba(229, 182, 79, 0.24);
  border-radius: 8px;
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

.rating-section {
  background: var(--soft);
}

.rating-table {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.rating-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 64px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
}

.rating-row:last-child {
  border-bottom: 0;
}

.rating-row span {
  color: #314239;
  font-size: 15px;
  font-weight: 800;
}

.rating-row strong {
  color: var(--red-600);
  font-size: 18px;
  font-weight: 900;
}

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

.section-heading a {
  color: var(--red-600);
  font-size: 14px;
  font-weight: 900;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.article-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(5, 35, 22, 0.08);
}

.article-image {
  position: relative;
  min-height: 198px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #fff;
  background-image:
    linear-gradient(180deg, rgba(4, 21, 15, 0), rgba(4, 21, 15, 0.78)),
    url("topvip-hero.png");
  background-size: 150%, cover;
  background-repeat: no-repeat;
}

.image-one {
  background-position: center, 72% 48%;
}

.image-two {
  background-position: center, 92% 44%;
}

.image-three {
  background-position: center, 58% 56%;
}

.article-image span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.article-body {
  padding: 20px;
}

.article-body time {
  color: var(--red-600);
  font-size: 13px;
  font-weight: 900;
}

.article-body h3 {
  margin: 10px 0;
  color: var(--green-900);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.article-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: var(--green-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.8fr 1fr;
  gap: 42px;
  padding: 58px 0 44px;
}

.footer-brand .brand-name {
  color: #fff;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}

.copyright {
  padding: 18px 24px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(0, 0, 0, 0.22);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 12px 0;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 2px 4px;
  }

  .main-nav a:first-child::after {
    bottom: -6px;
  }

  .hero {
    min-height: 580px;
    background-position: center, 64% center;
  }

  .hero h1 {
    max-width: 560px;
    font-size: 44px;
  }

  .intro-grid,
  .rating-grid,
  .article-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-list,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .header-inner,
  .content-wrap,
  .hero-content {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }

  .brand-name {
    font-size: 25px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .main-nav {
    gap: 16px;
    flex-wrap: wrap;
    overflow: visible;
  }

  .main-nav a {
    font-size: 12px;
  }

  .hero {
    min-height: 560px;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(4, 21, 15, 0.98) 0%, rgba(4, 21, 15, 0.74) 55%, rgba(4, 21, 15, 0.2) 100%),
      url("topvip-hero.png") 70% center / cover no-repeat;
  }

  .hero-content {
    padding: 44px 0 86px;
  }

  .hero-subtitle {
    max-width: 300px;
    font-size: 12px;
    line-height: 1.5;
  }

  .hero h1 {
    max-width: 340px;
    font-size: 36px;
    line-height: 1.08;
  }

  .article-hero h1 {
    max-width: 340px;
    font-size: 30px;
  }

  .hero-copy {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .btn-gold,
  .btn-light {
    width: 100%;
    min-height: 48px;
  }

  .trust-row {
    gap: 8px;
  }

  .trust-row span {
    min-height: 34px;
    font-size: 12px;
  }

  .intro-section,
  .rating-section,
  .news-section,
  .feature-band {
    padding: 54px 0;
  }

  .section-copy h2,
  .feature-band h2,
  .section-heading h2 {
    font-size: 27px;
    line-height: 1.2;
  }

  .section-copy p {
    font-size: 15px;
  }

  .quick-panel {
    padding: 16px;
  }

  .quick-panel div {
    grid-template-columns: 46px 1fr;
    padding: 14px;
  }

  .quick-panel strong {
    font-size: 24px;
  }

  .feature-list,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .article-image {
    min-height: 190px;
  }

  .footer-grid {
    gap: 28px;
  }

  .article-shell {
    padding: 44px 0 54px;
  }

  .article-main {
    padding: 22px;
  }

  .article-main h2 {
    font-size: 24px;
  }
}

/* topvip article layout refresh 202607071345 */
.main-nav a.is-active {
  color: var(--red-600);
}

.main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: var(--red-600);
  border-radius: 99px;
}

.main-nav a:first-child:not(.is-active)::after {
  display: none;
}

.btn-outline-gold {
  color: #ffffff;
  border-color: rgba(245, 217, 141, 0.72);
  background: rgba(0, 0, 0, 0.18);
}

.topvip-shot-hero {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .58) 45%, rgba(0, 0, 0, .16) 100%),
    url("topvip-hero.png") center / cover no-repeat;
}

.topvip-shot-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 52px 0 64px;
}

.topvip-shot-kicker {
  width: fit-content;
  margin: 0 0 12px;
  color: #111;
  background: linear-gradient(135deg, var(--gold-300), #fff2c8);
  border-radius: 7px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 900;
}

.topvip-shot-hero h1 {
  max-width: 840px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: 0;
}

.topvip-shot-hero p:not(.topvip-shot-kicker) {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 21px;
  line-height: 1.65;
  font-weight: 600;
}

.topvip-shot-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.topvip-shot-shell {
  padding: 62px 0;
  background: #f7f7f7;
}

.topvip-shot-layout {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.topvip-shot-card,
.topvip-shot-side {
  background: #fff;
  border: 1px solid rgba(229, 182, 79, .46);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .05);
}

.topvip-shot-card {
  padding: clamp(28px, 4vw, 40px);
}

.topvip-shot-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}

.topvip-shot-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #101010;
  background: #fff3ce;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.topvip-shot-card > h1 {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(42px, 5.4vw, 60px);
  line-height: 1.03;
  font-weight: 950;
}

.topvip-shot-body {
  color: #1e2329;
  font-size: 17px;
  line-height: 1.85;
}

.topvip-shot-body h2 {
  margin: 26px 0 14px;
  color: #030303;
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.25;
  font-weight: 950;
}

.topvip-shot-body p {
  margin: 0 0 16px;
}

.topvip-shot-body ul {
  margin: 12px 0 22px;
  padding-left: 22px;
}

.topvip-shot-body li {
  margin: 8px 0;
}

.topvip-shot-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(229, 182, 79, .34);
}

.topvip-shot-next a,
.topvip-shot-side a {
  display: block;
  border: 1px solid rgba(229, 182, 79, .56);
  border-radius: 7px;
  color: #050505;
  background: #fff;
  font-weight: 900;
}

.topvip-shot-next a {
  padding: 14px 16px;
}

.topvip-shot-side {
  position: sticky;
  top: 100px;
  padding: 24px;
}

.topvip-shot-side h3 {
  margin: 0 0 18px;
  color: #050505;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.topvip-shot-side a {
  padding: 16px 14px;
  margin-top: 12px;
}

.topvip-shot-side a:hover,
.topvip-shot-next a:hover {
  border-color: var(--red-600);
  color: var(--red-600);
}

@media (max-width: 980px) {
  .main-nav a.is-active::after {
    bottom: -6px;
  }

  .topvip-shot-layout {
    grid-template-columns: 1fr;
  }

  .topvip-shot-side {
    position: static;
  }
}

@media (max-width: 640px) {
  .topvip-shot-hero-inner,
  .topvip-shot-layout {
    width: min(100% - 28px, 1240px);
  }

  .topvip-shot-hero h1 {
    font-size: 44px;
  }

  .topvip-shot-hero p:not(.topvip-shot-kicker) {
    font-size: 18px;
  }

  .topvip-shot-next {
    grid-template-columns: 1fr;
  }
}
/* end topvip article layout refresh 202607071345 */

