/* roulang page: index */
:root{
      --bg:#07050a;
      --bg-2:#110a16;
      --panel:#15101b;
      --panel-2:#1d1324;
      --panel-soft:#241729;
      --gold:#f2c66d;
      --gold-2:#9d6e28;
      --purple:#a855f7;
      --rose:#ff4d8d;
      --amber:#ff9f43;
      --green:#53d99f;
      --text:#fff8e8;
      --muted:#b9a9c8;
      --line:rgba(242,198,109,.28);
      --line-2:rgba(168,85,247,.35);
      --shadow:0 24px 70px rgba(0,0,0,.48);
      --glow:0 0 28px rgba(168,85,247,.24),0 0 38px rgba(242,198,109,.12);
      --radius-lg:28px;
      --radius-md:20px;
      --radius-sm:14px;
      --space:clamp(56px,8vw,104px);
      --container:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 10% 8%,rgba(168,85,247,.22),transparent 28%),
        radial-gradient(circle at 92% 16%,rgba(242,198,109,.16),transparent 26%),
        linear-gradient(145deg,#07050a 0%,#100817 46%,#0b0708 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.22;
      background-image:
        linear-gradient(rgba(242,198,109,.08) 1px,transparent 1px),
        linear-gradient(90deg,rgba(168,85,247,.08) 1px,transparent 1px),
        radial-gradient(circle,rgba(242,198,109,.28) 1px,transparent 2px);
      background-size:72px 72px,72px 72px,160px 160px;
      mask-image:linear-gradient(to bottom,black,transparent 82%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.25s ease}
    a:hover,a:focus{color:var(--gold)}
    button,a,input,textarea,select{font:inherit}
    button,.button{cursor:pointer}
    img{max-width:100%;display:block}
    .site-container{width:min(var(--container),calc(100% - 36px));margin-inline:auto}
    .section{padding:var(--space) 0;position:relative}
    .section-heading{margin-bottom:34px}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:30px;
      padding:5px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:linear-gradient(135deg,rgba(242,198,109,.12),rgba(168,85,247,.11));
      color:#ffe1a0;
      font-size:13px;
      letter-spacing:.04em;
      box-shadow:inset 0 0 16px rgba(242,198,109,.06);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      max-width:980px;
      margin:18px auto 18px;
      font-size:clamp(32px,5.2vw,56px);
      line-height:1.16;
      font-weight:850;
      letter-spacing:-.04em;
      text-shadow:0 0 36px rgba(168,85,247,.28);
    }
    h2{font-size:clamp(28px,3.4vw,38px);line-height:1.25;font-weight:800;letter-spacing:-.03em;margin-bottom:12px}
    h3{font-size:clamp(20px,2vw,24px);line-height:1.35;font-weight:760;margin-bottom:10px}
    p{color:var(--muted)}
    .lead{font-size:clamp(16px,2vw,19px);max-width:860px;margin-inline:auto;color:#d8cdea}
    .button{
      min-height:46px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      border:1px solid transparent;
      padding:13px 22px;
      font-weight:750;
      margin:0;
      transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease;
    }
    .button.primary{
      color:#170d08;
      background:linear-gradient(135deg,#ffe3a3 0%,#f2c66d 38%,#a855f7 100%);
      box-shadow:0 18px 34px rgba(168,85,247,.26),0 0 22px rgba(242,198,109,.18);
    }
    .button.secondary{
      color:#ffe1a0;
      background:rgba(14,9,18,.7);
      border-color:var(--line);
      box-shadow:inset 0 0 18px rgba(168,85,247,.08);
    }
    .button.hollow-dark{
      color:var(--text);
      background:rgba(255,255,255,.04);
      border-color:rgba(168,85,247,.32);
    }
    .button:hover,.button:focus{transform:translateY(-2px);box-shadow:var(--glow);outline:none}
    .button:focus-visible,.nav-link:focus-visible,.accordion-title:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
    .site-header{
      position:sticky;
      top:0;
      z-index:40;
      background:rgba(9,7,13,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(242,198,109,.12);
      box-shadow:0 12px 34px rgba(0,0,0,.36);
    }
    .site-header:after{
      content:"";
      position:absolute;
      left:0;right:0;bottom:-1px;height:1px;
      background:linear-gradient(90deg,transparent,var(--purple),var(--gold),transparent);
      opacity:.85;
    }
    .top-bar,.top-bar ul{background:transparent}
    .top-bar{padding:14px 0}
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:850;
      color:var(--text);
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      color:#10080d;
      background:linear-gradient(135deg,var(--gold),var(--purple));
      box-shadow:0 0 28px rgba(242,198,109,.22);
      font-weight:900;
    }
    .nav-menu{display:flex;align-items:center;gap:8px;margin:0;list-style:none}
    .nav-link{
      position:relative;
      display:flex;
      align-items:center;
      min-height:44px;
      padding:9px 16px;
      border-radius:999px;
      color:#d8cdea;
      font-weight:700;
    }
    .nav-link:hover{background:rgba(255,255,255,.05);color:#ffe1a0}
    .nav-link.active{
      color:#ffe1a0;
      background:linear-gradient(135deg,rgba(242,198,109,.13),rgba(168,85,247,.18));
      box-shadow:0 0 24px rgba(168,85,247,.18);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:19px;right:19px;bottom:5px;height:2px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--purple),var(--gold));
      box-shadow:0 0 14px var(--purple);
    }
    .menu-icon:after{background:#ffe1a0;box-shadow:0 7px 0 #ffe1a0,0 14px 0 #ffe1a0}
    .hero{
      min-height:680px;
      display:flex;
      align-items:center;
      padding:76px 0 48px;
      overflow:hidden;
    }
    .hero-stage{
      position:relative;
      width:100%;
      border:1px solid var(--line);
      border-radius:34px;
      padding:clamp(34px,6vw,70px);
      background:
        linear-gradient(135deg,rgba(26,16,32,.93),rgba(11,7,13,.94)),
        radial-gradient(circle at 16% 18%,rgba(242,198,109,.2),transparent 30%);
      box-shadow:var(--shadow),inset 0 0 70px rgba(168,85,247,.08);
      overflow:hidden;
      text-align:center;
    }
    .hero-stage:before{
      content:"";
      position:absolute;
      inset:-25%;
      background:
        radial-gradient(circle at 20% 28%,rgba(255,77,141,.22),transparent 15%),
        radial-gradient(circle at 75% 62%,rgba(242,198,109,.18),transparent 18%),
        repeating-linear-gradient(120deg,transparent 0 28px,rgba(242,198,109,.06) 29px 30px);
      opacity:.78;
      animation:drift 16s linear infinite;
    }
    @keyframes drift{to{transform:translate3d(-42px,28px,0)}}
    .hero-content{position:relative;z-index:2}
    .countdown-strip{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:12px;
      margin:0 auto 20px;
      max-width:760px;
      padding:10px;
      border:1px solid rgba(242,198,109,.2);
      border-radius:999px;
      background:rgba(7,5,10,.55);
    }
    .time-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(255,255,255,.055);
      color:#ffe1a0;
      font-size:13px;
      font-weight:750;
    }
    .hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}
    .hero-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
      max-width:820px;
      margin:34px auto 0;
    }
    .metric-card,.club-card,.resource-card,.review-card,.news-card,.timeline-item,.step-card,.status-panel,.download-console{
      border:1px solid var(--line);
      border-radius:var(--radius-md);
      background:linear-gradient(145deg,rgba(29,19,36,.92),rgba(13,8,16,.92));
      box-shadow:0 18px 48px rgba(0,0,0,.3),inset 0 0 24px rgba(168,85,247,.045);
    }
    .metric-card{padding:18px 16px;text-align:left}
    .metric-value{display:block;color:#ffe1a0;font-size:25px;font-weight:850;line-height:1.1}
    .metric-label{display:block;color:var(--muted);font-size:13px;margin-top:5px}
    .category-band{padding-top:40px}
    .category-tile{
      position:relative;
      display:block;
      min-height:210px;
      padding:30px;
      border-radius:var(--radius-lg);
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 80% 22%,rgba(168,85,247,.2),transparent 35%),
        linear-gradient(145deg,rgba(35,22,42,.95),rgba(12,8,14,.95));
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .category-tile:hover{transform:translateY(-4px);border-color:rgba(242,198,109,.56);box-shadow:var(--glow)}
    .category-tile:after{
      content:"";
      position:absolute;
      width:180px;height:180px;border:1px dashed rgba(242,198,109,.28);
      right:-50px;bottom:-70px;border-radius:50%;
    }
    .badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 11px;
      border-radius:999px;
      border:1px solid rgba(242,198,109,.24);
      background:linear-gradient(135deg,rgba(242,198,109,.11),rgba(168,85,247,.1));
      color:#ffe1a0;
      font-size:13px;
      font-weight:720;
    }
    .resource-list{display:grid;gap:16px}
    .resource-card{
      position:relative;
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:18px;
      align-items:center;
      padding:22px;
      transition:.25s ease;
    }
    .resource-card:hover{transform:translateX(4px);border-color:rgba(168,85,247,.55)}
    .node-icon{
      width:46px;height:46px;border-radius:16px;
      display:grid;place-items:center;
      color:#140d0b;
      background:linear-gradient(135deg,var(--gold),var(--purple));
      font-weight:900;
      box-shadow:0 0 24px rgba(168,85,247,.22);
    }
    .resource-card p{margin-bottom:0;font-size:15px}
    .screenshot-shell{
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      padding:18px;
      background:linear-gradient(145deg,rgba(20,13,25,.96),rgba(8,5,10,.96));
      box-shadow:var(--shadow);
    }
    .orbit{border-radius:22px;overflow:hidden}
    .orbit-slide{
      min-height:390px;
      display:grid;
      align-items:center;
      padding:28px;
      background:
        radial-gradient(circle at 78% 24%,rgba(168,85,247,.18),transparent 25%),
        linear-gradient(135deg,#1b1022,#0a070d);
    }
    .mock-screen{
      border:1px solid rgba(242,198,109,.3);
      border-radius:22px;
      padding:24px;
      background:#0e0a12;
      box-shadow:inset 0 0 28px rgba(242,198,109,.06);
    }
    .mock-top{display:flex;gap:7px;margin-bottom:18px}
    .dot{width:10px;height:10px;border-radius:50%;background:var(--gold)}
    .dot:nth-child(2){background:var(--purple)}.dot:nth-child(3){background:var(--green)}
    .mock-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}
    .mock-line{height:12px;border-radius:999px;background:linear-gradient(90deg,rgba(242,198,109,.42),rgba(168,85,247,.22));width:58%}
    .mock-line.short{width:32%}
    .orbit-caption{margin-top:18px}
    .orbit-bullets button{width:14px;height:14px;background:rgba(255,255,255,.25)}
    .orbit-bullets button.is-active{background:linear-gradient(135deg,var(--gold),var(--purple));box-shadow:0 0 18px rgba(168,85,247,.5)}
    .orbit-previous,.orbit-next{background:rgba(9,7,13,.72);border:1px solid var(--line);border-radius:999px}
    .checklist{display:grid;gap:13px}
    .check-item{
      display:flex;
      align-items:center;
      gap:12px;
      padding:15px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(242,198,109,.14);
      color:#f4e9ff;
      font-weight:700;
    }
    .check-item:before{content:"✓";color:#120b06;background:var(--gold);width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-weight:900}
    .status-panel{padding:28px}
    .status-bar{margin:18px 0}
    .status-bar span{display:flex;justify-content:space-between;color:var(--muted);font-size:14px;margin-bottom:8px}
    .bar{height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
    .bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--purple))}
    .review-wall{columns:3 260px;column-gap:18px}
    .review-card{break-inside:avoid;padding:22px;margin-bottom:18px}
    .stars{color:#ffd782;letter-spacing:3px;margin-bottom:12px}
    .review-card:nth-child(2n){transform:translateY(18px)}
    .news-wrap{
      display:grid;
      grid-template-columns:1.45fr .75fr;
      gap:24px;
      align-items:start;
    }
    .news-list{display:grid;gap:14px}
    .news-link{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border-radius:18px;
      border:1px solid rgba(242,198,109,.16);
      background:rgba(255,255,255,.04);
    }
    .news-link:hover{background:rgba(242,198,109,.08);border-color:rgba(242,198,109,.42)}
    .news-date{color:#ffe1a0;font-weight:800;font-size:13px}
    .side-highlight{padding:24px;border-radius:24px;border:1px solid var(--line-2);background:linear-gradient(145deg,rgba(168,85,247,.13),rgba(242,198,109,.07))}
    .timeline{position:relative;display:grid;gap:18px}
    .timeline:before{content:"";position:absolute;left:20px;top:12px;bottom:12px;width:1px;background:linear-gradient(var(--gold),var(--purple))}
    .timeline-item{position:relative;margin-left:44px;padding:22px}
    .timeline-item:before{content:"";position:absolute;left:-34px;top:26px;width:15px;height:15px;border-radius:50%;background:var(--gold);box-shadow:0 0 18px var(--purple)}
    .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .step-card{padding:22px}
    .step-num{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:14px;background:linear-gradient(135deg,var(--gold),var(--purple));color:#130b08;font-weight:900;margin-bottom:15px}
    .download-console{
      position:relative;
      padding:clamp(28px,5vw,48px);
      overflow:hidden;
      background:
        radial-gradient(circle at 50% 10%,rgba(242,198,109,.18),transparent 32%),
        linear-gradient(145deg,rgba(30,18,35,.96),rgba(8,5,10,.98));
    }
    .download-console:before{content:"";position:absolute;inset:18px;border:1px dashed rgba(242,198,109,.18);border-radius:22px;pointer-events:none}
    .console-actions{position:relative;display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin:26px 0 10px}
    .faq-section .accordion{background:transparent}
    .faq-section .accordion-item{margin-bottom:12px;border-radius:18px;overflow:hidden;border:1px solid rgba(242,198,109,.18);background:rgba(255,255,255,.035)}
    .faq-section .accordion-title{
      border:0;
      color:var(--text);
      background:rgba(20,13,25,.75);
      font-weight:780;
      font-size:17px;
      padding:20px 54px 20px 22px;
    }
    .faq-section .accordion-title:hover,.faq-section .accordion-title:focus{background:rgba(242,198,109,.08);color:#ffe1a0}
    .faq-section .accordion-title:before{color:var(--gold);font-size:24px;right:22px}
    .faq-section .accordion-content{
      border:0;
      border-left:3px solid var(--purple);
      background:#100b14;
      color:var(--muted);
      padding:18px 22px 22px;
    }
    .site-footer{
      position:relative;
      padding:54px 0 28px;
      background:linear-gradient(180deg,rgba(9,7,13,.95),#050407);
      border-top:1px solid rgba(242,198,109,.18);
      overflow:hidden;
    }
    .site-footer:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--purple),transparent)}
    .footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px}
    .footer-title{color:#ffe1a0;font-weight:850;margin-bottom:12px}
    .footer-links{list-style:none;margin:0;display:grid;gap:9px}
    .footer-links a{color:var(--muted)}
    .footer-links a:hover{color:#ffe1a0}
    .copyright{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:#8f819d;font-size:14px}
    .copy-domain{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      border-radius:16px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.04);
      color:#ffe1a0;
      font-weight:800;
    }
    @media (hover:hover){
      .club-card:hover,.review-card:hover,.step-card:hover,.timeline-item:hover{transform:translateY(-4px);border-color:rgba(242,198,109,.48);box-shadow:var(--glow)}
    }
    @media screen and (max-width:1024px){
      .hero-metrics,.steps-grid{grid-template-columns:repeat(2,1fr)}
      .news-wrap{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media screen and (max-width:768px){
      .top-bar{align-items:flex-start}
      .top-bar-left,.top-bar-right{width:100%}
      .nav-menu{flex-direction:column;align-items:stretch;width:100%;padding:12px 0 0}
      .nav-link{justify-content:center}
      .header-cta{width:100%;margin-top:10px}
      .hero{min-height:auto;padding-top:44px}
      .hero-stage{border-radius:24px;padding:28px 18px}
      .countdown-strip{border-radius:22px}
      .resource-card,.news-link{grid-template-columns:1fr}
      .review-card:nth-child(2n){transform:none}
      .footer-grid{grid-template-columns:1fr}
    }
    @media screen and (max-width:520px){
      .site-container{width:min(100% - 24px,var(--container))}
      .section{padding:50px 0}
      .hero-metrics,.steps-grid{grid-template-columns:1fr}
      .hero-actions,.console-actions{flex-direction:column}
      .button{width:100%}
      .orbit-slide{min-height:460px;padding:18px}
      .mock-screen{padding:18px}
      .category-tile{padding:22px}
    }

/* roulang page: category1 */
:root{
      --bg:#07050a;
      --bg-2:#100a14;
      --panel:#15101b;
      --panel-2:#1d1322;
      --card:#18111f;
      --card-soft:#211626;
      --text:#f7ecd6;
      --muted:#b9a98f;
      --weak:#7f725f;
      --gold:#f4c86a;
      --gold-2:#a7772a;
      --purple:#b66cff;
      --purple-2:#6d32ff;
      --rose:#ff4f98;
      --green:#61d394;
      --amber:#ffb04d;
      --border:rgba(244,200,106,.24);
      --border-purple:rgba(182,108,255,.24);
      --shadow:0 24px 70px rgba(0,0,0,.48);
      --glow:0 0 28px rgba(182,108,255,.22),0 0 36px rgba(244,200,106,.12);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-pill:999px;
      --section:92px;
      --container:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-width:320px;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      line-height:1.75;
      background:
        radial-gradient(circle at 18% 4%,rgba(182,108,255,.16),transparent 34%),
        radial-gradient(circle at 88% 8%,rgba(244,200,106,.13),transparent 28%),
        linear-gradient(135deg,#060409 0%,#120916 48%,#07050a 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(244,200,106,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(182,108,255,.045) 1px,transparent 1px),
        radial-gradient(circle,rgba(244,200,106,.16) 1px,transparent 2px);
      background-size:54px 54px,54px 54px,120px 120px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.88),rgba(0,0,0,.24));
      z-index:-2;
    }
    a{color:inherit;text-decoration:none;transition:color .22s ease,border-color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}
    a:hover,a:focus{color:var(--gold)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    button,.button{min-height:44px}
    .site-container{width:min(var(--container),calc(100% - 36px));margin:0 auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(9,7,13,.88);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(244,200,106,.18);
      box-shadow:0 12px 36px rgba(0,0,0,.35);
    }
    .site-header:after{
      content:"";
      display:block;
      height:2px;
      background:linear-gradient(90deg,transparent,var(--purple),var(--gold),var(--rose),transparent);
      opacity:.78;
    }
    .top-bar,.top-bar ul{background:transparent}
    .top-bar{padding:12px 0;align-items:center}
    .top-bar-title{margin:0;width:100%}
    .brand{
      display:inline-flex;
      align-items:center;
      gap:11px;
      color:var(--text);
      font-weight:850;
      letter-spacing:.01em;
      min-height:44px;
    }
    .brand-mark{
      display:inline-grid;
      place-items:center;
      width:42px;
      height:42px;
      border-radius:14px;
      color:#120a11;
      background:linear-gradient(135deg,var(--gold),#fff1b8 45%,var(--purple));
      box-shadow:0 0 24px rgba(244,200,106,.28);
      font-weight:900;
    }
    .nav-menu{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:10px;
      margin:0;
      list-style:none;
      flex-wrap:wrap;
    }
    .nav-link{
      position:relative;
      display:inline-flex;
      align-items:center;
      min-height:44px;
      padding:10px 14px;
      border-radius:var(--radius-pill);
      color:var(--muted);
      font-weight:700;
      font-size:15px;
    }
    .nav-link:hover{background:rgba(244,200,106,.08);color:var(--gold)}
    .nav-link.active{
      color:#fff3c6;
      background:linear-gradient(135deg,rgba(182,108,255,.18),rgba(244,200,106,.12));
      box-shadow:inset 0 0 0 1px rgba(244,200,106,.22),0 0 22px rgba(182,108,255,.18);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:20px;
      right:20px;
      bottom:5px;
      height:2px;
      border-radius:2px;
      background:linear-gradient(90deg,var(--purple),var(--gold));
      box-shadow:0 0 14px rgba(244,200,106,.5);
    }
    .button{
      border-radius:var(--radius-pill);
      font-weight:800;
      letter-spacing:.01em;
      border:1px solid rgba(244,200,106,.36);
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
    }
    .button.primary{
      color:#140d11;
      background:linear-gradient(135deg,var(--gold),#fce7a0 48%,var(--purple));
      box-shadow:0 12px 34px rgba(244,200,106,.18),0 0 30px rgba(182,108,255,.18);
    }
    .button.primary:hover,.button.primary:focus{
      color:#120a10;
      transform:translateY(-2px);
      box-shadow:0 18px 44px rgba(244,200,106,.24),0 0 38px rgba(182,108,255,.26);
    }
    .button.secondary{
      color:var(--gold);
      background:rgba(21,16,27,.72);
      border-color:rgba(244,200,106,.38);
    }
    .button.secondary:hover,.button.secondary:focus{
      color:#fff0bd;
      background:rgba(244,200,106,.1);
      transform:translateY(-2px);
      box-shadow:var(--glow);
    }
    .header-cta{padding:12px 18px;margin:0}
    .menu-icon:after{background:#f4c86a;box-shadow:0 7px 0 #f4c86a,0 14px 0 #f4c86a}
    .menu-icon:hover:after{background:#fff1bd;box-shadow:0 7px 0 #fff1bd,0 14px 0 #fff1bd}
    .category-hero{
      position:relative;
      padding:80px 0 58px;
      overflow:hidden;
    }
    .category-hero:before{
      content:"";
      position:absolute;
      inset:24px 0 auto;
      height:430px;
      background:
        radial-gradient(circle at 28% 34%,rgba(244,200,106,.18),transparent 16%),
        radial-gradient(circle at 68% 22%,rgba(182,108,255,.2),transparent 18%),
        linear-gradient(135deg,rgba(33,22,38,.9),rgba(12,7,15,.68));
      border-top:1px solid rgba(244,200,106,.2);
      border-bottom:1px solid rgba(182,108,255,.17);
      transform:skewY(-2deg);
      z-index:-1;
    }
    .series-strip{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      padding:10px;
      margin-bottom:24px;
      width:max-content;
      max-width:100%;
      border:1px solid rgba(244,200,106,.2);
      border-radius:var(--radius-pill);
      background:rgba(9,7,13,.58);
      box-shadow:var(--shadow);
    }
    .series-strip a,.series-strip span{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:38px;
      padding:8px 14px;
      border-radius:var(--radius-pill);
      color:var(--muted);
      font-size:14px;
      font-weight:750;
      border:1px solid transparent;
    }
    .series-strip .active,.series-strip a:hover{
      color:#160f12;
      background:linear-gradient(135deg,var(--gold),#f7e1a4);
      border-color:rgba(255,255,255,.18);
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      color:#ffe8a3;
      background:rgba(244,200,106,.1);
      border:1px solid rgba(244,200,106,.22);
      font-size:13px;
      font-weight:800;
      letter-spacing:.04em;
      margin-bottom:18px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 14px rgba(97,211,148,.65);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      max-width:920px;
      margin-bottom:20px;
      font-size:clamp(32px,5vw,54px);
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.04em;
      color:#fff6dc;
      text-shadow:0 0 36px rgba(182,108,255,.18);
    }
    .hero-summary{
      max-width:780px;
      margin-bottom:28px;
      color:#d6c6aa;
      font-size:18px;
      line-height:1.86;
    }
    .hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      align-items:center;
      margin-bottom:28px;
    }
    .hero-panel{
      position:relative;
      margin-top:14px;
      padding:28px;
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg,rgba(21,16,27,.94),rgba(13,9,18,.88));
      border:1px solid rgba(244,200,106,.22);
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
    }
    .hero-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,transparent 49%,rgba(244,200,106,.08) 50%,transparent 51%),
        linear-gradient(0deg,transparent 49%,rgba(182,108,255,.07) 50%,transparent 51%);
      background-size:72px 72px;
      opacity:.5;
      pointer-events:none;
    }
    .status-grid{
      position:relative;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      z-index:1;
    }
    .status-card{
      padding:18px;
      min-height:126px;
      border-radius:var(--radius-lg);
      background:rgba(7,5,10,.72);
      border:1px solid rgba(244,200,106,.18);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
    }
    .status-card strong{
      display:block;
      margin-bottom:8px;
      color:#fff0bd;
      font-size:18px;
    }
    .status-card span{color:var(--muted);font-size:14px}
    .status-dot{
      display:inline-block;
      width:9px;
      height:9px;
      margin-right:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(97,211,148,.6);
    }
    main{position:relative}
    .section{padding:var(--section) 0}
    .section.tight{padding-top:48px}
    .section-title{
      max-width:760px;
      margin-bottom:34px;
    }
    .section-title h2{
      margin-bottom:12px;
      font-size:clamp(28px,3.4vw,38px);
      line-height:1.22;
      font-weight:850;
      color:#fff2c9;
      letter-spacing:-.03em;
    }
    .section-title p{color:var(--muted);font-size:17px}
    .filter-panel{
      padding:18px;
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg,rgba(29,19,34,.95),rgba(13,9,18,.9));
      border:1px solid rgba(244,200,106,.22);
      box-shadow:var(--shadow);
    }
    .badge-menu{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin:0;
      list-style:none;
    }
    .badge-menu a{
      display:inline-flex;
      align-items:center;
      min-height:44px;
      padding:10px 16px;
      border-radius:var(--radius-pill);
      color:#d9c8a9;
      font-weight:800;
      background:rgba(7,5,10,.64);
      border:1px solid rgba(244,200,106,.2);
    }
    .badge-menu a:hover,.badge-menu a.active{
      color:#120a10;
      background:linear-gradient(135deg,var(--gold),#f5df9f,var(--purple));
      box-shadow:0 0 24px rgba(182,108,255,.18);
      transform:translateY(-2px);
    }
    .content-shell{
      align-items:flex-start;
      row-gap:26px;
    }
    .path-list{
      position:relative;
      padding-left:30px;
    }
    .path-list:before{
      content:"";
      position:absolute;
      left:9px;
      top:8px;
      bottom:12px;
      width:2px;
      background:linear-gradient(to bottom,var(--gold),var(--purple),rgba(244,200,106,.16));
      box-shadow:0 0 18px rgba(182,108,255,.3);
    }
    .node-card{
      position:relative;
      padding:24px;
      margin-bottom:18px;
      border-radius:var(--radius-lg);
      background:linear-gradient(135deg,rgba(24,17,31,.94),rgba(13,9,18,.88));
      border:1px solid rgba(244,200,106,.2);
      box-shadow:0 18px 44px rgba(0,0,0,.32);
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
    }
    .node-card:before{
      content:"";
      position:absolute;
      left:-30px;
      top:30px;
      width:18px;
      height:18px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--gold),var(--purple));
      box-shadow:0 0 0 6px rgba(244,200,106,.08),0 0 22px rgba(182,108,255,.42);
    }
    .node-card:hover{
      transform:translateY(-4px);
      border-color:rgba(244,200,106,.42);
      box-shadow:0 24px 60px rgba(0,0,0,.42),var(--glow);
    }
    .node-top{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:flex-start;
      margin-bottom:10px;
    }
    .node-card h3{
      margin-bottom:8px;
      color:#fff0bd;
      font-size:23px;
      line-height:1.28;
      font-weight:850;
    }
    .node-card p{
      margin-bottom:16px;
      color:#cdbd9f;
      line-height:1.78;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:16px;
    }
    .tag,.mini-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      color:#ffe6a0;
      background:rgba(244,200,106,.08);
      border:1px solid rgba(244,200,106,.2);
      font-size:13px;
      font-weight:750;
    }
    .tag.purple{color:#ead9ff;background:rgba(182,108,255,.1);border-color:rgba(182,108,255,.25)}
    .time-chip{
      white-space:nowrap;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      color:#bda987;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      font-size:13px;
    }
    .link-cta{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:9px 14px;
      border-radius:var(--radius-pill);
      color:#130d11;
      font-weight:850;
      background:linear-gradient(135deg,var(--gold),#f9e4aa);
    }
    .link-cta:hover{color:#120a10;transform:translateX(3px);box-shadow:0 0 22px rgba(244,200,106,.2)}
    .sidebar-stack{
      display:grid;
      gap:18px;
      position:sticky;
      top:98px;
    }
    .side-card,.info-card,.cta-panel,.faq-wrap,.review-card{
      border-radius:var(--radius-lg);
      background:linear-gradient(145deg,rgba(24,17,31,.96),rgba(12,8,16,.9));
      border:1px solid rgba(244,200,106,.2);
      box-shadow:0 18px 48px rgba(0,0,0,.32);
    }
    .side-card{padding:22px}
    .side-card h3{
      margin-bottom:14px;
      color:#fff0bd;
      font-size:20px;
      font-weight:850;
    }
    .status-list,.quick-list,.check-list{margin:0;list-style:none}
    .status-list li,.quick-list li,.check-list li{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:12px 0;
      color:#cbb99a;
      border-bottom:1px solid rgba(244,200,106,.1);
    }
    .status-list li:last-child,.quick-list li:last-child,.check-list li:last-child{border-bottom:0}
    .state{
      color:#72e1a2;
      font-weight:850;
      font-size:13px;
      white-space:nowrap;
    }
    .copy-domain{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(7,5,10,.7);
      border:1px solid rgba(244,200,106,.2);
      color:#fff0bd;
      font-weight:850;
    }
    .copy-domain span:last-child{
      color:var(--muted);
      font-weight:700;
      font-size:13px;
    }
    .split-panel{
      padding:30px;
      border-radius:var(--radius-xl);
      background:
        radial-gradient(circle at 92% 0%,rgba(182,108,255,.18),transparent 32%),
        linear-gradient(145deg,rgba(29,19,34,.94),rgba(12,8,16,.92));
      border:1px solid rgba(244,200,106,.22);
      box-shadow:var(--shadow);
    }
    .check-list li{justify-content:flex-start}
    .check-icon{
      flex:0 0 30px;
      width:30px;
      height:30px;
      border-radius:11px;
      display:grid;
      place-items:center;
      color:#140d11;
      background:linear-gradient(135deg,var(--gold),var(--purple));
      font-weight:900;
    }
    .meter-card{
      padding:24px;
      border-radius:var(--radius-lg);
      background:rgba(7,5,10,.62);
      border:1px solid rgba(244,200,106,.18);
    }
    .meter-row{margin-bottom:18px}
    .meter-row:last-child{margin-bottom:0}
    .meter-label{
      display:flex;
      justify-content:space-between;
      color:#d7c5a5;
      font-weight:750;
      margin-bottom:8px;
    }
    .meter{
      height:9px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .meter span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--gold),var(--purple));
      box-shadow:0 0 18px rgba(182,108,255,.36);
    }
    .steps-lane{
      display:grid;
      grid-template-columns:1.1fr .9fr 1.1fr;
      gap:18px;
      align-items:stretch;
    }
    .info-card{
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .info-card:after{
      content:"";
      position:absolute;
      right:-28px;
      bottom:-28px;
      width:110px;
      height:110px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(244,200,106,.16),transparent 68%);
    }
    .step-num{
      display:inline-grid;
      place-items:center;
      width:42px;
      height:42px;
      margin-bottom:16px;
      border-radius:15px;
      color:#130d11;
      background:linear-gradient(135deg,var(--gold),#fbe7a8,var(--purple));
      font-weight:900;
    }
    .info-card h3{color:#fff0bd;font-size:22px;font-weight:850}
    .info-card p{color:#cdbd9f;margin-bottom:0}
    .reviews-grid{
      column-count:3;
      column-gap:18px;
    }
    .review-card{
      display:inline-block;
      width:100%;
      padding:22px;
      margin:0 0 18px;
      break-inside:avoid;
    }
    .stars{color:var(--gold);letter-spacing:2px;margin-bottom:12px}
    .review-card p{color:#d0c0a3;margin-bottom:14px}
    .review-name{color:#fff0bd;font-weight:850}
    .cta-panel{
      position:relative;
      padding:40px;
      overflow:hidden;
      background:
        radial-gradient(circle at 20% 15%,rgba(244,200,106,.2),transparent 24%),
        radial-gradient(circle at 85% 70%,rgba(182,108,255,.22),transparent 28%),
        linear-gradient(135deg,rgba(36,24,40,.96),rgba(10,7,14,.96));
    }
    .cta-panel:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px dashed rgba(244,200,106,.18);
      border-radius:24px;
      pointer-events:none;
    }
    .cta-content{position:relative;z-index:1}
    .cta-panel h2{
      max-width:760px;
      margin-bottom:14px;
      color:#fff2c9;
      font-size:clamp(28px,3.8vw,42px);
      font-weight:900;
      line-height:1.22;
    }
    .cta-panel p{max-width:740px;color:#d4c2a3;font-size:17px;margin-bottom:24px}
    .cta-actions{display:flex;gap:14px;flex-wrap:wrap}
    .faq-wrap{padding:10px 18px}
    .accordion{background:transparent}
    .accordion-item{
      border-bottom:1px solid rgba(244,200,106,.12);
      background:transparent;
    }
    .accordion-item:last-child{border-bottom:0}
    .accordion-title{
      position:relative;
      padding:20px 42px 20px 16px;
      border:0!important;
      background:transparent!important;
      color:#fff0bd!important;
      font-size:17px;
      font-weight:850;
    }
    .accordion-title:before{
      right:16px;
      color:var(--gold);
      font-size:24px;
      margin-top:-12px;
    }
    .accordion-title:hover,.accordion-title:focus{color:#fff7dc!important}
    .is-active>.accordion-title{box-shadow:inset 4px 0 0 var(--purple)}
    .accordion-content{
      padding:0 16px 20px 20px;
      border:0!important;
      background:transparent!important;
      color:#cdbd9f;
      line-height:1.8;
    }
    .pagination-wrap{
      display:flex;
      justify-content:center;
      margin-top:24px;
    }
    .pagination a,.pagination button,.pagination .current{
      border-radius:12px;
      background:rgba(7,5,10,.64);
      border:1px solid rgba(244,200,106,.18);
      color:#d8c59f;
      min-width:40px;
      text-align:center;
    }
    .pagination .current{
      background:linear-gradient(135deg,var(--gold),var(--purple));
      color:#130d11;
      box-shadow:0 0 20px rgba(182,108,255,.24);
    }
    .site-footer{
      position:relative;
      padding:58px 0 28px;
      background:linear-gradient(180deg,rgba(10,7,14,.8),#050307);
      border-top:1px solid rgba(244,200,106,.2);
      overflow:hidden;
    }
    .site-footer:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:radial-gradient(circle,rgba(244,200,106,.12) 1px,transparent 2px);
      background-size:80px 80px;
      opacity:.35;
      pointer-events:none;
    }
    .footer-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.3fr .8fr .9fr;
      gap:32px;
      color:#cbb99a;
    }
    .footer-title{
      margin-bottom:14px;
      color:#fff0bd;
      font-weight:850;
      font-size:17px;
    }
    .footer-links{margin:0;list-style:none}
    .footer-links li{margin-bottom:10px}
    .footer-links a{color:#cbb99a}
    .footer-links a:hover{color:var(--gold)}
    .copyright{
      position:relative;
      margin-top:34px;
      padding-top:22px;
      border-top:1px solid rgba(244,200,106,.12);
      color:#8f8068;
      font-size:14px;
    }
    :focus-visible{
      outline:2px solid var(--gold);
      outline-offset:3px;
      border-radius:10px;
    }
    @media (max-width:1024px){
      :root{--section:74px}
      .status-grid{grid-template-columns:repeat(2,1fr)}
      .steps-lane{grid-template-columns:1fr}
      .reviews-grid{column-count:2}
      .sidebar-stack{position:static}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:767px){
      .site-container{width:min(100% - 24px,var(--container))}
      .top-bar{padding:10px 0}
      #main-menu{
        padding:12px 0 16px;
        border-top:1px solid rgba(244,200,106,.12);
      }
      .nav-menu{
        display:grid;
        grid-template-columns:1fr;
        align-items:stretch;
        gap:8px;
        width:100%;
      }
      .nav-link,.header-cta{width:100%;justify-content:center}
      .category-hero{padding:58px 0 38px}
      .hero-summary{font-size:16px}
      .hero-actions .button{width:100%;justify-content:center}
      .hero-panel{padding:18px}
      .status-grid{grid-template-columns:1fr}
      .section{padding:58px 0}
      .filter-panel{padding:14px}
      .badge-menu{gap:8px}
      .badge-menu a{width:100%;justify-content:center}
      .path-list{padding-left:22px}
      .node-card{padding:20px}
      .node-card:before{left:-24px}
      .node-top{display:block}
      .time-chip{display:inline-flex;margin-bottom:10px}
      .split-panel,.cta-panel{padding:24px}
      .reviews-grid{column-count:1}
      .cta-actions .button{width:100%;justify-content:center}
      .footer-grid{grid-template-columns:1fr}
      .copy-domain{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:520px){
      .series-strip{width:100%;border-radius:18px}
      .series-strip a,.series-strip span{width:100%;justify-content:center}
      .brand{font-size:15px}
      .brand-mark{width:38px;height:38px}
      h1{font-size:31px}
      .section-title h2{font-size:27px}
      .status-card{min-height:auto}
      .pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}
    }
    @media (hover:none){
      .node-card:hover,.button.primary:hover,.button.secondary:hover,.badge-menu a:hover{
        transform:none;
      }
    }
