/* roulang page: index */
:root {
      --ink: #090b0d;
      --ink-2: #14181c;
      --panel: #1d2328;
      --white: #ffffff;
      --sub-white: #f4f6f4;
      --muted: #697178;
      --line: rgba(255, 255, 255, .14);
      --line-dark: rgba(9, 11, 13, .12);
      --amber: #ffd23f;
      --amber-2: #ffb703;
      --green: #17c964;
      --green-dark: #0f8f49;
      --danger: #ff5c5c;
      --cream: #f7f4ec;
      --radius: 14px;
      --radius-sm: 10px;
      --shadow: 0 22px 60px rgba(0, 0, 0, .26);
      --shadow-soft: 0 14px 34px rgba(9, 11, 13, .12);
      --container: 1220px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      color: var(--ink);
      background: var(--cream);
      line-height: 1.7;
      padding-bottom: 0;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, background .2s ease, transform .2s ease, border-color .2s ease;
    }

    img, svg {
      max-width: 100%;
      display: block;
    }

    button, .button {
      font-family: inherit;
    }

    :focus-visible {
      outline: 3px solid rgba(255, 210, 63, .72);
      outline-offset: 3px;
    }

    .site-shell {
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(9, 11, 13, .94);
      color: var(--white);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(14px);
    }

    .nav-wrap {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: 0;
      min-width: 0;
    }

    .brand-mark {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--amber), var(--green));
      color: var(--ink);
      display: grid;
      place-items: center;
      font-size: 19px;
      box-shadow: 0 0 0 5px rgba(255, 210, 63, .08);
      flex: 0 0 auto;
    }

    .brand-text {
      font-size: 18px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .desktop-nav a {
      position: relative;
      padding: 10px 14px;
      border-radius: 999px;
      color: rgba(255, 255, 255, .76);
      font-weight: 700;
      font-size: 14px;
    }

    .desktop-nav a:hover,
    .desktop-nav a.active {
      color: var(--white);
      background: rgba(255, 255, 255, .09);
    }

    .desktop-nav a.active::after {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 5px;
      height: 3px;
      border-radius: 999px;
      background: var(--amber);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 11px 18px;
      border-radius: 999px;
      background: var(--amber);
      color: var(--ink);
      font-weight: 900;
      box-shadow: 0 12px 24px rgba(255, 210, 63, .22);
    }

    .nav-cta:hover {
      color: var(--ink);
      background: #ffe06a;
      transform: translateY(-2px);
    }

    .update-strip {
      background: var(--amber);
      color: var(--ink);
      border-bottom: 3px solid var(--ink);
    }

    .strip-inner {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      font-weight: 800;
    }

    .strip-left {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .live-dot {
      width: 9px;
      height: 9px;
      border-radius: 99px;
      background: var(--green-dark);
      box-shadow: 0 0 0 6px rgba(15, 143, 73, .16);
      flex: 0 0 auto;
    }

    .strip-tag {
      display: inline-flex;
      align-items: center;
      border: 2px solid var(--ink);
      border-radius: 999px;
      padding: 3px 10px;
      font-size: 13px;
      background: rgba(255, 255, 255, .35);
      white-space: nowrap;
    }

    .strip-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .strip-link {
      border: 2px solid var(--ink);
      border-radius: 999px;
      padding: 6px 12px;
      font-size: 13px;
      background: var(--ink);
      color: var(--white);
      white-space: nowrap;
    }

    .hero {
      position: relative;
      overflow: hidden;
      color: var(--white);
      background:
        radial-gradient(circle at 76% 18%, rgba(23, 201, 100, .26), transparent 34%),
        linear-gradient(125deg, #090b0d 0%, #101418 48%, #293014 100%);
      min-height: 650px;
      display: flex;
      align-items: stretch;
      border-bottom: 8px solid var(--amber);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(115deg, rgba(255,255,255,.08) 0 12%, transparent 12% 22%, rgba(255,210,63,.14) 22% 28%, transparent 28% 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 86px);
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
      padding: 72px 0 80px;
      display: grid;
      grid-template-columns: minmax(0, .96fr) minmax(360px, .74fr);
      gap: 42px;
      align-items: center;
    }

    .hero-copy {
      max-width: 760px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(255, 255, 255, .24);
      background: rgba(255, 255, 255, .08);
      padding: 8px 12px;
      border-radius: 999px;
      color: var(--amber);
      font-weight: 900;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .hero h1 {
      margin: 0 0 22px;
      font-size: clamp(42px, 6.2vw, 84px);
      line-height: 1.02;
      font-weight: 950;
      letter-spacing: 0;
      max-width: 900px;
    }

    .hero-lead {
      max-width: 720px;
      color: rgba(255, 255, 255, .82);
      font-size: 19px;
      line-height: 1.75;
      margin: 0 0 28px;
    }

    .hero-actions,
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .button.primary-action,
    .button.secondary-action,
    .button.dark-action {
      margin: 0;
      border-radius: 999px;
      padding: 14px 23px;
      font-weight: 950;
      font-size: 15px;
      line-height: 1;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    }

    .button.primary-action {
      background: var(--amber);
      color: var(--ink);
      box-shadow: 0 16px 32px rgba(255, 210, 63, .24);
    }

    .button.primary-action:hover {
      background: #ffe16d;
      color: var(--ink);
      transform: translateY(-2px);
      box-shadow: 0 20px 40px rgba(255, 210, 63, .3);
    }

    .button.secondary-action {
      border: 1px solid rgba(255, 255, 255, .25);
      background: rgba(255, 255, 255, .08);
      color: var(--white);
    }

    .button.secondary-action:hover {
      background: rgba(255, 255, 255, .15);
      color: var(--white);
      transform: translateY(-2px);
    }

    .button.dark-action {
      background: var(--ink);
      color: var(--white);
    }

    .button.dark-action:hover {
      background: #20262b;
      color: var(--white);
      transform: translateY(-2px);
    }

    .hero-stats {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      max-width: 680px;
    }

    .stat-card {
      border: 1px solid rgba(255, 255, 255, .16);
      background: rgba(255, 255, 255, .07);
      border-radius: var(--radius-sm);
      padding: 14px;
    }

    .stat-card strong {
      display: block;
      color: var(--amber);
      font-size: 26px;
      line-height: 1.1;
      margin-bottom: 3px;
    }

    .stat-card span {
      color: rgba(255, 255, 255, .78);
      font-size: 13px;
      font-weight: 700;
    }

    .hero-panel {
      position: relative;
      border-radius: 22px;
      background: #f8faf6;
      color: var(--ink);
      box-shadow: var(--shadow);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .2);
    }

    .poster-head {
      background: var(--ink);
      color: var(--white);
      padding: 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .poster-head strong {
      font-size: 18px;
      line-height: 1.25;
    }

    .heat-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      background: var(--amber);
      color: var(--ink);
      padding: 7px 10px;
      font-weight: 950;
      font-size: 12px;
      white-space: nowrap;
    }

    .entry-matrix {
      padding: 20px;
      display: grid;
      gap: 12px;
    }

    .matrix-row {
      display: grid;
      grid-template-columns: 42px 1fr auto;
      gap: 12px;
      align-items: center;
      border: 1px solid var(--line-dark);
      border-radius: var(--radius-sm);
      background: var(--white);
      padding: 13px;
    }

    .num-badge {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: var(--ink);
      color: var(--amber);
      font-weight: 950;
    }

    .matrix-row h3 {
      margin: 0 0 2px;
      font-size: 15px;
      font-weight: 950;
    }

    .matrix-row p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .status-pill {
      border-radius: 999px;
      background: rgba(23, 201, 100, .12);
      color: var(--green-dark);
      padding: 5px 9px;
      font-weight: 900;
      font-size: 12px;
      white-space: nowrap;
    }

    .panel-note {
      margin: 0 20px 20px;
      padding: 14px;
      border-radius: var(--radius-sm);
      background: #eff8f1;
      border: 1px solid rgba(15, 143, 73, .2);
      color: #27563d;
      font-size: 14px;
      font-weight: 700;
    }

    .section {
      padding: 84px 0;
      position: relative;
    }

    .section.dark {
      background: var(--ink);
      color: var(--white);
    }

    .section.green-band {
      background: linear-gradient(135deg, #073d25, #101814);
      color: var(--white);
    }

    .section.amber-band {
      background: var(--amber);
      color: var(--ink);
      border-top: 4px solid var(--ink);
      border-bottom: 4px solid var(--ink);
    }

    .section-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 28px;
      margin-bottom: 30px;
    }

    .section-title {
      margin: 0;
      font-size: clamp(28px, 3.2vw, 44px);
      line-height: 1.15;
      font-weight: 950;
      letter-spacing: 0;
    }

    .section-desc {
      margin: 10px 0 0;
      max-width: 680px;
      color: var(--muted);
      font-size: 16px;
    }

    .dark .section-desc,
    .green-band .section-desc {
      color: rgba(255, 255, 255, .76);
    }

    .mini-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 2px solid currentColor;
      border-radius: 999px;
      padding: 9px 14px;
      font-weight: 950;
      white-space: nowrap;
    }

    .mini-link:hover {
      background: var(--ink);
      color: var(--amber);
      transform: translateY(-2px);
    }

    .catalog-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 18px;
    }

    .catalog-feature,
    .catalog-card,
    .feature-board,
    .require-card,
    .feedback-card,
    .news-panel,
    .share-card {
      border-radius: var(--radius);
      border: 1px solid var(--line-dark);
      background: var(--white);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .catalog-feature {
      min-height: 360px;
      background:
        linear-gradient(145deg, rgba(9,11,13,.86), rgba(9,11,13,.5)),
        linear-gradient(135deg, #222b20, #594410);
      color: var(--white);
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .catalog-feature h2 {
      margin: 0 0 14px;
      font-size: 34px;
      line-height: 1.18;
      font-weight: 950;
    }

    .catalog-feature p {
      margin: 0;
      color: rgba(255, 255, 255, .78);
      max-width: 560px;
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 22px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      border-radius: 999px;
      padding: 5px 10px;
      font-weight: 900;
      font-size: 12px;
      background: rgba(255, 255, 255, .12);
      color: inherit;
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .tag.light {
      background: var(--sub-white);
      color: var(--ink);
      border-color: var(--line-dark);
    }

    .tag.amber {
      background: var(--amber);
      color: var(--ink);
      border-color: transparent;
    }

    .catalog-side {
      display: grid;
      gap: 18px;
    }

    .catalog-card {
      padding: 22px;
    }

    .catalog-card h3,
    .feature-board h3,
    .require-card h3,
    .feedback-card h3,
    .share-card h3 {
      margin: 0 0 8px;
      font-size: 20px;
      font-weight: 950;
      line-height: 1.25;
    }

    .catalog-card p,
    .feature-board p,
    .require-card p,
    .feedback-card p,
    .share-card p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }

    .recommend-layout {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 18px;
      align-items: stretch;
    }

    .thumb-rail {
      display: grid;
      gap: 12px;
    }

    .thumb-button {
      width: 100%;
      text-align: left;
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: var(--radius-sm);
      background: rgba(255, 255, 255, .07);
      color: var(--white);
      padding: 15px;
      cursor: pointer;
      transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .thumb-button:hover,
    .thumb-button.is-active {
      background: rgba(255, 210, 63, .14);
      border-color: var(--amber);
      transform: translateX(3px);
    }

    .thumb-button strong {
      display: block;
      color: var(--amber);
      margin-bottom: 4px;
      font-size: 15px;
    }

    .thumb-button span {
      color: rgba(255, 255, 255, .72);
      font-size: 13px;
    }

    .feature-board {
      background: #f8faf6;
      color: var(--ink);
      min-height: 390px;
      padding: 24px;
      display: none;
    }

    .feature-board.is-active {
      display: block;
    }

    .board-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }

    .board-visual {
      border-radius: var(--radius);
      background:
        linear-gradient(90deg, transparent 0 48%, rgba(255,210,63,.85) 48% 52%, transparent 52%),
        linear-gradient(135deg, #101418, #273218);
      min-height: 188px;
      padding: 18px;
      color: var(--white);
      display: grid;
      align-content: end;
      margin-bottom: 18px;
      overflow: hidden;
    }

    .board-visual strong {
      font-size: 24px;
      line-height: 1.2;
      max-width: 420px;
    }

    .check-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: #3d454b;
      font-weight: 700;
      line-height: 1.55;
    }

    .check-list li::before {
      content: "✓";
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      background: rgba(23, 201, 100, .15);
      color: var(--green-dark);
      font-size: 13px;
      font-weight: 950;
      margin-top: 2px;
    }

    .requirements-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .require-card {
      padding: 22px;
      min-height: 196px;
    }

    .icon-box {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      background: var(--ink);
      color: var(--amber);
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      font-weight: 950;
      font-size: 20px;
    }

    .require-card .status-pill {
      display: inline-flex;
      margin-top: 14px;
    }

    .feedback-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .feedback-card {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .14);
      box-shadow: none;
      padding: 18px;
      color: var(--white);
    }

    .feedback-card p {
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
    }

    .avatar-line {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
    }

    .avatar {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--amber), var(--green));
      color: var(--ink);
      display: grid;
      place-items: center;
      font-weight: 950;
    }

    .avatar-line strong {
      line-height: 1.2;
      font-size: 14px;
    }

    .avatar-line span {
      display: block;
      color: var(--amber);
      font-size: 12px;
      font-weight: 800;
    }

    .news-layout {
      display: grid;
      grid-template-columns: 1.28fr .72fr;
      gap: 18px;
    }

    .news-panel {
      padding: 24px;
    }

    .news-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0;
    }

    .news-list li {
      border-bottom: 1px solid var(--line-dark);
    }

    .news-list li:last-child {
      border-bottom: 0;
    }

    .news-list a {
      display: grid;
      grid-template-columns: 112px 1fr auto;
      gap: 16px;
      align-items: center;
      padding: 16px 0;
    }

    .news-list a:hover strong {
      color: var(--green-dark);
    }

    .news-date {
      color: var(--muted);
      font-weight: 900;
      font-size: 13px;
    }

    .news-list strong {
      font-size: 17px;
      line-height: 1.35;
      transition: color .2s ease;
    }

    .news-list small {
      color: var(--muted);
      font-weight: 800;
    }

    .side-rank {
      background: var(--ink);
      color: var(--white);
      border-radius: var(--radius);
      padding: 22px;
      box-shadow: var(--shadow-soft);
    }

    .rank-row {
      display: grid;
      grid-template-columns: 34px 1fr;
      gap: 12px;
      padding: 13px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .rank-row:last-child {
      border-bottom: 0;
    }

    .rank-row b {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      background: var(--amber);
      color: var(--ink);
      display: grid;
      place-items: center;
    }

    .rank-row strong {
      display: block;
      line-height: 1.3;
      margin-bottom: 2px;
    }

    .rank-row span {
      color: rgba(255, 255, 255, .68);
      font-size: 13px;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .step-card {
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .14);
      color: var(--white);
      border-radius: var(--radius);
      padding: 24px;
      min-height: 220px;
    }

    .step-no {
      display: inline-grid;
      place-items: center;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: var(--amber);
      color: var(--ink);
      font-weight: 950;
      margin-bottom: 18px;
    }

    .step-card h3 {
      margin: 0 0 8px;
      font-weight: 950;
      font-size: 21px;
    }

    .step-card p {
      margin: 0;
      color: rgba(255, 255, 255, .76);
    }

    .share-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .share-card {
      padding: 22px;
    }

    .share-card:hover,
    .catalog-card:hover,
    .require-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(9, 11, 13, .16);
    }

    .share-card,
    .catalog-card,
    .require-card {
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .cta-box {
      border-radius: 24px;
      background:
        linear-gradient(130deg, rgba(9,11,13,.94), rgba(9,11,13,.72)),
        linear-gradient(90deg, var(--green), var(--amber));
      color: var(--white);
      padding: 44px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 26px;
      align-items: center;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .cta-box h2 {
      margin: 0 0 10px;
      font-size: clamp(28px, 3vw, 42px);
      font-weight: 950;
      line-height: 1.15;
    }

    .cta-box p {
      margin: 0;
      color: rgba(255, 255, 255, .76);
      max-width: 720px;
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid var(--line-dark);
      border-radius: var(--radius-sm);
      overflow: hidden;
      background: var(--white);
      box-shadow: 0 8px 20px rgba(9, 11, 13, .06);
    }

    .accordion-title {
      color: var(--ink);
      font-weight: 950;
      font-size: 17px;
      padding: 18px 52px 18px 18px;
      border: 0;
      line-height: 1.35;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      background: #fff9dc;
      color: var(--ink);
    }

    .accordion-title::before {
      right: 18px;
      color: var(--green-dark);
      font-size: 22px;
      margin-top: -12px;
    }

    .accordion-content {
      border: 0;
      border-top: 1px solid var(--line-dark);
      color: #434b51;
      padding: 18px;
      line-height: 1.75;
      background: #fffef7;
    }

    .site-footer {
      background: var(--ink);
      color: var(--white);
      padding: 54px 0 86px;
      border-top: 6px solid var(--amber);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .9fr;
      gap: 28px;
      align-items: start;
    }

    .footer-title {
      font-size: 20px;
      font-weight: 950;
      margin-bottom: 12px;
    }

    .footer-text {
      color: rgba(255, 255, 255, .72);
      margin: 0;
      max-width: 520px;
      font-size: 14px;
    }

    .footer-links {
      display: grid;
      gap: 8px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .76);
      font-weight: 800;
    }

    .footer-links a:hover {
      color: var(--amber);
    }

    .copyright {
      margin-top: 28px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, .12);
      color: rgba(255, 255, 255, .6);
      font-size: 13px;
    }

    .mobile-tabs {
      display: none;
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      z-index: 80;
      background: rgba(9, 11, 13, .96);
      color: var(--white);
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 18px;
      box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
      padding: 7px;
      backdrop-filter: blur(16px);
    }

    .mobile-tabs a {
      flex: 1;
      min-height: 54px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      gap: 2px;
      color: rgba(255, 255, 255, .68);
      font-weight: 900;
      font-size: 12px;
    }

    .mobile-tabs a svg {
      width: 20px;
      height: 20px;
    }

    .mobile-tabs a.active {
      background: var(--amber);
      color: var(--ink);
    }

    @media (max-width: 1024px) {
      .hero-grid {
        grid-template-columns: 1fr;
        padding-top: 56px;
      }

      .hero-panel {
        max-width: 680px;
      }

      .catalog-grid,
      .recommend-layout,
      .news-layout,
      .cta-box {
        grid-template-columns: 1fr;
      }

      .requirements-grid,
      .feedback-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .cta-box {
        align-items: start;
      }
    }

    @media (max-width: 768px) {
      body {
        padding-bottom: 86px;
      }

      .desktop-nav,
      .nav-cta {
        display: none;
      }

      .mobile-tabs {
        display: flex;
      }

      .nav-wrap {
        min-height: 62px;
      }

      .brand-text {
        font-size: 16px;
      }

      .strip-inner,
      .section-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .strip-text {
        white-space: normal;
        line-height: 1.5;
      }

      .hero {
        min-height: auto;
      }

      .hero-grid {
        padding: 42px 0 56px;
        gap: 28px;
      }

      .hero h1 {
        font-size: 42px;
      }

      .hero-lead {
        font-size: 16px;
      }

      .hero-stats,
      .steps,
      .share-grid {
        grid-template-columns: 1fr;
      }

      .hero-actions .button,
      .cta-actions .button {
        width: 100%;
      }

      .matrix-row {
        grid-template-columns: 38px 1fr;
      }

      .matrix-row .status-pill {
        grid-column: 2;
        justify-self: start;
      }

      .section {
        padding: 54px 0;
      }

      .catalog-feature {
        min-height: 300px;
        padding: 24px;
      }

      .catalog-feature h2 {
        font-size: 28px;
      }

      .requirements-grid,
      .feedback-grid {
        grid-template-columns: 1fr;
      }

      .news-list a {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .cta-box {
        padding: 28px;
      }
    }

    @media (max-width: 520px) {
      .site-shell {
        width: min(100% - 28px, var(--container));
      }

      .hero h1 {
        font-size: 36px;
      }

      .poster-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .thumb-rail {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
      }

      .thumb-button {
        min-width: 230px;
      }

      .section-title {
        font-size: 28px;
      }
    }

/* roulang page: category1 */
:root {
      --ink: #10110f;
      --ink-2: #1b1d18;
      --panel: #20241d;
      --paper: #fffdf4;
      --paper-2: #f4f0e3;
      --text: #151711;
      --muted: #666b5e;
      --line: rgba(16, 17, 15, .14);
      --line-dark: rgba(255, 255, 255, .14);
      --amber: #ffcc3f;
      --amber-2: #f0a91e;
      --green: #26b56a;
      --green-soft: #dff5e8;
      --white: #ffffff;
      --danger: #e95d45;
      --radius-sm: 8px;
      --radius: 12px;
      --radius-lg: 18px;
      --shadow: 0 18px 45px rgba(16, 17, 15, .14);
      --shadow-soft: 0 10px 28px rgba(16, 17, 15, .09);
      --container: 1200px;
      --ease: all .22s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      color: var(--text);
      background: var(--paper);
      line-height: 1.7;
      text-rendering: optimizeLegibility;
      padding-bottom: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--ease);
    }

    a:hover,
    a:focus {
      color: var(--amber-2);
    }

    button,
    .button {
      font-family: inherit;
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    :focus-visible {
      outline: 3px solid rgba(255, 204, 63, .55);
      outline-offset: 3px;
      border-radius: 8px;
    }

    .site-shell {
      width: min(calc(100% - 32px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(16, 17, 15, .94);
      border-bottom: 1px solid var(--line-dark);
      backdrop-filter: blur(16px);
    }

    .nav-wrap {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--white);
      min-width: 0;
      font-weight: 900;
    }

    .brand:hover {
      color: var(--white);
      transform: translateY(-1px);
    }

    .brand-mark {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--amber), var(--green));
      color: var(--ink);
      font-size: 20px;
      box-shadow: 0 0 0 4px rgba(255, 204, 63, .12);
      flex: 0 0 auto;
    }

    .brand-text {
      font-size: 18px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      letter-spacing: 0;
    }

    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-left: auto;
    }

    .desktop-nav a {
      position: relative;
      color: rgba(255, 255, 255, .78);
      font-weight: 800;
      padding: 10px 14px;
      border-radius: 999px;
      font-size: 15px;
    }

    .desktop-nav a:hover,
    .desktop-nav a.active {
      color: var(--ink);
      background: var(--amber);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 18px;
      border-radius: 999px;
      background: var(--green);
      color: var(--white);
      font-weight: 900;
      box-shadow: 0 12px 28px rgba(38, 181, 106, .24);
      white-space: nowrap;
    }

    .nav-cta:hover {
      color: var(--white);
      transform: translateY(-2px);
      background: #1f9f5b;
    }

    .status-strip {
      background: var(--amber);
      color: var(--ink);
      border-bottom: 4px solid var(--ink);
    }

    .status-strip .strip-inner {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      font-weight: 800;
    }

    .strip-left {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .live-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 6px rgba(38, 181, 106, .2);
      flex: 0 0 auto;
    }

    .strip-label {
      padding: 5px 10px;
      border: 2px solid var(--ink);
      border-radius: 999px;
      background: var(--paper);
      font-size: 13px;
      white-space: nowrap;
    }

    .strip-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .strip-btn {
      border: 2px solid var(--ink);
      border-radius: 999px;
      padding: 6px 12px;
      background: var(--ink);
      color: var(--white);
      font-size: 13px;
      white-space: nowrap;
    }

    .strip-btn:hover {
      color: var(--ink);
      background: var(--white);
    }

    .page-hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(110deg, rgba(16, 17, 15, .94) 0%, rgba(16, 17, 15, .94) 58%, rgba(38, 181, 106, .92) 58%, rgba(38, 181, 106, .92) 100%),
        var(--ink);
      color: var(--white);
      padding: 82px 0 72px;
    }

    .page-hero:before {
      content: "";
      position: absolute;
      inset: auto -8% -35% 42%;
      height: 260px;
      background: repeating-linear-gradient(135deg, rgba(255, 204, 63, .95) 0 14px, rgba(255, 204, 63, 0) 14px 30px);
      opacity: .22;
      transform: rotate(-5deg);
      pointer-events: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      align-items: center;
    }

    .crumbs {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 9px;
      margin-bottom: 24px;
      font-size: 14px;
      color: rgba(255, 255, 255, .72);
      font-weight: 800;
    }

    .crumbs a {
      color: rgba(255, 255, 255, .8);
    }

    .crumbs span:last-child {
      color: var(--amber);
    }

    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      padding: 7px 12px;
      border: 1px solid rgba(255, 204, 63, .5);
      background: rgba(255, 204, 63, .12);
      color: var(--amber);
      border-radius: 999px;
      font-weight: 900;
      font-size: 14px;
    }

    h1 {
      margin: 0 0 20px;
      font-size: clamp(34px, 6vw, 64px);
      line-height: 1.08;
      letter-spacing: 0;
      font-weight: 950;
      max-width: 820px;
    }

    .hero-copy {
      max-width: 650px;
      color: rgba(255, 255, 255, .82);
      font-size: 18px;
      margin-bottom: 28px;
    }

    .question-card {
      background: var(--paper);
      color: var(--text);
      border: 1px solid rgba(255, 255, 255, .22);
      border-radius: var(--radius-lg);
      padding: 22px;
      box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    }

    .question-card h2 {
      margin: 0 0 10px;
      font-size: 22px;
      line-height: 1.28;
      font-weight: 950;
    }

    .question-card p {
      margin: 0 0 18px;
      color: var(--muted);
    }

    .hero-form {
      display: grid;
      gap: 12px;
    }

    .hero-input,
    .hero-select {
      height: 48px;
      border: 2px solid rgba(16, 17, 15, .16);
      background: var(--white);
      border-radius: 12px;
      box-shadow: none;
      margin: 0;
      font-weight: 700;
    }

    .hero-input:focus,
    .hero-select:focus {
      border-color: var(--amber-2);
      box-shadow: 0 0 0 4px rgba(255, 204, 63, .18);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 0 20px;
      border-radius: 999px;
      border: 2px solid transparent;
      font-weight: 950;
      cursor: pointer;
      transition: var(--ease);
      text-align: center;
      line-height: 1.2;
    }

    .btn-primary {
      background: var(--amber);
      color: var(--ink);
      box-shadow: 0 14px 34px rgba(255, 204, 63, .22);
    }

    .btn-primary:hover {
      color: var(--ink);
      background: #ffd969;
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(255, 204, 63, .3);
    }

    .btn-dark {
      background: var(--ink);
      color: var(--white);
    }

    .btn-dark:hover {
      background: var(--panel);
      color: var(--amber);
      transform: translateY(-2px);
    }

    .btn-outline {
      border-color: rgba(16, 17, 15, .22);
      color: var(--text);
      background: transparent;
    }

    .btn-outline:hover {
      color: var(--ink);
      border-color: var(--amber-2);
      background: rgba(255, 204, 63, .16);
      transform: translateY(-2px);
    }

    .quick-points {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 18px;
    }

    .quick-point {
      padding: 12px;
      border-radius: 12px;
      background: rgba(16, 17, 15, .05);
      border: 1px solid var(--line);
      font-size: 13px;
      font-weight: 800;
    }

    .section {
      padding: 82px 0;
    }

    .section.alt {
      background: var(--paper-2);
    }

    .section.dark {
      background: var(--ink);
      color: var(--white);
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 30px;
    }

    .section-eyebrow {
      display: inline-flex;
      padding: 6px 10px;
      border-radius: 999px;
      background: var(--green-soft);
      color: #127043;
      font-size: 13px;
      font-weight: 950;
      margin-bottom: 10px;
    }

    .section.dark .section-eyebrow {
      background: rgba(255, 204, 63, .14);
      color: var(--amber);
      border: 1px solid rgba(255, 204, 63, .34);
    }

    h2 {
      margin: 0;
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.16;
      letter-spacing: 0;
      font-weight: 950;
    }

    .section-lead {
      max-width: 520px;
      margin: 0;
      color: var(--muted);
      font-size: 16px;
    }

    .section.dark .section-lead {
      color: rgba(255, 255, 255, .72);
    }

    .filter-bar {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 5px 0 14px;
      scrollbar-width: thin;
    }

    .filter-chip {
      flex: 0 0 auto;
      border: 2px solid var(--line);
      background: var(--white);
      color: var(--text);
      border-radius: 999px;
      padding: 9px 14px;
      font-weight: 900;
      font-size: 14px;
      cursor: pointer;
      transition: var(--ease);
    }

    .filter-chip:hover,
    .filter-chip.is-active {
      border-color: var(--ink);
      background: var(--ink);
      color: var(--amber);
      transform: translateY(-1px);
    }

    .content-board {
      display: grid;
      grid-template-columns: 300px 1fr;
      gap: 24px;
      align-items: start;
    }

    .side-panel {
      position: sticky;
      top: 96px;
      background: var(--ink);
      color: var(--white);
      border-radius: var(--radius-lg);
      padding: 20px;
      border: 1px solid var(--line-dark);
      box-shadow: var(--shadow-soft);
    }

    .side-title {
      font-size: 18px;
      font-weight: 950;
      margin-bottom: 14px;
      color: var(--amber);
    }

    .side-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .side-list a {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      border: 1px solid var(--line-dark);
      border-radius: 12px;
      padding: 12px;
      color: rgba(255, 255, 255, .82);
      font-weight: 800;
    }

    .side-list a:hover {
      color: var(--ink);
      background: var(--amber);
      border-color: var(--amber);
    }

    .status-card {
      margin-top: 16px;
      padding: 14px;
      border-radius: 12px;
      background: rgba(38, 181, 106, .13);
      border: 1px solid rgba(38, 181, 106, .38);
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
    }

    .entry-list {
      display: grid;
      gap: 16px;
    }

    .entry-card {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 76px 1fr auto;
      gap: 18px;
      align-items: center;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      transition: var(--ease);
    }

    .entry-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow);
      border-color: rgba(255, 204, 63, .8);
    }

    .entry-card:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 6px;
      background: var(--amber);
    }

    .entry-number {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      background: var(--ink);
      color: var(--amber);
      font-size: 22px;
      font-weight: 950;
    }

    .entry-main h3 {
      margin: 0 0 8px;
      font-size: 21px;
      line-height: 1.28;
      font-weight: 950;
    }

    .entry-main p {
      margin: 0 0 12px;
      color: var(--muted);
    }

    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 9px;
      background: rgba(16, 17, 15, .06);
      color: var(--text);
      font-size: 12px;
      font-weight: 900;
    }

    .tag.green {
      background: var(--green-soft);
      color: #12653e;
    }

    .tag.amber {
      background: rgba(255, 204, 63, .25);
      color: #7d5200;
    }

    .entry-meta {
      text-align: right;
      min-width: 150px;
    }

    .entry-time {
      display: block;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      margin-bottom: 10px;
    }

    .notice-row {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 22px;
      align-items: stretch;
    }

    .notice-card {
      border-radius: var(--radius-lg);
      padding: 24px;
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-soft);
    }

    .notice-card.dark-card {
      background: var(--panel);
      color: var(--white);
      border-color: var(--line-dark);
    }

    .notice-card h3 {
      margin: 0 0 12px;
      font-size: 24px;
      font-weight: 950;
    }

    .notice-card p {
      color: var(--muted);
      margin: 0 0 16px;
    }

    .notice-card.dark-card p {
      color: rgba(255, 255, 255, .72);
    }

    .check-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }

    .check-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: inherit;
      font-weight: 750;
    }

    .check-list li:before {
      content: "✓";
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--green);
      color: var(--white);
      font-size: 13px;
      font-weight: 950;
      margin-top: 2px;
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .step-card {
      background: rgba(255, 255, 255, .08);
      border: 1px solid var(--line-dark);
      border-radius: var(--radius-lg);
      padding: 20px;
      transition: var(--ease);
    }

    .step-card:hover {
      transform: translateY(-3px);
      background: rgba(255, 255, 255, .11);
      border-color: rgba(255, 204, 63, .45);
    }

    .step-code {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: var(--amber);
      color: var(--ink);
      font-weight: 950;
      margin-bottom: 14px;
    }

    .step-card h3 {
      margin: 0 0 8px;
      color: var(--white);
      font-size: 18px;
      font-weight: 950;
      line-height: 1.35;
    }

    .step-card p {
      margin: 0;
      color: rgba(255, 255, 255, .7);
      font-size: 14px;
    }

    .feedback-grid {
      columns: 3 260px;
      column-gap: 16px;
    }

    .feedback-card {
      display: inline-block;
      width: 100%;
      break-inside: avoid;
      margin: 0 0 16px;
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      padding: 18px;
      box-shadow: var(--shadow-soft);
    }

    .feedback-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    .avatar {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: var(--ink);
      color: var(--amber);
      font-weight: 950;
    }

    .feedback-card p {
      margin: 0;
      color: var(--muted);
    }

    .cta-band {
      position: relative;
      overflow: hidden;
      border-radius: 24px;
      background:
        linear-gradient(120deg, var(--amber) 0%, var(--amber) 36%, var(--green) 36%, var(--green) 62%, var(--ink) 62%, var(--ink) 100%);
      padding: 42px;
      color: var(--ink);
      box-shadow: var(--shadow);
    }

    .cta-band:after {
      content: "";
      position: absolute;
      right: -60px;
      bottom: -70px;
      width: 230px;
      height: 230px;
      border: 18px solid rgba(255, 255, 255, .18);
      border-radius: 50%;
    }

    .cta-inner {
      position: relative;
      z-index: 1;
      max-width: 760px;
    }

    .cta-band h2 {
      max-width: 680px;
      margin-bottom: 12px;
    }

    .cta-band p {
      max-width: 640px;
      margin: 0 0 24px;
      font-weight: 750;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .faq-wrap {
      max-width: 900px;
      margin: 0 auto;
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      overflow: hidden;
      background: var(--white);
      box-shadow: var(--shadow-soft);
    }

    .accordion-title {
      border: 0;
      color: var(--text);
      font-weight: 950;
      font-size: 17px;
      padding: 18px 52px 18px 18px;
      line-height: 1.45;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      background: rgba(255, 204, 63, .16);
      color: var(--text);
    }

    .accordion-title:before {
      right: 18px;
      color: var(--green);
      font-size: 22px;
      margin-top: -13px;
    }

    .accordion-content {
      border: 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
      padding: 18px;
      line-height: 1.75;
    }

    .site-footer {
      background: var(--ink);
      color: var(--white);
      padding: 58px 0 32px;
      border-top: 6px solid var(--amber);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr .8fr 1fr;
      gap: 32px;
      margin-bottom: 30px;
    }

    .footer-title {
      font-size: 18px;
      font-weight: 950;
      margin-bottom: 12px;
      color: var(--amber);
    }

    .footer-text {
      margin: 0;
      color: rgba(255, 255, 255, .72);
      line-height: 1.8;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, .78);
      font-weight: 800;
    }

    .footer-links a:hover {
      color: var(--amber);
      transform: translateX(3px);
    }

    .copyright {
      border-top: 1px solid var(--line-dark);
      padding-top: 22px;
      color: rgba(255, 255, 255, .58);
      font-size: 14px;
    }

    .mobile-tabs {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 80;
      background: rgba(16, 17, 15, .96);
      border-top: 1px solid var(--line-dark);
      backdrop-filter: blur(16px);
      padding: 6px 10px calc(6px + env(safe-area-inset-bottom));
    }

    .mobile-tabs-inner {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 6px;
      max-width: 520px;
      margin: 0 auto;
    }

    .tab-link {
      min-height: 54px;
      display: grid;
      place-items: center;
      gap: 2px;
      border-radius: 12px;
      color: rgba(255, 255, 255, .7);
      font-size: 12px;
      font-weight: 900;
    }

    .tab-link svg {
      width: 20px;
      height: 20px;
      stroke-width: 2.4;
    }

    .tab-link.active {
      background: var(--amber);
      color: var(--ink);
    }

    .tab-link:hover {
      color: var(--amber);
      background: rgba(255, 255, 255, .08);
    }

    .tab-link.active:hover {
      color: var(--ink);
      background: var(--amber);
    }

    @media screen and (max-width: 1024px) {
      .page-hero {
        background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 68%, #1f8e57 68%, #1f8e57 100%);
      }

      .content-board,
      .notice-row {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: relative;
        top: 0;
      }

      .steps-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .entry-card {
        grid-template-columns: 62px 1fr;
      }

      .entry-meta {
        grid-column: 2;
        text-align: left;
        min-width: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
      }

      .entry-time {
        margin: 0;
      }
    }

    @media screen and (max-width: 768px) {
      body {
        padding-bottom: 76px;
      }

      .site-shell {
        width: min(calc(100% - 28px), var(--container));
      }

      .nav-wrap {
        min-height: 64px;
      }

      .desktop-nav,
      .nav-cta {
        display: none;
      }

      .brand-mark {
        width: 36px;
        height: 36px;
      }

      .brand-text {
        font-size: 16px;
      }

      .mobile-tabs {
        display: block;
      }

      .status-strip .strip-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 0;
        gap: 8px;
      }

      .strip-left {
        width: 100%;
      }

      .strip-text {
        white-space: normal;
      }

      .page-hero {
        padding: 52px 0 48px;
      }

      .hero-copy {
        font-size: 16px;
      }

      .question-card {
        margin-top: 24px;
      }

      .quick-points {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 54px 0;
      }

      .section-head {
        display: block;
      }

      .section-lead {
        margin-top: 12px;
      }

      .entry-card {
        grid-template-columns: 1fr;
        padding: 18px 16px 18px 20px;
      }

      .entry-number {
        width: 50px;
        height: 50px;
      }

      .entry-meta {
        grid-column: auto;
      }

      .steps-grid {
        grid-template-columns: 1fr;
      }

      .feedback-grid {
        columns: 1;
      }

      .cta-band {
        padding: 28px 20px;
        background: linear-gradient(160deg, var(--amber) 0%, var(--amber) 58%, var(--green) 58%, var(--green) 78%, var(--ink) 78%, var(--ink) 100%);
      }

      .cta-actions .btn {
        width: 100%;
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .site-footer {
        padding-bottom: 96px;
      }
    }

    @media screen and (max-width: 520px) {
      h1 {
        font-size: 34px;
      }

      .question-card h2 {
        font-size: 20px;
      }

      .entry-main h3 {
        font-size: 19px;
      }

      .filter-chip {
        padding: 8px 12px;
      }

      .accordion-title {
        font-size: 16px;
        min-height: 48px;
      }
    }
