/* roulang page: index */
:root{
      --bg-900:#20111f;
      --bg-800:#2b1730;
      --bg-700:#39203d;
      --panel:#fff7f2;
      --panel-2:#fff1e8;
      --text:#2a1b24;
      --muted:#705c67;
      --muted-2:#947d88;
      --line:rgba(255,159,114,.22);
      --line-2:rgba(255,255,255,.12);
      --accent:#ff7f8f;
      --accent-2:#ff9f72;
      --accent-3:#ffd6a5;
      --accent-4:#ffb7c0;
      --success:#76d7a3;
      --shadow:0 14px 40px rgba(65,26,44,.16);
      --shadow-2:0 10px 26px rgba(21,10,24,.18);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --container:1240px;
      --gap:24px;
      --transition:.25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 12%, rgba(255,127,143,.18), transparent 24%),
        radial-gradient(circle at 82% 18%, rgba(255,159,114,.18), transparent 22%),
        linear-gradient(180deg,#1c0f1c 0%, #231226 24%, #f9f1eb 24%, #f7efe9 100%);
      line-height:1.85;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover{color:var(--accent)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,127,143,.24);color:#2a1b24}
    .container-wide{max-width:var(--container);margin:0 auto;padding:0 18px}
    .site-header{
      position:sticky;
      top:0;
      z-index:1030;
      backdrop-filter:blur(18px);
      background:rgba(28,15,28,.72);
      border-bottom:1px solid rgba(255,255,255,.08);
      box-shadow:0 8px 24px rgba(8,4,11,.2);
    }
    .site-header .navbar{padding:.8rem 0}
    .brand-mark{
      display:inline-flex;
      align-items:center;
      gap:.75rem;
      font-weight:800;
      letter-spacing:.2px;
      color:#fff;
      white-space:nowrap;
    }
    .brand-dot{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      color:#fff;
      box-shadow:0 10px 22px rgba(255,127,143,.28);
      flex:0 0 auto;
    }
    .brand-text{font-size:1.02rem;line-height:1.1}
    .search-shell{
      position:relative;
      flex:1 1 auto;
      max-width:640px;
      margin:0 22px;
    }
    .search-shell i{
      position:absolute;
      left:18px;
      top:50%;
      transform:translateY(-50%);
      color:#bca9b8;
      pointer-events:none;
    }
    .search-shell input{
      width:100%;
      height:50px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,247,242,.10);
      color:#fff;
      padding:0 18px 0 48px;
      outline:none;
      transition:var(--transition);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
    }
    .search-shell input::placeholder{color:#cfbcca}
    .search-shell input:focus{
      border-color:rgba(255,127,143,.72);
      box-shadow:0 0 0 .22rem rgba(255,127,143,.12), 0 14px 30px rgba(0,0,0,.18);
      background:rgba(255,247,242,.16);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .nav-pill{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.78rem 1rem;
      border-radius:999px;
      color:#f5e8ee;
      border:1px solid transparent;
      background:transparent;
      font-weight:600;
      white-space:nowrap;
    }
    .nav-pill:hover,.nav-pill.active{
      background:rgba(255,255,255,.07);
      border-color:rgba(255,255,255,.1);
      color:#fff;
    }
    .nav-cta{
      display:inline-flex;
      align-items:center;
      gap:.5rem;
      padding:.78rem 1.1rem;
      border-radius:999px;
      border:1px solid rgba(255,214,165,.35);
      background:linear-gradient(135deg,rgba(255,127,143,.2),rgba(255,159,114,.18));
      color:#fff;
      font-weight:700;
      white-space:nowrap;
      box-shadow:0 12px 24px rgba(255,127,143,.08);
    }
    .nav-cta:hover{transform:translateY(-1px);color:#fff;box-shadow:0 16px 30px rgba(255,127,143,.16)}
    .navbar-toggler{
      border:none;
      color:#fff;
      box-shadow:none !important;
    }
    .navbar-toggler:focus{box-shadow:none}
    .hero-wrap{
      padding:34px 0 24px;
    }
    .hero-card{
      position:relative;
      overflow:hidden;
      border-radius:34px;
      background:
        linear-gradient(135deg, rgba(43,23,48,.96) 0%, rgba(31,15,35,.96) 55%, rgba(47,25,53,.96) 100%);
      color:#fff;
      box-shadow:var(--shadow-2);
      border:1px solid rgba(255,255,255,.08);
    }
    .hero-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(circle at 15% 22%, rgba(255,127,143,.24), transparent 18%),
        radial-gradient(circle at 74% 12%, rgba(255,214,165,.12), transparent 16%),
        linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.04) 46% 50%, transparent 50% 100%);
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      padding:48px;
      display:grid;
      grid-template-columns:1.2fr .9fr;
      gap:28px;
      align-items:stretch;
    }
    .hero-badges{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-bottom:18px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      border-radius:999px;
      padding:.5rem .82rem;
      font-size:.88rem;
      font-weight:700;
      letter-spacing:.2px;
    }
    .badge-soft.peach{background:rgba(255,127,143,.16);color:#ffd7dd;border:1px solid rgba(255,127,143,.3)}
    .badge-soft.golden{background:rgba(255,214,165,.14);color:#ffe7c6;border:1px solid rgba(255,214,165,.3)}
    .badge-soft.plum{background:rgba(214,172,255,.12);color:#ead7ff;border:1px solid rgba(214,172,255,.22)}
    .hero-title{
      font-size:clamp(2rem,4vw,4rem);
      line-height:1.08;
      margin:0 0 16px;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .hero-copy{
      color:#f1dfe6;
      font-size:1.08rem;
      max-width:46rem;
      margin:0 0 22px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:12px;
    }
    .btn-peach,.btn-ghost,.btn-light-peach{
      border:none;
      border-radius:999px;
      padding:.9rem 1.2rem;
      font-weight:800;
      transition:var(--transition);
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      gap:.5rem;
    }
    .btn-peach{
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      color:#fff;
      box-shadow:0 16px 30px rgba(255,127,143,.22);
    }
    .btn-peach:hover{transform:translateY(-2px);color:#fff;box-shadow:0 20px 36px rgba(255,127,143,.3)}
    .btn-ghost{
      background:transparent;
      border:1px solid rgba(255,255,255,.2);
      color:#fff;
    }
    .btn-ghost:hover{background:rgba(255,255,255,.08);color:#fff;transform:translateY(-2px)}
    .btn-light-peach{
      background:#fff7f2;
      color:var(--text);
      border:1px solid var(--line);
    }
    .btn-light-peach:hover{transform:translateY(-2px);border-color:rgba(255,127,143,.5);box-shadow:var(--shadow)}
    .hero-note-row{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:20px;
    }
    .mini-note{
      display:flex;
      align-items:flex-start;
      gap:.65rem;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#f7e9ee;
      border-radius:18px;
      padding:.85rem 1rem;
      min-width:180px;
      flex:1 1 160px;
    }
    .mini-note i{
      color:var(--accent-3);
      margin-top:.2rem;
    }
    .hero-panel{
      border-radius:28px;
      background:linear-gradient(180deg, rgba(255,247,242,.1), rgba(255,247,242,.05));
      border:1px solid rgba(255,255,255,.1);
      padding:18px;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .panel-card{
      background:rgba(255,247,242,.94);
      color:var(--text);
      border-radius:24px;
      padding:20px;
      box-shadow:var(--shadow);
      border:1px solid rgba(255,159,114,.22);
      height:100%;
    }
    .panel-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .panel-top h3{
      font-size:1.06rem;
      margin:0;
      font-weight:900;
    }
    .status-chip{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      border-radius:999px;
      padding:.45rem .72rem;
      background:rgba(255,127,143,.12);
      color:#b74b5b;
      font-weight:800;
      font-size:.85rem;
    }
    .progress-shell{
      background:#f4e9e2;
      border-radius:999px;
      height:10px;
      overflow:hidden;
      margin:12px 0 8px;
    }
    .progress-shell span{
      display:block;
      height:100%;
      width:76%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--accent),var(--accent-2));
      box-shadow:0 8px 20px rgba(255,127,143,.32);
    }
    .panel-metric-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
      margin-top:14px;
    }
    .metric-box{
      border-radius:18px;
      padding:14px;
      background:#fff;
      border:1px solid rgba(255,159,114,.18);
    }
    .metric-box strong{
      display:block;
      font-size:1.25rem;
      color:#b64d5f;
      line-height:1.1;
      margin-bottom:4px;
    }
    .metric-box span{
      display:block;
      color:var(--muted);
      font-size:.92rem;
    }
    .age-box{
      margin-top:14px;
      border-radius:20px;
      padding:14px;
      background:linear-gradient(135deg,#fff4e7,#fffaf6);
      border:1px solid rgba(255,159,114,.22);
    }
    .age-box .small{
      color:var(--muted);
      line-height:1.7;
    }
    .age-actions{
      display:flex;
      gap:10px;
      margin-top:12px;
      flex-wrap:wrap;
    }
    .age-actions .btn{
      border-radius:999px;
      padding:.7rem 1rem;
      font-weight:800;
    }
    .ticker{
      position:relative;
      margin-top:20px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,247,242,.08);
      color:#ffe9ef;
    }
    .ticker-track{
      display:flex;
      gap:18px;
      white-space:nowrap;
      padding:13px 18px;
      animation:scroll-left 30s linear infinite;
    }
    .ticker-track span{
      position:relative;
      padding-right:18px;
      opacity:.95;
    }
    .ticker-track span::after{
      content:"";
      position:absolute;
      right:0;
      top:50%;
      width:6px;height:6px;border-radius:50%;
      background:var(--accent-2);
      transform:translateY(-50%);
    }
    @keyframes scroll-left{
      from{transform:translateX(0)}
      to{transform:translateX(-50%)}
    }
    .section{
      padding:76px 0;
    }
    .section-title{
      margin-bottom:24px;
    }
    .section-title h2{
      font-size:clamp(1.6rem,2.4vw,2.4rem);
      line-height:1.2;
      font-weight:900;
      margin:0 0 10px;
      color:#241520;
    }
    .section-title p{
      margin:0;
      color:var(--muted);
      max-width:64rem;
      font-size:1.02rem;
    }
    .panel-surface{
      background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,247,242,.95));
      border:1px solid rgba(255,159,114,.18);
      border-radius:30px;
      box-shadow:var(--shadow);
    }
    .step-layout{
      padding:24px;
    }
    .step-timeline{
      position:relative;
      padding-left:24px;
      display:grid;
      gap:18px;
    }
    .step-timeline::before{
      content:"";
      position:absolute;
      left:8px;
      top:8px;
      bottom:8px;
      width:2px;
      background:linear-gradient(180deg,var(--accent),rgba(255,159,114,.15));
    }
    .step-card{
      position:relative;
      border-radius:24px;
      padding:20px;
      background:#fff;
      border:1px solid rgba(255,159,114,.16);
      box-shadow:0 10px 24px rgba(64,23,44,.06);
      transition:var(--transition);
    }
    .step-card:hover{transform:translateY(-3px);border-color:rgba(255,127,143,.42);box-shadow:var(--shadow)}
    .step-card::before{
      content:"";
      position:absolute;
      left:-28px;
      top:26px;
      width:14px;
      height:14px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent),var(--accent-2));
      box-shadow:0 0 0 6px rgba(255,127,143,.12);
    }
    .step-kicker{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:10px;
      color:#b34f63;
      font-weight:900;
    }
    .step-index{
      width:30px;height:30px;border-radius:10px;
      display:grid;place-items:center;
      background:rgba(255,127,143,.12);
      color:#ba5063;
      font-size:.9rem;
    }
    .step-card h3{
      margin:0 0 8px;
      font-size:1.2rem;
      font-weight:900;
      color:#2c1924;
    }
    .step-card p{
      margin:0 0 14px;
      color:var(--muted);
    }
    .step-link{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      color:#b54d61;
      font-weight:800;
    }
    .accent-side{
      padding:24px;
      height:100%;
      background:linear-gradient(135deg,#fffaf6,#fff0e8);
      border-left:1px solid rgba(255,159,114,.12);
      border-radius:0 30px 30px 0;
    }
    .check-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:14px;
    }
    .check-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px 15px;
      border-radius:18px;
      background:#fff;
      border:1px solid rgba(255,159,114,.14);
    }
    .check-icon{
      width:28px;height:28px;border-radius:50%;
      background:rgba(118,215,163,.16);
      color:#2b8d5b;
      display:grid;place-items:center;
      flex:0 0 auto;
      margin-top:2px;
    }
    .check-list strong{
      display:block;
      font-size:1rem;
      margin-bottom:4px;
    }
    .check-list span{
      color:var(--muted);
      font-size:.96rem;
    }
    .compare-wrap{
      padding:24px;
    }
    .compare-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0 16px;
      min-width:940px;
    }
    .compare-table thead th{
      padding:16px 18px;
      color:#fff;
      background:#3b213f;
      text-align:left;
      font-size:.95rem;
    }
    .compare-table thead th:first-child{
      border-top-left-radius:18px;
      border-bottom-left-radius:18px;
    }
    .compare-table thead th:last-child{
      border-top-right-radius:18px;
      border-bottom-right-radius:18px;
    }
    .compare-table tbody tr{
      background:#fff;
      box-shadow:0 10px 26px rgba(44,18,35,.05);
    }
    .compare-table td{
      padding:18px;
      border-top:1px solid rgba(255,159,114,.12);
      border-bottom:1px solid rgba(255,159,114,.12);
      vertical-align:top;
    }
    .compare-table td:first-child{
      border-left:1px solid rgba(255,159,114,.12);
      border-top-left-radius:18px;
      border-bottom-left-radius:18px;
      font-weight:800;
      width:18%;
      color:#32202d;
    }
    .compare-table td:last-child{
      border-right:1px solid rgba(255,159,114,.12);
      border-top-right-radius:18px;
      border-bottom-right-radius:18px;
    }
    .plan-card{
      position:relative;
      border-radius:22px;
      overflow:hidden;
      border:1px solid rgba(255,159,114,.16);
      background:#fff;
      min-height:100%;
    }
    .plan-card.recommended{
      box-shadow:0 18px 40px rgba(255,127,143,.16);
      border-color:rgba(255,127,143,.35);
      transform:translateY(-4px);
    }
    .plan-top{
      padding:18px 18px 14px;
      background:linear-gradient(180deg,rgba(255,127,143,.12),rgba(255,247,242,1));
      border-bottom:1px solid rgba(255,159,114,.16);
    }
    .plan-top.reco{
      background:linear-gradient(135deg,rgba(255,127,143,.18),rgba(255,159,114,.16));
    }
    .plan-name{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:8px;
    }
    .plan-name h3{
      margin:0;
      font-size:1.18rem;
      font-weight:900;
    }
    .plan-badge{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:.35rem .65rem;
      font-size:.82rem;
      font-weight:800;
      background:rgba(255,127,143,.14);
      color:#b8485d;
    }
    .plan-body{padding:18px}
    .plan-feats{
      list-style:none;
      padding:0;
      margin:0 0 18px;
      display:grid;
      gap:10px;
    }
    .plan-feats li{
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:var(--muted);
      padding-bottom:10px;
      border-bottom:1px dashed rgba(255,159,114,.16);
    }
    .plan-feats li strong{color:#2e1b27}
    .plan-footer{
      display:flex;
      gap:12px;
      align-items:center;
      justify-content:space-between;
      padding:0 18px 18px;
    }
    .plan-price{
      color:#b84d61;
      font-weight:900;
      font-size:1.3rem;
    }
    .plan-card .btn-peach,.plan-card .btn-light-peach{padding:.72rem 1rem}
    .limit-wrap{
      padding:24px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(32,17,31,.98),rgba(49,24,53,.98));
      color:#fff;
      border-radius:30px;
      border:1px solid rgba(255,255,255,.08);
      box-shadow:var(--shadow-2);
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
      margin-top:18px;
      max-width:520px;
    }
    .count-box{
      background:rgba(255,247,242,.08);
      border:1px solid rgba(255,255,255,.1);
      border-radius:20px;
      text-align:center;
      padding:14px 10px;
    }
    .count-box strong{
      display:block;
      font-size:1.7rem;
      line-height:1;
      margin-bottom:6px;
      color:#fff;
    }
    .count-box span{
      color:#e6d6de;
      font-size:.9rem;
    }
    .limit-copy{
      color:#f1dde5;
      max-width:36rem;
      margin:0;
    }
    .limit-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
    }
    .limit-entry{
      background:rgba(255,247,242,.94);
      color:var(--text);
      border-radius:22px;
      padding:18px;
      border:1px solid rgba(255,159,114,.18);
      box-shadow:0 14px 30px rgba(0,0,0,.12);
      transition:var(--transition);
      min-height:100%;
    }
    .limit-entry:hover{
      transform:translateY(-3px);
      border-color:rgba(255,127,143,.42);
    }
    .limit-entry h3{
      font-size:1.04rem;
      font-weight:900;
      margin:0 0 8px;
    }
    .limit-entry p{
      margin:0 0 12px;
      color:var(--muted);
    }
    .limit-entry .btn{
      border-radius:999px;
      padding:.62rem .95rem;
      font-weight:800;
    }
    .feature-band{
      padding:22px 24px;
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
    }
    .feature-chip{
      border-radius:20px;
      background:#fff;
      border:1px solid rgba(255,159,114,.16);
      padding:16px 14px;
      box-shadow:0 10px 22px rgba(64,23,44,.05);
      min-height:100%;
    }
    .feature-chip i{
      display:inline-grid;
      place-items:center;
      width:40px;height:40px;
      border-radius:14px;
      background:linear-gradient(135deg,rgba(255,127,143,.15),rgba(255,159,114,.16));
      color:#b54d61;
      margin-bottom:12px;
    }
    .feature-chip h3{
      font-size:1.02rem;
      font-weight:900;
      margin:0 0 8px;
    }
    .feature-chip p{
      margin:0;
      color:var(--muted);
      font-size:.96rem;
    }
    .stats-board{
      padding:24px;
    }
    .stats-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:16px;
    }
    .stat-card{
      border-radius:22px;
      padding:18px;
      background:linear-gradient(180deg,#fff,#fff8f4);
      border:1px solid rgba(255,159,114,.16);
      box-shadow:0 10px 24px rgba(64,23,44,.05);
    }
    .stat-card .label{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--muted);
      font-weight:800;
      font-size:.92rem;
      margin-bottom:10px;
    }
    .stat-card strong{
      display:block;
      font-size:2rem;
      line-height:1;
      font-weight:900;
      color:#bc5365;
      margin-bottom:10px;
    }
    .spark{
      height:10px;
      border-radius:999px;
      background:#f0e3da;
      overflow:hidden;
    }
    .spark span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--accent),var(--accent-2));
    }
    .spark small{
      display:block;
      margin-top:8px;
      color:var(--muted);
    }
    .split-board{
      margin-top:18px;
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
    }
    .mini-chart,.path-card{
      background:#fff;
      border:1px solid rgba(255,159,114,.16);
      border-radius:22px;
      padding:18px;
      box-shadow:0 10px 24px rgba(64,23,44,.05);
    }
    .mini-chart h3,.path-card h3{
      font-size:1.08rem;
      font-weight:900;
      margin:0 0 12px;
    }
    .bar-list{
      display:grid;
      gap:12px;
    }
    .bar-row{
      display:grid;
      grid-template-columns:88px 1fr 46px;
      gap:12px;
      align-items:center;
      color:var(--muted);
      font-size:.95rem;
    }
    .bar{
      height:12px;
      border-radius:999px;
      background:#f3e7df;
      overflow:hidden;
    }
    .bar span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,#ff7f8f,#ffb07b);
    }
    .path-list{
      display:grid;
      gap:14px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .path-list li{
      padding:14px 16px;
      border-radius:18px;
      background:#fff8f4;
      border:1px solid rgba(255,159,114,.16);
    }
    .path-list strong{display:block;margin-bottom:4px}
    .path-list span{color:var(--muted);font-size:.96rem}
    .news-wrap{
      padding:24px;
    }
    .news-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
    }
    .news-list{
      display:grid;
      gap:12px;
    }
    .news-item{
      display:flex;
      align-items:flex-start;
      gap:14px;
      padding:16px;
      background:#fff;
      border:1px solid rgba(255,159,114,.16);
      border-radius:20px;
      transition:var(--transition);
    }
    .news-item:hover{
      transform:translateY(-2px);
      border-color:rgba(255,127,143,.4);
      box-shadow:var(--shadow);
    }
    .news-tag{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:54px;
      border-radius:14px;
      padding:.45rem .6rem;
      background:rgba(255,127,143,.12);
      color:#b44d61;
      font-size:.84rem;
      font-weight:800;
    }
    .news-item h3{
      margin:0 0 6px;
      font-size:1.02rem;
      font-weight:900;
    }
    .news-item p{
      margin:0;
      color:var(--muted);
      font-size:.95rem;
    }
    .news-side{
      display:grid;
      gap:14px;
    }
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag-pill{
      display:inline-flex;
      align-items:center;
      padding:.6rem .85rem;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(255,159,114,.16);
      color:#5c4150;
      font-weight:700;
      transition:var(--transition);
    }
    .tag-pill:hover{
      transform:translateY(-2px);
      border-color:rgba(255,127,143,.4);
      color:#b54d61;
    }
    .cta-box{
      background:linear-gradient(135deg,#fffaf6,#fff0e8);
      border:1px solid rgba(255,159,114,.2);
      border-radius:22px;
      padding:18px;
    }
    .cta-box h3{
      margin:0 0 8px;
      font-weight:900;
      font-size:1.08rem;
    }
    .cta-box p{
      margin:0 0 14px;
      color:var(--muted);
    }
    .faq-form-wrap{
      padding:24px;
    }
    .faq-item{
      border:none;
      background:transparent;
    }
    .accordion.custom-acc .accordion-item{
      border:none;
      margin-bottom:12px;
      background:#fff;
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(255,159,114,.16);
      box-shadow:0 10px 22px rgba(64,23,44,.05);
    }
    .accordion.custom-acc .accordion-button{
      background:#fff;
      color:var(--text);
      font-weight:800;
      padding:1rem 1.1rem;
      border:none;
      box-shadow:none;
    }
    .accordion.custom-acc .accordion-button:not(.collapsed){
      color:#b44d61;
      background:linear-gradient(135deg,rgba(255,127,143,.12),rgba(255,247,242,1));
      box-shadow:inset 3px 0 0 var(--accent);
    }
    .accordion.custom-acc .accordion-button:focus{
      box-shadow:0 0 0 .2rem rgba(255,127,143,.12);
    }
    .accordion.custom-acc .accordion-body{
      color:var(--muted);
      padding:0 1.1rem 1rem;
    }
    .form-shell{
      background:linear-gradient(180deg,#fff,#fff8f4);
      border:1px solid rgba(255,159,114,.16);
      border-radius:26px;
      padding:22px;
      box-shadow:var(--shadow);
    }
    .form-shell h3{
      font-size:1.2rem;
      font-weight:900;
      margin:0 0 8px;
    }
    .form-shell p{
      color:var(--muted);
      margin-bottom:18px;
    }
    .form-label{font-weight:800;color:#3a2532}
    .form-control,.form-select{
      min-height:50px;
      border-radius:16px;
      border:1px solid rgba(143,112,126,.2);
      background:#fff;
      padding: .9rem 1rem;
      box-shadow:none;
    }
    .form-control:focus,.form-select:focus{
      border-color:rgba(255,127,143,.65);
      box-shadow:0 0 0 .22rem rgba(255,127,143,.12);
    }
    textarea.form-control{min-height:140px;resize:vertical}
    .form-check-input{
      width:1.1rem;height:1.1rem;
      border-radius:6px;
      border-color:rgba(143,112,126,.3);
    }
    .form-check-input:checked{
      background-color:var(--accent);
      border-color:var(--accent);
    }
    .form-hint{
      color:var(--muted-2);
      font-size:.92rem;
      margin-top:10px;
    }
    .footer{
      background:linear-gradient(180deg,#231226 0%, #1b0f1d 100%);
      color:#f5e9ee;
      padding:42px 0 30px;
      margin-top:36px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
      font-weight:900;
      font-size:1.1rem;
    }
    .footer p,.footer a{color:#dac7d0}
    .footer a:hover{color:#fff}
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:12px 18px;
      margin:10px 0 0;
      padding:0;
      list-style:none;
    }
    .footer-bottom{
      margin-top:24px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#c7b0bb;
      font-size:.95rem;
    }
    .section-label{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.45rem .7rem;
      border-radius:999px;
      background:rgba(255,127,143,.12);
      color:#b44d61;
      font-size:.85rem;
      font-weight:800;
      margin-bottom:10px;
    }
    .filter-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .filter-pill{
      display:inline-flex;
      align-items:center;
      gap:.4rem;
      padding:.62rem .9rem;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(255,159,114,.16);
      color:#5c4150;
      font-weight:700;
    }
    .filter-pill.active{
      background:rgba(255,127,143,.12);
      color:#b44d61;
      border-color:rgba(255,127,143,.28);
    }
    .anchor-card{
      background:linear-gradient(135deg,#fff8f4,#fff);
      border:1px solid rgba(255,159,114,.18);
      border-radius:24px;
      padding:22px;
      box-shadow:0 10px 24px rgba(64,23,44,.05);
      height:100%;
    }
    .anchor-card h3{
      font-size:1.2rem;
      font-weight:900;
      margin:0 0 10px;
    }
    .anchor-card p{
      margin:0 0 16px;
      color:var(--muted);
    }
    .anchor-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .anchor-mini{
      border-radius:18px;
      padding:15px;
      background:#fff;
      border:1px solid rgba(255,159,114,.15);
    }
    .anchor-mini strong{
      display:block;
      margin-bottom:6px;
      color:#2f1c28;
    }
    .anchor-mini span{color:var(--muted);font-size:.95rem}
    .breadcrumb-wrap{
      margin-top:18px;
      color:#e5d4dc;
      font-size:.94rem;
    }
    .breadcrumb-wrap a{color:#ffd9c7}
    .mobile-search{
      display:none;
    }
    .table-scroll{
      overflow:auto;
      border-radius:22px;
    }
    .small-muted{color:var(--muted);font-size:.92rem}
    .shimmer-line{
      height:1px;
      background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
      margin:0;
    }
    .info-strip{
      margin-top:18px;
      border-radius:20px;
      padding:16px 18px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.08);
      color:#f3e5eb;
    }
    .info-strip strong{color:#ffd9e0}
    .focus-link{
      color:#b54d61;
      font-weight:800;
      display:inline-flex;
      align-items:center;
      gap:.35rem;
    }
    .focus-link:hover{color:#d16577}
    @media (max-width: 1199.98px){
      .hero-inner{grid-template-columns:1fr}
      .hero-panel{max-width:760px}
      .compare-table{min-width:900px}
      .stats-grid,.feature-band{grid-template-columns:repeat(2,minmax(0,1fr))}
      .news-grid,.split-board{grid-template-columns:1fr}
      .limit-grid{grid-template-columns:1fr}
    }
    @media (max-width: 991.98px){
      .search-shell{margin:14px 0 0;max-width:none}
      .nav-links{gap:8px;flex-wrap:wrap}
      .site-header .navbar-collapse{
        margin-top:12px;
        padding:14px;
        border-radius:20px;
        background:rgba(43,23,48,.94);
        border:1px solid rgba(255,255,255,.08);
      }
      .hero-inner{padding:30px}
      .hero-title{font-size:clamp(1.9rem,5vw,3rem)}
      .accent-side{border-radius:24px;margin-top:18px;border-left:none}
      .feature-band{grid-template-columns:1fr 1fr}
      .stats-grid{grid-template-columns:1fr}
      .panel-metric-grid{grid-template-columns:1fr 1fr}
      .compare-table{min-width:820px}
      .anchor-grid{grid-template-columns:1fr}
    }
    @media (max-width: 767.98px){
      .section{padding:52px 0}
      .hero-wrap{padding-top:18px}
      .hero-inner{padding:22px}
      .hero-copy{font-size:1rem}
      .hero-actions,.age-actions{flex-direction:column}
      .hero-actions .btn,.age-actions .btn,.limit-entry .btn,.form-shell .btn{width:100%;justify-content:center}
      .panel-metric-grid,.feature-band{grid-template-columns:1fr}
      .countdown{grid-template-columns:repeat(2,minmax(0,1fr))}
      .news-grid{grid-template-columns:1fr}
      .search-shell{display:none}
      .mobile-search{display:block;margin-top:12px}
      .mobile-search input{
        width:100%;
        height:48px;
        border-radius:999px;
        border:1px solid rgba(255,255,255,.14);
        background:rgba(255,247,242,.1);
        color:#fff;
        padding:0 16px;
      }
      .mobile-search input::placeholder{color:#c8b8c4}
      .compare-table{min-width:760px}
      .plan-footer{flex-direction:column;align-items:stretch}
      .plan-footer .btn{width:100%}
      .footer-links{gap:10px 14px}
    }
    @media (max-width: 575.98px){
      .container-wide{padding:0 14px}
      .brand-text{font-size:.96rem}
      .hero-card{border-radius:26px}
      .hero-inner{padding:18px}
      .section-title h2{font-size:1.5rem}
      .ticker-track{animation-duration:20s}
      .countdown{grid-template-columns:1fr 1fr}
      .nav-cta{padding:.7rem .9rem}
      .compare-table{min-width:700px}
      .form-shell,.panel-card,.step-card,.limit-entry,.news-item,.stat-card,.anchor-card{border-radius:18px}
    }

/* roulang page: category1 */
:root {
      --bg-deep: #20111f;
      --bg-plum: #2b1730;
      --bg-plum-2: #3a1c3a;
      --peach: #ff7f8f;
      --orange: #ff9f72;
      --cream: #fff7f2;
      --cream-2: #ffe9d7;
      --gold: #ffd6a5;
      --text: #2a1b24;
      --muted: #7a6470;
      --white: #ffffff;
      --line: rgba(255, 159, 114, .22);
      --line-dark: rgba(255, 255, 255, .12);
      --shadow: 0 18px 48px rgba(65, 26, 44, .18);
      --shadow-deep: 0 18px 50px rgba(0, 0, 0, .28);
      --radius-sm: 12px;
      --radius: 20px;
      --radius-lg: 28px;
      --container: 1220px;
      --transition: all .24s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 96px;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 10% 0%, rgba(255, 127, 143, .18), transparent 36%),
        linear-gradient(180deg, #2a142c 0%, #fff7f2 38%, #fffaf7 100%);
      line-height: 1.82;
      font-size: 16px;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--transition);
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus,
    a:focus {
      outline: 3px solid rgba(255, 127, 143, .28);
      outline-offset: 2px;
    }

    .container-wide {
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(32, 17, 31, .88);
      border-bottom: 1px solid rgba(255, 214, 165, .14);
      backdrop-filter: blur(18px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    }

    .navbar {
      min-height: 78px;
      padding: 12px 0;
      gap: 18px;
    }

    .brand-mark,
    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--white);
      font-weight: 900;
      letter-spacing: -.02em;
    }

    .brand-mark:hover {
      color: var(--gold);
      transform: translateY(-1px);
    }

    .brand-dot {
      width: 38px;
      height: 38px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--peach), var(--orange));
      box-shadow: 0 10px 26px rgba(255, 127, 143, .34);
      color: #fff;
      flex: 0 0 auto;
    }

    .brand-text {
      font-size: 17px;
      max-width: 320px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .search-shell {
      position: relative;
      width: min(430px, 34vw);
      margin-left: 22px;
      flex: 1 1 auto;
      max-width: 520px;
    }

    .search-shell i {
      position: absolute;
      left: 18px;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(42, 27, 36, .55);
      pointer-events: none;
    }

    .search-shell input,
    .mobile-search input {
      width: 100%;
      height: 50px;
      border-radius: 999px;
      border: 1px solid rgba(255, 214, 165, .34);
      background: rgba(255, 247, 242, .96);
      color: var(--text);
      padding: 0 18px 0 48px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
      transition: var(--transition);
    }

    .search-shell input:focus,
    .mobile-search input:focus {
      border-color: var(--peach);
      box-shadow: 0 0 0 4px rgba(255, 127, 143, .16);
      background: #fff;
    }

    .nav-links {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .nav-pill,
    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      min-height: 42px;
      padding: 9px 15px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 14px;
      color: rgba(255, 255, 255, .84);
      border: 1px solid rgba(255, 255, 255, .12);
      background: rgba(255, 255, 255, .06);
    }

    .nav-pill:hover,
    .nav-pill.active {
      color: #261326;
      background: var(--cream);
      border-color: rgba(255, 159, 114, .4);
      transform: translateY(-1px);
    }

    .nav-cta {
      color: #fff;
      border-color: transparent;
      background: linear-gradient(135deg, var(--peach), var(--orange));
      box-shadow: 0 12px 26px rgba(255, 127, 143, .26);
    }

    .nav-cta:hover {
      color: #fff;
      filter: brightness(1.06);
      transform: translateY(-2px);
      box-shadow: 0 18px 34px rgba(255, 127, 143, .34);
    }

    .mobile-search {
      display: none;
      width: 100%;
      padding-top: 12px;
    }

    .navbar-toggler {
      border-color: rgba(255,255,255,.22);
      border-radius: 14px;
      padding: 8px 10px;
    }

    .breadcrumb-strip {
      padding: 22px 0 0;
      color: rgba(255, 255, 255, .72);
      font-size: 14px;
    }

    .breadcrumb-strip a:hover {
      color: var(--gold);
    }

    .category-hero {
      position: relative;
      padding: 46px 0 76px;
      color: #fff;
      overflow: hidden;
    }

    .category-hero::before {
      content: "";
      position: absolute;
      inset: -40px -6vw 0;
      background:
        linear-gradient(135deg, rgba(255, 127, 143, .22), transparent 33%),
        radial-gradient(circle at 78% 24%, rgba(255, 214, 165, .34), transparent 25%),
        linear-gradient(145deg, var(--bg-deep), var(--bg-plum) 60%, #1a0c1a);
      clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
      z-index: -2;
    }

    .category-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 78%);
      z-index: -1;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 13px;
      border-radius: 999px;
      background: rgba(255, 247, 242, .12);
      border: 1px solid rgba(255, 214, 165, .2);
      color: var(--gold);
      font-weight: 800;
      font-size: 14px;
      margin-bottom: 18px;
    }

    h1 {
      font-size: clamp(30px, 4vw, 44px);
      line-height: 1.22;
      letter-spacing: -.045em;
      font-weight: 950;
      margin: 0 0 18px;
    }

    .hero-lead {
      max-width: 760px;
      color: rgba(255, 255, 255, .82);
      font-size: 17px;
      margin: 0 0 24px;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      margin: 26px 0 0;
    }

    .btn-peach,
    .btn-soft,
    .btn-darkline {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      border-radius: 999px;
      padding: 12px 20px;
      font-weight: 900;
      border: 0;
      transition: var(--transition);
      cursor: pointer;
    }

    .btn-peach {
      color: #fff;
      background: linear-gradient(135deg, var(--peach), var(--orange));
      box-shadow: 0 16px 34px rgba(255, 127, 143, .3);
    }

    .btn-peach:hover {
      color: #fff;
      transform: translateY(-3px);
      filter: brightness(1.06);
      box-shadow: 0 22px 42px rgba(255, 127, 143, .38);
    }

    .btn-soft {
      color: #33172e;
      background: var(--cream);
      border: 1px solid rgba(255, 159, 114, .32);
    }

    .btn-soft:hover {
      color: #33172e;
      background: #fff;
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(255, 214, 165, .2);
    }

    .btn-darkline {
      color: var(--cream);
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.08);
    }

    .btn-darkline:hover {
      color: #fff;
      border-color: rgba(255, 159, 114, .55);
      background: rgba(255, 127, 143, .14);
      transform: translateY(-2px);
    }

    .status-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .status-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.12);
      color: rgba(255,255,255,.82);
      font-size: 14px;
    }

    .quick-panel {
      background: rgba(255, 247, 242, .94);
      color: var(--text);
      border: 1px solid rgba(255, 159, 114, .28);
      border-radius: var(--radius-lg);
      padding: 22px;
      box-shadow: var(--shadow-deep);
      position: relative;
      overflow: hidden;
    }

    .quick-panel::before {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: rgba(255, 127, 143, .18);
      right: -70px;
      top: -90px;
    }

    .quick-title {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 16px;
    }

    .quick-title h2 {
      font-size: 20px;
      margin: 0;
      font-weight: 950;
    }

    .mini-count {
      border-radius: 999px;
      padding: 5px 10px;
      background: #2b1730;
      color: var(--gold);
      font-size: 12px;
      font-weight: 900;
    }

    .quick-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      position: relative;
    }

    .quick-item {
      min-height: 92px;
      border-radius: 18px;
      padding: 14px;
      border: 1px solid rgba(255, 159, 114, .24);
      background: #fff;
      transition: var(--transition);
    }

    .quick-item:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 127, 143, .65);
      box-shadow: 0 14px 28px rgba(65, 26, 44, .13);
    }

    .quick-item i {
      color: var(--peach);
      margin-bottom: 8px;
    }

    .quick-item strong {
      display: block;
      font-size: 15px;
      line-height: 1.45;
    }

    .quick-item span {
      color: var(--muted);
      font-size: 13px;
    }

    .timer-bar {
      position: relative;
      margin-top: 18px;
      border-radius: 18px;
      background: #2b1730;
      color: #fff;
      padding: 14px 16px;
      border: 1px solid rgba(255, 214, 165, .18);
    }

    .timer-line {
      height: 8px;
      border-radius: 999px;
      background: rgba(255,255,255,.14);
      overflow: hidden;
      margin-top: 10px;
    }

    .timer-line span {
      display: block;
      width: 68%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--peach), var(--gold));
    }

    .section {
      padding: 74px 0;
    }

    .section-tight {
      padding: 50px 0;
    }

    .section-head {
      max-width: 850px;
      margin-bottom: 28px;
    }

    .section-head h2 {
      font-size: clamp(26px, 3vw, 34px);
      line-height: 1.28;
      font-weight: 950;
      letter-spacing: -.035em;
      margin: 0 0 12px;
      color: var(--text);
    }

    .section-head p {
      color: var(--muted);
      margin: 0;
      font-size: 16.5px;
    }

    .tag-row,
    .pill-tabs {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .tag,
    .pill-tab {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border-radius: 999px;
      padding: 8px 13px;
      font-size: 14px;
      font-weight: 800;
      border: 1px solid rgba(255, 159, 114, .26);
      background: #fff;
      color: #4b2a41;
    }

    .tag.peach,
    .pill-tab.active {
      color: #fff;
      border-color: transparent;
      background: linear-gradient(135deg, var(--peach), var(--orange));
      box-shadow: 0 10px 24px rgba(255, 127, 143, .24);
    }

    .info-panel {
      border-radius: var(--radius-lg);
      background: rgba(255, 247, 242, .92);
      border: 1px solid rgba(255, 159, 114, .24);
      box-shadow: var(--shadow);
      padding: 28px;
      position: relative;
      overflow: hidden;
    }

    .info-panel::after {
      content: "";
      position: absolute;
      right: -60px;
      bottom: -80px;
      width: 210px;
      height: 210px;
      border-radius: 50%;
      background: rgba(255, 214, 165, .32);
    }

    .filter-board {
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid rgba(255, 159, 114, .22);
      padding: 18px;
      box-shadow: 0 12px 32px rgba(65, 26, 44, .1);
    }

    .filter-control {
      height: 48px;
      border-radius: 14px;
      border: 1px solid rgba(122, 100, 112, .2);
      background-color: #fffaf7;
      color: var(--text);
      padding: 10px 14px;
    }

    .filter-control:focus {
      border-color: var(--peach);
      box-shadow: 0 0 0 4px rgba(255, 127, 143, .14);
    }

    .cards-mosaic {
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      gap: 22px;
      align-items: start;
    }

    .large-card-grid,
    .small-card-grid {
      display: grid;
      gap: 18px;
    }

    .large-card-grid {
      grid-template-columns: 1fr;
    }

    .small-card-grid {
      grid-template-columns: 1fr 1fr;
    }

    .entry-card {
      position: relative;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(255, 159, 114, .22);
      background: #fff;
      box-shadow: 0 14px 36px rgba(65, 26, 44, .11);
      padding: 22px;
      transition: var(--transition);
      overflow: hidden;
    }

    .entry-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 127, 143, .62);
      box-shadow: 0 22px 48px rgba(65, 26, 44, .16);
    }

    .entry-card.big {
      min-height: 270px;
      background:
        linear-gradient(135deg, rgba(255, 247, 242, .96), rgba(255, 233, 215, .92)),
        #fff;
    }

    .entry-card.deep {
      color: #fff;
      background:
        radial-gradient(circle at top right, rgba(255, 214, 165, .28), transparent 34%),
        linear-gradient(145deg, #2b1730, #20111f);
      border-color: rgba(255, 214, 165, .18);
    }

    .entry-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 7px 11px;
      border-radius: 999px;
      background: rgba(255, 127, 143, .12);
      color: #a93855;
      font-size: 13px;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .entry-card.deep .entry-badge {
      background: rgba(255, 255, 255, .12);
      color: var(--gold);
      border: 1px solid rgba(255,255,255,.12);
    }

    .entry-card h3 {
      font-size: 21px;
      line-height: 1.38;
      font-weight: 950;
      margin: 0 0 10px;
    }

    .entry-card p {
      color: var(--muted);
      margin: 0 0 18px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .entry-card.deep p {
      color: rgba(255,255,255,.78);
    }

    .card-foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: auto;
      color: #a24b54;
      font-weight: 900;
      font-size: 14px;
    }

    .card-foot i {
      transition: var(--transition);
    }

    .entry-card:hover .card-foot i {
      transform: translateX(4px);
    }

    .mini-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-top: 12px;
    }

    .mini-tags span {
      border-radius: 999px;
      padding: 5px 9px;
      background: #fff7f2;
      border: 1px solid rgba(255, 159, 114, .18);
      color: #7b4356;
      font-size: 12px;
      font-weight: 800;
    }

    .deep .mini-tags span {
      background: rgba(255,255,255,.1);
      color: rgba(255,255,255,.82);
      border-color: rgba(255,255,255,.12);
    }

    .choice-panel {
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid rgba(255, 159, 114, .22);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .choice-table {
      margin: 0;
      min-width: 760px;
    }

    .choice-table th {
      background: #2b1730;
      color: #fff;
      border-color: rgba(255,255,255,.09);
      padding: 16px;
      font-size: 15px;
    }

    .choice-table td {
      padding: 16px;
      color: #4a3541;
      border-color: rgba(255, 159, 114, .16);
      vertical-align: middle;
    }

    .choice-table tr:nth-child(even) td {
      background: #fffaf7;
    }

    .recommend-cell {
      position: relative;
      font-weight: 950;
      color: #9b3452 !important;
    }

    .recommend-cell::after {
      content: "权益优先";
      display: inline-flex;
      margin-left: 8px;
      padding: 3px 8px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--peach), var(--orange));
      color: #fff;
      font-size: 12px;
      vertical-align: middle;
    }

    .limit-zone {
      border-radius: 32px;
      padding: 30px;
      color: #fff;
      background:
        radial-gradient(circle at 12% 20%, rgba(255, 127, 143, .28), transparent 28%),
        radial-gradient(circle at 86% 78%, rgba(255, 214, 165, .18), transparent 26%),
        linear-gradient(145deg, #241124, #35173a);
      border: 1px solid rgba(255, 159, 114, .24);
      box-shadow: var(--shadow-deep);
    }

    .limit-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 24px;
      align-items: center;
    }

    .countdown-style {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 18px;
    }

    .time-box {
      border-radius: 18px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.12);
      text-align: center;
      padding: 14px 10px;
    }

    .time-box strong {
      display: block;
      color: var(--gold);
      font-size: 24px;
      line-height: 1.1;
    }

    .time-box span {
      color: rgba(255,255,255,.68);
      font-size: 12px;
      font-weight: 800;
    }

    .matrix-links {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .matrix-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      min-height: 72px;
      border-radius: 20px;
      padding: 16px;
      color: #fff;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      font-weight: 900;
      transition: var(--transition);
    }

    .matrix-link:hover {
      color: #fff;
      background: rgba(255, 127, 143, .18);
      border-color: rgba(255, 214, 165, .42);
      box-shadow: 0 16px 34px rgba(255, 127, 143, .18);
      transform: translateY(-3px);
    }

    .matrix-link i:last-child {
      transition: var(--transition);
    }

    .matrix-link:hover i:last-child {
      transform: translateX(5px);
    }

    .consult-wrap {
      display: grid;
      grid-template-columns: .92fr 1.08fr;
      gap: 24px;
      align-items: start;
    }

    .accordion.custom-accordion {
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid rgba(255, 159, 114, .22);
    }

    .custom-accordion .accordion-item {
      border: 0;
      border-bottom: 1px solid rgba(255, 159, 114, .18);
      background: #fff;
    }

    .custom-accordion .accordion-item:last-child {
      border-bottom: 0;
    }

    .custom-accordion .accordion-button {
      padding: 18px 20px;
      font-weight: 950;
      color: var(--text);
      background: #fff;
      box-shadow: none;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
      color: #9b3452;
      background: #fff7f2;
      border-left: 5px solid var(--peach);
    }

    .custom-accordion .accordion-button:focus {
      box-shadow: 0 0 0 4px rgba(255, 127, 143, .14);
    }

    .custom-accordion .accordion-body {
      color: var(--muted);
      padding: 0 22px 20px 25px;
      background: #fffaf7;
    }

    .form-card {
      border-radius: var(--radius-lg);
      background: #fff;
      border: 1px solid rgba(255, 159, 114, .22);
      box-shadow: var(--shadow);
      padding: 26px;
    }

    .form-card h2 {
      font-weight: 950;
      font-size: 26px;
      margin-bottom: 8px;
    }

    .form-card p {
      color: var(--muted);
      margin-bottom: 20px;
    }

    .form-label {
      font-weight: 900;
      color: #3b2633;
      margin-bottom: 8px;
    }

    .required {
      color: var(--peach);
    }

    .form-control,
    .form-select {
      min-height: 50px;
      border-radius: 15px;
      border: 1px solid rgba(122, 100, 112, .22);
      background-color: #fffaf7;
      padding: 11px 14px;
      color: var(--text);
    }

    textarea.form-control {
      min-height: 132px;
      resize: vertical;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--peach);
      box-shadow: 0 0 0 4px rgba(255, 127, 143, .14);
      background-color: #fff;
    }

    .form-check-input {
      border-color: rgba(255, 127, 143, .55);
      width: 1.1em;
      height: 1.1em;
      margin-top: .32em;
    }

    .form-check-input:checked {
      background-color: var(--peach);
      border-color: var(--peach);
    }

    .privacy-note {
      color: var(--muted);
      font-size: 13px;
      margin-top: 12px;
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      border-radius: 34px;
      color: #fff;
      padding: 34px;
      background:
        linear-gradient(135deg, rgba(255, 127, 143, .28), transparent 42%),
        linear-gradient(145deg, #2b1730, #20111f);
      border: 1px solid rgba(255, 214, 165, .18);
      box-shadow: var(--shadow-deep);
    }

    .cta-panel::after {
      content: "";
      position: absolute;
      inset: auto -40px -70px auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(255, 214, 165, .2);
    }

    .cta-panel h2 {
      position: relative;
      font-size: clamp(26px, 3vw, 34px);
      font-weight: 950;
      margin: 0 0 12px;
    }

    .cta-panel p {
      position: relative;
      color: rgba(255,255,255,.78);
      margin: 0;
      max-width: 760px;
    }

    .cta-panel .hero-actions {
      position: relative;
    }

    .footer {
      padding: 58px 0 24px;
      color: rgba(255,255,255,.72);
      background:
        radial-gradient(circle at 16% 0%, rgba(255, 127, 143, .16), transparent 25%),
        linear-gradient(180deg, #20111f, #160b16);
      border-top: 1px solid rgba(255, 214, 165, .12);
    }

    .footer-brand {
      font-size: 18px;
      margin-bottom: 16px;
    }

    .footer p {
      max-width: 520px;
      margin: 0;
      color: rgba(255,255,255,.68);
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 16px;
    }

    .footer-links a {
      color: rgba(255,255,255,.68);
      font-weight: 700;
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--gold);
      padding-left: 3px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.1);
      margin-top: 34px;
      padding-top: 18px;
      color: rgba(255,255,255,.55);
      font-size: 13px;
    }

    @media (max-width: 991.98px) {
      .navbar {
        min-height: auto;
      }

      .brand-text {
        max-width: 240px;
      }

      .navbar-collapse {
        padding: 14px 0 8px;
      }

      .nav-links {
        width: 100%;
        padding-top: 10px;
      }

      .nav-pill,
      .nav-cta {
        width: 100%;
        justify-content: flex-start;
        border-radius: 16px;
      }

      .mobile-search {
        display: block;
        order: -1;
      }

      .mobile-search input {
        padding-left: 18px;
      }

      .category-hero {
        padding: 34px 0 62px;
      }

      .quick-panel {
        margin-top: 26px;
      }

      .cards-mosaic,
      .limit-grid,
      .consult-wrap {
        grid-template-columns: 1fr;
      }

      .small-card-grid {
        grid-template-columns: 1fr 1fr;
      }

      .section {
        padding: 58px 0;
      }
    }

    @media (max-width: 767.98px) {
      body {
        font-size: 15.5px;
      }

      .container-wide {
        width: min(100% - 24px, var(--container));
      }

      .brand-text {
        max-width: 190px;
        font-size: 15px;
      }

      .brand-dot {
        width: 34px;
        height: 34px;
        border-radius: 12px;
      }

      .hero-actions {
        align-items: stretch;
      }

      .btn-peach,
      .btn-soft,
      .btn-darkline {
        width: 100%;
      }

      .quick-grid,
      .small-card-grid,
      .matrix-links,
      .countdown-style {
        grid-template-columns: 1fr;
      }

      .pill-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
      }

      .pill-tab {
        white-space: nowrap;
      }

      .info-panel,
      .limit-zone,
      .form-card,
      .cta-panel {
        padding: 22px;
        border-radius: 24px;
      }

      .entry-card.big {
        min-height: auto;
      }

      .footer-links {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      html {
        scroll-padding-top: 86px;
      }

      .category-hero {
        padding-bottom: 50px;
      }

      .status-strip {
        display: grid;
        grid-template-columns: 1fr;
      }

      .section {
        padding: 48px 0;
      }

      .section-tight {
        padding: 38px 0;
      }

      .filter-board .row > * {
        margin-bottom: 10px;
      }

      .choice-panel {
        border-radius: 22px;
      }
    }
