* {
  box-sizing: border-box;
}

:root {
  --b58-bg: #030807;
  --b58-bg-soft: #07130f;
  --b58-surface: rgba(8, 25, 19, 0.86);
  --b58-surface-strong: rgba(11, 34, 25, 0.94);
  --b58-line: rgba(35, 202, 113, 0.48);
  --b58-line-soft: rgba(244, 205, 92, 0.24);
  --b58-green: #17c76c;
  --b58-green-deep: #06431f;
  --b58-gold: #f4c95a;
  --b58-gold-light: #ffe98a;
  --b58-text: #f8fff9;
  --b58-muted: #b4c8bb;
  --b58-muted-2: #7f9789;
  --b58-shadow: 0 20px 60px rgba(0, 0, 0, 0.46);
  --b58-radius: 8px;
  --b58-shell: min(1440px, calc(100vw - 48px));
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--b58-text);
  background:
    radial-gradient(circle at 76% 2%, rgba(17, 145, 76, 0.22), transparent 36rem),
    linear-gradient(180deg, #030807 0%, #04100c 46%, #020706 100%);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::selection {
  background: rgba(244, 201, 90, 0.36);
}

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

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

.b58-shell {
  width: var(--b58-shell);
  margin-inline: auto;
}

.b58-header {
  position: relative;
  z-index: 20;
  background: #020706;
  border-bottom: 1px solid rgba(23, 199, 108, 0.34);
}

.b58-topbar {
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, #050908 0%, #020605 100%);
}

.b58-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
}

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

.b58-logo {
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 1000;
  font-style: italic;
  line-height: 0.9;
  color: transparent;
  background: linear-gradient(135deg, #fff4ad 0%, #f6b828 45%, #28d477 69%, #069e4f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 6px 24px rgba(244, 201, 90, 0.2);
}

.b58-brand-divider {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.22);
}

.b58-brand-copy {
  display: grid;
  gap: 2px;
}

.b58-brand-copy strong {
  font-size: 17px;
  font-weight: 800;
}

.b58-brand-copy span {
  color: var(--b58-muted);
  font-size: 13px;
}

.b58-account {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.b58-mini-btn,
.b58-hero-btn,
.b58-read-btn,
.b58-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.b58-mini-btn {
  min-width: 112px;
  padding: 0 20px;
  border: 1px solid rgba(23, 199, 108, 0.64);
  color: #f8fff9;
  background: rgba(8, 25, 19, 0.74);
}

.b58-mini-btn.is-gold,
.b58-hero-btn.is-gold {
  color: #08110d;
  border-color: rgba(255, 233, 138, 0.68);
  background: linear-gradient(180deg, #ffef9b 0%, #f0ba36 61%, #c58710 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 12px 28px rgba(244, 180, 38, 0.22);
}

.b58-mini-btn:hover,
.b58-hero-btn:hover,
.b58-read-btn:hover,
.b58-more-btn:hover {
  transform: translateY(-1px);
}

.b58-nav-wrap {
  background: linear-gradient(180deg, #07562a 0%, #043f1e 55%, #032c16 100%);
  border-top: 1px solid rgba(23, 199, 108, 0.22);
  border-bottom: 1px solid rgba(23, 199, 108, 0.78);
}

.b58-nav {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 5vw, 76px);
  min-height: 50px;
}

.b58-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  color: #effff3;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.b58-nav a.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--b58-gold);
  box-shadow: 0 0 18px rgba(244, 201, 90, 0.56);
}

.b58-hot {
  position: absolute;
  top: 4px;
  right: -20px;
  padding: 1px 5px;
  border-radius: 999px;
  color: #fff;
  background: #ff2d24;
  font-size: 9px;
  font-weight: 1000;
}

.b58-hero {
  position: relative;
  min-height: 408px;
  isolation: isolate;
  overflow: hidden;
  background: #020706;
}

.b58-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("b58-hero.png") center / cover no-repeat;
}

