:root {
      --hu-bg: #ffffff;
      --hu-ink: #161719;
      --hu-muted: #5f6673;
      --hu-line: #e8e2d5;
      --hu-gold: #d89a21;
      --hu-gold-soft: #fff5dc;
      --hu-gold-bright: #ffd463;
      --hu-red: #c9192f;
      --hu-night: #090b10;
      --hu-charcoal: #17120b;
      --hu-paper: #fffdf8;
      --hu-max: 1120px;
      font-family: Inter, Arial, "Helvetica Neue", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-height: 100%;
      color: var(--hu-ink);
      background: var(--hu-bg);
      letter-spacing: 0;
      overflow-x: hidden;
    }

    body {
      line-height: 1.65;
    }

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

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

    h1,
    h2,
    h3,
    p {
      margin: 0;
      overflow-wrap: anywhere;
    }

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

    .hu-top {
      background: rgba(255, 255, 255, .96);
      border-bottom: 1px solid var(--hu-line);
      position: sticky;
      top: 0;
      z-index: 10;
      backdrop-filter: blur(14px);
    }

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

    .hu-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 0 0 auto;
    }

    .hu-mark {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: #1d1301;
      background: linear-gradient(145deg, #fff1a4 0%, #efb930 46%, #d31329 100%);
      box-shadow: 0 14px 34px rgba(216, 154, 33, .28), inset 0 0 0 1px rgba(255,255,255,.45);
      font-weight: 950;
      font-size: 17px;
    }

    .hu-word {
      display: grid;
      line-height: 1;
    }

    .hu-word strong {
      color: var(--hu-gold);
      font-size: 30px;
      font-weight: 950;
      text-shadow: 1px 1px 0 #fff0b6, 2px 2px 0 rgba(201, 25, 47, .26);
    }

    .hu-word span {
      margin-top: 5px;
      color: #4b5563;
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .hu-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 26px;
      color: #4b4f58;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .hu-nav a {
      position: relative;
      padding: 34px 0;
    }

    .hu-nav a.is-active {
      color: #111;
    }

    .hu-nav a.is-active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 22px;
      height: 3px;
      background: var(--hu-gold);
    }

    .hu-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 0 0 auto;
    }

    .hu-btn {
      min-height: 46px;
      display: inline-grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 8px;
      padding: 0 22px;
      color: #fff;
      background: #090b10;
      box-shadow: 0 10px 28px rgba(216, 154, 33, .3), inset 0 0 0 1px rgba(216,154,33,.65);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hu-btn.primary {
      color: #1b1200;
      background: linear-gradient(180deg, #ffe488 0%, #d89a21 100%);
      box-shadow: 0 12px 30px rgba(216, 154, 33, .35);
    }

    .hu-hero {
      padding: 28px 0 0;
      background: #fff;
    }

    .hu-banner {
      min-height: 340px;
      display: grid;
      grid-template-columns: 1.12fr .88fr;
      align-items: center;
      overflow: hidden;
      border-radius: 8px;
      border: 1px solid rgba(216,154,33,.32);
      color: #fff;
      background:
        radial-gradient(circle at 18% 35%, rgba(255, 212, 99, .16), transparent 34%),
        linear-gradient(110deg, #08090c 0%, #17120b 48%, #07080c 100%);
      box-shadow: 0 26px 70px rgba(25, 18, 8, .18);
    }

    .hu-hero-copy {
      padding: 40px 44px;
      position: relative;
      z-index: 1;
    }

    .hu-hero-copy h1 {
      max-width: 560px;
      font-size: clamp(36px, 4.8vw, 58px);
      line-height: .98;
      font-weight: 950;
      color: #fff;
    }

    .hu-hero-copy p {
      max-width: 500px;
      margin-top: 18px;
      color: #e7dcc6;
      font-size: 17px;
      font-weight: 650;
    }

    .hu-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 24px;
    }

    .hu-cta {
      min-height: 48px;
      display: inline-grid;
      place-items: center;
      border-radius: 8px;
      padding: 0 24px;
      background: linear-gradient(180deg, #ffe48a 0%, #d89a21 100%);
      color: #1d1300;
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hu-cta.alt {
      color: #fff;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2);
    }

    .hu-mini {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 24px;
      max-width: 500px;
    }

    .hu-mini div {
      min-height: 74px;
      padding: 14px;
      border-radius: 8px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.16);
    }

    .hu-mini b {
      display: block;
      color: var(--hu-gold-bright);
      font-size: 26px;
      line-height: 1;
    }

    .hu-mini span {
      display: block;
      margin-top: 9px;
      color: #f5eedc;
      font-size: 12px;
      font-weight: 900;
    }

    .hu-hero-media {
      min-height: 340px;
      padding: 28px 34px 28px 0;
      display: grid;
      place-items: center;
      position: relative;
      align-self: stretch;
    }

    .hu-hero-media img {
      width: 100%;
      max-width: 520px;
      height: 284px;
      object-fit: cover;
      object-position: center right;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 24px 70px rgba(0,0,0,.42);
    }

    .hu-hero-media::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 18%;
      background: linear-gradient(90deg, #17120b, rgba(23,18,11,0));
      pointer-events: none;
    }

    .hu-content {
      padding: 46px 0 0;
      background: #fff;
    }

    .hu-article {
      max-width: 960px;
      margin: 0 auto;
    }

    .hu-article h2 {
      margin-top: 28px;
      color: var(--hu-gold);
      font-size: clamp(28px, 3.6vw, 42px);
      line-height: 1.12;
      font-weight: 950;
    }

    .hu-article h3 {
      margin-top: 26px;
      color: #bd7c10;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 900;
    }

    .hu-article p {
      margin-top: 16px;
      color: #1f232a;
      font-size: 17px;
    }

    .hu-link-line {
      margin-top: 22px;
      padding: 18px 20px;
      border-left: 4px solid var(--hu-gold);
      border-radius: 0 8px 8px 0;
      background: var(--hu-gold-soft);
      color: #121416;
      font-weight: 850;
    }

    .hu-link-line a {
      color: #b46f00;
    }

    .hu-info-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .hu-info {
      padding: 24px;
      border: 1px solid var(--hu-line);
      border-radius: 8px;
      background: var(--hu-paper);
    }

    .hu-info b {
      color: var(--hu-gold);
      font-size: 34px;
      line-height: 1;
    }

    .hu-info h3 {
      margin-top: 14px;
      color: #151515;
      font-size: 18px;
    }

    .hu-info p {
      margin-top: 8px;
      color: var(--hu-muted);
      font-size: 14px;
    }

    .hu-copy-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin-top: 34px;
    }

    .hu-copy-box {
      padding: 26px;
      border: 1px solid var(--hu-line);
      border-radius: 8px;
      background: #fffdf8;
    }

    .hu-copy-box h3 {
      margin-top: 0;
      color: #171719;
      font-size: 22px;
    }

    .hu-copy-box p {
      color: var(--hu-muted);
      font-size: 15px;
    }

    .hu-copy-box ul {
      margin: 14px 0 0;
      padding-left: 18px;
      color: #30343b;
    }

    .hu-copy-box li + li {
      margin-top: 8px;
    }

    .hu-strip {
      margin-top: 58px;
      color: #fff;
      background: var(--hu-night);
    }

    .hu-strip-inner {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 42px;
      align-items: center;
      padding: 52px 0;
    }

    .hu-strip h2 {
      font-size: clamp(30px, 4vw, 50px);
      line-height: 1.05;
      font-weight: 950;
    }

    .hu-strip p {
      margin-top: 16px;
      color: #e5dcc8;
      font-size: 16px;
    }

    .hu-step-list {
      display: grid;
      gap: 12px;
    }

    .hu-step {
      display: grid;
      grid-template-columns: 64px 1fr;
      gap: 16px;
      align-items: center;
      padding: 18px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 8px;
      background: rgba(255,255,255,.07);
    }

    .hu-step b {
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: #1a1000;
      background: var(--hu-gold-bright);
      font-weight: 950;
    }

    .hu-step h3 {
      color: #fff;
      font-size: 18px;
    }

    .hu-step p {
      margin-top: 3px;
      color: #d8d0c2;
      font-size: 14px;
    }

    .hu-news {
      padding: 62px 0;
      background: #fff;
    }

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

    .hu-news h2 {
      color: #161719;
      font-size: clamp(32px, 4.4vw, 54px);
      line-height: 1.05;
      font-weight: 950;
    }

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

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

    .hu-news-card {
      min-height: 220px;
      display: grid;
      grid-template-rows: 86px 1fr;
      overflow: hidden;
      border: 1px solid var(--hu-line);
      border-radius: 8px;
      background: #fff;
    }

    .hu-news-no {
      display: flex;
      align-items: center;
      padding: 0 22px;
      color: #1a1000;
      background: linear-gradient(135deg, #fff0a8, #d89a21 58%, #c9192f 100%);
      font-size: 32px;
      font-weight: 950;
    }

    .hu-news-body {
      padding: 22px;
    }

    .hu-news-body small {
      color: var(--hu-red);
      font-size: 11px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hu-news-body h3 {
      margin-top: 8px;
      color: #151515;
      font-size: 19px;
      line-height: 1.24;
      font-weight: 950;
    }

    .hu-news-body p {
      margin-top: 10px;
      color: var(--hu-muted);
      font-size: 14px;
    }

    .hu-faq {
      padding: 0 0 60px;
      background: #fff;
    }

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

    .hu-faq-item {
      padding: 24px;
      border-radius: 8px;
      background: #f7f3ea;
      border: 1px solid var(--hu-line);
    }

    .hu-faq-item h3 {
      font-size: 18px;
      line-height: 1.25;
      font-weight: 950;
    }

    .hu-faq-item p {
      margin-top: 10px;
      color: var(--hu-muted);
      font-size: 14px;
    }

    .hu-footer {
      background: #202225;
      color: #fff;
    }

    .hu-footer-inner {
      min-height: 96px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      color: #d8dce3;
      font-size: 14px;
    }

    .hu-footer strong {
      color: var(--hu-gold-bright);
    }

    @media (max-width: 980px) {
      .hu-top-inner {
        flex-wrap: wrap;
        padding: 18px 0;
      }

      .hu-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
      }

      .hu-nav a {
        flex: 0 0 auto;
        padding: 8px 0;
      }

      .hu-nav a.is-active::after {
        bottom: 0;
      }

      .hu-banner,
      .hu-strip-inner,
      .hu-news-head,
      .hu-copy-grid {
        grid-template-columns: 1fr;
      }

      .hu-hero-media {
        min-height: 230px;
        padding: 0 30px 34px;
      }

      .hu-hero-media img {
        height: 230px;
      }

      .hu-hero-copy {
        padding: 38px 30px 44px;
      }

      .hu-info-grid,
      .hu-news-grid,
      .hu-faq-grid {
        grid-template-columns: 1fr;
      }

    }

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

      .hu-top-inner {
        display: grid;
      }

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

      .hu-btn {
        min-width: 0;
        padding: 0 14px;
      }

      .hu-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        overflow: visible;
        white-space: normal;
      }

      .hu-nav a {
        min-height: 42px;
        display: grid;
        place-items: center;
        text-align: center;
        line-height: 1.25;
      }

      .hu-hero {
        padding-top: 18px;
      }

      .hu-hero-copy h1 {
        font-size: 36px;
      }

      .hu-hero-copy p {
        font-size: 15px;
      }

      .hu-mini {
        grid-template-columns: 1fr;
      }

      .hu-hero-media {
        min-height: 178px;
        padding: 0 18px 24px;
      }

      .hu-hero-media img {
        height: 178px;
      }

      .hu-cta-row {
        display: grid;
      }

      .hu-strip-inner {
        padding: 42px 0;
      }

      .hu-step {
        grid-template-columns: 50px 1fr;
      }

      .hu-footer-inner {
        display: grid;
        justify-items: start;
        padding: 24px 0;
      }
    }


.hu-article-page {
  background: #fffdf8;
}

.hu-article-hero {
  padding: 54px 0;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 99, .2), transparent 30%),
    linear-gradient(115deg, #090b10 0%, #17120b 56%, #2b090d 100%);
}

