.stat-strip { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; margin-top: 8px; }
      .stat-strip .n { font-family: var(--font-display); font-size: 40px; color: var(--hp-ink); line-height: 1; }
      .stat-strip .l { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--hp-muted); margin: 6px 0 0; }
      .fmt { border-radius: 24px; padding: 26px; display: flex; flex-direction: column; gap: 8px; }
      .fmt .thumb { height: 240px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
        font-weight: 700; font-size: 13px; margin-bottom: 8px; overflow: hidden; }
      .fmt .thumb img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 16px; }
      .fmt .top { display: flex; justify-content: space-between; align-items: baseline; }
      .fmt h3 { margin: 0; font-size: 18px; font-weight: 600; color: var(--hp-ink); }
      .fmt .ct { font-size: 12px; color: var(--hp-muted); font-weight: 700; }
      .fmt p { margin: 0; font-size: 13px; line-height: 20px; color: var(--hp-body); }
      .fmt .link { margin-top: 4px; }
      .dom { background: #fff; border-radius: 18px; box-shadow: var(--ring-hairline); padding: 20px; }
      .dom .top { display: flex; justify-content: space-between; gap: 8px; }
      .dom h3 { margin: 0 0 6px; font-size: 15px; font-weight: 600; color: var(--hp-ink); }
      .dom .ct { font-size: var(--fs-micro); color: var(--hp-muted); white-space: nowrap; }
      .dom p { margin: 0 0 10px; font-size: 13px; line-height: 19px; color: var(--hp-body); }
      .filters { display: flex; flex-direction: column; gap: 16px; }
      .search { flex: 1; background: #fff; border: none; box-shadow: var(--ring-hairline); border-radius: 12px;
        padding: 14px 16px; font-size: 14px; color: var(--hp-muted); font-family: var(--font-sans); }
      .fg .fl { font-size: var(--fs-micro); letter-spacing: 1px; text-transform: uppercase; color: var(--hp-muted); margin: 0 0 8px; }
      .chips { display: flex; flex-wrap: wrap; gap: 8px; }
      .chip { font-size: 13px; padding: 7px 14px; border-radius: 999px; cursor: pointer; background: #fff;
        color: var(--hp-body); box-shadow: var(--ring-hairline); font-weight: 500; }
      .chip.active { background: var(--hp-blue); color: #fff; box-shadow: none; }
      .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
      .gc { background: #fff; border-radius: 18px; box-shadow: var(--shadow-card); overflow: hidden; }
      .gc .th { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-weight: 700; color: rgba(63,63,66,.4); position: relative; }
      .gc.lock .th::after { content: "🔒"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
        background: rgba(63,63,66,.25); font-size: 22px; }
      .gc .b { padding: 14px; }
      .gc h4 { margin: 0 0 8px; font-size: 14px; font-weight: 600; color: var(--hp-ink); }
      .gc .tags { display: flex; gap: 6px; flex-wrap: wrap; }
      .gc .tag { font-size: var(--fs-micro); font-weight: 600; padding: 3px 9px; border-radius: 999px; }
      .gate { margin-top: 28px; text-align: center; background: var(--hp-blue); border-radius: 24px; padding: 40px;
        box-shadow: var(--shadow-blue-glow); color: #fff; }
      .gate h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 30px; color: #fff; }
      .gate p { margin: 0 0 18px; color: var(--hp-on-blue-85); }
      .mods { display: flex; flex-wrap: wrap; gap: 12px; }
      .mods .m { font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; }
      @media (max-width:900px){ .cards { grid-template-columns: 1fr 1fr; } }
      @media (max-width:600px){ .cards { grid-template-columns: 1fr; } }
      .mods { flex-wrap: wrap; gap: 6px; }
      .mods .m { padding: 7px 11px; font-size: var(--fs-micro); white-space: nowrap; }
      .gc.lock, .gcard.lock { display: block; }