.b58-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 7, 6, 0.98) 0%, rgba(2, 7, 6, 0.72) 28%, rgba(2, 7, 6, 0.1) 56%, rgba(2, 7, 6, 0.3) 100%),
    linear-gradient(180deg, rgba(2, 7, 6, 0) 0%, rgba(2, 7, 6, 0.3) 100%);
  pointer-events: none;
}

.b58-hero-inner {
  display: flex;
  align-items: center;
  min-height: 408px;
}

.b58-hero-copy {
  width: 100%;
  max-width: 720px;
  min-width: 0;
  padding: 54px 0 56px;
}

.b58-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.05;
  font-weight: 1000;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.44);
}

.b58-hero-title strong {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #fff6af 0%, #f3c04b 42%, #c27b09 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.b58-hero-title span {
  display: block;
}

.b58-hero-copy p {
  width: min(100%, 620px);
  margin: 20px 0 0;
  color: #f3fff6;
  font-size: 16px;
  white-space: normal;
}

.b58-hero-copy p + p {
  margin-top: 6px;
}

.b58-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.b58-hero-btn {
  min-width: 220px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid rgba(23, 199, 108, 0.68);
  background: rgba(7, 17, 13, 0.7);
}

.b58-hero-btn svg,
.b58-mini-btn svg,
.b58-read-btn svg,
.b58-more-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.b58-benefits {
  padding: 10px 0 0;
  background: linear-gradient(180deg, rgba(4, 11, 9, 0.94) 0%, rgba(4, 12, 9, 0.4) 100%);
}

.b58-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--b58-line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(6, 37, 24, 0.86), rgba(4, 17, 13, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), var(--b58-shadow);
  overflow: hidden;
}

.b58-benefit {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 20px 24px;
  border-right: 1px solid rgba(23, 199, 108, 0.28);
}

.b58-benefit:last-child {
  border-right: 0;
}

.b58-benefit-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--b58-gold);
}

.b58-benefit-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.9;
}

.b58-benefit strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
}

.b58-benefit span {
  display: block;
  margin-top: 4px;
  color: var(--b58-muted);
  font-size: 13px;
  line-height: 1.45;
}

.b58-news {
  padding: 16px 0 70px;
}

.b58-section-title {
  display: grid;
  gap: 2px;
  justify-items: center;
  margin: 0 0 24px;
  text-align: center;
}

.b58-section-title h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 1000;
  text-transform: uppercase;
}

.b58-section-title .b58-chev {
  width: 18px;
  height: 18px;
  color: var(--b58-gold);
}

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

.b58-post {
  display: grid;
  grid-template-columns: 136px 1fr;
  gap: 20px;
  min-height: 218px;
  padding: 16px;
  border: 1px solid rgba(244, 201, 90, 0.38);
  border-radius: var(--b58-radius);
  background:
    linear-gradient(145deg, rgba(9, 33, 25, 0.94), rgba(5, 17, 13, 0.94)),
    radial-gradient(circle at 100% 0%, rgba(23, 199, 108, 0.18), transparent 22rem);
  box-shadow: var(--b58-shadow);
}

.b58-post-media {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 201, 90, 0.32);
  border-radius: 6px;
  background: #07110d;
}

.b58-post-media img {
  width: 100%;
  height: 100%;
  min-height: 184px;
  object-fit: cover;
}

.b58-post-media .is-sports {
  object-position: 70% 52%;
}

.b58-post-body {
  display: grid;
  align-content: start;
  min-width: 0;
}

.b58-tag {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  color: #dbffe9;
  background: rgba(23, 199, 108, 0.5);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.b58-post h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}

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

.b58-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  color: #cfe4d7;
  font-size: 12px;
}

.b58-post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.b58-post-meta svg {
  width: 13px;
  height: 13px;
  color: var(--b58-gold);
}

.b58-read-btn {
  justify-self: stretch;
  min-height: 32px;
  margin-top: 14px;
  border: 1px solid rgba(244, 201, 90, 0.24);
  color: #fff9d5;
  background: linear-gradient(180deg, rgba(56, 97, 56, 0.88), rgba(26, 58, 34, 0.9));
  font-size: 12px;
}

