﻿:root {
      --ink: #241331;
      --muted: #6a5878;
      --line: #eadff4;
      --paper: #fffafd;
      --soft: #f8f0ff;
      --violet: #8f38ff;
      --purple: #641cc7;
      --magenta: #e63dd9;
      --gold: #ffc53f;
      --orange: #ff8f18;
      --green: #22c58b;
      --shadow: 0 26px 70px rgba(77, 18, 141, 0.18);
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: Inter, "Segoe UI", Arial, sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 15% 8%, rgba(255, 197, 63, 0.22), transparent 20%),
        radial-gradient(circle at 85% 0%, rgba(230, 61, 217, 0.20), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fff8fd 42%, #f7f0ff 100%);
      letter-spacing: 0;
    }

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

    .wrap {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
    }

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

    .topbar .wrap {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: 36px;
      line-height: 1;
      font-weight: 950;
      color: var(--purple);
      text-transform: uppercase;
    }

    .brand-mark {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      color: #3b144f;
      background: linear-gradient(135deg, #fff1a8, var(--gold) 46%, var(--magenta));
      box-shadow: 0 14px 32px rgba(255, 143, 24, 0.28);
      transform: rotate(-5deg);
      font-size: 22px;
    }

    .brand span:last-child {
      background: linear-gradient(90deg, var(--purple), var(--magenta) 45%, var(--orange));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-shadow: 0 14px 34px rgba(143, 56, 255, 0.16);
    }

    .login-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .pill {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 22px;
      border-radius: 999px;
      border: 2px solid var(--magenta);
      color: var(--purple);
      font-size: 14px;
      font-weight: 900;
      background: #fff;
      box-shadow: inset 0 -3px 0 rgba(143, 56, 255, 0.08);
    }

    .pill.hot {
      color: #3c1748;
      border: 0;
      background: linear-gradient(135deg, #fff08a, var(--gold) 48%, #ff8f18);
      box-shadow: 0 18px 34px rgba(255, 143, 24, 0.28);
    }

    .nav {
      background: linear-gradient(90deg, #7b27e8, #a842f4 52%, #e13cd6);
      color: #fff;
      box-shadow: 0 16px 35px rgba(143, 56, 255, 0.18);
    }

    .nav .wrap {
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .nav a {
      padding: 16px 18px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .nav a.active,
    .nav a:hover {
      background: rgba(255, 255, 255, 0.16);
    }

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

    .hero-card {
      min-height: 430px;
      position: relative;
      overflow: hidden;
      display: grid;
      align-items: center;
      border-radius: 26px;
      background:
        linear-gradient(90deg, rgba(53, 13, 82, 0.96) 0%, rgba(88, 25, 143, 0.88) 34%, rgba(79, 17, 122, 0.34) 66%, rgba(42, 8, 65, 0.2) 100%),
        url("slot365-hero.png");
      background-size: cover;
      background-position: center right;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255, 255, 255, 0.7);
    }

    .hero-copy {
      width: min(560px, 60%);
      padding: 54px;
      color: #fff;
    }

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

    h1 {
      font-size: clamp(44px, 5.5vw, 72px);
      line-height: 0.98;
      letter-spacing: 0;
      font-weight: 950;
      text-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
    }

    h1 strong {
      color: var(--gold);
    }

    .hero-copy p {
      margin-top: 22px;
      color: #fff0ff;
      font-size: 19px;
      line-height: 1.68;
      font-weight: 650;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .btn {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 26px;
      border-radius: 14px;
      font-size: 16px;
      font-weight: 950;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.28);
      background: rgba(255, 255, 255, 0.10);
      backdrop-filter: blur(12px);
    }

    .btn.primary {
      color: #3c1748;
      border: 0;
      background: linear-gradient(135deg, #fff08a, var(--gold) 48%, #ff8f18);
      box-shadow: 0 18px 34px rgba(255, 143, 24, 0.32);
    }

    .quick-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 18px;
    }

    .quick {
      min-height: 94px;
      padding: 18px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 16px 40px rgba(77, 18, 141, 0.08);
    }

    .quick strong {
      display: block;
      color: var(--purple);
      font-size: 27px;
      line-height: 1;
      margin-bottom: 8px;
    }

    .quick span {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.45;
      font-weight: 750;
    }

    section {
      padding: 76px 0;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 28px;
    }

    .section-head h2 {
      max-width: 640px;
      font-size: clamp(31px, 3.6vw, 48px);
      line-height: 1.08;
      font-weight: 950;
    }

    .section-head p {
      max-width: 430px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.65;
      font-weight: 650;
    }

    .label-title {
      display: inline-flex;
      align-items: center;
      gap: 14px;
    }

    .label-title::before {
      content: "";
      width: 58px;
      height: 5px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--gold), var(--magenta));
    }

    .products {
      background: linear-gradient(180deg, #fff 0%, #fff5ff 100%);
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
      padding: 14px;
      border-radius: 24px;
      background: linear-gradient(135deg, rgba(143, 56, 255, 0.13), rgba(255, 197, 63, 0.20));
      border: 1px solid var(--line);
    }

    .product-card {
      min-height: 190px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 22px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.86);
      border: 1px solid rgba(143, 56, 255, 0.12);
      box-shadow: 0 16px 40px rgba(77, 18, 141, 0.08);
    }

    .icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 17px;
      color: #4b1767;
      background: linear-gradient(135deg, #fff1a8, var(--gold) 48%, #ffb2ee);
      font-size: 28px;
      font-weight: 950;
    }

    .product-card h3 {
      font-size: 20px;
      line-height: 1.25;
    }

    .product-card p {
      margin-top: 9px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
      font-weight: 650;
    }

    .feature-band {
      background:
        radial-gradient(circle at 85% 10%, rgba(255, 197, 63, 0.20), transparent 26%),
        linear-gradient(135deg, #491179, #7f27e4 52%, #d23ad1);
      color: #fff;
    }

    .feature-layout {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 22px;
      align-items: stretch;
    }

    .feature-main,
    .feature-list article {
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(255, 255, 255, 0.10);
      box-shadow: 0 22px 60px rgba(40, 8, 77, 0.22);
      backdrop-filter: blur(16px);
    }

    .feature-main {
      min-height: 410px;
      padding: 36px;
      border-radius: 26px;
    }

    .feature-main h2 {
      font-size: 43px;
      line-height: 1.1;
      font-weight: 950;
    }

    .feature-main p {
      margin-top: 18px;
      color: #f8eaff;
      font-size: 17px;
      line-height: 1.72;
      font-weight: 620;
    }

    .score-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 36px;
    }

    .score {
      padding: 18px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.12);
    }

    .score b {
      display: block;
      color: var(--gold);
      font-size: 25px;
      margin-bottom: 8px;
    }

    .score span {
      color: #fff0ff;
      font-size: 13px;
      line-height: 1.45;
      font-weight: 750;
    }

    .feature-list {
      display: grid;
      gap: 14px;
    }

    .feature-list article {
      min-height: 126px;
      display: grid;
      grid-template-columns: 76px 1fr;
      gap: 18px;
      align-items: center;
      padding: 20px;
      border-radius: 20px;
    }

    .feature-list b {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      color: #3c1748;
      background: linear-gradient(135deg, #fff1a8, var(--gold) 48%, #ff8f18);
      font-size: 20px;
    }

    .feature-list h3 {
      font-size: 22px;
    }

    .feature-list p {
      margin-top: 8px;
      color: #f7eaff;
      line-height: 1.58;
      font-weight: 620;
    }

    .articles {
      background: #fff;
    }

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

    .article-card {
      min-height: 352px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      border-radius: 22px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 18px 48px rgba(77, 18, 141, 0.10);
    }

    .article-media {
      position: relative;
      min-height: 150px;
      background:
        linear-gradient(180deg, rgba(62, 15, 101, 0.08), rgba(62, 15, 101, 0.72)),
        url("slot365-hero.png");
      background-size: 760px auto;
      background-position: var(--pos, 68% 45%);
    }

    .date {
      position: absolute;
      top: 13px;
      left: 13px;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: #41114f;
      background: linear-gradient(135deg, #fff1a8, var(--gold));
      font-weight: 950;
      line-height: 1.05;
      text-align: center;
      box-shadow: 0 12px 26px rgba(46, 13, 79, 0.26);
    }

    .article-body {
      flex: 1;
      padding: 22px;
      display: flex;
      flex-direction: column;
    }

    .tag {
      align-self: flex-start;
      padding: 7px 10px;
      border-radius: 999px;
      color: var(--purple);
      background: #f2e6ff;
      border: 1px solid #dec8f6;
      font-size: 12px;
      font-weight: 950;
    }

    .article-card h3 {
      margin-top: 14px;
      font-size: 22px;
      line-height: 1.25;
    }

    .article-card p {
      margin-top: 11px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.62;
      font-weight: 620;
    }

    .readmore {
      margin-top: auto;
      padding-top: 18px;
      color: var(--purple);
      font-weight: 950;
    }

    .content {
      padding-top: 42px;
      background: linear-gradient(180deg, #fff 0%, #faf3ff 100%);
    }

    .content-panel {
      display: grid;
      grid-template-columns: 0.78fr 1.22fr;
      gap: 26px;
      padding: 34px;
      border-radius: 26px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .content-panel h2 {
      font-size: 38px;
      line-height: 1.1;
      font-weight: 950;
    }

    .text-columns {
      columns: 2 330px;
      column-gap: 30px;
      color: #594567;
      font-size: 15.5px;
      line-height: 1.78;
      font-weight: 610;
    }

    .text-columns p + p {
      margin-top: 18px;
    }

    .footer {
      background: linear-gradient(90deg, #531586, #8425e2 52%, #d93bd3);
      color: #fff;
      margin-top: 74px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.7fr 0.7fr 0.85fr;
      gap: 26px;
      padding: 46px 0 32px;
    }

    .footer h3 {
      margin: 0 0 14px;
      font-size: 17px;
    }

    .footer p,
    .footer a {
      display: block;
      color: #f7eaff;
      font-size: 14px;
      line-height: 1.72;
      font-weight: 650;
    }

    .footer .brand {
      color: #fff;
      font-size: 32px;
      margin-bottom: 12px;
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding: 16px 0;
      color: #f1dfff;
      border-top: 1px solid rgba(255, 255, 255, 0.16);
      font-size: 13px;
      font-weight: 650;
    }

    .article-hero {
      padding: 42px 0 32px;
      background: #fff;
    }

    .article-hero .hero-card {
      min-height: 360px;
    }

    .article-hero .hero-copy {
      width: min(760px, 68%);
    }

    .article-hero h1 {
      font-size: clamp(38px, 4.6vw, 62px);
    }

    .detail {
      padding: 72px 0 92px;
      background: linear-gradient(180deg, #fff 0%, #fff7ff 100%);
    }

    .detail-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      gap: 22px;
      align-items: start;
    }

    .detail-card,
    .side-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 26px;
      box-shadow: var(--shadow);
    }

    .detail-card {
      padding: 40px;
    }

    .detail-card h1 {
      font-size: clamp(32px, 3.6vw, 52px);
      line-height: 1.1;
      font-weight: 950;
    }

    .detail-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 18px 0 30px;
    }

    .detail-meta span {
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--purple);
      background: #f2e6ff;
      border: 1px solid #dec8f6;
      font-size: 13px;
      font-weight: 900;
    }

    .detail-content {
      color: #4f3d5d;
      font-size: 17px;
      line-height: 1.82;
      font-weight: 600;
    }

    .detail-content p,
    .detail-content ul,
    .detail-content ol {
      margin: 0 0 20px;
    }

    .detail-content h2,
    .detail-content h3 {
      margin: 30px 0 14px;
      color: var(--ink);
      line-height: 1.2;
      font-weight: 950;
    }

    .detail-content h2 {
      font-size: 28px;
    }

    .detail-content h3 {
      font-size: 22px;
    }

    .detail-content a {
      color: var(--purple);
      font-weight: 900;
    }

    .page-nav {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 34px;
    }

    .page-nav a,
    .page-nav div {
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px;
      border-radius: 16px;
      color: #3c1748;
      border: 1px solid rgba(143, 56, 255, 0.18);
      background: linear-gradient(135deg, #fff8e0, #f3e2ff);
      font-weight: 950;
      text-align: center;
    }

    .side-card {
      position: sticky;
      top: 24px;
      padding: 24px;
    }

    .side-card h3 {
      margin: 0 0 18px;
      font-size: 22px;
    }

    .side-card a {
      display: block;
      padding: 14px 0;
      color: #4f3d5d;
      border-top: 1px solid var(--line);
      font-size: 14px;
      line-height: 1.45;
      font-weight: 800;
    }

    .side-card span {
      display: block;
      margin-top: 20px;
      padding: 12px;
      border-radius: 14px;
      color: #41114f;
      background: linear-gradient(135deg, #fff1a8, var(--gold));
      font-weight: 950;
      text-align: center;
    }

    .pagination {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 30px 0 0;
      padding: 0;
      list-style: none;
    }

    .pagination li,
    .pagination a,
    .pagination span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      min-height: 38px;
      padding: 0 12px;
      border-radius: 12px;
      color: var(--purple);
      border: 1px solid #dec8f6;
      background: #f7edff;
      font-weight: 900;
    }

    @media (max-width: 960px) {
      .topbar .wrap,
      .nav .wrap {
        flex-wrap: wrap;
        justify-content: center;
      }

      .hero-copy {
        width: min(720px, 100%);
        padding: 42px;
      }

      .hero-card {
        background-image:
          linear-gradient(180deg, rgba(53, 13, 82, 0.97) 0%, rgba(88, 25, 143, 0.82) 52%, rgba(42, 8, 65, 0.70) 100%),
          url("slot365-hero.png");
        background-position: 62% bottom;
      }

      .quick-strip,
      .product-grid,
      .article-grid,
      .score-row,
      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .feature-layout,
      .content-panel,
      .detail-layout {
        grid-template-columns: 1fr;
      }

      .side-card {
        position: static;
      }
    }

    @media (max-width: 640px) {
      .wrap {
        width: min(100% - 28px, 1180px);
      }

      .brand {
        font-size: 28px;
      }

      .login-actions,
      .hero-actions {
        width: 100%;
      }

      .pill,
      .btn {
        flex: 1;
      }

      .nav .wrap {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
      }

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

      .hero-copy {
        padding: 26px;
      }

      h1 {
        font-size: 40px;
      }

      .quick-strip,
      .product-grid,
      .article-grid,
      .score-row,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .feature-main,
      .content-panel,
      .detail-card {
        padding: 24px;
      }

      .feature-list article {
        grid-template-columns: 1fr;
      }

      .copyright {
        flex-direction: column;
      }

      .article-hero .hero-copy {
        width: 100%;
      }

      .page-nav {
        grid-template-columns: 1fr;
      }
    }

/* SLOT365 repair 202607071640 */
.nav .wrap{flex-wrap:wrap}
.product-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.product-card{color:inherit;text-decoration:none}
.feature-list a{color:inherit;text-decoration:none}
.detail-content ul{margin:0 0 20px 22px}
.detail-content li{margin-bottom:10px}
.side-card ul{margin:0;padding-left:18px}
.side-card li{margin-bottom:8px}

/* codex-slot365-reader-redesign-202607071437: start */
body.slot365-reader-body {
  background:
    radial-gradient(circle at 9% 4%, rgba(255, 197, 63, .18), transparent 22%),
    radial-gradient(circle at 88% 0%, rgba(34, 197, 139, .12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbf7ff 44%, #f4efff 100%);
  color: var(--ink);
  overflow-x: hidden;
}
.slot365-reader {
  background: transparent;
}
.slot365-reader .reader-hero {
  padding: 42px 0 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 197, 63, .34), transparent 24%),
    linear-gradient(135deg, #361052 0%, #7b27e8 53%, #d63ed5 100%);
}
.slot365-reader .reader-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: stretch;
}
.slot365-reader .reader-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slot365-reader .reader-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: 0;
}
.slot365-reader .reader-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.9);
  font-size: 19px;
  line-height: 1.72;
  font-weight: 620;
}
.slot365-reader .reader-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.slot365-reader .reader-actions .btn {
  min-height: 48px;
}
.slot365-reader .reader-hero-note {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255,255,255,.12);
  box-shadow: 0 24px 64px rgba(31, 8, 55, .24);
  backdrop-filter: blur(14px);
}
.slot365-reader .reader-hero-note strong {
  display: block;
  color: var(--gold);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 950;
}
.slot365-reader .reader-hero-note span {
  display: block;
  margin-top: 14px;
  color: #fff8d6;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}
.slot365-reader .reader-main {
  padding: 48px 0 76px;
}
.slot365-reader .reader-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 326px;
  gap: 28px;
  align-items: start;
}
.slot365-reader .reader-card,
.slot365-reader .reader-aside-card {
  min-width: 0;
  border: 1px solid rgba(117, 64, 165, .18);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 48px rgba(76, 20, 126, .10);
}
.slot365-reader .reader-card {
  padding: clamp(24px, 4vw, 42px);
}
.slot365-reader .reader-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.slot365-reader .reader-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 6px;
  color: #421458;
  background: #fff0ad;
  font-size: 13px;
  font-weight: 900;
}
.slot365-reader .reader-lead {
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 5px solid var(--gold);
  color: #34203f;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 720;
}
.slot365-reader .reader-section {
  margin-top: 34px;
  padding-top: 32px;
  border-top: 1px solid rgba(117, 64, 165, .16);
}
.slot365-reader .reader-section h2,
.slot365-reader .reader-content h2 {
  margin: 0 0 18px;
  color: #2f1245;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: 0;
}
.slot365-reader .reader-section > p,
.slot365-reader .reader-content p {
  color: #3b3141;
  font-size: 17px;
  line-height: 1.84;
}
.slot365-reader .reader-topic-list {
  display: grid;
  gap: 14px;
}
.slot365-reader .reader-topic {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(117, 64, 165, .16);
  border-radius: 8px;
  background: #ffffff;
}
.slot365-reader .reader-topic > b,
.slot365-reader .reader-checklist > li > b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #3b144f;
  background: linear-gradient(135deg, #fff1a8, var(--gold) 48%, #ff8f18);
  font-size: 14px;
  font-weight: 950;
}
.slot365-reader .reader-topic h3,
.slot365-reader .reader-checklist h3,
.slot365-reader .reader-content h3 {
  margin: 0 0 8px;
  color: #351052;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 930;
}
.slot365-reader .reader-topic p,
.slot365-reader .reader-checklist p {
  margin: 0;
  color: #51445a;
  font-size: 16px;
  line-height: 1.72;
}
.slot365-reader .reader-checklist {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slot365-reader .reader-checklist li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 8px;
  background: #fffaf0;
  border: 1px solid rgba(255, 197, 63, .34);
}
.slot365-reader .reader-faq-list .reader-topic {
  background: #fbf7ff;
}
.slot365-reader .reader-content {
  color: #3b3141;
  font-size: 17px;
  line-height: 1.84;
}
.slot365-reader .reader-content h2,
.slot365-reader .reader-content h3 {
  margin-top: 28px;
}
.slot365-reader .reader-content ul,
.slot365-reader .reader-content ol {
  padding-left: 22px;
}
.slot365-reader .reader-content li {
  margin-bottom: 10px;
}
.slot365-reader .reader-page-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(117, 64, 165, .16);
}
.slot365-reader .reader-page-nav a,
.slot365-reader .reader-aside-card a {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(117, 64, 165, .18);
  border-radius: 8px;
  color: #351052;
  background: #ffffff;
  font-weight: 850;
  overflow-wrap: anywhere;
}
.slot365-reader .reader-page-nav a:hover,
.slot365-reader .reader-aside-card a:hover {
  color: #2a123c;
  border-color: var(--gold);
  background: #fffaf0;
  text-decoration: none;
}
.slot365-reader .reader-aside {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 16px;
}
.slot365-reader .reader-aside-card {
  padding: 20px;
}
.slot365-reader .reader-aside-card h2 {
  margin: 0 0 14px;
  color: #2f1245;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
}
.slot365-reader .reader-aside-card a + a {
  margin-top: 10px;
}
.slot365-reader .reader-aside-card small {
  display: block;
  margin-top: 5px;
  color: #6a5973;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}
.slot365-reader .reader-aside-card ul {
  margin: 0;
  padding-left: 18px;
}
.slot365-reader .reader-aside-card li {
  margin-bottom: 10px;
}
.slot365-reader .reader-safe {
  background: linear-gradient(135deg, #351052, #7b27e8);
  color: #ffffff;
}
.slot365-reader .reader-safe h2 {
  color: var(--gold);
}
.slot365-reader .reader-safe p {
  margin: 0;
  color: rgba(255,255,255,.9);
  line-height: 1.7;
}
@media (max-width: 980px) {
  .slot365-reader .reader-hero-grid,
  .slot365-reader .reader-layout {
    grid-template-columns: 1fr;
  }
  .slot365-reader .reader-aside {
    position: static;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: min(100% - 32px, 1180px);
  }
  .topbar .wrap {
    justify-content: center;
    text-align: center;
  }
  .brand {
    font-size: 28px;
  }
  .login-actions {
    width: 100%;
    justify-content: center;
  }
  .nav .wrap {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    min-height: 54px;
  }
  .nav a {
    flex: 0 0 auto;
    padding: 14px 13px;
    font-size: 13px;
  }
  .slot365-reader .reader-hero {
    padding: 32px 0 30px;
  }
  .slot365-reader .reader-hero h1 {
    font-size: 34px;
  }
  .slot365-reader .reader-hero p,
  .slot365-reader .reader-lead {
    font-size: 16px;
  }
  .slot365-reader .reader-actions,
  .slot365-reader .reader-actions .btn {
    width: 100%;
  }
  .slot365-reader .reader-card {
    padding: 22px 18px;
  }
  .slot365-reader .reader-topic,
  .slot365-reader .reader-checklist li {
    grid-template-columns: 1fr;
  }
  .slot365-reader .reader-page-nav {
    grid-template-columns: 1fr;
  }
}
/* codex-slot365-reader-redesign-202607071437: end */
