/* roulang page: index */
:root{
      --c-ink:#1B1026;
      --c-berry:#4A163A;
      --c-rose:#E14D8B;
      --c-violet:#8B5CF6;
      --c-cream:#FFF7F0;
      --c-mist:#F3EEF4;
      --c-text:#201820;
      --c-muted:#7A6B78;
      --c-line:rgba(255,255,255,.14);
      --c-soft-line:#E8DDE8;
      --radius-lg:28px;
      --radius-md:22px;
      --radius-sm:16px;
      --shadow-soft:0 18px 45px rgba(58,31,55,.10);
      --shadow-dark:0 30px 90px rgba(0,0,0,.28);
    }
    *{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(--c-text);
      background:linear-gradient(180deg,#fff7f0 0%,#f3eef4 48%,#fff7f0 100%);
      line-height:1.65;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    img,svg{max-width:100%;display:block}
    ::selection{background:rgba(225,77,139,.28)}
    .site-wrap{min-height:100vh;overflow:hidden}
    .container-x{width:min(1200px,calc(100% - 32px));margin-inline:auto}
    .no-scrollbar::-webkit-scrollbar{display:none}
    .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
    .line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
    .skip-focus:focus-visible,
    a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
      outline:3px solid rgba(225,77,139,.75);
      outline-offset:3px;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(27,16,38,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,255,255,.10);
      box-shadow:0 10px 40px rgba(10,6,18,.22);
    }
    .topbar{
      min-height:72px;
      display:flex;
      align-items:center;
      gap:22px;
      padding:12px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:270px;
    }
    .brand-mark{
      width:46px;height:46px;border-radius:16px;
      background:
        radial-gradient(circle at 35% 25%,rgba(255,255,255,.78),transparent 20%),
        linear-gradient(135deg,var(--c-rose),var(--c-violet));
      box-shadow:0 12px 30px rgba(225,77,139,.32);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:after{
      content:"18+";
      position:absolute;inset:auto 6px 6px auto;
      color:white;font-size:10px;font-weight:800;letter-spacing:.02em;
      background:rgba(27,16,38,.45);border-radius:999px;padding:1px 5px;
    }
    .brand-title{color:#fff;font-weight:800;font-size:16px;line-height:1.15;letter-spacing:-.02em}
    .brand-sub{color:rgba(255,255,255,.60);font-size:12px;margin-top:4px}
    .searchbar{
      flex:1;
      position:relative;
      max-width:500px;
    }
    .searchbar input{
      width:100%;
      height:46px;
      border:1px solid rgba(255,255,255,.16);
      border-radius:999px;
      background:rgba(255,255,255,.08);
      color:#fff;
      padding:0 18px 0 44px;
      transition:.22s ease;
    }
    .searchbar input::placeholder{color:rgba(255,255,255,.52)}
    .searchbar input:focus{
      border-color:rgba(225,77,139,.8);
      background:rgba(255,255,255,.12);
      box-shadow:0 0 0 5px rgba(225,77,139,.13);
    }
    .searchbar .icon{
      position:absolute;left:17px;top:50%;transform:translateY(-50%);
      color:rgba(255,255,255,.58);
    }
    .header-actions{display:flex;align-items:center;gap:10px}
    .mobile-menu-btn{display:none}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      border:0;border-radius:999px;
      min-height:44px;padding:0 20px;
      font-weight:700;
      transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--c-rose),var(--c-violet));
      box-shadow:0 12px 32px rgba(225,77,139,.30);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(225,77,139,.42)}
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.18);
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(225,77,139,.55)}
    .btn-light{
      color:var(--c-ink);
      background:#fff;
      border:1px solid rgba(74,22,58,.12);
      box-shadow:0 12px 28px rgba(58,31,55,.10);
    }
    .btn-light:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(58,31,55,.16)}
    .tabs-row{
      border-top:1px solid rgba(255,255,255,.08);
      padding:10px 0 12px;
    }
    .tabs{
      display:flex;
      gap:10px;
      overflow-x:auto;
      padding-bottom:1px;
    }
    .tab{
      display:inline-flex;align-items:center;gap:7px;
      padding:9px 15px;
      border-radius:999px;
      color:rgba(255,255,255,.74);
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      font-size:14px;
      white-space:nowrap;
      transition:.22s ease;
    }
    .tab:hover{color:#fff;border-color:rgba(225,77,139,.55);background:rgba(255,255,255,.11)}
    .tab.active{color:#fff;background:linear-gradient(135deg,rgba(225,77,139,.95),rgba(139,92,246,.95));border-color:transparent}

    .hero{
      position:relative;
      min-height:690px;
      display:flex;align-items:center;
      background:
        radial-gradient(circle at 80% 20%,rgba(139,92,246,.23),transparent 32%),
        radial-gradient(circle at 18% 38%,rgba(225,77,139,.20),transparent 28%),
        linear-gradient(135deg,#1B1026 0%,#34132F 52%,#4A163A 100%);
      color:#fff;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;inset:0;
      background-image:
        radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(120deg,transparent 0 60%,rgba(255,255,255,.05) 60% 61%,transparent 61%);
      background-size:22px 22px,100% 100%;
      opacity:.38;
    }
    .hero-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:54px;
      align-items:center;
      padding:88px 0 92px;
    }
    .badge{
      display:inline-flex;align-items:center;gap:8px;
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;font-weight:700;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.08);
      color:rgba(255,255,255,.88);
    }
    .badge.dark{
      color:var(--c-berry);
      background:rgba(225,77,139,.10);
      border-color:rgba(225,77,139,.18);
    }
    .hero h1{
      margin:22px 0 18px;
      font-size:clamp(34px,5vw,58px);
      line-height:1.12;
      font-weight:850;
      letter-spacing:-.045em;
    }
    .hero p.lead{
      max-width:610px;
      color:rgba(255,255,255,.76);
      font-size:18px;
      line-height:1.9;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
    .hero-note{
      margin-top:24px;
      color:rgba(255,255,255,.62);
      font-size:14px;
      display:flex;align-items:center;gap:10px;
    }
    .dashboard{
      position:relative;
      border-radius:32px;
      border:1px solid rgba(255,255,255,.16);
      background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.06));
      box-shadow:var(--shadow-dark);
      padding:22px;
      overflow:hidden;
    }
    .dashboard:before{
      content:"";
      position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:999px;
      background:rgba(225,77,139,.20);filter:blur(8px);
    }
    .dash-head{display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative}
    .dash-title{font-weight:800;font-size:18px}
    .status-dot{width:10px;height:10px;border-radius:99px;background:#47f0b2;box-shadow:0 0 0 7px rgba(71,240,178,.12)}
    .cover-wall{
      margin-top:20px;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:14px;
    }
    .cover{
      min-height:190px;border-radius:24px;
      border:1px solid rgba(255,255,255,.13);
      background:
        linear-gradient(145deg,rgba(225,77,139,.42),rgba(139,92,246,.30)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.10) 0 8px,transparent 8px 18px);
      position:relative;overflow:hidden;
      transition:.25s ease;
    }
    .cover.small{min-height:88px;border-radius:18px}
    .cover:after{
      content:"成人向标识";
      position:absolute;left:14px;bottom:14px;
      background:rgba(27,16,38,.72);
      color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;
    }
    .cover:hover{transform:scale(1.015);border-color:rgba(255,255,255,.28)}
    .dash-list{display:grid;gap:14px}
    .progress-card{
      margin-top:16px;padding:16px;border-radius:20px;
      background:rgba(27,16,38,.42);
      border:1px solid rgba(255,255,255,.10);
    }
    .bar{height:8px;background:rgba(255,255,255,.12);border-radius:99px;overflow:hidden;margin-top:10px}
    .bar span{display:block;height:100%;width:72%;background:linear-gradient(90deg,var(--c-rose),var(--c-violet));border-radius:inherit}

    .section{padding:96px 0}
    .section.tight{padding:72px 0}
    .section-head{
      display:flex;align-items:end;justify-content:space-between;gap:24px;
      margin-bottom:34px;
    }
    .eyebrow{color:var(--c-rose);font-weight:800;font-size:14px;letter-spacing:.08em}
    h2{
      margin:8px 0 0;
      font-size:clamp(27px,3.3vw,40px);
      line-height:1.22;
      font-weight:850;
      letter-spacing:-.035em;
    }
    .section-desc{color:var(--c-muted);max-width:560px;margin-top:10px}
    .channel-matrix{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      gap:18px;
    }
    .matrix-card{
      position:relative;
      min-height:210px;
      border-radius:var(--radius-lg);
      padding:26px;
      background:#fff;
      border:1px solid var(--c-soft-line);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
      transition:.24s ease;
    }
    .matrix-card.large{grid-column:span 6;min-height:280px}
    .matrix-card.small{grid-column:span 4}
    .matrix-card:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(58,31,55,.15);border-color:rgba(225,77,139,.34)}
    .matrix-card:after{
      content:"";
      position:absolute;right:-40px;bottom:-40px;width:140px;height:140px;border-radius:42px;
      transform:rotate(18deg);
      background:linear-gradient(135deg,rgba(225,77,139,.18),rgba(139,92,246,.14));
    }
    .card-tag{
      display:inline-flex;padding:5px 10px;border-radius:999px;
      color:var(--c-berry);background:rgba(225,77,139,.10);
      font-size:12px;font-weight:800;
      border:1px solid rgba(225,77,139,.14);
    }
    .matrix-card h3{font-size:24px;line-height:1.25;margin:18px 0 10px;font-weight:850;letter-spacing:-.025em}
    .matrix-card p{color:var(--c-muted);margin:0;max-width:420px}
    .arrow-link{
      display:inline-flex;align-items:center;gap:8px;margin-top:22px;
      color:var(--c-rose);font-weight:800;
    }
    .arrow-link span{transition:.2s ease}
    .arrow-link:hover span{transform:translateX(4px)}
    .stats-panel{
      border-radius:30px;
      background:linear-gradient(135deg,var(--c-ink),var(--c-berry));
      color:#fff;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow-dark);
    }
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
    .stat{
      padding:30px 28px;
      border-right:1px solid rgba(255,255,255,.12);
      position:relative;
    }
    .stat:last-child{border-right:0}
    .stat strong{display:block;font-size:34px;line-height:1;font-weight:900;letter-spacing:-.04em}
    .stat span{display:block;margin-top:10px;color:rgba(255,255,255,.68);font-size:14px}
    .featured-layout{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:22px;
      align-items:stretch;
    }
    .featured-main,.feature-list-item{
      background:#fff;border:1px solid var(--c-soft-line);box-shadow:var(--shadow-soft);
      transition:.24s ease;
    }
    .featured-main{border-radius:30px;overflow:hidden}
    .featured-main:hover,.feature-list-item:hover{transform:translateY(-4px);border-color:rgba(225,77,139,.34);box-shadow:0 28px 65px rgba(58,31,55,.15)}
    .abstract-thumb{
      aspect-ratio:16/9;
      background:
        radial-gradient(circle at 25% 25%,rgba(255,255,255,.55),transparent 16%),
        linear-gradient(135deg,rgba(225,77,139,.76),rgba(139,92,246,.58)),
        repeating-linear-gradient(90deg,rgba(27,16,38,.12) 0 10px,transparent 10px 22px);
      position:relative;
      overflow:hidden;
    }
    .abstract-thumb:after{
      content:"抽象封面";
      position:absolute;right:18px;bottom:16px;color:#fff;background:rgba(27,16,38,.55);
      border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;
    }
    .featured-body{padding:26px}
    .featured-body h3,.feature-list-item h3{font-weight:850;font-size:22px;line-height:1.3;margin:12px 0 8px}
    .featured-body p,.feature-list-item p{color:var(--c-muted);margin:0}
    .feature-list{display:grid;gap:16px}
    .feature-list-item{
      border-radius:24px;
      padding:18px;
      display:grid;
      grid-template-columns:128px 1fr;
      gap:16px;
      align-items:center;
    }
    .mini-thumb{
      height:96px;border-radius:18px;
      background:linear-gradient(135deg,rgba(74,22,58,.88),rgba(225,77,139,.42)),repeating-linear-gradient(0deg,rgba(255,255,255,.12) 0 7px,transparent 7px 15px);
    }
    .meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--c-muted);font-size:13px;margin-top:12px}
    .timeline{
      position:relative;
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:0;
      margin-top:34px;
    }
    .timeline:before{
      content:"";position:absolute;left:8%;right:8%;top:33px;height:2px;
      background:linear-gradient(90deg,rgba(225,77,139,.20),rgba(139,92,246,.42),rgba(225,77,139,.20));
    }
    .step{
      position:relative;
      padding:0 14px;
      text-align:center;
    }
    .step-num{
      width:66px;height:66px;border-radius:999px;margin:0 auto 18px;
      display:flex;align-items:center;justify-content:center;
      color:#fff;font-weight:900;font-size:20px;
      background:linear-gradient(135deg,var(--c-rose),var(--c-violet));
      box-shadow:0 16px 34px rgba(225,77,139,.28);
      position:relative;z-index:1;
    }
    .step h3{font-size:18px;font-weight:850;margin:0 0 8px}
    .step p{color:var(--c-muted);font-size:14px;margin:0}
    .faq-list{display:grid;gap:14px;max-width:900px;margin:34px auto 0}
    .faq-item{
      background:#fff;border:1px solid var(--c-soft-line);
      border-radius:22px;box-shadow:0 12px 32px rgba(58,31,55,.07);
      overflow:hidden;transition:.22s ease;
    }
    .faq-item.active{border-color:rgba(225,77,139,.42);box-shadow:0 20px 48px rgba(58,31,55,.12)}
    .faq-q{
      width:100%;background:transparent;border:0;
      display:flex;justify-content:space-between;align-items:center;gap:20px;
      padding:20px 22px;text-align:left;font-weight:850;color:var(--c-text);
    }
    .faq-icon{width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(225,77,139,.10);color:var(--c-rose);transition:.22s ease;flex:none}
    .faq-item.active .faq-icon{transform:rotate(45deg);background:var(--c-rose);color:#fff}
    .faq-a{display:none;padding:0 22px 22px;color:var(--c-muted)}
    .faq-item.active .faq-a{display:block}
    .contact-panel{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:22px;
      border-radius:34px;
      background:linear-gradient(135deg,var(--c-ink),var(--c-berry));
      color:#fff;
      padding:26px;
      box-shadow:var(--shadow-dark);
      overflow:hidden;
      position:relative;
    }
    .contact-panel:before{
      content:"";position:absolute;left:-70px;bottom:-90px;width:260px;height:260px;border-radius:999px;background:rgba(225,77,139,.16);filter:blur(4px)
    }
    .contact-info,.contact-form{position:relative;z-index:1}
    .contact-info{padding:22px}
    .contact-info p{color:rgba(255,255,255,.70)}
    .notice-card{
      margin-top:24px;
      padding:18px;border-radius:22px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(255,255,255,.07);
    }
    .contact-form{
      background:#fff;color:var(--c-text);
      border-radius:28px;padding:24px;
      box-shadow:0 18px 45px rgba(0,0,0,.18);
    }
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .field{display:grid;gap:7px;margin-bottom:14px}
    .field label{font-size:13px;font-weight:800;color:var(--c-berry)}
    .field input,.field select,.field textarea{
      width:100%;border:1px solid var(--c-soft-line);border-radius:16px;background:#fbf8fb;
      min-height:48px;padding:0 14px;color:var(--c-text);transition:.2s ease;
    }
    .field textarea{padding:13px 14px;min-height:126px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      border-color:var(--c-rose);background:#fff;box-shadow:0 0 0 5px rgba(225,77,139,.10);
    }
    .site-footer{
      background:var(--c-ink);
      color:#fff;
      padding:62px 0 28px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-title{font-weight:900;font-size:18px;margin-bottom:10px}
    .footer-text{color:rgba(255,255,255,.62);font-size:14px;max-width:460px}
    .footer-links{display:grid;gap:10px;color:rgba(255,255,255,.70);font-size:14px}
    .footer-links a:hover{color:#fff}
    .copyright{
      display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;
      padding-top:24px;color:rgba(255,255,255,.52);font-size:13px;
    }

    @media (max-width:1024px){
      .topbar{flex-wrap:wrap}
      .brand{min-width:auto;flex:1}
      .searchbar{order:3;max-width:none;flex-basis:100%}
      .hero-grid,.featured-layout,.contact-panel{grid-template-columns:1fr}
      .hero{min-height:auto}
      .channel-matrix{grid-template-columns:repeat(6,1fr)}
      .matrix-card.large,.matrix-card.small{grid-column:span 3}
      .stats-grid{grid-template-columns:repeat(2,1fr)}
      .stat:nth-child(2){border-right:0}
      .stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
      .timeline{grid-template-columns:1fr;gap:18px}
      .timeline:before{left:33px;right:auto;top:0;bottom:0;width:2px;height:auto}
      .step{text-align:left;padding-left:88px;min-height:82px}
      .step-num{position:absolute;left:0;top:0;margin:0;width:66px}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container-x{width:min(100% - 24px,1200px)}
      .header-actions .btn-primary{display:none}
      .mobile-menu-btn{
        display:inline-flex;
        width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.16);
        background:rgba(255,255,255,.08);color:#fff;align-items:center;justify-content:center;
      }
      .topbar{min-height:66px;gap:12px}
      .brand-title{font-size:14px}
      .brand-sub{display:none}
      .brand-mark{width:42px;height:42px}
      .desktop-nav-extra{display:none}
      .hero-grid{padding:58px 0 64px;gap:34px}
      .hero p.lead{font-size:16px}
      .dashboard{padding:16px;border-radius:26px}
      .section{padding:58px 0}
      .section.tight{padding:50px 0}
      .section-head{display:block;margin-bottom:24px}
      .channel-matrix{grid-template-columns:1fr}
      .matrix-card.large,.matrix-card.small{grid-column:span 1;min-height:210px}
      .feature-list-item{grid-template-columns:1fr}
      .mini-thumb{height:120px}
      .form-grid{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr}
      .copyright{display:block}
      .copyright span{display:block;margin-top:8px}
    }
    @media (max-width:520px){
      .hero-actions .btn{width:100%}
      .cover-wall{grid-template-columns:1fr}
      .cover{min-height:160px}
      .stats-grid{grid-template-columns:1fr}
      .stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)}
      .stat:last-child{border-bottom:0}
      .contact-panel{padding:14px;border-radius:26px}
      .contact-info{padding:14px}
      .contact-form{padding:18px;border-radius:22px}
    }