.b58-more-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.b58-more-btn {
  min-width: 235px;
  min-height: 42px;
  border: 1px solid rgba(23, 199, 108, 0.58);
  color: #f6fff8;
  background: rgba(8, 25, 19, 0.72);
}

.b58-footer {
  border-top: 1px solid rgba(23, 199, 108, 0.7);
  background:
    radial-gradient(circle at 20% 0%, rgba(23, 199, 108, 0.16), transparent 30rem),
    linear-gradient(180deg, #04100c 0%, #020605 100%);
}

.b58-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(160px, 1fr));
  gap: 76px;
  padding: 30px 0 38px;
}

.b58-footer .b58-brand {
  gap: 12px;
}

.b58-footer .b58-logo {
  font-size: 50px;
}

.b58-footer p {
  margin: 14px 0 0;
  color: var(--b58-muted);
  font-size: 14px;
}

.b58-social {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.b58-social span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #20d979, #0a8f48);
  font-size: 13px;
  font-weight: 900;
}

.b58-footer h3 {
  margin: 0 0 16px;
  color: #8ed8a7;
  font-size: 15px;
  text-transform: uppercase;
}

.b58-footer ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.b58-footer li,
.b58-footer a {
  color: var(--b58-muted);
  font-size: 14px;
}

.b58-footer a:hover {
  color: var(--b58-gold-light);
}

.b58-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.b58-contact svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin-top: 3px;
  color: #7ff0a6;
}

.b58-footer-bottom {
  border-top: 1px solid rgba(23, 199, 108, 0.46);
}

.b58-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  color: #c7d6cc;
  font-size: 13px;
}

.b58-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 5vw, 64px);
}

.b58-age {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #57d98e;
  border-radius: 999px;
  color: #dfffe8;
  font-weight: 900;
}

.b58-article-hero {
  position: relative;
  isolation: isolate;
  min-height: 290px;
  overflow: hidden;
  background: #020706;
}

.b58-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("b58-hero.png") center / cover no-repeat;
}

.b58-article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(2, 7, 6, 0.98), rgba(2, 7, 6, 0.72) 54%, rgba(2, 7, 6, 0.58));
}

.b58-article-hero-inner {
  display: grid;
  align-content: center;
  max-width: 940px;
  min-height: 290px;
  padding: 52px 0;
}

.b58-breadcrumb {
  color: var(--b58-gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.b58-article-hero h1 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
  font-weight: 1000;
}

.b58-article-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--b58-muted);
  font-size: 17px;
}

.b58-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
  padding: 46px 0 72px;
}

.b58-article-card,
.b58-side-card {
  border: 1px solid rgba(23, 199, 108, 0.42);
  border-radius: var(--b58-radius);
  background: var(--b58-surface);
  box-shadow: var(--b58-shadow);
}

.b58-article-card {
  padding: clamp(24px, 3.6vw, 48px);
}

.b58-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
  color: #cbe2d3;
  font-size: 13px;
}

.b58-article-main-image {
  overflow: hidden;
  margin: 0 0 28px;
  border: 1px solid rgba(244, 201, 90, 0.32);
  border-radius: 8px;
}

.b58-article-main-image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: 65% 50%;
}

.b58-article-body {
  color: #d9eee1;
  font-size: 17px;
}

.b58-article-body h2,
.b58-article-body h3 {
  color: #fff;
  line-height: 1.24;
}

.b58-article-body h2 {
  margin: 32px 0 12px;
  font-size: 28px;
}

.b58-article-body h3 {
  margin: 26px 0 10px;
  font-size: 22px;
}

.b58-article-body p {
  margin: 0 0 16px;
}

.b58-article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  margin: 0 0 20px;
}

.b58-article-body li::marker {
  color: var(--b58-gold);
}

.b58-article-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid rgba(244, 201, 90, 0.3);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(244, 201, 90, 0.14), rgba(23, 199, 108, 0.11));
}

