:root {
  --green-950: #031b12;
  --green-900: #06351f;
  --green-800: #07542c;
  --green-700: #07943d;
  --green-500: #19c95b;
  --mint: #a6f5b8;
  --lime: #d9ff52;
  --gold: #ffd45a;
  --gold-2: #ff9f25;
  --red: #ef273e;
  --ink: #101815;
  --body: #f4fff3;
  --text: #fffdf0;
  --muted: #d8f3da;
  --line: rgba(255, 221, 99, .28);
  --soft-line: rgba(255, 255, 255, .14);
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sunwin-page {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(28, 201, 91, .25), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(255, 212, 90, .18), transparent 26%),
    linear-gradient(180deg, #02170f 0%, #031b12 42%, #04140e 100%);
  color: var(--text);
  overflow-x: hidden;
  letter-spacing: 0;
}

.sunwin-page a { color: inherit; text-decoration: none; }
.sunwin-page img { max-width: 100%; }
.sunwin-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.sunwin-topbar {
  z-index: 20;
  background: linear-gradient(180deg, #08aa42 0%, #008b35 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
}
.sunwin-topbar-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.sunwin-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}
.sunwin-brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffd45a 0%, #18c85a 58%, #07542c 100%);
  color: #082116;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(255, 210, 80, .25);
}
.sunwin-brand strong {
  display: block;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sunwin-brand span span {
  display: block;
  margin-top: 4px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.sunwin-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #052013;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}
.sunwin-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 2px;
  border-bottom: 2px solid transparent;
}
.sunwin-nav a:first-child,
.sunwin-nav a:hover {
  color: #fff;
  border-bottom-color: var(--gold);
}
.sunwin-top-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffd45a 0%, #ff9f25 100%);
  color: #092114;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(255, 183, 44, .24);
}

.sunwin-hero { padding: 56px 0 38px; }
.sunwin-hero-frame {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 221, 99, .36);
  background:
    linear-gradient(90deg, rgba(3, 27, 18, .94) 0%, rgba(3, 27, 18, .86) 42%, rgba(3, 27, 18, .10) 76%),
    url("sunwin-vip-hero.png") center / cover no-repeat;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
}
.sunwin-hero-content {
  position: relative;
  z-index: 2;
  width: min(590px, 100%);
  padding: 76px 0 0 52px;
}
.sunwin-h1,
.sunwin-article-title {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 6.1vw, 92px);
  line-height: .9;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sunwin-h1 .gold { display: block; color: var(--gold); text-shadow: 0 8px 22px rgba(255, 212, 90, .2); }
