/* roulang page: index */
:root{
      --bg:#09080B;
      --bg-2:#111018;
      --panel:#15121d;
      --panel-2:rgba(255,255,255,.045);
      --purple:#2A1236;
      --wine:#3A1730;
      --deep:#161329;
      --gold:#D8B86A;
      --gold-2:#F1D58A;
      --text:#F7F1E4;
      --muted:#C9BEA8;
      --weak:#8E8497;
      --line:rgba(216,184,106,.32);
      --line-soft:rgba(255,255,255,.10);
      --ok:#84D39B;
      --warn:#E27D60;
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:16px;
      --shadow-gold:0 0 34px rgba(216,184,106,.18);
      --shadow-soft:0 20px 70px rgba(0,0,0,.34);
      --container:1220px;
    }
    *{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;
      line-height:1.75;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(216,184,106,.16), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(74,27,86,.42), transparent 32%),
        radial-gradient(circle at 50% 62%, rgba(58,23,48,.35), transparent 34%),
        linear-gradient(180deg,#09080B 0%,#111018 46%,#09080B 100%);
      min-height:100vh;
      overflow-x:hidden;
      padding-bottom:0;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(216,184,106,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,184,106,.045) 1px, transparent 1px);
      background-size:52px 52px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.55), transparent 72%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img,svg{display:block;max-width:100%}
    button,input{font:inherit}
    button{cursor:pointer}
    .top-glow{height:2px;background:linear-gradient(90deg,transparent,var(--gold),var(--gold-2),transparent)}
    .container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(13,11,18,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(216,184,106,.18);
    }
    .nav-wrap{
      height:74px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:40px;height:40px;border-radius:999px;
      display:grid;place-items:center;
      color:#1a1204;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:var(--shadow-gold);
      position:relative;
    }
    .brand-mark:after{
      content:"";
      width:16px;height:18px;border:2px solid rgba(9,8,11,.78);
      border-left-width:5px;border-radius:4px;
    }
    .brand-text{font-size:16px;color:var(--text)}
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:6px;
      border:1px solid var(--line-soft);
      border-radius:999px;
      background:rgba(255,255,255,.035);
    }
    .desktop-nav a{
      padding:9px 16px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      font-weight:650;
      transition:.22s ease;
      position:relative;
    }
    .desktop-nav a:hover,
    .desktop-nav a:focus-visible{
      color:var(--gold-2);
      background:rgba(216,184,106,.09);
      outline:none;
    }
    .desktop-nav a.active{
      color:var(--gold-2);
      background:rgba(216,184,106,.14);
      box-shadow:inset 0 0 0 1px rgba(216,184,106,.24);
    }
    .header-actions{display:flex;align-items:center;gap:10px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:800;
      line-height:1.2;
      transition:transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease, filter .22s ease;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:focus-visible{outline:2px solid var(--gold-2);outline-offset:3px}
    .btn-primary{
      color:#201705;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 0 30px rgba(216,184,106,.22);
    }
    .btn-primary:hover{filter:brightness(1.06);box-shadow:0 0 38px rgba(216,184,106,.30)}
    .btn-secondary{
      color:var(--gold-2);
      background:rgba(216,184,106,.06);
      border-color:rgba(216,184,106,.38);
    }
    .btn-secondary:hover{background:rgba(216,184,106,.12);border-color:rgba(241,213,138,.72)}
    .btn-ghost{
      color:var(--muted);
      background:rgba(255,255,255,.04);
      border-color:var(--line-soft);
    }
    .btn-ghost:hover{color:var(--gold-2);border-color:var(--line)}
    main{overflow:hidden}
    section{position:relative}
    .section-pad{padding:92px 0}
    .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--gold-2);
      background:rgba(216,184,106,.08);
      border:1px solid rgba(216,184,106,.25);
      font-size:13px;
      font-weight:800;
      margin-bottom:14px;
    }
    .section-title{
      margin:0;
      font-size:clamp(28px,4vw,42px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.035em;
    }
    .section-desc{
      color:var(--muted);
      max-width:650px;
      margin:12px 0 0;
      font-size:16px;
    }
    .hero{padding:70px 0 46px}
    .bento{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      grid-template-rows:auto auto;
      gap:18px;
    }
    .bento-card{
      border:1px solid var(--line-soft);
      background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      position:relative;
    }
    .bento-card:before{
      content:"";
      position:absolute;
      inset:0;
      background:radial-gradient(circle at 18% 12%, rgba(216,184,106,.18), transparent 38%),
                 radial-gradient(circle at 88% 20%, rgba(87,32,103,.32), transparent 36%);
      pointer-events:none;
    }
    .hero-main{
      grid-row:span 2;
      min-height:520px;
      padding:44px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .hero-content,.hero-bottom,.mini-content{position:relative;z-index:1}
    .hero h1{
      margin:18px 0 18px;
      max-width:820px;
      font-size:clamp(36px,5.4vw,64px);
      line-height:1.12;
      letter-spacing:-.055em;
      font-weight:950;
    }
    .hero-intro{
      color:var(--muted);
      max-width:760px;
      font-size:18px;
      margin:0;
    }
    .gold-text{color:var(--gold-2)}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
    .data-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:30px;
    }
    .data-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 13px;
      border-radius:999px;
      border:1px solid rgba(216,184,106,.24);
      background:rgba(9,8,11,.42);
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .dot{width:8px;height:8px;border-radius:999px;background:var(--ok);box-shadow:0 0 0 4px rgba(132,211,155,.12)}
    .mini-card{padding:24px;min-height:246px}
    .mini-title{font-size:18px;font-weight:900;margin:0 0 12px}
    .mini-text{color:var(--muted);font-size:14px;margin:0}
    .badge-stack{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
    .badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:8px 11px;
      border:1px solid rgba(216,184,106,.28);
      border-radius:999px;
      color:var(--gold-2);
      background:rgba(216,184,106,.075);
      font-size:12px;
      font-weight:850;
    }
    .cta-strip{
      margin-top:18px;
      padding:18px 22px;
      border:1px solid rgba(216,184,106,.28);
      border-radius:24px;
      background:linear-gradient(90deg,rgba(216,184,106,.14),rgba(58,23,48,.35));
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .cta-strip p{margin:0;color:var(--muted);font-weight:650}
    .entry-rail{
      display:grid;
      grid-auto-flow:column;
      grid-auto-columns:minmax(260px,1fr);
      gap:16px;
      overflow-x:auto;
      padding:4px 2px 18px;
      scrollbar-color:rgba(216,184,106,.45) rgba(255,255,255,.04);
    }
    .rail-card,.status-card,.news-panel,.case-card,.faq-item,.cta-panel{
      border:1px solid var(--line-soft);
      background:rgba(20,18,28,.82);
      border-radius:var(--radius-lg);
      transition:.22s ease;
      position:relative;
      overflow:hidden;
    }
    .rail-card{
      min-height:220px;
      padding:24px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .rail-card:hover,.status-card:hover,.case-card:hover,.news-link:hover{
      transform:translateY(-2px);
      border-color:rgba(241,213,138,.58);
      background:rgba(255,255,255,.062);
    }
    .icon-box{
      width:46px;height:46px;border-radius:16px;
      display:grid;place-items:center;
      color:var(--gold-2);
      background:linear-gradient(135deg,rgba(216,184,106,.16),rgba(58,23,48,.28));
      border:1px solid rgba(216,184,106,.28);
    }
    .card-tag{
      color:var(--gold-2);
      font-size:12px;
      font-weight:900;
      letter-spacing:.02em;
    }
    .rail-card h3,.status-card h3,.case-card h3{margin:14px 0 8px;font-size:20px;line-height:1.25;font-weight:900}
    .rail-card p,.status-card p,.case-card p{margin:0;color:var(--muted);font-size:14px}
    .status-grid{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
    }
    .status-card{padding:24px}
    .num{
      width:42px;height:42px;border-radius:999px;
      display:grid;place-items:center;
      color:#1d1405;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      font-weight:950;
      margin-bottom:18px;
    }
    .status-line{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:16px;
    }
    .notice{
      border:1px solid rgba(216,184,106,.28);
      background:linear-gradient(135deg,rgba(42,18,54,.72),rgba(9,8,11,.72));
      border-radius:24px;
      padding:22px;
      color:var(--muted);
    }
    .notice strong{display:block;color:var(--text);font-size:18px;margin-bottom:6px}
    .news-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:18px;
      align-items:stretch;
    }
    .news-panel{padding:26px}
    .news-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
    .news-link{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px;
      border-radius:18px;
      border:1px solid var(--line-soft);
      background:rgba(255,255,255,.035);
      transition:.22s ease;
    }
    .news-index{color:var(--gold-2);font-weight:950}
    .news-title{font-weight:850;color:var(--text);line-height:1.45}
    .news-summary{color:var(--weak);font-size:13px;margin-top:2px}
    .arrow{color:var(--gold-2)}
    .quote-card{
      min-height:100%;
      padding:28px;
      border-radius:var(--radius-lg);
      border:1px solid rgba(216,184,106,.28);
      background:
        radial-gradient(circle at 85% 12%, rgba(216,184,106,.18), transparent 36%),
        linear-gradient(160deg,rgba(58,23,48,.72),rgba(17,16,24,.92));
    }
    .quote-mark{font-size:58px;line-height:1;color:var(--gold-2);opacity:.65}
    .quote-card p{font-size:18px;color:var(--text);margin:10px 0 18px;line-height:1.7}
    .quote-card span{color:var(--muted);font-size:14px}
    .case-layout{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:16px;
    }
    .case-card{padding:24px}
    .case-card.featured{
      grid-column:span 2;
      background:
        radial-gradient(circle at 12% 15%,rgba(216,184,106,.14),transparent 34%),
        linear-gradient(135deg,rgba(42,18,54,.82),rgba(20,18,28,.82));
    }
    .cta-panel{
      padding:34px;
      background:
        radial-gradient(circle at 78% 10%, rgba(216,184,106,.18), transparent 32%),
        linear-gradient(135deg,rgba(42,18,54,.88),rgba(9,8,11,.92));
      border-color:rgba(216,184,106,.32);
    }
    .cta-panel-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:28px;
    }
    .cta-panel h2{margin:0;font-size:clamp(28px,4vw,44px);line-height:1.16;font-weight:950;letter-spacing:-.04em}
    .cta-panel p{margin:12px 0 0;color:var(--muted);max-width:680px}
    .button-grid{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }
    .faq-wrap{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:22px;
      align-items:start;
    }
    .faq-list{display:grid;gap:12px}
    .faq-item{padding:0}
    .faq-question{
      width:100%;
      border:0;
      background:transparent;
      color:var(--text);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 20px;
      text-align:left;
      font-weight:900;
    }
    .faq-question:focus-visible{outline:2px solid var(--gold-2);outline-offset:2px;border-radius:18px}
    .faq-icon{color:var(--gold-2);font-size:22px;transition:.22s ease}
    .faq-answer{
      max-height:0;
      overflow:hidden;
      transition:max-height .26s ease;
    }
    .faq-answer p{
      margin:0;
      padding:0 20px 20px;
      color:var(--muted);
      font-size:15px;
    }
    .faq-item.open{border-color:rgba(241,213,138,.58)}
    .faq-item.open .faq-icon{transform:rotate(45deg)}
    .site-footer{
      border-top:1px solid rgba(216,184,106,.22);
      background:rgba(7,6,10,.82);
      padding:46px 0 34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:24px;
    }
    .footer-title{font-weight:900;margin:0 0 12px}
    .footer-text,.footer-link,.copyright{color:var(--muted);font-size:14px}
    .footer-links{display:grid;gap:8px}
    .footer-link:hover{color:var(--gold-2)}
    .footer-note{
      margin-top:28px;
      padding-top:20px;
      border-top:1px solid var(--line-soft);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .mobile-tabs{
      display:none;
      position:fixed;
      left:0;right:0;bottom:0;
      z-index:60;
      padding:8px 10px calc(8px + env(safe-area-inset-bottom));
      background:rgba(13,11,18,.90);
      backdrop-filter:blur(18px);
      border-top:1px solid rgba(216,184,106,.28);
    }
    .mobile-tab-inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:6px;
    }
    .mobile-tab{
      min-height:54px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      color:var(--weak);
      font-size:11px;
      font-weight:800;
      transition:.22s ease;
    }
    .mobile-tab svg{width:20px;height:20px}
    .mobile-tab.active,.mobile-tab:hover{color:var(--gold-2);background:rgba(216,184,106,.10)}
    @media (max-width:1024px){
      .desktop-nav{display:none}
      .bento{grid-template-columns:1fr}
      .hero-main{min-height:auto}
      .status-grid,.case-layout{grid-template-columns:1fr 1fr}
      .case-card.featured{grid-column:span 2}
      .news-layout,.faq-wrap{grid-template-columns:1fr}
      .cta-panel-inner{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:768px){
      body{padding-bottom:78px}
      .container{width:min(100% - 28px,var(--container))}
      .nav-wrap{height:64px}
      .brand-mark{width:36px;height:36px}
      .brand-text{font-size:14px}
      .header-actions .btn{display:none}
      .hero{padding:40px 0 26px}
      .hero-main{padding:28px}
      .mini-card{min-height:auto}
      .cta-strip{flex-direction:column;align-items:flex-start}
      .section-pad{padding:62px 0}
      .section-head{align-items:flex-start;flex-direction:column}
      .status-grid,.status-line,.case-layout,.footer-grid{grid-template-columns:1fr}
      .case-card.featured{grid-column:auto}
      .news-link{grid-template-columns:auto 1fr}
      .news-link .arrow{display:none}
      .cta-panel{padding:26px}
      .button-grid .btn,.hero-actions .btn{width:100%}
      .mobile-tabs{display:block}
      .site-footer{padding-bottom:110px}
    }
    @media (max-width:520px){
      .hero h1{font-size:36px}
      .hero-intro{font-size:16px}
      .data-row{gap:8px}
      .data-pill{width:100%;justify-content:center}
      .entry-rail{grid-auto-columns:minmax(238px,86%)}
      .section-title{font-size:28px}
    }

/* roulang page: category2 */
:root{
      --bg:#09080B;
      --bg-2:#111018;
      --panel:#15121d;
      --panel-2:rgba(255,255,255,.045);
      --purple:#2A1236;
      --wine:#3A1730;
      --deep:#161329;
      --gold:#D8B86A;
      --gold-2:#F1D58A;
      --text:#F7F1E4;
      --muted:#C9BEA8;
      --soft:#8E8497;
      --line:rgba(216,184,106,.32);
      --line-soft:rgba(255,255,255,.10);
      --success:#84D39B;
      --warn:#E27D60;
      --radius:28px;
      --radius-sm:18px;
      --shadow-gold:0 0 34px rgba(216,184,106,.22);
      --shadow-card:0 24px 80px rgba(0,0,0,.34);
      --container:1200px;
      --ease:220ms 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 78% 8%,rgba(216,184,106,.18),transparent 28%),
        radial-gradient(circle at 12% 18%,rgba(58,23,48,.78),transparent 36%),
        radial-gradient(circle at 50% 76%,rgba(42,18,54,.62),transparent 34%),
        linear-gradient(180deg,#09080B 0%,#111018 48%,#09080B 100%);
      line-height:1.75;
      min-height:100vh;
      padding-bottom:0;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(216,184,106,.055) 1px,transparent 1px),
        linear-gradient(90deg,rgba(216,184,106,.04) 1px,transparent 1px);
      background-size:56px 56px;
      mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(216,184,106,.32);color:var(--text)}
    .container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
    .gold-line{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.65}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(13,11,18,.78);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(216,184,106,.18);
    }
    .site-header:before{
      content:"";
      position:absolute;
      top:0;left:0;right:0;height:1px;
      background:linear-gradient(90deg,transparent,rgba(241,213,138,.86),transparent);
    }
    .nav-wrap{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{display:inline-flex;align-items:center;gap:12px;min-width:0}
    .brand-mark{
      width:38px;height:38px;border-radius:50%;
      background:
        radial-gradient(circle at 34% 28%,#fff2bd 0 12%,transparent 13%),
        conic-gradient(from 210deg,#F1D58A,#D8B86A,#6f4f1e,#F1D58A);
      box-shadow:inset 0 0 0 2px rgba(9,8,11,.68),0 0 24px rgba(216,184,106,.28);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      inset:10px 12px 8px;
      border:1px solid rgba(9,8,11,.74);
      border-top-width:3px;
      border-radius:10px 10px 4px 4px;
    }
    .brand-text{
      font-weight:900;
      letter-spacing:-.02em;
      color:var(--text);
      white-space:nowrap;
      font-size:18px;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:7px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:999px;
      background:rgba(255,255,255,.035);
    }
    .desktop-nav a{
      position:relative;
      padding:10px 16px;
      border-radius:999px;
      color:var(--muted);
      font-size:14px;
      font-weight:700;
      transition:color var(--ease),background var(--ease),box-shadow var(--ease);
    }
    .desktop-nav a:hover{color:var(--gold-2);background:rgba(216,184,106,.08)}
    .desktop-nav a.active{
      color:#151008;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 0 18px rgba(216,184,106,.18);
    }
    .header-actions{display:flex;align-items:center;gap:12px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      min-height:46px;
      padding:12px 20px;
      border-radius:999px;
      border:1px solid transparent;
      font-weight:800;
      line-height:1;
      transition:transform var(--ease),box-shadow var(--ease),background var(--ease),border-color var(--ease),color var(--ease),filter var(--ease);
      user-select:none;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:focus-visible,.tag:focus-visible,.footer-link:focus-visible,.desktop-nav a:focus-visible,.mobile-tab a:focus-visible{
      outline:2px solid var(--gold-2);
      outline-offset:3px;
    }
    .btn-primary{
      color:#151008;
      background:linear-gradient(135deg,var(--gold-2) 0%,var(--gold) 54%,#b98d35 100%);
      box-shadow:var(--shadow-gold);
    }
    .btn-primary:hover{filter:brightness(1.06);box-shadow:0 0 40px rgba(216,184,106,.3)}
    .btn-secondary{
      color:var(--gold-2);
      background:rgba(216,184,106,.055);
      border-color:rgba(216,184,106,.48);
    }
    .btn-secondary:hover{background:rgba(216,184,106,.13);border-color:var(--gold-2)}
    .btn-block{width:100%}
    .page-hero{
      padding:82px 0 54px;
      position:relative;
      overflow:hidden;
    }
    .hero-shell{
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
      gap:34px;
      align-items:stretch;
    }
    .eyebrow,.tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(216,184,106,.36);
      background:rgba(216,184,106,.08);
      color:var(--gold-2);
      font-size:13px;
      font-weight:800;
      line-height:1.15;
    }
    .eyebrow:before,.tag-dot:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--success);
      box-shadow:0 0 12px rgba(132,211,155,.5);
      flex:0 0 auto;
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      margin:20px 0 18px;
      font-size:clamp(36px,5.2vw,58px);
      line-height:1.14;
      letter-spacing:-.055em;
      font-weight:950;
    }
    .hero-summary{
      max-width:720px;
      color:var(--muted);
      font-size:18px;
      margin-bottom:24px;
    }
    .benefit-list{
      display:grid;
      gap:12px;
      margin:0 0 28px;
      padding:0;
      list-style:none;
    }
    .benefit-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      color:var(--text);
      font-weight:650;
    }
    .check{
      width:24px;height:24px;border-radius:50%;
      display:inline-grid;place-items:center;
      color:#111018;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      flex:0 0 auto;
      margin-top:2px;
      font-size:14px;
      font-weight:900;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
    .trust-strip{
      display:flex;
      flex-wrap:wrap;
      gap:12px 18px;
      padding:14px 0 0;
      border-top:1px solid rgba(216,184,106,.22);
      color:var(--soft);
      font-size:14px;
    }
    .trust-strip span{display:inline-flex;align-items:center;gap:8px}
    .trust-strip span:before{
      content:"";
      width:5px;height:5px;border-radius:50%;
      background:var(--gold);
    }
    .badge-stack{
      border:1px solid var(--line);
      border-radius:34px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
        radial-gradient(circle at 80% 0%,rgba(216,184,106,.2),transparent 36%),
        radial-gradient(circle at 10% 95%,rgba(58,23,48,.9),transparent 46%);
      padding:24px;
      box-shadow:var(--shadow-card);
      position:relative;
      min-height:100%;
      overflow:hidden;
    }
    .badge-stack:after{
      content:"移动端";
      position:absolute;
      right:-26px;top:24px;
      transform:rotate(35deg);
      padding:8px 44px;
      background:rgba(216,184,106,.14);
      border:1px solid rgba(216,184,106,.28);
      color:rgba(241,213,138,.68);
      font-size:12px;
      font-weight:900;
      letter-spacing:.12em;
    }
    .badge-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
      margin-top:18px;
    }
    .club-badge{
      min-height:126px;
      border:1px solid rgba(255,255,255,.1);
      border-radius:24px;
      background:rgba(9,8,11,.46);
      padding:18px;
      transition:transform var(--ease),border-color var(--ease),background var(--ease);
    }
    .club-badge:hover{transform:translateY(-2px);border-color:rgba(216,184,106,.55);background:rgba(216,184,106,.06)}
    .club-badge strong{display:block;color:var(--gold-2);font-size:26px;line-height:1.1;margin-bottom:10px}
    .club-badge span{color:var(--muted);font-size:14px}
    .status-row{
      margin-top:18px;
      display:grid;
      gap:12px;
    }
    .status-item{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:center;
      border:1px solid rgba(216,184,106,.22);
      border-radius:18px;
      background:rgba(255,255,255,.035);
      padding:13px 14px;
      color:var(--muted);
      font-size:14px;
    }
    .status-pill{
      color:var(--success);
      border:1px solid rgba(132,211,155,.28);
      background:rgba(132,211,155,.08);
      padding:5px 9px;
      border-radius:999px;
      font-weight:800;
      white-space:nowrap;
    }
    .section{padding:78px 0}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:24px;
      margin-bottom:28px;
    }
    .section-kicker{
      color:var(--gold-2);
      font-weight:900;
      font-size:13px;
      letter-spacing:.06em;
      margin-bottom:8px;
    }
    h2{
      font-size:clamp(28px,3.6vw,42px);
      line-height:1.2;
      letter-spacing:-.04em;
      margin-bottom:10px;
      font-weight:950;
    }
    .section-desc{color:var(--muted);max-width:650px;margin:0}
    .ticket-layout{
      display:grid;
      grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
      gap:24px;
      align-items:start;
    }
    .ticket-list{display:grid;gap:16px}
    .ticket{
      display:grid;
      grid-template-columns:72px minmax(0,1fr) auto;
      gap:18px;
      align-items:center;
      padding:20px;
      border-radius:26px;
      border:1px solid rgba(216,184,106,.26);
      background:
        linear-gradient(90deg,rgba(216,184,106,.08),rgba(255,255,255,.035) 34%,rgba(255,255,255,.02)),
        rgba(17,16,24,.82);
      position:relative;
      overflow:hidden;
      transition:transform var(--ease),border-color var(--ease),background var(--ease);
    }
    .ticket:hover{transform:translateY(-2px);border-color:rgba(241,213,138,.62);background:rgba(216,184,106,.065)}
    .ticket:before{
      content:"";
      position:absolute;
      left:71px;top:14px;bottom:14px;
      border-left:1px dashed rgba(216,184,106,.28);
    }
    .num{
      width:50px;height:50px;border-radius:18px;
      display:grid;place-items:center;
      color:#151008;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      font-weight:950;
      box-shadow:0 0 20px rgba(216,184,106,.18);
    }
    .ticket h3{margin:0 0 4px;font-size:19px;line-height:1.35}
    .ticket p{margin:0;color:var(--muted);font-size:15px}
    .mini-label{
      display:inline-flex;align-items:center;
      border-radius:999px;
      padding:6px 10px;
      border:1px solid rgba(216,184,106,.25);
      color:var(--gold-2);
      background:rgba(216,184,106,.075);
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
    }
    .tip-panel,.note-card,.faq-card,.entry-card{
      border:1px solid rgba(255,255,255,.1);
      background:rgba(20,18,28,.78);
      border-radius:var(--radius);
      box-shadow:var(--shadow-card);
    }
    .tip-panel{
      padding:24px;
      position:sticky;
      top:98px;
      background:
        radial-gradient(circle at 90% 10%,rgba(216,184,106,.18),transparent 36%),
        linear-gradient(145deg,rgba(42,18,54,.7),rgba(20,18,28,.86));
    }
    .tip-panel h3{font-size:22px;margin-bottom:12px}
    .hint-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:12px}
    .hint-list li{
      display:flex;gap:11px;
      color:var(--muted);
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
    }
    .hint-list b{color:var(--gold-2)}
    .filter-bar{
      display:flex;
      gap:10px;
      overflow:auto;
      padding:4px 2px 18px;
      scrollbar-width:none;
    }
    .filter-bar::-webkit-scrollbar{display:none}
    .tag{background:rgba(255,255,255,.035);color:var(--muted);border-color:rgba(255,255,255,.12)}
    .tag.active,.tag:hover{color:var(--gold-2);border-color:rgba(216,184,106,.44);background:rgba(216,184,106,.09)}
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .entry-card{
      padding:22px;
      transition:transform var(--ease),border-color var(--ease),background var(--ease);
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .entry-card:hover{transform:translateY(-2px);border-color:rgba(216,184,106,.56);background:rgba(255,255,255,.065)}
    .entry-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:18px}
    .icon-box{
      width:44px;height:44px;border-radius:16px;
      display:grid;place-items:center;
      color:var(--gold-2);
      border:1px solid rgba(216,184,106,.28);
      background:rgba(216,184,106,.08);
    }
    .entry-card h3{font-size:20px;line-height:1.35;margin-bottom:8px}
    .entry-card p{color:var(--muted);font-size:15px;margin-bottom:18px}
    .text-link{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold-2);
      font-weight:900;
      transition:gap var(--ease),color var(--ease);
    }
    .text-link:hover{gap:12px;color:#fff0b3}
    .note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
    }
    .note-card{padding:24px;position:relative;overflow:hidden}
    .note-card:before{
      content:"";
      position:absolute;
      inset:0 auto 0 0;
      width:4px;
      background:linear-gradient(var(--gold-2),transparent);
      opacity:.76;
    }
    .note-card h3{font-size:21px;margin-bottom:10px}
    .note-card p{color:var(--muted);margin:0}
    .faq-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
    }
    .faq-card{
      padding:22px;
      transition:border-color var(--ease),background var(--ease),transform var(--ease);
    }
    .faq-card:hover{transform:translateY(-2px);border-color:rgba(216,184,106,.46);background:rgba(216,184,106,.055)}
    .faq-card h3{
      display:flex;
      gap:12px;
      align-items:flex-start;
      font-size:18px;
      margin-bottom:10px;
      line-height:1.45;
    }
    .faq-card h3:before{
      content:"问";
      width:28px;height:28px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(216,184,106,.14);
      border:1px solid rgba(216,184,106,.28);
      color:var(--gold-2);
      font-size:13px;
      flex:0 0 auto;
      margin-top:1px;
    }
    .faq-card p{color:var(--muted);margin:0}
    .cta-panel{
      border:1px solid rgba(216,184,106,.42);
      border-radius:34px;
      padding:34px;
      background:
        radial-gradient(circle at 18% 20%,rgba(241,213,138,.18),transparent 24%),
        radial-gradient(circle at 90% 90%,rgba(58,23,48,.82),transparent 35%),
        linear-gradient(135deg,rgba(42,18,54,.82),rgba(9,8,11,.88));
      box-shadow:var(--shadow-card);
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:24px;
      align-items:center;
    }
    .cta-panel h2{margin-bottom:8px}
    .cta-panel p{color:var(--muted);margin:0}
    .cta-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
    .site-footer{
      margin-top:36px;
      padding:46px 0 calc(28px + env(safe-area-inset-bottom));
      border-top:1px solid rgba(216,184,106,.24);
      background:rgba(7,6,10,.72);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr 1fr;
      gap:34px;
      align-items:start;
    }
    .footer-title{
      color:var(--gold-2);
      font-weight:900;
      margin:0 0 12px;
    }
    .footer-text{color:var(--soft);margin:0;font-size:14px}
    .footer-links{display:grid;gap:10px}
    .footer-link{
      color:var(--muted);
      font-weight:700;
      transition:color var(--ease),transform var(--ease);
    }
    .footer-link:hover{color:var(--gold-2);transform:translateX(3px)}
    .footer-note{
      margin-top:30px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.09);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:var(--soft);
      font-size:14px;
    }
    .copyright{color:var(--muted)}
    .mobile-tab{
      display:none;
      position:fixed;
      left:0;right:0;bottom:0;
      z-index:60;
      padding:7px 10px calc(7px + env(safe-area-inset-bottom));
      background:rgba(13,11,18,.92);
      backdrop-filter:blur(18px);
      border-top:1px solid rgba(216,184,106,.28);
    }
    .mobile-tab-inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:6px;
      max-width:520px;
      margin:0 auto;
    }
    .mobile-tab a{
      min-height:54px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:4px;
      color:var(--soft);
      font-size:11px;
      font-weight:800;
      transition:background var(--ease),color var(--ease);
    }
    .mobile-tab svg{width:20px;height:20px}
    .mobile-tab a.active{
      color:var(--gold-2);
      background:rgba(216,184,106,.10);
    }
    .mobile-tab a:hover{color:var(--gold-2);background:rgba(255,255,255,.05)}
    @media (max-width:1024px){
      .container{width:min(100% - 32px,var(--container))}
      .hero-shell,.ticket-layout,.cta-panel{grid-template-columns:1fr}
      .tip-panel{position:relative;top:auto}
      .entry-grid{grid-template-columns:repeat(2,1fr)}
      .section{padding:64px 0}
      .desktop-nav{gap:2px}
      .desktop-nav a{padding:9px 12px}
    }
    @media (max-width:780px){
      body{padding-bottom:78px}
      .nav-wrap{min-height:66px}
      .desktop-nav,.header-actions{display:none}
      .brand-text{font-size:16px;white-space:normal;line-height:1.2}
      .brand-mark{width:34px;height:34px}
      .page-hero{padding:58px 0 38px}
      .hero-summary{font-size:16px}
      .hero-actions .btn{width:100%}
      .section-head{display:block}
      .section-desc{margin-top:8px}
      .badge-grid,.entry-grid,.note-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}
      .ticket{
        grid-template-columns:56px minmax(0,1fr);
        align-items:start;
      }
      .ticket:before{left:62px}
      .ticket .mini-label{grid-column:2;margin-top:6px;width:max-content}
      .num{width:44px;height:44px;border-radius:16px}
      .cta-panel{padding:26px}
      .mobile-tab{display:block}
      .site-footer{padding-bottom:calc(96px + env(safe-area-inset-bottom))}
    }
    @media (max-width:520px){
      .container{width:min(100% - 24px,var(--container))}
      h1{font-size:36px}
      .club-badge{min-height:auto}
      .ticket{padding:16px;border-radius:22px}
      .tip-panel,.note-card,.faq-card,.entry-card{border-radius:22px}
      .hero-actions{gap:10px}
      .trust-strip{font-size:13px}
      .footer-note{display:block}
      .footer-note span{display:block;margin-top:8px}
    }

