:root {
      --red: #e62129;
      --red-dark: #b50f18;
      --green: #0aa65f;
      --green-dark: #057342;
      --gold: #f0bd42;
      --ink: #15171b;
      --muted: #69727d;
      --line: #e7ebef;
      --paper: #f6f8fb;
      --white: #ffffff;
      --dark: #07100d;
      --max: 1180px;
      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;
      width: 100%;
      max-width: 100%;
    }

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

    p {
      line-height: 1.65;
    }

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

    .signal {
      color: #fff;
      background: var(--red);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .signal .wrap {
      min-height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .utility {
      background: #fff;
      border-bottom: 1px solid var(--line);
    }

    .utility-inner {
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      color: var(--muted);
      font-size: 13px;
    }

    .search {
      width: min(270px, 45vw);
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 0 13px;
      border: 1px solid var(--line);
      border-radius: 6px;
      color: #9aa3ad;
      background: #fbfcfe;
    }

    .search svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
    }

    .masthead {
      padding: 36px 0 34px;
      text-align: center;
      background: #fff;
    }

    .logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: var(--red);
      font-size: 44px;
      line-height: .95;
      font-weight: 950;
      text-transform: uppercase;
    }

    .logo-mark {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: #07100d;
      background: linear-gradient(145deg, #fff2a1, #f0bd42 48%, #0aa65f);
      box-shadow: 0 16px 38px rgba(240, 189, 66, .34);
      font-size: 22px;
      font-weight: 950;
    }

    .logo span:last-child {
      color: var(--green);
    }

    .tagline {
      margin-top: 9px;
      color: #4a535d;
      font-size: 12px;
      font-weight: 850;
      text-transform: uppercase;
    }

    .nav-band {
      position: sticky;
      top: 0;
      z-index: 10;
      color: #fff;
      background: var(--red);
      box-shadow: 0 10px 24px rgba(181, 15, 24, .18);
    }

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

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

    .nav a {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      border-bottom: 3px solid transparent;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .nav a:first-child {
      border-bottom-color: var(--gold);
    }

    .page {
      padding: 28px 0 0;
    }

    .ticker {
      min-height: 46px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 0 16px;
      border: 1px solid var(--line);
      border-radius: 7px;
      background: #fff;
      color: var(--muted);
      font-size: 13px;
      overflow: hidden;
    }

    .ticker strong {
      color: var(--red);
      font-weight: 950;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .top-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 320px;
      gap: 22px;
      margin-top: 24px;
      align-items: start;
    }

    .hero-card {
      overflow: hidden;
      min-height: 552px;
      display: grid;
      align-items: end;
      border-radius: 8px;
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(4, 10, 8, .02) 0%, rgba(4, 10, 8, .44) 46%, rgba(4, 10, 8, .88) 100%),
        url("/assets/79king-hero.png") center / cover no-repeat;
      box-shadow: 0 22px 50px rgba(7, 16, 13, .16);
    }

    .hero-copy {
      padding: 32px;
      color: #fff;
    }

    .cat {
      display: inline-flex;
      min-height: 24px;
      align-items: center;
      padding: 0 9px;
      color: #fff;
      background: var(--red);
      border-radius: 4px;
      font-size: 11px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .hero-copy h1 {
      width: min(660px, 100%);
      margin-top: 14px;
      font-size: 42px;
      line-height: 1.05;
      font-weight: 950;
    }

    .hero-copy p {
      width: min(560px, 100%);
      margin-top: 12px;
      color: rgba(255, 255, 255, .82);
      font-size: 15px;
    }

    .rail {
      display: grid;
      gap: 18px;
    }

    .panel {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }

    .panel-head {
      min-height: 46px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      border-bottom: 2px solid var(--red);
    }

    .panel-head h2 {
      color: var(--red);
      font-size: 14px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .rank-list,
    .event-list {
      display: grid;
      gap: 0;
      padding: 12px 14px 14px;
    }

    .rank-item {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 10px;
      padding: 10px 0;
      border-bottom: 1px solid var(--line);
    }

    .rank-item:last-child {
      border-bottom: 0;
    }

    .rank-item b {
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 5px;
      color: #fff;
      background: var(--red);
      font-size: 12px;
    }

    .rank-item:nth-child(even) b {
      background: var(--green);
    }

    .rank-item h3,
    .event-card h3 {
      color: var(--ink);
      font-size: 13px;
      line-height: 1.35;
      font-weight: 850;
    }

    .rank-item span,
    .event-card span {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 12px;
    }

    .event-card {
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 12px;
      padding: 12px 0;
      border-bottom: 1px solid var(--line);
    }

    .event-card:last-child {
      border-bottom: 0;
    }

    .datebox {
      display: grid;
      place-items: center;
      border-radius: 6px;
      color: #fff;
      background: linear-gradient(180deg, var(--green), var(--green-dark));
      font-size: 11px;
      font-weight: 950;
      text-align: center;
      line-height: 1.15;
    }

    .latest {
      margin-top: 26px;
    }

    .section-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 14px;
      border-bottom: 2px solid var(--red);
    }

    .section-title h2 {
      padding-bottom: 9px;
      color: var(--red);
      font-size: 15px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .section-title a {
      padding-bottom: 9px;
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px 18px;
    }

    .news-item {
      min-height: 98px;
      display: grid;
      grid-template-columns: 132px 1fr;
      gap: 14px;
      padding: 12px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }

    .thumb {
      min-height: 74px;
      border-radius: 6px;
      background:
        linear-gradient(135deg, rgba(230, 33, 41, .16), rgba(10, 166, 95, .16)),
        url("/assets/79king-hero.png") center / cover no-repeat;
    }

    .news-item:nth-child(2n) .thumb {
      background-position: 60% 55%;
    }

    .news-item:nth-child(3n) .thumb {
      background-position: 18% 50%;
    }

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

    .news-item h3 {
      margin-top: 5px;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.35;
      font-weight: 900;
    }

    .feature-bands {
      display: grid;
      gap: 26px;
      margin-top: 42px;
    }

    .band {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
    }

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

    .story {
      min-width: 0;
    }

    .story .thumb {
      min-height: 118px;
      margin-bottom: 10px;
    }

    .story h3 {
      color: var(--ink);
      font-size: 14px;
      line-height: 1.35;
      font-weight: 900;
    }

    .guide-section {
      margin-top: 44px;
      padding: 38px;
      border-radius: 8px;
      color: #fff;
      background:
        linear-gradient(115deg, rgba(7, 16, 13, .96) 0%, rgba(7, 16, 13, .88) 52%, rgba(7, 16, 13, .45) 100%),
        url("/assets/79king-hero.png") center / cover no-repeat;
    }

    .guide-layout {
      display: grid;
      grid-template-columns: .84fr 1fr;
      gap: 34px;
      align-items: center;
    }

    .guide-section h2 {
      font-size: 32px;
      line-height: 1.1;
      font-weight: 950;
    }

    .guide-section p {
      margin-top: 13px;
      color: rgba(255, 255, 255, .76);
      font-size: 15px;
    }

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

    .step {
      min-height: 138px;
      padding: 18px;
      border: 1px solid rgba(255, 255, 255, .15);
      border-radius: 8px;
      background: rgba(255, 255, 255, .08);
      backdrop-filter: blur(8px);
    }

    .step b {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 6px;
      color: #07100d;
      background: var(--gold);
      font-weight: 950;
    }

    .step h3 {
      margin-top: 16px;
      font-size: 16px;
      line-height: 1.2;
    }

    .step span {
      display: block;
      margin-top: 7px;
      color: rgba(255, 255, 255, .68);
      font-size: 12px;
      line-height: 1.45;
    }

    .article-list {
      margin-top: 44px;
    }

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

    .article-card {
      min-height: 210px;
      display: flex;
      flex-direction: column;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 14px 34px rgba(21, 23, 27, .05);
    }

    .article-card time {
      color: var(--green);
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .article-card h3 {
      margin-top: 12px;
      color: var(--ink);
      font-size: 20px;
      line-height: 1.2;
      font-weight: 950;
    }

    .article-card p {
      margin-top: 10px;
      color: var(--muted);
      font-size: 14px;
    }

    .article-card a {
      margin-top: auto;
      padding-top: 18px;
      color: var(--red);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
    }

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

    .detail-card {
      min-height: auto;
    }

    .detail-card h2 {
      margin-top: 12px;
      color: var(--ink);
      font-size: 30px;
      line-height: 1.18;
      font-weight: 950;
    }

    .detail-card p,
    .detail-card li {
      margin-top: 14px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.78;
    }

    .detail-card ul,
    .detail-card ol {
      margin: 16px 0 0;
      padding-left: 22px;
    }

    .prev-next {
      display: grid;
      gap: 10px;
      margin-top: 22px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
    }

    .prev-next span,
    .prev-next a {
      padding: 12px 14px;
      border: 1px solid var(--line);
      border-radius: 7px;
      color: var(--ink);
      background: #fff;
      font-size: 13px;
      font-weight: 800;
      text-transform: none;
    }

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

    .pager a,
    .pager span {
      min-width: 36px;
      min-height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 4px;
      padding: 0 11px;
      border: 1px solid var(--line);
      border-radius: 7px;
      color: var(--ink);
      background: #fff;
      font-size: 13px;
      font-weight: 850;
    }

    .pager .thisclass,
    .pager span {
      color: #fff;
      background: var(--red);
      border-color: var(--red);
    }

    .footer {
      margin-top: 56px;
      color: #dce6df;
      background: #11171b;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr;
      gap: 50px;
      padding: 44px 0;
    }

    .footer h3 {
      color: #fff;
      font-size: 15px;
      text-transform: uppercase;
    }

    .footer p,
    .footer a {
      display: block;
      margin-top: 10px;
      color: #bfc9d1;
      font-size: 13px;
      line-height: 1.6;
    }

    .copyright {
      padding: 18px 0;
      border-top: 1px solid rgba(255, 255, 255, .08);
      color: #95a0aa;
      font-size: 12px;
      text-align: center;
    }

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

      .top-grid,
      .detail-grid,
      .guide-layout,
      .footer-grid {
        grid-template-columns: 1fr;
      }

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

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

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

    @media (max-width: 640px) {
      .signal .wrap {
        min-height: 40px;
        font-size: 11px;
      }

      .utility-inner {
        min-height: 48px;
      }

      .search {
        display: none;
      }

      .masthead {
        padding: 24px 0;
      }

      .logo {
        font-size: 34px;
      }

      .logo-mark {
        width: 46px;
        height: 46px;
        font-size: 18px;
      }

      .nav {
        justify-content: flex-start;
        gap: 20px;
      }

      .ticker {
        align-items: flex-start;
        flex-direction: column;
        padding: 13px 14px;
      }

      .hero-card {
        min-height: 420px;
      }

      .hero-copy {
        padding: 22px;
      }

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

      .rail,
      .news-grid,
      .story-row,
      .steps,
      .article-grid {
        grid-template-columns: 1fr;
      }

      .news-item {
        grid-template-columns: 104px 1fr;
      }

      .guide-section {
        padding: 24px;
      }

      .guide-section h2 {
        font-size: 27px;
      }
    }
