:root {
  --bg: #080808;
  --panel: #171217;
  --panel-soft: #2b1723;
  --text: #fff8fc;
  --muted: #eadde5;
  --gold: #ff4b91;
  --gold-2: #ff9bc3;
  --green: #ff4b91;
  --deep: #050505;
  --line: rgba(255, 75, 145, 0.3);
  --content: #080808;
  --body: #f3eaf0;
  --max: 1360px;
  --radius: 8px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body);
  background: linear-gradient(180deg, #050505, #241019 45%, #050505);
  line-height: 1.65;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 185, 52, 0.12), transparent 28%),
    radial-gradient(circle at 78% 6%, rgba(255, 75, 145, 0.22), transparent 34%), #080808;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
}
.hcau26x-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 8, 8, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
}
.hcau26x-header-inner {
  min-height: 70px;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.hcau26x-logo {
  flex: 0 0 auto;
}
.hcau26x-logo img {
  width: 118px;
  max-height: 60px;
  object-fit: contain;
}
.hcau26x-site-nav {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text);
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: center;
  min-width: 0;
}
.hcau26x-site-nav a {
  text-decoration: none;
  white-space: nowrap;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hcau26x-site-nav a:hover {
  background: rgba(255, 75, 145, 0.18);
  color: var(--gold-2);
}
.hcau26x-header-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.hcau26x-btn,
.hcau26x-header-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #16050d;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}
.hcau26x-btn-dark {
  background: #2a1720 !important;
  color: #fff !important;
  border-color: rgba(255, 75, 145, 0.38) !important;
}
.hcau26x-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #2a1720;
  color: #fff;
}
.hcau26x-menu-toggle span {
  display: block;
  height: 3px;
  margin: 7px 6px;
  background: currentColor;
}
.hcau26x-hero {
  color: #fff;
  border-bottom: 1px solid var(--line);
  background: #080808;
  background-size: cover;
  background-position: center;
}
.hcau26x-hero-inner {
  min-height: 430px;
  padding: 74px max(24px, calc((100vw - var(--max)) / 2)) 70px;
  display: grid;
  grid-template-columns: minmax(300px, 590px) 1fr;
  align-items: center;
  gap: 30px;
  background: linear-gradient(
    90deg,
    rgba(5, 5, 5, 0.98),
    rgba(43, 14, 29, 0.78) 48%,
    rgba(5, 5, 5, 0.34)
  );
}
.hcau26x-hero-kicker {
  color: var(--gold-2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
h1,
h2,
h3 {
  margin: 0 0 18px;
  color: var(--text);
  line-height: 1.15;
}
.hcau26x-hero h1 {
  font-size: clamp(34px, 3vw, 54px);
  max-width: 720px;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}
.hcau26x-hero p {
  max-width: 640px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.hcau26x-section {
  padding: 64px 20px;
}
.hcau26x-container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}
.hcau26x-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}
.hcau26x-review-content,
.hcau26x-side-box {
  background: rgba(23, 18, 23, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
}
.hcau26x-review-content {
  padding: 30px;
  min-width: 0;
}
.hcau26x-review-content p {
  margin: 0 0 18px;
}
.hcau26x-review-content h2 {
  margin-top: 34px;
  font-size: 28px;
  color: var(--gold-2);
}
.hcau26x-review-content h3 {
  margin-top: 24px;
  font-size: 21px;
  color: #ffffff;
}
.hcau26x-review-content ul,
.hcau26x-review-content ol {
  padding-left: 22px;
  margin: 0 0 22px;
}
.hcau26x-review-content li {
  margin: 7px 0;
}
.hcau26x-review-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  overflow-x: auto;
  border-radius: 8px;
}
.hcau26x-review-content tbody {
  display: table;
  width: 100%;
  min-width: 620px;
}
.hcau26x-review-content th,
.hcau26x-review-content td {
  border: 1px solid rgba(216, 155, 54, 0.22);
  padding: 11px 12px;
  vertical-align: top;
}
.hcau26x-review-content th {
  background: #2a1720;
  color: var(--gold-2);
  text-align: left;
}
.hcau26x-review-content tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.035);
}
.hcau26x-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}
.hcau26x-article-meta span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 7px 10px;
  border-radius: 999px;
}
.hcau26x-article-meta-bottom {
  margin: 24px 0 0;
}
.hcau26x-article-figure {
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #050b18;
}
.hcau26x-article-figure img {
  width: 100%;
  aspect-ratio: 16/7.5;
  object-fit: cover;
}
.hcau26x-article-figure figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
}
.hcau26x-review-content p > .hcau26x-inline-image {
  width: 100%;
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
}
.hcau26x-hero-page .hcau26x-hero-inner {
  min-height: 360px;
}
.hcau26x-author-box {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 11, 24, 0.58);
}
.hcau26x-author-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  background: #2a1720;
  border: 2px solid var(--gold);
}
.hcau26x-author-body p {
  margin: 6px 0 10px;
  color: var(--muted);
}
.hcau26x-author-body strong {
  color: var(--gold-2);
  font-size: 18px;
}
.hcau26x-author-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}
.hcau26x-sidebar {
  position: sticky;
  top: 84px;
}
.hcau26x-side-box {
  padding: 18px;
}
.hcau26x-side-box strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-2);
  font-size: 18px;
}
.hcau26x-toc-nav {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  max-height: 62vh;
  overflow: auto;
  padding-right: 4px;
}
.hcau26x-toc-nav a {
  text-decoration: none;
  padding: 8px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--body);
  font-size: 13px;
  line-height: 1.25;
}
.hcau26x-toc-nav a:hover {
  background: rgba(216, 155, 54, 0.16);
  color: #fff;
}
.hcau26x-toc-sub {
  margin-left: 12px;
  opacity: 0.9;
}
.hcau26x-site-footer {
  background: #050505;
  border-top: 1px solid var(--line);
}
.hcau26x-footer-main {
  padding: 38px 20px;
  display: grid;
  grid-template-columns:
    minmax(180px, 0.8fr) minmax(260px, 1.2fr) minmax(260px, 1.2fr)
    minmax(170px, 0.7fr);
  gap: 24px;
  align-items: start;
}
.hcau26x-footer-badges {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: start;
}
.hcau26x-footer-badge {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
}
.hcau26x-footer-badge img {
  max-width: 160px;
  object-fit: contain;
}
.hcau26x-footer-badge-text {
  width: 76px;
  height: 54px;
  border-radius: 8px;
  border: 1px solid var(--line);
  justify-content: center;
  flex-direction: column;
  font-weight: 900;
  color: var(--gold-2);
}
.hcau26x-footer-badge-text small {
  color: var(--muted);
  font-size: 10px;
}
.hcau26x-footer-copy-block p {
  margin: 0 0 16px;
  color: var(--muted);
}
.hcau26x-footer-menu {
  display: grid;
  gap: 10px;
  align-content: start;
}
.hcau26x-footer-menu a {
  color: var(--gold-2);
  text-decoration: none;
}
.hcau26x-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
}
.hcau26x-footer-bottom .hcau26x-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
@media (max-width: 1100px) {
  .hcau26x-header-inner {
    flex-wrap: wrap;
    padding: 10px 16px;
  }
  .hcau26x-site-nav {
    order: 3;
    width: 100%;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .hcau26x-content-layout,
  .hcau26x-footer-main {
    grid-template-columns: 1fr;
  }
  .hcau26x-sidebar {
    position: static;
  }
}
@media (max-width: 760px) {
  .hcau26x-menu-toggle {
    display: block;
  }
  .hcau26x-site-nav {
    display: none;
  }
  .hcau26x-site-nav.hcau26x-is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hcau26x-header-actions {
    width: 100%;
  }
  .hcau26x-header-actions a {
    flex: 1;
  }
  .hcau26x-hero-inner {
    min-height: 360px;
    grid-template-columns: 1fr;
    padding: 54px 20px;
  }
  .hcau26x-review-content {
    padding: 20px;
  }
  .hcau26x-author-box {
    grid-template-columns: 1fr;
  }
  .hcau26x-footer-bottom .hcau26x-container {
    flex-direction: column;
  }
}
