/* roulang page: index */
:root{
      --brand-red:#c92f1d;
      --brand-red-dark:#8f1f17;
      --brand-orange:#ff7a1a;
      --brand-amber:#ffb13b;
      --cream:#fff7ea;
      --cream-2:#fff1dd;
      --paper:#ffffff;
      --text:#2b1712;
      --muted:#765b52;
      --soft:#a98a7d;
      --border:#f0d8c2;
      --dark:#271512;
      --dark-2:#3a1c16;
      --shadow:0 18px 48px rgba(180,55,20,.14);
      --shadow-strong:0 24px 70px rgba(201,47,29,.22);
      --radius-lg:28px;
      --radius-md:20px;
      --radius-sm:14px;
      --container:1160px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 4%, rgba(255,177,59,.22), transparent 28%),
        radial-gradient(circle at 92% 14%, rgba(201,47,29,.12), transparent 30%),
        linear-gradient(180deg,var(--cream),#fffaf2 45%,#fff);
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    a:hover{color:var(--brand-red)}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    .container{max-width:var(--container)}
    .section{padding:84px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 14px;border-radius:999px;
      background:linear-gradient(90deg,rgba(201,47,29,.10),rgba(255,122,26,.12));
      color:var(--brand-red-dark);font-size:14px;font-weight:800;
      border:1px solid rgba(201,47,29,.14);
    }
    .section-title{
      margin:16px 0 12px;
      font-weight:900;
      letter-spacing:-.03em;
      font-size:clamp(28px,4vw,42px);
      line-height:1.18;
      color:var(--text);
    }
    .section-desc{
      max-width:760px;
      color:var(--muted);
      font-size:17px;
      margin:0;
    }
    .site-header{
      position:sticky;top:0;z-index:1030;
      background:rgba(255,250,242,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(240,216,194,.86);
      box-shadow:0 8px 28px rgba(80,31,18,.05);
    }
    .brand-row{
      min-height:76px;
      display:flex;align-items:center;gap:24px;
      padding:12px 0;
    }
    .brand-logo{
      display:flex;align-items:center;gap:12px;
      min-width:max-content;
      font-weight:900;
      letter-spacing:-.04em;
      font-size:20px;
      color:var(--dark);
    }
    .brand-mark{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      box-shadow:0 12px 28px rgba(201,47,29,.25);
      position:relative;
    }
    .brand-mark:after{
      content:"18+";
      position:absolute;right:-8px;top:-8px;
      font-size:10px;font-weight:900;
      color:var(--brand-red-dark);
      background:#fff2d0;border:1px solid rgba(201,47,29,.18);
      border-radius:999px;padding:2px 5px;
    }
    .search-wrap{
      flex:1;
      max-width:520px;
      position:relative;
    }
    .search-wrap i{
      position:absolute;left:18px;top:50%;transform:translateY(-50%);
      color:var(--brand-red);
    }
    .search-input{
      width:100%;
      border:1px solid var(--border);
      background:#fff;
      border-radius:999px;
      padding:13px 18px 13px 46px;
      color:var(--text);
      outline:none;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
      transition:.22s ease;
    }
    .search-input:focus{
      border-color:rgba(201,47,29,.45);
      box-shadow:0 0 0 4px rgba(201,47,29,.10);
    }
    .header-actions{
      margin-left:auto;
      display:flex;align-items:center;gap:10px;
    }
    .age-chip,.safe-chip{
      display:inline-flex;align-items:center;gap:6px;
      border-radius:999px;
      padding:10px 13px;
      background:#fff;
      border:1px solid var(--border);
      color:var(--muted);
      font-size:13px;
      font-weight:700;
      white-space:nowrap;
    }
    .btn-brand,.btn-ghost,.btn-darkline{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border-radius:999px;
      padding:12px 20px;
      font-weight:900;
      border:0;
      transition:.22s ease;
      min-height:46px;
    }
    .btn-brand{
      color:#fff!important;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      box-shadow:0 14px 30px rgba(201,47,29,.24);
    }
    .btn-brand:hover,.btn-brand:focus{
      transform:translateY(-2px);
      box-shadow:0 20px 42px rgba(201,47,29,.32);
      color:#fff!important;
    }
    .btn-ghost{
      color:var(--brand-red-dark)!important;
      background:#fff8ec;
      border:1px solid rgba(201,47,29,.22);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      background:#ffe8cc;
      transform:translateY(-2px);
    }
    .btn-darkline{
      color:#fff!important;
      border:1px solid rgba(255,255,255,.34);
      background:rgba(255,255,255,.12);
    }
    .btn-darkline:hover{background:rgba(255,255,255,.2);color:#fff!important}
    .channel-row{
      border-top:1px solid rgba(240,216,194,.66);
      padding:10px 0 12px;
    }
    .channel-scroll{
      display:flex;align-items:center;gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-link{
      flex:0 0 auto;
      padding:9px 16px;
      border-radius:999px;
      color:var(--muted);
      font-weight:800;
      font-size:14px;
      border:1px solid transparent;
      background:rgba(255,255,255,.42);
    }
    .channel-link:hover{
      background:#ffe8cc;
      color:var(--brand-red-dark);
      border-color:rgba(201,47,29,.14);
    }
    .channel-link.active{
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      color:#fff;
      box-shadow:0 10px 24px rgba(201,47,29,.24);
    }
    .hero{
      padding:54px 0 36px;
      position:relative;
    }
    .hero-shell{
      border-radius:36px;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(201,47,29,.94),rgba(255,122,26,.88)),
        radial-gradient(circle at 78% 16%,rgba(255,255,255,.4),transparent 25%);
      color:#fff;
      box-shadow:var(--shadow-strong);
      position:relative;
    }
    .hero-shell:before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(135deg,rgba(255,255,255,.10) 25%,transparent 25%) 0 0/26px 26px,
        radial-gradient(circle at 14% 90%,rgba(255,177,59,.34),transparent 28%);
      opacity:.6;
      pointer-events:none;
    }
    .hero-inner{
      position:relative;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:30px;
      padding:46px;
      align-items:stretch;
    }
    .hero h1{
      font-size:clamp(34px,5.2vw,64px);
      line-height:1.05;
      letter-spacing:-.06em;
      font-weight:950;
      margin:18px 0;
      max-width:760px;
    }
    .hero-copy{
      color:rgba(255,255,255,.88);
      font-size:18px;
      max-width:700px;
      margin:0 0 22px;
    }
    .hero-badges{
      display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 26px;
    }
    .hero-badge{
      display:inline-flex;align-items:center;gap:7px;
      border-radius:999px;
      padding:8px 12px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.22);
      font-weight:800;font-size:13px;
    }
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
    .hero .btn-hero-light{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      padding:13px 22px;border-radius:999px;
      background:#fff;color:var(--brand-red-dark);
      font-weight:950;
      box-shadow:0 16px 36px rgba(72,20,12,.18);
    }
    .hero .btn-hero-light:hover{transform:translateY(-2px);color:var(--brand-red)}
    .hero-panel{
      background:rgba(255,255,255,.95);
      color:var(--text);
      border-radius:30px;
      padding:22px;
      box-shadow:0 24px 60px rgba(68,20,8,.18);
      display:grid;
      grid-template-columns:1fr;
      gap:14px;
    }
    .guide-card{
      border-radius:24px;
      background:linear-gradient(180deg,#fffaf2,#fff);
      border:1px solid rgba(240,216,194,.9);
      padding:20px;
      position:relative;
      overflow:hidden;
    }
    .guide-card:after{
      content:"";
      position:absolute;right:-32px;top:-32px;width:120px;height:120px;
      border-radius:40px;
      background:rgba(255,122,26,.12);
      transform:rotate(18deg);
    }
    .guide-title{
      font-weight:950;font-size:22px;line-height:1.25;margin:0 0 10px;
      position:relative;z-index:1;
    }
    .guide-list{list-style:none;padding:0;margin:0;display:grid;gap:9px;position:relative;z-index:1}
    .guide-list li{display:flex;gap:9px;color:var(--muted);font-weight:700;font-size:14px}
    .guide-list i{color:var(--brand-red);flex:0 0 auto}
    .lead-form{
      display:grid;
      grid-template-columns:1fr auto;
      gap:10px;
      align-items:center;
      background:#fff6e8;
      border:1px dashed rgba(201,47,29,.28);
      border-radius:22px;
      padding:12px;
    }
    .lead-form input{
      border:0;background:#fff;border-radius:999px;
      padding:12px 16px;outline:none;color:var(--text);
      min-width:0;
    }
    .lead-form input:focus{box-shadow:0 0 0 4px rgba(201,47,29,.1)}
    .data-strip{
      display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;
    }
    .data-item{
      border-radius:20px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.24);
      padding:14px;
    }
    .data-item strong{display:block;font-size:24px;line-height:1;font-weight:950}
    .data-item span{display:block;margin-top:6px;color:rgba(255,255,255,.82);font-size:13px}
    .guard-bar{
      margin-top:24px;
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:14px;
      box-shadow:var(--shadow);
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:10px;
    }
    .guard-item{
      display:flex;align-items:center;gap:10px;
      padding:11px 12px;
      border-radius:18px;
      background:#fff8ef;
      color:var(--muted);
      font-weight:800;
      font-size:14px;
    }
    .guard-item i{color:var(--brand-red);font-size:20px}
    .compare-wrap{
      margin-top:34px;
      border-radius:28px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--border);
      box-shadow:var(--shadow);
    }
    .table-custom{margin:0;min-width:820px}
    .table-custom th,.table-custom td{
      padding:20px 18px;
      border-color:#f5e2cf;
      vertical-align:middle;
    }
    .table-custom thead th{
      background:#fff3df;
      color:var(--text);
      font-weight:950;
      border-bottom:0;
    }
    .table-custom tbody th{
      color:var(--dark);
      font-weight:900;
      background:#fffaf4;
    }
    .price-tag{
      display:inline-flex;align-items:baseline;gap:4px;
      color:var(--brand-red);
      font-weight:950;
      background:#fff;
      border:1px solid rgba(201,47,29,.15);
      border-radius:18px;
      padding:8px 12px;
      box-shadow:0 10px 22px rgba(201,47,29,.10);
    }
    .price-tag b{font-size:30px;line-height:1}
    .recommend{
      display:inline-flex;margin-left:6px;
      padding:4px 8px;border-radius:999px;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      color:#fff;font-size:12px;font-weight:900;
    }
    .check{color:var(--brand-red);font-weight:900}
    .muted{color:var(--soft)}
    .levels-grid{
      margin-top:34px;
      display:grid;
      grid-template-columns:.92fr 1.16fr .92fr;
      gap:20px;
      align-items:center;
    }
    .member-card{
      position:relative;
      background:#fff;
      border:1px solid var(--border);
      border-radius:28px;
      padding:26px;
      box-shadow:var(--shadow);
      transition:.25s ease;
      overflow:hidden;
    }
    .member-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-strong)}
    .member-card.featured{
      transform:scale(1.035);
      border-color:rgba(201,47,29,.34);
      background:linear-gradient(180deg,#fff,#fff4e6);
      box-shadow:0 26px 78px rgba(201,47,29,.22);
    }
    .member-card.featured:hover{transform:scale(1.035) translateY(-6px)}
    .member-card .corner{
      position:absolute;right:-34px;top:18px;
      transform:rotate(35deg);
      background:var(--brand-red);color:#fff;
      padding:7px 42px;font-size:12px;font-weight:950;
    }
    .level-name{font-weight:950;font-size:22px;margin-bottom:8px}
    .level-price{display:flex;align-items:flex-end;gap:6px;color:var(--brand-red);margin:10px 0 16px}
    .level-price strong{font-size:48px;line-height:.9;font-weight:950;letter-spacing:-.04em}
    .level-price span{color:var(--muted);font-weight:800}
    .feature-list{list-style:none;padding:0;margin:18px 0 22px;display:grid;gap:11px}
    .feature-list li{display:flex;gap:10px;color:var(--muted);font-weight:700}
    .feature-list i{color:var(--brand-red);flex:0 0 auto}
    .preview-area{
      background:linear-gradient(180deg,#fff8ed,#fff);
      border-top:1px solid var(--border);
      border-bottom:1px solid var(--border);
    }
    .preview-grid{
      margin-top:34px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .preview-card{
      position:relative;
      min-height:250px;
      border-radius:28px;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--border);
      box-shadow:0 15px 38px rgba(120,54,24,.08);
      transition:.25s ease;
    }
    .preview-card:hover{
      transform:translateY(-6px);
      border-color:rgba(201,47,29,.38);
      box-shadow:var(--shadow);
    }
    .abstract-cover{
      height:112px;
      background:
        linear-gradient(135deg,rgba(201,47,29,.85),rgba(255,177,59,.62)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.25) 0 8px,transparent 8px 18px);
      position:relative;
    }
    .abstract-cover:after{
      content:"";
      position:absolute;inset:18px;
      border-radius:20px;
      border:1px solid rgba(255,255,255,.38);
      background:rgba(255,255,255,.08);
      backdrop-filter:blur(1px);
    }
    .lock-badge{
      position:absolute;right:14px;top:14px;
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      background:rgba(255,255,255,.92);
      color:var(--brand-red);
      box-shadow:0 10px 24px rgba(77,26,10,.14);
      z-index:2;
    }
    .preview-body{padding:18px}
    .tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}
    .mini-tag{
      border-radius:999px;
      padding:5px 9px;
      background:#fff1dc;
      color:var(--brand-red-dark);
      font-weight:850;font-size:12px;
    }
    .preview-card h3{font-size:18px;font-weight:950;margin:0 0 8px}
    .preview-card p{font-size:14px;color:var(--muted);margin:0 0 14px}
    .text-link{
      display:inline-flex;align-items:center;gap:6px;
      color:var(--brand-red);font-weight:950;
    }
    .news-wrap{
      margin-top:32px;
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:22px;
    }
    .news-list,.side-panel{
      background:#fff;
      border:1px solid var(--border);
      border-radius:28px;
      box-shadow:var(--shadow);
      padding:22px;
    }
    .news-list ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}
    .news-list a{
      display:flex;justify-content:space-between;gap:18px;
      padding:15px 0;border-bottom:1px solid #f5e3d2;
      color:var(--text);font-weight:850;
    }
    .news-list li:last-child a{border-bottom:0}
    .news-list span{color:var(--soft);font-size:13px;white-space:nowrap}
    .side-panel .step{
      display:flex;gap:12px;padding:14px;border-radius:20px;background:#fff8ef;margin-top:12px;
    }
    .step-num{
      width:30px;height:30px;border-radius:999px;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      color:#fff;display:grid;place-items:center;font-weight:950;flex:0 0 auto;
    }
    .accordion{margin-top:32px}
    .accordion-item{
      border:1px solid var(--border)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:#fff;
      margin-bottom:12px;
      box-shadow:0 12px 28px rgba(120,54,24,.07);
    }
    .accordion-button{
      background:#fff!important;
      color:var(--text)!important;
      font-weight:950;
      padding:20px 22px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      background:#fff3df!important;
      color:var(--brand-red-dark)!important;
    }
    .accordion-button:focus{
      border-color:transparent;
      box-shadow:0 0 0 4px rgba(201,47,29,.10)!important;
    }
    .accordion-button::after{
      filter:hue-rotate(330deg) saturate(1.4);
    }
    .accordion-body{
      color:var(--muted);
      padding:0 22px 22px;
      background:#fff;
    }
    .cta-band{
      border-radius:34px;
      padding:36px;
      color:#fff;
      background:
        radial-gradient(circle at 10% 20%,rgba(255,255,255,.24),transparent 22%),
        linear-gradient(135deg,var(--brand-red-dark),var(--brand-red) 54%,var(--brand-orange));
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      position:relative;
    }
    .cta-band:before{
      content:"限时权益";
      position:absolute;right:-38px;top:26px;
      transform:rotate(35deg);
      padding:8px 58px;
      background:#ffcf62;
      color:#6b2416;
      font-weight:950;
      font-size:13px;
      box-shadow:0 12px 26px rgba(70,20,10,.18);
    }
    .cta-grid{
      position:relative;
      display:grid;
      grid-template-columns:1.12fr .88fr;
      gap:30px;align-items:center;
    }
    .cta-band h2{
      font-size:clamp(28px,4vw,44px);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.04em;
      margin:0 0 12px;
    }
    .cta-band p{color:rgba(255,255,255,.86);margin:0;max-width:680px}
    .cta-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
    .cta-points span{
      display:inline-flex;align-items:center;gap:7px;
      padding:9px 12px;border-radius:999px;
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.18);
      font-weight:850;font-size:13px;
    }
    .coupon{
      justify-self:end;
      width:min(340px,100%);
      background:#fff8e8;
      color:var(--text);
      border-radius:28px;
      padding:22px;
      border:1px dashed rgba(201,47,29,.35);
      box-shadow:0 20px 50px rgba(72,20,12,.18);
    }
    .coupon small{color:var(--brand-red);font-weight:950}
    .coupon-price{display:flex;align-items:flex-end;gap:6px;color:var(--brand-red);margin:8px 0 14px}
    .coupon-price strong{font-size:56px;line-height:.9;font-weight:950}
    .coupon-price span{font-weight:850;color:var(--muted)}
    .site-footer{
      margin-top:84px;
      background:linear-gradient(180deg,var(--dark-2),var(--dark));
      color:#f9ead6;
      padding:54px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:28px;
      padding-bottom:32px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-logo{font-size:20px;font-weight:950;margin-bottom:12px}
    .footer-text{color:rgba(249,234,214,.72);margin:0;max-width:560px}
    .footer-title{font-weight:950;margin-bottom:12px;color:#fff}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:rgba(249,234,214,.72)}
    .footer-links a:hover{color:#fff}
    .footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
    .footer-badges span{
      border:1px solid rgba(255,255,255,.16);
      border-radius:999px;
      padding:6px 10px;
      color:#ffe7b6;
      background:rgba(255,255,255,.06);
      font-weight:850;font-size:12px;
    }
    .copyright{
      display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;
      padding-top:22px;
      color:rgba(249,234,214,.58);
      font-size:13px;
    }
    @media (max-width: 991.98px){
      .brand-row{flex-wrap:wrap;gap:12px}
      .search-wrap{order:3;max-width:none;flex-basis:100%}
      .header-actions{margin-left:0}
      .hero-inner{grid-template-columns:1fr;padding:34px}
      .guard-bar{grid-template-columns:repeat(2,1fr)}
      .levels-grid{grid-template-columns:1fr}
      .member-card.featured,.member-card.featured:hover{transform:none}
      .preview-grid{grid-template-columns:repeat(2,1fr)}
      .news-wrap{grid-template-columns:1fr}
      .cta-grid{grid-template-columns:1fr}
      .coupon{justify-self:start}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      .section{padding:58px 0}
      .hero{padding-top:28px}
      .hero-shell{border-radius:28px}
      .hero-inner{padding:24px}
      .hero-actions .btn-hero-light,.hero-actions .btn-darkline{width:100%}
      .data-strip{grid-template-columns:1fr}
      .guard-bar{grid-template-columns:1fr}
      .compare-wrap{overflow-x:auto}
      .preview-grid{grid-template-columns:1fr}
      .lead-form{grid-template-columns:1fr}
      .lead-form .btn-brand{width:100%}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
      .age-chip,.safe-chip{display:none}
    }
    @media (max-width: 575.98px){
      .brand-logo{font-size:16px}
      .brand-mark{width:38px;height:38px}
      .header-actions .btn-brand{padding:10px 14px;font-size:13px}
      .channel-link{font-size:13px;padding:8px 13px}
      .hero h1{font-size:32px}
      .hero-copy{font-size:16px}
      .cta-band{padding:28px 20px;border-radius:26px}
      .coupon-price strong{font-size:46px}
      .news-list a{display:block}
      .news-list span{display:block;margin-top:4px}
    }

/* roulang page: category1 */
:root{
      --brand-red:#d92f1f;
      --brand-red-dark:#9e1f1a;
      --brand-orange:#ff7a22;
      --brand-amber:#ffb238;
      --cream:#fff6ea;
      --cream-2:#fffaf3;
      --warm-card:#fffdf8;
      --warm-line:#f0d8c0;
      --text:#241713;
      --muted:#7e665c;
      --muted-2:#9a7b70;
      --dark:#24120f;
      --footer:#21110e;
      --success:#2f8f5b;
      --shadow:0 18px 45px rgba(180,55,20,.13);
      --shadow-soft:0 10px 28px rgba(180,55,20,.09);
      --radius:24px;
      --radius-lg:32px;
      --radius-pill:999px;
      --container:1180px;
      --trans:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 0%, rgba(255,122,34,.12), transparent 32%),
        radial-gradient(circle at 88% 8%, rgba(217,47,31,.10), transparent 30%),
        linear-gradient(180deg,var(--cream-2),var(--cream));
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--trans)}
    img{max-width:100%;height:auto}
    button,input,select{font:inherit}
    .container{max-width:var(--container)}
    ::selection{background:rgba(217,47,31,.18);color:var(--brand-red-dark)}
    .site-header{
      position:sticky;
      top:0;
      z-index:1020;
      background:rgba(255,250,243,.94);
      backdrop-filter:saturate(160%) blur(14px);
      border-bottom:1px solid rgba(240,216,192,.85);
      box-shadow:0 8px 24px rgba(88,35,18,.04);
    }
    .brand-row{
      min-height:76px;
      display:flex;
      align-items:center;
      gap:22px;
      padding:13px 0;
    }
    .brand-logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      font-size:22px;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand-logo:hover{color:var(--brand-red)}
    .brand-mark{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      box-shadow:0 12px 26px rgba(217,47,31,.24);
      flex:0 0 auto;
    }
    .search-wrap{
      flex:1;
      min-width:180px;
      height:46px;
      display:flex;
      align-items:center;
      gap:10px;
      padding:0 17px;
      border:1px solid var(--warm-line);
      border-radius:var(--radius-pill);
      background:#fff;
      color:var(--muted-2);
      box-shadow:0 6px 18px rgba(180,55,20,.06);
    }
    .search-input{
      border:0;
      outline:0;
      width:100%;
      background:transparent;
      color:var(--text);
      font-size:14px;
    }
    .search-input::placeholder{color:#ad8f82}
    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      white-space:nowrap;
    }
    .safe-chip,.age-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      height:36px;
      padding:0 12px;
      border-radius:var(--radius-pill);
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(217,47,31,.16);
      background:#fff7ef;
      color:var(--brand-red-dark);
    }
    .age-chip{
      background:#2a1713;
      color:#ffe6c7;
      border-color:#3d211b;
    }
    .btn-brand,.btn-soft,.btn-outline-warm{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--radius-pill);
      border:0;
      min-height:44px;
      padding:0 20px;
      font-weight:900;
      letter-spacing:.01em;
      transition:var(--trans);
      cursor:pointer;
    }
    .btn-brand{
      color:#fff;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      box-shadow:0 12px 26px rgba(217,47,31,.24);
    }
    .btn-brand:hover,.btn-brand:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 16px 34px rgba(217,47,31,.32);
    }
    .btn-soft{
      color:var(--brand-red-dark);
      background:#fff5e8;
      border:1px solid rgba(217,47,31,.18);
    }
    .btn-soft:hover,.btn-soft:focus{
      color:var(--brand-red-dark);
      background:#ffe7d4;
      transform:translateY(-2px);
    }
    .btn-outline-warm{
      background:#fff;
      color:var(--brand-red-dark);
      border:1px solid rgba(217,47,31,.28);
    }
    .btn-outline-warm:hover{
      background:#fff1e4;
      color:var(--brand-red);
      transform:translateY(-2px);
    }
    .channel-row{
      padding:0 0 12px;
      overflow:hidden;
    }
    .channel-scroll{
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      padding-bottom:1px;
    }
    .channel-scroll::-webkit-scrollbar{display:none}
    .channel-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      height:38px;
      padding:0 18px;
      border-radius:var(--radius-pill);
      font-size:14px;
      font-weight:900;
      color:#6f5147;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(240,216,192,.88);
      white-space:nowrap;
    }
    .channel-link:hover{
      color:var(--brand-red);
      background:#fff0e2;
      border-color:rgba(217,47,31,.22);
    }
    .channel-link.active{
      color:#fff;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      border-color:transparent;
      box-shadow:0 10px 22px rgba(217,47,31,.20);
    }
    main{position:relative}
    .section{padding:82px 0}
    .section-sm{padding:54px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:var(--radius-pill);
      color:var(--brand-red-dark);
      background:#fff0e3;
      border:1px solid rgba(217,47,31,.14);
      font-size:13px;
      font-weight:900;
      margin-bottom:18px;
    }
    .page-hero{
      padding:64px 0 48px;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg,rgba(255,122,34,.13),rgba(217,47,31,.08) 48%,rgba(255,246,234,.2)),
        repeating-linear-gradient(135deg,rgba(217,47,31,.035) 0,rgba(217,47,31,.035) 8px,transparent 8px,transparent 18px);
      border-bottom:1px solid rgba(240,216,192,.75);
    }
    .page-hero:before{
      content:"";
      position:absolute;
      right:-80px;
      top:-120px;
      width:360px;
      height:360px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(255,122,34,.24),transparent 68%);
      pointer-events:none;
    }
    .page-title{
      font-size:clamp(34px,5vw,62px);
      line-height:1.08;
      letter-spacing:-.055em;
      font-weight:900;
      margin:0 0 18px;
    }
    .page-title .accent{
      color:var(--brand-red);
      position:relative;
    }
    .page-desc{
      max-width:780px;
      color:var(--muted);
      font-size:17px;
      margin:0 0 26px;
    }
    .hero-layout{
      display:grid;
      grid-template-columns:minmax(0,1.06fr) minmax(320px,.64fr);
      gap:30px;
      align-items:stretch;
      position:relative;
      z-index:1;
    }
    .filter-ticket{
      background:#fffdf8;
      border:1px solid rgba(240,216,192,.98);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      padding:24px;
      position:relative;
      overflow:hidden;
    }
    .filter-ticket:before,.filter-ticket:after{
      content:"";
      position:absolute;
      top:58%;
      width:28px;
      height:28px;
      border-radius:50%;
      background:var(--cream);
      border:1px solid rgba(240,216,192,.98);
    }
    .filter-ticket:before{left:-15px}
    .filter-ticket:after{right:-15px}
    .ticket-top{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:flex-start;
      padding-bottom:16px;
      margin-bottom:16px;
      border-bottom:1px dashed #e5c7ad;
    }
    .ticket-name{font-size:18px;font-weight:900;margin-bottom:3px}
    .ticket-note{font-size:13px;color:var(--muted)}
    .ticket-price{
      color:var(--brand-red);
      font-weight:900;
      line-height:1;
      text-align:right;
    }
    .ticket-price strong{font-size:45px;letter-spacing:-.04em}
    .ticket-price span{font-size:13px;color:var(--muted);display:block;margin-top:4px}
    .quick-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
    .quick-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:#4f352e;
      font-weight:750;
      font-size:14px;
    }
    .quick-list i{color:var(--brand-red);margin-top:4px}
    .guard-strip{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .guard-item{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:9px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(240,216,192,.86);
      color:#62483f;
      font-size:13px;
      font-weight:850;
    }
    .guard-item i{color:var(--brand-red)}
    .filter-panel{
      margin-top:-26px;
      position:relative;
      z-index:3;
    }
    .filter-box{
      padding:22px;
      border-radius:var(--radius);
      background:#fff;
      border:1px solid rgba(240,216,192,.95);
      box-shadow:var(--shadow-soft);
    }
    .form-label{
      color:#664b42;
      font-weight:900;
      font-size:13px;
      margin-bottom:7px;
    }
    .form-select,.form-control{
      border-radius:16px;
      border:1px solid #ead2bb;
      min-height:46px;
      color:var(--text);
      background-color:#fffaf3;
      box-shadow:none!important;
    }
    .form-select:focus,.form-control:focus{
      border-color:rgba(217,47,31,.55);
      outline:3px solid rgba(217,47,31,.12);
    }
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:20px;
    }
    .filter-tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:10px 14px;
      border-radius:var(--radius-pill);
      background:#fff8ee;
      border:1px solid rgba(240,216,192,.95);
      color:#6b4e45;
      font-weight:850;
      font-size:14px;
       }
    .filter-tag.active,.filter-tag:hover{
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      color:#fff;
      border-color:transparent;
      box-shadow:0 10px 20px rgba(217,47,31,.18);
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:20px;
      margin-bottom:28px;
    }
    .section-head h2{
      margin:0;
      font-weight:900;
      letter-spacing:-.035em;
      font-size:clamp(26px,3vw,38px);
      line-height:1.2;
    }
    .section-head p{
      margin:8px 0 0;
      color:var(--muted);
      max-width:640px;
    }
    .preview-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:18px;
    }
    .preview-card{
      background:#fffdf8;
      border:1px solid rgba(240,216,192,.95);
      border-radius:var(--radius);
      overflow:hidden;
      box-shadow:0 12px 28px rgba(180,55,20,.08);
      transition:var(--trans);
      height:100%;
      display:flex;
      flex-direction:column;
    }
    .preview-card:hover{
      transform:translateY(-6px);
      border-color:rgba(217,47,31,.38);
      box-shadow:0 20px 42px rgba(180,55,20,.16);
    }
    .abstract-cover{
      min-height:142px;
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 24% 26%,rgba(255,178,56,.58),transparent 25%),
        radial-gradient(circle at 78% 18%,rgba(217,47,31,.42),transparent 26%),
        linear-gradient(135deg,#361713,#9e1f1a 50%,#ff7a22);
    }
    .abstract-cover:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px),
        linear-gradient(180deg,rgba(255,255,255,.11) 1px,transparent 1px);
      background-size:18px 18px;
      opacity:.55;
    }
    .abstract-cover:after{
      content:"";
      position:absolute;
      inset:14px;
      border:1px solid rgba(255,255,255,.28);
      border-radius:18px;
    }
    .cover-lock{
      position:absolute;
      right:13px;
      top:13px;
      width:36px;
      height:36px;
      border-radius:14px;
      display:grid;
      place-items:center;
      color:#fff;
      background:rgba(36,18,15,.54);
      backdrop-filter:blur(8px);
      z-index:2;
    }
    .cover-badge{
      position:absolute;
      left:13px;
      bottom:13px;
      z-index:2;
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:var(--radius-pill);
      padding:7px 10px;
      font-size:12px;
      font-weight:900;
      color:#fff7df;
      background:rgba(36,18,15,.60);
      backdrop-filter:blur(8px);
    }
    .preview-body{
      padding:18px;
      display:flex;
      flex-direction:column;
      flex:1;
    }
    .preview-meta{
      display:flex;
      flex-wrap:wrap;
      gap:7px;
      margin-bottom:12px;
    }
    .mini-badge{
      display:inline-flex;
      align-items:center;
      gap:5px;
      border-radius:var(--radius-pill);
      padding:5px 9px;
      font-size:12px;
      font-weight:900;
      color:var(--brand-red-dark);
      background:#fff0e1;
      border:1px solid rgba(217,47,31,.12);
    }
    .preview-card h3{
      font-size:18px;
      line-height:1.35;
      margin:0 0 9px;
      font-weight:900;
      letter-spacing:-.02em;
    }
    .preview-card p{
      color:var(--muted);
      font-size:14px;
      margin:0 0 16px;
      flex:1;
    }
    .preview-actions{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-top:auto;
    }
    .small-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      min-height:36px;
      padding:0 13px;
      border-radius:var(--radius-pill);
      font-size:13px;
      font-weight:900;
      color:var(--brand-red-dark);
      background:#fff5e8;
      border:1px solid rgba(217,47,31,.18);
    }
    .small-btn:hover{
      color:#fff;
      background:linear-gradient(135deg,var(--brand-red),var(--brand-orange));
      border-color:transparent;
    }
    .coupon-banner{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 82% 16%,rgba(255,255,255,.24),transparent 24%),
        linear-gradient(135deg,var(--brand-red-dark),var(--brand-red) 54%,var(--brand-orange));
      color:#fff;
      padding:30px;
      box-shadow:0 24px 50px rgba(217,47,31,.22);
    }
    .coupon-banner:before,.coupon-banner:after{
      content:"";
      position:absolute;
      top:50%;
      width:34px;
      height:34px;
      transform:translateY(-50%);
      border-radius:50%;
      background:var(--cream);
    }
    .coupon-banner:before{left:-17px}
    .coupon-banner:after{right:-17px}
    .coupon-inner{
      display:grid;
      grid-template-columns:1fr auto;
      gap:26px;
      align-items:center;
      position:relative;
      z-index:1;
    }
    .coupon-banner h2{
      margin:0 0 10px;
      font-size:clamp(25px,3vw,36px);
      font-weight:900;
      letter-spacing:-.04em;
    }
    .coupon-banner p{
      margin:0;
      color:#ffe8d0;
      max-width:680px;
    }
    .coupon-points{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
      margin-top:18px;
    }
    .coupon-points span{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:8px 11px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.14);
      border:1px solid rgba(255,255,255,.22);
      font-size:13px;
      font-weight:850;
    }
    .coupon-price{
      min-width:218px;
      padding:20px;
      border-radius:24px;
      text-align:center;
      background:rgba(255,255,255,.94);
      color:var(--brand-red-dark);
      box-shadow:0 14px 32px rgba(36,18,15,.18);
    }
    .coupon-price .label{
      font-size:13px;
      font-weight:900;
      color:#7c5146;
    }
    .coupon-price strong{
      display:block;
      font-size:48px;
      line-height:1;
      font-weight:900;
      letter-spacing:-.055em;
      margin:5px 0 12px;
      color:var(--brand-red);
    }
    .tips-layout{
      display:grid;
      grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
      gap:24px;
      align-items:start;
    }
    .notice-card{
      border-radius:var(--radius);
      background:#fffdf8;
      border:1px solid rgba(240,216,192,.98);
      box-shadow:var(--shadow-soft);
      padding:24px;
    }
    .notice-card h2{
      margin:0 0 12px;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .notice-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .notice-list li{
      display:flex;
      gap:10px;
      color:#5c423a;
      font-weight:760;
      font-size:15px;
    }
    .notice-list i{
      color:var(--brand-red);
      margin-top:4px;
    }
    .accordion{
      display:grid;
      gap:12px;
    }
    .accordion-item{
      border:1px solid rgba(240,216,192,.95)!important;
      border-radius:18px!important;
      overflow:hidden;
      background:#fffdf8;
      box-shadow:0 8px 22px rgba(180,55,20,.06);
    }
    .accordion-button{
      font-weight:900;
      color:var(--text);
      background:#fffdf8;
      box-shadow:none!important;
      padding:18px 20px;
    }
    .accordion-button:not(.collapsed){
      color:var(--brand-red-dark);
      background:#fff1e4;
    }
    .accordion-button:focus{
      box-shadow:none!important;
      outline:3px solid rgba(217,47,31,.12);
      outline-offset:-3px;
    }
    .accordion-button::after{
      filter:hue-rotate(325deg) saturate(160%);
    }
    .accordion-body{
      color:var(--muted);
      padding:0 20px 20px;
      background:#fffdf8;
    }
    .site-footer{
      background:var(--footer);
      color:#f7e8d8;
      padding:58px 0 24px;
      margin-top:36px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .6fr .6fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-logo{
      font-size:22px;
      font-weight:900;
      margin-bottom:12px;
      letter-spacing:-.02em;
    }
    .footer-text{
      color:#cdb7aa;
      margin:0 0 16px;
      max-width:600px;
    }
    .footer-badges{
      display:flex;
      flex-wrap:wrap;
      gap:9px;
    }
    .footer-badges span{
      display:inline-flex;
      padding:7px 10px;
      border-radius:var(--radius-pill);
      background:rgba(255,122,34,.12);
      border:1px solid rgba(255,178,56,.20);
      color:#ffd7a8;
      font-size:12px;
      font-weight:900;
    }
    .footer-title{
      font-weight:900;
      margin-bottom:12px;
      color:#fff6e8;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:#cdb7aa;
      font-weight:760;
    }
    .footer-links a:hover{color:#ffb238;transform:translateX(3px)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:20px;
      color:#aa9084;
      font-size:13px;
    }
    @media (max-width: 991.98px){
      .brand-row{flex-wrap:wrap;gap:12px}
      .brand-logo{font-size:19px}
      .search-wrap{order:3;flex-basis:100%}
      .header-actions{margin-left:auto}
      .hero-layout,.tips-layout{grid-template-columns:1fr}
      .filter-panel{margin-top:22px}
      .preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .coupon-inner{grid-template-columns:1fr}
      .coupon-price{max-width:320px}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width: 767.98px){
      .section{padding:56px 0}
      .page-hero{padding:42px 0 36px}
      .section-head{display:block}
      .filter-box{padding:18px}
      .preview-grid{grid-template-columns:1fr}
      .ticket-top{display:block}
      .ticket-price{text-align:left;margin-top:16px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:grid}
    }
    @media (max-width: 575.98px){
      .brand-row{min-height:auto;padding:12px 0}
      .brand-mark{width:38px;height:38px;border-radius:14px}
      .brand-logo span:last-child{font-size:17px}
      .header-actions{width:100%;justify-content:space-between;gap:7px}
      .safe-chip{display:none}
      .age-chip{height:34px;font-size:12px}
      .btn-brand,.btn-soft,.btn-outline-warm{width:100%;padding:0 15px}
      .header-actions .btn-brand{width:auto;min-height:36px;font-size:13px}
      .page-title{font-size:32px}
      .page-desc{font-size:15px}
      .guard-strip{gap:8px}
      .guard-item{font-size:12px;padding:8px 10px}
      .coupon-banner{padding:24px 20px}
      .coupon-price{min-width:0;width:100%}
      .preview-actions .small-btn{width:100%}
    }