.hu-article-hero-inner {
  display: grid;
  gap: 14px;
}

.hu-article-hero h1 {
  max-width: 860px;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  font-weight: 950;
}

.hu-article-hero p {
  max-width: 760px;
  color: #f0e5d0;
  font-size: 17px;
}

.hu-article-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
  padding-top: 44px;
  padding-bottom: 64px;
}

.hu-article-card,
.hu-article-side-card {
  border: 1px solid var(--hu-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 18, 11, .08);
}

.hu-article-card {
  padding: 34px;
}

.hu-article-card > h1 {
  color: #161719;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 950;
}

.hu-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
}

.hu-article-meta span {
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  padding: 0 12px;
  background: #f7f3ea;
}

.hu-article-visual {
  margin: 28px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: #090b10;
}

.hu-article-visual img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.hu-article-body {
  margin-top: 28px;
  color: #23272f;
  font-size: 16px;
}

.hu-article-body h2,
.hu-article-body h3 {
  margin-top: 28px;
  color: #171719;
  line-height: 1.2;
}

.hu-article-body p,
.hu-article-body ul,
.hu-article-body ol {
  margin-top: 16px;
}

.hu-article-body a {
  color: #b46f00;
  font-weight: 850;
}

.hu-article-updated {
  padding-top: 16px;
  border-top: 1px solid var(--hu-line);
  color: #6b7280;
  font-size: 14px;
  font-weight: 800;
}

