/* roulang page: index */
:root{
      --bg:#09090b;
      --bg-2:#111015;
      --panel:#18111f;
      --panel-2:#211729;
      --text:#f6f1e8;
      --muted:#a7a7b0;
      --line:rgba(246,241,232,.14);
      --line-strong:rgba(255,46,116,.45);
      --pink:#ff2e74;
      --pink-2:#ff5f93;
      --cyan:#23f0c7;
      --cyan-soft:rgba(35,240,199,.13);
      --warning:#ffd166;
      --radius:8px;
      --shadow:0 16px 48px rgba(0,0,0,.46);
      --inner:inset 0 0 0 1px rgba(255,255,255,.06);
      --max:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      line-height:1.7;
      background:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),
        radial-gradient(circle at 20% 0%,rgba(255,46,116,.16),transparent 28%),
        radial-gradient(circle at 88% 12%,rgba(35,240,199,.10),transparent 26%),
        var(--bg);
      background-size:34px 34px,34px 34px,auto,auto,auto;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background:repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0,rgba(255,255,255,.035) 1px,transparent 1px,transparent 5px);
      z-index:0;
    }
    a{color:inherit;text-decoration:none;transition:.2s ease}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    .site-wrap{position:relative;z-index:1}
    .container{width:min(var(--max),calc(100% - 32px));margin:0 auto}
    .section{padding:84px 0}
    .section.tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:5px 10px;
      border:1px solid rgba(35,240,199,.32);
      border-radius:999px;
      color:var(--cyan);
      background:rgba(35,240,199,.08);
      font-size:13px;
      font-weight:700;
    }
    .eyebrow:before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 14px var(--cyan);
    }
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:26px;
      margin-bottom:30px;
    }
    .section-title{margin:12px 0 0;font-size:clamp(28px,4vw,48px);line-height:1.12;font-weight:900;letter-spacing:0}
    .section-desc{max-width:650px;margin:10px 0 0;color:var(--muted);font-size:16px}
    .topbar{
      position:sticky;
      top:0;
      z-index:50;
      min-height:72px;
      border-bottom:1px solid var(--line);
      background:rgba(9,9,11,.88);
      backdrop-filter:blur(16px);
    }
    .nav{
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      line-height:1.15;
    }
    .brand-mark{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border:1px solid rgba(255,46,116,.55);
      background:linear-gradient(135deg,rgba(255,46,116,.24),rgba(35,240,199,.10));
      color:var(--text);
      border-radius:7px;
      box-shadow:0 0 22px rgba(255,46,116,.2);
      flex:0 0 auto;
    }
    .brand-text{max-width:260px;white-space:normal;font-size:15px}
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      flex:1;
    }
    .nav-links a{
      min-height:42px;
      display:inline-flex;
      align-items:center;
      padding:0 14px;
      border:1px solid transparent;
      border-radius:7px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .nav-links a:hover,.nav-links a.active{
      color:var(--text);
      border-color:rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
    }
    .nav-action{display:flex;gap:10px;align-items:center}
    .menu-toggle{display:none}
    .btn{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:0 18px;
      border-radius:7px;
      border:1px solid transparent;
      cursor:pointer;
      font-weight:900;
      line-height:1.2;
      transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:focus,.nav-links a:focus,input:focus,select:focus,summary:focus{outline:2px solid var(--cyan);outline-offset:3px}
    .btn-primary{
      background:var(--pink);
      color:#fff;
      box-shadow:0 12px 28px rgba(255,46,116,.28);
    }
    .btn-primary:hover{background:var(--pink-2);color:#fff}
    .btn-secondary{
      color:var(--cyan);
      border-color:rgba(35,240,199,.55);
      background:rgba(35,240,199,.06);
    }
    .btn-secondary:hover{color:#07110f;background:var(--cyan)}
    .hero{
      min-height:calc(100vh - 72px);
      padding:56px 0 34px;
      display:flex;
      align-items:center;
      position:relative;
      overflow:hidden;
    }
    .hero-media{
      position:absolute;
      inset:0;
      opacity:.34;
      background:
        linear-gradient(90deg,rgba(9,9,11,.92),rgba(9,9,11,.66),rgba(9,9,11,.88)),
        linear-gradient(135deg,rgba(255,46,116,.24),transparent 36%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0,rgba(255,255,255,.06) 1px,transparent 1px,transparent 18px);
    }
    .hero-media:after{
      content:"";
      position:absolute;
      inset:12% 6%;
      border:1px solid rgba(255,255,255,.12);
      clip-path:polygon(0 0,92% 0,100% 18%,100% 100%,8% 100%,0 82%);
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
      gap:34px;
      align-items:center;
    }
    .hero-copy{max-width:780px}
    .brand-kicker{
      color:var(--cyan);
      font-weight:900;
      margin:0 0 12px;
    }
    h1{
      margin:0;
      max-width:900px;
      font-size:clamp(38px,6vw,76px);
      line-height:1.05;
      font-weight:900;
      letter-spacing:0;
      text-wrap:balance;
    }
    .hero-lead{
      max-width:760px;
      margin:22px 0 0;
      color:#ddd7cf;
      font-size:18px;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
    .adult-note{
      margin-top:18px;
      padding:12px 14px;
      border-left:3px solid var(--warning);
      background:rgba(255,209,102,.08);
      color:#e9debf;
      font-size:14px;
    }
    .hero-points{
      margin-top:26px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      max-width:760px;
    }
    .point{
      padding:14px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(24,17,31,.78);
      box-shadow:var(--inner);
    }
    .point strong{display:block;color:var(--cyan);font-size:22px;line-height:1}
    .point span{display:block;margin-top:6px;color:var(--muted);font-size:13px}
    .control-panel{
      position:relative;
      border:1px solid rgba(255,255,255,.16);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(33,23,41,.94),rgba(12,11,14,.94));
      box-shadow:var(--shadow),var(--inner);
      padding:22px;
      overflow:hidden;
    }
    .burst{
      position:absolute;
      top:18px;
      right:-8px;
      padding:9px 18px;
      background:var(--pink);
      color:#fff;
      font-weight:900;
      font-size:13px;
      clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);
      box-shadow:0 10px 26px rgba(255,46,116,.25);
    }
    .panel-title{margin:0 0 16px;font-size:22px;font-weight:900}
    .countdown{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
      margin:22px 0;
    }
    .timebox{
      min-width:0;
      height:76px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(255,46,116,.42);
      border-radius:7px;
      background:#0d0b10;
    }
    .timebox b{font-size:28px;line-height:1;color:var(--pink);font-variant-numeric:tabular-nums}
    .timebox span{margin-top:7px;color:var(--cyan);font-size:12px;font-weight:800}
    .check-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
    .check-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:11px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
      color:#ded9d1;
    }
    .status{
      flex:0 0 auto;
      padding:3px 8px;
      border-radius:999px;
      background:var(--cyan-soft);
      color:var(--cyan);
      font-size:12px;
      font-weight:900;
    }
    .timeline{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(24,17,31,.72);
      overflow:hidden;
    }
    .step{
      position:relative;
      padding:24px 18px;
      min-height:185px;
      border-right:1px solid var(--line);
    }
    .step:last-child{border-right:0}
    .step:before{
      content:"";
      position:absolute;
      top:49px;
      left:0;
      right:0;
      height:2px;
      background:linear-gradient(90deg,var(--pink),var(--cyan));
      opacity:.42;
    }
    .step-num{
      position:relative;
      width:36px;
      height:36px;
      display:grid;
      place-items:center;
      border:1px solid rgba(35,240,199,.55);
      border-radius:50%;
      background:#0b0a0e;
      color:var(--cyan);
      font-weight:900;
      z-index:1;
    }
    .step h3{margin:18px 0 8px;font-size:18px}
    .step p{margin:0;color:var(--muted);font-size:14px}
    .highlight-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .info-card,.plan-card,.topic-card,.news-card,.quote-card{
      position:relative;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,rgba(33,23,41,.82),rgba(14,13,17,.92));
      box-shadow:var(--inner);
      overflow:hidden;
      transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
    }
    .info-card:hover,.plan-card:hover,.topic-card:hover,.news-card:hover,.quote-card:hover{
      transform:translateY(-3px);
      border-color:rgba(35,240,199,.38);
      box-shadow:0 14px 34px rgba(0,0,0,.36);
    }
    .info-card{padding:22px}
    .icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:7px;
      border:1px solid rgba(255,46,116,.45);
      color:var(--pink);
      font-weight:900;
      background:rgba(255,46,116,.08);
    }
    .card-badge{
      position:absolute;
      top:16px;
      right:16px;
      padding:4px 8px;
      border-radius:4px;
      background:rgba(35,240,199,.12);
      color:var(--cyan);
      font-size:12px;
      font-weight:900;
    }
    .info-card h3,.topic-card h3,.news-card h3{margin:18px 0 8px;font-size:19px}
    .info-card p,.topic-card p,.news-card p{margin:0;color:var(--muted);font-size:14px}
    .meter{
      margin-top:16px;
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .meter i{display:block;height:100%;background:linear-gradient(90deg,var(--pink),var(--cyan))}
    .topics{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
      align-items:stretch;
    }
    .topic-card{padding:22px}
    .topic-main{
      min-height:300px;
      background:
        linear-gradient(135deg,rgba(255,46,116,.18),rgba(35,240,199,.08)),
        linear-gradient(180deg,rgba(33,23,41,.92),rgba(14,13,17,.98));
    }
    .tag-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:32px;
      padding:5px 10px;
      border:1px solid rgba(255,255,255,.13);
      border-radius:999px;
      color:#ddd7cf;
      background:rgba(255,255,255,.045);
      font-size:13px;
      font-weight:700;
    }
    .plans{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .plan-card{padding:24px}
    .plan-card.featured{
      border-color:var(--line-strong);
      box-shadow:0 0 0 1px rgba(255,46,116,.20),0 20px 48px rgba(255,46,116,.12);
    }
    .plan-card.featured:before{
      content:"推荐入口";
      position:absolute;
      top:14px;
      right:-18px;
      transform:rotate(18deg);
      padding:6px 20px;
      background:var(--pink);
      color:#fff;
      font-size:12px;
      font-weight:900;
    }
    .plan-name{margin:0;color:var(--cyan);font-weight:900}
    .plan-title{margin:8px 0 0;font-size:28px;font-weight:900}
    .plan-desc{min-height:54px;margin:10px 0 18px;color:var(--muted)}
    .plan-card ul{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}
    .plan-card li{position:relative;padding-left:18px;color:#e5ded5;font-size:14px}
    .plan-card li:before{content:"";position:absolute;left:0;top:.75em;width:7px;height:7px;background:var(--cyan);border-radius:50%}
    .news-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 360px;
      gap:18px;
    }
    .news-list{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(24,17,31,.62);
      overflow:hidden;
    }
    .news-row{
      display:grid;
      grid-template-columns:120px minmax(0,1fr) auto;
      gap:18px;
      align-items:center;
      padding:18px;
      border-bottom:1px solid var(--line);
    }
    .news-row:last-child{border-bottom:0}
    .news-row time{color:var(--cyan);font-weight:900;font-size:13px}
    .news-row a{font-weight:900}
    .news-row a:hover{color:var(--pink)}
    .news-row p{margin:4px 0 0;color:var(--muted);font-size:14px}
    .quote-card{padding:22px}
    .quote-card strong{display:block;font-size:20px}
    .quote-card p{margin:12px 0 0;color:var(--muted)}
    .faq-wrap{display:grid;gap:12px}
    details{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(24,17,31,.78);
      overflow:hidden;
      transition:border-color .2s ease;
    }
    details[open]{border-color:rgba(35,240,199,.4)}
    summary{
      cursor:pointer;
      padding:18px 20px;
      font-weight:900;
      list-style:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    summary::-webkit-details-marker{display:none}
    summary:after{content:"+";color:var(--cyan);font-size:22px;line-height:1}
    details[open] summary:after{content:"-"}
    details p{margin:0;padding:0 20px 20px;color:var(--muted)}
    .cta-panel{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,46,116,.42);
      border-radius:var(--radius);
      background:
        linear-gradient(135deg,rgba(255,46,116,.18),transparent 48%),
        linear-gradient(180deg,rgba(33,23,41,.98),rgba(11,10,14,.98));
      box-shadow:var(--shadow),var(--inner);
      padding:34px;
    }
    .cta-grid{
      display:grid;
      grid-template-columns:1fr 390px;
      gap:28px;
      align-items:start;
    }
    .cta-panel h2{margin:10px 0 12px;font-size:clamp(28px,4vw,46px);line-height:1.15;font-weight:900}
    .cta-panel p{color:#ded8cf;margin:0}
    .signup{
      padding:20px;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:rgba(9,9,11,.74);
    }
    label{color:#e7e0d7;font-weight:800;font-size:14px}
    input[type="text"],input[type="email"],select{
      height:46px;
      border:1px solid rgba(255,255,255,.14);
      border-radius:7px;
      background:#0c0b0f;
      color:var(--text);
      box-shadow:none;
      margin-bottom:12px;
    }
    input[type="text"]:focus,input[type="email"]:focus,select:focus{
      border-color:var(--cyan);
      background:#0c0b0f;
      color:var(--text);
      box-shadow:0 0 0 3px rgba(35,240,199,.12);
    }
    .checkline{display:flex;gap:10px;align-items:flex-start;margin:8px 0 16px;color:var(--muted);font-size:13px}
    .checkline input{margin-top:5px}
    .site-footer{
      border-top:1px solid var(--line);
      background:#070709;
      padding:44px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1fr auto;
      gap:26px;
      align-items:start;
    }
    .footer-brand{font-size:18px;font-weight:900}
    .footer-desc{max-width:650px;margin:10px 0 0;color:var(--muted);font-size:14px}
    .footer-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
    .footer-links a{
      color:var(--muted);
      padding:8px 10px;
      border:1px solid var(--line);
      border-radius:7px;
    }
    .footer-links a:hover{color:var(--cyan);border-color:rgba(35,240,199,.35)}
    .copyright{
      margin-top:30px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#858590;
      font-size:12px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    @media (max-width:1024px){
      .hero-grid,.topics,.cta-grid,.news-layout{grid-template-columns:1fr}
      .timeline{grid-template-columns:1fr}
      .step{border-right:0;border-bottom:1px solid var(--line);min-height:auto}
      .step:last-child{border-bottom:0}
      .highlight-grid{grid-template-columns:repeat(2,1fr)}
      .plans{grid-template-columns:1fr}
      .control-panel{max-width:720px}
      .nav-links{position:absolute;left:16px;right:16px;top:72px;display:none;flex-direction:column;align-items:stretch;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#0d0c10;box-shadow:var(--shadow)}
      .nav-links.is-open{display:flex}
      .nav-links a{justify-content:center}
      .menu-toggle{display:inline-flex}
      .brand-text{max-width:180px}
    }
    @media (max-width:768px){
      .section{padding:56px 0}
      .hero{min-height:auto;padding:44px 0 28px}
      .hero-points,.countdown{grid-template-columns:repeat(2,1fr)}
      .highlight-grid{grid-template-columns:1fr}
      .section-head{display:block}
      .news-row{grid-template-columns:1fr;gap:8px}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
      .nav-action .btn-primary{display:none}
      h1{font-size:40px}
    }
    @media (max-width:520px){
      .container{width:min(100% - 22px,var(--max))}
      .brand-mark{width:34px;height:34px}
      .brand-text{max-width:138px;font-size:13px}
      .btn{width:100%;padding:0 14px}
      .hero-actions{display:grid}
      .hero-points{grid-template-columns:1fr}
      .countdown{gap:8px}
      .timebox{height:68px}
      .timebox b{font-size:24px}
      .cta-panel{padding:22px}
      .signup .btn{width:100%}
    }

/* roulang page: category1 */
:root {
      --bg: #09090b;
      --bg-2: #111014;
      --panel: #18111f;
      --panel-2: #201628;
      --text: #f6f1e8;
      --muted: #a7a7b0;
      --soft: #d8d1c8;
      --line: rgba(246, 241, 232, 0.14);
      --line-strong: rgba(35, 240, 199, 0.34);
      --primary: #ff2e74;
      --primary-2: #ff6a9e;
      --accent: #23f0c7;
      --warning: #ffd166;
      --danger: #ff5d5d;
      --radius: 8px;
      --radius-sm: 6px;
      --shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
      --inner-glow: inset 0 0 0 1px rgba(246, 241, 232, 0.08);
      --container: 1200px;
    }

    * {
      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:
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
        radial-gradient(circle at 78% 8%, rgba(255, 46, 116, 0.16), transparent 28%),
        linear-gradient(180deg, #09090b 0%, #120d16 48%, #08080a 100%);
      background-size: 34px 34px, 34px 34px, auto, auto;
      line-height: 1.7;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image: linear-gradient(rgba(246, 241, 232, 0.025) 50%, transparent 50%);
      background-size: 100% 4px;
      opacity: 0.35;
      z-index: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button,
    .button,
    .btn {
      min-height: 44px;
    }

    .container {
      width: min(calc(100% - 32px), var(--container));
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(9, 9, 11, 0.88);
      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: 18px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      font-weight: 900;
      color: var(--text);
      line-height: 1.15;
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      flex: 0 0 38px;
      display: grid;
      place-items: center;
      color: var(--bg);
      background: linear-gradient(135deg, var(--accent), var(--primary));
      border: 1px solid rgba(246, 241, 232, 0.35);
      clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
      box-shadow: 0 0 24px rgba(255, 46, 116, 0.28);
    }

    .brand-text {
      max-width: 310px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      letter-spacing: 0;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-left: auto;
    }

    .nav-links a {
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      padding: 0 14px;
      border: 1px solid transparent;
      border-radius: var(--radius-sm);
      color: var(--muted);
      font-size: 15px;
      font-weight: 700;
    }

    .nav-links a:hover,
    .nav-links a:focus {
      color: var(--text);
      border-color: var(--line);
      background: rgba(246, 241, 232, 0.05);
      outline: none;
    }

    .nav-links a.active {
      color: var(--accent);
      border-color: rgba(35, 240, 199, 0.42);
      background: rgba(35, 240, 199, 0.08);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 18px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255, 46, 116, 0.74);
      background: var(--primary);
      color: #fff;
      font-weight: 900;
      box-shadow: 0 12px 26px rgba(255, 46, 116, 0.25);
      white-space: nowrap;
    }

    .nav-cta:hover,
    .nav-cta:focus {
      color: #fff;
      background: var(--primary-2);
      transform: translateY(-1px);
      outline: 2px solid rgba(35, 240, 199, 0.38);
      outline-offset: 3px;
    }

    .page-hero {
      padding: 70px 0 42px;
      position: relative;
    }

    .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 18px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .breadcrumb a {
      color: var(--accent);
    }

    .breadcrumb span {
      color: var(--soft);
    }

    .hero-panel {
      position: relative;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(255, 46, 116, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(246, 241, 232, 0.05), rgba(246, 241, 232, 0.015)),
        var(--panel);
      box-shadow: var(--shadow), var(--inner-glow);
      overflow: hidden;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      right: -80px;
      top: 16px;
      width: 260px;
      height: 260px;
      border: 1px solid rgba(35, 240, 199, 0.18);
      transform: rotate(18deg);
      background: repeating-linear-gradient(90deg, rgba(35, 240, 199, 0.08) 0 2px, transparent 2px 11px);
      opacity: 0.7;
    }

    .kicker-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }

    .tag,
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 28px;
      padding: 4px 9px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      background: rgba(246, 241, 232, 0.055);
      color: var(--soft);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }

    .tag.accent {
      color: var(--accent);
      border-color: rgba(35, 240, 199, 0.36);
      background: rgba(35, 240, 199, 0.08);
    }

    .tag.hot {
      color: #fff;
      border-color: rgba(255, 46, 116, 0.55);
      background: rgba(255, 46, 116, 0.18);
    }

    .burst {
      display: inline-grid;
      place-items: center;
      min-width: 92px;
      height: 38px;
      padding: 0 12px;
      color: #11070c;
      background: var(--warning);
      font-weight: 900;
      font-size: 13px;
      clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
      transform: rotate(-2deg);
      box-shadow: 0 10px 22px rgba(255, 209, 102, 0.18);
    }

    h1,
    h2,
    h3 {
      margin: 0;
      color: var(--text);
      letter-spacing: 0;
      line-height: 1.12;
    }

    h1 {
      max-width: 820px;
      font-size: clamp(34px, 5vw, 64px);
      font-weight: 900;
      word-break: break-word;
    }

    h2 {
      font-size: clamp(25px, 3.4vw, 42px);
      font-weight: 900;
    }

    h3 {
      font-size: 20px;
      font-weight: 850;
    }

    .lead {
      max-width: 760px;
      margin: 18px 0 0;
      color: var(--soft);
      font-size: 18px;
      line-height: 1.8;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 11px 18px;
      border-radius: var(--radius-sm);
      font-weight: 900;
      border: 1px solid transparent;
      cursor: pointer;
      min-width: 148px;
    }

    .btn-primary {
      color: #fff;
      background: var(--primary);
      border-color: rgba(255, 46, 116, 0.68);
      box-shadow: 0 16px 32px rgba(255, 46, 116, 0.24);
    }

    .btn-primary:hover,
    .btn-primary:focus {
      color: #fff;
      background: var(--primary-2);
      transform: translateY(-2px);
      outline: 2px solid rgba(35, 240, 199, 0.38);
      outline-offset: 3px;
    }

    .btn-secondary {
      color: var(--accent);
      border-color: rgba(35, 240, 199, 0.44);
      background: rgba(35, 240, 199, 0.06);
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      color: #08100e;
      background: var(--accent);
      transform: translateY(-2px);
      outline: 2px solid rgba(255, 46, 116, 0.28);
      outline-offset: 3px;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 24px;
      max-width: 780px;
    }

    .metric {
      min-height: 92px;
      padding: 16px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      background: rgba(9, 9, 11, 0.54);
    }

    .metric strong {
      display: block;
      color: var(--accent);
      font-size: 26px;
      line-height: 1;
      margin-bottom: 8px;
    }

    .metric span {
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .section {
      padding: 74px 0;
      position: relative;
      z-index: 1;
    }

    .section.tight {
      padding-top: 38px;
    }

    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-head p {
      max-width: 610px;
      margin: 0;
      color: var(--muted);
    }

    .filter-shell {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(24, 17, 31, 0.82);
      box-shadow: var(--shadow), var(--inner-glow);
      overflow: hidden;
    }

    .filter-bar {
      padding: 18px;
      border-bottom: 1px solid var(--line);
      background: linear-gradient(90deg, rgba(255, 46, 116, 0.08), rgba(35, 240, 199, 0.055));
    }

    .filter-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(4, minmax(130px, 1fr));
      gap: 12px;
      align-items: end;
    }

    .field label {
      display: block;
      margin-bottom: 7px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .field input,
    .field select {
      height: 46px;
      margin: 0;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(246, 241, 232, 0.16);
      background: rgba(9, 9, 11, 0.72);
      color: var(--text);
      box-shadow: none;
    }

    .field input::placeholder {
      color: rgba(167, 167, 176, 0.72);
    }

    .field input:focus,
    .field select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(35, 240, 199, 0.16);
      background: rgba(9, 9, 11, 0.92);
      outline: none;
    }

    .sort-line {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 16px 18px;
      border-bottom: 1px solid var(--line);
    }

    .sort-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .sort-tabs a {
      padding: 8px 12px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      color: var(--muted);
      font-weight: 800;
      font-size: 14px;
      background: rgba(246, 241, 232, 0.035);
    }

    .sort-tabs a:hover,
    .sort-tabs a.active {
      color: var(--accent);
      border-color: rgba(35, 240, 199, 0.38);
      background: rgba(35, 240, 199, 0.08);
    }

    .result-note {
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .content-grid {
      display: grid;
      grid-template-columns: 280px minmax(0, 1fr);
      gap: 18px;
      padding: 18px;
    }

    .side-panel {
      align-self: start;
      position: sticky;
      top: 94px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: rgba(9, 9, 11, 0.5);
      padding: 16px;
    }

    .side-panel h3 {
      font-size: 17px;
      margin-bottom: 14px;
    }

    .check-list {
      display: grid;
      gap: 10px;
      margin: 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 10px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(246, 241, 232, 0.09);
      color: var(--soft);
      background: rgba(246, 241, 232, 0.025);
      font-size: 14px;
      font-weight: 700;
    }

    .check-list small {
      color: var(--accent);
      font-weight: 900;
    }

    .age-card {
      margin-top: 14px;
      padding: 14px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255, 209, 102, 0.34);
      background: rgba(255, 209, 102, 0.08);
      color: var(--soft);
      font-size: 14px;
    }

    .card-list {
      display: grid;
      gap: 14px;
    }

    .index-card {
      position: relative;
      display: grid;
      grid-template-columns: 210px minmax(0, 1fr);
      gap: 18px;
      padding: 14px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background:
        linear-gradient(135deg, rgba(246, 241, 232, 0.055), transparent 42%),
        rgba(9, 9, 11, 0.44);
      box-shadow: var(--inner-glow);
      overflow: hidden;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .index-card:hover {
      transform: translateY(-2px);
      border-color: rgba(35, 240, 199, 0.38);
      box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(35, 240, 199, 0.09);
    }

    .thumb {
      position: relative;
      min-height: 156px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(246, 241, 232, 0.12);
      background:
        linear-gradient(135deg, rgba(255, 46, 116, 0.34), transparent 35%),
        linear-gradient(315deg, rgba(35, 240, 199, 0.22), transparent 40%),
        repeating-linear-gradient(45deg, rgba(246, 241, 232, 0.07) 0 2px, transparent 2px 12px),
        #151018;
      overflow: hidden;
    }

    .thumb::before {
      content: attr(data-alt);
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: 12px;
      color: rgba(246, 241, 232, 0.78);
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
    }

    .corner {
      position: absolute;
      top: 0;
      right: 0;
      padding: 7px 13px;
      color: #fff;
      background: var(--primary);
      font-size: 12px;
      font-weight: 900;
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
      z-index: 2;
    }

    .card-body {
      min-width: 0;
    }

    .card-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-bottom: 9px;
    }

    .index-card h3 {
      display: -webkit-box;
      margin-bottom: 8px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      word-break: break-word;
    }

    .index-card p {
      display: -webkit-box;
      margin: 0 0 12px;
      color: var(--muted);
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }

    .info-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin: 12px 0;
    }

    .info-row span {
      padding: 8px 10px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(246, 241, 232, 0.1);
      color: var(--soft);
      background: rgba(246, 241, 232, 0.035);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .rating-bar {
      height: 8px;
      border-radius: 99px;
      background: rgba(246, 241, 232, 0.09);
      overflow: hidden;
      margin: 10px 0 14px;
    }

    .rating-bar i {
      display: block;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--accent), var(--primary));
    }

    .card-actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }

    .time {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .mini-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 8px 12px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(35, 240, 199, 0.38);
      color: var(--accent);
      background: rgba(35, 240, 199, 0.06);
      font-size: 14px;
      font-weight: 900;
      white-space: nowrap;
    }

    .mini-btn:hover,
    .mini-btn:focus {
      color: #08100e;
      background: var(--accent);
      outline: none;
    }

    .pager {
      display: flex;
      justify-content: center;
      gap: 8px;
      padding: 22px 0 2px;
      flex-wrap: nowrap;
    }

    .pager a,
    .pager span {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      color: var(--muted);
      font-weight: 900;
      background: rgba(246, 241, 232, 0.035);
    }

    .pager a:hover,
    .pager .current {
      color: #07100e;
      border-color: var(--accent);
      background: var(--accent);
    }

    .process-strip {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(24, 17, 31, 0.74);
      box-shadow: var(--inner-glow);
      padding: 20px;
    }

    .timeline {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .step {
      position: relative;
      min-height: 154px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: rgba(9, 9, 11, 0.48);
    }

    .step::before {
      content: "";
      position: absolute;
      left: 18px;
      top: 18px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 6px rgba(35, 240, 199, 0.08);
    }

    .step-num {
      display: block;
      margin-left: 22px;
      color: var(--primary-2);
      font-size: 13px;
      font-weight: 900;
    }

    .step h3 {
      margin: 12px 0 8px;
      font-size: 18px;
    }

    .step p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .compare-grid {
      display: grid;
      grid-template-columns: 1.08fr 1fr 1fr;
      gap: 16px;
    }

    .plan-card {
      position: relative;
      padding: 22px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: rgba(24, 17, 31, 0.78);
      box-shadow: var(--inner-glow);
      overflow: hidden;
    }

    .plan-card.featured {
      border-color: rgba(255, 46, 116, 0.62);
      background:
        linear-gradient(135deg, rgba(255, 46, 116, 0.16), transparent 46%),
        rgba(24, 17, 31, 0.86);
      box-shadow: 0 22px 48px rgba(255, 46, 116, 0.14), var(--inner-glow);
    }

    .plan-card h3 {
      margin: 12px 0 8px;
    }

    .plan-card p {
      color: var(--muted);
      margin: 0 0 16px;
    }

    .plan-list {
      display: grid;
      gap: 10px;
      margin: 0 0 18px;
      list-style: none;
    }

    .plan-list li {
      color: var(--soft);
      font-weight: 700;
      padding-left: 18px;
      position: relative;
    }

    .plan-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      width: 7px;
      height: 7px;
      background: var(--accent);
      clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    }

    .faq-wrap {
      display: grid;
      gap: 12px;
    }

    details.faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(24, 17, 31, 0.78);
      box-shadow: var(--inner-glow);
      overflow: hidden;
    }

    details.faq-item[open] {
      border-color: rgba(35, 240, 199, 0.34);
    }

    .faq-item summary {
      cursor: pointer;
      list-style: none;
      padding: 18px 20px;
      color: var(--text);
      font-weight: 900;
      outline: none;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary:hover,
    .faq-item summary:focus {
      color: var(--accent);
    }

    .faq-item p {
      margin: 0;
      padding: 0 20px 20px;
      color: var(--muted);
    }

    .cta-panel {
      position: relative;
      padding: 28px;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 46, 116, 0.36);
      background:
        linear-gradient(120deg, rgba(255, 46, 116, 0.18), transparent 40%),
        linear-gradient(300deg, rgba(35, 240, 199, 0.12), transparent 42%),
        rgba(24, 17, 31, 0.9);
      box-shadow: var(--shadow), var(--inner-glow);
      overflow: hidden;
    }

    .cta-panel::before {
      content: "入口核验";
      position: absolute;
      top: 22px;
      right: -38px;
      width: 170px;
      height: 34px;
      display: grid;
      place-items: center;
      transform: rotate(18deg);
      color: #fff;
      background: var(--primary);
      font-size: 13px;
      font-weight: 900;
    }

    .cta-panel p {
      max-width: 720px;
      color: var(--soft);
      margin: 14px 0 0;
    }

    .confirm-box {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 20px 0;
      padding: 14px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255, 209, 102, 0.28);
      background: rgba(255, 209, 102, 0.075);
      color: var(--soft);
      font-weight: 700;
    }

    .confirm-box input {
      width: 18px;
      height: 18px;
      margin-top: 4px;
      accent-color: var(--primary);
    }

    .site-footer {
      position: relative;
      z-index: 1;
      padding: 48px 0 28px;
      background:
        linear-gradient(180deg, rgba(9, 9, 11, 0), rgba(9, 9, 11, 0.94) 24%),
        #070709;
      border-top: 1px solid var(--line);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
      gap: 28px;
      align-items: start;
    }

    .footer-brand {
      color: var(--text);
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 10px;
      word-break: break-word;
    }

    .footer-desc {
      max-width: 680px;
      margin: 0;
      color: var(--muted);
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
    }

    .footer-links a {
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      padding: 0 11px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      color: var(--muted);
      font-weight: 800;
      font-size: 14px;
    }

    .footer-links a:hover,
    .footer-links a:focus {
      color: var(--accent);
      border-color: rgba(35, 240, 199, 0.34);
      outline: none;
    }

    .copyright {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
      margin-top: 30px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
      color: rgba(167, 167, 176, 0.86);
      font-size: 13px;
    }

    @media (max-width: 1024px) {
      .nav-wrap {
        flex-wrap: wrap;
        padding: 12px 0;
      }

      .nav-links {
        order: 3;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .filter-grid,
      .content-grid {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: static;
      }

      .timeline,
      .compare-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(calc(100% - 24px), var(--container));
      }

      .page-hero {
        padding: 44px 0 28px;
      }

      .hero-panel,
      .cta-panel {
        padding: 22px;
      }

      .section {
        padding: 52px 0;
      }

      .section-head {
        display: block;
      }

      .section-head p {
        margin-top: 12px;
      }

      .hero-metrics,
      .timeline,
      .compare-grid {
        grid-template-columns: 1fr;
      }

      .index-card {
        grid-template-columns: 1fr;
      }

      .thumb {
        min-height: 178px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-links {
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px) {
      .brand-text {
        max-width: 176px;
        font-size: 14px;
      }

      .brand-mark {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
      }

      .nav-cta {
        width: 100%;
      }

      .nav-links a {
        padding: 0 12px;
      }

      .hero-actions,
      .card-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .btn,
      .mini-btn {
        width: 100%;
      }

      .info-row {
        grid-template-columns: 1fr;
      }

      .pager {
        gap: 6px;
      }

      .pager a,
      .pager span {
        width: 38px;
        height: 38px;
      }

      .cta-panel::before {
        right: -48px;
        top: 16px;
        transform: rotate(20deg) scale(.9);
      }
    }