/* roulang page: category1 */
:root{
      --bg:#09080B;
      --bg-2:#111018;
      --panel:#15121d;
      --panel-2:rgba(255,255,255,.045);
      --purple:#2A1236;
      --purple-2:#3A1730;
      --ink:#F7F1E4;
      --muted:#C9BEA8;
      --soft:#8E8497;
      --gold:#D8B86A;
      --gold-2:#F1D58A;
      --line:rgba(216,184,106,.32);
      --line-soft:rgba(255,255,255,.10);
      --ok:#84D39B;
      --warn:#E27D60;
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-pill:999px;
      --shadow-gold:0 0 34px rgba(216,184,106,.22);
      --shadow-panel:0 24px 80px rgba(0,0,0,.38);
      --container:1200px;
      --header-h:76px;
    }
    *{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(--ink);
      background:
        radial-gradient(circle at 18% 8%, rgba(216,184,106,.16), transparent 27%),
        radial-gradient(circle at 86% 12%, rgba(58,23,48,.78), transparent 33%),
        radial-gradient(circle at 50% 82%, rgba(42,18,54,.72), transparent 42%),
        linear-gradient(180deg,#09080B 0%,#111018 48%,#09080B 100%);
      line-height:1.75;
      overflow-x:hidden;
      padding-bottom:0;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(216,184,106,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,184,106,.045) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.88), transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--gold-2)}
    img,svg{max-width:100%;vertical-align:middle}
    button,input{font:inherit}
    button{border:0}
    :focus-visible{
      outline:2px solid rgba(241,213,138,.9);
      outline-offset:3px;
      border-radius:12px;
    }
    .container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
      padding-left:0;
      padding-right:0;
    }
    .gold-line{
      height:1px;
      background:linear-gradient(90deg,transparent,rgba(241,213,138,.78),transparent);
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(9,8,11,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(216,184,106,.18);
    }
    .site-header::before{
      content:"";
      display:block;
      height:2px;
      background:linear-gradient(90deg,transparent,var(--gold),var(--purple-2),transparent);
    }
    .nav-wrap{
      min-height:var(--header-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;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:50%;
      display:inline-block;
      position:relative;
      background:
        radial-gradient(circle at 32% 30%, #fff1b6, transparent 24%),
        linear-gradient(145deg,#F1D58A,#B98535 54%,#3A1730);
      box-shadow:0 0 24px rgba(216,184,106,.26);
      border:1px solid rgba(255,255,255,.22);
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:10px;
      border:2px solid rgba(9,8,11,.78);
      border-left-color:transparent;
      border-radius:9px 50% 50% 9px;
      transform:rotate(-8deg);
    }
    .brand-text{
      font-weight:850;
      letter-spacing:.02em;
      color:var(--ink);
      font-size:18px;
      white-space:nowrap;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:6px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.035);
      border-radius:var(--radius-pill);
    }
    .desktop-nav a{
      color:var(--muted);
      padding:9px 16px;
      border-radius:var(--radius-pill);
      font-size:14px;
      font-weight:650;
      position:relative;
    }
    .desktop-nav a:hover{
      color:var(--gold-2);
      background:rgba(216,184,106,.09);
    }
    .desktop-nav a.active{
      color:#14100a;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      box-shadow:0 0 22px rgba(216,184,106,.18);
    }
    .header-actions{display:flex;align-items:center;gap:12px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--radius-pill);
      min-height:46px;
      padding:12px 20px;
      font-weight:800;
      letter-spacing:.01em;
      border:1px solid transparent;
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
      cursor:pointer;
      text-decoration:none;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      color:#14100a;
      box-shadow:var(--shadow-gold);
      border-color:rgba(255,255,255,.22);
    }
    .btn-primary:hover{
      color:#0d0905;
      filter:brightness(1.06);
      box-shadow:0 0 0 4px rgba(216,184,106,.10), var(--shadow-gold);
    }
    .btn-secondary{
      color:var(--gold-2);
      border-color:rgba(216,184,106,.46);
      background:rgba(216,184,106,.065);
    }
    .btn-secondary:hover{
      color:var(--gold-2);
      background:rgba(216,184,106,.13);
      border-color:rgba(241,213,138,.72);
    }
    .btn-ghost{
      color:var(--muted);
      background:rgba(255,255,255,.04);
      border-color:rgba(255,255,255,.10);
    }
    .btn-ghost:hover{color:var(--gold-2);border-color:var(--line)}
    .section{
      padding:94px 0;
      position:relative;
    }
    .section-sm{padding:68px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold-2);
      border:1px solid rgba(216,184,106,.35);
      background:rgba(216,184,106,.08);
      border-radius:var(--radius-pill);
      padding:7px 12px;
      font-size:13px;
      font-weight:750;
      line-height:1.2;
    }
    .eyebrow::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--ok);
      box-shadow:0 0 14px rgba(132,211,155,.48);
    }
    .hero{
      padding:46px 0 74px;
    }
    .flagship{
      position:relative;
      overflow:hidden;
      border-radius:36px;
      border:1px solid rgba(216,184,106,.30);
      background:
        linear-gradient(120deg,rgba(9,8,11,.82) 0%,rgba(17,16,24,.78) 42%,rgba(58,23,48,.70) 100%),
        radial-gradient(circle at 82% 18%,rgba(241,213,138,.22),transparent 28%);
      box-shadow:var(--shadow-panel);
      min-height:520px;
    }
    .flagship::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(216,184,106,.14) 0 1px, transparent 1px 100%),
        linear-gradient(180deg,rgba(255,255,255,.08),transparent 34%);
      background-size:80px 100%,100% 100%;
      pointer-events:none;
      opacity:.55;
    }
    .series-bar{
      position:relative;
      z-index:2;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 22px;
      border-bottom:1px solid rgba(216,184,106,.20);
      background:rgba(9,8,11,.34);
      backdrop-filter:blur(12px);
    }
    .series-links{
      display:flex;
      gap:8px;
      overflow-x:auto;
      scrollbar-width:none;
      padding-bottom:2px;
    }
    .series-links::-webkit-scrollbar{display:none}
    .series-links a,.filter-tag{
      display:inline-flex;
      align-items:center;
      white-space:nowrap;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.045);
      color:var(--muted);
      border-radius:var(--radius-pill);
      padding:8px 13px;
      font-size:13px;
      font-weight:700;
    }
    .series-links a.active,.filter-tag.active{
      color:#14100a;
      border-color:transparent;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
    }
    .series-links a:hover,.filter-tag:hover{
      border-color:var(--line);
      color:var(--gold-2);
      background:rgba(216,184,106,.10);
    }
    .hero-content{
      position:relative;
      z-index:2;
      padding:56px;
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:42px;
      align-items:center;
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(34px,5vw,60px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.04em;
      margin:18px 0 20px;
    }
    .hero-lead{
      color:var(--muted);
      font-size:18px;
      max-width:650px;
      margin-bottom:28px;
    }
    .hero-actions,.section-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
    }
    .trust-strip{
      margin-top:30px;
      display:flex;
      flex-wrap:wrap;
      gap:0;
      border:1px solid rgba(216,184,106,.20);
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:rgba(255,255,255,.035);
    }
    .trust-item{
      padding:13px 16px;
      color:var(--muted);
      font-size:13px;
      font-weight:650;
      border-right:1px solid rgba(216,184,106,.16);
    }
    .trust-item:last-child{border-right:0}
    .entry-board{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:14px;
    }
    .entry-card,.content-card,.step-card,.proof-card,.mini-card,.faq-item,.hint-card,.ticket{
      background:rgba(20,18,28,.80);
      border:1px solid rgba(255,255,255,.10);
      border-radius:var(--radius-lg);
      box-shadow:0 18px 48px rgba(0,0,0,.22);
      transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
    }
    .entry-card{
      padding:18px;
      min-height:150px;
      position:relative;
      overflow:hidden;
    }
    .entry-card::after{
      content:"";
      position:absolute;
      right:-30px;
      bottom:-30px;
      width:96px;
      height:96px;
      border-radius:50%;
      border:1px solid rgba(216,184,106,.18);
      background:rgba(216,184,106,.04);
    }
    .entry-card:hover,.content-card:hover,.step-card:hover,.proof-card:hover,.mini-card:hover,.ticket:hover{
      transform:translateY(-2px);
      border-color:rgba(216,184,106,.52);
      background:rgba(255,255,255,.065);
      box-shadow:0 18px 56px rgba(0,0,0,.30);
    }
    .icon{
      width:40px;
      height:40px;
      border-radius:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#120e08;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      margin-bottom:16px;
      box-shadow:0 0 18px rgba(216,184,106,.18);
    }
    .status{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--soft);
      font-size:12px;
      font-weight:750;
      letter-spacing:.02em;
    }
    .status::before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--ok);
    }
    .entry-card h3,.content-card h3,.step-card h3,.proof-card h3,.mini-card h3,.ticket h3{
      font-size:18px;
      font-weight:850;
      line-height:1.35;
      margin:0 0 8px;
      color:var(--ink);
    }
    .entry-card p,.content-card p,.step-card p,.proof-card p,.mini-card p,.ticket p{
      color:var(--muted);
      margin:0;
      font-size:14px;
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:28px;
      margin-bottom:32px;
    }
    .section-kicker{
      color:var(--gold-2);
      font-weight:800;
      font-size:14px;
      margin-bottom:8px;
    }
    h2{
      font-size:clamp(26px,3.5vw,40px);
      line-height:1.2;
      font-weight:900;
      letter-spacing:-.03em;
      margin-bottom:10px;
    }
    .section-desc{
      color:var(--muted);
      font-size:16px;
      max-width:680px;
      margin-bottom:0;
    }
    .filter-panel{
      border:1px solid rgba(216,184,106,.22);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(42,18,54,.30));
      padding:22px;
      margin-bottom:24px;
    }
    .filter-row{
      display:flex;
      gap:10px;
      overflow:auto;
      scrollbar-width:none;
      padding-bottom:2px;
    }
    .filter-row::-webkit-scrollbar{display:none}
    .content-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .content-card{
      padding:22px;
      min-height:255px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      position:relative;
      overflow:hidden;
    }
    .content-card.featured{
      grid-column:span 2;
      background:
        radial-gradient(circle at 86% 16%,rgba(216,184,106,.16),transparent 28%),
        linear-gradient(135deg,rgba(58,23,48,.56),rgba(20,18,28,.86));
      border-color:rgba(216,184,106,.36);
    }
    .badge-line{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:18px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--gold-2);
      border:1px solid rgba(216,184,106,.28);
      background:rgba(216,184,106,.08);
      padding:6px 10px;
      border-radius:var(--radius-pill);
      font-size:12px;
      font-weight:750;
    }
    .badge.soft{
      color:var(--muted);
      border-color:rgba(255,255,255,.10);
      background:rgba(255,255,255,.04);
    }
    .card-link{
      margin-top:20px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold-2);
      font-weight:850;
      font-size:14px;
    }
    .card-link:hover{gap:12px;color:var(--gold-2)}
    .step-wrap{
      display:grid;
      grid-template-columns:1.08fr 1.92fr;
      gap:24px;
      align-items:stretch;
    }
    .step-intro{
      border:1px solid rgba(216,184,106,.22);
      border-radius:var(--radius-xl);
      padding:30px;
      background:
        radial-gradient(circle at 15% 0%,rgba(216,184,106,.18),transparent 34%),
        rgba(255,255,255,.04);
    }
    .step-list{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .step-card{
      padding:24px;
      position:relative;
    }
    .step-no{
      width:42px;
      height:42px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#14100a;
      background:linear-gradient(135deg,var(--gold-2),var(--gold));
      font-weight:900;
      margin-bottom:18px;
      box-shadow:0 0 24px rgba(216,184,106,.18);
    }
    .proof-layout{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:20px;
    }
    .proof-card{
      padding:28px;
      min-height:240px;
      border-radius:var(--radius-xl);
    }
    .proof-card.large{
      background:
        radial-gradient(circle at 76% 20%,rgba(241,213,138,.17),transparent 28%),
        linear-gradient(135deg,rgba(42,18,54,.58),rgba(17,16,24,.84));
      border-color:rgba(216,184,106,.34);
    }
    .proof-side{
      display:grid;
      gap:20px;
    }
    .quote-mark{
      font-size:56px;
      line-height:1;
      color:rgba(216,184,106,.42);
      font-weight:900;
      margin-bottom:6px;
    }
    .search-box{
      display:grid;
      grid-template-columns:1fr auto;
      gap:10px;
      padding:10px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(216,184,106,.24);
      background:rgba(255,255,255,.045);
      max-width:640px;
      margin-top:22px;
    }
    .search-box input{
      width:100%;
      min-height:44px;
      border:0;
      outline:0;
      color:var(--ink);
      background:transparent;
      padding:0 14px;
    }
    .search-box input::placeholder{color:var(--soft)}
    .search-box:focus-within{
      border-color:rgba(241,213,138,.74);
      box-shadow:0 0 0 4px rgba(216,184,106,.10);
    }
    .faq-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .faq-item{
      overflow:hidden;
    }
    .faq-question{
      width:100%;
      color:var(--ink);
      background:transparent;
      padding:20px 22px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      text-align:left;
      font-weight:850;
      cursor:pointer;
    }
    .faq-question span:first-child{line-height:1.5}
    .faq-icon{
      color:var(--gold-2);
      font-size:22px;
      transition:transform .22s ease;
      flex:0 0 auto;
    }
    .faq-answer{
      color:var(--muted);
      padding:0 22px;
      max-height:0;
      overflow:hidden;
      transition:max-height .26s ease,padding .26s ease;
      border-top:1px solid transparent;
    }
    .faq-item.open{
      border-color:rgba(216,184,106,.52);
      background:rgba(216,184,106,.055);
    }
    .faq-item.open .faq-icon{transform:rotate(45deg)}
    .faq-item.open .faq-answer{
      max-height:180px;
      padding:0 22px 20px;
      border-top-color:rgba(216,184,106,.16);
    }
    .cta-band{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(216,184,106,.34);
      border-radius:36px;
      padding:38px;
      background:
        radial-gradient(circle at 80% 18%,rgba(241,213,138,.24),transparent 30%),
        linear-gradient(135deg,rgba(42,18,54,.92),rgba(9,8,11,.92) 58%,rgba(58,23,48,.72));
      box-shadow:var(--shadow-panel);
    }
    .cta-band::after{
      content:"";
      position:absolute;
      inset:auto -10% -70% 42%;
      height:220px;
      background:radial-gradient(circle,rgba(216,184,106,.18),transparent 62%);
      pointer-events:none;
    }
    .cta-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.4fr .6fr;
      align-items:center;
      gap:28px;
    }
    .cta-badges{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .site-footer{
      border-top:1px solid rgba(216,184,106,.22);
      background:rgba(9,8,11,.86);
      padding:54px 0 34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .7fr .95fr;
      gap:36px;
      align-items:start;
    }
    .footer-title{
      color:var(--ink);
      font-weight:850;
      margin-bottom:12px;
    }
    .footer-text{
      color:var(--muted);
      margin:0;
      font-size:14px;
      line-height:1.75;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-link{
      color:var(--muted);
      font-size:14px;
    }
    .footer-link:hover{color:var(--gold-2);transform:translateX(2px)}
    .footer-note{
      margin-top:32px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      color:var(--soft);
      font-size:13px;
    }
    .copyright{color:var(--muted)}
    .mobile-tab{
      display:none;
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:60;
      padding:8px 10px calc(8px + env(safe-area-inset-bottom));
      background:rgba(13,11,18,.92);
      backdrop-filter:blur(18px);
      border-top:1px solid rgba(216,184,106,.28);
    }
    .mobile-tab-inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      max-width:520px;
      margin:0 auto;
      gap:6px;
    }
    .tab-link{
      min-height:54px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      color:var(--soft);
      font-size:11px;
      font-weight:750;
    }
    .tab-link svg{
      width:20px;
      height:20px;
      stroke:currentColor;
    }
    .tab-link.active{
      color:var(--gold-2);
      background:rgba(216,184,106,.10);
      border:1px solid rgba(216,184,106,.22);
    }
    .tab-link:hover{color:var(--gold-2)}
    @media (max-width: 1024px){
      :root{--header-h:68px}
      .hero-content{grid-template-columns:1fr;padding:42px}
      .entry-board{grid-template-columns:repeat(2,1fr)}
      .content-grid{grid-template-columns:repeat(2,1fr)}
      .content-card.featured{grid-column:span 2}
      .step-wrap,.proof-layout,.cta-inner{grid-template-columns:1fr}
      .step-list{grid-template-columns:repeat(3,1fr)}
      .desktop-nav a{padding:8px 12px}
      .brand-text{font-size:16px}
    }
    @media (max-width: 768px){
      body{padding-bottom:82px}
      .container{width:min(100% - 28px, var(--container))}
      .desktop-nav{display:none}
      .header-actions{display:none}
      .mobile-tab{display:block}
      .nav-wrap{justify-content:center}
      .brand-mark{width:34px;height:34px}
      .brand-text{font-size:15px}
      .hero{padding:24px 0 48px}
      .flagship{border-radius:26px;min-height:auto}
      .series-bar{align-items:flex-start;flex-direction:column;padding:14px}
      .hero-content{padding:28px 20px 24px;gap:28px}
      .hero-lead{font-size:16px}
      .hero-actions .btn,.section-actions .btn{width:100%}
      .trust-strip{display:grid;grid-template-columns:1fr 1fr}
      .trust-item{border-right:0;border-bottom:1px solid rgba(216,184,106,.12)}
      .section{padding:62px 0}
      .section-sm{padding:50px 0}
      .section-head{display:block}
      .section-desc{font-size:15px}
      .content-grid,.entry-board,.step-list,.proof-layout,.faq-grid,.footer-grid{grid-template-columns:1fr}
      .content-card.featured{grid-column:auto}
      .step-wrap{grid-template-columns:1fr}
      .step-list{position:relative}
      .step-card{padding-left:72px}
      .step-no{
        position:absolute;
        left:20px;
        top:24px;
      }
      .search-box{grid-template-columns:1fr;border-radius:22px}
      .search-box .btn{width:100%}
      .cta-band{padding:28px 20px;border-radius:28px}
      .footer-note{display:grid}
      .site-footer{padding-bottom:96px}
    }
    @media (max-width: 520px){
      .container{width:min(100% - 24px, var(--container))}
      h1{font-size:36px}
      h2{font-size:28px}
      .entry-board{gap:12px}
      .entry-card{min-height:auto;padding:16px}
      .icon{width:36px;height:36px}
      .trust-strip{grid-template-columns:1fr}
      .filter-panel{padding:16px;border-radius:24px}
      .content-card,.proof-card,.step-intro{padding:20px;border-radius:22px}
      .series-links a,.filter-tag{font-size:12px;padding:7px 10px}
    }