.b58-article-cta strong {
  display: block;
  font-size: 18px;
}

.b58-article-cta span {
  color: var(--b58-muted);
  font-size: 14px;
}

.b58-article-cta .b58-hero-btn {
  min-height: 42px;
  min-width: 170px;
}

.b58-article-actions {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 199, 108, 0.28);
}

.b58-article-actions ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--b58-muted);
  font-size: 14px;
}

.b58-side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.b58-side-card {
  overflow: hidden;
  padding: 18px;
}

.b58-side-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(244, 201, 90, 0.24);
}

.b58-side-card h2,
.b58-side-card h3 {
  margin: 16px 0 8px;
  color: #fff;
  line-height: 1.24;
}

.b58-side-card p,
.b58-side-card li {
  color: var(--b58-muted);
  font-size: 14px;
}

.b58-side-card ul {
  display: grid;
  gap: 9px;
  padding-left: 18px;
  margin: 12px 0 0;
}

.b58-pagination {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  color: #dfffe8;
}

@media (max-width: 1180px) {
  :root {
    --b58-shell: min(100vw - 36px, 1040px);
  }

  .b58-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b58-benefit:nth-child(3) {
    border-right: 0;
  }

  .b58-benefit:nth-child(n + 4) {
    border-top: 1px solid rgba(23, 199, 108, 0.28);
  }

  .b58-posts {
    grid-template-columns: 1fr;
  }

  .b58-post {
    grid-template-columns: 180px 1fr;
  }

  .b58-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
}

@media (max-width: 900px) {
  .b58-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .b58-brand-divider {
    display: none;
  }

  .b58-account {
    justify-content: flex-start;
  }

  .b58-nav {
    justify-content: flex-start;
    gap: 26px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

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

  .b58-nav a {
    flex: 0 0 auto;
  }

  .b58-hero {
    min-height: 520px;
  }

  .b58-hero::before {
    background-position: 62% center;
  }

  .b58-hero::after {
    background:
      linear-gradient(180deg, rgba(2, 7, 6, 0.78) 0%, rgba(2, 7, 6, 0.94) 52%, rgba(2, 7, 6, 0.98) 100%),
      linear-gradient(90deg, rgba(2, 7, 6, 0.58), rgba(2, 7, 6, 0.2));
  }

  .b58-hero-inner {
    align-items: end;
    min-height: 520px;
  }

  .b58-hero-copy {
    padding-top: 280px;
  }

  .b58-hero-btn {
    min-width: min(100%, 240px);
  }

  .b58-article-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --b58-shell: min(100vw - 28px, 540px);
  }

  .b58-logo {
    font-size: 40px;
  }

  .b58-brand {
    gap: 12px;
  }

  .b58-brand-copy strong {
    font-size: 15px;
  }

  .b58-brand-copy span {
    font-size: 12px;
  }

  .b58-mini-btn {
    min-width: 118px;
  }

  .b58-hero-copy {
    width: min(100%, 330px);
    padding: 260px 0 36px;
  }

  .b58-hero-title {
    max-width: 100%;
    font-size: clamp(23px, 6.7vw, 27px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .b58-hero-copy p {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .b58-hero-actions {
    gap: 12px;
  }

  .b58-hero-btn {
    width: 100%;
  }

  .b58-benefit-grid {
    grid-template-columns: 1fr;
  }

  .b58-benefit,
  .b58-benefit:nth-child(3),
  .b58-benefit:nth-child(n + 4) {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 199, 108, 0.28);
  }

  .b58-benefit:last-child {
    border-bottom: 0;
  }

  .b58-post {
    grid-template-columns: 1fr;
  }

  .b58-post-media img {
    height: 178px;
    min-height: 0;
  }

  .b58-footer-main {
    grid-template-columns: 1fr;
  }

  .b58-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .b58-article-card {
    padding: 22px;
  }

  .b58-article-main-image img {
    aspect-ratio: 4 / 3;
  }
}
