/* roulang page: index */
:root{
      --bg:#07070A;
      --bg-2:#101018;
      --bg-3:#15111E;
      --panel:rgba(255,255,255,.055);
      --panel-2:rgba(255,255,255,.08);
      --line:rgba(255,255,255,.10);
      --line-2:rgba(255,255,255,.16);
      --text:#F6F3FF;
      --muted:#A8A2B8;
      --soft:#7E7891;
      --pink:#FF2E88;
      --pink-2:#FF3D6E;
      --violet:#7C5CFF;
      --green:#16F2B3;
      --orange:#FF8E5E;
      --shadow:0 24px 70px rgba(0,0,0,.45);
      --shadow-soft:0 14px 40px rgba(0,0,0,.30);
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --radius-sm:12px;
      --sidebar:106px;
      --gap:24px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:
        radial-gradient(1200px 680px at 18% 12%, rgba(124,92,255,.16), transparent 55%),
        radial-gradient(900px 520px at 82% 14%, rgba(255,46,136,.14), transparent 46%),
        radial-gradient(820px 520px at 70% 84%, rgba(22,242,179,.10), transparent 48%),
        linear-gradient(180deg, #07070A 0%, #0A0A0F 36%, #0C0C12 100%);
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      line-height:1.75;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(transparent 0%, rgba(255,255,255,.02) 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.014) 0, rgba(255,255,255,.014) 1px, transparent 1px, transparent 8px);
      opacity:.22;
      mix-blend-mode:screen;
    }
    a{color:inherit;text-decoration:none;transition:.25s ease}
    a:hover,a:focus{color:#fff}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    .site-shell{position:relative;min-height:100vh}
    .desktop-sidebar{
      position:fixed;
      left:0;top:0;bottom:0;
      width:var(--sidebar);
      padding:18px 14px 16px;
      background:rgba(10,10,14,.84);
      border-right:1px solid var(--line);
      backdrop-filter:blur(18px);
      z-index:40;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      box-shadow:inset -1px 0 0 rgba(255,255,255,.03);
    }
    .brand-mark{
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:10px;
      padding:10px 6px 14px;
      border:1px solid rgba(255,255,255,.08);
      border-radius:22px;
      background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
      box-shadow:var(--shadow-soft);
    }
    .brand-badge{
      width:44px;height:44px;border-radius:15px;
      display:grid;place-items:center;
      background:linear-gradient(145deg, rgba(255,46,136,.95), rgba(124,92,255,.92));
      color:#fff;font-size:17px;font-weight:800;letter-spacing:.5px;
      box-shadow:0 10px 28px rgba(255,46,136,.28), 0 0 0 1px rgba(255,255,255,.06) inset;
    }
    .brand-text{
      text-align:center;
      font-size:13px;
      line-height:1.35;
      font-weight:800;
      color:#fff;
      word-break:break-word;
    }
    .brand-sub{
      text-align:center;
      font-size:11px;
      color:var(--muted);
      line-height:1.4;
      margin-top:2px;
    }
    .side-menu{
      margin:18px 0 auto;
      padding:0;
      list-style:none;
    }
    .side-menu li{margin:10px 0}
    .side-menu a{
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      min-height:68px;
      gap:6px;
      padding:10px 8px;
      border-radius:18px;
      border:1px solid transparent;
      color:var(--muted);
      background:transparent;
      position:relative;
      text-align:center;
    }
    .side-menu a::before{
      content:"";
      position:absolute;
      left:8px;top:50%;
      width:3px;height:0;
      transform:translateY(-50%);
      border-radius:999px;
      background:linear-gradient(180deg, var(--pink), var(--violet));
      transition:.25s ease;
      box-shadow:0 0 18px rgba(255,46,136,.5);
    }
    .side-menu a:hover,
    .side-menu li.is-active a{
      background:rgba(255,255,255,.06);
      color:#fff;
      border-color:rgba(255,255,255,.10);
      transform:translateX(2px);
    }
    .side-menu a:hover::before,
    .side-menu li.is-active a::before{height:28px}
    .side-menu .menu-title{
      font-size:12px;
      font-weight:750;
      line-height:1.1;
    }
    .side-menu .menu-sub{
      font-size:10px;
      line-height:1.2;
      color:inherit;
      opacity:.76;
    }
    .sidebar-foot{
      padding-top:14px;
      border-top:1px solid var(--line);
      color:var(--muted);
      font-size:11px;
      line-height:1.55;
      letter-spacing:.02em;
    }
    .mobile-header{
      position:sticky;
      top:0;
      z-index:55;
      display:none;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      background:rgba(8,8,12,.88);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(18px);
    }
    .mobile-brand{
      display:flex;align-items:center;gap:10px;min-width:0;
    }
    .mobile-brand .brand-badge{width:40px;height:40px;border-radius:14px;font-size:15px;flex:0 0 auto}
    .mobile-brand .brand-text{font-size:12px;text-align:left}
    .menu-toggle{
      width:42px;height:42px;border-radius:14px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.05);
      display:grid;place-items:center;
      color:#fff;
      box-shadow:var(--shadow-soft);
    }
    .menu-toggle span{
      display:block;
      width:18px;height:2px;
      background:#fff;border-radius:999px;
      position:relative;
    }
    .menu-toggle span::before,
    .menu-toggle span::after{
      content:"";
      position:absolute;left:0;width:18px;height:2px;background:#fff;border-radius:999px;
      transition:.2s ease;
    }
    .menu-toggle span::before{top:-6px}
    .menu-toggle span::after{top:6px}
    .mobile-drawer{
      position:absolute;
      left:0;right:0;top:100%;
      background:rgba(10,10,14,.98);
      border-bottom:1px solid var(--line);
      padding:12px 16px 18px;
      display:none;
      box-shadow:0 18px 40px rgba(0,0,0,.34);
    }
    .mobile-drawer.open{display:block}
    .mobile-drawer a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      min-height:54px;
      padding:0 14px;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.08);
      background:rgba(255,255,255,.04);
      margin-top:10px;
      color:var(--text);
    }
    .mobile-drawer a.is-active{
      background:linear-gradient(145deg, rgba(255,46,136,.18), rgba(124,92,255,.16));
      border-color:rgba(255,46,136,.26);
    }
    .mobile-drawer small{color:var(--muted)}
    .content-area{
      margin-left:var(--sidebar);
      position:relative;
      z-index:2;
    }
    .content-wrap{
      width:min(1320px, calc(100vw - var(--sidebar)));
      padding:24px 28px 56px;
      margin:0 auto;
    }
    .page-section{
      margin:0 0 84px;
      position:relative;
    }
    .section-head{
      margin-bottom:24px;
      max-width:860px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin:0 0 12px;
      font-size:12px;
      font-weight:700;
      color:#fff;
      letter-spacing:.08em;
      text-transform:none;
    }
    .eyebrow::before{
      content:"";
      width:28px;height:2px;
      background:linear-gradient(90deg, var(--pink), var(--violet));
      border-radius:999px;
      box-shadow:0 0 18px rgba(255,46,136,.55);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(32px,4.2vw,56px);
      line-height:1.16;
      letter-spacing:-.02em;
      margin-bottom:16px;
      font-weight:800;
      text-wrap:balance;
    }
    h2{
      font-size:clamp(26px,2.6vw,36px);
      line-height:1.2;
      margin-bottom:12px;
      font-weight:800;
      letter-spacing:-.02em;
    }
    h3{
      font-size:clamp(19px,1.8vw,24px);
      line-height:1.28;
      font-weight:750;
      margin-bottom:10px;
    }
    .lead{
      color:var(--muted);
      font-size:16px;
      line-height:1.86;
      max-width:760px;
      margin-bottom:22px;
    }
    .tag-row,.chip-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.05);
      color:#ece8fb;
      font-size:12px;
      line-height:1;
      white-space:nowrap;
    }
    .chip strong{font-weight:750}
    .chip.pink{background:rgba(255,46,136,.12);border-color:rgba(255,46,136,.20)}
    .chip.green{background:rgba(22,242,179,.10);border-color:rgba(22,242,179,.18)}
    .chip.violet{background:rgba(124,92,255,.12);border-color:rgba(124,92,255,.22)}
    .chip.orange{background:rgba(255,142,94,.11);border-color:rgba(255,142,94,.18)}
    .btn-row{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin:24px 0 14px;
    }
    .button{
      border-radius:999px;
      padding:14px 20px;
      font-weight:700;
      letter-spacing:.01em;
      transition:.25s ease;
      border:1px solid transparent;
      box-shadow:none;
    }
    .button.primary{
      background:linear-gradient(135deg, var(--pink), var(--violet));
      color:#fff;
      box-shadow:0 14px 28px rgba(255,46,136,.22), 0 8px 24px rgba(124,92,255,.16);
    }
    .button.primary:hover,
    .button.primary:focus{
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(255,46,136,.30), 0 10px 28px rgba(124,92,255,.22);
      color:#fff;
    }
    .button.secondary{
      background:rgba(255,255,255,.04);
      border-color:rgba(255,255,255,.14);
      color:var(--text);
    }
    .button.secondary:hover,
    .button.secondary:focus{
      color:#fff;
      background:rgba(124,92,255,.12);
      border-color:rgba(124,92,255,.26);
      transform:translateY(-2px);
    }
    .button.ghost{
      background:transparent;
      border-color:rgba(255,255,255,.12);
      color:var(--muted);
    }
    .button.ghost:hover,.button.ghost:focus{
      color:#fff;
      border-color:rgba(255,255,255,.22);
      background:rgba(255,255,255,.04);
    }
    .micro-note{
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .panel{
      position:relative;
      overflow:hidden;
      background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.045));
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      backdrop-filter:blur(14px);
    }
    .panel::before{
      content:"";
      position:absolute;
      inset:0 auto auto 0;
      width:100%;
      height:2px;
      background:linear-gradient(90deg, transparent, var(--pink), var(--violet), var(--green), transparent);
      opacity:.8;
    }
    .panel:hover{
      border-color:rgba(255,255,255,.14);
      box-shadow:0 18px 60px rgba(0,0,0,.52);
    }
    .hero-grid{
      align-items:stretch;
    }
    .hero-copy{
      padding:8px 0;
    }
    .hero-copy .micro-note{
      max-width:620px;
    }
    .hero-stack{
      display:grid;
      gap:16px;
    }
    .hero-board{
      padding:20px;
    }
    .hero-board-top{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:14px;
      margin-bottom:18px;
    }
    .hero-board-top strong{
      display:block;
      font-size:18px;
      line-height:1.3;
      margin-top:6px;
      color:#fff;
    }
    .hero-bubble{
      width:52px;height:52px;border-radius:18px;
      background:linear-gradient(145deg, rgba(255,46,136,.22), rgba(124,92,255,.18));
      border:1px solid rgba(255,255,255,.10);
      display:grid;place-items:center;
      color:#fff;font-weight:800;
      box-shadow:0 0 0 1px rgba(255,255,255,.02) inset;
      flex:0 0 auto;
    }
    .hero-bubble::before{
      content:"";
      width:16px;height:16px;border-radius:50%;
      background:linear-gradient(135deg, var(--green), var(--pink));
      box-shadow:0 0 18px rgba(22,242,179,.55);
    }
    .meter-list{
      display:grid;
      gap:14px;
      margin:18px 0 0;
    }
    .meter-item{
      display:grid;
      grid-template-columns:1fr auto;
      gap:10px;
      align-items:center;
    }
    .meter-item .label{
      display:flex;
      justify-content:space-between;
      gap:10px;
      font-size:13px;
      color:var(--muted);
      margin-bottom:8px;
    }
    .meter-track{
      grid-column:1/-1;
      width:100%;
      height:10px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
    }
    .meter-track span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--green), var(--violet), var(--pink));
      box-shadow:0 0 20px rgba(124,92,255,.32);
    }
    .stat-grid{
      margin-top:16px;
    }
    .stat-card{
      padding:16px 16px 14px;
      border-radius:20px;
      background:rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.09);
      min-height:118px;
      position:relative;
      overflow:hidden;
    }
    .stat-card::after{
      content:"";
      position:absolute;
      left:0;bottom:0;
      width:100%;
      height:3px;
      background:linear-gradient(90deg, transparent, var(--pink), var(--violet), transparent);
      opacity:.7;
    }
    .stat-card .num{
      display:block;
      font-size:28px;
      line-height:1;
      font-weight:800;
      margin-bottom:10px;
      letter-spacing:-.03em;
    }
    .stat-card .desc{
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
    }
    .stat-card small{
      display:inline-flex;
      align-items:center;
      gap:6px;
      margin-top:10px;
      font-size:12px;
      color:#ece8fb;
    }
    .stat-card small::before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--green);
      box-shadow:0 0 14px rgba(22,242,179,.55);
    }
    .quick-strip{
      margin-top:14px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .quick-strip .chip{
      background:rgba(255,255,255,.04);
    }
    .matrix-grid{
      display:grid;
      gap:18px;
    }
    .matrix-grid .wide-card,
    .matrix-grid .tall-card,
    .matrix-grid .mini-card{
      padding:20px;
    }
    .card-title-line{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }
    .card-title-line .index{
      font-size:12px;
      color:var(--muted);
      letter-spacing:.1em;
    }
    .card-title-line .status{
      font-size:12px;
      color:#fff;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(22,242,179,.10);
      border:1px solid rgba(22,242,179,.18);
    }
    .feature-list{
      list-style:none;
      margin:14px 0 0;
      padding:0;
      display:grid;
      gap:12px;
    }
    .feature-list li{
      position:relative;
      padding-left:20px;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }
    .feature-list li::before{
      content:"";
      position:absolute;
      left:0;top:.75em;
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg, var(--green), var(--violet));
      box-shadow:0 0 14px rgba(124,92,255,.35);
    }
    .mini-card .mini-kv{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:10px;
      margin-bottom:12px;
    }
    .mini-card .mini-kv strong{
      font-size:24px;
      line-height:1;
      font-weight:800;
    }
    .mini-card .mini-kv span{
      font-size:12px;
      color:var(--muted);
    }
    .mini-card .mini-desc{
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
      min-height:58px;
    }
    .mini-badges{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .mini-badges .chip{
      height:30px;
      padding:0 10px;
      font-size:11px;
    }
    .compare-grid{
      display:grid;
      gap:18px;
    }
    .compare-col{
      padding:22px;
      min-height:100%;
    }
    .compare-col h3{
      margin-bottom:6px;
    }
    .compare-col .micro-note{margin-bottom:16px}
    .compare-row{
      display:grid;
      grid-template-columns:144px 1fr;
      gap:14px;
      align-items:center;
      padding:12px 0;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .compare-row:first-of-type{border-top:none;padding-top:0}
    .compare-row .key{
      color:#fff;
      font-size:14px;
      font-weight:700;
    }
    .compare-row .value{
      color:var(--muted);
      font-size:14px;
      line-height:1.65;
    }
    .compare-bar{
      margin-top:8px;
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
    }
    .compare-bar span{
      display:block;height:100%;
      border-radius:inherit;
    }
    .compare-col.left .compare-bar span{
      background:linear-gradient(90deg, rgba(255,255,255,.34), rgba(255,142,94,.32));
      width:56%;
    }
    .compare-col.right .compare-bar span{
      background:linear-gradient(90deg, var(--green), var(--violet), var(--pink));
      width:82%;
    }
    .compare-note{
      margin-top:14px;
      padding:14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .accordion{
      border:none;
      background:transparent;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.04);
      box-shadow:var(--shadow-soft);
    }
    .accordion-title{
      color:#fff;
      font-size:16px;
      line-height:1.5;
      padding:18px 20px;
      background:transparent;
      border:none;
      position:relative;
      outline:none;
    }
    .accordion-title::before{
      border-color:transparent transparent transparent #fff;
      right:18px;
      top:50%;
      margin-top:-5px;
    }
    .accordion-title:hover,
    .accordion-title:focus{
      background:rgba(255,255,255,.03);
      color:#fff;
    }
    .is-active > .accordion-title{
      background:linear-gradient(90deg, rgba(255,46,136,.14), rgba(124,92,255,.08));
    }
    .accordion-content{
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
      padding:0 20px 18px;
      border:none;
      background:transparent;
    }
    .accordion-content p:last-child{margin-bottom:0}
    .form-shell{
      padding:22px;
    }
    .form-grid{
      display:grid;
      gap:18px;
      align-items:start;
    }
    .steps{
      display:grid;
      gap:12px;
      margin-top:16px;
    }
    .step{
      display:flex;
      gap:12px;
      padding:14px 14px 14px 16px;
      border-radius:18px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
    }
    .step .step-num{
      width:32px;height:32px;border-radius:12px;
      display:grid;place-items:center;
      flex:0 0 auto;
      font-weight:800;
      color:#fff;
      background:linear-gradient(145deg, rgba(255,46,136,.82), rgba(124,92,255,.82));
      box-shadow:0 10px 20px rgba(255,46,136,.18);
    }
    .step .step-text{
      color:var(--muted);
      font-size:14px;
      line-height:1.72;
    }
    .step .step-text strong{color:#fff}
    .feedback-form label{
      display:block;
      font-size:13px;
      color:#ece8fb;
      margin-bottom:8px;
      font-weight:650;
    }
    .feedback-form .field{
      margin-bottom:14px;
    }
    .feedback-form input,
    .feedback-form select,
    .feedback-form textarea{
      width:100%;
      border-radius:16px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(8,8,12,.68);
      color:var(--text);
      min-height:50px;
      padding:13px 14px;
      transition:.22s ease;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
    }
    .feedback-form textarea{
      min-height:128px;
      resize:vertical;
      line-height:1.7;
    }
    .feedback-form input::placeholder,
    .feedback-form textarea::placeholder{
      color:#7e7891;
    }
    .feedback-form input:focus,
    .feedback-form select:focus,
    .feedback-form textarea:focus{
      outline:none;
      border-color:rgba(124,92,255,.55);
      box-shadow:0 0 0 3px rgba(124,92,255,.14);
      background:rgba(14,12,22,.92);
    }
    .form-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-top:10px;
    }
    .success-box{
      display:none;
      margin-bottom:16px;
      padding:14px 16px;
      border-radius:16px;
      background:rgba(22,242,179,.10);
      border:1px solid rgba(22,242,179,.18);
      color:#dffcf3;
      font-size:14px;
      line-height:1.75;
    }
    .site-footer{
      margin-left:var(--sidebar);
      padding:0 28px 28px;
    }
    .footer-panel{
      width:min(1320px, calc(100vw - var(--sidebar)));
      margin:0 auto;
      padding:22px 26px;
      border-radius:26px 26px 0 0;
      background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
      border:1px solid rgba(255,255,255,.08);
      border-bottom:none;
      box-shadow:0 -18px 60px rgba(0,0,0,.24);
      position:relative;
      overflow:hidden;
    }
    .footer-panel::before{
      content:"";
      position:absolute;
      left:0;top:0;right:0;height:2px;
      background:linear-gradient(90deg, transparent, var(--pink), var(--violet), var(--green), transparent);
    }
    .footer-brand{
      display:flex;
      align-items:flex-start;
      gap:14px;
      margin-bottom:14px;
    }
    .footer-brand .logo-copy strong{
      display:block;
      font-size:18px;
      line-height:1.2;
      margin-bottom:6px;
    }
    .footer-brand .logo-copy span{
      color:var(--muted);
      font-size:13px;
      line-height:1.7;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin:12px 0 14px;
      color:#ece8fb;
      font-size:13px;
    }
    .footer-links a{
      color:#ece8fb;
      opacity:.88;
      position:relative;
    }
    .footer-links a::after{
      content:"";
      position:absolute;
      left:0;bottom:-4px;
      width:100%;
      height:1px;
      background:linear-gradient(90deg, var(--pink), var(--violet));
      transform:scaleX(0);
      transform-origin:left;
      transition:.22s ease;
    }
    .footer-links a:hover::after,
    .footer-links a:focus::after{
      transform:scaleX(1);
    }
    .footer-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px 16px;
      color:var(--muted);
      font-size:12px;
      line-height:1.7;
      border-top:1px solid rgba(255,255,255,.08);
      padding-top:14px;
    }
    .section-sub{
      color:var(--muted);
      font-size:15px;
      line-height:1.85;
      max-width:820px;
    }
    .glow-line{
      display:block;
      width:80px;
      height:3px;
      border-radius:999px;
      margin:0 0 16px;
      background:linear-gradient(90deg, var(--pink), var(--violet), var(--green));
      box-shadow:0 0 18px rgba(255,46,136,.42);
    }
    .fine-card{
      border-radius:20px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.045);
      box-shadow:var(--shadow-soft);
    }
    .entry-board{
      padding:20px;
    }
    .entry-list{
      display:grid;
      gap:12px;
      margin-top:14px;
    }
    .entry-item{
      padding:14px 14px 14px 16px;
      border-radius:16px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:flex-start;
    }
    .entry-item .entry-left{
      min-width:0;
    }
    .entry-item strong{
      display:block;
      font-size:15px;
      color:#fff;
      margin-bottom:4px;
    }
    .entry-item span{
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }
    .entry-item em{
      font-style:normal;
      font-size:12px;
      color:#fff;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,46,136,.12);
      border:1px solid rgba(255,46,136,.18);
      white-space:nowrap;
    }
    .mini-map{
      display:grid;
      gap:12px;
      margin-top:16px;
    }
    .mini-map .row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      font-size:13px;
      color:var(--muted);
    }
    .mini-map .bar{
      width:100%;
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      overflow:hidden;
      border:1px solid rgba(255,255,255,.08);
      margin-top:8px;
    }
    .mini-map .bar span{
      display:block;
      height:100%;
      border-radius:inherit;
      background:linear-gradient(90deg, var(--green), var(--violet), var(--pink));
    }
    .grid-slim{gap:16px}
    .support-note{
      margin-top:14px;
      color:var(--muted);
      font-size:13px;
      line-height:1.75;
    }
    .inline-link{
      color:#fff;
      text-decoration:underline;
      text-decoration-color:rgba(255,255,255,.26);
      text-underline-offset:3px;
    }
    .inline-link:hover,.inline-link:focus{
      color:#fff;
      text-decoration-color:var(--pink);
    }
    .sr-only{
      position:absolute!important;
      width:1px!important;
      height:1px!important;
      padding:0!important;
      margin:-1px!important;
      overflow:hidden!important;
      clip:rect(0,0,0,0)!important;
      white-space:nowrap!important;
      border:0!important;
    }

    @media screen and (max-width: 1023px){
      .desktop-sidebar{display:none}
      .mobile-header{display:flex}
      .content-area,
      .site-footer{margin-left:0}
      .content-wrap,
      .footer-panel{
        width:min(100%, 100%);
      }
      .content-wrap{padding:18px 16px 48px}
      .footer-panel{border-radius:24px 24px 0 0}
      .page-section{margin-bottom:64px}
      h1{font-size:clamp(30px,7vw,42px)}
      .hero-board{margin-top:10px}
      .compare-row{grid-template-columns:1fr}
      .compare-row .key{margin-bottom:-6px}
      .form-shell{padding:18px}
      .site-footer{padding:0 16px 18px}
    }
    @media screen and (max-width: 639px){
      .content-wrap{padding:14px 14px 42px}
      .page-section{margin-bottom:54px}
      .button{width:100%;justify-content:center}
      .btn-row{gap:10px}
      .hero-board-top{flex-direction:column}
      .stat-card{min-height:auto}
      .compare-col,.hero-board,.entry-board{padding:18px}
      .mini-card .mini-desc{min-height:0}
      .feedback-form input,
      .feedback-form select,
      .feedback-form textarea{min-height:48px;border-radius:14px}
      .accordion-title{padding:16px 18px}
      .accordion-content{padding:0 18px 16px}
      .footer-panel{padding:18px}
      .footer-links{gap:10px 14px}
    }

