/* roulang page: index */
:root {
      --bg: #07070a;
      --bg-2: #0e0f14;
      --panel: #15161d;
      --panel-2: #1b1d26;
      --text: #f5f7fb;
      --muted: #9ca3af;
      --soft: #d9dce7;
      --line: rgba(255,255,255,.12);
      --line-bright: rgba(255,45,122,.52);
      --primary: #ff2d7a;
      --primary-2: #f72585;
      --cyan: #22d3ee;
      --green: #2ef2c2;
      --amber: #fbbf24;
      --danger: #fb3b78;
      --radius: 18px;
      --radius-sm: 12px;
      --shadow: 0 24px 70px rgba(0,0,0,.45);
      --glow: 0 0 28px rgba(255,45,122,.28);
      --container: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--text);
      background:
        radial-gradient(circle at 14% 4%, rgba(255,45,122,.16), transparent 28%),
        radial-gradient(circle at 82% 0%, rgba(34,211,238,.12), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 18px),
        var(--bg);
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
      line-height: 1.7;
      letter-spacing: 0;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    button, input, select { font: inherit; }
    button { cursor: pointer; }
    :focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
    .container { width: min(100% - 40px, var(--container)); margin: 0 auto; }
    .section { padding: 84px 0; position: relative; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 32px;
      padding: 5px 12px;
      border: 1px solid rgba(34,211,238,.25);
      border-radius: 999px;
      color: var(--cyan);
      background: rgba(34,211,238,.06);
      font-size: 13px;
      font-weight: 700;
    }
    .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
    h1, h2, h3 { margin: 0; line-height: 1.18; letter-spacing: 0; }
    h1 { font-size: clamp(34px, 5vw, 58px); max-width: 920px; }
    h2 { font-size: clamp(25px, 3vw, 36px); }
    h3 { font-size: 20px; }
    p { margin: 0; color: var(--soft); }
    .section-head { display: grid; grid-template-columns: 1fr minmax(260px, 460px); gap: 32px; align-items: end; margin-bottom: 34px; }
    .section-head p { font-size: 16px; }

    .site-header {
      position: fixed;
      top: 18px;
      left: 0;
      right: 0;
      z-index: 50;
      pointer-events: none;
    }
    .nav-shell {
      pointer-events: auto;
      width: min(100% - 36px, 1040px);
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      min-height: 64px;
      padding: 9px 12px 9px 18px;
      border: 1px solid rgba(255,45,122,.26);
      border-radius: 999px;
      background: rgba(10,10,14,.72);
      backdrop-filter: blur(16px);
      box-shadow: 0 10px 34px rgba(0,0,0,.36);
      transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .site-header.is-scrolled .nav-shell { background: rgba(7,7,10,.92); border-color: rgba(34,211,238,.32); box-shadow: 0 16px 48px rgba(0,0,0,.52); }
    .brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; white-space: nowrap; }
    .brand-mark { width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--primary), var(--cyan)); box-shadow: var(--glow); position: relative; }
    .brand-mark::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.7); transform: skewX(-12deg); }
    .brand span:last-child { font-size: 15px; }
    .nav-links { display: flex; align-items: center; gap: 6px; }
    .nav-links a {
      position: relative;
      padding: 10px 15px;
      min-height: 44px;
      border-radius: 999px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
      transition: color .2s ease, background .2s ease;
    }
    .nav-links a:hover, .nav-links a.active { color: var(--text); background: rgba(255,255,255,.07); }
    .nav-links a.active::after { content: ""; position: absolute; left: 50%; bottom: 6px; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 14px var(--primary); }
    .nav-cta { padding: 11px 18px; min-height: 44px; border-radius: 999px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; font-weight: 800; box-shadow: var(--glow); transition: transform .2s ease, box-shadow .2s ease; }
    .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 0 36px rgba(34,211,238,.22), var(--glow); }
    .menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: var(--text); }

    .hero {
      min-height: 92vh;
      display: flex;
      align-items: center;
      padding: 118px 0 70px;
      overflow: hidden;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(115deg, rgba(7,7,10,.96) 0%, rgba(7,7,10,.78) 47%, rgba(7,7,10,.96) 100%),
        repeating-linear-gradient(100deg, transparent 0 54px, rgba(255,255,255,.035) 55px 56px);
      z-index: -2;
    }
    .hero-stage { position: absolute; inset: 94px 0 0; z-index: -1; opacity: .92; }
    .poster-wall { width: min(980px, 78vw); margin-left: auto; margin-right: -6vw; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; transform: perspective(900px) rotateY(-12deg) rotateX(4deg); filter: saturate(1.08); }
    .poster-tile {
      min-height: 148px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 16px;
      background: linear-gradient(145deg, rgba(255,45,122,.25), rgba(34,211,238,.08)), var(--panel);
      box-shadow: 0 18px 48px rgba(0,0,0,.34);
      position: relative;
      overflow: hidden;
    }
    .poster-tile::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 0 44%, rgba(255,255,255,.12) 45% 46%, transparent 47%); }
    .poster-tile:nth-child(2n) { transform: translateY(38px); background: linear-gradient(145deg, rgba(34,211,238,.18), rgba(255,45,122,.08)), var(--panel); }
    .poster-tile:nth-child(3n) { min-height: 220px; border-color: rgba(251,191,36,.24); }
    .hero-content { max-width: 900px; }
    .hero .intro { max-width: 760px; margin-top: 22px; font-size: 17px; color: #dfe3ec; }
    .countdown {
      display: inline-grid;
      grid-template-columns: auto repeat(3, minmax(54px, 72px));
      align-items: center;
      gap: 10px;
      margin: 26px 0 22px;
      padding: 10px;
      border: 1px solid rgba(255,45,122,.32);
      border-radius: 999px;
      background: rgba(15,16,22,.78);
      box-shadow: var(--glow);
    }
    .countdown-label { padding: 0 10px; color: var(--amber); font-weight: 800; font-size: 14px; }
    .time-pill { display: grid; place-items: center; min-height: 42px; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--text); font-weight: 900; }
    .hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 12px 20px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 850;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
    }
    .btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2) 72%, rgba(34,211,238,.72)); color: white; box-shadow: var(--glow); }
    .btn-secondary { background: rgba(255,255,255,.055); border-color: rgba(34,211,238,.35); color: var(--text); }
    .btn:hover { transform: translateY(-3px); box-shadow: 0 0 32px rgba(34,211,238,.18), var(--glow); }
    .hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; max-width: 760px; }
    .metric { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(21,22,29,.76); }
    .metric strong { display: block; font-size: 26px; color: var(--text); line-height: 1.1; }
    .metric span { color: var(--muted); font-size: 13px; }

    .band { background: linear-gradient(180deg, rgba(21,22,29,.66), rgba(14,15,20,.84)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .category-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr; gap: 18px; }
    .entry-card, .content-card, .state-card, .faq-item, .update-card, .quote-card, .step-card, .download-panel {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
      box-shadow: 0 18px 50px rgba(0,0,0,.22);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
      overflow: hidden;
    }
    .entry-card:hover, .content-card:hover, .state-card:hover, .update-card:hover, .quote-card:hover, .step-card:hover { transform: translateY(-4px); border-color: rgba(34,211,238,.45); box-shadow: 0 22px 62px rgba(0,0,0,.34), 0 0 28px rgba(255,45,122,.14); }
    .entry-card { min-height: 250px; padding: 22px; position: relative; }
    .entry-card.feature { grid-row: span 2; min-height: 520px; }
    .visual-cover { height: 170px; margin: -22px -22px 22px; background: radial-gradient(circle at 30% 20%, rgba(255,45,122,.62), transparent 32%), radial-gradient(circle at 75% 40%, rgba(34,211,238,.35), transparent 30%), linear-gradient(135deg, #20222d, #101118); position: relative; }
    .visual-cover::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.12); transform: skewX(-10deg); }
    .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
    .tag { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 10px; border-radius: 999px; background: rgba(255,45,122,.1); color: #ffd9e7; border: 1px solid rgba(255,45,122,.24); font-size: 13px; font-weight: 700; }
    .tag.cyan { background: rgba(34,211,238,.1); color: #d9fbff; border-color: rgba(34,211,238,.24); }
    .card-link { display: inline-flex; margin-top: 18px; color: var(--cyan); font-weight: 850; }

    .story-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: start; }
    .node-list { display: grid; gap: 16px; }
    .node { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.04); }
    .node-num { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--amber); background: rgba(251,191,36,.1); border: 1px solid rgba(251,191,36,.22); font-weight: 900; }

    .filter-bar { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 22px; }
    .chip { flex: 0 0 auto; min-height: 38px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); color: var(--muted); font-weight: 750; }
    .chip.active, .chip:hover { color: var(--text); border-color: rgba(255,45,122,.42); background: rgba(255,45,122,.1); }
    .content-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
    .content-card { grid-column: span 3; min-height: 320px; display: flex; flex-direction: column; }
    .content-card.large { grid-column: span 6; }
    .cover { height: 150px; background: linear-gradient(135deg, rgba(255,45,122,.36), rgba(34,211,238,.14)), #15161d; position: relative; }
    .cover::after { content: attr(data-label); position: absolute; left: 16px; top: 16px; padding: 5px 10px; border-radius: 999px; background: rgba(7,7,10,.62); color: var(--text); font-size: 13px; font-weight: 800; border: 1px solid rgba(255,255,255,.14); }
    .content-card .body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
    .content-card p { margin-top: 10px; font-size: 14px; }
    .meta { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 13px; }

    .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 18px; }
    .state-card { padding: 20px; position: relative; }
    .state-card::before { content: ""; position: absolute; left: 0; top: 20px; width: 3px; height: 40px; background: linear-gradient(var(--primary), var(--cyan)); border-radius: 999px; }
    .state-card strong { font-size: 28px; line-height: 1; display: block; }
    .wide-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

    .updates-wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
    .news-list { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); overflow: hidden; }
    .news-list a { display: grid; grid-template-columns: 98px 1fr auto; gap: 16px; align-items: center; padding: 17px 18px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
    .news-list a:last-child { border-bottom: 0; }
    .news-list a:hover { background: rgba(34,211,238,.07); }
    .news-list time { color: var(--cyan); font-weight: 850; font-size: 13px; }
    .news-list span { color: var(--muted); font-size: 13px; }
    .quote-card { padding: 24px; }
    .quote-card blockquote { margin: 0; color: var(--text); font-size: 20px; line-height: 1.55; }

    .timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
    .step-card { padding: 22px; min-height: 210px; }
    .step-card::before { counter-increment: step; content: "0" counter(step); display: inline-flex; margin-bottom: 16px; color: var(--amber); font-weight: 900; }

    .download-panel { padding: 30px; display: grid; grid-template-columns: 1fr 420px; gap: 26px; align-items: center; background: linear-gradient(120deg, rgba(255,45,122,.15), rgba(34,211,238,.08)), rgba(255,255,255,.04); }
    .subscribe-form { display: grid; grid-template-columns: 1fr 150px; gap: 12px; }
    .field, select {
      width: 100%;
      min-height: 50px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(7,7,10,.72);
      color: var(--text);
      padding: 0 16px;
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    .field::placeholder { color: rgba(156,163,175,.72); }
    .field:focus, select:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(34,211,238,.12); outline: none; }
    .form-note { margin-top: 10px; color: var(--muted); font-size: 13px; }
    .form-note.success { color: var(--green); }
    .form-note.error { color: var(--danger); }

    .faq-list { display: grid; gap: 12px; max-width: 920px; margin: 0 auto; }
    .faq-item { background: rgba(255,255,255,.035); }
    .faq-question { width: 100%; min-height: 62px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; color: var(--text); text-align: left; font-weight: 850; }
    .faq-icon { transition: transform .2s ease; color: var(--cyan); }
    .faq-answer { display: none; padding: 0 20px 20px; color: var(--soft); border-left: 3px solid var(--primary); margin-left: 20px; }
    .faq-item.open { border-color: rgba(255,45,122,.42); }
    .faq-item.open .faq-answer { display: block; }
    .faq-item.open .faq-icon { transform: rotate(45deg); }

    .site-footer { padding: 54px 0 34px; border-top: 1px solid rgba(255,45,122,.28); background: #08080c; position: relative; }
    .site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--primary), var(--cyan), transparent); }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 28px; }
    .footer-links { display: grid; gap: 10px; }
    .footer-links a { color: var(--muted); transition: color .2s ease; }
    .footer-links a:hover { color: var(--cyan); }
    .copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

    @media (max-width: 1024px) {
      .section-head, .story-layout, .updates-wrap, .download-panel { grid-template-columns: 1fr; }
      .category-grid { grid-template-columns: 1fr 1fr; }
      .entry-card.feature { grid-row: auto; min-height: 360px; grid-column: span 2; }
      .content-card, .content-card.large { grid-column: span 6; }
      .trust-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
      .poster-wall { width: 1040px; opacity: .5; }
    }
    @media (max-width: 768px) {
      .site-header { top: 12px; }
      .nav-shell { border-radius: 24px; align-items: flex-start; flex-wrap: wrap; }
      .menu-btn { display: inline-grid; place-items: center; }
      .nav-links, .nav-cta { display: none; width: 100%; }
      .nav-shell.open .nav-links { display: grid; gap: 4px; padding-top: 8px; }
      .nav-shell.open .nav-cta { display: inline-flex; margin-top: 8px; }
      .nav-links a { width: 100%; }
      .hero { min-height: auto; padding-top: 112px; }
      .countdown { grid-template-columns: 1fr 1fr 1fr; border-radius: 22px; width: 100%; }
      .countdown-label { grid-column: 1 / -1; }
      .hero-metrics, .category-grid, .wide-notes, .footer-grid, .subscribe-form { grid-template-columns: 1fr; }
      .entry-card.feature { grid-column: auto; }
      .content-grid { display: flex; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
      .content-card, .content-card.large { min-width: 82%; scroll-snap-align: start; }
      .news-list a { grid-template-columns: 1fr; gap: 4px; }
      .download-panel { padding: 22px; }
      .section { padding: 58px 0; }
    }
    @media (max-width: 520px) {
      .container { width: min(100% - 28px, var(--container)); }
      h1 { font-size: 34px; }
      .brand span:last-child { max-width: 210px; white-space: normal; line-height: 1.25; }
      .hero-actions .btn, .cta-actions .btn { width: 100%; }
      .trust-grid, .timeline { grid-template-columns: 1fr; }
      .content-card, .content-card.large { min-width: 90%; }
      .poster-wall { margin-right: -420px; }
    }

/* roulang page: category1 */
:root {
      --bg: #07070a;
      --bg-2: #0e0f14;
      --bg-3: #15161d;
      --panel: rgba(21, 22, 29, .78);
      --panel-strong: rgba(12, 13, 18, .92);
      --text: #f6f7fb;
      --muted: #a7adbb;
      --soft: #d9dce7;
      --line: rgba(255, 255, 255, .12);
      --line-strong: rgba(255, 45, 122, .46);
      --primary: #ff2d7a;
      --primary-2: #f72585;
      --cyan: #22d3ee;
      --green: #2ef2c2;
      --amber: #fbbf24;
      --danger: #ff4b84;
      --radius-sm: 12px;
      --radius: 18px;
      --radius-lg: 26px;
      --pill: 999px;
      --shadow: 0 24px 80px rgba(0, 0, 0, .46);
      --glow: 0 0 34px rgba(255, 45, 122, .28);
      --cyan-glow: 0 0 28px rgba(34, 211, 238, .18);
      --container: 1240px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 15% 8%, rgba(255, 45, 122, .16), transparent 32%),
        radial-gradient(circle at 85% 22%, rgba(34, 211, 238, .10), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 46px),
        var(--bg);
      line-height: 1.7;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .14;
      background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.25));
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button {
      border: 0;
      cursor: pointer;
    }

    input,
    select {
      color: var(--text);
    }

    :focus-visible {
      outline: 2px solid var(--cyan);
      outline-offset: 4px;
    }

    .container {
      width: min(calc(100% - 40px), var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: fixed;
      top: 18px;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 0 20px;
      transition: transform .3s ease;
    }

    .nav-shell {
      width: min(100%, 980px);
      min-height: 64px;
      margin: 0 auto;
      padding: 8px 10px 8px 16px;
      display: flex;
      align-items: center;
      gap: 14px;
      border: 1px solid rgba(255, 255, 255, .13);
      border-radius: var(--pill);
      background: rgba(10, 10, 14, .74);
      backdrop-filter: blur(16px);
      box-shadow: 0 18px 55px rgba(0, 0, 0, .34);
      transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    .site-header.is-scrolled .nav-shell {
      background: rgba(7, 7, 10, .92);
      border-color: rgba(255, 45, 122, .32);
      box-shadow: 0 18px 60px rgba(0, 0, 0, .58), var(--glow);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      font-weight: 800;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .brand-mark {
      width: 28px;
      height: 28px;
      border-radius: 9px;
      background:
        linear-gradient(135deg, var(--primary), transparent 58%),
        linear-gradient(315deg, var(--cyan), rgba(46, 242, 194, .1));
      box-shadow: 0 0 22px rgba(255, 45, 122, .42);
      position: relative;
      flex: 0 0 auto;
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 7px 5px;
      border-top: 2px solid rgba(255,255,255,.8);
      border-bottom: 2px solid rgba(255,255,255,.45);
      transform: skewX(-18deg);
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
      margin-left: auto;
      padding: 4px;
      border-radius: var(--pill);
      background: rgba(255, 255, 255, .045);
    }

    .nav-links a {
      position: relative;
      padding: 10px 15px;
      border-radius: var(--pill);
      color: var(--muted);
      font-size: 14px;
      font-weight: 650;
      transition: color .2s ease, background .2s ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--text);
      background: rgba(255, 45, 122, .16);
    }

    .nav-links a.active::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 4px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--cyan);
      transform: translateX(-50%);
      box-shadow: 0 0 12px var(--cyan);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border-radius: var(--pill);
      background: linear-gradient(135deg, var(--primary), var(--primary-2));
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      box-shadow: 0 0 22px rgba(255, 45, 122, .26);
      transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .nav-cta:hover {
      transform: translateY(-2px);
      filter: brightness(1.08);
      box-shadow: 0 0 28px rgba(255, 45, 122, .38), 0 0 18px rgba(34, 211, 238, .12);
    }

    .menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      margin-left: auto;
      border-radius: 50%;
      background: rgba(255, 255, 255, .08);
      color: var(--text);
      font-size: 20px;
    }

    .page-hero {
      min-height: 58vh;
      padding: 128px 0 58px;
      position: relative;
      overflow: hidden;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(115deg, rgba(255, 45, 122, .10), transparent 36%),
        linear-gradient(295deg, rgba(34, 211, 238, .10), transparent 42%);
      pointer-events: none;
    }

    .hero-layout {
      position: relative;
      display: grid;
      grid-template-columns: 7fr 5fr;
      gap: 34px;
      align-items: end;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 20px;
      color: var(--muted);
      font-size: 14px;
    }

    .breadcrumb a {
      color: var(--soft);
      transition: color .2s ease;
    }

    .breadcrumb a:hover {
      color: var(--cyan);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 13px;
      margin-bottom: 18px;
      border: 1px solid rgba(34, 211, 238, .28);
      border-radius: var(--pill);
      color: var(--cyan);
      background: rgba(34, 211, 238, .08);
      font-size: 13px;
      font-weight: 750;
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 12px var(--green);
    }

    h1,
    h2,
    h3 {
      margin: 0;
      line-height: 1.18;
      letter-spacing: 0;
    }

    h1 {
      max-width: 760px;
      font-size: clamp(34px, 5vw, 58px);
      font-weight: 900;
    }

    h2 {
      font-size: clamp(25px, 3vw, 36px);
      font-weight: 880;
    }

    h3 {
      font-size: 20px;
      font-weight: 820;
    }

    p {
      margin: 0;
      color: var(--muted);
    }

    .hero-copy {
      max-width: 760px;
      margin-top: 20px;
      font-size: 17px;
      color: var(--soft);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 48px;
      padding: 0 22px;
      border-radius: var(--pill);
      font-weight: 820;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    }

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--primary), var(--primary-2) 65%, rgba(34, 211, 238, .82));
      box-shadow: var(--glow);
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 0 36px rgba(255, 45, 122, .34), 0 0 22px rgba(34, 211, 238, .18);
    }

    .btn-secondary {
      color: var(--text);
      border: 1px solid rgba(34, 211, 238, .34);
      background: rgba(255, 255, 255, .045);
    }

    .btn-secondary:hover {
      transform: translateY(-3px);
      border-color: rgba(46, 242, 194, .7);
      box-shadow: var(--cyan-glow);
    }

    .hero-panel {
      min-height: 360px;
      padding: 18px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: var(--radius-lg);
      background: linear-gradient(145deg, rgba(21,22,29,.92), rgba(7,7,10,.78));
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
    }

    .hero-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 0 28%, rgba(255,45,122,.10) 28% 29%, transparent 29% 61%, rgba(34,211,238,.10) 61% 62%, transparent 62%);
      pointer-events: none;
    }

    .region-stack {
      position: relative;
      display: grid;
      gap: 12px;
    }

    .region-strip {
      min-height: 72px;
      padding: 14px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 16px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
        rgba(10,10,14,.68);
      transform: skewX(-4deg);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .region-strip:hover {
      transform: translateY(-3px) skewX(-4deg);
      border-color: rgba(255,45,122,.55);
      box-shadow: var(--glow);
    }

    .region-strip > * {
      transform: skewX(4deg);
    }

    .strip-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 7px;
    }

    .strip-name {
      font-weight: 820;
      color: var(--text);
    }

    .strip-status {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--green);
      font-size: 12px;
      font-weight: 750;
    }

    .strip-status::before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: currentColor;
      box-shadow: 0 0 10px currentColor;
    }

    .strip-desc {
      color: var(--muted);
      font-size: 13px;
    }

    .section {
      padding: 86px 0;
      position: relative;
    }

    .section.alt {
      background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
      border-top: 1px solid rgba(255,255,255,.06);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }

    .section-head {
      display: grid;
      grid-template-columns: 5fr 7fr;
      gap: 28px;
      align-items: end;
      margin-bottom: 32px;
    }

    .section-head p {
      font-size: 16px;
      color: var(--soft);
    }

    .filter-dock {
      display: grid;
      grid-template-columns: 1.2fr .8fr auto;
      gap: 14px;
      padding: 16px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(12,13,18,.82);
      box-shadow: 0 18px 60px rgba(0,0,0,.24);
      margin-bottom: 20px;
    }

    .search-field,
    .select-field,
    .subscribe-field {
      width: 100%;
      min-height: 48px;
      padding: 0 16px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: var(--pill);
      background: rgba(255,255,255,.055);
      color: var(--text);
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .select-field {
      appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, var(--cyan) 50%), linear-gradient(135deg, var(--cyan) 50%, transparent 50%);
      background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px;
      background-size: 6px 6px;
      background-repeat: no-repeat;
    }

    .search-field::placeholder,
    .subscribe-field::placeholder {
      color: rgba(167,173,187,.72);
    }

    .search-field:focus,
    .select-field:focus,
    .subscribe-field:focus {
      border-color: rgba(34,211,238,.72);
      box-shadow: 0 0 0 4px rgba(34,211,238,.13);
      background: rgba(255,255,255,.075);
    }

    .chips {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 4px 0 12px;
      scrollbar-width: thin;
    }

    .chip {
      flex: 0 0 auto;
      min-height: 38px;
      padding: 0 14px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: var(--pill);
      background: rgba(255,255,255,.05);
      color: var(--soft);
      font-size: 14px;
      font-weight: 720;
      transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
    }

    .chip:hover,
    .chip.active {
      color: #fff;
      border-color: rgba(255,45,122,.56);
      background: rgba(255,45,122,.16);
      transform: translateY(-2px);
    }

    .main-grid {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 24px;
      align-items: start;
    }

    .side-panel {
      position: sticky;
      top: 104px;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: 0 18px 50px rgba(0,0,0,.24);
    }

    .side-panel h3 {
      margin-bottom: 14px;
      padding-left: 12px;
      border-left: 3px solid var(--primary);
    }

    .side-list {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .side-item {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 12px;
      border: 1px solid rgba(255,255,255,.09);
      border-radius: 14px;
      background: rgba(255,255,255,.035);
      color: var(--soft);
      font-size: 14px;
    }

    .side-item strong {
      color: var(--text);
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .entry-card {
      min-height: 330px;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: var(--radius);
      background: rgba(15,16,22,.82);
      overflow: hidden;
      box-shadow: 0 16px 44px rgba(0,0,0,.24);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .entry-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255,45,122,.52);
      box-shadow: var(--glow), 0 24px 60px rgba(0,0,0,.34);
    }

    .entry-cover {
      min-height: 128px;
      padding: 14px;
      background:
        linear-gradient(135deg, rgba(255,45,122,.34), transparent 42%),
        linear-gradient(315deg, rgba(34,211,238,.24), transparent 48%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.09) 0 1px, transparent 1px 18px),
        #15161d;
      position: relative;
      overflow: hidden;
    }

    .entry-cover::after {
      content: "";
      position: absolute;
      inset: auto 14px 14px auto;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(255,255,255,.24);
      transform: skewX(-16deg);
      background: rgba(7,7,10,.34);
    }

    .badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      position: relative;
      z-index: 1;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      min-height: 26px;
      padding: 0 9px;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: var(--pill);
      background: rgba(7,7,10,.58);
      color: var(--soft);
      font-size: 12px;
      font-weight: 760;
    }

    .badge.hot {
      color: #111217;
      background: var(--amber);
      border-color: transparent;
    }

    .badge.cyan {
      color: var(--cyan);
      border-color: rgba(34,211,238,.36);
      background: rgba(34,211,238,.09);
    }

    .entry-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 18px;
    }

    .entry-body h3 {
      margin-bottom: 9px;
    }

    .entry-body p {
      font-size: 14px;
    }

    .entry-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: auto;
      padding-top: 18px;
      color: var(--muted);
      font-size: 13px;
    }

    .entry-link {
      color: var(--cyan);
      font-weight: 780;
      transition: color .2s ease;
    }

    .entry-link:hover {
      color: var(--green);
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .process-card,
    .metric-card,
    .faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: 0 18px 48px rgba(0,0,0,.22);
    }

    .process-card {
      padding: 22px;
      position: relative;
      overflow: hidden;
    }

    .process-card::before {
      content: attr(data-step);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 28px;
      margin-bottom: 16px;
      border-radius: 9px;
      background: rgba(255,45,122,.16);
      color: var(--primary);
      font-weight: 900;
      border: 1px solid rgba(255,45,122,.34);
    }

    .process-card h3 {
      margin-bottom: 8px;
    }

    .metric-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .metric-card {
      padding: 20px;
      position: relative;
    }

    .metric-card::after {
      content: "";
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 16px;
      height: 3px;
      border-radius: var(--pill);
      background: linear-gradient(90deg, var(--primary), var(--cyan));
      opacity: .72;
    }

    .metric-value {
      display: block;
      margin-bottom: 8px;
      font-size: 30px;
      line-height: 1;
      font-weight: 900;
      color: var(--text);
    }

    .metric-card p {
      padding-bottom: 14px;
      font-size: 14px;
    }

    .faq-wrap {
      display: grid;
      gap: 12px;
      max-width: 900px;
    }

    .faq-item {
      overflow: hidden;
      transition: border-color .2s ease, background .2s ease;
    }

    .faq-item:hover,
    .faq-item.open {
      border-color: rgba(34,211,238,.35);
      background: rgba(21,22,29,.92);
    }

    .faq-question {
      width: 100%;
      min-height: 62px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 0 20px;
      color: var(--text);
      background: transparent;
      text-align: left;
      font-weight: 820;
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      flex: 0 0 auto;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--cyan);
      border: 1px solid rgba(34,211,238,.35);
      transition: transform .2s ease, background .2s ease;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
      background: rgba(34,211,238,.1);
    }

    .faq-answer {
      display: none;
      padding: 0 20px 20px 20px;
      border-left: 3px solid var(--primary);
      margin-left: 20px;
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    .subscribe-band {
      border: 1px solid rgba(255,45,122,.24);
      border-radius: var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(255,45,122,.18), transparent 38%),
        linear-gradient(315deg, rgba(34,211,238,.14), transparent 42%),
        rgba(12,13,18,.92);
      box-shadow: var(--shadow);
      padding: 34px;
      overflow: hidden;
    }

    .subscribe-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      align-items: center;
    }

    .subscribe-form {
      display: grid;
      grid-template-columns: 1fr .75fr auto;
      gap: 12px;
      margin-top: 20px;
    }

    .form-note {
      min-height: 24px;
      margin-top: 10px;
      color: var(--muted);
      font-size: 13px;
    }

    .form-note.success {
      color: var(--green);
    }

    .form-note.error {
      color: var(--danger);
    }

    .mini-panel {
      display: grid;
      gap: 12px;
    }

    .mini-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 13px 14px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      background: rgba(255,255,255,.045);
      color: var(--soft);
      font-size: 14px;
    }

    .mini-row span:last-child {
      color: var(--cyan);
      font-weight: 780;
    }

    .pagination {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 30px;
    }

    .page-btn {
      min-width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: var(--pill);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--soft);
      background: rgba(255,255,255,.045);
      font-weight: 780;
      transition: border-color .2s ease, background .2s ease, color .2s ease;
    }

    .page-btn:hover {
      border-color: rgba(34,211,238,.52);
      color: #fff;
    }

    .page-btn.current {
      border-color: transparent;
      color: #fff;
      background: var(--primary);
    }

    .site-footer {
      padding: 58px 0 30px;
      border-top: 1px solid rgba(255,45,122,.25);
      background:
        linear-gradient(180deg, rgba(255,45,122,.06), transparent 42%),
        #07070a;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr .7fr .9fr;
      gap: 34px;
      padding-bottom: 34px;
    }

    .site-footer h3 {
      font-size: 16px;
      margin: 0;
    }

    .site-footer p {
      max-width: 430px;
      font-size: 14px;
    }

    .mt-4 {
      margin-top: 16px;
    }

    .footer-links {
      display: grid;
      gap: 10px;
    }

    .footer-links a {
      color: var(--muted);
      font-size: 14px;
      transition: color .2s ease, transform .2s ease;
    }

    .footer-links a:hover {
      color: var(--cyan);
      transform: translateX(3px);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.09);
      color: var(--muted);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .hero-layout,
      .section-head,
      .main-grid,
      .subscribe-grid {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: static;
      }

      .card-grid,
      .metric-grid,
      .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .filter-dock {
        grid-template-columns: 1fr 1fr;
      }

      .filter-dock .btn {
        grid-column: 1 / -1;
      }

      .hero-panel {
        min-height: auto;
      }
    }

    @media (max-width: 760px) {
      .site-header {
        top: 10px;
        padding: 0 12px;
      }

      .nav-shell {
        min-height: 58px;
        border-radius: 24px;
        flex-wrap: wrap;
      }

      .brand {
        max-width: calc(100% - 58px);
        font-size: 14px;
      }

      .menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .nav-links,
      .nav-cta {
        display: none;
        width: 100%;
      }

      .nav-shell.menu-open .nav-links {
        display: grid;
        margin-left: 0;
        padding: 8px;
        border-radius: 18px;
      }

      .nav-shell.menu-open .nav-links a {
        min-height: 44px;
        display: flex;
        align-items: center;
      }

      .nav-shell.menu-open .nav-cta {
        display: flex;
        margin: 0 2px 4px;
      }

      .page-hero {
        min-height: auto;
        padding: 112px 0 46px;
      }

      .container {
        width: min(calc(100% - 28px), var(--container));
      }

      .section {
        padding: 58px 0;
      }

      .hero-copy,
      .section-head p {
        font-size: 15px;
      }

      .hero-actions .btn,
      .subscribe-form .btn {
        width: 100%;
      }

      .filter-dock,
      .subscribe-form {
        grid-template-columns: 1fr;
      }

      .card-grid,
      .metric-grid,
      .process-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .subscribe-band {
        padding: 24px;
      }

      .copyright {
        flex-direction: column;
      }
    }

    @media (max-width: 520px) {
      h1 {
        font-size: 34px;
      }

      h2 {
        font-size: 26px;
      }

      .hero-actions {
        flex-direction: column;
      }

      .region-strip {
        transform: none;
      }

      .region-strip:hover {
        transform: translateY(-3px);
      }

      .region-strip > * {
        transform: none;
      }

      .entry-card {
        min-height: 300px;
      }

      .faq-question {
        padding: 0 16px;
      }
    }
