/* roulang page: index */
:root{
      --bg:#09070B;
      --bg-2:#120B18;
      --panel:#17101F;
      --panel-2:#211528;
      --gold:#D7B56D;
      --gold-2:#F3D58A;
      --gold-3:#A97935;
      --rose:#6D2E5B;
      --wine:#8A2336;
      --teal:#0F6B64;
      --text:#FFF8E9;
      --muted:#BEB39C;
      --line:rgba(215,181,109,.26);
      --line-strong:rgba(243,213,138,.58);
      --shadow:0 24px 70px rgba(0,0,0,.42);
      --shadow-gold:0 18px 50px rgba(215,181,109,.12);
      --radius-xl:24px;
      --radius-lg:18px;
      --radius-md:14px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 10%, rgba(215,181,109,.12), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(109,46,91,.22), transparent 30%),
        radial-gradient(circle at 50% 82%, rgba(15,107,100,.11), transparent 26%),
        linear-gradient(135deg, var(--bg), var(--bg-2) 50%, #070509);
      line-height:1.75;
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background-image:
        linear-gradient(rgba(215,181,109,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(215,181,109,.045) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.75), transparent 76%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(243,213,138,.28);color:#fff}
    .site-container{width:min(100% - 32px,1280px);margin-inline:auto}
    .gold-text{background:linear-gradient(110deg,#fff2bd,var(--gold-2),#b78235);-webkit-background-clip:text;background-clip:text;color:transparent}
    .glass-panel{
      background:linear-gradient(180deg, rgba(33,21,40,.92), rgba(18,11,24,.92));
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      border-radius:var(--radius-xl);
      position:relative;
      overflow:hidden;
    }
    .glass-panel:after{
      content:"";
      position:absolute;
      inset:1px;
      border-radius:calc(var(--radius-xl) - 1px);
      pointer-events:none;
      border:1px solid rgba(255,244,196,.05);
    }
    .gold-card{
      background:linear-gradient(180deg, rgba(28,18,34,.96), rgba(15,10,19,.96));
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:0 18px 52px rgba(0,0,0,.28);
      transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
    }
    .gold-card:hover{
      transform:translateY(-4px);
      border-color:var(--line-strong);
      box-shadow:var(--shadow-gold),0 22px 60px rgba(0,0,0,.36);
      background:linear-gradient(180deg, rgba(37,25,45,.98), rgba(16,10,20,.98));
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      min-height:30px;
      padding:.32rem .78rem;
      border-radius:999px;
      color:#fff3c4;
      background:linear-gradient(135deg, rgba(215,181,109,.18), rgba(109,46,91,.16));
      border:1px solid rgba(215,181,109,.35);
      font-size:.82rem;
      white-space:nowrap;
    }
    .member-emblem{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:
        radial-gradient(circle at 35% 25%, #fff0ad, transparent 22%),
        linear-gradient(135deg,#f6df94,#a6762e 52%,#5b3513);
      color:#150d13;
      font-weight:900;
      border:1px solid rgba(255,240,180,.62);
      box-shadow:0 0 0 4px rgba(215,181,109,.08),0 12px 30px rgba(215,181,109,.18);
      flex:0 0 auto;
    }
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
      min-height:46px;
      padding:.78rem 1.1rem;
      border-radius:999px;
      font-weight:800;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease,color .22s ease;
      outline:none;
      border:1px solid transparent;
    }
    .btn:focus-visible,.nav-link:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
      outline:3px solid rgba(243,213,138,.35);
      outline-offset:3px;
    }
    .btn-primary{
      background:linear-gradient(135deg,#fff0a8,var(--gold-2) 38%,#c28e3e);
      color:#17100a;
      box-shadow:0 16px 34px rgba(215,181,109,.22);
      border-color:rgba(255,245,196,.45);
    }
    .btn-primary:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 20px 44px rgba(215,181,109,.31)}
    .btn-secondary{
      color:#ffe7a6;
      background:rgba(215,181,109,.06);
      border-color:rgba(215,181,109,.42);
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(215,181,109,.13);border-color:rgba(243,213,138,.72)}
    .site-header{
      position:sticky;top:0;z-index:50;
      background:rgba(9,7,11,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(215,181,109,.18);
      transition:box-shadow .25s ease,background .25s ease;
    }
    .site-header.scrolled{box-shadow:0 18px 38px rgba(0,0,0,.34);background:rgba(9,7,11,.95)}
    .brand-row{
      min-height:66px;
      display:flex;align-items:center;justify-content:space-between;gap:1rem;
    }
    .brand{
      display:flex;align-items:center;gap:.72rem;font-weight:900;letter-spacing:-.02em;
    }
    .brand-name{font-size:1.05rem}
    .search-wrap{
      display:flex;align-items:center;gap:.65rem;flex:1;justify-content:flex-end;
    }
    .search-box{
      width:min(420px,100%);
      display:flex;align-items:center;gap:.5rem;
      min-height:42px;
      padding:0 .9rem;
      border-radius:999px;
      border:1px solid rgba(215,181,109,.25);
      background:rgba(255,255,255,.035);
      color:var(--muted);
    }
    .search-box input{
      width:100%;border:0;background:transparent;color:var(--text);outline:none;font-size:.92rem;
    }
    .search-box input::placeholder{color:#9d927c}
    .menu-toggle{display:none}
    .channel-row{
      border-top:1px solid rgba(215,181,109,.10);
      overflow-x:auto;
      scrollbar-width:none;
    }
    .channel-row::-webkit-scrollbar{display:none}
    .channel-inner{
      display:flex;align-items:center;gap:.55rem;min-height:48px;white-space:nowrap;
    }
    .nav-link{
      display:inline-flex;align-items:center;min-height:34px;
      padding:.36rem .82rem;
      border-radius:999px;
      color:#d8cdb5;
      border:1px solid transparent;
      transition:background .2s ease,border-color .2s ease,color .2s ease;
      font-size:.94rem;
    }
    .nav-link:hover{color:#fff1b5;background:rgba(215,181,109,.08);border-color:rgba(215,181,109,.24)}
    .nav-link.active{color:#17100a;background:linear-gradient(135deg,#ffeaa6,#c99445);font-weight:900}
    .trend{
      margin-left:auto;
      display:inline-flex;align-items:center;gap:.48rem;
      color:#ffe6a2;
      font-size:.9rem;
      padding:.32rem .8rem;
      border:1px dashed rgba(215,181,109,.35);
      border-radius:999px;
      background:rgba(215,181,109,.06);
    }
    .section{padding:72px 0}
    .section-tight{padding:46px 0}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:28px}
    .section-title{font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.18;font-weight:950;letter-spacing:-.04em}
    .section-desc{color:var(--muted);max-width:680px;margin-top:.8rem;font-size:1rem}
    .hero{
      padding:34px 0 54px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:22px;
      align-items:stretch;
    }
    .hero-panel{
      min-height:470px;
      padding:38px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .hero-title{
      font-size:clamp(2.15rem,5vw,4.15rem);
      line-height:1.05;
      font-weight:950;
      letter-spacing:-.06em;
      max-width:820px;
    }
    .hero-copy{
      color:#ded2ba;
      max-width:760px;
      font-size:1.05rem;
      margin-top:18px;
    }
    .hero-entry{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:28px;
    }
    .entry-tile{
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(215,181,109,.22);
      background:rgba(255,255,255,.035);
      transition:transform .22s ease,border-color .22s ease,background .22s ease;
    }
    .entry-tile:hover{transform:translateY(-3px);border-color:rgba(243,213,138,.58);background:rgba(215,181,109,.08)}
    .entry-num{font-size:1.45rem;font-weight:950;color:#ffe99d;line-height:1}
    .entry-label{font-size:.88rem;color:#c9bea7;margin-top:6px}
    .rank-panel{padding:24px}
    .rank-list{display:grid;gap:12px;margin-top:18px}
    .rank-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;align-items:center;
      padding:14px;
      border-radius:18px;
      background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(215,181,109,.035));
      border:1px solid rgba(215,181,109,.18);
    }
    .rank-no{
      width:32px;height:32px;border-radius:50%;display:grid;place-items:center;
      background:rgba(215,181,109,.13);color:#ffe7a5;font-weight:900;border:1px solid rgba(215,181,109,.35)
    }
    .rank-title{font-weight:850}
    .rank-note{font-size:.84rem;color:var(--muted)}
    .rank-score{font-weight:950;color:#ffe99d}
    .countdown-strip{
      display:grid;
      grid-template-columns:1fr auto;
      gap:18px;
      align-items:center;
      padding:22px;
      border-radius:24px;
      background:linear-gradient(135deg,rgba(138,35,54,.22),rgba(215,181,109,.12),rgba(15,107,100,.15));
      border:1px solid rgba(215,181,109,.28);
      box-shadow:var(--shadow);
    }
    .time-boxes{display:flex;gap:10px;flex-wrap:wrap}
    .time-box{
      min-width:78px;text-align:center;
      padding:10px 12px;border-radius:16px;
      background:rgba(9,7,11,.55);
      border:1px solid rgba(243,213,138,.28);
    }
    .time-box strong{display:block;font-size:1.45rem;line-height:1;color:#ffe99d}
    .time-box span{font-size:.78rem;color:#c9bea7}
    .highlight-wall{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:16px;
    }
    .highlight-card{padding:24px;min-height:210px}
    .highlight-card.large{grid-row:span 2;min-height:436px;background:linear-gradient(160deg,rgba(215,181,109,.14),rgba(33,21,40,.96) 42%,rgba(109,46,91,.13))}
    .highlight-card h3{font-size:1.25rem;font-weight:900;margin-top:14px}
    .highlight-card p{color:var(--muted);font-size:.96rem;margin-top:8px}
    .comparison-wrap{overflow-x:auto;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}
    .compare-table{width:100%;min-width:860px;border-collapse:separate;border-spacing:0;background:rgba(15,10,19,.96)}
    .compare-table th,.compare-table td{padding:18px;border-bottom:1px solid rgba(215,181,109,.16);border-right:1px solid rgba(215,181,109,.12);text-align:left}
    .compare-table th{background:rgba(215,181,109,.10);color:#fff0b5;font-weight:950}
    .compare-table td{color:#e2d7bf}
    .compare-table tr:last-child td{border-bottom:0}
    .compare-table th:last-child,.compare-table td:last-child{border-right:0}
    .recommended{position:relative;background:linear-gradient(180deg,rgba(215,181,109,.10),rgba(255,255,255,.015))}
    .recommended:before{content:"推荐";position:absolute;top:8px;right:10px;font-size:.72rem;color:#160f0a;background:#f3d58a;border-radius:999px;padding:2px 8px;font-weight:900}
    .info-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 360px;
      gap:22px;
      align-items:start;
    }
    .news-list{display:grid;gap:14px}
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:14px;align-items:center;
      padding:18px;
      border-radius:20px;
      border:1px solid rgba(215,181,109,.19);
      background:rgba(255,255,255,.035);
      transition:transform .2s ease,border-color .2s ease,background .2s ease;
    }
    .news-item:hover{transform:translateX(4px);border-color:rgba(243,213,138,.52);background:rgba(215,181,109,.065)}
    .news-date{color:#ffe59d;font-weight:900;font-size:.9rem}
    .news-item h3{font-weight:900;font-size:1.04rem}
    .news-item p{color:var(--muted);font-size:.92rem;margin-top:3px}
    .side-card{padding:22px;position:sticky;top:130px}
    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .step-card{padding:22px;position:relative}
    .step-card:before{
      content:attr(data-step);
      position:absolute;right:18px;top:14px;
      font-size:2.8rem;line-height:1;font-weight:950;
      color:rgba(215,181,109,.10);
    }
    .step-card h3{font-size:1.12rem;font-weight:900;margin-top:14px}
    .step-card p{color:var(--muted);font-size:.94rem;margin-top:7px}
    .timeline{
      display:grid;
      gap:14px;
      position:relative;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:118px 1fr auto;
      gap:16px;align-items:center;
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(215,181,109,.19);
    }
    .timeline-time{color:#ffe59d;font-weight:950}
    .timeline-title{font-weight:900}
    .timeline-copy{color:var(--muted);font-size:.93rem;margin-top:2px}
    .cta-panel{
      padding:30px;
      border-radius:30px;
      background:
        radial-gradient(circle at 18% 18%,rgba(243,213,138,.17),transparent 30%),
        linear-gradient(135deg,rgba(33,21,40,.98),rgba(9,7,11,.98));
      border:1px solid rgba(243,213,138,.32);
      box-shadow:var(--shadow);
    }
    .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
    .field label{display:block;color:#e4d8bf;font-weight:800;font-size:.9rem;margin-bottom:7px}
    .field input,.field select,.field textarea{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid rgba(215,181,109,.25);
      background:rgba(7,5,9,.58);
      color:var(--text);
      padding:0 14px;
      outline:none;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .field textarea{min-height:104px;padding-top:12px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(243,213,138,.7);box-shadow:0 0 0 4px rgba(215,181,109,.12);background:rgba(7,5,9,.72)}
    .field.full{grid-column:1/-1}
    .faq-grid{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:start}
    .faq-index{padding:22px}
    .faq-index a{display:flex;align-items:center;justify-content:space-between;padding:12px 0;color:#d6cab2;border-bottom:1px solid rgba(215,181,109,.12)}
    .faq-index a:hover{color:#ffe59d}
    .faq-list{display:grid;gap:12px}
    .faq-item{border-radius:20px;border:1px solid rgba(215,181,109,.22);background:rgba(255,255,255,.035);overflow:hidden}
    .faq-question{
      width:100%;
      min-height:58px;
      display:flex;align-items:center;justify-content:space-between;gap:1rem;
      padding:16px 18px;
      color:var(--text);
      font-weight:900;
      text-align:left;
      background:transparent;
      border:0;
    }
    .faq-answer{display:none;padding:0 18px 18px;color:var(--muted);font-size:.96rem}
    .faq-item.open{border-color:rgba(243,213,138,.55);background:rgba(215,181,109,.06)}
    .faq-item.open .faq-answer{display:block}
    .faq-icon{color:#ffe59d;font-size:1.25rem;transition:transform .2s ease}
    .faq-item.open .faq-icon{transform:rotate(45deg)}
    .site-footer{
      border-top:1px solid rgba(215,181,109,.22);
      background:rgba(5,4,7,.82);
      padding:44px 0 26px;
      margin-top:34px;
    }
    .footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:28px}
    .footer-title{font-weight:950;font-size:1.08rem;margin-bottom:12px}
    .footer-link{display:block;color:#c8bda6;margin:7px 0;transition:color .2s ease,transform .2s ease}
    .footer-link:hover{color:#ffe59d;transform:translateX(3px)}
    .copyright{margin-top:28px;padding-top:20px;border-top:1px solid rgba(215,181,109,.13);color:#9e927d;font-size:.9rem;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
    @media (max-width:1024px){
      .hero-grid,.info-layout,.faq-grid{grid-template-columns:1fr}
      .hero-panel{min-height:auto}
      .highlight-wall{grid-template-columns:1fr 1fr}
      .highlight-card.large{grid-row:auto;grid-column:1/-1;min-height:260px}
      .steps{grid-template-columns:repeat(2,1fr)}
      .side-card{position:static}
      .trend{margin-left:0}
    }
    @media (max-width:768px){
      .site-container{width:min(100% - 24px,1280px)}
      .brand-row{min-height:60px}
      .brand-name{font-size:.98rem}
      .search-box{display:none}
      .menu-toggle{display:inline-flex}
      .quick-btn{display:none}
      .channel-inner{padding-bottom:2px}
      .hero{padding-top:22px}
      .hero-panel{padding:24px}
      .hero-entry{grid-template-columns:1fr}
      .rank-panel{padding:20px}
      .countdown-strip{grid-template-columns:1fr}
      .highlight-wall{grid-template-columns:1fr}
      .section{padding:54px 0}
      .section-head{display:block}
      .news-item{grid-template-columns:1fr}
      .timeline-item{grid-template-columns:1fr}
      .form-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:520px){
      .btn{width:100%}
      .hero-panel{border-radius:20px}
      .time-box{flex:1;min-width:64px}
      .steps{grid-template-columns:1fr}
      .section-title{font-size:1.55rem}
      .rank-item{grid-template-columns:auto 1fr}
      .rank-score{grid-column:2}
    }

/* roulang page: category1 */
:root {
      --bg: #09070B;
      --bg-2: #120B18;
      --panel: rgba(28, 20, 32, .88);
      --panel-2: rgba(20, 14, 24, .94);
      --gold: #D7B56D;
      --gold-2: #F3D58A;
      --bronze: #A97935;
      --wine: #6D2E5B;
      --teal: #0F6B64;
      --text: #FFF7E6;
      --muted: #C8BDA6;
      --soft: #9E927D;
      --line: rgba(215, 181, 109, .25);
      --line-strong: rgba(243, 213, 138, .58);
      --radius-xl: 24px;
      --radius-lg: 18px;
      --shadow-gold: 0 24px 70px rgba(0, 0, 0, .42), 0 0 0 1px rgba(215, 181, 109, .08);
      --shadow-hover: 0 22px 55px rgba(215, 181, 109, .12), 0 18px 70px rgba(0, 0, 0, .38);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: PingFang SC, Microsoft YaHei, Noto Sans SC, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
      color: var(--text);
      line-height: 1.75;
      background:
        radial-gradient(circle at 8% 5%, rgba(109, 46, 91, .42), transparent 28%),
        radial-gradient(circle at 88% 8%, rgba(15, 107, 100, .23), transparent 26%),
        radial-gradient(circle at 52% 52%, rgba(215, 181, 109, .08), transparent 38%),
        linear-gradient(135deg, #09070B 0%, #120B18 45%, #17101F 100%);
      min-height: 100vh;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: .34;
      background-image:
        linear-gradient(rgba(215, 181, 109, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(215, 181, 109, .05) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 72%);
      z-index: -1;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    button, input, textarea, select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    img, svg {
      max-width: 100%;
      display: block;
    }

    ::selection {
      background: rgba(243, 213, 138, .32);
      color: #fff;
    }

    .site-container {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(9, 7, 11, .88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
    }

    .brand-row {
      min-height: 66px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 10px 0;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .member-emblem {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #1A1108;
      font-weight: 900;
      background:
        radial-gradient(circle at 32% 22%, #FFF0B5, #D7B56D 44%, #8B5E24 100%);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 0 0 4px rgba(215, 181, 109, .12), 0 16px 32px rgba(0,0,0,.32);
      border: 1px solid rgba(255,255,255,.18);
    }

    .brand-name {
      font-weight: 900;
      letter-spacing: -.03em;
      color: var(--text);
      font-size: 18px;
      line-height: 1.15;
      white-space: nowrap;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }

    .search-box {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 330px;
      max-width: 38vw;
      min-height: 42px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(255, 247, 230, .06);
      border: 1px solid rgba(215, 181, 109, .22);
      color: var(--muted);
    }

    .search-box input {
      width: 100%;
      color: var(--text);
      background: transparent;
      border: 0;
      outline: 0;
      font-size: 14px;
    }

    .search-box input::placeholder {
      color: rgba(200, 189, 166, .72);
    }

    .quick-link {
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border-radius: 999px;
      border: 1px solid rgba(215, 181, 109, .32);
      color: var(--gold-2);
      background: rgba(215, 181, 109, .06);
      font-size: 14px;
      white-space: nowrap;
    }

    .quick-link:hover,
    .quick-link:focus {
      background: rgba(215, 181, 109, .14);
      border-color: var(--line-strong);
      transform: translateY(-1px);
    }

    .member-btn,
    .btn-primary {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.18);
      color: #160F08;
      font-weight: 800;
      background: linear-gradient(135deg, #FFF0B5 0%, #D7B56D 48%, #A97935 100%);
      box-shadow: 0 12px 30px rgba(215, 181, 109, .18);
      white-space: nowrap;
    }

    .member-btn:hover,
    .btn-primary:hover,
    .member-btn:focus,
    .btn-primary:focus {
      filter: brightness(1.08);
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(215, 181, 109, .25);
    }

    .btn-secondary {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(215, 181, 109, .38);
      color: var(--gold-2);
      background: rgba(12, 8, 14, .62);
      white-space: nowrap;
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      background: rgba(215, 181, 109, .12);
      border-color: var(--line-strong);
      transform: translateY(-2px);
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 999px;
      border: 1px solid rgba(215, 181, 109, .32);
      background: rgba(255,255,255,.05);
      color: var(--gold-2);
      align-items: center;
      justify-content: center;
    }

    .channel-row {
      border-top: 1px solid rgba(215, 181, 109, .12);
      background: rgba(18, 11, 24, .72);
    }

    .channel-inner {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 46px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .channel-inner::-webkit-scrollbar {
      display: none;
    }

    .nav-link {
      min-height: 34px;
      display: inline-flex;
      align-items: center;
      padding: 0 13px;
      border-radius: 999px;
      font-size: 14px;
      color: var(--muted);
      white-space: nowrap;
      border: 1px solid transparent;
    }

    .nav-link:hover {
      color: var(--gold-2);
      background: rgba(215, 181, 109, .08);
      border-color: rgba(215, 181, 109, .18);
    }

    .nav-link.active {
      color: #160F08;
      background: linear-gradient(135deg, #F3D58A, #D7B56D);
      font-weight: 800;
      box-shadow: 0 10px 24px rgba(215, 181, 109, .16);
    }

    .trend {
      margin-left: auto;
      flex: 0 0 auto;
      color: #EAD9AC;
      font-size: 13px;
      padding: 6px 12px;
      border-left: 1px solid rgba(215, 181, 109, .18);
      white-space: nowrap;
    }

    .page-main {
      padding: 28px 0 0;
    }

    .section {
      padding: 54px 0;
    }

    .category-hero {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid rgba(215, 181, 109, .26);
      background:
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015)),
        radial-gradient(circle at 78% 18%, rgba(243, 213, 138, .19), transparent 26%),
        radial-gradient(circle at 20% 16%, rgba(109, 46, 91, .42), transparent 30%),
        rgba(18, 11, 24, .9);
      box-shadow: var(--shadow-gold);
      padding: 26px;
    }

    .category-hero::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -90px;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      border: 1px solid rgba(243, 213, 138, .18);
      box-shadow: inset 0 0 70px rgba(215, 181, 109, .09);
      pointer-events: none;
    }

    .profile-head {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .profile-avatar {
      width: 88px;
      height: 88px;
      border-radius: 28px;
      display: grid;
      place-items: center;
      color: #160F08;
      font-size: 36px;
      font-weight: 900;
      background:
        linear-gradient(135deg, rgba(255,255,255,.55), transparent 38%),
        radial-gradient(circle at 28% 22%, #FFF4C6, #D7B56D 46%, #7B4A19 100%);
      border: 1px solid rgba(255,255,255,.25);
      box-shadow: 0 18px 42px rgba(0,0,0,.38), 0 0 0 6px rgba(215,181,109,.09);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 5px 11px;
      border-radius: 999px;
      color: var(--gold-2);
      font-size: 13px;
      background: rgba(215, 181, 109, .08);
      border: 1px solid rgba(215, 181, 109, .24);
    }

    .category-title {
      margin: 12px 0 10px;
      font-size: clamp(32px, 5vw, 58px);
      line-height: 1.08;
      letter-spacing: -.055em;
      font-weight: 950;
      color: var(--text);
    }

    .category-desc {
      color: var(--muted);
      max-width: 760px;
      font-size: 16px;
    }

    .hero-actions {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
      min-width: 170px;
    }

    .data-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 24px;
      position: relative;
      z-index: 1;
    }

    .data-badge {
      border-radius: 20px;
      padding: 16px;
      background: rgba(9, 7, 11, .48);
      border: 1px solid rgba(215, 181, 109, .2);
      min-height: 94px;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .data-badge:hover {
      transform: translateY(-3px);
      border-color: rgba(243, 213, 138, .5);
      background: rgba(215, 181, 109, .08);
    }

    .data-number {
      display: block;
      color: var(--gold-2);
      font-size: 28px;
      font-weight: 950;
      line-height: 1;
    }

    .data-label {
      color: var(--muted);
      font-size: 13px;
      margin-top: 8px;
      display: block;
    }

    .filter-panel,
    .content-card,
    .side-card,
    .faq-card,
    .cta-panel {
      border: 1px solid rgba(215, 181, 109, .22);
      background:
        linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
        rgba(18, 11, 24, .84);
      box-shadow: var(--shadow-gold);
      border-radius: var(--radius-xl);
    }

    .filter-panel {
      padding: 18px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 16px;
      align-items: center;
    }

    .filter-tags {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .filter-tag,
    .mini-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 13px;
      border-radius: 999px;
      font-size: 13px;
      color: var(--muted);
      background: rgba(255, 247, 230, .05);
      border: 1px solid rgba(215, 181, 109, .18);
      white-space: nowrap;
    }

    .filter-tag:hover,
    .filter-tag.active {
      color: #160F08;
      background: linear-gradient(135deg, #F3D58A, #D7B56D);
      border-color: transparent;
      font-weight: 800;
    }

    .category-search {
      width: 300px;
      max-width: 100%;
      min-height: 44px;
      border-radius: 16px;
      border: 1px solid rgba(215, 181, 109, .26);
      background: rgba(9, 7, 11, .58);
      color: var(--text);
      padding: 0 14px;
      outline: none;
    }

    .category-search:focus,
    .form-field:focus,
    textarea.form-field:focus {
      border-color: var(--gold-2);
      box-shadow: 0 0 0 4px rgba(215, 181, 109, .12);
    }

    .main-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.9fr) minmax(300px, .9fr);
      gap: 22px;
      align-items: start;
    }

    .list-stack {
      display: grid;
      gap: 16px;
    }

    .content-card {
      padding: 20px;
      position: relative;
      overflow: hidden;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .content-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 18px;
      width: 4px;
      height: 54px;
      border-radius: 99px;
      background: linear-gradient(to bottom, #F3D58A, #A97935);
    }

    .content-card:hover {
      transform: translateY(-3px);
      border-color: rgba(243, 213, 138, .48);
      box-shadow: var(--shadow-hover);
    }

    .card-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 10px;
    }

    .access-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 5px 10px;
      color: #FFE7A3;
      font-size: 12px;
      border: 1px solid rgba(243, 213, 138, .32);
      background: rgba(215, 181, 109, .08);
      white-space: nowrap;
    }

    .content-title {
      font-size: 21px;
      font-weight: 900;
      line-height: 1.36;
      letter-spacing: -.025em;
      margin: 8px 0;
      color: #FFF8EA;
    }

    .content-title a:hover {
      color: var(--gold-2);
    }

    .content-summary {
      color: var(--muted);
      font-size: 15px;
      margin: 0 0 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .card-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-top: 14px;
      border-top: 1px solid rgba(215, 181, 109, .14);
      color: var(--soft);
      font-size: 13px;
    }

    .text-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--gold-2);
      font-weight: 800;
    }

    .text-link:hover {
      transform: translateX(3px);
    }

    .sidebar {
      display: grid;
      gap: 16px;
      position: sticky;
      top: 126px;
    }

    .side-card {
      padding: 20px;
    }

    .side-title,
    .section-title {
      font-weight: 950;
      letter-spacing: -.035em;
      color: #FFF8EA;
    }

    .side-title {
      font-size: 18px;
      margin-bottom: 12px;
    }

    .section-title {
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.16;
    }

    .section-subtitle {
      color: var(--muted);
      max-width: 760px;
      margin-top: 10px;
    }

    .benefit-mini-list {
      display: grid;
      gap: 10px;
    }

    .benefit-mini-list li {
      display: flex;
      gap: 10px;
      color: var(--muted);
      font-size: 14px;
    }

    .benefit-mini-list .dot {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #160F08;
      background: linear-gradient(135deg, #F3D58A, #A97935);
      font-size: 12px;
      font-weight: 900;
      margin-top: 2px;
    }

    .hot-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .hot-grid a:hover {
      color: #160F08;
      background: linear-gradient(135deg, #F3D58A, #D7B56D);
      border-color: transparent;
      transform: translateY(-1px);
    }

    .compare-wrap {
      overflow-x: auto;
      border-radius: 24px;
      border: 1px solid rgba(215, 181, 109, .22);
      box-shadow: var(--shadow-gold);
      background: rgba(18, 11, 24, .82);
    }

    .compare-table {
      width: 100%;
      min-width: 820px;
      border-collapse: collapse;
      color: var(--muted);
    }

    .compare-table th,
    .compare-table td {
      padding: 18px;
      border-bottom: 1px solid rgba(215, 181, 109, .14);
      border-right: 1px solid rgba(215, 181, 109, .12);
      text-align: left;
      vertical-align: middle;
    }

    .compare-table th {
      color: #FFF8EA;
      background: rgba(9, 7, 11, .58);
      font-weight: 900;
    }

    .compare-table tr:last-child td {
      border-bottom: 0;
    }

    .check {
      color: var(--gold-2);
      font-weight: 950;
    }

    .pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 22px;
      flex-wrap: wrap;
    }

    .page-item {
      min-width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      border: 1px solid rgba(215, 181, 109, .2);
      color: var(--muted);
      background: rgba(255,255,255,.04);
    }

    .page-item:hover,
    .page-item.active {
      color: #160F08;
      border-color: transparent;
      background: linear-gradient(135deg, #F3D58A, #D7B56D);
      font-weight: 900;
    }

    .faq-layout {
      display: grid;
      grid-template-columns: 300px minmax(0, 1fr);
      gap: 20px;
      align-items: start;
    }

    .faq-index {
      padding: 18px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(215, 181, 109, .2);
      background: rgba(18, 11, 24, .7);
    }

    .faq-index a {
      display: flex;
      min-height: 42px;
      align-items: center;
      padding: 0 12px;
      border-radius: 14px;
      color: var(--muted);
      margin-bottom: 6px;
    }

    .faq-index a:hover,
    .faq-index a.active {
      color: var(--gold-2);
      background: rgba(215, 181, 109, .08);
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-card {
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      min-height: 58px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      color: #FFF8EA;
      background: transparent;
      border: 0;
      padding: 18px 20px;
      text-align: left;
      font-weight: 900;
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      flex: 0 0 28px;
      display: grid;
      place-items: center;
      color: #160F08;
      background: linear-gradient(135deg, #F3D58A, #A97935);
      font-weight: 950;
    }

    .faq-answer {
      display: none;
      color: var(--muted);
      padding: 0 20px 20px;
      border-top: 1px solid rgba(215, 181, 109, .12);
    }

    .faq-card.open {
      border-color: rgba(243, 213, 138, .48);
      background: rgba(215, 181, 109, .055);
    }

    .faq-card.open .faq-answer {
      display: block;
      padding-top: 16px;
    }

    .faq-card.open .faq-icon {
      transform: rotate(45deg);
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      padding: 28px;
    }

    .cta-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 85% 12%, rgba(243, 213, 138, .18), transparent 24%),
        radial-gradient(circle at 10% 80%, rgba(15, 107, 100, .18), transparent 28%);
      pointer-events: none;
    }

    .cta-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
      gap: 24px;
      align-items: start;
    }

    .step-list {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .step-item {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px;
      border-radius: 18px;
      border: 1px solid rgba(215, 181, 109, .16);
      background: rgba(9, 7, 11, .38);
    }

    .step-no {
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #160F08;
      font-weight: 950;
      background: linear-gradient(135deg, #F3D58A, #A97935);
    }

    .form-card {
      padding: 20px;
      border-radius: 24px;
      border: 1px solid rgba(243, 213, 138, .28);
      background: rgba(9, 7, 11, .48);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .form-field {
      width: 100%;
      min-height: 48px;
      border: 1px solid rgba(215, 181, 109, .22);
      background: rgba(255,255,255,.055);
      color: var(--text);
      border-radius: 16px;
      padding: 0 14px;
      outline: 0;
    }

    textarea.form-field {
      min-height: 108px;
      padding: 12px 14px;
      resize: vertical;
      grid-column: 1 / -1;
    }

    .site-footer {
      margin-top: 62px;
      padding: 48px 0 24px;
      border-top: 1px solid rgba(215, 181, 109, .24);
      background:
        linear-gradient(180deg, rgba(18, 11, 24, .72), rgba(9, 7, 11, .95));
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.5fr) minmax(180px, .55fr) minmax(210px, .65fr);
      gap: 30px;
    }

    .footer-title {
      color: #FFF8EA;
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 12px;
    }

    .footer-link {
      display: block;
      width: fit-content;
      color: #c8bda6;
      margin: 8px 0;
      font-size: 14px;
    }

    .footer-link:hover {
      color: var(--gold-2);
      transform: translateX(2px);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      margin-top: 30px;
      padding-top: 18px;
      border-top: 1px solid rgba(215, 181, 109, .14);
      color: var(--soft);
      font-size: 13px;
    }

    .focus-visible,
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible {
      outline: 3px solid rgba(243, 213, 138, .45);
      outline-offset: 3px;
    }

    @media (max-width: 1024px) {
      .search-box {
        width: 260px;
        max-width: 32vw;
      }

      .profile-head {
        grid-template-columns: auto minmax(0, 1fr);
      }

      .hero-actions {
        grid-column: 1 / -1;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
      }

      .data-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .main-layout,
      .cta-grid,
      .faq-layout {
        grid-template-columns: 1fr;
      }

      .sidebar {
        position: static;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
      .site-container,
      .channel-inner {
        width: min(100% - 24px, 1180px);
      }

      .brand-row {
        min-height: 60px;
      }

      .brand-name {
        font-size: 16px;
      }

      .header-actions {
        display: none;
        position: absolute;
        left: 12px;
        right: 12px;
        top: 66px;
        padding: 14px;
        border-radius: 22px;
        flex-direction: column;
        align-items: stretch;
        background: rgba(18, 11, 24, .98);
        border: 1px solid rgba(215, 181, 109, .24);
        box-shadow: var(--shadow-gold);
      }

      .header-actions.open {
        display: flex;
      }

      .search-box {
        width: 100%;
        max-width: none;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .channel-row {
        top: 60px;
      }

      .trend {
        margin-left: 0;
      }

      .page-main {
        padding-top: 18px;
      }

      .section {
        padding: 40px 0;
      }

      .category-hero {
        padding: 20px;
        border-radius: 24px;
      }

      .profile-avatar {
        width: 72px;
        height: 72px;
        border-radius: 22px;
        font-size: 30px;
      }

      .profile-head {
        gap: 14px;
      }

      .filter-panel {
        grid-template-columns: 1fr;
      }

      .filter-tags {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
      }

      .category-search {
        width: 100%;
      }

      .content-card,
      .side-card,
      .cta-panel {
        border-radius: 20px;
      }

      .form-grid {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 520px) {
      .member-emblem {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
      }

      .brand span.text-xs {
        display: none;
      }

      .category-title {
        font-size: 32px;
      }

      .data-strip {
        grid-template-columns: 1fr;
      }

      .card-top,
      .card-meta {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions a,
      .btn-primary,
      .btn-secondary {
        width: 100%;
      }

      .copyright {
        flex-direction: column;
      }
    }