/* roulang page: category1 */
:root{
      --bg:#07070A;
      --bg-2:#101018;
      --bg-3:#15111E;
      --panel:rgba(255,255,255,.055);
      --panel-strong:rgba(255,255,255,.08);
      --line:rgba(255,255,255,.10);
      --line-strong:rgba(255,255,255,.18);
      --text:#F6F3FF;
      --muted:#A8A2B8;
      --muted-2:#7E7890;
      --pink:#FF2E88;
      --rose:#FF3D6E;
      --violet:#7C5CFF;
      --green:#16F2B3;
      --orange:#FF845C;
      --shadow:0 24px 60px rgba(0,0,0,.38);
      --shadow-soft:0 12px 30px rgba(0,0,0,.24);
      --radius-lg:28px;
      --radius-md:18px;
      --radius-sm:14px;
      --sidebar-w:108px;
      --content-max:1320px;
      --gap:24px;
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      background:
        radial-gradient(1000px 500px at 82% -10%, rgba(124,92,255,.24), transparent 55%),
        radial-gradient(900px 520px at 20% 0%, rgba(255,46,136,.14), transparent 46%),
        radial-gradient(800px 420px at 80% 72%, rgba(22,242,179,.08), transparent 50%),
        linear-gradient(180deg, #07070A 0%, #0B0B10 44%, #09090D 100%);
      line-height:1.7;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px);
      background-size: 58px 58px, 58px 58px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.18) 48%, rgba(0,0,0,0));
      opacity:.35;
    }
    body::after{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 16% 18%, rgba(255,255,255,.055), transparent 18%),
        radial-gradient(circle at 80% 28%, rgba(255,255,255,.03), transparent 13%),
        radial-gradient(circle at 65% 72%, rgba(255,255,255,.03), transparent 16%);
      mix-blend-mode:screen;
      opacity:.35;
    }
    a{color:inherit; text-decoration:none; transition:all .2s ease}
    a:hover{color:#fff}
    img{max-width:100%; display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(255,46,136,.34); color:#fff}
    :focus{outline:none}
    :focus-visible{
      outline:2px solid rgba(255,46,136,.82);
      outline-offset:2px;
      box-shadow:0 0 0 6px rgba(255,46,136,.10);
    }

    .sr-only{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      white-space:nowrap;
      border:0;
    }

    .site-shell{min-height:100vh; position:relative}
    .site-sidebar{
      position:fixed;
      top:0;
      left:0;
      bottom:0;
      width:var(--sidebar-w);
      padding:16px 14px 18px;
      background:rgba(9,9,12,.84);
      backdrop-filter:blur(20px);
      border-right:1px solid var(--line);
      z-index:60;
      display:flex;
      flex-direction:column;
      gap:18px;
      box-shadow:inset -1px 0 0 rgba(255,255,255,.03);
    }
    .sidebar-brand,
    .mobile-brand,
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .brand-badge{
      width:34px;
      height:34px;
      border-radius:12px;
      display:grid;
      place-items:center;
      flex:none;
      font-weight:800;
      color:#fff;
      background:
        linear-gradient(145deg, rgba(255,46,136,.96), rgba(124,92,255,.92));
      box-shadow:0 10px 24px rgba(255,46,136,.22), inset 0 1px 0 rgba(255,255,255,.18);
      position:relative;
    }
    .brand-badge::after{
      content:"";
      position:absolute;
      inset:-1px;
      border-radius:13px;
      border:1px solid rgba(255,255,255,.08);
    }
    .brand-text{
      font-weight:800;
      font-size:14px;
      line-height:1.25;
      letter-spacing:.01em;
    }
    .brand-sub{
      font-size:11px;
      color:var(--muted);
      line-height:1.3;
      margin-top:2px;
    }
    .sidebar-top{
      padding:2px 2px 10px;
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .sidebar-nav{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .sidebar-nav a,
    .mobile-drawer a{
      position:relative;
      display:flex;
      flex-direction:column;
      gap:3px;
      padding:12px 12px 12px 14px;
      border-radius:16px;
      border:1px solid transparent;
      color:var(--muted);
      background:transparent;
      transition:transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
    }
    .sidebar-nav a span,
    .mobile-drawer a span{
      font-size:14px;
      font-weight:700;
      color:inherit;
      line-height:1.2;
    }
    .sidebar-nav a small,
    .mobile-drawer a small{
      font-size:11px;
      color:inherit;
      opacity:.8;
    }
    .sidebar-nav a:hover,
    .mobile-drawer a:hover{
      color:#fff;
      background:rgba(255,255,255,.05);
      border-color:rgba(255,255,255,.08);
      transform:translateX(2px);
      box-shadow:0 10px 22px rgba(0,0,0,.18);
    }
    .sidebar-nav a.is-active,
    .mobile-drawer a.is-active{
      color:#fff;
      background:linear-gradient(135deg, rgba(255,46,136,.16), rgba(124,92,255,.15));
      border-color:rgba(255,46,136,.40);
      box-shadow:0 12px 28px rgba(255,46,136,.12), inset 0 1px 0 rgba(255,255,255,.05);
    }
    .sidebar-nav a.is-active::before,
    .mobile-drawer a.is-active::before{
      content:"";
      position:absolute;
      left:-1px;
      top:12px;
      bottom:12px;
      width:3px;
      border-radius:999px;
      background:linear-gradient(180deg, var(--pink), var(--green));
      box-shadow:0 0 16px rgba(255,46,136,.45);
    }
    .sidebar-note{
      margin-top:auto;
      padding:14px;
      border-radius:20px;
      background:rgba(255,255,255,.04);
      border:1px solid rgba(255,255,255,.08);
    }
    .sidebar-note .note-label{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:12px;
      color:#fff;
      font-weight:700;
      margin-bottom:6px;
    }
    .dot{
      width:8px;
           height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 14px rgba(22,242,179,.75);
      flex:none;
    }
    .sidebar-note p{
      margin:0;
      font-size:12px;
      line-height:1.55;
      color:var(--muted);
    }

    .mobile-header{
      position:sticky;
      top:0;
      z-index:70;
      min-height:66px;
      padding:12px 16px;
      background:rgba(9,9,12,.86);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
    }
    .mobile-header{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
    }
    .menu-toggle{
      width:44px;
      height:44px;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.055);
      display:grid;
      place-items:center;
      cursor:pointer;
      transition:all .22s ease;
    }
    .menu-toggle:hover{
      border-color:rgba(255,46,136,.5);
      box-shadow:0 0 20px rgba(255,46,136,.12);
    }
    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after{
      display:block;
      width:18px;
      height:2px;
      border-radius:999px;
      background:#fff;
      transition:all .22s ease;
    }
    .menu-toggle span{
      position:relative;
    }
    .menu-toggle span::before,
    .menu-toggle span::after{
      content:"";
      position:absolute;
      left:0;
    }
    .menu-toggle span::before{top:-6px}
    .menu-toggle span::after{top:6px}
    .menu-toggle.is-open span{background:transparent}
    .menu-toggle.is-open span::before{top:0; transform:rotate(45deg)}
    .menu-toggle.is-open span::after{top:0; transform:rotate(-45deg)}
    .mobile-drawer{
      position:absolute;
      left:12px;
      right:12px;
      top:72px;
      display:none;
      padding:10px;
      border-radius:22px;
      background:rgba(12,12,18,.96);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 24px 70px rgba(0,0,0,.48);
    }
    .mobile-drawer.is-open{
      display:grid;
      gap:10px;
    }

    .main-wrap{
      position:relative;
      z-index:1;
      padding-left:var(--sidebar-w);
    }
    .content-area{
      width:min(calc(100% - 28px), var(--content-max));
      margin:0 auto;
      padding:42px 18px 0;
    }
    .section{
      margin-top:84px;
    }
    .section:first-child{margin-top:0}
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:24px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:9px;
      margin-bottom:14px;
      color:#fff;
      font-size:13px;
      font-weight:800;
      letter-spacing:.02em;
    }
    .eyebrow::before{
      content:"";
      width:24px;
      height:3px;
      border-radius:999px;
      background:linear-gradient(90deg, var(--pink), var(--green));
      box-shadow:0 0 18px rgba(255,46,136,.35);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      margin-bottom:18px;
      max-width:980px;
      font-size:clamp(32px, 4.6vw, 56px);
      line-height:1.13;
      font-weight:850;
      letter-spacing:-.04em;
    }
    h2{
      margin-bottom:0;
      font-size:clamp(27px, 3vw, 36px);
      line-height:1.18;
      font-weight:820;
      letter-spacing:-.03em;
    }
    h3{
      margin-bottom:10px;
      font-size:21px;
      line-height:1.28;
      font-weight:760;
      letter-spacing:-.015em;
    }
    .lead{
      max-width:880px;
      margin-bottom:0;
      color:var(--muted);
      font-size:17px;
      line-height:1.85;
    }
    .muted{color:var(--muted)}
    .text-gradient{
      background:linear-gradient(90deg, #fff 0%, #FFD5E7 30%, #BEB1FF 62%, #A7FFE9 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .button,
    button.button{
      border-radius:999px;
      font-weight:800;
      letter-spacing:.01em;
      padding:.94rem 1.26rem;
      line-height:1;
      transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
    }
    .button.primary-neon{
      color:#fff;
      background:linear-gradient(135deg, var(--pink), var(--violet));
      border:1px solid rgba(255,255,255,.08);
      box-shadow:0 18px 36px rgba(255,46,136,.24), inset 0 1px 0 rgba(255,255,255,.18);
    }
    .button.primary-neon:hover,
    .button.primary-neon:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 22px 50px rgba(255,46,136,.34), 0 0 0 6px rgba(255,46,136,.08);
      background:linear-gradient(135deg, #ff3d92, #7155ff);
    }
    .button.ghost-neon{
      color:#fff;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.14);
      box-shadow:none;
    }
    .button.ghost-neon:hover,
    .button.ghost-neon:focus{
      color:#fff;
      transform:translateY(-2px);
      border-color:rgba(22,242,179,.42);
      background:rgba(22,242,179,.08);
      box-shadow:0 16px 40px rgba(22,242,179,.12);
    }
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:34px;
      padding:7px 12px;
      border-radius:999px;
      color:#EDE9FF;
      font-size:13px;
      font-weight:700;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.10);
    }
    .tag::before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--pink);
      box-shadow:0 0 14px rgba(255,46,136,.72);
    }
    .tag.green::before{background:var(--green); box-shadow:0 0 14px rgba(22,242,179,.72)}
    .tag.violet::before{background:var(--violet); box-shadow:0 0 14px rgba(124,92,255,.72)}
    .tag.orange::before{background:var(--orange); box-shadow:0 0 14px rgba(255,132,92,.62)}
    .panel{
      position:relative;
      overflow:hidden;
      border-radius:var(--radius-lg);
      background:linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
      border:1px solid var(--line);
      box-shadow:var(--shadow-soft);
    }
    .panel::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(430px 160px at 10% 0%, rgba(255,46,136,.16), transparent 60%),
        radial-gradient(360px 150px at 90% 10%, rgba(22,242,179,.08), transparent 58%);
      opacity:.9;
    }
    .panel > *{position:relative; z-index:1}
    .category-hero{
      padding:34px;
      min-height:420px;
    }
    .hero-search{
      margin-top:24px;
      max-width:840px;
      display:flex;
      align-items:center;
      gap:12px;
      padding:10px;
      border-radius:999px;
      background:rgba(6,6,10,.72);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    }
    .hero-search input{
      flex:1;
      min-width:0;
      height:48px;
      padding:0 18px;
      color:#fff;
      background:transparent;
      border:0;
      box-shadow:none;
    }
    .hero-search input::placeholder{color:rgba(246,243,255,.48)}
    .hero-search input:focus{background:transparent; box-shadow:none}
    .hero-search .button{
      margin:0;
      white-space:nowrap;
      height:48px;
      display:inline-flex;
      align-items:center;
    }
    .quick-entry{
      margin-top:22px;
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:12px;
    }
    .quick-chip{
      min-height:76px;
      padding:15px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.10);
      background:rgba(255,255,255,.048);
      transition:transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
    }
    .quick-chip:hover{
      transform:translateY(-4px);
      border-color:rgba(255,46,136,.42);
      background:rgba(255,46,136,.075);
      box-shadow:0 18px 36px rgba(255,46,136,.12);
    }
    .quick-chip strong{
      display:block;
      font-size:15px;
      line-height:1.25;
      margin-bottom:4px;
    }
    .quick-chip span{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.45;
    }
    .hero-visual{
      height:100%;
      min-height:330px;
      padding:22px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        linear-gradient(145deg, rgba(255,46,136,.10), rgba(124,92,255,.07)),
        rgba(255,255,255,.035);
      border:1px solid rgba(255,255,255,.10);
      border-radius:24px;
      position:relative;
      overflow:hidden;
    }
    .hero-visual::before{
      content:"";
      position:absolute;
      inset:-20%;
      background:
        linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,.06) 36% 37%, transparent 38% 100%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 18px);
      opacity:.25;
      transform:rotate(-8deg);
    }
    .visual-title,
    .visual-grid,
    .visual-note{position:relative; z-index:1}
    .visual-title{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
    }
    .visual-title strong{
      font-size:18px;
      line-height:1.35;
    }
    .signal{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      color:#D8FFF4;
      font-size:12px;
      font-weight:800;
      background:rgba(22,242,179,.10);
      border:1px solid rgba(22,242,179,.28);
    }
    .visual-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      grid-template-rows:88px 88px;
      gap:12px;
      margin:24px 0;
    }
    .poster-block{
      position:relative;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.10);
      background:
        radial-gradient(circle at 22% 16%, rgba(255,46,136,.28), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
      overflow:hidden;
    }
    .poster-block:nth-child(1){grid-row:span 2}
    .poster-block:nth-child(2){
      background:
        radial-gradient(circle at 78% 18%, rgba(124,92,255,.32), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
    }
    .poster-block:nth-child(3){
      background:
        radial-gradient(circle at 30% 70%, rgba(22,242,179,.22), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
    }
    .poster-block::after{
      content:"";
      position:absolute;
      left:14px;
      right:14px;
      bottom:14px;
      height:4px;
      border-radius:999px;
      background:linear-gradient(90deg, var(--pink), var(--violet), var(--green));
      box-shadow:0 0 18px rgba(255,46,136,.28);
    }
    .visual-note{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.65;
    }

    .metrics-strip{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:14px;
      margin-top:18px;
    }
    .metric-mini{
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.052);
      border:1px solid rgba(255,255,255,.10);
      overflow:hidden;
      position:relative;
      transition:transform .22s ease, border-color .22s ease, background .22s ease;
    }
    .metric-mini::after{
      content:"";
      position:absolute;
      left:18px;
      right:18px;
      bottom:0;
      height:3px;
      border-radius:999px 999px 0 0;
      background:linear-gradient(90deg, var(--pink), var(--green));
      opacity:.78;
    }
    .metric-mini:hover{
      transform:translateY(-4px);
      border-color:rgba(22,242,179,.32);
      background:rgba(255,255,255,.07);
    }
    .metric-mini b{
      display:block;
      margin-bottom:4px;
      font-size:24px;
      line-height:1.1;
      letter-spacing:-.02em;
    }
    .metric-mini span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }

    .filter-panel{
      padding:22px;
    }
    .filter-row{
      display:grid;
      grid-template-columns:1fr 1fr 1fr auto;
      gap:12px;
      align-items:end;
    }
    label{
      display:block;
      margin:0 0 7px;
      color:#fff;
      font-size:13px;
      font-weight:750;
    }
    select,
    input[type="text"],
    input[type="tel"],
    textarea{
      width:100%;
      min-height:50px;
      margin:0;
      padding:11px 14px;
      color:#fff;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.13);
      background:rgba(8,8,12,.72);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
      transition:border-color .22s ease, box-shadow .22s ease, background .22s ease;
    }
    select:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    textarea:focus{
      border-color:rgba(255,46,136,.72);
      background:rgba(10,10,15,.92);
      box-shadow:0 0 0 5px rgba(255,46,136,.10), inset 0 1px 0 rgba(255,255,255,.05);
    }
    select{
      color:#EDE9FF;
      background-image:linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
      background-position:calc(100% - 18px) 22px, calc(100% - 12px) 22px;
      background-size:6px 6px, 6px 6px;
      background-repeat:no-repeat;
      appearance:none;
    }
    textarea{min-height:128px; resize:vertical}
    .filter-panel .button{
      margin:0;
      min-height:50px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }

    .feed-grid{
      align-items:stretch;
    }
    .feed-card{
      position:relative;
      height:100%;
      min-height:260px;
      padding:22px;
      border-radius:24px;
      background:
        radial-gradient(260px 120px at 18% 0%, rgba(255,46,136,.10), transparent 62%),
        linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.035));
      border:1px solid rgba(255,255,255,.10);
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      transition:transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:20px;
    }
    .feed-card:hover{
      transform:translateY(-6px);
      border-color:rgba(255,46,136,.42);
      background:
        radial-gradient(260px 120px at 18% 0%, rgba(255,46,136,.17), transparent 62%),
        linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
      box-shadow:0 22px 55px rgba(0,0,0,.36), 0 0 0 1px rgba(255,46,136,.08);
    }
    .feed-card.wide{
      min-height:310px;
    }
    .feed-card.tall{
      min-height:360px;
    }
    .feed-card::before{
      content:"";
      position:absolute;
      top:0;
      left:22px;
      width:74px;
      height:3px;
      border-radius:0 0 999px 999px;
      background:linear-gradient(90deg, var(--pink), var(--violet));
      box-shadow:0 0 18px rgba(255,46,136,.36);
    }
    .feed-card::after{
      content:"";
      position:absolute;
      right:-40px;
      bottom:-50px;
      width:160px;
      height:160px;
      border-radius:38px;
      background:linear-gradient(145deg, rgba(124,92,255,.18), rgba(22,242,179,.07));
      transform:rotate(18deg);
      opacity:.7;
    }
    .feed-card .card-top,
    .feed-card .card-bottom{position:relative; z-index:1}
    .card-meta{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:6px 10px;
      border-radius:999px;
      color:#fff;
      font-size:12px;
      font-weight:800;
      background:rgba(255,255,255,.065);
      border:1px solid rgba(255,255,255,.10);
    }
    .status-badge::before{
      content:"";
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 12px rgba(22,242,179,.75);
    }
    .status-badge.pink::before{background:var(--pink); box-shadow:0 0 12px rgba(255,46,136,.75)}
    .status-badge.violet::before{background:var(--violet); box-shadow:0 0 12px rgba(124,92,255,.75)}
    .card-time{
      color:var(--muted-2);
      font-size:12px;
      white-space:nowrap;
    }
    .feed-card p{
      margin:0;
      color:var(--muted);
      font-size:15px;
      line-height:1.75;
    }
    .card-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-top:18px;
    }
    .mini-link{
      display:inline-flex;
      align-items:center;
      min-height:36px;
      padding:7px 12px;
      border-radius:999px;
      color:#fff;
      font-size:13px;
      font-weight:800;
      background:rgba(255,255,255,.055);
      border:1px solid rgba(255,255,255,.10);
    }
    .mini-link:hover{
      color:#fff;
      border-color:rgba(22,242,179,.42);
      background:rgba(22,242,179,.09);
      transform:translateY(-2px);
    }
    .line-list{
      display:grid;
      gap:10px;
      margin:18px 0 0;
      padding:0;
      list-style:none;
    }
    .line-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
    }
    .line-list li::before{
      content:"";
      width:7px;
      height:7px;
      margin-top:8px;
      flex:none;
      border-radius:50%;
      background:linear-gradient(135deg, var(--pink), var(--green));
      box-shadow:0 0 12px rgba(255,46,136,.35);
    }
    .compare-panel{
      padding:26px;
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1fr 54px 1fr;
      gap:18px;
      align-items:stretch;
    }
    .compare-col{
      padding:22px;
      border-radius:22px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.10);
    }
    .compare-col.after{
      border-color:rgba(22,242,179,.25);
      background:
        radial-gradient(240px 120px at 78% 0%, rgba(22,242,179,.12), transparent 62%),
        rgba(255,255,255,.055);
    }
    .compare-arrow{
      display:grid;
      place-items:center;
      color:#fff;
      font-weight:900;
    }
    .arrow-pill{
      width:44px;
      height:44px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg, var(--pink), var(--violet));
      box-shadow:0 14px 28px rgba(255,46,136,.22);
    }
    .compare-item{
      display:grid;
      grid-template-columns:96px 1fr;
      gap:12px;
      padding:14px 0;
      border-bottom:1px solid rgba(255,255,255,.07);
    }
    .compare-item:last-child{border-bottom:0}
    .compare-item b{
      color:#fff;
      font-size:14px;
    }
    .compare-item span{
      color:var(--muted);
      font-size:14px;
      line-height:1.6;
    }
    .bar{
      height:8px;
      margin-top:8px;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      overflow:hidden;
    }
    .bar i{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg, var(--pink), var(--green));
      box-shadow:0 0 16px rgba(22,242,179,.26);
    }

    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:18px;
      overflow:hidden;
      background:rgba(255,255,255,.052);
      border:1px solid rgba(255,255,255,.10);
      transition:border-color .22s ease, background .22s ease;
    }
    .accordion-item.is-active{
      border-color:rgba(255,46,136,.36);
      background:rgba(255,255,255,.068);
    }
    .accordion-title{
      padding:18px 52px 18px 20px;
      color:#fff;
      border:0;
      font-size:16px;
      font-weight:780;
      line-height:1.45;
    }
    .accordion-title:hover,
    .accordion-title:focus{
      color:#fff;
      background:rgba(255,46,136,.06);
    }
    .accordion-title::before{
      right:20px;
      margin-top:-12px;
      color:var(--green);
      font-size:24px;
    }
    .accordion-content{
      padding:0 20px 20px;
      color:var(--muted);
      border:0;
      background:transparent;
      line-height:1.8;
      position:relative;
    }
    .accordion-content::before{
      content:"";
      position:absolute;
      left:0;
      top:4px;
      bottom:22px;
      width:3px;
      border-radius:999px;
      background:linear-gradient(180deg, var(--pink), var(--green));
    }
    .accordion-content p{
      margin:0;
      padding-left:14px;
      font-size:15px;
    }

    .feedback-panel{
      padding:30px;
      background:
        radial-gradient(500px 180px at 16% 0%, rgba(255,46,136,.16), transparent 65%),
        radial-gradient(420px 170px at 92% 18%, rgba(124,92,255,.12), transparent 62%),
        linear-gradient(145deg, rgba(255,255,255,.078), rgba(255,255,255,.035));
    }
    .steps{
      display:grid;
      gap:14px;
      margin-top:24px;
    }
    .step-item{
      display:flex;
      gap:13px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.045);
      border:1px solid rgba(255,255,255,.08);
    }
    .step-no{
      width:28px;
      height:28px;
      border-radius:10px;
      display:grid;
      place-items:center;
      flex:none;
      color:#fff;
      font-size:13px;
      font-weight:850;
      background:linear-gradient(135deg, var(--pink), var(--violet));
      box-shadow:0 10px 18px rgba(255,46,136,.18);
    }
    .step-item strong{
      display:block;
      line-height:1.35;
      margin-bottom:3px;
    }
    .step-item span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .form-grid .full{grid-column:1 / -1}
    .form-hint{
      margin:12px 0 0;
      color:var(--muted-2);
      font-size:12px;
      line-height:1.65;
    }
    .form-message{
      display:none;
      margin-top:14px;
      padding:12px 14px;
      border-radius:16px;
      color:#D8FFF4;
      background:rgba(22,242,179,.08);
      border:1px solid rgba(22,242,179,.22);
      font-size:13px;
      line-height:1.6;
    }
    .form-message.is-visible{display:block}

    .bottom-cta{
      margin:84px 0 0;
      padding:30px;
      border-radius:30px;
      background:
        linear-gradient(135deg, rgba(255,46,136,.18), rgba(124,92,255,.14) 45%, rgba(22,242,179,.08)),
        rgba(255,255,255,.05);
      border:1px solid rgba(255,255,255,.12);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .bottom-cta::before{
      content:"";
      position:absolute;
      top:0;
      left:30px;
      right:30px;
      height:3px;
      border-radius:0 0 999px 999px;
      background:linear-gradient(90deg, var(--pink), var(--violet), var(--green));
      box-shadow:0 0 22px rgba(255,46,136,.35);
    }
    .bottom-cta h2{margin-bottom:12px}
    .bottom-cta p{
      margin:0;
      color:var(--muted);
      max-width:760px;
      line-height:1.8;
    }
    .bottom-cta .button-group{
      margin:18px 0 0;
      gap:12px;
      flex-wrap:wrap;
    }

    .site-footer{
      position:relative;
      z-index:1;
      padding:40px 0 38px;
      margin-top:52px;
    }
    .footer-panel{
      width:min(calc(100% - 28px), var(--content-max));
      margin:0 auto;
      padding:22px 24px;
      border-top:1px solid rgba(255,255,255,.12);
      background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
      border-radius:26px 26px 0 0;
    }
    .footer-panel{
      display:grid;
      grid-template-columns:1.25fr auto;
      gap:18px 26px;
      align-items:center;
    }
    .footer-brand .logo-copy{
      display:flex;
      flex-direction:column;
      gap:2px;
    }
    .footer-brand strong{font-size:16px; line-height:1.3}
    .footer-brand span{color:var(--muted); font-size:13px; line-height:1.45}
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:10px 16px;
    }
    .footer-links a{
      color:var(--muted);
      font-size:13px;
      font-weight:700;
      position:relative;
    }
    .footer-links a::after{
      content:"";
      position:absolute;
      left:0;
      right:100%;
      bottom:-3px;
      height:2px;
      background:linear-gradient(90deg, var(--pink), var(--green));
      transition:right .22s ease;
    }
    .footer-links a:hover{
      color:#fff;
    }
    .footer-links a:hover::after{right:0}
    .footer-meta{
      grid-column:1 / -1;
      display:flex;
      flex-wrap:wrap;
      gap:8px 16px;
      color:var(--muted-2);
      font-size:12px;
      padding-top:12px;
      border-top:1px solid rgba(255,255,255,.07);
    }

    @media screen and (max-width: 1023px){
      .site-sidebar{display:none}
      .main-wrap{padding-left:0}
      .content-area{
        width:min(100% - 24px, 980px);
        padding-top:28px;
      }
      .section{margin-top:64px}
      .category-hero{padding:24px}
      .hero-visual{min-height:300px; margin-top:22px}
      .quick-entry{grid-template-columns:repeat(2, minmax(0,1fr))}
      .metrics-strip{grid-template-columns:repeat(2, minmax(0,1fr))}
      .filter-row{grid-template-columns:1fr 1fr}
      .filter-row .filter-action{grid-column:1 / -1}
      .filter-panel .button{width:100%}
      .compare-grid{grid-template-columns:1fr}
      .compare-arrow{height:34px}
      .arrow-pill{transform:rotate(90deg)}
      .footer-panel{grid-template-columns:1fr}
      .footer-links{justify-content:flex-start}
    }
    @media screen and (max-width: 639px){
      .mobile-header{padding:10px 12px}
      .brand-text{font-size:13px}
      .brand-sub{font-size:10px}
      .content-area{
        width:100%;
        padding:22px 14px 0;
      }
      .section{margin-top:52px}
      .section-head{
        display:block;
        margin-bottom:18px;
      }
      h1{font-size:34px; letter-spacing:-.035em}
      h2{font-size:28px}
      h3{font-size:19px}
      .lead{font-size:15.5px; line-height:1.78}
      .category-hero{padding:20px; border-radius:24px}
      .hero-search{
        display:grid;
        grid-template-columns:1fr;
        border-radius:22px;
        padding:12px;
      }
      .hero-search .button{width:100%; justify-content:center}
      .quick-entry{grid-template-columns:1fr}
      .visual-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:90px 90px;
      }
      .poster-block:nth-child(1){grid-column:1 / -1; grid-row:auto}
      .metrics-strip{grid-template-columns:1fr}
      .filter-row{grid-template-columns:1fr}
      .feed-card,
      .feed-card.wide,
      .feed-card.tall{min-height:260px}
      .compare-panel,
      .feedback-panel,
      .bottom-cta{padding:20px}
      .compare-item{grid-template-columns:1fr; gap:4px}
      .form-grid{grid-template-columns:1fr}
      .button-group .button{width:100%; justify-content:center}
      .footer-panel{
        width:calc(100% - 24px);
        padding:18px;
      }
      .footer-brand{align-items:flex-start}
      .footer-links{gap:10px 14px}
      .footer-meta{display:grid}
    }
