@font-face {
  font-family: "BetNavi Arial";
  src: url("assets/fonts/arial/arial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BetNavi Arial";
  src: url("assets/fonts/arial/arialbd.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BetNavi Arial";
  src: url("assets/fonts/arial/arialbd.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BetNavi Arial";
  src: url("assets/fonts/arial/ariali.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "BetNavi Arial";
  src: url("assets/fonts/arial/arialbi.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --page: #282827;
  --panel: #30302f;
  --panel-2: #363635;
  --panel-3: #40403f;
  --line: #484846;
  --text: #f4f4f1;
  --muted: #b8b8b2;
  --soft: #8a8a84;
  --yellow: #ffd95a;
  --yellow-2: #ffed8d;
  --yellow-icon-filter: brightness(0) saturate(100%) invert(84%) sepia(62%) saturate(673%) hue-rotate(348deg) brightness(104%) contrast(98%);
  --green: #39d94b;
  --red: #ff4747;
  --orange: #ff6a18;
  --blue: #42c4ff;
  --content: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1260px;
  background: var(--page);
  color: var(--text);
  font-family: "BetNavi Arial", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

button,
input,
select {
  font: inherit;
}

button,
a,
select {
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

button {
  cursor: pointer;
}

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

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.content {
  width: var(--content);
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sprite {
  width: calc(var(--w) * 1px);
  height: calc(var(--h) * 1px);
  background-image: url("assets/home-design.png");
  background-size: 1920px 5097px;
  background-repeat: no-repeat;
  background-position: calc(var(--x) * -1px) calc(var(--y) * -1px);
  flex: 0 0 auto;
}

.site-header {
  background: #302f2c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.topbar {
  height: 80px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.brand-logo {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.brand span:first-child {
  color: #f4f4f0;
}

.brand span:last-child {
  color: var(--blue);
}

.search {
  position: relative;
  display: block;
}

.search input {
  width: 100%;
  height: 40px;
  padding: 0 48px 0 24px;
  color: #ddd;
  background: #3b3a37;
  border: 1px solid #44433f;
  border-radius: 8px;
  outline: none;
}

.search input:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 217, 90, 0.12);
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url("assets/home-slices/icon-search.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.search-icon::after {
  content: none;
}

.utility {
  display: flex;
  align-items: center;
  gap: 16px;
}

.chip {
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  color: #deded8;
  background: #41403d;
  border: 1px solid #50504c;
  border-radius: 8px;
}

.chip-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-left: -8px;
}

.chip:hover,
.chip:focus-visible {
  border-color: var(--yellow);
}

.language {
  position: relative;
}

.flag-dot {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.language-button::after,
.footer-language::after,
.sort-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #cfcfc9;
}

.language-menu {
  position: absolute;
  right: 0;
  top: 46px;
  width: 180px;
  padding: 8px;
  background: #3a3935;
  border: 1px solid #54534d;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  z-index: 5;
}

.language-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button {
  width: 100%;
  padding: 10px 12px;
  color: var(--text);
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.language-menu button:hover {
  background: #4b4a45;
}

.primary-nav {
  height: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.primary-nav a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #f1f1ed;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

.primary-nav img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.primary-nav .nav-icon-active {
  display: none;
}

.primary-nav a:hover .nav-icon-default,
.primary-nav a.active .nav-icon-default {
  display: none;
}

.primary-nav a:hover .nav-icon-active,
.primary-nav a.active .nav-icon-active {
  display: inline-block;
}

.primary-nav a:hover,
.primary-nav a.active {
  color: var(--yellow);
  border-color: var(--yellow);
}

.main-content {
  padding-bottom: 120px;
}

.hero {
  height: 142px;
}

.hero-banner {
  border-radius: 0;
}

.ranking-panel {
  margin-top: 0;
}

.filter-bar {
  height: 48px;
  display: grid;
  grid-template-columns: 178px 180px 180px 180px 1fr 168px;
  align-items: center;
  background: #333231;
  border-bottom: 1px solid #3e3d3b;
}

.filter-pill {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ecece7;
  font-size: 15px;
  font-weight: 800;
  background: #343331;
  border: 0;
  border-right: 1px solid #454442;
}

.filter-pill img {
  width: 45px;
  height: 30px;
  object-fit: contain;
}

.filter-pill .filter-icon-active {
  display: none;
}

.filter-pill.active .filter-icon-active {
  display: inline-block;
}

.filter-pill.active .filter-icon-default {
  display: none;
}

.filter-pill:hover {
  color: var(--yellow);
  background: #3d3c39;
}

.filter-pill:not(.active):hover .filter-icon-default {
  filter: var(--yellow-icon-filter);
}

.filter-pill.active {
  color: #24221d;
  background: linear-gradient(120deg, #F5D671, #FDF493, #E4B23C);
}

.availability-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  color: #f2f2ec;
  font-size: 14px;
  font-weight: 700;
}

.availability-switch input {
  position: absolute;
  opacity: 0;
}

.switch-track {
  position: relative;
  width: 42px;
  height: 22px;
  background: #5b5a55;
  border-radius: 999px;
}

.switch-track::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 2px;
  background: #f5f5ee;
  border-radius: 50%;
  transition: transform 180ms ease, background-color 180ms ease;
}

.availability-switch input:checked + .switch-track {
  background: var(--yellow);
}

.availability-switch input:checked + .switch-track::after {
  transform: translateX(18px);
  background: #2b2a28;
}

.sort-menu {
  position: relative;
  height: 34px;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-self: end;
  background: #3a3936;
  border: 1px solid #55544f;
  border-radius: 8px;
}

.sort-menu select {
  width: 168px;
  height: 34px;
  padding: 0 32px 0 14px;
  color: #f3f3ef;
  background: transparent;
  border: 0;
  appearance: none;
  outline: none;
}

.sort-menu::after {
  position: absolute;
  right: 12px;
  pointer-events: none;
}

.ranking-table {
  background: #292928;
}

.table-head,
.rank-row {
  display: grid;
  grid-template-columns: 320px 170px 270px 270px 150px;
  align-items: center;
}

.table-head {
  height: 56px;
  color: #f7f7f3;
  background: #373634;
  font-size: 14px;
  font-weight: 800;
}

.table-head span {
  padding-left: 24px;
  border-right: 1px solid #4b4a47;
}

.table-head span:nth-child(3),
.table-head span:nth-child(4) {
  padding-left: 0;
  text-align: center;
}

.table-head span:last-child {
  border-right: 0;
}

.rank-row {
  min-height: 138px;
  padding: 16px 0;
  border-bottom: 1px solid #3d3d3a;
  opacity: 1;
  transform: translateY(0);
}

.rank-row.is-hidden {
  display: none;
}

.brand-cell {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 22px;
}

.brand-thumb {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.brand-name {
  display: block;
  margin-bottom: 12px;
  color: #f7f7f3;
  font-size: 18px;
  font-weight: 800;
}

.tag {
  display: inline-flex;
  padding: 5px 10px;
  color: #d7d7d0;
  background: #474743;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}

.rating-cell {
  color: #efefea;
  font-size: 17px;
}

.stars {
  display: inline-flex;
  margin-right: 10px;
  color: var(--yellow);
  font-size: 18px;
  letter-spacing: 1px;
}

.availability-cell {
  display: grid;
  justify-items: center;
  gap: 18px;
  color: #d7d7d2;
  text-align: center;
}

.status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
}

.status::before,
.domain-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.status.unavailable {
  color: var(--red);
}

.status.available {
  color: var(--green);
}

.status.unavailable::before,
.domain-list.unavailable li::before {
  background: var(--red);
}

.updated {
  display: block;
  color: #b9b9b2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}

.domain-cell {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding-left: 60px;
  text-align: left;
}

.domain-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 7px;
  color: #e5e5df;
  font-size: 14px;
  font-weight: 700;
}

.domain-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.more-domains {
  justify-self: start;
  padding: 0;
  color: #e6e6df;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 400;
}

.more-domains:hover {
  color: var(--yellow);
}

.domain-list .extra-domains {
  display: none;
}

.rank-row.expanded .domain-list .extra-domains {
  display: flex;
}

.actions-cell {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.visit-button {
  width: 128px;
  height: 40px;
  color: #3b2d00;
  background: #FEDE2B;
  background-image:
    url("assets/home-slices/btn-visit.png"),
    linear-gradient(180deg, #F5D671 0%, #FDF493 50%, #E4B23C 100%);
  background-position: center;
  background-size: 128px 40px, 100% 100%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(255, 217, 90, 0.12);
}

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

.review-link {
  padding: 0;
  color: #f0f0eb;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
}

.empty-state {
  padding: 44px;
  color: var(--muted);
  text-align: center;
  border-bottom: 1px solid #3d3d3a;
}

.pagination {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.pagination button,
.pagination span {
  min-width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #efefea;
  background: #484743;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
}

.pagination span {
  color: #bdbdb8;
}

.pagination button.active {
  color: #342800;
  background: var(--yellow);
}

.pagination button[data-page="prev"]::before,
.pagination button[data-page="next"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.pagination button[data-page="prev"]::before {
  transform: rotate(45deg);
}

.pagination button[data-page="next"]::before {
  transform: rotate(-135deg);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f4f4ef;
  font-size: 40px;
  line-height: 1;
}

.section-heading a {
  color: #ededeb;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  font-weight: 800;
}

.gift-mark,
.star-mark,
.news-mark {
  width: 42px;
  height: 42px;
  display: inline-block;
  position: relative;
}

.section-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  object-fit: contain;
}

.news-section-icon {
  width: 48px;
  height: 57px;
}

.gift-mark {
  border-radius: 8px;
  background: linear-gradient(135deg, #ffdf68 0 24%, #9e64ff 24% 100%);
}

.gift-mark::before,
.gift-mark::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.82);
}

.gift-mark::before {
  left: 19px;
  top: 4px;
  width: 5px;
  height: 34px;
}

.gift-mark::after {
  left: 5px;
  top: 17px;
  width: 32px;
  height: 5px;
}

.star-mark {
  clip-path: polygon(50% 2%, 62% 35%, 98% 35%, 69% 56%, 80% 92%, 50% 70%, 20% 92%, 31% 56%, 2% 35%, 38% 35%);
  background: var(--yellow);
}

.news-mark {
  background: linear-gradient(180deg, #fff 0 24%, #ffbd28 24% 48%, #fff 48% 100%);
  border-radius: 4px;
  box-shadow: inset 0 0 0 3px #447bff;
}

.promotion-section {
  margin-top: 12px;
}

.carousel-wrap {
  position: relative;
}

.promo-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 349px;
  gap: 26px;
  overflow-x: auto;
  padding: 0 0 34px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: #55554f #31312f;
}

.promo-track::-webkit-scrollbar {
  height: 10px;
}

.promo-track::-webkit-scrollbar-track {
  background: #333331;
  border-radius: 999px;
}

.promo-track::-webkit-scrollbar-thumb {
  background: #5a5a55;
  border-radius: 999px;
}

.promo-track .card {
  display: flex;
  flex-direction: column;
  width: 349px;
  min-width: 0;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.card .cta a {
  text-decoration: none;
  display: inline-flex;
}

.card .hero {
  position: relative;
  height: 200px;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card .coins {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,215,0,0.3) 0, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,215,0,0.2) 0, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(255,215,0,0.15) 0, transparent 60%);
}

.card .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.card .hero-content img {
  width: auto;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
}

.card .content {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.card .title {
  font-size: 14px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  overflow-wrap: break-word;
  word-break: break-word;
  flex-shrink: 0;
}

.card .desc {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  flex: 1;
  min-height: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.card .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  flex-shrink: 0;
  gap: 12px;
}

.card .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.card .logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 6px;
}

.card .cta {
  flex-shrink: 0;
}

.card .cta button {
  min-width: 150px;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--yellow);
  color: #352800;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.card .cta button:hover {
  background: linear-gradient(180deg, #ffd75c, #e6c04a);
}

.carousel-control {
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 42px;
  height: 58px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.carousel-control::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.carousel-control.prev {
  left: -54px;
}

.carousel-control.next {
  right: -54px;
}

.carousel-control.prev::before {
  transform: translate(-35%, -50%) rotate(45deg);
}

.carousel-control.next::before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.reviews-section {
  margin-top: 64px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 54px;
}

.review-card {
  min-height: 472px;
  padding: 30px 24px 26px;
  background: #353534 url("assets/home-slices/reviews-card1.png") center / 100% 100% no-repeat;
  border-radius: 8px;
}

.review-top {
  display: grid;
  grid-template-columns: 112px 1fr 138px;
  gap: 20px;
  align-items: center;
}

.review-logo {
  width: 112px;
  height: 111px;
  object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
}

.review-card h3 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.1;
}

.choice {
  display: inline-flex;
  padding: 5px 9px;
  color: #342800;
  background: var(--yellow);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.score-ring {
  width: 138px;
  height: 138px;
  display: block;
}

.review-card p {
  margin: 28px 0 30px;
  min-height: 96px;
  color: #deded8;
  font-size: 16px;
  line-height: 1.45;
}

.review-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-features span {
  position: relative;
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 12px 14px;
  color: #f3f3ee;
  text-align: center;
  text-transform: uppercase;
  background:
    radial-gradient(circle at center 30px, transparent 0 30px, #444441 31px),
    #444441;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
}

.review-features span::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.review-features span:nth-child(1)::before {
  background-image: url("assets/home-slices/reviewsicon1.png");
}

.review-features span:nth-child(2)::before {
  background-image: url("assets/home-slices/reviewsicon2.png");
}

.review-features span:nth-child(3)::before {
  background-image: url("assets/home-slices/reviewsicon3.png");
}

.news-section {
  margin-top: 82px;
}

.news-list {
  display: grid;
  gap: 28px;
}

.news-item {
  display: grid;
  grid-template-columns: 261px 1fr;
  gap: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #494947;
}

.news-image {
  width: 261px;
  height: 176px;
  object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
}

.news-item h3 {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.15;
}

.news-item p {
  margin: 0 0 24px;
  max-width: 680px;
  color: #d3d3cd;
  font-size: 16px;
  line-height: 1.4;
}

.news-item time {
  color: #f1f1ec;
  font-size: 18px;
}

.site-footer {
  background: #333331;
  padding: 66px 0 52px;
}

.footer-content {
  color: #dbdbd6;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid #555551;
}

.footer-top > div {
  display: grid;
  grid-template-columns: max-content minmax(0, 430px);
  column-gap: 28px;
  align-items: center;
}

.footer-brand {
  font-size: 54px;
}

.footer-top p {
  grid-column: 2;
  display: block;
  max-width: 430px;
  margin: 0;
  color: #c6c6c1;
  font-size: 14px;
  line-height: 1.5;
}

.socials {
  grid-column: 2;
  display: flex;
  gap: 26px;
  margin-top: 20px;
}

.socials a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #efefeb;
  border-radius: 50%;
  font-weight: 900;
}

.socials img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.socials a:hover {
  background: #4a4a46;
}

.footer-top .language {
  justify-self: end;
}

.quick-links {
  display: grid;
  grid-template-columns: 220px repeat(4, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px 0 30px;
}

.quick-links h2,
.warning h2 {
  margin: 0;
  color: #f5f5ef;
  text-transform: uppercase;
  font-size: 20px;
}

.quick-links h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.quick-links-title-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.quick-links a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #d7d7d2;
  font-size: 20px;
  font-weight: 800;
}

.quick-link-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 0.86;
}

.quick-links a:hover {
  color: var(--yellow);
}

.quick-links a:hover img {
  filter: var(--yellow-icon-filter);
  opacity: 1;
}

.warning {
  padding: 0 0 32px;
  border-bottom: 1px solid #555551;
}

.warning h2 {
  color: #ff9943;
}

.warning p {
  margin: 14px 0 0;
  max-width: 900px;
  color: #c6c6bf;
  font-size: 13px;
  line-height: 1.45;
}

.payment-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 34px;
  color: #e6e6e1;
  font-size: 25px;
  font-weight: 900;
}

.payment-row img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.payment-row small {
  margin-left: auto;
  color: #c5c5bf;
  font-size: 12px;
  font-weight: 700;
}

.toast {
  position: fixed;
  right: 28px;
  bottom: 28px;
  max-width: 360px;
  padding: 16px 20px;
  color: #27210a;
  background: var(--yellow);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  z-index: 20;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.subpage-main {
  padding-top: 0;
}

.breadcrumb {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 22px 0 24px;
  color: #e7e7e1;
  font-size: 18px;
  font-weight: 800;
}

.breadcrumb a {
  border-bottom: 1px solid currentColor;
}

.breadcrumb span::before,
.breadcrumb strong::before {
  content: ">";
  margin-right: 14px;
  color: #bfbfb8;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 34px;
  margin-top: 22px;
}

.filter-sidebar {
  padding: 20px;
  background: #343433;
  border-radius: 8px;
  align-self: start;
}

.filter-search {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.filter-search input {
  width: 100%;
  height: 52px;
  padding: 0 52px 0 18px;
  color: #f2f2ed;
  background: #3a3a38;
  border: 1px solid #555550;
  border-radius: 8px;
}

.filter-title {
  display: grid;
  grid-template-columns: 1fr 24px;
  row-gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.filter-title::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 20px;
  height: 18px;
  justify-self: end;
  background-image: url("assets/home-slices/icon-sort.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: var(--yellow-icon-filter);
}

.filter-title h1,
.listing-heading h1 {
  margin: 0;
  color: #f6f6f2;
  font-size: 30px;
  line-height: 1;
}

.filter-title button,
.filter-group-title {
  color: #f1f1ec;
  background: transparent;
  border: 0;
  font-weight: 800;
}

.filter-title button {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  min-width: auto;
  height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: #f1f1ec;
  background: transparent;
  border-radius: 0;
}

.filter-title button::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 8.25a5.25 5.25 0 1 0-1.54 3.71' stroke='%23F1F1EC' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M14.25 4.5v3.75H10.5' stroke='%23F1F1EC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.filter-group {
  display: grid;
  gap: 14px;
  padding: 10px 0 18px;
}

.filter-group.collapsed label {
  display: none;
}

.filter-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 24px;
  cursor: pointer;
}

.filter-group-title::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-right: 2px solid #f1f1ec;
  border-bottom: 2px solid #f1f1ec;
  transform: rotate(225deg);
  transition: transform 0.18s ease;
}

.filter-group.collapsed .filter-group-title::after {
  transform: rotate(45deg);
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e0e0db;
  font-size: 20px;
}

.filter-group label span {
  margin-left: auto;
  color: #a9a9a3;
}

.filter-group input {
  width: 18px;
  height: 18px;
  accent-color: #5aa5ff;
}

.review-list-page,
.bonus-event-list {
  display: grid;
  gap: 0;
}

.review-list-row {
  display: grid;
  grid-template-columns: 128px 1fr 120px 190px;
  gap: 28px;
  align-items: center;
  min-height: 178px;
  padding: 22px 0;
  border-bottom: 1px solid #4a4a46;
}

.bonus-event-row {
  display: grid;
  grid-template-columns: 110px 1fr 180px;
  gap: 28px;
  align-items: center;
  min-height: 178px;
  padding: 22px 0;
  border-bottom: 1px solid #4a4a46;
}

.review-list-row[hidden],
.bonus-event-row[hidden],
.news-card[hidden] {
  display: none;
}

.row-logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
  border-radius: 8px;
}

.row-logo-jack { object-position: 43% 15%; }
.row-logo-royal { object-position: 43% 31%; }
.row-logo-betgo { object-position: 43% 45%; }
.row-logo-lucky { object-position: 43% 59%; }
.row-logo-mahjong { object-position: 43% 73%; }

.review-list-row h2,
.bonus-event-row h2 {
  margin: 0 0 10px;
  color: #f5f5f0;
  font-size: 34px;
}

.review-list-row p,
.bonus-event-row p {
  margin: 0 0 12px;
  color: #dfdfd9;
  font-size: 17px;
}

.review-list-row span {
  display: inline-flex;
  margin-right: 8px;
  padding: 4px 12px;
  color: #c9d7de;
  border: 2px solid #55616a;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.list-score {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    radial-gradient(circle at center, #2f2f2d 0 54%, transparent 55%),
    conic-gradient(#ff6818 0 88%, #565650 88% 100%);
  border-radius: 50%;
  font-size: 34px;
}

.list-score.mid {
  background:
    radial-gradient(circle at center, #2f2f2d 0 54%, transparent 55%),
    conic-gradient(#f0db11 0 72%, #565650 72% 100%);
}

.list-score.low {
  background:
    radial-gradient(circle at center, #2f2f2d 0 54%, transparent 55%),
    conic-gradient(#22df75 0 63%, #565650 63% 100%);
}

.row-actions {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.row-actions button,
.row-actions a.claim-btn,
.review-detail-card button,
.detail-article button,
.bonus-feature button,
.bonus-event-row button,
.bonus-event-row a.claim-btn,
.article-body button {
  min-width: 150px;
  height: 48px;
  color: #352800;
  background: linear-gradient(180deg, #ffe98a, #ffd75c);
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
}

.row-actions a.claim-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.row-actions button:last-child,
.review-detail-card .link-button,
.bonus-feature button:first-of-type,
.bonus-event-row button:last-child,
.bonus-event-row a.claim-btn:last-child {
  min-width: auto;
  height: auto;
  color: #f0f0eb;
  background: transparent;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  font-size: 14px;
}

.listing-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 42px 0 28px;
  padding-left: 20px;
  border-left: 5px solid var(--yellow);
}

.listing-tools {
  position: relative;
  display: flex;
  gap: 14px;
}

.listing-tools::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #cfcfc9;
  pointer-events: none;
  transform: translateY(-50%);
}

.listing-tools select {
  width: 157px;
  height: 38px;
  padding: 0 42px 0 18px;
  color: #f2f2ed;
  background: #3a3a38;
  border: 1px solid #595955;
  border-radius: 8px;
  appearance: none;
  outline: none;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.news-card {
  position: relative;
  min-height: 468px;
  padding: 0 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #181818;
  border-radius: 8px;
}

.news-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.65;
}

.news-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
}

.news-card h2,
.news-card p,
.news-card small,
.news-badge {
  position: relative;
  z-index: 1;
}

.news-card h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 0.96;
}

.news-card p {
  margin: 0 0 12px;
  color: #ddd;
  font-size: 13px;
}

.news-card small {
  color: #ddd;
  font-size: 12px;
}

.news-badge {
  position: absolute;
  left: 0;
  top: 14px;
  padding: 8px 16px;
  background: #3d8e15;
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
  font-weight: 900;
}

.news-badge.purple { background: #8234d9; }
.news-badge.gold { background: #e8c047; }
.news-badge.red { background: #e14536; }

.bonus-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 22px 0 44px;
}

.bonus-feature {
  overflow: hidden;
  background: #2b2b29;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 178px;
}

.bonus-feature.alt {
  background: transparent;
}

.bonus-feature-art {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bonus-feature h1 {
  margin: 0;
  font-size: 36px;
}

.bonus-feature strong {
  display: block;
  margin: 30px 0 18px;
  color: var(--yellow);
  font-size: 62px;
  text-transform: uppercase;
}

.bonus-feature p {
  max-width: 380px;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}

.bonus-feature div {
  display: flex;
  gap: 48px;
  margin: 26px 0 34px;
}

.bonus-feature b {
  display: block;
  color: var(--yellow);
  font-size: 34px;
}

.bonus-event-row img {
  width: 106px;
  height: 107px;
  object-fit: contain;
  border-radius: 8px;
}

.bonus-event-actions {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.bonus-event-row small {
  color: #999993;
}

.review-detail-card,
.detail-article,
.article-body,
.popular-list {
  background: #343433;
  border-radius: 8px;
}

.review-detail-card {
  position: relative;
  min-height: 533px;
  padding: 26px 29px 26px 37px;
  background-image: url("assets/review-detail/detail-card-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}

.review-detail-intro > div:first-child {
  padding-left: 0;
}

.review-detail-intro {
  display: grid;
  grid-template-columns: 562px 145px minmax(0, 1fr);
  gap: 35px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid #555550;
}

.review-detail-intro h1 {
  margin: 0 0 20px;
  font-size: 28.8832px;
  line-height: 28.8832px;
}

.article-body h1 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.12;
}

.review-detail-intro p,
.detail-article p,
.article-body p {
  color: #e0e0db;
  font-size: 17px;
  line-height: 1.42;
}

.review-detail-author {
  display: grid;
  grid-template-columns: 63px 51px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 80px;
}

.detail-author-avatar {
  width: 63px;
  height: 63px;
  object-fit: cover;
  border-radius: 50%;
}

.detail-author-identity {
  display: grid;
  gap: 10px;
  align-content: center;
}

.detail-author-identity strong {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.detail-author-identity span {
  width: 46px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a0afb4;
  background: #2a3136;
  border: 1px solid #606060;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
}

.review-detail-author p {
  margin: 0 0 0 26px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.detail-brand {
  display: grid;
  justify-items: center;
  text-align: center;
}

.detail-brand img {
  width: 102px;
  height: 103px;
  object-fit: cover;
  border-radius: 8px;
}

.detail-brand h2 {
  margin: 13px 0 0;
  font-size: 28px;
  line-height: 28px;
  white-space: nowrap;
}

.detail-rating-panel {
  display: grid;
  grid-template-columns: 140px 196px;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding-top: 39px;
}

.detail-rating-content {
  display: grid;
  justify-items: center;
}

.detail-score {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: 22px;
  line-height: 22px;
}

.detail-score-image {
  width: 105px;
  height: 32px;
  object-fit: contain;
}

.detail-rating-panel small {
  color: #ffef56;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.detail-rating-stars,
.detail-summary-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.detail-rating-stars {
  margin: 11px 0 0;
}

.detail-rating-stars img {
  width: 25px;
  height: 26px;
  object-fit: contain;
}

.detail-rating-panel button {
  grid-column: 2;
  align-self: center;
  width: 196px;
  height: 51px;
  min-width: 196px;
  color: #3b2d00;
  background: #FEDE2B;
  background-image:
    url("assets/home-slices/btn-visit.png"),
    linear-gradient(180deg, #F5D671 0%, #FDF493 50%, #E4B23C 100%);
  background-position: center;
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.detail-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  padding-top: 34px;
}

.detail-columns h2 {
  border-left: 4px solid var(--yellow);
  padding-left: 14px;
}

.detail-columns dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 13px 34px;
}

.detail-columns dt {
  color: #cfcfca;
  font-weight: 900;
  font-size: 14px;
}

.detail-columns dd {
  margin: 0;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.pros-cons h3 {
  margin: 0 0 18px;
  text-transform: uppercase;
}

.pros-cons ul {
  margin: 0;
  padding-left: 20px;
}

.pros-cons li {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
}

.pros-cons div:first-child h3,
.pros-cons div:first-child li::marker {
  color: var(--green);
}

.pros-cons div:last-child h3,
.pros-cons div:last-child li::marker {
  color: var(--red);
}

.detail-article {
  margin-top: 40px;
  padding: 42px 22px 38px 38px;
  display: grid;
  gap: 30px;
}

.detail-article h2 {
  margin: 0 0 14px;
  color: #ffc456;
  font-size: 30px;
}

.article-body h2 {
  margin: 34px 0 14px;
  color: #ffc456;
  font-size: 30px;
}

.detail-media-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 484px;
  gap: 38px;
  align-items: center;
}

.detail-feature-image,
.detail-video-image,
.detail-provider-strip {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.detail-feature-image {
  height: 248px;
  object-fit: cover;
}

.detail-article-section {
  display: grid;
  gap: 16px;
}

.detail-bonus-panel {
  overflow: hidden;
  border-radius: 8px;
}

.detail-bonus-banner {
  display: block;
  width: 100%;
  height: 115px;
  object-fit: cover;
}

.detail-video-frame {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}

.detail-video-image {
  height: 200px;
  object-fit: cover;
}

.detail-video-frame button {
  position: absolute;
  left: 50%;
  top: 42%;
  min-width: 76px;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  color: transparent;
  background: rgba(0, 0, 0, 0.36);
  border: 3px solid #fff;
  border-radius: 50%;
}

.detail-video-controls {
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 0;
  width: calc(100% - 1px);
  height: 33px;
  object-fit: cover;
  pointer-events: none;
}

.detail-video-frame button::before {
  content: "";
  display: block;
  margin-left: 25px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #fff;
}

.detail-provider-strip {
  height: auto;
  object-fit: contain;
}

.detail-article p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.detail-rating-summary {
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 28px;
  align-items: center;
  min-height: 64px;
  padding: 13px 22px;
  background: #4c4c4c url("assets/review-detail/rating-summary.png") center / 100% 100% no-repeat;
  border-radius: 6px;
}

.detail-summary-lead {
  display: flex;
  align-items: center;
  gap: 14px;
}

.detail-summary-lead img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.detail-summary-lead div {
  display: grid;
  gap: 4px;
}

.detail-summary-lead strong {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.detail-summary-lead span,
.detail-summary-breakdown b {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 11px;
}

.detail-summary-score {
  display: flex;
  align-items: center;
  gap: 14px;
}

.detail-summary-score strong {
  color: #ffcd22;
  font-size: 16px;
  line-height: 16px;
}

.detail-summary-stars img {
  width: 19px;
  height: 20px;
  object-fit: contain;
}

.detail-summary-breakdown {
  display: grid;
  gap: 10px;
}

.detail-summary-breakdown > span {
  display: grid;
  grid-template-columns: 95px 94px 28px;
  align-items: center;
  gap: 12px;
}

.detail-summary-breakdown strong {
  color: #fff;
  font-size: 14px;
}

.video-shell {
  height: 220px;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62)),
    url("lanhu_all_ui/images/03_测评详情页_c242139e.png");
  background-size: cover;
  background-position: center 55%;
  border-radius: 8px;
}

.video-shell button {
  min-width: 76px;
  width: 76px;
  height: 76px;
  color: transparent;
  background: rgba(0, 0, 0, 0.36);
  border: 3px solid #fff;
  border-radius: 50%;
}

.video-shell button::before {
  content: "";
  display: block;
  margin-left: 25px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #fff;
}

.article-layout {
  display: grid;
  grid-template-columns: 738px 426px;
  gap: 38px;
  align-items: start;
}

.article-detail-page {
  padding-top: 0;
}

.content.article-detail-page {
  width: 1202px;
  max-width: 1202px;
}

.article-top-banner {
  width: 1200px;
  height: 142px;
  margin: 0 auto 21px;
  overflow: hidden;
}

.article-top-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-breadcrumb {
  margin: 0 0 19px;
  font-size: 20px;
  font-weight: 700;
}

.article-body {
  padding: 0 0 36px;
  background: transparent;
}

.article-body > * {
  margin-left: 0;
}

.article-detail-page .article-body h1 {
  width: 675px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 1);
  font-size: 28.8829px;
  line-height: 28.8829px;
}

.article-detail-page .article-body p {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 13.9999px;
  line-height: 13.9999px;
}

.article-detail-page .article-body h2 {
  margin: 21px 0 16px 2px;
  color: rgba(255, 194, 102, 1);
  font-size: 30px;
  line-height: 30px;
}

.article-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 13px;
  font-size: 13.9999px;
}

.article-meta span {
  position: relative;
  padding-left: 18px;
}

.article-meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.article-meta .meta-date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 1.5v2M10 1.5v2M2.5 5h9M3.25 2.75h7.5c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-7.5c-.83 0-1.5-.67-1.5-1.5v-7c0-.83.67-1.5 1.5-1.5Z' stroke='%23fff' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.article-meta .meta-time::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='5.5' stroke='%23fff' stroke-width='1.2'/%3E%3Cpath d='M7 3.6v3.5l2.5 1.45' stroke='%23fff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.author-card,
.stats-board {
  padding: 24px;
  background: #343433;
  border-radius: 8px;
}

.article-detail-page .author-card {
  display: grid;
  grid-template-columns: 63px 50px 1fr;
  gap: 14px 30px;
  align-items: center;
  width: 738px;
  min-height: 113px;
  margin: 0 0 46px;
  padding: 24px 51px 25px 21px;
  background: rgba(52, 52, 51, 1);
}

.author-avatar {
  width: 63px;
  height: 63px;
  object-fit: cover;
  border-radius: 50%;
}

.author-identity {
  display: grid;
  gap: 11px;
}

.author-identity strong {
  color: rgba(255, 255, 255, 1);
  font-size: 15.9999px;
  line-height: 15.9999px;
}

.author-identity span {
  width: 43px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(160, 175, 180, 1);
  background: rgba(42, 49, 54, 1);
  border: 1px solid rgba(96, 96, 96, 1);
  border-radius: 2px;
  font-size: 9.37376px;
  font-weight: 700;
  line-height: 9.37376px;
}

.article-detail-page .author-card p {
  width: 509px;
}

.article-hero-img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: 36% 22%;
  border-radius: 8px;
}

.article-main-image,
.article-video-preview,
.article-stats-image,
.article-cta-banner {
  display: block;
  width: 736px;
  object-fit: cover;
  border-radius: 6px;
}

.article-main-image {
  height: 185px;
  margin: 14px 0 0 1px;
}

.article-video-preview {
  position: relative;
  height: 185px;
  margin: 16px 0 38px 1px;
  overflow: hidden;
}

.article-video-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-video-preview button {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 63px;
  width: 63px;
  height: 63px;
  transform: translate(-50%, -50%);
  color: transparent;
  background: rgba(0, 0, 0, 0.36);
  border: 3px solid #fff;
  border-radius: 50%;
}

.article-video-preview button::before {
  content: "";
  display: block;
  margin-left: 22px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.article-stats-image {
  width: 735px;
  height: 625px;
  margin: 9px 0 0;
}

.article-cta-banner {
  height: 251px;
  margin: 23px 0 0 1px;
}

.article-popular-list {
  min-height: 1958px;
  padding: 18px 20px 24px 17px;
  background: rgba(52, 52, 51, 1);
}

.article-popular-list h2 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  line-height: 22px;
}

.popular-title-icon {
  width: 22px;
  height: 28px;
  object-fit: contain;
}

.popular-article {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 14px;
  min-height: 140px;
  padding: 0 0 22px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(86, 86, 86, 1);
}

.popular-article img {
  width: 126px;
  height: 116px;
  object-fit: cover;
  border-radius: 4px;
}

.popular-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 105px;
}

.popular-copy strong {
  color: #f1f1ec;
  font-size: 22.8507px;
  line-height: 24px;
  font-weight: 900;
}

.popular-copy small {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 1260px) {
  body {
    min-width: 0;
    overflow-x: auto;
  }

  .page-shell {
    width: 1260px;
  }
}
