:root {
  --navy: #06111d;
  --navy-2: #091b2d;
  --ink: #101821;
  --blue: #0b5f8d;
  --cyan: #22c6d8;
  --green: #14b86d;
  --gold: #f4c94e;
  --red: #df2d3f;
  --paper: #f6fbff;
  --white: #ffffff;
  --muted: #647382;
  --line: rgba(10, 67, 100, .14);
  --shadow: 0 18px 48px rgba(10, 67, 100, .12);
  --max: 1160px;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  letter-spacing: 0;
}

body {
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
}

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

img {
  display: block;
  max-width: 100%;
}

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

p {
  line-height: 1.72;
}

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.top {
  color: #fff;
  background: #050b13;
  border-bottom: 1px solid rgba(244, 201, 78, .22);
}

.top-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

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

.mark {
  width: 54px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #041017;
  background: linear-gradient(145deg, #d9fff6 0%, #27d68b 46%, #f4c94e 100%);
  box-shadow: 0 12px 28px rgba(19, 184, 107, .3);
  font-size: 17px;
  font-weight: 950;
}

.brand strong {
  display: block;
  color: #fff;
  font-size: 31px;
  line-height: .9;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #0a6a9f, 4px 4px 0 rgba(19, 184, 107, .7);
}

.brand span span {
  display: block;
  margin-top: 4px;
  color: #c8fff1;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: #06111a;
  background: linear-gradient(180deg, #fff08c, #e2b43b);
  box-shadow: 0 12px 26px rgba(244, 201, 78, .22);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn.alt {
  color: #fff;
  background: linear-gradient(180deg, #1ebf77, #0b7d58);
  box-shadow: 0 12px 26px rgba(19, 184, 107, .24);
}

.menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.menu::before {
  content: "";
  width: 20px;
  height: 14px;
  background:
    linear-gradient(#fff, #fff) 0 0 / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) 0 6px / 100% 2px no-repeat,
    linear-gradient(#fff, #fff) 0 12px / 100% 2px no-repeat;
}

.nav-band {
  color: #fff;
  background: linear-gradient(90deg, #0b5f8d, #13b86b 70%, #f4c94e);
}

.nav {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--gold);
}

.hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 9, 18, .93) 0%, rgba(3, 9, 18, .79) 40%, rgba(3, 9, 18, .16) 72%, rgba(3, 9, 18, .42) 100%),
    url("/assets/28bet-hero.png") center right / cover no-repeat;
  border-bottom: 1px solid rgba(36, 199, 216, .2);
}

.hero-inner {
  min-height: 560px;
  display: grid;
  align-items: center;
  padding: 68px 0 88px;
}

.hero-copy {
  width: min(570px, 100%);
}

.hero h1 {
  color: #fff;
  font-size: 68px;
  line-height: .95;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--gold);
}

.hero-text {
  width: min(510px, 100%);
  margin-top: 22px;
  color: rgba(235, 255, 250, .9);
  font-size: 17px;
  font-weight: 650;
}

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

.hero-stat {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(520px, 100%);
  margin-top: 30px;
}

.stat {
  min-height: 76px;
  padding: 15px;
  border: 1px solid rgba(36, 199, 216, .22);
  border-radius: 8px;
  background: rgba(5, 18, 32, .72);
}

.stat b {
  display: block;
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 7px;
  color: rgba(235, 255, 250, .76);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.main {
  background: var(--paper);
}

.quick {
  position: relative;
  z-index: 2;
  margin-top: -46px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.quick-card {
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #0b5f8d, #0a263b 58%, #13b86b);
}

.quick-card b {
  color: var(--gold);
  font-size: 25px;
  line-height: 1;
}

.quick-card span {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.section {
  padding: 80px 0;
}

.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 60px;
  align-items: center;
}

.label {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.section h2,
.news h2,
.sub-hero h1 {
  margin-top: 12px;
  color: #071425;
  font-size: 46px;
  line-height: 1.06;
  font-weight: 950;
}

.copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 16px;
}

.feature {
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #06111a;
  box-shadow: var(--shadow);
}

.feature-media {
  min-height: 340px;
  background:
    linear-gradient(180deg, rgba(3, 9, 18, .04), rgba(3, 9, 18, .46)),
    url("/assets/28bet-hero.png") center right / cover no-repeat;
}

.feature-caption {
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, #071425, #0b5f8d);
}

.feature-caption h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.feature-caption p {
  margin-top: 9px;
  color: rgba(235, 255, 250, .76);
  font-size: 14px;
}

.dark {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(7, 20, 37, .96), rgba(5, 11, 19, .98)),
    url("/assets/28bet-hero.png") center center / cover no-repeat;
  border-top: 1px solid rgba(36, 199, 216, .14);
  border-bottom: 1px solid rgba(36, 199, 216, .14);
}

.dark-head {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 30px;
}

.dark .label {
  color: var(--gold);
}

.dark h2 {
  color: #fff;
}

.dark p {
  color: rgba(235, 255, 250, .72);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.step {
  min-height: 180px;
  padding: 23px;
  border: 1px solid rgba(36, 199, 216, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.step b {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}

.step h3 {
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.step p {
  margin-top: 10px;
  color: rgba(235, 255, 250, .68);
  font-size: 13px;
  line-height: 1.58;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, .54fr);
  gap: 28px;
  align-items: start;
}

.article,
.side,
.news-card,
.news-feature,
.dede-post,
.detail-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 60, 92, .08);
}

.article,
.detail-card {
  padding: 36px;
}

.article h2 {
  margin: 12px 0 18px;
}

.article h3,
.detail-content h2,
.detail-content h3 {
  margin: 28px 0 10px;
  color: #071425;
  font-size: 25px;
  line-height: 1.22;
}

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

.article ul,
.detail-content ul,
.detail-content ol {
  margin: 14px 0 0;
  padding-left: 20px;
}

.side {
  padding: 25px;
  position: sticky;
  top: 18px;
}

.side h3 {
  color: #071425;
  font-size: 24px;
  line-height: 1.14;
}

.side-row {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.side-row:first-of-type {
  margin-top: 14px;
  border-top: 0;
}

.dot {
  width: 13px;
  height: 13px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  box-shadow: 0 0 0 6px rgba(36, 199, 216, .1);
}

.side-row strong {
  display: block;
  color: #071425;
  font-size: 15px;
}

.side-row span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}

.news {
  padding-top: 0;
}

.news-head {
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: 58px;
  align-items: end;
  margin-bottom: 32px;
}

.news-head p {
  color: var(--muted);
  font-size: 15px;
}

.news-layout {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: 20px;
}

.news-feature {
  min-height: 350px;
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  overflow: hidden;
  color: #fff;
  background: #071425;
}

.news-media {
  min-height: 350px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(3, 9, 18, .06), rgba(3, 9, 18, .46)),
    url("/assets/28bet-hero.png") center right / cover no-repeat;
}

.news-media b {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #06111a;
  background: linear-gradient(145deg, #fff08c, #e2b43b);
  font-size: 23px;
  font-weight: 950;
}

.news-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 34px 32px;
  background: linear-gradient(145deg, #0b5f8d, #071425);
}

.news-copy small {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
}

.news-copy h3 {
  color: #fff;
  font-size: 35px;
  line-height: 1.04;
  font-weight: 950;
}

.news-copy p {
  color: rgba(235, 255, 250, .74);
  font-size: 14px;
}

.news-side {
  display: grid;
  gap: 14px;
}

.news-card {
  min-height: 108px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.news-card b {
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0b5f8d, #13b86b);
  font-size: 20px;
}

.news-card h3 {
  color: #071425;
  font-size: 17px;
  line-height: 1.22;
}

.news-card p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

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

.dede-post {
  min-height: 226px;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.dede-post time,
.meta-row {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.dede-post h3 {
  margin-top: 14px;
  color: #071425;
  font-size: 21px;
  line-height: 1.22;
}

.dede-post p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.dede-post .read-more {
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.pager {
  margin-top: 28px;
  text-align: center;
}

.pager a,
.pager span {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: #071425;
  font-weight: 800;
}

.pager .thisclass,
.pager span {
  color: #06111a;
  background: linear-gradient(180deg, #fff08c, #e2b43b);
}

.sub-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 9, 18, .96), rgba(3, 9, 18, .72), rgba(3, 9, 18, .25)),
    url("/assets/28bet-hero.png") center right / cover no-repeat;
}

.sub-hero-inner {
  min-height: 330px;
  display: grid;
  align-items: end;
  padding: 58px 0;
}

.breadcrumb {
  color: rgba(235, 255, 250, .78);
  font-size: 13px;
  font-weight: 800;
}

.sub-hero h1 {
  width: min(780px, 100%);
  color: #fff;
  font-size: 48px;
}

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

.detail-card {
  overflow: hidden;
}

.detail-cover {
  margin: -36px -36px 28px;
  min-height: 310px;
  background:
    linear-gradient(180deg, rgba(3, 9, 18, .04), rgba(3, 9, 18, .36)),
    url("/assets/28bet-hero.png") center right / cover no-repeat;
}

.detail-content h1 {
  margin: 10px 0 16px;
  color: #071425;
  font-size: 38px;
  line-height: 1.12;
}

.detail-content img {
  height: auto;
  margin: 24px 0;
  border-radius: 8px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.prev-next {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.prev-next a,
.prev-next span {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #071425;
  background: #fff;
}

.footer {
  color: rgba(235, 255, 250, .72);
  background: #050b13;
  border-top: 2px solid rgba(244, 201, 78, .5);
  padding: 32px 0;
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 980px) {
  .wrap {
    width: min(var(--max), calc(100% - 32px));
  }

  .actions,
  .nav-band {
    display: none;
  }

  .menu {
    display: grid;
    place-items: center;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(3, 9, 18, .42) 0%, rgba(3, 9, 18, .95) 82%),
      url("/assets/28bet-hero.png") center right / cover no-repeat;
  }

  .hero-inner {
    min-height: 0;
    padding: 360px 0 56px;
    align-items: end;
  }

  .hero h1 {
    font-size: 54px;
  }

  .section h2,
  .news h2,
  .sub-hero h1 {
    font-size: 38px;
  }

  .quick-grid,
  .hero-stat,
  .split,
  .dark-head,
  .step-grid,
  .article-layout,
  .news-head,
  .news-layout,
  .news-feature,
  .dede-list-grid,
  .detail-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .side {
    position: static;
  }
}

@media (max-width: 560px) {
  .top-inner {
    min-height: 64px;
  }

  .mark {
    width: 48px;
    height: 38px;
    font-size: 15px;
  }

  .brand strong {
    font-size: 26px;
  }

  .brand span span {
    display: none;
  }

  .hero-inner {
    padding-top: 280px;
  }

  .hero h1 {
    font-size: 40px;
  }

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

  .hero-actions,
  .detail-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .quick {
    margin-top: -24px;
  }

  .quick-grid,
  .news-card,
  .hero-stat {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }

  .article,
  .side,
  .detail-card {
    padding: 23px;
  }

  .detail-cover {
    margin: -23px -23px 24px;
  }

  .feature-media,
  .news-media,
  .detail-cover {
    min-height: 250px;
  }

  .news-copy h3 {
    font-size: 29px;
  }

  .detail-content h1 {
    font-size: 31px;
  }
}