/* roulang page: category1 */
:root{
      --ink:#1B1026;
      --berry:#4A163A;
      --rose:#E14D8B;
      --violet:#8B5CF6;
      --cream:#FFF7F0;
      --mist:#F3EEF4;
      --text:#201820;
      --muted:#7A6B78;
      --line:rgba(255,255,255,.14);
      --line-light:#E8DDE8;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow-soft:0 18px 45px rgba(58,31,55,.10);
      --shadow-glow:0 24px 70px rgba(225,77,139,.22);
    }
    *{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 15% 0%, rgba(225,77,139,.14), transparent 28rem),
        radial-gradient(circle at 85% 12%, rgba(139,92,246,.12), transparent 32rem),
        linear-gradient(180deg,#fff7f0 0%,#f8f1f6 44%,#fff7f0 100%);
      line-height:1.65;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(225,77,139,.28)}
    :focus-visible{
      outline:3px solid rgba(225,77,139,.55);
      outline-offset:3px;
      border-radius:12px;
    }
    .container-x{
      width:min(1200px, calc(100% - 32px));
      margin-inline:auto;
    }
    .no-scrollbar::-webkit-scrollbar{display:none}
    .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
    .line-clamp-2{
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(27,16,38,.92);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(255,255,255,.12);
      box-shadow:0 10px 36px rgba(27,16,38,.18);
    }
    .topbar{
      min-height:72px;
      display:grid;
      grid-template-columns:auto minmax(260px,1fr) auto;
      gap:22px;
      align-items:center;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:250px;
    }
    .brand-mark{
      width:44px;height:44px;border-radius:16px;
      background:
        linear-gradient(135deg,var(--rose),var(--violet)),
        radial-gradient(circle at 30% 25%,rgba(255,255,255,.65),transparent 38%);
      position:relative;
      box-shadow:0 14px 30px rgba(225,77,139,.32);
      flex:0 0 auto;
    }
    .brand-mark:before,.brand-mark:after{
      content:"";
      position:absolute;
      left:10px;right:10px;
      height:3px;
      background:rgba(255,255,255,.82);
      border-radius:999px;
    }
    .brand-mark:before{top:14px}
    .brand-mark:after{bottom:14px}
    .brand-title{
      display:block;
      color:#fff;
      font-weight:800;
      letter-spacing:.01em;
      font-size:16px;
      line-height:1.15;
      max-width:310px;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-sub{
      display:inline-flex;
      margin-top:4px;
      color:#FFD9EA;
      font-size:12px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.07);
      border-radius:999px;
      padding:2px 8px;
    }
    .searchbar{
      height:46px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.08);
      border-radius:999px;
      display:flex;
      align-items:center;
      gap:10px;
      padding:0 16px;
      color:rgba(255,255,255,.72);
      transition:.25s ease;
    }
    .searchbar:focus-within{
      border-color:rgba(225,77,139,.75);
      box-shadow:0 0 0 4px rgba(225,77,139,.14);
      background:rgba(255,255,255,.11);
    }
    .searchbar .icon{font-size:19px;color:#FFD9EA}
    .searchbar input{
      width:100%;
      border:0;
      outline:0;
      color:#fff;
      background:transparent;
      min-width:0;
    }
    .searchbar input::placeholder{color:rgba(255,255,255,.56)}
    .header-actions{display:flex;align-items:center;gap:10px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      border-radius:999px;
      padding:0 18px;
      font-weight:700;
      font-size:14px;
      border:1px solid transparent;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
      white-space:nowrap;
    }
    .btn:hover{transform:translateY(-2px)}
    .btn:active{transform:translateY(0)}
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--violet));
      box-shadow:0 16px 34px rgba(225,77,139,.30);
    }
    .btn-primary:hover{box-shadow:0 18px 42px rgba(139,92,246,.34)}
    .btn-secondary{
      color:#fff;
      background:rgba(255,255,255,.08);
      border-color:rgba(255,255,255,.16);
    }
    .btn-secondary:hover{
      background:rgba(255,255,255,.13);
      border-color:rgba(225,77,139,.45);
    }
    .mobile-menu-btn{
      display:none;
      width:44px;height:44px;
      border-radius:14px;
      color:#fff;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.16);
    }
    .tabs-row{
      border-top:1px solid rgba(255,255,255,.08);
      padding:10px 0 12px;
    }
    .tabs{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      padding-bottom:1px;
    }
    .tab{
      flex:0 0 auto;
      color:rgba(255,255,255,.76);
      font-weight:700;
      font-size:14px;
      padding:9px 16px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      transition:.22s ease;
    }
    .tab:hover{
      color:#fff;
      border-color:rgba(225,77,139,.42);
      background:rgba(225,77,139,.12);
    }
    .tab.active{
      color:#fff;
      border-color:rgba(225,77,139,.65);
      background:linear-gradient(135deg,rgba(225,77,139,.92),rgba(139,92,246,.86));
      box-shadow:0 12px 28px rgba(225,77,139,.22);
    }

    .page-hero{
      position:relative;
      overflow:hidden;
      color:#fff;
      background:
        radial-gradient(circle at 78% 20%,rgba(139,92,246,.28),transparent 24rem),
        radial-gradient(circle at 18% 62%,rgba(225,77,139,.22),transparent 22rem),
        linear-gradient(135deg,var(--ink) 0%,var(--berry) 58%,#2B1837 100%);
      padding:54px 0 60px;
    }
    .page-hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size:34px 34px;
      opacity:.16;
      transform:skewY(-4deg) scale(1.1);
    }
    .page-hero:after{
      content:"";
      position:absolute;
      right:-80px;
      bottom:-120px;
      width:420px;height:260px;
      border:1px solid rgba(255,255,255,.15);
      border-radius:38px;
      transform:rotate(-12deg);
      background:
        repeating-linear-gradient(90deg,rgba(255,255,255,.12) 0 10px,transparent 10px 24px),
        linear-gradient(135deg,rgba(225,77,139,.10),rgba(139,92,246,.10));
      opacity:.55;
    }
    .hero-inner{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
      gap:34px;
      align-items:center;
    }
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.72);
      font-size:14px;
      margin-bottom:18px;
    }
    .breadcrumb a:hover{color:#fff}
    .hero-badge,.badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      font-weight:800;
      font-size:13px;
      letter-spacing:.01em;
    }
    .hero-badge{
      color:#fff;
      padding:8px 12px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.09);
      margin-bottom:16px;
    }
    .hero-title{
      font-size:clamp(32px,5vw,54px);
      line-height:1.12;
      font-weight:800;
      letter-spacing:-.03em;
      margin:0;
      max-width:760px;
    }
    .hero-desc{
      margin:18px 0 0;
      color:rgba(255,255,255,.78);
      font-size:17px;
      max-width:690px;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .status-panel{
      border:1px solid rgba(255,255,255,.14);
      border-radius:var(--radius-xl);
      padding:22px;
      background:rgba(255,255,255,.08);
      box-shadow:var(--shadow-glow);
    }
    .panel-top{
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      margin-bottom:16px;
    }
    .panel-title{font-weight:800;font-size:18px}
    .panel-note{
      color:#FFD9EA;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(225,77,139,.18);
      padding:5px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .mini-cover{
      height:124px;
      border-radius:22px;
      overflow:hidden;
      position:relative;
      background:
        linear-gradient(135deg,rgba(225,77,139,.86),rgba(139,92,246,.72)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.18) 0 8px,transparent 8px 22px);
    }
    .mini-cover:after{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.28);
      background:rgba(27,16,38,.22);
    }
    .panel-list{display:grid;gap:10px;margin-top:16px}
    .panel-line{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:center;
      color:rgba(255,255,255,.78);
      border:1px solid rgba(255,255,255,.10);
      background:rgba(0,0,0,.12);
      border-radius:16px;
      padding:11px 12px;
      font-size:14px;
    }
    .panel-line strong{color:#fff}

    .section{padding:72px 0}
    .section-tight{padding:54px 0}
    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .eyebrow{
      color:var(--rose);
      font-size:13px;
      font-weight:900;
      letter-spacing:.08em;
      margin-bottom:8px;
    }
    .section-title{
      margin:0;
      font-size:clamp(26px,3vw,38px);
      line-height:1.18;
      font-weight:800;
      letter-spacing:-.02em;
    }
    .section-desc{
      margin:10px 0 0;
      color:var(--muted);
      max-width:650px;
    }
    .filter-wrap{
      position:sticky;
      top:126px;
      z-index:35;
      padding:14px 0;
      background:rgba(255,247,240,.82);
      backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(232,221,232,.78);
    }
    .filter-bar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      border:1px solid var(--line-light);
      border-radius:24px;
      padding:12px;
      background:rgba(255,255,255,.72);
      box-shadow:0 12px 30px rgba(58,31,55,.07);
    }
    .chips{
      display:flex;
      gap:9px;
      overflow-x:auto;
      min-width:0;
    }
    .chip{
      flex:0 0 auto;
      border:1px solid var(--line-light);
      background:#fff;
      color:#5c4d59;
      border-radius:999px;
      padding:9px 14px;
      font-size:14px;
      font-weight:800;
      transition:.22s ease;
    }
    .chip:hover{
      border-color:rgba(225,77,139,.55);
      color:var(--rose);
      transform:translateY(-1px);
    }
    .chip.active{
      color:#fff;
      border-color:transparent;
      background:linear-gradient(135deg,var(--rose),var(--violet));
      box-shadow:0 12px 24px rgba(225,77,139,.20);
    }
    .filter-search{
      width:260px;
      height:42px;
      border:1px solid var(--line-light);
      border-radius:999px;
      padding:0 14px;
      background:#fff;
      outline:0;
      transition:.2s ease;
      flex:0 0 auto;
    }
    .filter-search:focus{
      border-color:rgba(225,77,139,.65);
      box-shadow:0 0 0 4px rgba(225,77,139,.12);
    }

    .content-layout{
      display:grid;
      grid-template-columns:minmax(0,8fr) minmax(280px,4fr);
      gap:28px;
      align-items:start;
    }
    .feature-strip{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-xl);
      border:1px solid rgba(255,255,255,.12);
      color:#fff;
      background:
        radial-gradient(circle at 12% 28%,rgba(225,77,139,.30),transparent 18rem),
        linear-gradient(135deg,var(--ink),var(--berry));
      padding:26px;
      margin-bottom:18px;
      box-shadow:var(--shadow-soft);
    }
    .feature-strip:before{
      content:"";
      position:absolute;
      right:22px;top:18px;
      width:170px;height:110px;
      border-radius:24px;
      opacity:.52;
      background:
        repeating-linear-gradient(90deg,rgba(255,255,255,.18) 0 9px,transparent 9px 21px),
        linear-gradient(135deg,rgba(225,77,139,.4),rgba(139,92,246,.34));
      transform:rotate(7deg);
    }
    .feature-strip>*{position:relative;z-index:1}
    .feature-strip h2{
      margin:8px 0 8px;
      font-size:26px;
      line-height:1.25;
      font-weight:800;
    }
    .feature-strip p{
      max-width:620px;
      color:rgba(255,255,255,.76);
      margin:0 0 18px;
    }
    .badge{
      color:var(--rose);
      padding:6px 10px;
      background:rgba(225,77,139,.10);
      border:1px solid rgba(225,77,139,.22);
    }
    .badge.dark{
      color:#fff;
      border-color:rgba(255,255,255,.18);
      background:rgba(255,255,255,.09);
    }
    .content-list{display:grid;gap:16px}
    .content-card{
      display:grid;
      grid-template-columns:178px minmax(0,1fr);
      gap:18px;
      border:1px solid var(--line-light);
      border-radius:var(--radius-lg);
      padding:14px;
      background:rgba(255,255,255,.78);
      box-shadow:0 14px 36px rgba(58,31,55,.07);
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .content-card:hover{
      transform:translateY(-4px);
      border-color:rgba(225,77,139,.36);
      box-shadow:0 20px 52px rgba(58,31,55,.12);
    }
    .thumb{
      min-height:128px;
      border-radius:18px;
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.34),transparent 34%),
        linear-gradient(135deg,rgba(225,77,139,.88),rgba(139,92,246,.72));
    }
    .thumb.alt{background:linear-gradient(135deg,#4A163A,#E14D8B 55%,#8B5CF6)}
    .thumb.soft{background:linear-gradient(135deg,#2d1b3f,#6d2b66 55%,#e14d8b)}
    .thumb:before{
      content:"18+";
      position:absolute;
      left:12px;top:12px;
      color:#fff;
      font-weight:900;
      font-size:12px;
      background:rgba(27,16,38,.62);
      border:1px solid rgba(255,255,255,.20);
      border-radius:999px;
      padding:4px 8px;
    }
    .thumb:after{
      content:"";
      position:absolute;
      left:16px;right:16px;bottom:16px;
      height:34px;
      border-radius:12px;
      background:repeating-linear-gradient(90deg,rgba(255,255,255,.28) 0 10px,transparent 10px 20px);
      opacity:.75;
    }
    .card-body{min-width:0}
    .card-meta{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:8px;
    }
    .time{
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }
    .content-card h3{
      margin:0 0 8px;
      font-size:20px;
      line-height:1.35;
      font-weight:800;
      letter-spacing:-.01em;
    }
    .content-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
    }
    .card-foot{
      margin-top:14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
    }
    .text-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--rose);
      font-weight:900;
      font-size:14px;
      transition:.22s ease;
    }
    .text-link:hover{gap:10px;color:var(--violet)}
    .level{
      color:#5f5160;
      font-size:13px;
      font-weight:800;
      background:#F8EEF4;
      border:1px solid var(--line-light);
      border-radius:999px;
      padding:5px 9px;
    }

    .sidebar{
      display:grid;
      gap:16px;
      position:sticky;
      top:212px;
    }
    .side-card{
      border:1px solid var(--line-light);
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.78);
      box-shadow:0 14px 36px rgba(58,31,55,.07);
      padding:20px;
    }
    .side-card.dark{
      color:#fff;
      border-color:rgba(255,255,255,.12);
      background:
        radial-gradient(circle at 80% 0,rgba(225,77,139,.28),transparent 14rem),
        linear-gradient(145deg,var(--ink),var(--berry));
    }
    .side-title{
      margin:0 0 14px;
      font-size:18px;
      font-weight:900;
    }
    .tag-cloud{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }
    .tag{
      border:1px solid var(--line-light);
      background:#fff;
      border-radius:999px;
      color:#685a66;
      padding:7px 10px;
      font-size:13px;
      font-weight:800;
      transition:.2s ease;
    }
    .tag:hover{
      color:var(--rose);
      border-color:rgba(225,77,139,.46);
      transform:translateY(-1px);
    }
    .update-list{display:grid;gap:12px}
    .update-item{
      display:flex;
      gap:10px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line-light);
    }
    .update-item:last-child{border-bottom:0;padding-bottom:0}
    .dot{
      width:10px;height:10px;
      margin-top:8px;
      border-radius:999px;
      flex:0 0 auto;
      background:linear-gradient(135deg,var(--rose),var(--violet));
      box-shadow:0 0 0 4px rgba(225,77,139,.12);
    }
    .update-item strong{
      display:block;
      line-height:1.4;
      font-size:14px;
    }
    .update-item span{
      color:var(--muted);
      font-size:13px;
    }
    .side-card.dark .update-item{border-color:rgba(255,255,255,.12)}
    .side-card.dark .update-item span{color:rgba(255,255,255,.65)}
    .side-card.dark p{color:rgba(255,255,255,.75)}
    .side-card p{margin:0;color:var(--muted)}

    .mini-faq{display:grid;gap:10px}
    .faq-item{
      border:1px solid var(--line-light);
      border-radius:18px;
      background:rgba(255,255,255,.78);
      overflow:hidden;
      transition:.22s ease;
    }
    .faq-item.open{
      border-color:rgba(225,77,139,.34);
      box-shadow:0 12px 30px rgba(225,77,139,.10);
    }
    .faq-q{
      width:100%;
      border:0;
      background:transparent;
      padding:15px 16px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      color:var(--text);
      font-weight:900;
      text-align:left;
    }
    .faq-icon{
      width:24px;height:24px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--violet));
      transition:.22s ease;
      flex:0 0 auto;
    }
    .faq-item.open .faq-icon{transform:rotate(45deg)}
    .faq-a{
      display:none;
      padding:0 16px 16px;
      color:var(--muted);
      font-size:14px;
    }
    .faq-item.open .faq-a{display:block}

    .pager{
      margin-top:28px;
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:10px;
    }
    .page-btn{
      min-width:42px;
      height:42px;
      border-radius:14px;
      border:1px solid var(--line-light);
      background:#fff;
      color:#5f5160;
      font-weight:900;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 14px;
      transition:.22s ease;
    }
    .page-btn:hover{
      transform:translateY(-2px);
      border-color:rgba(225,77,139,.48);
      color:var(--rose);
    }
    .page-btn.current{
      color:#fff;
      border-color:transparent;
      background:linear-gradient(135deg,var(--rose),var(--violet));
      box-shadow:0 12px 26px rgba(225,77,139,.20);
    }
    .load-more-mobile{display:none;margin-top:24px}

    .cta-band{
      color:#fff;
      border-radius:32px;
      padding:30px;
      overflow:hidden;
      position:relative;
      background:
        radial-gradient(circle at 85% 30%,rgba(139,92,246,.30),transparent 20rem),
        linear-gradient(135deg,var(--ink),var(--berry));
      box-shadow:var(--shadow-glow);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .cta-band:before{
      content:"";
      position:absolute;
      inset:0;
      background:repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 8px,transparent 8px 22px);
      opacity:.38;
    }
    .cta-band>*{position:relative;z-index:1}
    .cta-band h2{
      margin:0 0 8px;
      font-size:28px;
      font-weight:900;
      line-height:1.25;
    }
    .cta-band p{
      margin:0;
      color:rgba(255,255,255,.74);
      max-width:680px;
    }

    .site-footer{
      color:#fff;
      background:var(--ink);
      padding:54px 0 28px;
      border-top:1px solid rgba(255,255,255,.10);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr 1fr;
      gap:34px;
    }
    .footer-title{
      font-weight:900;
      font-size:17px;
      margin-bottom:12px;
    }
    .footer-text{
      margin:0;
      color:rgba(255,255,255,.68);
      max-width:520px;
    }
    .footer-links{
      display:grid;
      gap:9px;
      color:rgba(255,255,255,.68);
      font-size:14px;
    }
    .footer-links a{transition:.2s ease}
    .footer-links a:hover{color:#fff;transform:translateX(2px)}
    .copyright{
      margin-top:36px;
      padding-top:18px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.58);
      font-size:13px;
    }

    @media (max-width:1024px){
      .topbar{grid-template-columns:auto 1fr auto;gap:14px}
      .brand{min-width:0}
      .brand-title{max-width:230px}
      .desktop-nav-extra{display:none}
      .hero-inner{grid-template-columns:1fr}
      .status-panel{max-width:620px}
      .filter-wrap{top:126px}
      .content-layout{grid-template-columns:1fr}
      .sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
      .side-card.dark{grid-column:span 2}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container-x{width:min(100% - 24px,1200px)}
      .site-header{position:sticky}
      .topbar{
        min-height:auto;
        padding:14px 0;
        grid-template-columns:1fr auto;
      }
      .brand-title{max-width:calc(100vw - 140px)}
      .searchbar{
        grid-column:1 / -1;
        order:3;
        height:44px;
      }
      .mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center}
      .header-actions{gap:8px}
      .header-actions .btn-primary{display:none}
      .tabs-row{padding:9px 0 11px}
      .page-hero{padding:38px 0 44px}
      .hero-desc{font-size:16px}
      .status-panel{padding:18px}
      .filter-wrap{top:129px}
      .filter-bar{
        align-items:stretch;
        flex-direction:column;
        border-radius:20px;
      }
      .filter-search{width:100%}
      .section{padding:52px 0}
      .section-tight{padding:42px 0}
      .section-head{align-items:start;flex-direction:column}
      .content-card{grid-template-columns:1fr}
      .thumb{min-height:170px}
      .sidebar{grid-template-columns:1fr}
      .side-card.dark{grid-column:auto}
      .cta-band{align-items:flex-start;flex-direction:column;border-radius:26px}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:520px){
      .brand-mark{width:40px;height:40px;border-radius:14px}
      .brand-title{font-size:14px;max-width:220px}
      .brand-sub{font-size:11px}
      .tab{padding:8px 13px;font-size:13px}
      .hero-title{font-size:32px}
      .hero-actions .btn{width:100%}
      .panel-top{align-items:flex-start;flex-direction:column}
      .feature-strip{padding:20px;border-radius:24px}
      .feature-strip:before{opacity:.22}
      .pager{display:none}
      .load-more-mobile{display:flex}
      .copyright{display:grid}
    }