.hu-article-actions {
  margin-top: 28px;
  padding: 20px;
  border-radius: 8px;
  background: #f7f3ea;
}

.hu-article-actions ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hu-article-actions a {
  color: #171719;
  font-weight: 900;
}

.hu-article-side {
  display: grid;
  gap: 18px;
}

.hu-article-side-card {
  overflow: hidden;
}

.hu-side-visual {
  height: 150px;
  background:
    linear-gradient(90deg, rgba(9, 11, 16, .12), rgba(9, 11, 16, .72)),
    url("/assets/hu88-hero.png") center / cover;
}

.hu-side-body {
  padding: 22px;
}

.hu-side-body h2,
.hu-side-body h3 {
  color: #161719;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 950;
}

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

.hu-side-body p {
  margin-top: 10px;
}

.hu-side-body ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

@media (max-width: 980px) {
  .hu-article-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hu-article-hero {
    padding: 38px 0;
  }

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

/* Codex 2026-07-07: keep newly linked cards and footer links aligned with the HU88 theme. */
.hu-news-body h3 a,
.hu-copy-box a,
.hu-step a,
.hu-footer-links a,
.hu-side-body a {
  color: inherit;
  text-decoration: none;
}

.hu-news-body h3 a:hover,
.hu-copy-box a:hover,
.hu-step a:hover,
.hu-footer-links a:hover,
.hu-side-body a:hover {
  color: var(--hu-red);
}

.hu-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}
