/* roulang page: index */
:root{
      --bg-0:#0f0a14;
      --bg-1:#17101e;
      --bg-2:#201428;
      --bg-3:#2a1c33;
      --panel:#1a1220;
      --panel-2:#24182e;
      --paper:#f2e8d6;
      --paper-2:#e8dcc8;
      --text:#f6f0e6;
      --muted:#c2b4a0;
      --muted-2:#9c8f7d;
      --line:rgba(221, 190, 130, .22);
      --line-2:rgba(180, 147, 72, .36);
      --gold:#d7b164;
      --gold-2:#f0cf87;
      --gold-3:#8a651d;
      --amber:#b9872d;
      --red:#8a3f3a;
      --shadow:0 24px 64px rgba(0,0,0,.42);
      --shadow-soft:0 14px 30px rgba(0,0,0,.28);
      --radius:20px;
      --radius-sm:14px;
      --radius-lg:28px;
      --sidebar:240px;
      --topbar:72px;
      --gap:clamp(18px,2.6vw,30px);
      --section-y:clamp(44px,5vw,88px);
      --container:1280px;
      --ease:cubic-bezier(.2,.7,.2,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Microsoft YaHei","PingFang SC","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(circle at 18% 12%, rgba(121,79,149,.16), transparent 28%),
        radial-gradient(circle at 82% 8%, rgba(214,177,100,.12), transparent 18%),
        radial-gradient(circle at 72% 78%, rgba(114,64,68,.14), transparent 22%),
        linear-gradient(180deg, #0d0912 0%, #130d18 42%, #0f0a14 100%);
      color:var(--text);
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(transparent 0, transparent 97%, rgba(255,255,255,.02) 100%),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.03), transparent 22%),
        radial-gradient(circle at 80% 0%, rgba(255,255,255,.03), transparent 18%),
        radial-gradient(circle at 50% 100%, rgba(255,255,255,.02), transparent 20%);
      opacity:.55;
      mix-blend-mode:screen;
    }
    a{
      color:inherit;
      text-decoration:none;
      transition:color .22s var(--ease), opacity .22s var(--ease), transform .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
    }
    a:hover,a:focus{color:var(--gold-2)}
    img{max-width:100%;display:block}
    button,input,select,textarea{
      font:inherit;
    }
    ::selection{background:rgba(215,177,100,.28);color:#fff}
    .off-canvas-wrapper{
      background:transparent;
      min-height:100vh;
    }

    .mobile-header{
      display:none;
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:blur(16px);
      background:rgba(16,11,20,.82);
      border-bottom:1px solid rgba(221,190,130,.14);
      box-shadow:0 10px 30px rgba(0,0,0,.22);
    }
    .title-bar{
      background:transparent;
      padding:14px 16px;
      align-items:center;
    }
    .title-bar-title{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.04em;
      color:var(--text);
    }
    .title-badge{
      width:30px;
      height:30px;
      border-radius:10px;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.45), transparent 34%),
        linear-gradient(145deg, #7f5d1d, #dbba6a 42%, #7c5b1d 100%);
      box-shadow:0 10px 22px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.18);
      position:relative;
      flex:none;
    }
    .title-badge:after{
      content:"✦";
      position:absolute;
      inset:0;
      display:grid;
      place-items:center;
      color:#2b1b08;
      font-size:17px;
      font-weight:900;
    }
    .menu-button{
      width:42px;
      height:42px;
      border-radius:12px;
      border:1px solid rgba(215,177,100,.25);
      background:rgba(37,25,46,.74);
      color:var(--gold-2);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    }
    .menu-button:hover,.menu-button:focus{
      background:rgba(58,38,69,.92);
      color:#fff;
      border-color:rgba(215,177,100,.45);
    }

    .site-sidebar{
      position:fixed;
      top:0;
      left:0;
      width:var(--sidebar);
      height:100vh;
      z-index:40;
      padding:22px 18px 18px;
      background:
        linear-gradient(180deg, rgba(24,16,31,.98), rgba(15,10,20,.98));
      border-right:1px solid rgba(221,190,130,.16);
      box-shadow:20px 0 50px rgba(0,0,0,.22);
      overflow:auto;
    }
    .site-sidebar:before{
      content:"";
      position:absolute;
      inset:16px 12px;
      border:1px solid rgba(215,177,100,.1);
      border-radius:26px;
      pointer-events:none;
    }
    .brand{
      position:relative;
      padding:14px 12px 18px;
      margin-bottom:18px;
      border-radius:22px;
      background:
        linear-gradient(180deg, rgba(61,41,19,.24), rgba(35,23,42,.26));
      border:1px solid rgba(215,177,100,.18);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    }
    .brand__mark{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:10px;
    }
    .brand__logo{
      width:42px;
      height:42px;
      border-radius:14px;
      background:
        radial-gradient(circle at 35% 30%, rgba(255,255,255,.5), transparent 30%),
        linear-gradient(145deg, #72501b, #e1be75 45%, #8a651d);
      color:#281806;
      display:grid;
      place-items:center;
      font-weight:900;
      box-shadow:0 12px 28px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.18);
      position:relative;
      flex:none;
    }
    .brand__logo:after{
      content:"◇";
      font-size:20px;
      line-height:1;
    }
    .brand__name{
      font-size:18px;
      line-height:1.25;
      font-weight:900;
      letter-spacing:.02em;
      color:var(--text);
    }
    .brand__sub{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .status-stack{
      display:grid;
      gap:10px;
      margin:18px 0 18px;
    }
    .status-pill{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      border-radius:14px;
      padding:11px 12px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(215,177,100,.14);
      color:var(--text);
      font-size:13px;
    }
    .status-pill strong{color:var(--gold-2)}
    .sidebar-nav{
      display:grid;
      gap:10px;
      margin:18px 0 16px;
    }
    .sidebar-nav a{
      display:flex;
      align-items:center;
      gap:12px;
      min-height:48px;
      padding:0 14px;
      border-radius:14px;
      border:1px solid transparent;
      color:var(--muted);
      background:transparent;
      font-size:15px;
      font-weight:700;
    }
    .sidebar-nav a .ico{
      width:22px;
      height:22px;
      border-radius:7px;
      display:grid;
      place-items:center;
      color:var(--gold-2);
      background:rgba(215,177,100,.08);
      border:1px solid rgba(215,177,100,.14);
      font-size:12px;
      flex:none;
    }
    .sidebar-nav a:hover,
    .sidebar-nav a:focus,
    .sidebar-nav a.active{
      color:#fff;
      background:linear-gradient(180deg, rgba(52,34,62,.96), rgba(35,24,43,.94));
      border-color:rgba(215,177,100,.22);
      box-shadow:inset 3px 0 0 var(--gold), 0 12px 24px rgba(0,0,0,.18);
      transform:translateX(2px);
    }
    .sidebar-foot{
      margin-top:18px;
      padding-top:16px;
      border-top:1px solid rgba(221,190,130,.14);
      color:var(--muted-2);
      font-size:12px;
      line-height:1.8;
    }
    .sidebar-foot .small-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 12px;
      border-radius:12px;
      border:1px solid rgba(215,177,100,.24);
      color:var(--gold-2);
      background:rgba(215,177,100,.06);
      margin-top:8px;
    }
    .sidebar-foot .small-btn:hover{background:rgba(215,177,100,.14);color:#fff}

    .off-canvas{
      background:linear-gradient(180deg, rgba(24,16,31,.99), rgba(15,10,20,.99));
      border-right:1px solid rgba(221,190,130,.16);
      color:var(--text);
      padding:22px 18px;
    }

    .site-main{
      margin-left:var(--sidebar);
      min-height:100vh;
    }
    .main-shell{
      max-width:var(--container);
      margin:0 auto;
      padding:24px clamp(16px, 3vw, 34px) 0;
    }
    .section{
      padding:var(--section-y) 0;
      position:relative;
    }
    .section + .section{border-top:1px solid rgba(215,177,100,.08)}
    .section__head{
      margin-bottom:22px;
      position:relative;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--gold-2);
      font-size:13px;
      letter-spacing:.18em;
      text-transform:uppercase;
      font-weight:800;
      margin-bottom:10px;
    }
    .eyebrow:before{
      content:"";
      width:28px;
      height:1px;
      background:linear-gradient(90deg, transparent, var(--gold), transparent);
      display:inline-block;
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(2rem, 4vw, 3.55rem);
      line-height:1.1;
      margin-bottom:16px;
      letter-spacing:.01em;
      font-weight:900;
      text-wrap:balance;
    }
    h2{
      font-size:clamp(1.55rem, 2.8vw, 2.3rem);
      line-height:1.2;
      font-weight:900;
      margin-bottom:12px;
      text-wrap:balance;
    }
    h3{
      font-size:clamp(1.05rem, 1.8vw, 1.4rem);
      font-weight:800;
      line-height:1.25;
      margin-bottom:10px;
    }
    .lead{
      font-size:16px;
      line-height:1.85;
      color:var(--muted);
      margin-bottom:18px;
      max-width:66ch;
    }
    .sublead{
      font-size:14px;
      line-height:1.8;
      color:var(--muted-2);
      margin-bottom:0;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:16px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(215,177,100,.22);
      color:var(--gold-2);
      background:rgba(215,177,100,.06);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .tag.is-strong{
      background:linear-gradient(180deg, rgba(215,177,100,.92), rgba(167,125,37,.9));
      color:#231806;
      border-color:rgba(240,207,135,.6);
    }
    .button{
      border-radius:14px;
      border:1px solid rgba(215,177,100,.28);
      font-weight:800;
      padding:.92rem 1.15rem;
      line-height:1;
      transition:transform .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease);
      cursor:pointer;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
    }
    .button.primary{
      background:linear-gradient(180deg, var(--gold-2), var(--gold));
      color:#231806;
    }
    .button.secondary{
      background:rgba(33,22,41,.7);
      color:var(--text);
    }
    .button.ghost{
      background:transparent;
      color:var(--gold-2);
    }
    .button:hover,.button:focus{
      transform:translateY(-1px);
      box-shadow:0 14px 26px rgba(0,0,0,.28);
    }
    .button.primary:hover,.button.primary:focus{
      background:linear-gradient(180deg, #f5d78f, #ddb962);
      color:#1f1405;
    }
    .button.secondary:hover,.button.secondary:focus{
      background:rgba(56,38,69,.96);
      color:#fff;
      border-color:rgba(215,177,100,.44);
    }
    .button.ghost:hover,.button.ghost:focus{
      background:rgba(215,177,100,.08);
      color:#fff;
    }
    .button-group-wrap{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:22px;
    }

    .panel{
      position:relative;
      border-radius:var(--radius);
      overflow:hidden;
      border:1px solid rgba(215,177,100,.16);
      background:linear-gradient(180deg, rgba(32,21,40,.94), rgba(18,12,24,.95));
      box-shadow:var(--shadow-soft);
    }
    .panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:
        linear-gradient(135deg, rgba(255,255,255,.06), transparent 22%),
        linear-gradient(315deg, rgba(215,177,100,.08), transparent 30%);
      opacity:.8;
    }
    .panel-inner{position:relative; z-index:1}
    .paper-panel{
      background:linear-gradient(180deg, #f3ead8, #e8dcc8);
      color:#2d2214;
      border:1px solid rgba(138,101,29,.25);
      box-shadow:0 18px 40px rgba(0,0,0,.24);
    }
    .paper-panel .muted{color:#6f5a43}
    .dark-card{
      border-radius:18px;
      border:1px solid rgba(215,177,100,.16);
      background:linear-gradient(180deg, rgba(35,24,43,.98), rgba(24,16,31,.94));
      box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 18px 34px rgba(0,0,0,.26);
      position:relative;
      overflow:hidden;
    }
    .dark-card:after{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:linear-gradient(135deg, rgba(255,255,255,.05), transparent 26%);
    }
    .dark-card:hover{
      border-color:rgba(215,177,100,.36);
      transform:translateY(-2px);
      box-shadow:0 24px 38px rgba(0,0,0,.3);
    }
    .dark-card, .paper-panel, .panel{
      transition:transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
    }
    .card-pad{padding:20px}
    .card-pad-lg{padding:26px}
    .mini-label{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
      background:rgba(215,177,100,.08);
      color:var(--gold-2);
      border:1px solid rgba(215,177,100,.18);
      margin-bottom:12px;
    }
    .muted{color:var(--muted)}
    .muted-2{color:var(--muted-2)}
    .divider{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(215,177,100,.3), transparent);
      margin:18px 0;
    }
    .fine-line{
      display:block;
      width:68px;
      height:3px;
      border-radius:99px;
      background:linear-gradient(90deg, var(--gold), transparent);
      margin-top:10px;
    }

    .hero{
      padding-top:22px;
    }
    .hero-shell{
      border-radius:28px;
      overflow:hidden;
      border:1px solid rgba(215,177,100,.18);
      background:
        radial-gradient(circle at 16% 14%, rgba(215,177,100,.12), transparent 30%),
        radial-gradient(circle at 78% 20%, rgba(121,79,149,.2), transparent 24%),
        linear-gradient(145deg, rgba(21,14,28,.95), rgba(13,9,18,.95));
      box-shadow:0 28px 70px rgba(0,0,0,.35);
      position:relative;
    }
    .hero-shell:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(120deg, rgba(255,255,255,.05), transparent 20%),
        linear-gradient(300deg, rgba(215,177,100,.05), transparent 24%);
      pointer-events:none;
    }
    .hero-grid{position:relative; z-index:1}
    .hero-copy{
      padding:clamp(24px, 4vw, 44px);
    }
    .hero-copy .lead{font-size:17px;max-width:62ch}
    .hero-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(215,177,100,.24);
      background:rgba(215,177,100,.08);
      color:var(--gold-2);
      font-size:13px;
      font-weight:800;
      margin-bottom:14px;
    }
    .hero-kicker .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--gold-2);
      box-shadow:0 0 0 6px rgba(215,177,100,.12);
    }
    .trust-line{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
      color:var(--muted);
      font-size:13px;
    }
    .trust-line span{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:12px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(215,177,100,.12);
    }
    .hero-bento{
      padding:clamp(18px, 3vw, 28px);
      display:grid;
      gap:16px;
      align-content:start;
    }
    .bento-main{
      min-height:260px;
      padding:24px;
      border-radius:24px;
      background:
        radial-gradient(circle at 70% 20%, rgba(215,177,100,.14), transparent 22%),
        radial-gradient(circle at 20% 80%, rgba(123,83,154,.16), transparent 20%),
        linear-gradient(180deg, rgba(43,29,53,.98), rgba(24,16,31,.96));
      border:1px solid rgba(215,177,100,.18);
      position:relative;
      overflow:hidden;
    }
    .bento-main:before{
      content:"";
      position:absolute;
      inset:16px;
      border-radius:20px;
      border:1px solid rgba(215,177,100,.09);
      pointer-events:none;
    }
    .bento-main h3{
      font-size:1.22rem;
      margin-bottom:8px;
    }
    .bento-main p{
      color:var(--muted);
      line-height:1.8;
      font-size:14px;
      max-width:36ch;
      margin-bottom:0;
    }
    .bento-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }
    .bento-tile{
      min-height:128px;
      padding:18px;
      border-radius:20px;
      background:linear-gradient(180deg, rgba(29,20,37,.96), rgba(19,12,25,.95));
      border:1px solid rgba(215,177,100,.16);
    }
    .bento-tile h4{
      margin-bottom:8px;
      font-size:1.02rem;
    }
    .bento-tile p{
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
      margin-bottom:0;
    }
    .cta-strip{
      margin-top:16px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(215,177,100,.14);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .cta-strip strong{color:#fff}
    .cta-strip small{color:var(--muted)}

    .service-layout{
      display:grid;
      gap:18px;
    }
    .service-grid{
      display:grid;
      gap:18px;
    }
    .service-main{
      min-height:100%;
    }
    .service-main .card-pad-lg p{line-height:1.85}
    .service-list{
      display:grid;
      gap:14px;
    }
    .service-item{
      display:flex;
      gap:14px;
      align-items:flex-start;
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(215,177,100,.12);
    }
    .service-item .mark{
      width:36px;height:36px;border-radius:12px;
      background:linear-gradient(180deg, rgba(215,177,100,.96), rgba(148,109,34,.92));
      color:#261707;
      display:grid;
      place-items:center;
      font-weight:900;
      flex:none;
      box-shadow:0 12px 22px rgba(0,0,0,.18);
    }
    .service-item h4{
      font-size:1rem;
      margin-bottom:6px;
    }
    .service-item p{
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
      margin-bottom:0;
    }
    .update-box{
      padding:18px;
    }
    .update-list{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .update-list li a{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:flex-start;
      padding:12px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(215,177,100,.12);
    }
    .update-list li a:hover{
      background:rgba(215,177,100,.08);
      border-color:rgba(215,177,100,.24);
      transform:translateX(2px);
    }
    .update-list .title{
      color:#fff;
      font-size:14px;
      line-height:1.55;
      font-weight:700;
      flex:1;
    }
    .update-list .time{
      color:var(--gold-2);
      font-size:12px;
      white-space:nowrap;
      flex:none;
    }

    .stats-wrap{
      border-radius:28px;
      overflow:hidden;
      background:
        linear-gradient(180deg, rgba(243,234,216,.06), rgba(243,234,216,.02)),
        linear-gradient(145deg, rgba(18,12,24,.95), rgba(26,17,32,.98));
      border:1px solid rgba(215,177,100,.16);
      box-shadow:var(--shadow);
      padding:22px;
    }
    .stats-board{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:16px;
    }
    .stat-card{
      padding:20px;
      border-radius:18px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(215,177,100,.14);
      position:relative;
      overflow:hidden;
    }
    .stat-card:before{
      content:"";
      position:absolute;
      left:0;right:0;top:0;
      height:3px;
      background:linear-gradient(90deg, var(--gold), transparent);
    }
    .stat-card .num{
      display:block;
      font-size:clamp(1.8rem, 3vw, 2.5rem);
      line-height:1;
      font-weight:900;
      color:var(--gold-2);
      margin-bottom:8px;
    }
    .stat-card .cap{
      display:block;
      color:#fff;
      font-weight:800;
      margin-bottom:8px;
      font-size:14px;
    }
    .stat-card p{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .meter-line{
      margin-top:18px;
      display:grid;
      gap:10px;
    }
    .meter{
      display:grid;
      grid-template-columns:88px 1fr 58px;
      align-items:center;
      gap:12px;
      color:var(--muted);
      font-size:13px;
    }
    .meter .track{
      position:relative;
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(215,177,100,.12);
    }
    .meter .fill{
      position:absolute;
      inset:0 auto 0 0;
      width:var(--w, 60%);
      background:linear-gradient(90deg, var(--gold), rgba(215,177,100,.4));
      border-radius:inherit;
    }
    .meter strong{color:#fff}

    .scene-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
      align-items:stretch;
    }
    .scene-card{
      overflow:hidden;
      padding:18px;
    }
    .scene-visual{
      height:150px;
      border-radius:16px;
      margin-bottom:16px;
      background:
        radial-gradient(circle at 30% 30%, rgba(240,207,135,.18), transparent 26%),
        radial-gradient(circle at 70% 60%, rgba(123,83,154,.22), transparent 28%),
        linear-gradient(135deg, rgba(45,30,56,.98), rgba(20,12,26,.96));
      border:1px solid rgba(215,177,100,.16);
      position:relative;
      overflow:hidden;
    }
    .scene-visual:after{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:12px;
      border:1px solid rgba(215,177,100,.08);
    }
    .scene-visual .sigil{
      position:absolute;
      right:14px;
      bottom:10px;
      color:rgba(240,207,135,.8);
      font-size:12px;
      letter-spacing:.2em;
      text-transform:uppercase;
      font-weight:800;
    }
    .scene-card h3{
      margin-bottom:10px;
      font-size:1.08rem;
    }
    .scene-card p{
      color:var(--muted);
      font-size:13px;
      line-height:1.8;
      margin-bottom:14px;
    }
    .chip-list{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:auto;
    }
    .chip{
      display:inline-flex;
      min-height:28px;
      align-items:center;
      padding:0 10px;
      border-radius:999px;
      background:rgba(215,177,100,.08);
      color:var(--gold-2);
      border:1px solid rgba(215,177,100,.14);
      font-size:12px;
      font-weight:700;
    }

    .plan-wrap{
      display:grid;
      grid-template-columns:340px minmax(0,1fr);
      gap:18px;
    }
    .tabs-nav{
      list-style:none;
      margin:0;
      padding:0;
      display:grid;
      gap:10px;
    }
    .tabs-nav li{
      margin:0;
    }
    .tabs-title>a{
      display:flex;
      align-items:flex-start;
      gap:12px;
      min-height:76px;
      padding:16px;
      border-radius:18px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(215,177,100,.14);
      color:var(--muted);
      font-weight:700;
      line-height:1.55;
    }
    .tabs-title>a:hover,
    .tabs-title>a:focus{
      background:rgba(215,177,100,.08);
      border-color:rgba(215,177,100,.28);
      color:#fff;
    }
    .tabs-title.is-active>a{
      color:#1f1405;
      background:linear-gradient(180deg, var(--gold-2), var(--gold));
      border-color:rgba(240,207,135,.8);
      box-shadow:0 18px 24px rgba(0,0,0,.22);
    }
    .plan-panel{
      min-height:100%;
      padding:24px;
      border-radius:22px;
      background:linear-gradient(180deg, rgba(241,232,216,.08), rgba(241,232,216,.03));
      border:1px solid rgba(215,177,100,.18);
    }
    .plan-panel h3{
      margin-bottom:10px;
      font-size:1.28rem;
    }
    .plan-panel p{
      color:var(--muted);
      line-height:1.85;
      font-size:14px;
      margin-bottom:18px;
      max-width:62ch;
    }
    .step-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .step-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px 15px;
      border-radius:16px;
      background:rgba(255,255,255,.03);
      border:1px solid rgba(215,177,100,.12);
    }
    .step-list .step{
      width:30px;
      height:30px;
      border-radius:10px;
      background:linear-gradient(180deg, rgba(215,177,100,.96), rgba(148,109,34,.9));
      color:#281806;
      display:grid;
      place-items:center;
      font-weight:900;
      flex:none;
    }
    .step-list strong{
      display:block;
      margin-bottom:4px;
      color:#fff;
    }
    .step-list span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }

    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(215,177,100,.14);
      background:linear-gradient(180deg, rgba(35,24,43,.92), rgba(22,14,28,.94));
      box-shadow:var(--shadow-soft);
    }
    .accordion-title{
      position:relative;
      color:#fff;
      font-weight:800;
      padding:18px 50px 18px 18px;
      line-height:1.5;
      border:0;
      background:transparent;
    }
    .accordion-title:before{
      content:"";
      position:absolute;
      left:0;top:0;bottom:0;
      width:3px;
      background:linear-gradient(180deg, var(--gold), transparent);
    }
    .accordion-title:after{
      content:"+";
      position:absolute;
      right:18px;
      top:50%;
      transform:translateY(-50%);
      width:26px;
      height:26px;
      border-radius:9px;
      border:1px solid rgba(215,177,100,.22);
      background:rgba(215,177,100,.08);
      color:var(--gold-2);
      display:grid;
      place-items:center;
      font-size:18px;
      font-weight:700;
    }
    .is-active > .accordion-title{
      background:rgba(215,177,100,.08);
      color:#fff;
    }
    .is-active > .accordion-title:after{
      content:"–";
      color:#1f1405;
      background:linear-gradient(180deg, var(--gold-2), var(--gold));
      border-color:transparent;
    }
    .accordion-content{
      border:0;
      color:var(--muted);
      line-height:1.9;
      padding:0 18px 18px;
    }
    .accordion-content p{margin-bottom:0}
    .faq-note{
      margin-top:14px;
      padding:18px;
      border-radius:18px;
      background:rgba(243,234,216,.05);
      border:1px solid rgba(215,177,100,.12);
      color:var(--muted);
      line-height:1.85;
    }

    .contact-grid{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
      gap:18px;
      align-items:start;
    }
    .form-panel{
      padding:24px;
    }
    .field{
      margin-bottom:14px;
    }
    .field label{
      display:block;
      color:#fff;
      font-weight:700;
      margin-bottom:8px;
      font-size:14px;
    }
    .field input,
    .field select,
    .field textarea{
      width:100%;
      border-radius:14px;
      border:1px solid rgba(215,177,100,.18);
      background:rgba(12,8,16,.78);
      color:var(--text);
      min-height:48px;
      padding:0 14px;
      box-shadow:none;
      outline:none;
      transition:border-color .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease);
    }
    .field textarea{
      min-height:132px;
      padding:14px;
      resize:vertical;
      line-height:1.8;
    }
    .field input::placeholder,
    .field textarea::placeholder{
      color:#8f7f6d;
    }
    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      border-color:rgba(240,207,135,.72);
      box-shadow:0 0 0 3px rgba(215,177,100,.16);
      background:rgba(18,12,24,.92);
    }
    .check-line{
      display:flex;
      gap:10px;
      align-items:flex-start;
      margin:14px 0 18px;
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .check-line input{
      margin-top:4px;
      accent-color:#d7b164;
      flex:none;
    }
    .contact-side{
      display:grid;
      gap:16px;
    }
    .tip-card{
      padding:22px;
    }
    .tip-card h3{
      margin-bottom:10px;
      color:#2b1d0b;
    }
    .tip-card p{
      line-height:1.85;
      color:#5f4a30;
      font-size:14px;
      margin-bottom:0;
    }
    .tip-list{
      margin:16px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .tip-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px 0;
      border-top:1px solid rgba(138,101,29,.12);
      color:#59442b;
      font-size:13px;
      line-height:1.7;
    }
    .tip-list li:first-child{border-top:0;padding-top:0}
    .tip-list .dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--amber);
      margin-top:7px;
      flex:none;
    }

    .footer{
      margin-top:24px;
      padding:30px 0 38px;
      border-top:1px solid rgba(215,177,100,.12);
    }
    .footer-shell{
      border-radius:26px;
      background:
        linear-gradient(180deg, rgba(22,15,27,.98), rgba(15,10,20,.98));
      border:1px solid rgba(215,177,100,.14);
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:18px;
      align-items:start;
    }
    .footer-logo{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:12px;
    }
    .footer-logo strong{
      font-size:18px;
      letter-spacing:.02em;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
    }
    .footer-links a{
      min-height:38px;
      display:inline-flex;
      align-items:center;
      padding:0 12px;
      border-radius:12px;
      border:1px solid rgba(215,177,100,.16);
      color:var(--muted);
      background:rgba(255,255,255,.03);
      font-size:13px;
      font-weight:700;
    }
    .footer-links a:hover{color:#fff;background:rgba(215,177,100,.08)}
    .footer-note{
      margin-top:16px;
      padding-top:14px;
      border-top:1px solid rgba(215,177,100,.12);
      color:var(--muted-2);
      display:flex;
      flex-wrap:wrap;
      gap:12px 20px;
      font-size:12px;
      line-height:1.8;
    }

    .reveal{
      border:1px solid rgba(215,177,100,.2);
      border-radius:24px;
      overflow:hidden;
      background:linear-gradient(180deg, rgba(34,23,40,.98), rgba(17,11,22,.99));
      color:var(--text);
      box-shadow:0 28px 80px rgba(0,0,0,.55);
    }
    .reveal .modal-head{
      padding:20px 22px 14px;
      border-bottom:1px solid rgba(215,177,100,.14);
      background:
        radial-gradient(circle at 18% 14%, rgba(215,177,100,.12), transparent 24%),
        linear-gradient(180deg, rgba(49,34,58,.9), rgba(27,19,34,.94));
    }
    .reveal h3{
      margin-bottom:8px;
      font-size:1.35rem;
    }
    .reveal .modal-body{
      padding:22px;
      color:var(--muted);
      line-height:1.9;
    }
    .reveal .modal-body p{margin-bottom:12px}
    .reveal .modal-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .close-button{
      color:var(--gold-2);
      font-size:1.6rem;
      right:14px;
      top:10px;
    }

    .badge-inline{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      padding:7px 12px;
      background:rgba(215,177,100,.08);
      border:1px solid rgba(215,177,100,.14);
      color:var(--gold-2);
      font-size:12px;
      font-weight:800;
    }

    .top-note{
      margin-bottom:16px;
      padding:14px 16px;
      border-radius:16px;
      background:rgba(215,177,100,.08);
      border:1px solid rgba(215,177,100,.18);
      color:var(--text);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
      line-height:1.7;
    }
    .top-note strong{color:var(--gold-2)}
    .top-note .note-actions{display:flex;gap:10px;flex-wrap:wrap}

    .back-top{
      position:fixed;
      right:18px;
      bottom:18px;
      z-index:30;
      width:48px;
      height:48px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:linear-gradient(180deg, rgba(215,177,100,.96), rgba(162,120,36,.94));
      color:#1f1405;
      border:1px solid rgba(240,207,135,.72);
      box-shadow:0 18px 30px rgba(0,0,0,.32);
    }
    .back-top:hover{transform:translateY(-2px)}

    .tabs-content{
      background:transparent;
      border:0;
    }
    .tabs-panel{
      padding:0;
    }

    @media (max-width: 1200px){
      .stats-board{grid-template-columns:repeat(2,minmax(0,1fr))}
      .scene-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .plan-wrap{grid-template-columns:1fr}
      .contact-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width: 1024px){
      .site-sidebar{display:none}
      .site-main{margin-left:0}
      .mobile-header{display:block}
      .main-shell{padding-top:18px}
    }
    @media (max-width: 768px){
      .hero-grid,.service-grid,.contact-grid,.scene-grid,.stats-board,.bento-grid{
        grid-template-columns:1fr;
      }
      .hero-copy{padding:22px}
      .hero-bento{padding:0 22px 22px}
      .stats-wrap{padding:18px}
      .section{padding:52px 0}
      .top-note{align-items:flex-start}
      .back-top{right:14px;bottom:14px}
      .button-group-wrap .button{width:100%;justify-content:center}
      .cta-strip{align-items:flex-start}
      .meter{grid-template-columns:72px 1fr 48px}
    }
    @media (max-width: 520px){
      .main-shell{padding-left:14px;padding-right:14px}
      h1{font-size:2rem}
      h2{font-size:1.4rem}
      .hero-shell,.footer-shell,.stats-wrap,.panel,.dark-card,.paper-panel{border-radius:18px}
      .card-pad,.card-pad-lg{padding:18px}
      .bento-main{min-height:220px;padding:18px}
      .bento-tile{min-height:auto}
      .plan-panel,.form-panel,.tip-card{padding:18px}
      .update-list li a{flex-direction:column}
      .update-list .time{white-space:normal}
      .accordion-title{padding-right:46px}
    }

/* roulang page: category1 */
:root{
      --bg:#110915;
      --bg-2:#1b0e22;
      --panel:#211329;
      --panel-2:#2a1732;
      --paper:#eadfc5;
      --paper-2:#d7c49a;
      --gold:#d7b164;
      --gold-2:#f0ca78;
      --copper:#9d6740;
      --wine:#4b1825;
      --violet:#7b4aa0;
      --text:#f3eadb;
      --text-dark:#2d1d17;
      --muted:#b9a98e;
      --muted-2:#8f7d6b;
      --line:rgba(215,177,100,.24);
      --line-strong:rgba(215,177,100,.48);
      --shadow:0 24px 70px rgba(0,0,0,.48);
      --shadow-soft:0 12px 34px rgba(0,0,0,.32);
      --radius:22px;
      --radius-sm:14px;
      --sidebar:240px;
      --ease:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:"Microsoft YaHei","PingFang SC","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      line-height:1.78;
      background:
        radial-gradient(circle at 18% 8%, rgba(123,74,160,.22), transparent 36%),
        radial-gradient(circle at 88% 18%, rgba(157,103,64,.18), transparent 32%),
        linear-gradient(135deg, #0b0710 0%, var(--bg) 46%, #1b0a11 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.18;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size:38px 38px;
      mask-image:radial-gradient(circle at center, #000 0%, transparent 78%);
      z-index:0;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--gold-2)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font-family:inherit}
    button:focus-visible,a:focus-visible,input:focus,select:focus,textarea:focus{
      outline:2px solid rgba(240,202,120,.72);
      outline-offset:3px;
    }
    .skip-link{
      position:absolute;left:-999px;top:10px;z-index:20;
      padding:10px 14px;border-radius:12px;background:var(--gold);color:#21110b;font-weight:800;
    }
    .skip-link:focus{left:12px}
    .desktop-shell{
      position:fixed;
      top:0;left:0;bottom:0;
      width:var(--sidebar);
      padding:22px 16px;
      background:
        linear-gradient(180deg, rgba(35,19,43,.96), rgba(18,9,22,.98)),
        radial-gradient(circle at top, rgba(215,177,100,.14), transparent 40%);
      border-right:1px solid var(--line);
      box-shadow:18px 0 44px rgba(0,0,0,.36);
      z-index:10;
      display:flex;
      flex-direction:column;
      gap:22px;
    }
    .brand{
      display:flex;align-items:center;gap:12px;
      min-height:58px;
      padding:10px 10px 16px;
      border-bottom:1px solid rgba(215,177,100,.18);
    }
    .brand__logo{
      width:42px;height:42px;flex:0 0 42px;
      border-radius:14px;
      background:
        linear-gradient(135deg, rgba(240,202,120,.95), rgba(113,64,37,.95)),
        radial-gradient(circle at 34% 28%, #fff1bb, transparent 30%);
      position:relative;
      box-shadow:0 0 0 1px rgba(255,255,255,.12), 0 12px 28px rgba(215,177,100,.18);
    }
    .brand__logo:after{
      content:"";
      position:absolute;inset:9px;
      border:1px solid rgba(31,15,20,.62);
      border-radius:50%;
      box-shadow:inset 0 0 0 4px rgba(31,15,20,.18);
    }
    .brand strong{
      font-size:16px;
      line-height:1.35;
      letter-spacing:.03em;
      color:#fff4dc;
    }
    .sidebar-nav{
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .sidebar-nav a{
      min-height:46px;
      display:flex;
      align-items:center;
      gap:11px;
      padding:11px 12px;
      border-radius:15px;
      color:var(--muted);
      font-weight:800;
      border:1px solid transparent;
      position:relative;
    }
    .sidebar-nav a .ico{
      width:26px;height:26px;
      display:inline-flex;align-items:center;justify-content:center;
      border-radius:10px;
      background:rgba(255,255,255,.045);
      color:var(--gold);
      font-size:15px;
    }
    .sidebar-nav a:hover{
      color:var(--text);
      background:rgba(215,177,100,.07);
      border-color:rgba(215,177,100,.16);
      transform:translateX(2px);
    }
    .sidebar-nav a.active{
      color:#fff4dc;
      background:linear-gradient(90deg, rgba(215,177,100,.16), rgba(80,38,96,.26));
      border-color:rgba(215,177,100,.26);
      box-shadow:inset 3px 0 0 var(--gold);
    }
    .side-tip{
      margin-top:auto;
      padding:14px;
      border:1px solid rgba(215,177,100,.18);
      border-radius:18px;
      background:rgba(0,0,0,.18);
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .mobile-top{
      display:none;
      position:sticky;
      top:0;
      z-index:12;
      padding:10px 14px;
      background:rgba(17,9,21,.94);
      backdrop-filter:blur(14px);
      border-bottom:1px solid var(--line);
    }
    .mobile-bar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .menu-button{
      width:44px;height:44px;
      border-radius:14px;
      border:1px solid var(--line);
      color:var(--gold-2);
      background:rgba(255,255,255,.04);
      font-size:24px;
      cursor:pointer;
    }
    .off-canvas{
      background:linear-gradient(180deg, #1a0d21, #0e0712);
      color:var(--text);
      border-right:1px solid var(--line);
      padding:20px 14px;
    }
    .page{
      position:relative;
      z-index:1;
      margin-left:var(--sidebar);
      min-height:100vh;
    }
    .container{
      width:min(1220px, calc(100% - 44px));
      margin-inline:auto;
    }
    .status-strip{
      padding:14px 0 0;
    }
    .status-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:11px 14px;
      border:1px solid rgba(215,177,100,.16);
      border-radius:18px;
      background:rgba(255,255,255,.035);
      color:var(--muted);
      font-size:13px;
    }
    .status-inner strong{color:var(--gold-2)}
    .section{
      padding:74px 0;
      position:relative;
    }
    .section.compact{padding:48px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(215,177,100,.24);
      border-radius:999px;
      color:var(--gold-2);
      background:rgba(215,177,100,.07);
      font-weight:900;
      font-size:13px;
      letter-spacing:.08em;
    }
    .eyebrow:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--gold);
      box-shadow:0 0 18px var(--gold);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      margin:18px 0 16px;
      font-size:clamp(30px, 4vw, 52px);
      line-height:1.14;
      letter-spacing:.02em;
      color:#fff5df;
      text-shadow:0 10px 34px rgba(0,0,0,.55);
    }
    h2{
      margin:12px 0 12px;
      font-size:clamp(26px, 3vw, 36px);
      line-height:1.22;
      color:#fff1d2;
    }
    h3{
      font-size:21px;
      line-height:1.36;
      color:#fff0d2;
      margin-bottom:10px;
    }
    .lead{
      max-width:72ch;
      color:#d5c7ae;
      font-size:16px;
      line-height:1.9;
    }
    .muted{color:var(--muted)}
    .category-hero{
      padding:48px 0 36px;
    }
    .hero-panel{
      position:relative;
      overflow:hidden;
      border:1px solid var(--line-strong);
      border-radius:30px;
      background:
        linear-gradient(135deg, rgba(40,20,49,.96), rgba(18,9,22,.96) 52%, rgba(65,20,31,.9)),
        radial-gradient(circle at 78% 22%, rgba(240,202,120,.22), transparent 34%);
      box-shadow:var(--shadow);
      padding:34px;
    }
    .hero-panel:before{
      content:"";
      position:absolute;inset:16px;
      border:1px solid rgba(215,177,100,.14);
      border-radius:24px;
      pointer-events:none;
    }
    .hero-panel:after{
      content:"";
      position:absolute;
      right:-80px;top:-90px;
      width:260px;height:260px;
      border:1px solid rgba(215,177,100,.15);
      border-radius:50%;
      box-shadow:inset 0 0 0 28px rgba(215,177,100,.025), 0 0 80px rgba(215,177,100,.08);
    }
    .hero-content{position:relative;z-index:1}
    .filter-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid rgba(215,177,100,.28);
      color:#ead8ad;
      background:rgba(10,5,12,.36);
      font-size:13px;
      font-weight:800;
      transition:var(--ease);
    }
    .tag:hover,.tag.is-active{
      color:#20110b;
      background:linear-gradient(135deg, var(--gold-2), var(--gold));
      border-color:transparent;
      transform:translateY(-1px);
    }
    .preview-card{
      border:1px solid rgba(215,177,100,.24);
      border-radius:24px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
        radial-gradient(circle at top right, rgba(215,177,100,.14), transparent 48%);
      padding:18px;
      box-shadow:var(--shadow-soft);
    }
    .cover{
      min-height:210px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(215,177,100,.22);
      background:
        radial-gradient(circle at 35% 20%, rgba(240,202,120,.36), transparent 22%),
        radial-gradient(circle at 70% 72%, rgba(123,74,160,.38), transparent 28%),
        linear-gradient(135deg, #321533, #120914 60%, #4a1824);
      position:relative;
      display:flex;
      align-items:flex-end;
      padding:18px;
    }
    .cover:before{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(180deg, transparent 0%, rgba(0,0,0,.62) 100%);
    }
    .cover-text{
      position:relative;
      z-index:1;
    }
    .cover-text b{display:block;color:#fff2d6;font-size:22px}
    .cover-text span{color:#d8c9ad;font-size:13px}
    .countdown{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      gap:10px;
      margin:14px 0;
    }
    .timebox{
      text-align:center;
      padding:12px 8px;
      border-radius:16px;
      background:rgba(0,0,0,.28);
      border:1px solid rgba(215,177,100,.16);
    }
    .timebox strong{
      display:block;
      color:var(--gold-2);
      font-size:24px;
      line-height:1.1;
    }
    .timebox span{
      color:var(--muted);
      font-size:12px;
    }
    .button,.btn{
      display:inline-flex!important;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:12px 18px!important;
      border-radius:15px!important;
      border:1px solid transparent!important;
      font-weight:900!important;
      letter-spacing:.02em;
      line-height:1.1!important;
      cursor:pointer;
      transition:var(--ease);
      margin:0;
    }
    .btn-primary,.button.primary{
      color:#21120b!important;
      background:linear-gradient(135deg, var(--gold-2), var(--gold) 62%, #a8743c)!important;
      box-shadow:0 14px 28px rgba(215,177,100,.18);
    }
    .btn-primary:hover,.button.primary:hover{
      transform:translateY(-2px);
      filter:brightness(1.06);
      box-shadow:0 18px 34px rgba(215,177,100,.25);
    }
    .btn-ghost{
      color:var(--gold-2)!important;
      background:rgba(255,255,255,.035)!important;
      border-color:rgba(215,177,100,.32)!important;
    }
    .btn-ghost:hover{
      color:#21120b!important;
      background:var(--gold)!important;
      transform:translateY(-2px);
    }
    .toolbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      flex-wrap:wrap;
      gap:14px;
      margin-bottom:24px;
      padding:16px;
      border-radius:22px;
      border:1px solid rgba(215,177,100,.18);
      background:rgba(255,255,255,.035);
    }
    .select-wrap select{
      height:42px;
      min-width:170px;
      border-radius:14px;
      border:1px solid rgba(215,177,100,.26);
      color:var(--text);
      background:#1b0e22;
      font-weight:800;
      margin:0;
    }
    .card{
      position:relative;
      height:100%;
      border:1px solid rgba(215,177,100,.2);
      border-radius:22px;
      background:
        linear-gradient(180deg, rgba(43,23,52,.92), rgba(26,13,31,.92)),
        radial-gradient(circle at top right, rgba(215,177,100,.1), transparent 42%);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:var(--ease);
    }
    .card:hover{
      transform:translateY(-5px);
      border-color:rgba(240,202,120,.48);
      box-shadow:0 24px 48px rgba(0,0,0,.38);
    }
    .card-media{
      height:150px;
      background:
        radial-gradient(circle at 26% 24%, rgba(240,202,120,.26), transparent 28%),
        radial-gradient(circle at 82% 72%, rgba(123,74,160,.34), transparent 30%),
        linear-gradient(135deg, #3a1830, #150b18 62%, #342016);
      border-bottom:1px solid rgba(215,177,100,.18);
      position:relative;
    }
    .card-media:after{
      content:attr(data-label);
      position:absolute;
      left:14px;bottom:14px;
      padding:6px 10px;
      border-radius:999px;
      color:#1d100a;
      background:rgba(240,202,120,.92);
      font-weight:900;
      font-size:12px;
    }
    .card-body{padding:20px}
    .meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--muted-2);
      font-size:12px;
      font-weight:800;
      margin:12px 0 16px;
    }
    .card p{
      color:#cfc0a8;
      font-size:14px;
      margin-bottom:16px;
    }
    .featured-card{
      display:grid;
      grid-template-columns:1.05fr 1.25fr;
      min-height:260px;
      margin-bottom:22px;
      border-radius:26px;
      border:1px solid rgba(215,177,100,.3);
      background:linear-gradient(135deg, rgba(234,223,197,.96), rgba(198,178,133,.94));
      color:var(--text-dark);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .featured-visual{
      background:
        radial-gradient(circle at 32% 22%, rgba(240,202,120,.52), transparent 28%),
        radial-gradient(circle at 76% 72%, rgba(75,24,37,.46), transparent 35%),
        linear-gradient(135deg, #32172d, #120a14);
      min-height:260px;
      position:relative;
      display:flex;
      align-items:flex-end;
      padding:24px;
    }
    .featured-visual span{
      position:relative;
      z-index:1;
      color:#fff0cf;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(0,0,0,.38);
      border:1px solid rgba(215,177,100,.32);
      font-weight:900;
    }
    .featured-body{
      padding:28px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .featured-body h2,.featured-body h3{
      color:#2f1b12;
    }
    .featured-body p{color:#5b4532}
    .data-panel{
      border:1px solid rgba(215,177,100,.24);
      border-radius:26px;
      background:rgba(255,255,255,.035);
      padding:22px;
    }
    .metric{
      padding:18px;
      border-radius:20px;
      background:rgba(0,0,0,.22);
      border:1px solid rgba(215,177,100,.16);
      height:100%;
    }
    .metric strong{
      display:block;
      font-size:34px;
      color:var(--gold-2);
      line-height:1.1;
    }
    .metric span{color:var(--muted);font-size:13px;font-weight:800}
    .steps{
      counter-reset:step;
      display:grid;
      gap:14px;
    }
    .step{
      counter-increment:step;
      display:grid;
      grid-template-columns:44px 1fr;
      gap:14px;
      align-items:start;
      padding:18px;
      border-radius:20px;
      border:1px solid rgba(215,177,100,.18);
      background:rgba(255,255,255,.035);
    }
    .step:before{
      content:counter(step);
      width:44px;height:44px;border-radius:15px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg, var(--gold-2), var(--gold));
      color:#21110b;
      font-weight:900;
    }
    .paper-box{
      border-radius:24px;
      background:
        linear-gradient(135deg, rgba(234,223,197,.98), rgba(211,190,147,.96));
      color:var(--text-dark);
      border:1px solid rgba(255,234,178,.44);
      box-shadow:var(--shadow-soft);
      padding:26px;
    }
    .paper-box h2,.paper-box h3{color:#321e13}
    .paper-box p,.paper-box li{color:#5d4734}
    .accordion{
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border:1px solid rgba(89,59,35,.22);
      border-radius:18px;
      overflow:hidden;
      background:rgba(255,255,255,.26);
    }
    .accordion-title{
      padding:18px 48px 18px 18px;
      color:#321e13;
      font-weight:900;
      font-size:16px;
      border:0;
      background:rgba(255,255,255,.18);
    }
    .accordion-title:hover,.accordion-title:focus{
      background:rgba(215,177,100,.22);
      color:#321e13;
    }
    .accordion-title:before{color:#6d4424}
    .accordion-content{
      border:0;
      background:rgba(255,255,255,.18);
      color:#5d4734;
      line-height:1.85;
    }
    .pagination{
      display:flex;
      justify-content:center;
      gap:8px;
      margin:32px 0 0;
    }
    .pagination a,.pagination .current{
      min-width:40px;
      height:40px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:14px;
      border:1px solid rgba(215,177,100,.22);
      background:rgba(255,255,255,.035);
      color:var(--muted);
      font-weight:900;
      transition:var(--ease);
    }
    .pagination a:hover,.pagination .current{
      background:var(--gold);
      color:#21110b;
      transform:translateY(-2px);
    }
    .cta-panel{
      position:relative;
      overflow:hidden;
      border-radius:28px;
      border:1px solid rgba(215,177,100,.32);
      padding:30px;
      background:
        radial-gradient(circle at 84% 18%, rgba(240,202,120,.18), transparent 30%),
        linear-gradient(135deg, rgba(44,21,52,.94), rgba(26,10,16,.94));
      box-shadow:var(--shadow);
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }
    .footer{
      padding:38px 0 42px;
    }
    .footer-shell{
      width:min(1220px, calc(100% - 44px));
      margin-inline:auto;
      border-top:1px solid rgba(215,177,100,.28);
      border-radius:26px;
      background:linear-gradient(180deg, rgba(25,13,31,.88), rgba(11,7,13,.9));
      padding:28px;
      box-shadow:var(--shadow-soft);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .7fr;
      gap:28px;
      align-items:start;
    }
    .footer-logo{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff4dc;
      margin-bottom:12px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px;
    }
    .footer-links a{
      min-height:38px;
      display:inline-flex;
      align-items:center;
      padding:0 12px;
      border-radius:12px;
      border:1px solid rgba(215,177,100,.16);
      color:var(--muted);
      background:rgba(255,255,255,.03);
      font-size:13px;
      font-weight:800;
    }
    .footer-links a:hover{color:#21110b;background:var(--gold)}
    .footer-note{
      margin-top:22px;
      padding-top:18px;
      border-top:1px solid rgba(215,177,100,.14);
      display:flex;
      flex-wrap:wrap;
      gap:10px 18px;
      color:#9f907a;
      font-size:13px;
    }
    .privacy-trigger:hover{
      color:#21110b!important;
      background:var(--gold)!important;
      border-color:transparent!important;
    }
    @media (max-width:1024px){
      :root{--sidebar:0px}
      .desktop-shell{display:none}
      .mobile-top{display:block}
      .page{margin-left:0}
      .container,.footer-shell{width:min(100% - 30px, 920px)}
      .section{padding:58px 0}
      .hero-panel{padding:24px}
    }
    @media (max-width:768px){
      .status-inner{align-items:flex-start;flex-direction:column}
      .featured-card{grid-template-columns:1fr}
      .featured-visual{min-height:190px}
      .toolbar{align-items:stretch;flex-direction:column}
      .select-wrap select{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media (max-width:520px){
      .brand strong{font-size:14px}
      h1{font-size:30px}
      .hero-panel{padding:20px;border-radius:24px}
      .countdown{grid-template-columns:1fr 1fr 1fr}
      .timebox strong{font-size:20px}
      .button,.btn{width:100%}
      .cta-actions{display:grid}
      .filter-row{gap:8px}
      .tag{font-size:12px}
    }
