/* roulang page: index */
:root{
      --bg-0:#070609;
      --bg-1:#0d0812;
      --bg-2:#120a18;
      --card:#15101d;
      --card-2:#1a1224;
      --card-3:#20162a;
      --gold:#f2c76e;
      --gold-2:#d9a84e;
      --gold-soft:rgba(242,199,110,.16);
      --purple:#b44cff;
      --rose:#e1458d;
      --text:#ece7dd;
      --muted:#b8afa3;
      --weak:#7e7484;
      --line:rgba(242,199,110,.28);
      --line-purple:rgba(180,76,255,.22);
      --danger-bg:rgba(91,39,32,.34);
      --shadow:0 18px 60px rgba(0,0,0,.45);
      --shadow-gold:0 18px 60px rgba(217,168,78,.14);
      --radius-xl:26px;
      --radius-lg:20px;
      --radius-md:14px;
      --radius-pill:999px;
      --nav-h:78px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 15% 8%, rgba(180,76,255,.18), transparent 32%),
        radial-gradient(circle at 82% 10%, rgba(225,69,141,.14), transparent 30%),
        radial-gradient(circle at 55% 75%, rgba(242,199,110,.08), transparent 34%),
        linear-gradient(180deg,var(--bg-0),var(--bg-1) 46%,var(--bg-2));
      line-height:1.75;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.22;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, black 0%, transparent 82%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--gold)}
    button,input,select,textarea{font:inherit}
    button,.button{transition:var(--ease)}
    img{max-width:100%;display:block}
    :focus-visible{
      outline:2px solid var(--gold);
      outline-offset:4px;
      border-radius:10px;
    }
    .site-shell{min-height:100vh}
    .rou-container{
      width:min(1220px, calc(100% - 36px));
      margin-inline:auto;
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section.compact{padding:54px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:34px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      color:var(--gold);
      background:rgba(21,16,29,.72);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
      box-shadow:inset 0 0 18px rgba(242,199,110,.06);
    }
    .section-kicker::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 14px rgba(242,199,110,.85);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5.2vw,58px);
      line-height:1.08;
      font-weight:850;
      letter-spacing:-.045em;
      margin-bottom:22px;
    }
    h2{
      font-size:clamp(26px,3vw,38px);
      line-height:1.18;
      font-weight:820;
      letter-spacing:-.03em;
      margin-bottom:12px;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      font-weight:780;
      margin-bottom:12px;
    }
    .lead{
      color:var(--muted);
      font-size:17px;
      max-width:760px;
    }
    .text-gold{color:var(--gold)}
    .muted{color:var(--muted)}
    .weak{color:var(--weak)}
    .divider{
      height:1px;
      background:linear-gradient(90deg,transparent,var(--line),var(--line-purple),transparent);
      margin:28px 0;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      height:var(--nav-h);
      background:rgba(8,6,11,.92);
      border-bottom:1px solid rgba(242,199,110,.18);
      backdrop-filter:blur(16px);
      box-shadow:0 10px 32px rgba(0,0,0,.36);
    }
    .nav-wrap{
      height:var(--nav-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:850;
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:42px;height:42px;
      display:grid;
      place-items:center;
      border-radius:14px;
      color:#130d12;
      font-size:20px;
      background:
        linear-gradient(135deg,var(--gold),var(--gold-2) 54%,#8a5d1a);
      box-shadow:0 0 24px rgba(242,199,110,.28), inset 0 1px 0 rgba(255,255,255,.35);
    }
    .brand-text{
      display:flex;
      flex-direction:column;
      gap:1px;
    }
    .brand-title{font-size:17px;color:var(--text);line-height:1.2}
    .brand-sub{font-size:12px;color:var(--weak);font-weight:600;letter-spacing:0}
    .desktop-menu{
      display:flex;
      align-items:center;
      gap:4px;
      margin:0;
      list-style:none;
    }
    .desktop-menu a{
      position:relative;
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:0 15px;
      border-radius:var(--radius-pill);
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .desktop-menu a::after{
      content:"";
      position:absolute;
      left:16px;right:16px;bottom:2px;
      height:2px;
      transform:scaleX(0);
      transform-origin:center;
      background:linear-gradient(90deg,var(--purple),var(--gold),var(--rose));
      box-shadow:0 0 12px rgba(242,199,110,.5);
      transition:var(--ease);
    }
    .desktop-menu a:hover::after,
    .desktop-menu a.active::after{transform:scaleX(1)}
    .desktop-menu a:hover,
    .desktop-menu a.active{
      color:var(--gold);
      background:rgba(242,199,110,.06);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .age-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:36px;
      padding:0 12px;
      border:1px solid rgba(242,199,110,.25);
      border-radius:var(--radius-pill);
      color:var(--gold);
      background:rgba(91,39,32,.22);
      font-size:13px;
      font-weight:750;
      white-space:nowrap;
    }
    .menu-toggle{
      display:none;
      width:44px;height:44px;
      align-items:center;
      justify-content:center;
      border:1px solid var(--line);
      border-radius:14px;
      color:var(--gold);
      background:rgba(21,16,29,.75);
      cursor:pointer;
    }
    .mobile-panel{
      display:none;
      position:absolute;
      left:18px;right:18px;top:calc(var(--nav-h) + 10px);
      padding:16px;
      border:1px solid var(--line);
      border-radius:22px;
      background:rgba(13,8,18,.98);
      box-shadow:var(--shadow);
    }
    .mobile-panel.open{display:block}
    .mobile-panel a{
      display:flex;
      align-items:center;
      min-height:48px;
      padding:0 14px;
      border-radius:14px;
      color:var(--muted);
      font-weight:750;
    }
    .mobile-panel a.active,
    .mobile-panel a:hover{
      color:var(--gold);
      background:rgba(242,199,110,.08);
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:0 20px;
      border-radius:var(--radius-pill);
      border:1px solid transparent;
      font-weight:800;
      cursor:pointer;
      line-height:1;
      white-space:nowrap;
    }
    .btn-primary{
      color:#1a1115;
      background:linear-gradient(135deg,var(--gold),#ffd989 52%,var(--gold-2));
      box-shadow:0 12px 28px rgba(242,199,110,.18);
    }
    .btn-primary:hover{
      color:#130d12;
      transform:translateY(-2px);
      box-shadow:0 18px 40px rgba(242,199,110,.28);
      filter:brightness(1.06);
    }
    .btn-secondary{
      color:var(--gold);
      border-color:rgba(242,199,110,.38);
      background:rgba(21,16,29,.58);
    }
    .btn-secondary:hover{
      color:var(--text);
      transform:translateY(-2px);
      border-color:rgba(180,76,255,.46);
      background:rgba(180,76,255,.12);
      box-shadow:0 14px 34px rgba(180,76,255,.12);
    }
    .btn-danger{
      color:var(--gold);
      border-color:rgba(242,199,110,.32);
      background:rgba(91,39,32,.36);
    }
    .btn-block{width:100%}

    .hero{
      padding:56px 0 38px;
    }
    .hero-stage{
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      border-radius:34px;
      background:
        linear-gradient(135deg,rgba(242,199,110,.13),transparent 34%),
        radial-gradient(circle at 80% 18%, rgba(225,69,141,.2), transparent 36%),
        linear-gradient(180deg,rgba(32,22,42,.92),rgba(13,8,18,.96));
      box-shadow:var(--shadow), inset 0 0 0 1px rgba(180,76,255,.12);
    }
    .hero-stage::before{
      content:"";
      position:absolute;
      inset:-90px -120px auto auto;
      width:360px;height:360px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(242,199,110,.24),transparent 64%);
      filter:blur(8px);
    }
    .hero-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:28px;
      padding:44px;
      align-items:stretch;
    }
    .promo-ribbon{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 14px;
      margin-bottom:20px;
      color:var(--gold);
      background:rgba(7,6,9,.56);
      border:1px solid var(--line);
      border-radius:var(--radius-pill);
      font-size:13px;
      font-weight:800;
      box-shadow:inset 0 0 22px rgba(242,199,110,.08);
    }
    .burst{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:34px;height:34px;
      border-radius:50%;
      color:#170f13;
      background:var(--gold);
      box-shadow:0 0 22px rgba(242,199,110,.5);
    }
    .hero-copy p{
      max-width:760px;
      color:var(--muted);
      font-size:18px;
      margin-bottom:24px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin:26px 0;
    }
    .hero-badges{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:28px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:34px;
      padding:0 12px;
      border-radius:var(--radius-pill);
      color:var(--muted);
      border:1px solid rgba(180,76,255,.22);
      background:rgba(21,16,29,.58);
      font-size:13px;
      font-weight:700;
    }
    .badge.gold{
      color:var(--gold);
      border-color:rgba(242,199,110,.32);
      background:rgba(242,199,110,.08);
    }
    .badge .dot,
    .status-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 12px rgba(242,199,110,.8);
      flex:0 0 auto;
    }
    .hero-board{
      position:relative;
      min-height:420px;
      display:grid;
      grid-template-columns:1fr 1fr;
      grid-template-rows:1fr 1fr;
      gap:16px;
    }
    .entry-tile{
      position:relative;
      overflow:hidden;
      padding:20px;
      border:1px solid rgba(242,199,110,.22);
      border-radius:24px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.035),transparent),
        rgba(7,6,9,.42);
      box-shadow:inset 0 0 0 1px rgba(180,76,255,.1);
      transition:var(--ease);
    }
    .entry-tile:hover{
      transform:translateY(-3px);
      border-color:rgba(242,199,110,.48);
      box-shadow:0 16px 38px rgba(0,0,0,.25), inset 0 0 0 1px rgba(242,199,110,.12);
    }
    .entry-tile.large{grid-row:span 2}
    .entry-tile::after{
      content:"";
      position:absolute;
      right:-40px;bottom:-46px;
      width:132px;height:132px;border-radius:50%;
      background:radial-gradient(circle,rgba(180,76,255,.22),transparent 68%);
    }
    .tile-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:12px;
      font-weight:850;
      color:var(--gold);
    }
    .tile-value{
      font-size:34px;
      line-height:1;
      font-weight:900;
      letter-spacing:-.04em;
      margin:14px 0 10px;
    }
    .tile-list{
      display:grid;
      gap:10px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .tile-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .age-callout{
      margin-top:24px;
      padding:14px 16px;
      border-radius:18px;
      color:#ead9c4;
      background:var(--danger-bg);
      border:1px solid rgba(242,199,110,.28);
      font-size:14px;
    }

    .card{
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      background:
        linear-gradient(180deg,rgba(255,255,255,.035),transparent),
        rgba(21,16,29,.84);
      box-shadow:var(--shadow);
      transition:var(--ease);
    }
    .card:hover{
      transform:translateY(-3px);
      border-color:rgba(242,199,110,.46);
      box-shadow:var(--shadow),var(--shadow-gold);
    }
    .comparison-card{
      overflow:hidden;
      padding:0;
    }
    .rights-table{
      width:100%;
      margin:0;
      border-collapse:separate;
      border-spacing:0;
      color:var(--text);
      background:transparent;
    }
    .rights-table thead{
      background:linear-gradient(90deg,rgba(242,199,110,.16),rgba(180,76,255,.12));
    }
    .rights-table th,
    .rights-table td{
      border-bottom:1px solid rgba(242,199,110,.13);
      padding:18px 20px;
      color:var(--muted);
      vertical-align:middle;
    }
    .rights-table th{
      color:var(--gold);
      font-size:14px;
      font-weight:850;
      text-align:left;
      border-bottom:1px solid var(--line);
    }
    .rights-table td:first-child{
      color:var(--text);
      font-weight:750;
    }
    .rights-table tr:last-child td{border-bottom:none}
    .mark{
      display:inline-flex;
      align-items:center;
      gap:7px;
      font-weight:750;
      color:var(--muted);
    }
    .mark.ok{color:var(--gold)}
    .mark.part{color:#d9b7ff}
    .mark.no{color:var(--weak)}
    .mark::before{
      content:"";
      width:9px;height:9px;border-radius:50%;
      background:currentColor;
      box-shadow:0 0 12px currentColor;
    }
    .table-note{
      padding:16px 20px 20px;
      color:var(--weak);
      font-size:13px;
      border-top:1px solid rgba(180,76,255,.12);
      background:rgba(7,6,9,.28);
    }

    .level-track{
      display:grid;
      grid-template-columns:.92fr 1.08fr .92fr;
      gap:22px;
      align-items:end;
    }
    .level-card{
      position:relative;
      padding:26px;
      min-height:345px;
      display:flex;
      flex-direction:column;
      border:1px solid rgba(242,199,110,.25);
      border-radius:28px;
      background:linear-gradient(180deg,rgba(32,22,42,.94),rgba(13,8,18,.92));
      box-shadow:var(--shadow);
      overflow:hidden;
      transition:var(--ease);
    }
    .level-card.featured{
      min-height:390px;
      border-color:rgba(242,199,110,.5);
      background:
        radial-gradient(circle at top right, rgba(242,199,110,.18), transparent 38%),
        linear-gradient(180deg,rgba(36,25,31,.98),rgba(18,10,24,.94));
    }
    .level-card:hover{
      transform:translateY(-4px);
      box-shadow:0 24px 70px rgba(0,0,0,.52),0 0 44px rgba(242,199,110,.1);
    }
    .level-tag{
      align-self:flex-start;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:var(--radius-pill);
      background:rgba(242,199,110,.1);
      border:1px solid rgba(242,199,110,.26);
      color:var(--gold);
      font-size:13px;
      font-weight:850;
    }
    .level-name{
      margin:22px 0 8px;
      font-size:30px;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .level-list{
      display:grid;
      gap:12px;
      padding:0;
      margin:20px 0 24px;
      list-style:none;
    }
    .level-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:15px;
    }
    .level-list li::before{
      content:"✦";
      color:var(--gold);
      flex:0 0 auto;
    }
    .level-card .btn{margin-top:auto}
    .corner-label{
      position:absolute;
      right:18px;top:18px;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      color:#160f12;
      background:var(--gold);
      font-size:12px;
      font-weight:900;
      transform:rotate(3deg);
    }

    .preview-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:24px;
      align-items:stretch;
    }
    .preview-main{
      min-height:430px;
      padding:28px;
      position:relative;
      overflow:hidden;
      border-radius:30px;
      border:1px solid var(--line);
      background:
        linear-gradient(135deg,rgba(242,199,110,.12),transparent 42%),
        radial-gradient(circle at 90% 18%, rgba(180,76,255,.22), transparent 36%),
        rgba(21,16,29,.82);
      box-shadow:var(--shadow);
    }
    .abstract-panel{
      position:absolute;
      right:24px;bottom:24px;
      width:45%;
      min-width:230px;
      height:250px;
      border-radius:26px;
      border:1px solid rgba(242,199,110,.28);
      background:
        linear-gradient(135deg,rgba(242,199,110,.22),transparent 38%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 1px, transparent 1px 13px),
        rgba(7,6,9,.42);
      box-shadow:inset 0 0 45px rgba(180,76,255,.16);
    }
    .abstract-panel::before,
    .abstract-panel::after{
      content:"";
      position:absolute;
      border-radius:50%;
      background:radial-gradient(circle,rgba(225,69,141,.35),transparent 68%);
    }
    .abstract-panel::before{width:120px;height:120px;left:25px;top:28px}
    .abstract-panel::after{width:150px;height:150px;right:10px;bottom:10px;background:radial-gradient(circle,rgba(242,199,110,.26),transparent 68%)}
    .preview-copy{
      position:relative;
      z-index:2;
      max-width:52%;
    }
    .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:20px 0 0;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:32px;
      padding:0 11px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(180,76,255,.28);
      color:#d7c8e8;
      background:rgba(180,76,255,.08);
      font-size:13px;
      font-weight:750;
    }
    .preview-side{
      display:grid;
      gap:16px;
    }
    .topic-tile{
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(242,199,110,.2);
      background:rgba(21,16,29,.78);
      transition:var(--ease);
    }
    .topic-tile:hover{
      transform:translateX(4px);
      border-color:rgba(242,199,110,.45);
      background:rgba(32,22,42,.88);
    }
    .topic-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:8px;
    }
    .topic-head strong{color:var(--text)}
    .permission{
      padding:5px 9px;
      border-radius:var(--radius-pill);
      color:var(--gold);
      border:1px solid rgba(242,199,110,.28);
      background:rgba(242,199,110,.08);
      font-size:12px;
      font-weight:850;
    }

    .dynamic-grid{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:24px;
      align-items:start;
    }
    .kpi-strip{
      display:grid;
      gap:16px;
    }
    .kpi-card{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(242,199,110,.2);
      background:rgba(21,16,29,.72);
    }
    .kpi-card b{
      font-size:28px;
      line-height:1;
      color:var(--gold);
      letter-spacing:-.03em;
    }
    .news-card{
      padding:22px;
      border-radius:26px;
      border:1px solid var(--line);
      background:rgba(21,16,29,.82);
      box-shadow:var(--shadow);
    }
    .news-list{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:4px;
    }
    .news-list a{
      display:grid;
      grid-template-columns:118px 1fr auto;
      gap:16px;
      align-items:center;
      padding:14px 12px;
      border-radius:16px;
      color:var(--muted);
      border:1px solid transparent;
    }
    .news-list a:hover{
      color:var(--text);
      border-color:rgba(242,199,110,.22);
      background:rgba(242,199,110,.06);
    }
    .news-date{
      color:var(--weak);
      font-size:13px;
      font-weight:750;
    }
    .news-title{
      color:var(--text);
      font-weight:800;
    }
    .news-state{
      color:var(--gold);
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
    }

    .timeline-wrap{
      position:relative;
      padding:28px;
      border-radius:30px;
      border:1px solid var(--line);
      background:linear-gradient(180deg,rgba(21,16,29,.84),rgba(13,8,18,.88));
      box-shadow:var(--shadow);
    }
    .timeline{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .timeline li{
      position:relative;
      padding:20px;
      border-radius:22px;
      background:rgba(32,22,42,.6);
      border:1px solid rgba(180,76,255,.2);
    }
    .timeline-step{
      display:inline-flex;
      width:34px;height:34px;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#170f13;
      background:var(--gold);
      font-weight:900;
      margin-bottom:14px;
      box-shadow:0 0 18px rgba(242,199,110,.32);
    }

    .faq-layout{
      display:grid;
      grid-template-columns:1fr 360px;
      gap:24px;
      align-items:start;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:14px;
      border:1px solid rgba(242,199,110,.22);
      border-radius:20px;
      overflow:hidden;
      background:rgba(21,16,29,.78);
      box-shadow:0 12px 38px rgba(0,0,0,.18);
    }
    .accordion-title{
      min-height:58px;
      display:flex;
      align-items:center;
      padding:18px 48px 18px 20px;
      color:var(--text);
      border:0;
      font-size:16px;
      font-weight:850;
      background:transparent;
    }
    .accordion-title:hover,
    .accordion-title:focus{
      color:var(--gold);
      background:rgba(242,199,110,.06);
    }
    .accordion-title::before{
      color:var(--gold);
      font-size:22px;
      margin-top:-12px;
    }
    .accordion-content{
      padding:0 20px 20px 20px;
      border:0;
      color:var(--muted);
      background:rgba(32,22,42,.5);
      border-left:3px solid var(--gold);
    }
    .rule-card{
      position:sticky;
      top:calc(var(--nav-h) + 22px);
      padding:24px;
      border-radius:26px;
      border:1px solid rgba(242,199,110,.28);
      background:
        linear-gradient(180deg,rgba(91,39,32,.24),rgba(21,16,29,.82));
      box-shadow:var(--shadow);
    }
    .rule-list{
      display:grid;
      gap:12px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .rule-list li{
      display:flex;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .rule-list li::before{content:"●";color:var(--gold);font-size:12px;margin-top:3px}

    .cta-panel{
      position:relative;
      overflow:hidden;
      display:grid;
      grid-template-columns:1.04fr .96fr;
      gap:28px;
      padding:36px;
      border-radius:34px;
      border:1px solid rgba(242,199,110,.45);
      background:
        radial-gradient(circle at 16% 12%, rgba(242,199,110,.2), transparent 34%),
        radial-gradient(circle at 94% 70%, rgba(180,76,255,.18), transparent 34%),
        linear-gradient(135deg,rgba(32,22,42,.98),rgba(13,8,18,.96));
      box-shadow:0 26px 80px rgba(0,0,0,.52),0 0 60px rgba(242,199,110,.09);
    }
    .cta-checks{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      margin:24px 0 0;
      padding:0;
      list-style:none;
    }
    .cta-checks li{
      padding:14px 14px;
      border-radius:16px;
      border:1px solid rgba(242,199,110,.18);
      background:rgba(7,6,9,.3);
      color:var(--muted);
      font-weight:700;
    }
    .cta-card{
      padding:24px;
      border-radius:26px;
      border:1px solid rgba(242,199,110,.26);
      background:rgba(7,6,9,.42);
    }
    .form-field{margin-bottom:14px}
    .form-field label{
      display:block;
      margin-bottom:7px;
      color:var(--muted);
      font-size:13px;
      font-weight:800;
    }
    .form-field input,
    .form-field select,
    .form-field textarea{
      width:100%;
      min-height:46px;
      border-radius:14px;
      border:1px solid rgba(242,199,110,.22);
      color:var(--text);
      background:rgba(21,16,29,.9);
      box-shadow:none;
      padding:10px 12px;
    }
    .form-field textarea{min-height:86px;resize:vertical}
    .form-field input:focus,
    .form-field select:focus,
    .form-field textarea:focus{
      border-color:var(--gold);
      box-shadow:0 0 0 3px rgba(242,199,110,.14);
      background:rgba(21,16,29,.95);
    }
    .checkline{
      display:flex;
      gap:10px;
      align-items:flex-start;
      margin:8px 0 16px;
      color:var(--muted);
      font-size:14px;
    }
    .checkline input{margin-top:6px}

    .site-footer{
      padding:48px 0 32px;
      border-top:1px solid rgba(242,199,110,.25);
      background:linear-gradient(180deg,rgba(8,6,11,.72),rgba(7,6,9,.98));
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:28px;
      align-items:start;
    }
    .footer-title{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:14px;
      font-weight:900;
      color:var(--text);
      letter-spacing:-.03em;
    }
    .footer-links{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .footer-links a{
      color:var(--muted);
      font-weight:700;
    }
    .footer-links a:hover{color:var(--gold)}
    .copyright{
      margin-top:32px;
      padding-top:22px;
      border-top:1px solid rgba(242,199,110,.13);
      color:var(--weak);
      font-size:13px;
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
    }

    @media (max-width:1024px){
      .desktop-menu,.nav-actions .btn{display:none}
      .menu-toggle{display:inline-flex}
      .hero-grid,
      .preview-layout,
      .dynamic-grid,
      .faq-layout,
      .cta-panel{
        grid-template-columns:1fr;
      }
      .hero-board{min-height:auto}
      .preview-copy{max-width:100%}
      .abstract-panel{
        position:relative;
        right:auto;bottom:auto;
        width:100%;
        margin-top:24px;
      }
      .level-track{grid-template-columns:1fr}
      .level-card,.level-card.featured{min-height:auto}
      .timeline{grid-template-columns:1fr 1fr}
      .rule-card{position:relative;top:auto}
    }
    @media (max-width:768px){
      :root{--nav-h:70px}
      .rou-container{width:min(100% - 28px, 1220px)}
      .section{padding:58px 0}
      .section-head{display:block}
      .section-head .lead{margin-top:10px}
      .hero{padding:30px 0 24px}
      .hero-grid{padding:24px}
      .hero-board{grid-template-columns:1fr}
      .entry-tile.large{grid-row:auto}
      .hero-actions .btn{width:100%}
      .rights-table,
      .rights-table thead,
      .rights-table tbody,
      .rights-table th,
      .rights-table td,
      .rights-table tr{
        display:block;
      }
      .rights-table thead{display:none}
      .rights-table tr{
        padding:16px;
        border-bottom:1px solid rgba(242,199,110,.16);
      }
      .rights-table td{
        display:flex;
        justify-content:space-between;
        gap:16px;
        padding:9px 0;
        border-bottom:none;
      }
      .rights-table td::before{
        content:attr(data-label);
        color:var(--weak);
        font-weight:750;
      }
      .rights-table td:first-child{
        display:block;
        padding-bottom:12px;
        color:var(--gold);
      }
      .rights-table td:first-child::before{display:none}
      .news-list a{
        grid-template-columns:1fr;
        gap:5px;
      }
      .timeline{grid-template-columns:1fr}
      .cta-checks{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
      .brand-title{font-size:15px}
      .brand-sub{display:none}
    }
    @media (max-width:520px){
      h1{font-size:32px}
      .hero-grid{padding:20px}
      .hero-stage{border-radius:24px}
      .age-chip{display:none}
      .brand-mark{width:38px;height:38px;border-radius:12px}
      .section-kicker{font-size:12px}
      .cta-panel{padding:22px;border-radius:24px}
      .preview-main,.timeline-wrap{padding:20px;border-radius:24px}
    }
    @media (prefers-reduced-motion:reduce){
      *,*::before,*::after{
        animation-duration:.001ms!important;
        animation-iteration-count:1!important;
        transition-duration:.001ms!important;
        scroll-behavior:auto!important;
      }
    }

/* roulang page: category1 */
:root{
      --bg:#070609;
      --bg-2:#0d0812;
      --bg-3:#120a18;
      --panel:#15101d;
      --panel-2:#1a1224;
      --panel-3:#20162a;
      --gold:#d9a84e;
      --gold-2:#f2c76e;
      --gold-soft:rgba(242,199,110,.14);
      --purple:#b44cff;
      --rose:#e1458d;
      --text:#ece7dd;
      --muted:#b8afa3;
      --weak:#7e7484;
      --border-gold:rgba(242,199,110,.28);
      --border-purple:rgba(180,76,255,.22);
      --danger-bg:rgba(86,38,28,.38);
      --danger-border:rgba(242,199,110,.34);
      --shadow:0 18px 60px rgba(0,0,0,.45);
      --shadow-glow:0 0 0 1px rgba(242,199,110,.14), 0 18px 70px rgba(180,76,255,.14);
      --radius-xl:24px;
      --radius-lg:18px;
      --radius-md:14px;
      --radius-sm:10px;
      --container:1220px;
      --header-h:78px;
      --ease:all .24s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 12% 8%, rgba(180,76,255,.2), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(225,69,141,.14), transparent 30%),
        radial-gradient(circle at 50% 92%, rgba(217,168,78,.12), transparent 32%),
        linear-gradient(180deg,var(--bg),var(--bg-2) 38%,var(--bg-3));
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(242,199,110,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(242,199,110,.025) 1px, transparent 1px);
      background-size:48px 48px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover{color:var(--gold-2)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{
      outline:2px solid var(--gold-2);
      outline-offset:3px;
      border-radius:10px;
    }
    h1,h2,h3,h4,p,ul,ol{margin-top:0}
    h1,h2,h3,h4{line-height:1.18;letter-spacing:-.03em;color:#fff}
    h1{font-size:clamp(2rem,4.3vw,3.35rem);font-weight:850;margin-bottom:20px}
    h2{font-size:clamp(1.65rem,3vw,2.35rem);font-weight:800;margin-bottom:16px}
    h3{font-size:1.22rem;font-weight:760;margin-bottom:12px}
    p{color:var(--muted);font-size:16px}
    .muted{color:var(--muted)}
    .weak{color:var(--weak)}
    .rou-container{
      width:min(calc(100% - 40px),var(--container));
      margin-inline:auto;
    }
    .section{padding:82px 0}
    .section-tight{padding:56px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .section-head p{max-width:700px;margin-bottom:0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--gold-2);
      font-size:13px;
      font-weight:750;
      background:rgba(242,199,110,.08);
      border:1px solid var(--border-gold);
      box-shadow:0 0 24px rgba(217,168,78,.08);
      margin-bottom:14px;
    }
    .eyebrow::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:999px;
      background:var(--gold-2);
      box-shadow:0 0 14px var(--gold-2);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      min-height:var(--header-h);
      background:rgba(8,6,11,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(242,199,110,.18);
      box-shadow:0 10px 40px rgba(0,0,0,.38);
    }
    .nav-wrap{
      min-height:var(--header-h);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      position:relative;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:245px;
    }
    .brand-mark{
      width:40px;
      height:40px;
      flex:0 0 40px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:14px;
      color:#160d05;
      font-weight:900;
      background:linear-gradient(135deg,var(--gold-2),var(--gold) 58%,#9d6b21);
      box-shadow:0 0 28px rgba(242,199,110,.22);
      border:1px solid rgba(255,232,168,.45);
    }
    .brand-text{display:flex;flex-direction:column;gap:2px}
    .brand-title{
      color:#fff;
      font-size:16px;
      font-weight:850;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand-sub{
      color:var(--weak);
      font-size:12px;
      line-height:1.2;
    }
    .desktop-menu{
      list-style:none;
      display:flex;
      align-items:center;
      gap:8px;
      margin:0;
      padding:0;
    }
    .desktop-menu a{
      position:relative;
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:0 15px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
      border-radius:999px;
    }
    .desktop-menu a::after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:4px;
      height:2px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--gold-2),var(--rose),var(--purple));
      opacity:0;
      transform:scaleX(.3);
      transition:var(--ease);
      box-shadow:0 0 14px rgba(225,69,141,.55);
    }
    .desktop-menu a:hover,
    .desktop-menu a.active{
      color:var(--gold-2);
      background:rgba(242,199,110,.07);
    }
    .desktop-menu a:hover::after,
    .desktop-menu a.active::after{
      opacity:1;
      transform:scaleX(1);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .age-chip{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      color:#ffdca0;
      font-size:13px;
      font-weight:760;
      background:var(--danger-bg);
      border:1px solid var(--danger-border);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:0 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-size:14px;
      font-weight:820;
      line-height:1;
      transition:var(--ease);
      text-align:center;
      white-space:nowrap;
    }
    .btn-primary{
      color:#140d07;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 12px 32px rgba(217,168,78,.2);
      border-color:rgba(255,232,168,.45);
    }
    .btn-primary:hover{
      color:#100804;
      transform:translateY(-2px);
      box-shadow:0 16px 42px rgba(242,199,110,.28);
      filter:brightness(1.05);
    }
    .btn-secondary{
      color:var(--gold-2);
      background:rgba(21,16,29,.78);
      border-color:var(--border-gold);
    }
    .btn-secondary:hover{
      color:#fff;
      background:rgba(180,76,255,.16);
      border-color:rgba(242,199,110,.46);
      transform:translateY(-2px);
      box-shadow:0 12px 34px rgba(180,76,255,.16);
    }
    .btn-ghost{
      color:var(--muted);
      border-color:rgba(180,76,255,.28);
      background:rgba(26,18,36,.7);
    }
    .btn-ghost:hover{
      color:var(--gold-2);
      border-color:var(--gold);
      background:rgba(242,199,110,.08);
    }
    .btn-block{width:100%}
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid var(--border-gold);
      color:var(--gold-2);
      background:rgba(21,16,29,.88);
      font-size:20px;
    }
    .mobile-panel{
      display:none;
      position:absolute;
      top:calc(100% + 10px);
      left:0;
      right:0;
      padding:14px;
      border-radius:20px;
      background:rgba(15,10,20,.98);
      border:1px solid var(--border-gold);
      box-shadow:var(--shadow);
    }
    .mobile-panel a{
      display:flex;
      align-items:center;
      min-height:48px;
      padding:0 14px;
      border-radius:14px;
      color:var(--muted);
      font-weight:750;
    }
    .mobile-panel a.active,
    .mobile-panel a:hover{
      color:var(--gold-2);
      background:rgba(242,199,110,.08);
    }
    .mobile-panel.open{display:block}

    .hero{
      position:relative;
      padding:58px 0 28px;
      overflow:hidden;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(7,6,9,.96) 0%,rgba(7,6,9,.82) 38%,rgba(7,6,9,.2) 100%),
        radial-gradient(circle at 74% 22%,rgba(180,76,255,.28),transparent 35%),
        radial-gradient(circle at 82% 76%,rgba(217,168,78,.18),transparent 30%);
      z-index:-1;
    }
    .hero-panel{
      position:relative;
      border-radius:30px;
      border:1px solid var(--border-gold);
      background:
        linear-gradient(135deg,rgba(21,16,29,.92),rgba(32,22,42,.78)),
        radial-gradient(circle at 82% 20%,rgba(225,69,141,.18),transparent 32%);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-panel::after{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(120deg,transparent 0%,rgba(242,199,110,.08) 42%,transparent 55%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 16px);
    }
    .hero-content{
      position:relative;
      z-index:1;
      padding:44px;
    }
    .breadcrumbs{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin-bottom:20px;
    }
    .breadcrumbs a,
    .breadcrumbs span{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 11px;
      border-radius:999px;
      font-size:13px;
      color:var(--muted);
      background:rgba(7,6,9,.42);
      border:1px solid rgba(180,76,255,.18);
    }
    .breadcrumbs a:hover{
      color:var(--gold-2);
      border-color:var(--border-gold);
    }
    .lead{
      font-size:17px;
      max-width:760px;
      margin-bottom:22px;
      color:#d3c9bc;
    }
    .compliance-callout{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:14px 16px;
      border-radius:18px;
      background:var(--danger-bg);
      border:1px solid var(--danger-border);
      color:#f5d49a;
      max-width:820px;
      margin:20px 0 0;
    }
    .callout-icon{
      width:28px;
      height:28px;
      border-radius:10px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 28px;
      background:rgba(242,199,110,.16);
      color:var(--gold-2);
      font-weight:900;
    }
    .hero-visual{
      height:100%;
      min-height:360px;
      position:relative;
      border-left:1px solid rgba(242,199,110,.12);
      background:
        radial-gradient(circle at 50% 34%,rgba(242,199,110,.18),transparent 28%),
        linear-gradient(135deg,rgba(180,76,255,.15),rgba(225,69,141,.08)),
        #0f0a15;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:34px;
    }
    .abstract-screen{
      width:100%;
      max-width:390px;
      border-radius:26px;
      padding:18px;
      background:rgba(7,6,9,.72);
      border:1px solid var(--border-gold);
      box-shadow:var(--shadow-glow);
    }
    .screen-top{
      height:138px;
      border-radius:22px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(242,199,110,.18),rgba(180,76,255,.2)),
        radial-gradient(circle at 35% 35%,rgba(225,69,141,.28),transparent 28%),
        #181020;
      border:1px solid rgba(242,199,110,.2);
    }
    .play-button{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      width:62px;
      height:62px;
      border-radius:999px;
      border:1px solid rgba(242,199,110,.5);
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(7,6,9,.76);
      box-shadow:0 0 35px rgba(242,199,110,.22);
      color:var(--gold-2);
      font-size:22px;
    }
    .screen-list{
      display:grid;
      gap:10px;
      margin-top:16px;
    }
    .screen-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(180,76,255,.18);
    }
    .status-dot{
      width:9px;
      height:9px;
      border-radius:999px;
      background:#59d88d;
      box-shadow:0 0 15px rgba(89,216,141,.65);
      flex:0 0 9px;
    }
    .status-dot.gold{background:var(--gold-2);box-shadow:0 0 15px rgba(242,199,110,.65)}
    .status-dot.rose{background:var(--rose);box-shadow:0 0 15px rgba(225,69,141,.6)}
    .row-title{font-weight:780;color:#fff;font-size:14px}
    .row-note{font-size:12px;color:var(--weak)}

    .chipbar{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:7px;
      min-height:34px;
      padding:0 13px;
      border-radius:999px;
      color:var(--muted);
      background:rgba(21,16,29,.68);
      border:1px solid rgba(180,76,255,.24);
      font-size:13px;
      font-weight:720;
      transition:var(--ease);
    }
    .chip:hover,
    .chip.active{
      color:#140d07;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      border-color:rgba(255,232,168,.45);
      box-shadow:0 8px 22px rgba(217,168,78,.16);
    }

    .tool-card,
    .content-card,
    .sidebar-card,
    .rule-panel,
    .cta-panel{
      border-radius:var(--radius-xl);
      background:
        linear-gradient(180deg,rgba(26,18,36,.92),rgba(18,13,25,.96)),
        radial-gradient(circle at 88% 12%,rgba(180,76,255,.12),transparent 30%);
      border:1px solid var(--border-gold);
      box-shadow:var(--shadow);
    }
    .tool-card{
      padding:18px;
      margin-bottom:24px;
    }
    .filter-row{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr auto;
      gap:14px;
      align-items:end;
    }
    .field label{
      display:block;
      color:var(--gold-2);
      font-size:12px;
      font-weight:800;
      margin-bottom:7px;
    }
    .field input,
    .field select{
      width:100%;
      height:46px;
      border-radius:14px;
      color:var(--text);
      background:rgba(7,6,9,.65);
      border:1px solid rgba(180,76,255,.25);
      box-shadow:none;
      margin:0;
      padding:0 14px;
    }
    .field input::placeholder{color:var(--weak)}
    .field input:focus,
    .field select:focus{
      border-color:var(--gold-2);
      box-shadow:0 0 0 3px rgba(242,199,110,.14);
      background:rgba(7,6,9,.78);
    }

    .main-layout{align-items:flex-start}
    .topic-list{
      display:grid;
      gap:18px;
    }
    .content-card{
      position:relative;
      padding:20px;
      display:grid;
      grid-template-columns:128px 1fr 150px;
      gap:20px;
      align-items:center;
      overflow:hidden;
      transition:var(--ease);
    }
    .content-card::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      border-radius:inherit;
      background:linear-gradient(90deg,rgba(242,199,110,.08),transparent 36%);
      opacity:.65;
    }
    .content-card:hover{
      transform:translateY(-3px);
      border-color:rgba(242,199,110,.52);
      box-shadow:var(--shadow-glow);
    }
    .zone-thumb{
      position:relative;
      height:112px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(242,199,110,.22);
      background:
        radial-gradient(circle at 28% 28%,rgba(242,199,110,.32),transparent 28%),
        radial-gradient(circle at 72% 72%,rgba(225,69,141,.25),transparent 30%),
        linear-gradient(135deg,#1c1127,#09070c);
    }
    .zone-thumb::after{
      content:attr(data-mark);
      position:absolute;
      left:14px;
      bottom:12px;
      width:44px;
      height:44px;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(7,6,9,.68);
      border:1px solid rgba(242,199,110,.32);
      color:var(--gold-2);
      font-weight:900;
      box-shadow:0 0 22px rgba(242,199,110,.14);
    }
    .content-main,
    .content-action{position:relative;z-index:1}
    .content-main h3{
      margin-bottom:8px;
      font-size:1.18rem;
    }
    .content-main p{
      margin-bottom:13px;
      font-size:15px;
    }
    .badges{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      color:var(--gold-2);
      background:rgba(242,199,110,.08);
      border:1px solid rgba(242,199,110,.22);
      font-size:12px;
      font-weight:760;
    }
    .badge.purple{
      color:#e9d4ff;
      background:rgba(180,76,255,.1);
      border-color:rgba(180,76,255,.32);
    }
    .badge.rose{
      color:#ffd4e8;
      background:rgba(225,69,141,.1);
      border-color:rgba(225,69,141,.3);
    }
    .content-action{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:12px;
    }
    .state{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--muted);
      font-size:13px;
      font-weight:720;
      text-align:right;
    }
    .time-note{
      color:var(--weak);
      font-size:12px;
      text-align:right;
    }

    .pagination-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-top:24px;
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(180,76,255,.22);
      background:rgba(21,16,29,.62);
    }
    .pagination{
      margin:0;
    }
    .pagination a,
    .pagination button{
      border-radius:12px!important;
      color:var(--muted)!important;
      background:rgba(7,6,9,.55)!important;
      border:1px solid rgba(180,76,255,.2)!important;
      min-width:38px;
      text-align:center;
      margin:0 3px;
      transition:var(--ease);
    }
    .pagination .current{
      border-radius:12px!important;
      color:#130b05!important;
      background:linear-gradient(135deg,var(--gold-2),var(--gold))!important;
      padding:.1875rem .625rem;
      min-width:38px;
      display:inline-flex;
      justify-content:center;
    }
    .pagination a:hover{
      color:var(--gold-2)!important;
      border-color:var(--border-gold)!important;
      box-shadow:0 0 18px rgba(180,76,255,.18);
    }

    .sidebar{
      position:sticky;
      top:100px;
      display:grid;
      gap:18px;
    }
    .sidebar-card{
      padding:20px;
      border-radius:22px;
    }
    .side-title{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .side-title h3{margin:0}
    .mini-list{
      list-style:none;
      display:grid;
      gap:10px;
      padding:0;
      margin:0;
    }
    .mini-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
      font-size:14px;
    }
    .mini-list li::before{
      content:"";
      width:8px;
      height:8px;
      margin-top:9px;
      border-radius:999px;
      background:var(--gold-2);
      box-shadow:0 0 12px rgba(242,199,110,.6);
      flex:0 0 8px;
    }
    .level-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 0;
      border-bottom:1px solid rgba(242,199,110,.12);
    }
    .level-row:last-child{border-bottom:0}
    .level-name{font-weight:820;color:#fff}
    .level-desc{font-size:12px;color:var(--weak)}
    .level-tag{
      color:var(--gold-2);
      border:1px solid var(--border-gold);
      background:rgba(242,199,110,.07);
      border-radius:999px;
      padding:4px 9px;
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }

    .rule-panel{
      padding:28px;
      overflow:hidden;
      position:relative;
    }
    .rule-panel::after{
      content:"";
      position:absolute;
      right:-80px;
      top:-80px;
      width:220px;
      height:220px;
      border-radius:999px;
      background:radial-gradient(circle,rgba(225,69,141,.2),transparent 68%);
    }
    .rule-steps{
      display:grid;
      grid-template-columns:1fr 1.1fr 1fr;
      gap:16px;
      margin-top:22px;
    }
    .step{
      position:relative;
      z-index:1;
      padding:18px;
      border-radius:20px;
      background:rgba(7,6,9,.42);
      border:1px solid rgba(180,76,255,.22);
      transition:var(--ease);
    }
    .step:hover{
      border-color:rgba(242,199,110,.36);
      transform:translateY(-2px);
    }
    .step-num{
      width:34px;
      height:34px;
      border-radius:13px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#170f07;
      font-weight:900;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      margin-bottom:12px;
    }
    .step p{font-size:14px;margin-bottom:0}

    .faq-layout{
      display:grid;
      grid-template-columns:.86fr 1.14fr;
      gap:24px;
      align-items:start;
    }
    .faq-note{
      padding:26px;
      border-radius:24px;
      background:linear-gradient(180deg,rgba(86,38,28,.36),rgba(21,16,29,.82));
      border:1px solid var(--danger-border);
      box-shadow:var(--shadow);
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:18px;
      overflow:hidden;
      background:rgba(26,18,36,.86);
      border:1px solid rgba(242,199,110,.18);
      box-shadow:0 12px 35px rgba(0,0,0,.18);
    }
    .accordion-title{
      min-height:54px;
      display:flex;
      align-items:center;
      color:#fff;
      font-size:16px;
      font-weight:780;
      padding:18px 54px 18px 18px;
      border:0;
      background:rgba(21,16,29,.82);
    }
    .accordion-title:hover,
    .accordion-title:focus{
      color:var(--gold-2);
      background:rgba(242,199,110,.06);
    }
    .accordion-title::before{
      color:var(--gold-2);
      font-size:22px;
      margin-top:-12px;
    }
    .accordion-content{
      color:var(--muted);
      background:rgba(12,8,16,.86);
      border:0;
      border-left:3px solid var(--gold);
      padding:18px 20px;
      line-height:1.75;
    }

    .cta-panel{
      position:relative;
      overflow:hidden;
      padding:36px;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:28px;
      align-items:center;
    }
    .cta-panel::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 80% 20%,rgba(242,199,110,.22),transparent 28%),
        radial-gradient(circle at 18% 88%,rgba(180,76,255,.16),transparent 32%);
    }
    .cta-panel > *{position:relative;z-index:1}
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:20px;
    }
    .confirm-box{
      padding:22px;
      border-radius:22px;
      background:rgba(7,6,9,.52);
      border:1px solid rgba(242,199,110,.22);
    }
    .check-line{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:var(--muted);
      font-size:14px;
      margin-bottom:10px;
    }
    .check-line span:first-child{
      color:var(--gold-2);
      font-weight:900;
    }

    .site-footer{
      margin-top:72px;
      padding:52px 0 26px;
      background:rgba(7,6,9,.96);
      border-top:1px solid rgba(242,199,110,.25);
      box-shadow:0 -18px 60px rgba(0,0,0,.38);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:34px;
      padding-bottom:30px;
    }
    .footer-title{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-size:18px;
      font-weight:850;
      margin-bottom:14px;
    }
    .site-footer h3{
      font-size:16px;
      margin-bottom:14px;
      color:var(--gold-2);
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{color:var(--gold-2)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding-top:22px;
      border-top:1px solid rgba(242,199,110,.13);
      color:var(--weak);
      font-size:13px;
    }

    @media (max-width:1024px){
      .desktop-menu{display:none}
      .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
      .brand{min-width:auto}
      .age-chip{display:none}
      .hero-content{padding:34px}
      .hero-visual{min-height:300px;border-left:0;border-top:1px solid rgba(242,199,110,.12)}
      .filter-row{grid-template-columns:1fr 1fr}
      .content-card{grid-template-columns:110px 1fr;align-items:start}
      .content-action{
        grid-column:1 / -1;
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
        border-top:1px solid rgba(242,199,110,.12);
        padding-top:14px;
      }
      .sidebar{position:static;margin-top:24px}
      .rule-steps{grid-template-columns:1fr}
      .faq-layout,.cta-panel{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .copyright{flex-direction:column}
    }

    @media (max-width:768px){
      :root{--header-h:68px}
      .rou-container{width:min(calc(100% - 28px),var(--container))}
      .section{padding:60px 0}
      .section-tight{padding:42px 0}
      .nav-wrap{gap:12px}
      .brand-mark{width:36px;height:36px;flex-basis:36px;border-radius:12px}
      .brand-title{font-size:14px;max-width:180px;overflow:hidden;text-overflow:ellipsis}
      .brand-sub{display:none}
      .nav-actions .btn-primary{display:none}
      .mobile-panel .btn-primary{display:flex}
      .hero{padding-top:38px}
      .hero-content{padding:26px}
      .lead{font-size:16px}
      .filter-row{grid-template-columns:1fr}
      .content-card{
        grid-template-columns:1fr;
        padding:18px;
      }
      .zone-thumb{height:128px}
      .content-action{
        flex-direction:column;
        align-items:stretch;
      }
      .state,.time-note{text-align:left}
      .pagination-wrap{
        flex-direction:column;
        align-items:stretch;
      }
      .pagination{text-align:center}
      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }
      .cta-actions .btn{width:100%}
      .footer-grid{grid-template-columns:1fr}
    }

    @media (max-width:520px){
      h1{font-size:2rem}
      .hero-content{padding:22px}
      .abstract-screen{padding:14px}
      .chipbar{gap:8px}
      .chip{font-size:12px;padding:0 10px}
      .compliance-callout{font-size:14px}
      .rule-panel,.cta-panel,.faq-note,.sidebar-card{padding:20px}
      .footer-title{align-items:flex-start}
    }

    @media (prefers-reduced-motion:reduce){
      *,*::before,*::after{
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        scroll-behavior:auto!important;
        transition:none!important;
      }
    }