.sunwin-hero-text {
  margin: 28px 0 0;
  max-width: 560px;
  color: #f3fff2;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 700;
}
.sunwin-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.sunwin-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #ef273e 0%, #ff9f25 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(239, 39, 62, .26);
}
.sunwin-btn.secondary {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: none;
}
.sunwin-hero-stats {
  position: absolute;
  z-index: 2;
  left: 52px;
  bottom: 42px;
  width: min(690px, calc(100% - 104px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(2, 18, 12, .78);
  backdrop-filter: blur(8px);
}
.sunwin-hero-stat {
  min-height: 108px;
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}
.sunwin-hero-stat:last-child { border-right: 0; }
.sunwin-hero-stat strong {
  display: block;
  color: var(--gold);
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
}
.sunwin-hero-stat span {
  display: block;
  margin-top: 10px;
  color: #eefbea;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.sunwin-intro {
  padding: 52px 0 46px;
  background: linear-gradient(180deg, #a8f8b2 0%, #d8ffd7 100%);
  color: var(--ink);
}
.sunwin-intro-panel {
  padding: 38px;
  border-radius: 8px;
  border: 1px solid rgba(0, 95, 38, .16);
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 20px 60px rgba(3, 40, 18, .14);
}
.sunwin-section-title {
  margin: 0;
  color: #ef273e;
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
.sunwin-intro-copy {
  max-width: 960px;
  margin: 24px auto 0;
  color: #11251b;
  font-size: 18px;
  line-height: 1.82;
  font-weight: 700;
  text-align: center;
}
.sunwin-guide-link {
  max-width: 820px;
  margin: 26px auto 0;
  padding: 18px 24px;
  border-left: 4px solid #00983b;
  background: rgba(255, 255, 255, .62);
  color: #052416;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 950;
  font-style: italic;
}
.sunwin-guide-link span { color: #e01e34; }

.sunwin-feature-table { padding: 56px 0 66px; background: #04140e; }
.sunwin-feature-table .sunwin-section-title { color: var(--gold); margin-bottom: 30px; }
.sunwin-table-panel {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 212, 90, .28);
  background:
    linear-gradient(145deg, rgba(7, 84, 44, .86), rgba(3, 27, 18, .95)),
    radial-gradient(circle at 90% 20%, rgba(255, 212, 90, .20), transparent 32%);
  box-shadow: 0 26px 72px rgba(0, 0, 0, .36);
}
.sunwin-table {
  width: 100%;
  border-collapse: collapse;
  color: #f9fff4;
  font-size: 15px;
}
.sunwin-table th,
.sunwin-table td {
  padding: 20px 22px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  vertical-align: top;
}
.sunwin-table th {
  color: #092114;
  background: linear-gradient(135deg, #d9ff52, #ffd45a);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.sunwin-table tr:last-child td { border-bottom: 0; }
.sunwin-table td:first-child { color: var(--gold); font-weight: 950; white-space: nowrap; }
.sunwin-table td:last-child { color: var(--lime); font-weight: 950; white-space: nowrap; }

.sunwin-content-band {
  padding: 64px 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(25, 201, 91, .16), transparent 30%),
    linear-gradient(180deg, #062517 0%, #031b12 100%);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.sunwin-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.sunwin-story-panel,
.sunwin-list-panel {
  padding: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 20px 58px rgba(0, 0, 0, .24);
}
.sunwin-story-panel h2,
.sunwin-list-panel h2 {
  margin: 0 0 20px;
  color: #fffef2;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
}
.sunwin-story-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
  font-weight: 650;
}
.sunwin-feature-list { display: grid; gap: 12px; margin-top: 26px; }
.sunwin-feature-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
}
.sunwin-feature-row strong {
  color: var(--gold);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}
.sunwin-feature-row span {
  color: #f2fff0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}
.sunwin-topic-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.sunwin-topic-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.sunwin-topic-item strong {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.sunwin-topic-item span {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 650;
}

.sunwin-news {
  padding: 66px 0 78px;
  background: #f4fff3;
  color: var(--ink);
}
.sunwin-news-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 410px);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}
.sunwin-news-head h2 {
  margin: 0;
  color: #06351f;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sunwin-news-head p {
  margin: 0;
  color: #28553a;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 650;
}
.sunwin-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sunwin-news-card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 93, 42, .18);
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 57, 26, .12);
}
.sunwin-news-thumb {
  min-height: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(0, 152, 59, .88), rgba(255, 212, 90, .72)),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .35), transparent 24%);
}
.sunwin-date-box {
  min-width: 60px;
  min-height: 60px;
  display: grid;
  place-items: center;
  color: #082116;
  background: #fff6be;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 950;
  text-align: center;
}
.sunwin-news-thumb strong {
  color: rgba(255, 255, 255, .96);
  font-size: 42px;
  font-weight: 950;
}
.sunwin-news-body { padding: 22px; }
.sunwin-news-body strong {
  display: block;
  color: #ef273e;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}
.sunwin-news-body h3 {
  margin: 12px 0 10px;
  color: #06351f;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 950;
}
.sunwin-news-body p {
  margin: 0;
  color: #345b43;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 650;
}
.sunwin-read-more {
  display: inline-flex;
  margin-top: 18px;
  color: #008b35;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.sunwin-footer {
  padding: 38px 0 46px;
  background: #02110b;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: #cbe7cf;
}
.sunwin-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 30px;
}
.sunwin-footer h3 {
  margin: 0 0 12px;
  color: #fff6be;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}
.sunwin-footer p,
.sunwin-footer a {
  display: block;
  margin: 0;
  color: #bfe0c5;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 650;
}

.sunwin-breadcrumb {
  padding: 15px 0 0;
  color: #bfe0c5;
  font-size: 14px;
}
.sunwin-breadcrumb a { color: #fff6be; }
.sunwin-article-hero { padding: 48px 0 34px; }
.sunwin-article-hero-panel {
  border-radius: 14px;
  border: 1px solid rgba(255, 221, 99, .36);
  background:
    linear-gradient(90deg, rgba(3, 27, 18, .95), rgba(3, 27, 18, .78)),
    url("sunwin-vip-hero.png") center / cover no-repeat;
  padding: 64px 52px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}
.sunwin-article-title {
  max-width: 920px;
  font-size: clamp(38px, 4.8vw, 70px);
  line-height: 1.02;
}
.sunwin-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  color: #d8f3da;
  font-size: 14px;
  font-weight: 800;
}
.sunwin-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  padding: 42px 0 66px;
}
.sunwin-article-card,
.sunwin-side-card {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 20px 58px rgba(0, 0, 0, .24);
}
.sunwin-article-card {
  padding: 34px;
  color: #eefbea;
  font-size: 17px;
  line-height: 1.9;
}
.sunwin-article-card .body,
.sunwin-article-card .body p,
.sunwin-article-card .body li {
  color: #eefbea;
  font-size: 17px;
  line-height: 1.9;
}
.sunwin-article-card h2,
.sunwin-article-card h3 {
  color: var(--gold);
  font-weight: 950;
  line-height: 1.22;
}
.sunwin-article-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.sunwin-article-card a { color: var(--gold); }
.sunwin-side-card { padding: 24px; }
.sunwin-side-card h3 {
  margin: 0 0 14px;
  color: #fff6be;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}
.sunwin-side-card p,
.sunwin-side-card li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.sunwin-side-card ul {
  margin: 0;
  padding-left: 18px;
}
.sunwin-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.sunwin-article-actions a,
.sunwin-prenext a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, .08);
  color: #fff6be;
  font-size: 14px;
  font-weight: 850;
}
.sunwin-prenext {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.sunwin-pagebreak {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .sunwin-topbar-inner { min-height: 68px; }
  .sunwin-nav,
  .sunwin-top-action { display: none; }
  .sunwin-hero { padding-top: 28px; }
  .sunwin-hero-frame {
    min-height: 875px;
    background:
      linear-gradient(180deg, rgba(3, 27, 18, .90) 0%, rgba(3, 27, 18, .72) 55%, rgba(3, 27, 18, .22) 100%),
      url("sunwin-vip-hero.png") 66% center / cover no-repeat;
  }
  .sunwin-hero-content { padding: 54px 24px 0; }
  .sunwin-h1 { font-size: clamp(48px, 15vw, 72px); }
  .sunwin-hero-text { font-size: 16px; }
  .sunwin-hero-actions .sunwin-btn { width: 100%; }
  .sunwin-hero-actions .sunwin-btn.secondary { display: none; }
  .sunwin-hero-stats {
    left: 24px;
    right: 24px;
    bottom: 24px;
    width: auto;
    grid-template-columns: 1fr;
  }
  .sunwin-hero-stat {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
  .sunwin-hero-stat:last-child { border-bottom: 0; }
  .sunwin-intro-panel { padding: 28px; }
  .sunwin-band-grid,
  .sunwin-news-head,
  .sunwin-news-grid,
  .sunwin-footer-grid,
  .sunwin-article-layout {
    grid-template-columns: 1fr;
  }
  .sunwin-article-layout { padding-top: 28px; }
  .sunwin-article-hero-panel { padding: 44px 28px; }
}

@media (max-width: 680px) {
  .sunwin-container { width: min(100% - 26px, 1180px); }
  .sunwin-brand { min-width: 0; }
  .sunwin-brand-mark { width: 46px; height: 46px; }
  .sunwin-brand strong { font-size: 23px; }
  .sunwin-hero-frame { min-height: 900px; }
  .sunwin-intro-copy,
  .sunwin-guide-link {
    text-align: left;
    font-size: 16px;
  }
  .sunwin-table-panel { overflow-x: auto; }
  .sunwin-table { min-width: 640px; }
  .sunwin-story-panel,
  .sunwin-list-panel,
  .sunwin-article-card { padding: 24px; }
  .sunwin-topic-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .sunwin-article-title { font-size: clamp(34px, 11vw, 48px); }
}
