/* roulang page: index */
:root{
      --bg:#090A12;
      --bg-2:#10111F;
      --panel:#171827;
      --panel-2:#1D1B2F;
      --panel-3:#211C35;
      --text:#F7F4FF;
      --muted:#B7B4C8;
      --muted-2:#858198;
      --line:rgba(139,92,246,.28);
      --line-cyan:rgba(34,211,238,.32);
      --purple:#8B5CF6;
      --pink:#FF3D8D;
      --orange:#FFB020;
      --cyan:#22D3EE;
      --green:#34D399;
      --danger:#FF6B8A;
      --radius-sm:14px;
      --radius:22px;
      --radius-lg:30px;
      --shadow:0 24px 80px rgba(0,0,0,.45);
      --glow:0 0 26px rgba(255,61,141,.22),0 0 46px rgba(139,92,246,.18);
      --container:1210px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 16% 8%,rgba(139,92,246,.28),transparent 34%),
        radial-gradient(circle at 78% 2%,rgba(255,61,141,.2),transparent 30%),
        radial-gradient(circle at 55% 68%,rgba(34,211,238,.12),transparent 28%),
        linear-gradient(180deg,#090A12 0%,#10111F 46%,#080912 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    a:hover{color:inherit}
    img{max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,61,141,.45);color:#fff}
    .site-container{
      width:min(100% - 32px,var(--container));
      margin:0 auto;
    }
    .section{
      padding:82px 0;
      position:relative;
    }
    .section.compact{padding:58px 0}
    .section-title{
      max-width:760px;
      margin-bottom:30px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--line-cyan);
      border-radius:999px;
      color:#DDFBFF;
      background:rgba(34,211,238,.08);
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
      margin-bottom:15px;
    }
    .eyebrow::before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg,var(--cyan),var(--green));
      box-shadow:0 0 16px rgba(34,211,238,.72);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5.2vw,64px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:20px;
    }
    h2{
      font-size:clamp(28px,3.4vw,42px);
      line-height:1.16;
      font-weight:900;
      letter-spacing:-.03em;
      margin-bottom:14px;
    }
    h3{
      font-size:22px;
      font-weight:800;
      line-height:1.28;
      margin-bottom:10px;
    }
    p{color:var(--muted)}
    .lead{
      font-size:17px;
      line-height:1.9;
      color:#D7D2E8;
      max-width:780px;
    }
    .gradient-text{
      background:linear-gradient(90deg,#fff 0%,#F9C8E1 38%,#9FEFFF 75%,#FFB020 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .btn-energy,.btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      padding:12px 21px;
      font-weight:800;
      transition:.22s ease;
      border:0;
      min-height:48px;
      white-space:nowrap;
    }
    .btn-energy{
      color:#fff;
      background:linear-gradient(135deg,var(--purple),var(--pink) 58%,var(--orange));
      box-shadow:0 12px 34px rgba(255,61,141,.28), inset 0 1px 0 rgba(255,255,255,.22);
    }
    .btn-energy:hover,.btn-energy:focus{
      transform:translateY(-2px);
      box-shadow:0 18px 46px rgba(255,61,141,.36),0 0 24px rgba(139,92,246,.22);
      color:#fff;
    }
    .btn-ghost{
      color:#EAFBFF;
      border:1px solid rgba(34,211,238,.38);
      background:rgba(16,17,31,.76);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      transform:translateY(-2px);
      border-color:rgba(34,211,238,.78);
      background:rgba(34,211,238,.1);
      color:#fff;
      box-shadow:0 14px 34px rgba(34,211,238,.12);
    }
    .btn-energy:focus-visible,.btn-ghost:focus-visible,.form-control:focus,.form-select:focus,.tab-link:focus-visible{
      outline:3px solid rgba(34,211,238,.35);
      outline-offset:3px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,10,18,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(139,92,246,.22);
      box-shadow:0 18px 50px rgba(0,0,0,.22);
    }
    .topbar{
      min-height:76px;
      display:grid;
      grid-template-columns:auto minmax(280px,1fr) auto;
      align-items:center;
      gap:18px;
      padding:14px 0;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:14px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.18),transparent 34%),
        linear-gradient(135deg,var(--purple),var(--pink) 60%,var(--orange));
      box-shadow:var(--glow);
      position:relative;
      flex:0 0 auto;
    }
    .brand-mark::before{
      content:"";
      position:absolute;inset:10px 12px;
      border-left:3px solid #fff;
      border-top:3px solid #fff;
      transform:skewX(-15deg) rotate(8deg);
      border-radius:3px;
      opacity:.9;
    }
    .brand-text{
      font-size:17px;
      color:#fff;
      max-width:250px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .search-box{
      position:relative;
      max-width:520px;
      margin-left:auto;
      width:100%;
    }
    .search-box .icon{
      position:absolute;
      left:17px;top:50%;
      transform:translateY(-50%);
      color:var(--cyan);
      font-size:15px;
    }
    .search-box input{
      width:100%;
      height:48px;
      border-radius:999px;
      border:1px solid rgba(139,92,246,.3);
      background:rgba(23,24,39,.88);
      color:#fff;
      padding:0 18px 0 44px;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
      transition:.2s ease;
    }
    .search-box input::placeholder{color:#8F8AA5}
    .search-box input:focus{
      border-color:rgba(34,211,238,.72);
      box-shadow:0 0 0 4px rgba(34,211,238,.08), inset 0 1px 0 rgba(255,255,255,.06);
      outline:none;
    }
    .channel-row{
      border-top:1px solid rgba(255,255,255,.05);
      padding:10px 0 13px;
      overflow:hidden;
    }
    .channel-tabs{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      padding-bottom:1px;
    }
    .channel-tabs::-webkit-scrollbar{display:none}
    .tab-link{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 15px;
      border-radius:999px;
      color:#CAC5DB;
      background:rgba(29,27,47,.64);
      border:1px solid rgba(255,255,255,.07);
      font-size:14px;
      font-weight:800;
      white-space:nowrap;
      transition:.2s ease;
    }
    .tab-link:hover{
      color:#fff;
      border-color:rgba(34,211,238,.45);
      background:rgba(34,211,238,.08);
    }
    .tab-link.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(139,92,246,.95),rgba(255,61,141,.88));
      border-color:rgba(255,255,255,.16);
      box-shadow:0 10px 28px rgba(139,92,246,.24);
    }

    .hero{
      padding:68px 0 42px;
      min-height:690px;
      display:flex;
      align-items:center;
      position:relative;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:24px auto auto 50%;
      width:720px;height:420px;
      transform:translateX(-50%) rotate(-4deg);
      background:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
      background-size:34px 34px;
      mask-image:radial-gradient(circle,black 0%,transparent 72%);
      pointer-events:none;
    }
    .hero-stage{
      position:relative;
      z-index:1;
      border:1px solid rgba(255,255,255,.09);
      border-radius:34px;
      padding:28px;
      background:
        radial-gradient(circle at 12% 18%,rgba(255,61,141,.18),transparent 34%),
        radial-gradient(circle at 88% 18%,rgba(34,211,238,.14),transparent 28%),
        linear-gradient(145deg,rgba(23,24,39,.92),rgba(29,27,47,.84));
      box-shadow:var(--shadow),var(--glow);
      overflow:hidden;
    }
    .hero-stage::after{
      content:"";
      position:absolute;
      top:-120px;right:-140px;
      width:330px;height:330px;border-radius:50%;
      background:radial-gradient(circle,rgba(255,176,32,.22),transparent 68%);
      pointer-events:none;
    }
    .hero-bento{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }
    .hero-copy{
      padding:26px 18px 22px 10px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .hero-desc{
      font-size:18px;
      color:#DCD7EA;
      max-width:690px;
      margin-bottom:26px;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
    .trust-strip{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .trust-tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#E9E6F5;
      font-size:13px;
      font-weight:700;
    }
    .trust-tag .dot{
      width:7px;height:7px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 14px rgba(52,211,153,.7);
    }
    .demo-panel{
      border-radius:28px;
      background:rgba(9,10,18,.58);
      border:1px solid rgba(139,92,246,.32);
      padding:20px;
      min-height:450px;
      position:relative;
      overflow:hidden;
    }
    .demo-panel::before{
      content:"";
      position:absolute;inset:0;
      background:linear-gradient(135deg,rgba(139,92,246,.14),transparent 34%,rgba(34,211,238,.09));
      pointer-events:none;
    }
    .demo-top{
      display:flex;align-items:center;justify-content:space-between;gap:12px;
      margin-bottom:18px;position:relative;z-index:1;
    }
    .status-pill{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 11px;border-radius:999px;
      font-size:13px;font-weight:800;
      color:#EFFFFF;background:rgba(34,211,238,.1);
      border:1px solid rgba(34,211,238,.34);
    }
    .status-pill::before{
      content:"";width:8px;height:8px;border-radius:50%;background:var(--cyan);
      box-shadow:0 0 12px rgba(34,211,238,.8);
    }
    .mini-clock{
      color:#FFE4B2;
      font-size:13px;font-weight:800;
      background:rgba(255,176,32,.1);
      border:1px solid rgba(255,176,32,.32);
      padding:7px 10px;border-radius:999px;
    }
    .entry-matrix{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      position:relative;z-index:1;
    }
    .entry-tile{
      min-height:104px;
      border-radius:20px;
      padding:15px;
      background:linear-gradient(145deg,rgba(29,27,47,.92),rgba(23,24,39,.9));
      border:1px solid rgba(255,255,255,.08);
      transition:.22s ease;
    }
    .entry-tile:hover{
      transform:translateY(-3px);
      border-color:rgba(255,61,141,.48);
      box-shadow:0 14px 30px rgba(0,0,0,.28);
    }
    .entry-tile strong{display:block;font-size:16px;margin-bottom:6px}
    .entry-tile span{display:block;color:var(--muted);font-size:13px;line-height:1.55}
    .tile-badge{
      display:inline-flex;margin-bottom:10px;
      padding:4px 8px;border-radius:999px;
      font-size:12px;font-weight:800;
      color:#fff;background:rgba(139,92,246,.2);
      border:1px solid rgba(139,92,246,.38);
    }
    .progress-stack{
      margin-top:16px;
      border-radius:20px;
      padding:15px;
      background:rgba(0,0,0,.18);
      border:1px solid rgba(255,255,255,.07);
      position:relative;z-index:1;
    }
    .progress-row{
      display:grid;grid-template-columns:94px 1fr 46px;
      gap:10px;align-items:center;
      font-size:13px;color:#DAD6E8;margin:9px 0;
    }
    .energy-bar{
      height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;
    }
    .energy-bar i{
      display:block;height:100%;border-radius:999px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--orange));
      box-shadow:0 0 16px rgba(255,61,141,.46);
    }

    .countdown-panel{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:22px;
      align-items:center;
      padding:28px;
      border-radius:28px;
      background:
        linear-gradient(100deg,rgba(139,92,246,.14),rgba(255,61,141,.08),rgba(34,211,238,.08)),
        rgba(23,24,39,.9);
      border:1px solid rgba(255,255,255,.09);
      box-shadow:var(--shadow);
    }
    .count-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .count-box{
      text-align:center;
      border-radius:20px;
      padding:18px 10px;
      background:rgba(9,10,18,.52);
      border:1px solid rgba(255,255,255,.08);
    }
    .count-box b{
      display:block;font-size:32px;line-height:1;font-weight:900;
      background:linear-gradient(135deg,#fff,var(--cyan),var(--pink));
      -webkit-background-clip:text;background-clip:text;color:transparent;
      margin-bottom:8px;
    }
    .count-box span{font-size:13px;color:var(--muted);font-weight:700}

    .highlight-wall{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:18px;
    }
    .feature-large,.feature-card,.ticket-card,.news-panel,.cta-band,.contact-card,.scenario-card,.step-card{
      border-radius:var(--radius);
      background:linear-gradient(145deg,rgba(29,27,47,.9),rgba(23,24,39,.88));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 16px 44px rgba(0,0,0,.24);
      transition:.22s ease;
      position:relative;
      overflow:hidden;
    }
    .feature-large::before,.feature-card::before,.ticket-card::before,.scenario-card::before,.step-card::before{
      content:"";
      position:absolute;left:0;right:0;top:0;height:3px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--cyan));
      opacity:.9;
    }
    .feature-large:hover,.feature-card:hover,.ticket-card:hover,.scenario-card:hover,.step-card:hover{
      transform:translateY(-3px);
      border-color:rgba(34,211,238,.42);
      box-shadow:0 22px 54px rgba(0,0,0,.32),0 0 28px rgba(34,211,238,.1);
    }
    .feature-large{padding:28px;min-height:360px}
    .feature-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:18px;
    }
    .feature-card{padding:22px;min-height:171px}
    .task-no{
      width:38px;height:38px;border-radius:13px;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(255,61,141,.13);
      border:1px solid rgba(255,61,141,.34);
      color:#FFD9EA;font-weight:900;margin-bottom:14px;
    }
    .badge-soft{
      display:inline-flex;align-items:center;
      border-radius:999px;padding:5px 9px;
      font-size:12px;font-weight:800;color:#EAFBFF;
      background:rgba(34,211,238,.1);
      border:1px solid rgba(34,211,238,.28);
    }
    .topic-cloud{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
    .topic-cloud a{
      padding:9px 13px;border-radius:999px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#E6E2F2;font-weight:800;font-size:14px;
      transition:.2s ease;
    }
    .topic-cloud a:hover{border-color:rgba(255,176,32,.55);background:rgba(255,176,32,.1);transform:translateY(-2px)}

    .ticket-wrap{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      align-items:stretch;
    }
    .ticket-card{
      padding:24px;
    }
    .ticket-card.featured{
      border-color:rgba(255,61,141,.5);
      box-shadow:var(--shadow),0 0 32px rgba(255,61,141,.16);
      transform:translateY(-8px);
    }
    .ticket-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
    .ticket-title h3{margin:0}
    .ticket-card ul{
      padding:0;margin:18px 0 22px;list-style:none;
      display:grid;gap:12px;
    }
    .ticket-card li{
      display:flex;gap:9px;color:#D5D0E4;font-size:14px;
    }
    .ticket-card li::before{
      content:"✓";flex:0 0 20px;width:20px;height:20px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(52,211,153,.14);color:var(--green);font-weight:900;font-size:12px;margin-top:2px;
    }

    .news-layout{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:20px;
    }
    .news-panel{padding:24px}
    .news-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
    .news-list a{
      display:grid;
      grid-template-columns:92px 1fr auto;
      gap:14px;
      align-items:center;
      padding:15px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.07);
      transition:.2s ease;
    }
    .news-list a:hover{
      background:rgba(34,211,238,.08);
      border-color:rgba(34,211,238,.34);
      transform:translateX(4px);
    }
    .news-list time{color:#AFA9C4;font-size:13px;font-weight:800}
    .news-list strong{color:#fff;font-weight:800}
    .news-list span{color:var(--cyan);font-size:13px;font-weight:900}
    .recommend-box{
      display:grid;gap:14px;margin-top:16px;
    }
    .recommend-item{
      padding:16px;border-radius:18px;
      background:rgba(9,10,18,.42);
      border:1px solid rgba(255,255,255,.07);
    }
    .recommend-item strong{display:block;margin-bottom:5px}
    .recommend-item p{font-size:14px;margin:0}

    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      position:relative;
    }
    .step-card{padding:22px}
    .step-node{
      width:42px;height:42px;border-radius:16px;
      background:linear-gradient(135deg,var(--purple),var(--pink));
      display:flex;align-items:center;justify-content:center;
      font-weight:900;
      box-shadow:0 10px 24px rgba(139,92,246,.28);
      margin-bottom:15px;
    }
    .reward-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .reward-card{
      padding:24px;
      border-radius:26px;
      background:
        radial-gradient(circle at 84% 0%,rgba(255,176,32,.2),transparent 34%),
        linear-gradient(145deg,rgba(29,27,47,.9),rgba(23,24,39,.9));
      border:1px solid rgba(255,176,32,.22);
      transition:.22s ease;
    }
    .reward-card:hover{transform:translateY(-3px);border-color:rgba(255,176,32,.52);box-shadow:0 18px 44px rgba(255,176,32,.08)}
    .reward-icon{
      width:54px;height:54px;border-radius:18px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg,rgba(255,176,32,.25),rgba(255,61,141,.16));
      border:1px solid rgba(255,176,32,.28);
      font-size:24px;margin-bottom:16px;
    }

    .cta-band{
      padding:30px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:20px;
      align-items:center;
      background:
        radial-gradient(circle at 20% 0%,rgba(255,61,141,.2),transparent 34%),
        linear-gradient(135deg,rgba(139,92,246,.24),rgba(34,211,238,.08)),
        rgba(23,24,39,.92);
      border-color:rgba(255,255,255,.12);
    }
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

    .accordion{
      display:grid;gap:14px;
    }
    .accordion-item{
      background:linear-gradient(145deg,rgba(29,27,47,.92),rgba(23,24,39,.9));
      border:1px solid rgba(255,255,255,.08)!important;
      border-radius:20px!important;
      overflow:hidden;
      color:var(--text);
    }
    .accordion-button{
      background:transparent!important;
      color:#fff!important;
      box-shadow:none!important;
      font-weight:900;
      padding:18px 20px;
    }
    .accordion-button:not(.collapsed){
      border-bottom:1px solid rgba(34,211,238,.2);
      background:linear-gradient(90deg,rgba(139,92,246,.13),rgba(34,211,238,.06))!important;
    }
    .accordion-button::after{
      filter:invert(1);
      opacity:.8;
    }
    .accordion-body{
      color:#CEC9DE;
      padding:18px 20px 22px;
      line-height:1.85;
      border-left:3px solid rgba(34,211,238,.5);
    }

    .contact-grid{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:22px;
      align-items:start;
    }
    .contact-card{padding:26px}
    .form-control,.form-select{
      border-radius:16px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(9,10,18,.5);
      color:#fff;
      min-height:48px;
    }
    .form-control::placeholder{color:#807A94}
    .form-control:focus,.form-select:focus{
      background:rgba(9,10,18,.72);
      border-color:rgba(34,211,238,.72);
      color:#fff;
      box-shadow:0 0 0 4px rgba(34,211,238,.08);
    }
    .form-select option{background:#151427;color:#fff}
    .form-label{font-weight:800;color:#EFEAFB;margin-bottom:8px}
    textarea.form-control{min-height:122px;resize:vertical}
    .hint{font-size:13px;color:var(--muted-2);margin-top:12px}

    .site-footer{
      padding:54px 0 28px;
      background:linear-gradient(180deg,rgba(9,10,18,.4),rgba(5,6,11,.96));
      border-top:1px solid rgba(139,92,246,.22);
    }
    .footer-panel{
      border-radius:30px;
      padding:28px;
      background:linear-gradient(145deg,rgba(23,24,39,.9),rgba(29,27,47,.72));
      border:1px solid rgba(255,255,255,.08);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr .75fr;
      gap:24px;
      margin-bottom:24px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:#C9C3DA;
      transition:.18s ease;
    }
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .copyright{
      display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
      padding-top:20px;border-top:1px solid rgba(255,255,255,.07);
      color:#8E899E;font-size:13px;
    }

    @media (max-width: 1199px){
      .hero-bento,.countdown-panel,.highlight-wall,.news-layout,.contact-grid{grid-template-columns:1fr}
      .demo-panel{min-height:auto}
      .ticket-card.featured{transform:none}
      .steps{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width: 991px){
      .section{padding:62px 0}
      .topbar{grid-template-columns:1fr auto;gap:12px}
      .search-box{grid-column:1 / -1;max-width:none;order:3}
      .brand-text{max-width:360px}
      .hero{padding:44px 0 34px;min-height:auto}
      .hero-stage{padding:20px;border-radius:28px}
      .hero-copy{padding:12px 4px}
      .ticket-wrap,.reward-grid{grid-template-columns:1fr}
      .feature-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width: 767px){
      .site-container{width:min(100% - 24px,var(--container))}
      .topbar{min-height:auto;padding:12px 0}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .brand-text{font-size:15px;max-width:210px}
      .topbar .btn-energy{padding:10px 13px;min-height:42px;font-size:13px}
      .channel-row{padding:8px 0 10px}
      .tab-link{padding:8px 12px;font-size:13px}
      .hero-bento{grid-template-columns:1fr}
      .hero-desc{font-size:16px}
      .hero-actions .btn-energy,.hero-actions .btn-ghost{width:100%}
      .entry-matrix{grid-template-columns:1fr}
      .count-grid{grid-template-columns:repeat(2,1fr)}
      .countdown-panel,.feature-large,.news-panel,.cta-band,.contact-card{padding:20px;border-radius:24px}
      .ticket-wrap,.steps{grid-template-columns:1fr}
      .news-list a{grid-template-columns:1fr;gap:6px}
      .cta-band{grid-template-columns:1fr}
      .cta-actions{justify-content:stretch}
      .cta-actions a{width:100%}
    }
    @media (max-width: 520px){
      h1{font-size:32px}
      h2{font-size:28px}
      .section{padding:50px 0}
      .hero-stage{padding:16px}
      .count-box b{font-size:27px}
      .trust-strip{gap:8px}
      .progress-row{grid-template-columns:78px 1fr 38px;font-size:12px}
      .footer-panel{padding:20px;border-radius:24px}
    }

/* roulang page: category2 */
:root{
      --bg:#090a12;
      --bg-2:#10111f;
      --panel:#171827;
      --panel-2:#1d1b2f;
      --panel-3:#211c35;
      --text:#f7f4ff;
      --muted:#b9b2cf;
      --soft:#8f86aa;
      --line:rgba(139,92,246,.28);
      --line-cyan:rgba(34,211,238,.34);
      --purple:#8b5cf6;
      --pink:#ff3d8d;
      --orange:#ffb020;
      --cyan:#22d3ee;
      --green:#34d399;
      --danger:#fb7185;
      --radius:24px;
      --radius-sm:16px;
      --shadow:0 24px 70px rgba(0,0,0,.46), 0 0 42px rgba(139,92,246,.14);
      --glow:0 0 26px rgba(255,61,141,.28), 0 0 38px rgba(139,92,246,.18);
      --container:1220px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 4%, rgba(139,92,246,.28), transparent 34%),
        radial-gradient(circle at 92% 10%, rgba(255,61,141,.18), transparent 30%),
        radial-gradient(circle at 50% 85%, rgba(34,211,238,.12), transparent 36%),
        linear-gradient(135deg,#090a12 0%,#10111f 46%,#151427 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.8), transparent 78%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:#fff}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,61,141,.45);color:#fff}
    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,10,18,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(139,92,246,.22);
      box-shadow:0 12px 36px rgba(0,0,0,.28);
    }
    .topbar{
      min-height:76px;
      display:flex;
      align-items:center;
      gap:18px;
      justify-content:space-between;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:.01em;
    }
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:14px;
      position:relative;
      background:linear-gradient(135deg,var(--purple),var(--pink) 55%,var(--orange));
      box-shadow:0 0 30px rgba(255,61,141,.32);
      overflow:hidden;
    }
    .brand-mark::before{
      content:"";
      position:absolute;
      inset:9px;
      border-radius:8px;
      border:2px solid rgba(255,255,255,.72);
      transform:skew(-8deg);
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      width:20px;
      height:3px;
      border-radius:999px;
      background:#fff;
      left:11px;
      top:20px;
      box-shadow:0 7px 0 rgba(255,255,255,.76), 0 -7px 0 rgba(255,255,255,.62);
      transform:rotate(-28deg);
    }
    .brand-text{
      font-size:18px;
      color:#fff;
      white-space:nowrap;
    }
    .search-box{
      flex:1;
      max-width:460px;
      height:46px;
      display:flex;
      align-items:center;
      gap:10px;
      padding:0 17px;
      border-radius:999px;
      background:rgba(29,27,47,.78);
      border:1px solid rgba(34,211,238,.18);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
    }
    .search-box .icon{color:var(--cyan);font-size:20px;line-height:1}
    .search-box input{
      width:100%;
      border:0;
      outline:0;
      color:var(--text);
      background:transparent;
      font-size:14px;
    }
    .search-box input::placeholder{color:#8f86aa}
    .search-box:focus-within{
      border-color:rgba(34,211,238,.66);
      box-shadow:0 0 0 4px rgba(34,211,238,.08), inset 0 0 0 1px rgba(255,255,255,.05);
    }
    .btn-energy{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 22px;
      border:0;
      border-radius:999px;
      color:#fff;
      font-weight:800;
      background:linear-gradient(135deg,var(--purple),var(--pink) 58%,var(--orange));
      box-shadow:var(--glow);
      white-space:nowrap;
      cursor:pointer;
    }
    .btn-energy:hover{
      transform:translateY(-2px);
      color:#fff;
      box-shadow:0 0 34px rgba(255,61,141,.42), 0 16px 32px rgba(0,0,0,.28);
    }
    .btn-energy:active{transform:translateY(0) scale(.98)}
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 20px;
      border-radius:999px;
      color:#f9f7ff;
      font-weight:800;
      background:rgba(23,24,39,.72);
      border:1px solid rgba(34,211,238,.34);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
    }
    .btn-ghost:hover{
      transform:translateY(-2px);
      color:#fff;
      border-color:rgba(34,211,238,.72);
      background:rgba(34,211,238,.08);
      box-shadow:0 14px 28px rgba(0,0,0,.22);
    }
    .channel-row{
      border-top:1px solid rgba(255,255,255,.045);
      padding:10px 0 13px;
    }
    .channel-tabs{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
      padding-bottom:2px;
    }
    .channel-tabs::-webkit-scrollbar{display:none}
    .tab-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 17px;
      border-radius:999px;
      color:var(--muted);
      background:rgba(23,24,39,.62);
      border:1px solid rgba(139,92,246,.18);
      white-space:nowrap;
      font-size:14px;
      font-weight:800;
    }
    .tab-link:hover{
      color:#fff;
      border-color:rgba(255,61,141,.45);
      background:rgba(255,61,141,.08);
    }
    .tab-link.active{
      color:#fff;
      background:linear-gradient(135deg,rgba(139,92,246,.95),rgba(255,61,141,.9));
      border-color:transparent;
      box-shadow:0 0 24px rgba(139,92,246,.28);
    }
    main{position:relative}
    section{padding:78px 0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:30px;
    }
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#fff;
      font-size:13px;
      font-weight:900;
      letter-spacing:.08em;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(139,92,246,.18);
      border:1px solid rgba(139,92,246,.34);
      margin-bottom:14px;
    }
    .kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:99px;
      background:var(--green);
      box-shadow:0 0 14px rgba(52,211,153,.85);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,5.2vw,62px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.04em;
      margin-bottom:20px;
    }
    h2{
      font-size:clamp(28px,3.3vw,40px);
      line-height:1.18;
      font-weight:900;
      letter-spacing:-.025em;
      margin-bottom:0;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      font-weight:850;
      margin-bottom:10px;
    }
    .lead{
      color:#d9d3ea;
      font-size:17px;
      max-width:760px;
      margin-bottom:0;
    }
    .muted{color:var(--muted)}
    .hero-guide{
      padding:76px 0 56px;
    }
    .hero-board{
      position:relative;
      overflow:hidden;
      border-radius:32px;
      background:
        radial-gradient(circle at 15% 10%, rgba(255,61,141,.23), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(34,211,238,.16), transparent 30%),
        linear-gradient(135deg,rgba(23,24,39,.96),rgba(33,28,53,.95));
      border:1px solid rgba(139,92,246,.34);
      box-shadow:var(--shadow);
      padding:34px;
    }
    .hero-board::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:linear-gradient(120deg, transparent 0 38%, rgba(255,255,255,.07) 39%, transparent 43% 100%);
    }
    .hero-board::after{
      content:"";
      position:absolute;
      right:-80px;
      top:-100px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:conic-gradient(from 120deg,var(--purple),var(--pink),var(--orange),var(--cyan),var(--purple));
      opacity:.2;
      filter:blur(6px);
    }
    .hero-content{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);
      gap:32px;
      align-items:stretch;
    }
    .hero-title-gradient{
      background:linear-gradient(135deg,#fff 0%,#fff 35%,#ffd0e4 62%,#9ff4ff 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:28px;
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 12px;
      border-radius:999px;
      color:#f6f2ff;
      background:rgba(9,10,18,.42);
      border:1px solid rgba(255,255,255,.1);
      font-size:13px;
      font-weight:750;
    }
    .pill .dot{
      width:7px;
      height:7px;
      border-radius:99px;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(34,211,238,.8);
    }
    .coupon-panel{
      position:relative;
      min-height:100%;
      border-radius:28px;
      padding:20px;
      background:linear-gradient(160deg,rgba(9,10,18,.72),rgba(29,27,47,.82));
      border:1px solid rgba(34,211,238,.24);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
    }
    .main-ticket{
      position:relative;
      overflow:hidden;
      border-radius:24px;
      padding:22px;
      background:
        linear-gradient(135deg,rgba(139,92,246,.95),rgba(255,61,141,.92) 58%,rgba(255,176,32,.88));
      box-shadow:0 18px 38px rgba(255,61,141,.2);
      margin-bottom:16px;
    }
    .main-ticket::before,.main-ticket::after{
      content:"";
      position:absolute;
      top:50%;
      width:24px;
      height:24px;
      border-radius:50%;
      background:#111222;
      transform:translateY(-50%);
    }
    .main-ticket::before{left:-12px}
    .main-ticket::after{right:-12px}
    .ticket-label{
      display:inline-flex;
      padding:4px 10px;
      border-radius:999px;
      background:rgba(0,0,0,.18);
      font-size:12px;
      font-weight:900;
      letter-spacing:.08em;
      margin-bottom:18px;
    }
    .ticket-title{
      font-size:30px;
      line-height:1.15;
      font-weight:950;
      margin-bottom:10px;
    }
    .ticket-desc{
      color:rgba(255,255,255,.88);
      font-size:14px;
      margin-bottom:18px;
    }
    .ticket-button{
      width:100%;
      border:0;
      border-radius:999px;
      min-height:44px;
      color:#151018;
      background:#fff;
      font-weight:950;
      box-shadow:0 10px 22px rgba(0,0,0,.2);
    }
    .mini-status{
      display:grid;
      gap:10px;
    }
    .status-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:13px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.08);
    }
    .status-item strong{font-size:14px}
    .status-badge{
      color:#bffcff;
      font-size:12px;
      font-weight:900;
      padding:4px 9px;
      border-radius:999px;
      background:rgba(34,211,238,.12);
      border:1px solid rgba(34,211,238,.32);
      white-space:nowrap;
    }
    .summary-strip{
      margin-top:18px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    .summary-card{
      padding:14px;
      border-radius:18px;
      background:rgba(9,10,18,.38);
      border:1px solid rgba(139,92,246,.2);
    }
    .summary-card b{
      display:block;
      font-size:22px;
      line-height:1;
      margin-bottom:6px;
      background:linear-gradient(135deg,#fff,var(--cyan));
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .summary-card span{font-size:12px;color:var(--muted)}
    .notice-section{padding-top:42px}
    .info-ribbon{
      display:grid;
      grid-template-columns:1fr auto;
      gap:22px;
      align-items:center;
      padding:24px;
      border-radius:28px;
      background:linear-gradient(135deg,rgba(34,211,238,.1),rgba(139,92,246,.16),rgba(255,61,141,.1));
      border:1px solid rgba(34,211,238,.25);
      box-shadow:var(--shadow);
    }
    .ribbon-list{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .ribbon-mark{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:92px;
      height:92px;
      border-radius:28px;
      color:#fff;
      font-size:34px;
      font-weight:950;
      background:linear-gradient(135deg,var(--purple),var(--pink));
      box-shadow:var(--glow);
    }
    .timeline-wrap{
      position:relative;
      display:grid;
      grid-template-columns:minmax(240px,.35fr) minmax(0,.65fr);
      gap:26px;
      align-items:start;
    }
    .side-panel,.task-panel,.faq-panel,.feedback-panel{
      border-radius:var(--radius);
      background:linear-gradient(160deg,rgba(23,24,39,.92),rgba(33,28,53,.88));
      border:1px solid rgba(139,92,246,.26);
      box-shadow:var(--shadow);
    }
    .side-panel{
      position:sticky;
      top:152px;
      padding:24px;
    }
    .side-panel h3{margin-bottom:8px}
    .side-panel p{color:var(--muted);font-size:14px;margin-bottom:18px}
    .side-steps{
      display:grid;
      gap:12px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .side-steps li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.07);
    }
    .num-dot{
      flex:0 0 26px;
      height:26px;
      border-radius:10px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:12px;
      font-weight:950;
      background:linear-gradient(135deg,var(--purple),var(--pink));
    }
    .timeline{
      position:relative;
      display:grid;
      gap:16px;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:22px;
      top:10px;
      bottom:10px;
      width:2px;
      background:linear-gradient(to bottom,var(--pink),var(--purple),var(--cyan));
      opacity:.55;
    }
    .timeline-item{
      position:relative;
      padding:20px 22px 20px 64px;
      border-radius:24px;
      background:rgba(23,24,39,.78);
      border:1px solid rgba(139,92,246,.22);
      box-shadow:0 14px 36px rgba(0,0,0,.22);
      transition:.22s ease;
    }
    .timeline-item:hover{
      transform:translateY(-3px);
      border-color:rgba(255,61,141,.48);
      background:
        radial-gradient(circle at 100% 0, rgba(255,61,141,.12), transparent 34%),
        rgba(23,24,39,.84);
    }
    .timeline-dot{
      position:absolute;
      left:10px;
      top:22px;
      width:26px;
      height:26px;
      border-radius:50%;
      background:#10111f;
      border:5px solid var(--cyan);
      box-shadow:0 0 20px rgba(34,211,238,.46);
      z-index:2;
    }
    .timeline-meta{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin-bottom:8px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      min-height:26px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      color:#fff;
      font-weight:850;
      background:rgba(139,92,246,.16);
      border:1px solid rgba(139,92,246,.35);
    }
    .badge-soft.cyan{background:rgba(34,211,238,.12);border-color:rgba(34,211,238,.34);color:#c9fbff}
    .badge-soft.green{background:rgba(52,211,153,.12);border-color:rgba(52,211,153,.34);color:#ccffe9}
    .badge-soft.orange{background:rgba(255,176,32,.12);border-color:rgba(255,176,32,.34);color:#ffe4ad}
    .timeline-item p{color:var(--muted);margin-bottom:0}
    .check-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }
    .check-card{
      position:relative;
      overflow:hidden;
      padding:22px;
      border-radius:24px;
      background:linear-gradient(160deg,rgba(23,24,39,.88),rgba(29,27,47,.8));
      border:1px solid rgba(139,92,246,.24);
      box-shadow:0 18px 42px rgba(0,0,0,.24);
      transition:.22s ease;
    }
    .check-card::before{
      content:"";
      position:absolute;
      inset:0 0 auto 0;
      height:3px;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--orange));
    }
    .check-card:hover{
      transform:translateY(-4px);
      border-color:rgba(34,211,238,.46);
      box-shadow:0 22px 50px rgba(0,0,0,.34),0 0 30px rgba(34,211,238,.08);
    }
    .check-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:12px;
    }
    .check-icon{
      width:42px;
      height:42px;
      border-radius:16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(34,211,238,.12);
      border:1px solid rgba(34,211,238,.25);
      color:#d8fdff;
      font-size:22px;
      font-weight:900;
    }
    .check-card p{color:var(--muted);margin-bottom:16px}
    .progress-line{
      height:8px;
      border-radius:999px;
      overflow:hidden;
      background:rgba(255,255,255,.075);
    }
    .progress-line span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg,var(--purple),var(--pink),var(--cyan));
      box-shadow:0 0 16px rgba(34,211,238,.25);
    }
    .group-panel{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:18px;
      align-items:stretch;
    }
    .guide-card{
      padding:26px;
      border-radius:28px;
      background:
        radial-gradient(circle at 10% 0, rgba(255,61,141,.12), transparent 32%),
        linear-gradient(160deg,rgba(23,24,39,.9),rgba(33,28,53,.84));
      border:1px solid rgba(255,61,141,.22);
      box-shadow:var(--shadow);
    }
    .guide-card p{color:var(--muted)}
    .guide-list{
      display:grid;
      gap:12px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .guide-list li{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:13px;
      border-radius:16px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.07);
      color:#ded8ee;
    }
    .guide-list i{
      flex:0 0 10px;
      height:10px;
      margin-top:9px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(52,211,153,.7);
    }
    .accordion.custom-accordion{
      display:grid;
      gap:12px;
    }
    .custom-accordion .accordion-item{
      color:var(--text);
      background:rgba(23,24,39,.76);
      border:1px solid rgba(139,92,246,.24);
      border-radius:20px;
      overflow:hidden;
      box-shadow:0 12px 28px rgba(0,0,0,.18);
    }
    .custom-accordion .accordion-button{
      color:#fff;
      background:transparent;
      font-weight:850;
      padding:18px 20px;
      box-shadow:none;
    }
    .custom-accordion .accordion-button::after{
      filter:invert(1);
      opacity:.86;
    }
    .custom-accordion .accordion-button:not(.collapsed){
      color:#fff;
      background:linear-gradient(90deg,rgba(139,92,246,.28),rgba(34,211,238,.08));
      box-shadow:inset 0 -1px 0 rgba(34,211,238,.18);
    }
    .custom-accordion .accordion-body{
      color:var(--muted);
      padding:0 20px 20px;
    }
    .custom-accordion .accordion-button:focus{
      border-color:rgba(34,211,238,.5);
      box-shadow:0 0 0 4px rgba(34,211,238,.08);
    }
    .faq-panel{padding:8px}
    .feedback-panel{
      position:relative;
      overflow:hidden;
      padding:30px;
    }
    .feedback-panel::before{
      content:"";
      position:absolute;
      right:-50px;
      top:-50px;
      width:180px;
      height:180px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--purple),var(--pink));
      filter:blur(12px);
      opacity:.22;
    }
    .feedback-grid{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:26px;
      align-items:start;
    }
    .contact-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:20px;
    }
    .form-panel{
      padding:22px;
      border-radius:24px;
      background:rgba(9,10,18,.38);
      border:1px solid rgba(34,211,238,.2);
    }
    .form-label{
      color:#f5f2ff;
      font-weight:800;
      font-size:14px;
      margin-bottom:8px;
    }
    .form-control,.form-select{
      min-height:46px;
      color:#fff;
      background-color:rgba(23,24,39,.92);
      border:1px solid rgba(139,92,246,.24);
      border-radius:16px;
    }
    .form-control::placeholder{color:#827997}
    .form-control:focus,.form-select:focus{
      color:#fff;
      background-color:rgba(23,24,39,.96);
      border-color:rgba(34,211,238,.72);
      box-shadow:0 0 0 4px rgba(34,211,238,.09);
    }
    .form-select option{background:#171827;color:#fff}
    textarea.form-control{min-height:116px;resize:vertical}
    .small-note{
      color:var(--soft);
      font-size:13px;
      margin-top:12px;
      margin-bottom:0;
    }
    .site-footer{
      padding:38px 0 48px;
      background:linear-gradient(to bottom,transparent,rgba(0,0,0,.28));
    }
    .footer-panel{
      border-radius:30px;
      padding:30px;
      background:
        radial-gradient(circle at 0 0,rgba(139,92,246,.18),transparent 34%),
        linear-gradient(160deg,rgba(23,24,39,.94),rgba(9,10,18,.94));
      border:1px solid rgba(139,92,246,.26);
      box-shadow:var(--shadow);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.3fr .7fr .7fr;
      gap:28px;
      padding-bottom:24px;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .footer-panel p{
      color:var(--muted);
      max-width:520px;
      margin-bottom:0;
    }
    .footer-panel h3{
      font-size:16px;
      margin-bottom:14px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:14px;
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      color:#8f86aa;
      font-size:13px;
      padding-top:18px;
    }
    .mb-3{margin-bottom:1rem!important}
    :focus-visible{
      outline:3px solid rgba(34,211,238,.65);
      outline-offset:3px;
      border-radius:12px;
    }
    @media (max-width: 1199px){
      .site-container{width:min(1120px, calc(100% - 34px))}
      .hero-content,.timeline-wrap,.group-panel,.feedback-grid{gap:22px}
      .topbar{gap:12px}
      .brand-text{font-size:16px}
    }
    @media (max-width: 991px){
      section{padding:58px 0}
      .topbar{
        min-height:auto;
        padding:14px 0 10px;
        flex-wrap:wrap;
      }
      .brand{flex:1}
      .search-box{
        order:3;
        max-width:none;
        flex-basis:100%;
      }
      .hero-guide{padding-top:50px}
      .hero-board{padding:24px}
      .hero-content,.timeline-wrap,.group-panel,.feedback-grid{
        grid-template-columns:1fr;
      }
      .side-panel{position:relative;top:auto}
      .section-head{
        align-items:flex-start;
        flex-direction:column;
      }
      .footer-grid{
        grid-template-columns:1fr 1fr;
      }
      .footer-grid>div:first-child{grid-column:1/-1}
    }
    @media (max-width: 767px){
      .site-container{width:min(100% - 24px, var(--container))}
      .brand-mark{width:38px;height:38px;border-radius:13px}
      .brand-text{font-size:15px}
      .btn-energy,.btn-ghost{min-height:42px;padding:0 16px;font-size:14px}
      .topbar>.btn-energy{padding:0 14px}
      .hero-board{border-radius:26px;padding:20px}
      .ticket-title{font-size:25px}
      .summary-strip,.check-grid{grid-template-columns:1fr}
      .info-ribbon{grid-template-columns:1fr}
      .ribbon-mark{width:74px;height:74px;font-size:26px}
      .timeline-item{padding-left:56px}
      .timeline::before{left:19px}
      .timeline-dot{left:7px}
      .footer-grid{grid-template-columns:1fr}
      .footer-panel{padding:22px;border-radius:24px}
      .copyright{display:grid}
    }
    @media (max-width: 520px){
      h1{font-size:32px}
      h2{font-size:27px}
      .hero-actions{
        display:grid;
        grid-template-columns:1fr;
      }
      .btn-energy,.btn-ghost{width:100%}
      .channel-row{padding-bottom:10px}
      .tab-link{padding:0 14px}
      .search-box{height:44px}
      .feedback-panel,.form-panel,.guide-card,.side-panel{padding:18px}
      .main-ticket{padding:18px}
      .status-item{align-items:flex-start;flex-direction:column}
    }

/* roulang page: category1 */
:root{
      --bg:#090A12;
      --bg-2:#10111F;
      --bg-3:#151427;
      --panel:#171827;
      --panel-2:#1D1B2F;
      --panel-3:#211C35;
      --text:#F7F4FF;
      --muted:#B8B2CE;
      --soft:#7E7898;
      --line:rgba(139,92,246,.28);
      --line-2:rgba(34,211,238,.22);
      --purple:#8B5CF6;
      --pink:#FF3D8D;
      --orange:#FFB020;
      --cyan:#22D3EE;
      --green:#34D399;
      --danger:#FB7185;
      --radius-sm:12px;
      --radius:20px;
      --radius-lg:28px;
      --shadow:0 24px 70px rgba(0,0,0,.45);
      --glow:0 0 34px rgba(255,61,141,.22), 0 0 54px rgba(139,92,246,.18);
      --container:1200px;
      --ease:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(139,92,246,.28), transparent 30%),
        radial-gradient(circle at 88% 12%, rgba(255,61,141,.18), transparent 28%),
        radial-gradient(circle at 54% 50%, rgba(34,211,238,.08), transparent 38%),
        linear-gradient(135deg,#090A12 0%,#10111F 42%,#151427 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.85), transparent 78%);
      z-index:-2;
    }
    a{color:inherit;text-decoration:none}
    a:hover{color:inherit}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,61,141,.35);color:#fff}

    .site-container{
      width:min(var(--container), calc(100% - 40px));
      margin-inline:auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(9,10,18,.82);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,255,255,.08);
      box-shadow:0 18px 50px rgba(0,0,0,.28);
    }
    .topbar{
      display:grid;
      grid-template-columns:auto minmax(260px, 1fr) auto;
      align-items:center;
      gap:18px;
      padding:16px 0 12px;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      letter-spacing:.01em;
    }
    .brand-mark{
      width:38px;
      height:38px;
      border-radius:14px;
      position:relative;
      flex:0 0 auto;
      background:
        linear-gradient(135deg, rgba(139,92,246,1), rgba(255,61,141,.95) 55%, rgba(255,176,32,.95));
      box-shadow:0 0 24px rgba(255,61,141,.35);
      overflow:hidden;
    }
    .brand-mark::before{
      content:"";
      position:absolute;
      inset:8px 10px;
      border-left:3px solid #fff;
      border-bottom:3px solid #fff;
      transform:skew(-14deg) rotate(-38deg);
      opacity:.95;
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      right:-8px;
      top:-8px;
      width:24px;
      height:24px;
      border-radius:50%;
      background:rgba(34,211,238,.45);
    }
    .brand-text{
      font-size:17px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .search-box{
      display:flex;
      align-items:center;
      gap:10px;
      height:44px;
      padding:0 16px;
      border:1px solid rgba(34,211,238,.18);
      border-radius:999px;
      background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
      box-shadow:inset 0 0 0 1px rgba(139,92,246,.08);
      transition:var(--ease);
    }
    .search-box:focus-within{
      border-color:rgba(34,211,238,.68);
      box-shadow:0 0 0 4px rgba(34,211,238,.1), inset 0 0 0 1px rgba(34,211,238,.18);
    }
    .search-box .icon{
      color:var(--cyan);
      font-size:18px;
      line-height:1;
    }
    .search-box input{
      width:100%;
      border:0;
      outline:0;
      color:var(--text);
      background:transparent;
      font-size:14px;
    }
    .search-box input::placeholder{color:#8F89A9}
    .btn-energy{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 20px;
      border:0;
      border-radius:999px;
      color:#fff;
      font-weight:800;
      background:linear-gradient(135deg, var(--purple), var(--pink) 58%, var(--orange));
      box-shadow:0 12px 30px rgba(255,61,141,.26), 0 0 0 1px rgba(255,255,255,.08) inset;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-energy:hover{
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(255,61,141,.34), 0 0 40px rgba(139,92,246,.2);
    }
    .btn-energy:active{transform:translateY(0)}
    .btn-ghost{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:44px;
      padding:0 18px;
      border-radius:999px;
      border:1px solid rgba(34,211,238,.28);
      color:#EAFBFF;
      font-weight:800;
      background:rgba(255,255,255,.035);
      transition:var(--ease);
    }
    .btn-ghost:hover{
      transform:translateY(-2px);
      border-color:rgba(34,211,238,.65);
      background:rgba(34,211,238,.08);
      box-shadow:0 12px 30px rgba(34,211,238,.12);
    }
    .channel-row{
      padding:0 0 13px;
      overflow:hidden;
    }
    .channel-tabs{
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
      padding-bottom:2px;
    }
    .channel-tabs::-webkit-scrollbar{display:none}
    .tab-link{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:0 16px;
      border-radius:999px;
      color:var(--muted);
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.035);
      font-size:14px;
      font-weight:800;
      transition:var(--ease);
    }
    .tab-link:hover{
      color:#fff;
      border-color:rgba(139,92,246,.55);
      background:rgba(139,92,246,.12);
    }
    .tab-link.active{
      color:#fff;
      border-color:transparent;
      background:linear-gradient(135deg, rgba(139,92,246,.95), rgba(255,61,141,.85));
      box-shadow:0 12px 28px rgba(139,92,246,.22);
    }

    main{position:relative}
    .section{
      padding:78px 0;
      position:relative;
    }
    .section-tight{padding:58px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      border:1px solid rgba(34,211,238,.28);
      color:#DDFBFF;
      background:rgba(34,211,238,.07);
      font-size:13px;
      font-weight:800;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 14px rgba(52,211,153,.75);
    }
    h1,h2,h3,p{margin-top:0}
    .page-hero{
      padding:66px 0 46px;
    }
    .hero-panel{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
    }
    .hero-copy{
      position:relative;
      padding:36px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
        radial-gradient(circle at 92% 16%, rgba(255,61,141,.18), transparent 38%);
      border:1px solid rgba(139,92,246,.30);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .hero-copy::after{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-80px;
      width:240px;
      height:240px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,176,32,.18), transparent 70%);
    }
    h1{
      position:relative;
      margin:18px 0 18px;
      font-size:clamp(32px, 5vw, 58px);
      line-height:1.12;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .hero-lead{
      position:relative;
      max-width:720px;
      color:#D8D3E8;
      font-size:17px;
      line-height:1.85;
      margin-bottom:24px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      position:relative;
      z-index:1;
    }
    .filter-capsules{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:26px;
      position:relative;
      z-index:1;
    }
    .filter-capsules .pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.1);
      color:#F1EDFF;
      background:rgba(255,255,255,.045);
      font-size:13px;
      font-weight:750;
    }
    .filter-capsules .pill.hot{
      border-color:rgba(255,61,141,.45);
      background:rgba(255,61,141,.11);
    }
    .coupon-wall{
      padding:22px;
      border-radius:var(--radius-lg);
      background:linear-gradient(145deg, rgba(29,27,47,.96), rgba(23,24,39,.92));
      border:1px solid rgba(255,255,255,.1);
      box-shadow:var(--shadow), var(--glow);
      overflow:hidden;
      position:relative;
    }
    .coupon-wall::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(120deg, transparent 0 38%, rgba(255,255,255,.08) 43%, transparent 49% 100%),
        radial-gradient(circle at top right, rgba(34,211,238,.14), transparent 45%);
      pointer-events:none;
    }
    .coupon-head{
      position:relative;
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      margin-bottom:16px;
    }
    .coupon-head strong{
      font-size:18px;
      font-weight:900;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 11px;
      border-radius:999px;
      background:rgba(52,211,153,.12);
      border:1px solid rgba(52,211,153,.36);
      color:#D8FFF1;
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
    }
    .status-badge::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px var(--green);
    }
    .main-ticket{
      position:relative;
      padding:24px;
      border-radius:24px;
      background:
        linear-gradient(135deg, rgba(139,92,246,.38), rgba(255,61,141,.28) 58%, rgba(255,176,32,.18)),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
      border:1px solid rgba(255,255,255,.16);
      margin-bottom:14px;
    }
    .ticket-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      margin-bottom:18px;
    }
    .ticket-label{
      display:inline-flex;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:900;
      color:#120713;
      background:#FFE6F2;
    }
    .ticket-title{
      font-size:28px;
      line-height:1.18;
      font-weight:950;
      margin:14px 0 8px;
    }
    .ticket-desc{color:#F3EAFE;margin:0}
    .ticket-action{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-top:18px;
      padding-top:16px;
      border-top:1px dashed rgba(255,255,255,.24);
    }
    .mini-progress{
      flex:1;
      height:10px;
      border-radius:999px;
      background:rgba(9,10,18,.45);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
    }
    .mini-progress span{
      display:block;
      width:76%;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg, var(--cyan), var(--green), var(--orange));
    }
    .mini-ticket-grid{
      position:relative;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
    }
    .mini-ticket{
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(9,10,18,.34);
      transition:var(--ease);
    }
    .mini-ticket:hover{
      transform:translateY(-2px);
      border-color:rgba(34,211,238,.45);
      background:rgba(34,211,238,.055);
    }
    .mini-ticket b{
      display:block;
      font-size:15px;
      margin-bottom:3px;
    }
    .mini-ticket span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }

    .section-heading{
      display:grid;
      grid-template-columns:minmax(0, .75fr) minmax(260px, .25fr);
      gap:24px;
      align-items:end;
      margin-bottom:28px;
    }
    .section-heading h2{
      margin:12px 0 0;
      font-size:clamp(28px, 4vw, 40px);
      line-height:1.2;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .section-heading p{
      color:var(--muted);
      margin:0;
      font-size:15px;
    }

    .index-layout{
      display:grid;
      grid-template-columns:290px minmax(0, 1fr);
      gap:22px;
      align-items:start;
    }
    .side-panel{
      position:sticky;
      top:136px;
      padding:22px;
      border-radius:var(--radius-lg);
      background:linear-gradient(180deg, rgba(29,27,47,.9), rgba(23,24,39,.9));
      border:1px solid rgba(139,92,246,.24);
      box-shadow:0 20px 54px rgba(0,0,0,.30);
    }
    .side-panel h2{
      font-size:22px;
      font-weight:900;
      margin-bottom:8px;
    }
    .side-panel p{
      color:var(--muted);
      font-size:14px;
      line-height:1.7;
      margin-bottom:18px;
    }
    .side-tags{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin-bottom:20px;
    }
    .side-tags a{
      display:inline-flex;
      padding:8px 11px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.04);
      color:#E9E4F8;
      font-size:13px;
      font-weight:800;
      transition:var(--ease);
    }
    .side-tags a:hover,
    .side-tags a.active{
      border-color:rgba(255,61,141,.5);
      background:rgba(255,61,141,.12);
      color:#fff;
    }
    .read-note{
      display:grid;
      gap:12px;
      margin-top:18px;
    }
    .note-row{
      display:flex;
      gap:10px;
      padding:12px;
      border-radius:16px;
      background:rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.07);
    }
    .note-row i{
      width:22px;
      height:22px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      border-radius:8px;
      color:#081016;
      background:linear-gradient(135deg, var(--cyan), var(--green));
      font-style:normal;
      font-weight:950;
      font-size:12px;
    }
    .note-row b{
      display:block;
      font-size:14px;
      line-height:1.3;
      margin-bottom:2px;
    }
    .note-row span{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.5;
    }

    .entries-toolbar{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      margin-bottom:18px;
      padding:14px;
      border-radius:22px;
      border:1px solid rgba(34,211,238,.18);
      background:rgba(255,255,255,.035);
    }
    .toolbar-title{
      font-weight:900;
      color:#fff;
    }
    .toolbar-title small{
      display:block;
      color:var(--muted);
      font-weight:600;
      font-size:12px;
      margin-top:2px;
    }
    .toolbar-actions{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }
    .toolbar-actions .chip{
      padding:8px 11px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.04);
      color:#DCD7EC;
      font-size:12px;
      font-weight:800;
    }
    .toolbar-actions .chip.on{
      border-color:rgba(34,211,238,.45);
      background:rgba(34,211,238,.1);
      color:#E9FDFF;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0,1fr));
      gap:16px;
    }
    .entry-card{
      position:relative;
      min-height:250px;
      padding:20px;
      border-radius:24px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
        radial-gradient(circle at 96% 4%, rgba(139,92,246,.16), transparent 42%),
        var(--panel);
      border:1px solid rgba(255,255,255,.09);
      overflow:hidden;
      transition:var(--ease);
    }
    .entry-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:3px;
      background:linear-gradient(90deg, var(--purple), var(--pink), var(--orange));
      opacity:.9;
    }
    .entry-card:hover{
      transform:translateY(-4px);
      border-color:rgba(255,61,141,.42);
      box-shadow:0 22px 52px rgba(0,0,0,.36), 0 0 34px rgba(255,61,141,.12);
      background:
        radial-gradient(circle at 88% 12%, rgba(255,61,141,.18), transparent 44%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)),
        var(--panel-2);
    }
    .entry-meta{
      display:flex;
      justify-content:space-between;
      gap:10px;
      align-items:center;
      margin-bottom:16px;
    }
    .entry-no{
      color:#FFD7E9;
      font-weight:950;
      font-size:13px;
    }
    .badge-soft{
      display:inline-flex;
      align-items:center;
      padding:6px 9px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      color:#E8E2F8;
      font-size:12px;
      font-weight:850;
      white-space:nowrap;
    }
    .badge-soft.cyan{
      color:#DDFBFF;
      border-color:rgba(34,211,238,.38);
      background:rgba(34,211,238,.09);
    }
    .badge-soft.green{
      color:#DFFFEF;
      border-color:rgba(52,211,153,.36);
      background:rgba(52,211,153,.09);
    }
    .entry-card h3{
      font-size:21px;
      font-weight:900;
      line-height:1.3;
      margin-bottom:10px;
    }
    .entry-card p{
      color:#C9C3DC;
      font-size:14px;
      line-height:1.72;
      margin-bottom:16px;
    }
    .entry-list{
      display:grid;
      gap:8px;
      margin:0 0 18px;
      padding:0;
      list-style:none;
    }
    .entry-list li{
      display:flex;
      gap:8px;
      align-items:flex-start;
      color:#E4DFF2;
      font-size:13px;
      line-height:1.5;
    }
    .entry-list li::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--cyan);
      box-shadow:0 0 12px rgba(34,211,238,.75);
      margin-top:7px;
      flex:0 0 auto;
    }
    .entry-card .btn-ghost{
      min-height:38px;
      padding:0 14px;
      font-size:13px;
    }

    .data-board{
      display:grid;
      grid-template-columns:1.1fr repeat(3, .7fr);
      gap:16px;
      padding:20px;
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at left top, rgba(139,92,246,.18), transparent 34%),
        linear-gradient(135deg, rgba(29,27,47,.95), rgba(23,24,39,.95));
      border:1px solid rgba(139,92,246,.24);
      box-shadow:var(--shadow);
    }
    .board-intro{
      padding:10px;
    }
    .board-intro h2{
      font-size:30px;
      line-height:1.2;
      font-weight:950;
      margin-bottom:10px;
    }
    .board-intro p{
      color:var(--muted);
      margin:0;
    }
    .data-card{
      padding:20px;
      border-radius:22px;
      border:1px solid rgba(255,255,255,.09);
      background:rgba(255,255,255,.045);
      position:relative;
      overflow:hidden;
    }
    .data-card::after{
      content:"";
      position:absolute;
      right:-28px;
      bottom:-28px;
      width:92px;
      height:92px;
      border-radius:50%;
      border:12px solid rgba(34,211,238,.10);
    }
    .data-num{
      display:block;
      font-size:32px;
      line-height:1;
      font-weight:950;
      background:linear-gradient(135deg, #fff, #B9F7FF 45%, #FFD39A);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      margin-bottom:9px;
    }
    .data-card b{display:block;margin-bottom:4px}
    .data-card span{color:var(--muted);font-size:13px}

    .scenario-wrap{
      display:grid;
      gap:18px;
    }
    .scenario-card{
      display:grid;
      grid-template-columns:220px minmax(0,1fr) 190px;
      gap:18px;
      align-items:center;
      padding:22px;
      border-radius:26px;
      background:
        linear-gradient(100deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
        var(--panel-2);
      border:1px solid rgba(255,255,255,.09);
      transition:var(--ease);
    }
    .scenario-card:hover{
      transform:translateY(-3px);
      border-color:rgba(139,92,246,.46);
      box-shadow:0 18px 46px rgba(0,0,0,.28);
    }
    .scenario-tag{
      display:inline-flex;
      justify-content:center;
      align-items:center;
      min-height:94px;
      border-radius:22px;
      padding:18px;
      text-align:center;
      font-weight:950;
      background:
        linear-gradient(135deg, rgba(139,92,246,.26), rgba(255,61,141,.18)),
        rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.12);
    }
    .scenario-card h3{
      font-size:22px;
      font-weight:900;
      margin-bottom:7px;
    }
    .scenario-card p{
      margin:0;
      color:#C9C3DA;
      font-size:14px;
    }
    .scenario-tip{
      padding:14px;
      border-radius:18px;
      background:rgba(34,211,238,.075);
      border:1px solid rgba(34,211,238,.2);
      color:#DDFBFF;
      font-size:13px;
      line-height:1.6;
    }

    .path-panel{
      position:relative;
      padding:26px;
      border-radius:var(--radius-lg);
      background:linear-gradient(145deg, rgba(23,24,39,.94), rgba(33,28,53,.94));
      border:1px solid rgba(255,255,255,.09);
      overflow:hidden;
      box-shadow:var(--shadow);
    }
    .path-panel::before{
      content:"";
      position:absolute;
      top:50%;
      left:34px;
      right:34px;
      height:2px;
      background:linear-gradient(90deg, rgba(34,211,238,.7), rgba(139,92,246,.5), rgba(255,61,141,.65));
      opacity:.38;
    }
    .path-grid{
      position:relative;
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:16px;
      z-index:1;
    }
    .path-step{
      padding:20px;
      border-radius:22px;
      background:rgba(9,10,18,.62);
      border:1px solid rgba(255,255,255,.1);
    }
    .step-dot{
      width:42px;
      height:42px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:16px;
      margin-bottom:14px;
      font-weight:950;
      color:#fff;
      background:linear-gradient(135deg, var(--purple), var(--pink));
      box-shadow:0 0 26px rgba(139,92,246,.3);
    }
    .path-step h3{
      font-size:18px;
      font-weight:900;
      margin-bottom:7px;
    }
    .path-step p{
      color:var(--muted);
      margin:0;
      font-size:13px;
      line-height:1.65;
    }

    .news-timeline{
      position:relative;
      display:grid;
      gap:14px;
      max-width:900px;
    }
    .timeline-item{
      display:grid;
      grid-template-columns:130px minmax(0,1fr);
      gap:16px;
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.09);
      transition:var(--ease);
    }
    .timeline-item:hover{
      border-color:rgba(34,211,238,.38);
      background:rgba(34,211,238,.055);
    }
    .timeline-time{
      color:#BDF7FF;
      font-weight:900;
      font-size:13px;
    }
    .timeline-item h3{
      font-size:18px;
      font-weight:900;
      margin-bottom:5px;
    }
    .timeline-item p{
      color:var(--muted);
      margin:0;
      font-size:14px;
    }

    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(255,255,255,.10);
      border-radius:20px !important;
      background:rgba(255,255,255,.04);
      overflow:hidden;
    }
    .accordion-button{
      padding:18px 20px;
      color:#fff;
      font-weight:900;
      background:rgba(23,24,39,.88);
      box-shadow:none !important;
    }
    .accordion-button:not(.collapsed){
      color:#fff;
      background:linear-gradient(135deg, rgba(139,92,246,.2), rgba(34,211,238,.08));
      border-bottom:1px solid rgba(34,211,238,.2);
    }
    .accordion-button::after{
      filter:invert(1);
      opacity:.8;
    }
    .accordion-button:focus{
      border-color:rgba(34,211,238,.5);
      box-shadow:0 0 0 4px rgba(34,211,238,.11) !important;
    }
    .accordion-body{
      color:#CFC9E3;
      padding:18px 20px 20px;
      background:rgba(9,10,18,.38);
      font-size:14px;
      line-height:1.8;
    }

    .feedback-panel{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:22px;
      padding:28px;
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 18% 12%, rgba(255,61,141,.16), transparent 34%),
        linear-gradient(135deg, rgba(29,27,47,.96), rgba(23,24,39,.96));
      border:1px solid rgba(255,255,255,.1);
      box-shadow:var(--shadow);
    }
    .feedback-info h2{
      font-size:34px;
      line-height:1.2;
      font-weight:950;
      margin:14px 0 12px;
    }
    .feedback-info p{color:var(--muted)}
    .service-tags{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:18px;
    }
    .service-tags span{
      padding:8px 11px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.1);
      color:#EDE8FA;
      background:rgba(255,255,255,.04);
      font-size:13px;
      font-weight:800;
    }
    .form-panel{
      padding:22px;
      border-radius:24px;
      background:rgba(9,10,18,.42);
      border:1px solid rgba(255,255,255,.1);
    }
    .form-label{
      color:#EFEAFF;
      font-weight:850;
      font-size:14px;
      margin-bottom:8px;
    }
    .form-control,
    .form-select{
      min-height:46px;
      color:#fff;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.12);
      border-radius:14px;
      box-shadow:none;
    }
    .form-control::placeholder{color:#837D98}
    .form-control:focus,
    .form-select:focus{
      color:#fff;
      background:rgba(255,255,255,.075);
      border-color:rgba(34,211,238,.65);
      box-shadow:0 0 0 4px rgba(34,211,238,.11);
    }
    .form-select option{background:#151427;color:#fff}
    textarea.form-control{min-height:118px}
    .form-hint{
      margin:12px 0 0;
      color:var(--soft);
      font-size:12px;
      line-height:1.6;
    }

    .site-footer{
      padding:34px 0 46px;
      background:linear-gradient(180deg, transparent, rgba(0,0,0,.32));
    }
    .footer-panel{
      padding:28px;
      border-radius:var(--radius-lg);
      background:linear-gradient(135deg, rgba(17,18,31,.95), rgba(27,24,45,.95));
      border:1px solid rgba(255,255,255,.09);
      box-shadow:0 24px 70px rgba(0,0,0,.34);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr .8fr;
      gap:26px;
      padding-bottom:22px;
    }
    .footer-grid p{
      color:var(--muted);
      margin:0;
      max-width:520px;
      font-size:14px;
    }
    .footer-grid h3{
      font-size:16px;
      font-weight:950;
      margin:3px 0 12px;
    }
    .footer-links{
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:#CFC9E3;
      font-size:14px;
      transition:var(--ease);
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(3px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.08);
      color:#8F89A9;
      font-size:13px;
    }

    @media (max-width: 1199px){
      .entry-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
      .data-board{grid-template-columns:1fr 1fr}
      .path-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
      .path-panel::before{display:none}
    }
    @media (max-width: 991px){
      .topbar{grid-template-columns:1fr auto}
      .search-box{grid-column:1 / -1;order:3}
      .hero-panel,
      .index-layout,
      .feedback-panel{grid-template-columns:1fr}
      .side-panel{position:relative;top:auto}
      .section-heading{grid-template-columns:1fr}
      .scenario-card{grid-template-columns:1fr}
      .scenario-tag{min-height:auto;justify-content:flex-start}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767px){
      .site-container{width:min(100% - 28px, var(--container))}
      .topbar{gap:12px;padding-top:13px}
      .brand-text{font-size:15px;max-width:210px}
      .brand-mark{width:34px;height:34px;border-radius:12px}
      .topbar .btn-energy{min-height:38px;padding:0 13px;font-size:13px}
      .page-hero{padding:44px 0 30px}
      .hero-copy,.coupon-wall,.feedback-panel,.path-panel{padding:20px}
      .hero-lead{font-size:15px}
      .hero-actions .btn-energy,
      .hero-actions .btn-ghost{width:100%}
      .mini-ticket-grid,
      .entry-grid,
      .data-board,
      .path-grid{grid-template-columns:1fr}
      .section{padding:54px 0}
      .section-tight{padding:44px 0}
      .entries-toolbar{align-items:flex-start;flex-direction:column}
      .toolbar-actions{justify-content:flex-start}
      .timeline-item{grid-template-columns:1fr;gap:6px}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width: 520px){
      h1{font-size:32px}
      .ticket-top,.ticket-action{flex-direction:column;align-items:flex-start}
      .main-ticket{padding:19px}
      .ticket-title{font-size:24px}
      .coupon-head{align-items:flex-start;flex-direction:column}
      .channel-tabs{padding-bottom:4px}
      .tab-link{min-height:36px;padding:0 13px;font-size:13px}
      .footer-panel{padding:22px}
    }
