/* roulang page: index */
:root{
      --bg:#0E0E10;
      --bg-soft:#141416;
      --panel:#18181B;
      --panel-2:#222226;
      --text:#F5F1EC;
      --muted:#A9A4A0;
      --line:rgba(255,255,255,.09);
      --line-strong:rgba(232,77,115,.38);
      --rose:#E84D73;
      --berry:#C7365A;
      --amber:#F2B56B;
      --violet:#9B8CFF;
      --radius-lg:30px;
      --radius-md:22px;
      --shadow:0 24px 90px rgba(0,0,0,.42);
      --shadow-rose:0 18px 50px rgba(232,77,115,.18);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-height:100vh;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(232,77,115,.18), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(155,140,255,.11), transparent 30%),
        linear-gradient(180deg,#0E0E10 0%,#111113 48%,#0B0B0C 100%);
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      z-index:-1;
      opacity:.32;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:44px 44px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent 82%);
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(232,77,115,.42);color:#fff}
    .site-shell{min-height:100vh}
    .side-nav{
      position:fixed;
      left:0;top:0;bottom:0;
      width:92px;
      z-index:50;
      background:rgba(14,14,16,.86);
      border-right:1px solid var(--line);
      backdrop-filter:blur(18px);
      display:flex;
      flex-direction:column;
      align-items:center;
      padding:22px 14px;
    }
    .brand-mark{
      width:58px;height:58px;border-radius:22px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg, rgba(232,77,115,.95), rgba(199,54,90,.72));
      box-shadow:var(--shadow-rose);
      color:#fff;
      font-weight:900;
      letter-spacing:-.06em;
      transition:transform .25s ease, filter .25s ease;
    }
    .brand-mark:hover{transform:translateY(-2px) scale(1.03);filter:brightness(1.08)}
    .side-tip{
      writing-mode:vertical-rl;
      letter-spacing:.14em;
      font-size:12px;
      color:var(--muted);
      margin-top:12px;
      white-space:nowrap;
    }
    .nav-stack{display:flex;flex-direction:column;gap:14px;margin:auto 0}
    .nav-link{
      position:relative;
      width:62px;
      min-height:60px;
      border:1px solid transparent;
      border-radius:22px;
      color:var(--muted);
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:3px;
      transition:all .25s ease;
      outline:none;
    }
    .nav-link .ico{font-size:18px;line-height:1}
    .nav-link .txt{font-size:12px;line-height:1.2}
    .nav-link:hover,.nav-link:focus-visible{
      color:#fff;
      background:rgba(255,255,255,.055);
      border-color:rgba(255,255,255,.1);
      transform:translateY(-2px);
    }
    .nav-link.active{
      color:#fff;
      background:linear-gradient(180deg,rgba(232,77,115,.2),rgba(232,77,115,.08));
      border-color:rgba(232,77,115,.35);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
    }
    .nav-link.active:before{
      content:"";
      position:absolute;
      left:-15px;
      width:4px;
      height:28px;
      border-radius:999px;
      background:var(--rose);
      box-shadow:0 0 18px rgba(232,77,115,.8);
    }
    .age-pill{
      width:62px;
      border:1px solid rgba(242,181,107,.32);
      color:#F8D6A5;
      background:rgba(242,181,107,.08);
      border-radius:18px;
      text-align:center;
      padding:9px 4px;
      font-size:12px;
      line-height:1.25;
    }
    .mobile-top{
      display:none;
      position:sticky;
      top:0;
      z-index:60;
      background:rgba(14,14,16,.9);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(16px);
    }
    .mobile-menu-panel{
      display:none;
      border-top:1px solid var(--line);
      background:rgba(20,20,22,.98);
    }
    .mobile-menu-panel.open{display:block}
    .main-wrap{
      padding-left:92px;
      width:100%;
    }
    .page-container{
      width:min(1420px,100%);
      margin:0 auto;
      padding:34px clamp(20px,4vw,56px) 0;
    }
    .section{
      margin-top:clamp(58px,7vw,98px);
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      gap:24px;
      align-items:end;
      margin-bottom:24px;
    }
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#FFD9E3;
      background:rgba(232,77,115,.1);
      border:1px solid rgba(232,77,115,.24);
      border-radius:999px;
      padding:7px 12px;
      font-size:13px;
      line-height:1;
    }
    .pulse-dot{
      width:8px;height:8px;border-radius:999px;background:var(--rose);
      box-shadow:0 0 0 rgba(232,77,115,.5);
      animation:pulseSoft 2.4s infinite;
    }
    @keyframes pulseSoft{
      0%{box-shadow:0 0 0 0 rgba(232,77,115,.45)}
      70%{box-shadow:0 0 0 10px rgba(232,77,115,0)}
      100%{box-shadow:0 0 0 0 rgba(232,77,115,0)}
    }
    .title-xl{
      font-size:clamp(38px,6vw,70px);
      line-height:1.05;
      font-weight:850;
      letter-spacing:-.055em;
    }
    .title-lg{
      font-size:clamp(28px,3.3vw,42px);
      line-height:1.16;
      font-weight:800;
      letter-spacing:-.035em;
    }
    .lead{
      color:rgba(245,241,236,.78);
      font-size:clamp(16px,1.35vw,18px);
      line-height:1.85;
    }
    .muted{color:var(--muted)}
    .panel{
      background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .panel:after{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.045) 42%,transparent 58%);
      transform:translateX(-120%);
      transition:transform .8s ease;
    }
    .panel:hover:after{transform:translateX(120%)}
    .card{
      background:rgba(255,255,255,.04);
      border:1px solid var(--line);
      border-radius:var(--radius-md);
      transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;
    }
    .card:hover{
      transform:translateY(-4px);
      border-color:rgba(232,77,115,.34);
      background:rgba(255,255,255,.06);
      box-shadow:0 16px 50px rgba(0,0,0,.25);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      border-radius:999px;
      padding:12px 18px;
      min-height:48px;
      font-weight:700;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,filter .22s ease;
      outline:none;
      cursor:pointer;
    }
    .btn-primary{
      background:linear-gradient(135deg,var(--rose),var(--berry));
      color:#fff;
      box-shadow:0 16px 42px rgba(232,77,115,.25);
    }
    .btn-primary:hover,.btn-primary:focus-visible{
      transform:translateY(-2px);
      filter:brightness(1.08);
      box-shadow:0 20px 54px rgba(232,77,115,.34);
    }
    .btn-secondary{
      border:1px solid rgba(255,255,255,.12);
      color:#fff;
      background:rgba(255,255,255,.035);
    }
    .btn-secondary:hover,.btn-secondary:focus-visible{
      transform:translateY(-2px);
      background:rgba(255,255,255,.075);
      border-color:rgba(255,255,255,.2);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      line-height:1;
      color:rgba(245,241,236,.88);
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.045);
      white-space:nowrap;
    }
    .badge-rose{border-color:rgba(232,77,115,.28);background:rgba(232,77,115,.11);color:#FFD9E3}
    .badge-amber{border-color:rgba(242,181,107,.3);background:rgba(242,181,107,.1);color:#FBD8A6}
    .poster-hero{
      min-height:620px;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:26px;
      align-items:stretch;
    }
    .poster-main{
      padding:clamp(24px,4vw,48px);
      min-height:620px;
      background:
        linear-gradient(90deg,rgba(14,14,16,.98) 0%,rgba(14,14,16,.78) 45%,rgba(14,14,16,.2) 100%),
        radial-gradient(circle at 75% 32%,rgba(232,77,115,.34),transparent 22%),
        linear-gradient(135deg,#241316 0%,#17171A 48%,#09090A 100%);
      border-radius:34px;
      border:1px solid rgba(255,255,255,.1);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .poster-main:before{
      content:"";
      position:absolute;
      right:-60px;top:40px;
      width:390px;height:510px;
      border-radius:34px;
      background:
        linear-gradient(135deg,rgba(245,241,236,.08),rgba(232,77,115,.16)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.06) 0 8px,transparent 8px 18px);
      transform:rotate(7deg);
      border:1px solid rgba(255,255,255,.1);
      filter:blur(.1px);
    }
    .poster-main:after{
      content:"";
      position:absolute;
      inset:auto 0 0 0;
      height:160px;
      background:linear-gradient(0deg,rgba(14,14,16,.9),transparent);
      pointer-events:none;
    }
    .poster-content{position:relative;z-index:2;max-width:760px}
    .metric-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:16px;
    }
    .metric-card{
      padding:20px;
      min-height:142px;
    }
    .metric-value{
      font-size:clamp(25px,3vw,40px);
      line-height:1;
      font-weight:850;
      letter-spacing:-.045em;
    }
    .mini-bar{
      height:7px;
      background:rgba(255,255,255,.08);
      border-radius:999px;
      overflow:hidden;
    }
    .mini-bar span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--rose),var(--amber));
    }
    .matrix-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:22px;
    }
    .feature-row{
      display:grid;
      grid-template-columns:150px 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px;
      border-bottom:1px solid var(--line);
      transition:background .22s ease;
    }
    .feature-row:last-child{border-bottom:0}
    .feature-row:hover{background:rgba(255,255,255,.04)}
    .arrow-move{transition:transform .22s ease;color:#FFD9E3}
    .feature-row:hover .arrow-move,.card:hover .arrow-move{transform:translateX(4px)}
    .chip-list{display:flex;flex-wrap:wrap;gap:10px}
    .analysis-grid{
      display:grid;
      grid-template-columns:.82fr 1.18fr;
      gap:22px;
    }
    .chart-bars{display:flex;align-items:end;gap:12px;height:180px;padding-top:18px}
    .chart-bars i{
      flex:1;
      border-radius:14px 14px 4px 4px;
      background:linear-gradient(180deg,rgba(232,77,115,.9),rgba(232,77,115,.18));
      min-height:32px;
      border:1px solid rgba(255,255,255,.08);
    }
    .progress-step{
      display:grid;
      grid-template-columns:42px 1fr auto;
      gap:14px;
      align-items:center;
      padding:16px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.035);
      border-radius:20px;
      transition:all .22s ease;
    }
    .progress-step:hover{border-color:rgba(232,77,115,.28);transform:translateY(-2px)}
    .step-num{
      width:42px;height:42px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background:rgba(232,77,115,.12);
      border:1px solid rgba(232,77,115,.26);
      color:#FFD9E3;
      font-weight:800;
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:22px;
    }
    .compare-line{
      display:flex;
      justify-content:space-between;
      gap:18px;
      padding:15px 0;
      border-bottom:1px solid var(--line);
      color:rgba(245,241,236,.8);
    }
    .compare-line:last-child{border-bottom:0}
    .check{color:#FFB7C8;font-weight:900}
    .dot-gray{color:#777}
    .news-layout{
      display:grid;
      grid-template-columns:1.35fr .65fr;
      gap:22px;
    }
    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:16px;
      align-items:center;
      padding:18px 0;
      border-bottom:1px solid var(--line);
    }
    .news-item:last-child{border-bottom:0}
    .news-item a:hover{color:#FFD9E3}
    .avatar{
      width:44px;height:44px;border-radius:16px;
      display:flex;align-items:center;justify-content:center;
      background:linear-gradient(135deg,rgba(232,77,115,.18),rgba(155,140,255,.12));
      border:1px solid rgba(255,255,255,.1);
      color:#fff;
      font-weight:800;
    }
    details.faq-item{
      border:1px solid var(--line);
      border-radius:22px;
      background:rgba(255,255,255,.035);
      padding:0;
      overflow:hidden;
      transition:border-color .22s ease,background .22s ease;
    }
    details.faq-item:hover,details.faq-item[open]{
      border-color:rgba(232,77,115,.3);
      background:rgba(255,255,255,.055);
    }
    details.faq-item summary{
      cursor:pointer;
      list-style:none;
      min-height:62px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:18px 22px;
      font-weight:750;
      outline:none;
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    details.faq-item summary:focus-visible{box-shadow:inset 0 0 0 2px rgba(232,77,115,.45)}
    .faq-answer{padding:0 22px 20px;color:rgba(245,241,236,.75);font-size:15px}
    .form-input{
      width:100%;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(10,10,11,.48);
      color:#fff;
      border-radius:16px;
      padding:13px 14px;
      outline:none;
      transition:border-color .22s ease,box-shadow .22s ease,background .22s ease;
    }
    .form-input:focus{
      border-color:rgba(232,77,115,.65);
      box-shadow:0 0 0 4px rgba(232,77,115,.12);
      background:rgba(16,16,18,.86);
    }
    .form-input::placeholder{color:rgba(169,164,160,.65)}
    .footer{
      margin-top:86px;
      border-top:1px solid var(--line);
      background:rgba(10,10,11,.55);
    }
    .footer-link{color:var(--muted);transition:color .2s ease}
    .footer-link:hover{color:#fff}
    @media (max-width:1024px){
      .side-nav{display:none}
      .mobile-top{display:block}
      .main-wrap{padding-left:0}
      .page-container{padding-top:22px}
      .poster-hero,.matrix-grid,.analysis-grid,.compare-grid,.news-layout{grid-template-columns:1fr}
      .poster-main{min-height:560px}
      .section-head{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:768px){
      .poster-main{min-height:auto;border-radius:26px}
      .poster-main:before{opacity:.42;right:-160px;top:120px}
      .metric-grid{grid-template-columns:repeat(2,minmax(210px,1fr));overflow-x:auto;padding-bottom:8px}
      .metric-card{min-width:210px}
      .feature-row{grid-template-columns:1fr;gap:8px}
      .news-item{grid-template-columns:1fr;gap:8px}
      .progress-step{grid-template-columns:42px 1fr}
      .progress-step .badge{grid-column:2}
      .btn{width:100%}
    }
    @media (max-width:520px){
      .page-container{padding-left:16px;padding-right:16px}
      .title-xl{font-size:36px}
      .metric-grid{grid-template-columns:1fr}
      .metric-card{min-width:0}
      .chip-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}
      .badge{flex:0 0 auto}
    }

/* roulang page: category2 */
:root{
      --bg:#0E0E10;
      --panel:#151517;
      --panel-2:#1B1B1F;
      --text:#F5F1EC;
      --muted:#A9A4A0;
      --weak:#74706D;
      --line:rgba(255,255,255,.09);
      --line-strong:rgba(255,255,255,.16);
      --rose:#E84D73;
      --rose-2:#C7365A;
      --amber:#F2B56B;
      --violet:#9B8CFF;
      --radius-xl:28px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow:0 24px 80px rgba(0,0,0,.38);
      --nav-w:92px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
      background:
        radial-gradient(circle at 18% 8%, rgba(232,77,115,.16), transparent 32%),
        radial-gradient(circle at 80% 22%, rgba(155,140,255,.12), transparent 30%),
        linear-gradient(180deg,#0E0E10 0%,#111113 58%,#0B0B0C 100%);
      color:var(--text);
      line-height:1.75;
      min-height:100vh;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.75), transparent 80%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{border:0;cursor:pointer}
    img{max-width:100%;display:block}
    ::selection{background:rgba(232,77,115,.35);color:#fff}
    ::-webkit-scrollbar{width:10px;height:10px}
    ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:999px}
    ::-webkit-scrollbar-track{background:rgba(255,255,255,.04)}
    .page-shell{min-height:100vh}
    .page-container{
      width:100%;
      max-width:1380px;
      margin:0 auto;
      padding:42px 42px 0;
    }
    .sidebar{
      position:fixed;
      left:0;
      top:0;
      width:var(--nav-w);
      height:100vh;
      z-index:50;
      background:rgba(14,14,16,.88);
      border-right:1px solid var(--line);
      backdrop-filter:blur(18px);
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:space-between;
      padding:18px 12px;
      box-shadow:12px 0 40px rgba(0,0,0,.22);
    }
    .brand-mark{
      width:54px;
      height:54px;
      border-radius:20px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      letter-spacing:-.05em;
      line-height:1.02;
      color:#fff;
      background:
        linear-gradient(145deg, rgba(232,77,115,.96), rgba(199,54,90,.92)),
        radial-gradient(circle at 30% 20%,rgba(255,255,255,.3),transparent 34%);
      box-shadow:0 16px 36px rgba(232,77,115,.24);
      border:1px solid rgba(255,255,255,.15);
    }
    .nav-stack{display:grid;gap:12px;width:100%}
    .nav-link{
      position:relative;
      width:100%;
      min-height:62px;
      border-radius:20px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:4px;
      color:var(--muted);
      border:1px solid transparent;
      transition:transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
    }
    .nav-link .ico{font-size:20px;line-height:1}
    .nav-link .txt{font-size:12px;font-weight:700;letter-spacing:-.02em;white-space:nowrap}
    .nav-link:hover{
      transform:translateY(-2px);
      background:rgba(255,255,255,.06);
      border-color:rgba(255,255,255,.1);
      color:#fff;
    }
    .nav-link.active{
      color:#fff;
      background:linear-gradient(180deg, rgba(232,77,115,.18), rgba(232,77,115,.06));
      border-color:rgba(232,77,115,.38);
      box-shadow:inset 0 0 0 1px rgba(232,77,115,.05);
    }
    .nav-link.active:before{
      content:"";
      position:absolute;
      left:-13px;
      top:16px;
      bottom:16px;
      width:4px;
      border-radius:999px;
      background:var(--rose);
      box-shadow:0 0 18px rgba(232,77,115,.75);
    }
    .nav-foot{
      display:grid;
      justify-items:center;
      gap:12px;
      color:var(--muted);
    }
    .age-dot{
      width:54px;
      height:54px;
      border-radius:19px;
      display:flex;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(242,181,107,.35);
      color:#FFD99E;
      background:rgba(242,181,107,.09);
      font-weight:900;
      font-size:13px;
    }
    .mobile-header{
      position:sticky;
      top:0;
      z-index:60;
      display:none;
      background:rgba(14,14,16,.9);
      border-bottom:1px solid var(--line);
      backdrop-filter:blur(18px);
    }
    .mobile-panel{
      display:none;
      border-top:1px solid var(--line);
      background:rgba(20,20,22,.98);
    }
    .mobile-panel.open{display:block}
    .mobile-menu-btn{
      width:44px;
      height:44px;
      border-radius:15px;
      color:#fff;
      background:rgba(255,255,255,.06);
      border:1px solid var(--line);
      transition:.25s ease;
    }
    .mobile-menu-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(232,77,115,.35)}
    .content-wrap{padding-left:var(--nav-w)}
    .section{padding:88px 0}
    .section-tight{padding:62px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border:1px solid rgba(232,77,115,.28);
      background:rgba(232,77,115,.09);
      color:#FFD7E0;
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:800;
      letter-spacing:.02em;
    }
    .pulse{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--rose);
      box-shadow:0 0 0 rgba(232,77,115,.45);
      animation:pulse 2.7s infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(232,77,115,.42)}
      70%{box-shadow:0 0 0 12px rgba(232,77,115,0)}
      100%{box-shadow:0 0 0 0 rgba(232,77,115,0)}
    }
    .hero-panel,.card,.console-panel,.list-card,.cta-panel{
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.026));
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .hero-panel:before,.console-panel:before,.cta-panel:before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(110deg, transparent 0%, rgba(255,255,255,.045) 48%, transparent 65%);
      transform:translateX(-120%);
      transition:transform .8s ease;
      pointer-events:none;
    }
    .hero-panel:hover:before,.console-panel:hover:before,.cta-panel:hover:before{transform:translateX(120%)}
    .hero-panel{border-radius:32px;padding:28px}
    .cover-art{
      min-height:230px;
      border-radius:26px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.12);
      background:
        radial-gradient(circle at 20% 20%, rgba(232,77,115,.46), transparent 30%),
        radial-gradient(circle at 76% 18%, rgba(155,140,255,.32), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.02));
      position:relative;
    }
    .cover-art:after{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:20px;
      background:
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
      background-size:28px 28px;
      opacity:.45;
    }
    .avatar{
      width:86px;
      height:86px;
      border-radius:28px;
      display:grid;
      place-items:center;
      margin-top:-44px;
      margin-left:24px;
      position:relative;
      z-index:2;
      border:5px solid #151517;
      background:linear-gradient(145deg,var(--rose),var(--rose-2));
      color:#fff;
      font-weight:900;
      line-height:1.05;
      box-shadow:0 18px 44px rgba(232,77,115,.28);
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.11);
      background:rgba(255,255,255,.055);
      color:#EDE8E2;
      padding:7px 10px;
      font-size:12px;
      font-weight:800;
      white-space:nowrap;
    }
    .badge-amber{border-color:rgba(242,181,107,.32);background:rgba(242,181,107,.1);color:#FFD99E}
    .badge-violet{border-color:rgba(155,140,255,.32);background:rgba(155,140,255,.1);color:#DDD7FF}
    .chip-list{display:flex;flex-wrap:wrap;gap:9px}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:12px 18px;
      border-radius:999px;
      font-weight:900;
      letter-spacing:-.02em;
      transition:transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
      outline:none;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--rose-2));
      box-shadow:0 18px 42px rgba(232,77,115,.24);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 55px rgba(232,77,115,.34);filter:brightness(1.04)}
    .btn-secondary{
      color:#F4EEE8;
      border:1px solid var(--line-strong);
      background:rgba(255,255,255,.035);
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.25)}
    .btn:focus-visible,.nav-link:focus-visible,.footer-link:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{
      outline:3px solid rgba(232,77,115,.45);
      outline-offset:3px;
    }
    .data-capsule{
      border:1px solid var(--line);
      background:rgba(255,255,255,.045);
      border-radius:999px;
      padding:10px 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      min-width:0;
      transition:.25s ease;
    }
    .data-capsule:hover{border-color:rgba(232,77,115,.34);background:rgba(255,255,255,.065);transform:translateY(-1px)}
    .data-capsule strong{font-size:18px;line-height:1;color:#fff}
    .data-capsule span{font-size:12px;color:var(--muted);white-space:nowrap}
    .side-filter{
      border:1px solid var(--line);
      background:rgba(21,21,23,.78);
      border-radius:26px;
      padding:18px;
      position:sticky;
      top:28px;
      align-self:start;
    }
    .filter-item{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 13px;
      border-radius:16px;
      color:var(--muted);
      transition:.25s ease;
      border:1px solid transparent;
      font-size:14px;
      font-weight:800;
    }
    .filter-item:hover{background:rgba(255,255,255,.055);color:#fff;border-color:rgba(255,255,255,.08)}
    .filter-item.active{background:rgba(232,77,115,.11);color:#fff;border-color:rgba(232,77,115,.3)}
    .status-dot{
      width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.2);
    }
    .filter-item.active .status-dot{background:var(--rose);box-shadow:0 0 16px rgba(232,77,115,.72)}
    .list-card{
      border-radius:24px;
      padding:20px;
      display:grid;
      grid-template-columns:88px 1fr auto;
      gap:18px;
      align-items:center;
      transition:transform .25s ease, border-color .25s ease, background .25s ease;
    }
    .list-card:hover{
      transform:translateY(-3px);
      border-color:rgba(232,77,115,.36);
      background:linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
    }
    .list-no{
      font-size:34px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.08em;
      color:rgba(245,241,236,.18);
    }
    .timeline-line{
      position:absolute;
      left:43px;
      top:68px;
      bottom:68px;
      width:1px;
      background:linear-gradient(to bottom, transparent, rgba(242,181,107,.45), rgba(232,77,115,.35), transparent);
    }
    .hot-panel{
      border-radius:28px;
      border:1px solid rgba(242,181,107,.25);
      background:
        radial-gradient(circle at 20% 10%, rgba(242,181,107,.14), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
      padding:24px;
      box-shadow:var(--shadow);
    }
    .compare-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .compare-box{
      border:1px solid var(--line);
      background:rgba(255,255,255,.04);
      border-radius:24px;
      padding:22px;
    }
    .compare-row{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:12px 0;
      border-bottom:1px solid rgba(255,255,255,.07);
      color:#D8D2CC;
    }
    .compare-row:last-child{border-bottom:0}
    .check{
      width:22px;height:22px;border-radius:999px;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(232,77,115,.13);
      color:#FFD7E0;
      flex:0 0 auto;
      font-size:12px;
      margin-top:2px;
    }
    .faq details{
      border:1px solid var(--line);
      background:rgba(255,255,255,.04);
      border-radius:20px;
      overflow:hidden;
      transition:.25s ease;
    }
    .faq details:hover{border-color:rgba(232,77,115,.28);background:rgba(255,255,255,.055)}
    .faq details[open]{border-color:rgba(232,77,115,.34);background:rgba(232,77,115,.055)}
    .faq summary{
      min-height:58px;
      cursor:pointer;
      list-style:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:18px 20px;
      font-weight:900;
      color:#fff;
    }
    .faq summary::-webkit-details-marker{display:none}
    .faq summary:after{
      content:"+";
      width:28px;height:28px;border-radius:999px;
      display:flex;align-items:center;justify-content:center;
      background:rgba(255,255,255,.06);
      color:var(--muted);
      transition:.25s ease;
      flex:0 0 auto;
    }
    .faq details[open] summary:after{content:"−";background:rgba(232,77,115,.15);color:#fff}
    .faq .answer{padding:0 20px 20px;color:var(--muted);font-size:15px}
    .cta-panel{border-radius:32px;padding:30px}
    .form-field{
      width:100%;
      min-height:50px;
      border-radius:16px;
      border:1px solid var(--line);
      background:rgba(0,0,0,.18);
      color:#fff;
      padding:12px 14px;
      transition:.25s ease;
    }
    .form-field::placeholder{color:rgba(169,164,160,.62)}
    .form-field:focus{
      border-color:rgba(232,77,115,.55);
      box-shadow:0 0 0 4px rgba(232,77,115,.12);
      background:rgba(0,0,0,.24);
      outline:none;
    }
    textarea.form-field{min-height:118px;resize:vertical}
    .footer{
      margin-top:66px;
      border-top:1px solid var(--line);
      background:rgba(10,10,11,.62);
    }
    .footer-link{
      color:var(--muted);
      transition:.22s ease;
      width:max-content;
    }
    .footer-link:hover{color:#fff;transform:translateX(3px)}
    .text-muted{color:var(--muted)}
    .text-weak{color:var(--weak)}
    .divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent)}
    @media (max-width:1023px){
      .sidebar{display:none}
      .mobile-header{display:block}
      .content-wrap{padding-left:0}
      .page-container{padding:26px 22px 0}
      .section{padding:64px 0}
      .section-tight{padding:48px 0}
      .side-filter{position:relative;top:0;display:flex;overflow-x:auto;gap:10px;border-radius:22px;padding:12px}
      .filter-item{white-space:nowrap;min-width:max-content}
      .compare-grid{grid-template-columns:1fr}
    }
    @media (max-width:767px){
      .page-container{padding:20px 16px 0}
      .hero-panel{padding:18px;border-radius:26px}
      .cover-art{min-height:180px;border-radius:22px}
      .avatar{width:76px;height:76px;border-radius:24px;margin-left:16px}
      .data-capsule{border-radius:18px;align-items:flex-start;flex-direction:column;gap:5px}
      .list-card{grid-template-columns:1fr;gap:12px}
      .list-no{font-size:42px}
      .timeline-line{display:none}
      .cta-panel{padding:20px;border-radius:26px}
      .btn{width:100%}
      .mobile-panel .nav-stack{grid-template-columns:1fr}
      h1{word-break:break-word}
    }
    @media (max-width:520px){
      .section{padding:54px 0}
      .chip-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}
      .badge{min-width:max-content}
      .compare-box{padding:18px}
    }

/* roulang page: category1 */
:root{
      --bg:#0E0E10;
      --bg-2:#141416;
      --panel:#19191D;
      --panel-2:#202025;
      --text:#F5F1EC;
      --muted:#A9A4A0;
      --weak:#77716D;
      --line:rgba(255,255,255,.09);
      --line-strong:rgba(255,255,255,.16);
      --rose:#E84D73;
      --rose-2:#C7365A;
      --amber:#F2B56B;
      --violet:#9B8CFF;
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
      --shadow:0 28px 90px rgba(0,0,0,.42);
      --shadow-soft:0 18px 60px rgba(0,0,0,.28);
      --nav-w:92px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 18% 8%, rgba(232,77,115,.16), transparent 32%),
        radial-gradient(circle at 84% 18%, rgba(155,140,255,.12), transparent 30%),
        linear-gradient(180deg,#0E0E10 0%,#111113 45%,#0B0B0C 100%);
      line-height:1.75;
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.28;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.2));
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(232,77,115,.35);color:#fff}
    :focus-visible{outline:2px solid rgba(232,77,115,.95);outline-offset:3px}
    .text-muted{color:var(--muted)}
    .text-weak{color:var(--weak)}
    .page-shell{min-height:100vh}
    .sidebar{
      position:fixed;
      left:0;
      top:0;
      width:var(--nav-w);
      height:100vh;
      z-index:40;
      border-right:1px solid var(--line);
      background:rgba(14,14,16,.86);
      backdrop-filter:blur(18px);
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:space-between;
      padding:18px 12px;
    }
    .brand-mark{
      width:54px;
      height:54px;
      border-radius:20px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      line-height:1.05;
      letter-spacing:-.04em;
      color:white;
      background:
        linear-gradient(145deg,rgba(232,77,115,.95),rgba(199,54,90,.78)),
        radial-gradient(circle at 30% 25%,rgba(255,255,255,.34),transparent 42%);
      box-shadow:0 16px 40px rgba(232,77,115,.22);
      border:1px solid rgba(255,255,255,.16);
    }
    .brand-tooltip{
      position:absolute;
      left:72px;
      top:22px;
      min-width:210px;
      padding:10px 12px;
      border-radius:14px;
      background:rgba(25,25,29,.96);
      border:1px solid var(--line);
      color:var(--text);
      font-size:13px;
      opacity:0;
      transform:translateX(-8px);
      pointer-events:none;
      transition:.25s ease;
      box-shadow:var(--shadow-soft);
    }
    .brand-wrap:hover .brand-tooltip{opacity:1;transform:translateX(0)}
    .nav-stack{display:grid;gap:12px;width:100%;justify-items:center}
    .nav-link{
      position:relative;
      width:66px;
      min-height:62px;
      border-radius:20px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:4px;
      color:var(--muted);
      border:1px solid transparent;
      transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease;
    }
    .nav-link .ico{font-size:20px;line-height:1}
    .nav-link .txt{font-size:12px;line-height:1.1}
    .nav-link:hover{
      transform:translateY(-2px);
      background:rgba(255,255,255,.055);
      border-color:var(--line);
      color:var(--text);
    }
    .nav-link.active{
      color:#fff;
      background:linear-gradient(180deg,rgba(232,77,115,.22),rgba(255,255,255,.045));
      border-color:rgba(232,77,115,.42);
    }
    .nav-link.active:before{
      content:"";
      position:absolute;
      left:-13px;
      top:18px;
      bottom:18px;
      width:4px;
      border-radius:999px;
      background:var(--rose);
      box-shadow:0 0 22px rgba(232,77,115,.55);
    }
    .side-bottom{display:grid;gap:12px;justify-items:center;color:var(--muted)}
    .adult-pill{
      border:1px solid rgba(242,181,107,.35);
      background:rgba(242,181,107,.11);
      color:#F8D7A5;
      border-radius:999px;
      padding:7px 10px;
      font-size:12px;
      font-weight:800;
    }
    .topbar{
      display:none;
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(14,14,16,.9);
      backdrop-filter:blur(18px);
      border-bottom:1px solid var(--line);
    }
    .page-container{
      width:min(100%,1440px);
      margin:0 auto;
      padding:48px clamp(18px,4vw,56px);
    }
    .content-area{padding-left:var(--nav-w)}
    .mobile-menu{
      display:none;
      border-top:1px solid var(--line);
      background:rgba(20,20,22,.98);
      padding:14px 18px 18px;
    }
    .mobile-menu.open{display:block}
    .mobile-menu .nav-stack{justify-items:stretch}
    .mobile-menu .nav-link{
      width:100%;
      min-height:52px;
      flex-direction:row;
      justify-content:flex-start;
      padding:0 16px;
      border-radius:16px;
    }
    .section{padding:36px 0}
    .section-tight{padding:22px 0}
    .kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#FFD5DF;
      border:1px solid rgba(232,77,115,.34);
      background:rgba(232,77,115,.1);
      border-radius:999px;
      padding:8px 12px;
      font-size:13px;
      font-weight:800;
    }
    .pulse-dot{
      width:8px;height:8px;border-radius:999px;background:var(--rose);
      box-shadow:0 0 0 0 rgba(232,77,115,.55);
      animation:pulse 2.4s infinite;
    }
    @keyframes pulse{
      0%{box-shadow:0 0 0 0 rgba(232,77,115,.45)}
      70%{box-shadow:0 0 0 10px rgba(232,77,115,0)}
      100%{box-shadow:0 0 0 0 rgba(232,77,115,0)}
    }
    .hero-title{
      font-size:clamp(38px,5.8vw,70px);
      line-height:1.06;
      letter-spacing:-.065em;
      font-weight:900;
    }
    .gradient-text{
      background:linear-gradient(90deg,#fff 0%,#FFD8E1 42%,#E84D73 100%);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
    }
    .panel{
      background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
      border:1px solid var(--line);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow-soft);
    }
    .card{
      background:rgba(25,25,29,.78);
      border:1px solid var(--line);
      border-radius:var(--radius-lg);
      transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease;
    }
    .card:hover{
      transform:translateY(-4px);
      border-color:rgba(232,77,115,.38);
      background:rgba(32,32,37,.88);
      box-shadow:0 22px 70px rgba(0,0,0,.24);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:12px 18px;
      border-radius:999px;
      font-weight:850;
      line-height:1;
      transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease;
      border:1px solid transparent;
      cursor:pointer;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--rose),var(--rose-2));
      box-shadow:0 18px 42px rgba(232,77,115,.24);
    }
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 64px rgba(232,77,115,.34)}
    .btn-secondary{
      color:var(--text);
      background:rgba(255,255,255,.035);
      border-color:var(--line-strong);
    }
    .btn-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.24)}
    .badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:7px 10px;
      font-size:12px;
      font-weight:800;
      color:#EDE8E3;
      background:rgba(255,255,255,.055);
      border:1px solid var(--line);
      white-space:nowrap;
    }
    .badge-rose{background:rgba(232,77,115,.13);border-color:rgba(232,77,115,.36);color:#FFD5DF}
    .badge-amber{background:rgba(242,181,107,.12);border-color:rgba(242,181,107,.36);color:#F8D7A5}
    .badge-violet{background:rgba(155,140,255,.12);border-color:rgba(155,140,255,.32);color:#DED8FF}
    .chip-list{display:flex;flex-wrap:wrap;gap:10px}
    .filter-chip{
      min-height:40px;
      border-radius:999px;
      padding:9px 13px;
      color:var(--muted);
      background:rgba(255,255,255,.035);
      border:1px solid var(--line);
      font-size:13px;
      font-weight:800;
      transition:.25s ease;
      white-space:nowrap;
    }
    .filter-chip:hover,.filter-chip.active{
      color:#fff;
      background:rgba(232,77,115,.16);
      border-color:rgba(232,77,115,.42);
    }
    .progress-ring{
      width:168px;
      height:168px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:
        radial-gradient(circle closest-side,#19191D 72%,transparent 73% 100%),
        conic-gradient(var(--rose) 0 68%, rgba(255,255,255,.09) 68% 100%);
      box-shadow:inset 0 0 34px rgba(232,77,115,.08),0 20px 55px rgba(0,0,0,.25);
      border:1px solid var(--line);
    }
    .meter{
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      overflow:hidden;
    }
    .meter span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg,var(--rose),var(--amber));
    }
    .abstract-cover{
      min-height:180px;
      border-radius:22px;
      position:relative;
      overflow:hidden;
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 22% 20%,rgba(232,77,115,.42),transparent 28%),
        radial-gradient(circle at 76% 30%,rgba(155,140,255,.25),transparent 24%),
        linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
    }
    .abstract-cover:after{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:18px;
      background-image:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px);
      background-size:18px 18px;
      opacity:.35;
    }
    .stat-tile{
      border-radius:20px;
      padding:18px;
      background:rgba(255,255,255,.04);
      border:1px solid var(--line);
    }
    .stat-num{
      font-size:34px;
      line-height:1;
      font-weight:950;
      letter-spacing:-.04em;
    }
    details.faq-item{
      border:1px solid var(--line);
      background:rgba(25,25,29,.72);
      border-radius:20px;
      overflow:hidden;
      transition:.25s ease;
    }
    details.faq-item:hover{border-color:rgba(232,77,115,.28);background:rgba(32,32,37,.78)}
    details.faq-item[open]{border-color:rgba(232,77,115,.36)}
    .faq-item summary{
      min-height:62px;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      cursor:pointer;
      list-style:none;
      font-weight:850;
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary:after{
      content:"+";
      width:30px;
      height:30px;
      display:grid;
      place-items:center;
      border-radius:999px;
      background:rgba(255,255,255,.06);
      color:#fff;
      flex:0 0 auto;
      transition:.25s ease;
    }
    .faq-item[open] summary:after{content:"–";background:rgba(232,77,115,.18);color:#FFD5DF}
    .faq-body{padding:0 20px 20px;color:var(--muted);font-size:15px}
    .form-control{
      width:100%;
      min-height:48px;
      border-radius:16px;
      border:1px solid var(--line);
      background:rgba(10,10,12,.55);
      color:var(--text);
      padding:12px 14px;
      transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
    }
    .form-control:focus{
      outline:none;
      border-color:rgba(232,77,115,.68);
      box-shadow:0 0 0 4px rgba(232,77,115,.12);
      background:rgba(10,10,12,.82);
    }
    .form-control::placeholder{color:#716B67}
    .footer{
      margin-left:var(--nav-w);
      border-top:1px solid var(--line);
      background:rgba(9,9,10,.72);
    }
    .footer-link{
      color:var(--muted);
      transition:color .2s ease,transform .2s ease;
    }
    .footer-link:hover{color:#fff;transform:translateX(2px)}
    .divider{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}
    .row-card{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:18px;
      align-items:center;
      padding:18px;
      border-radius:22px;
      border:1px solid var(--line);
      background:rgba(25,25,29,.68);
      transition:.25s ease;
    }
    .row-card:hover{
      transform:translateX(3px);
      border-color:rgba(232,77,115,.34);
      background:rgba(32,32,37,.82);
    }
    .number-mark{
      width:48px;
      height:48px;
      border-radius:16px;
      display:grid;
      place-items:center;
      font-weight:950;
      color:#FFD5DF;
      background:rgba(232,77,115,.12);
      border:1px solid rgba(232,77,115,.28);
    }
    @media (max-width:1023px){
      .sidebar{display:none}
      .topbar{display:block}
      .content-area{padding-left:0}
      .footer{margin-left:0}
      .page-container{padding-top:32px;padding-bottom:32px}
      .section{padding:28px 0}
      .progress-ring{width:142px;height:142px}
    }
    @media (max-width:767px){
      .hero-title{font-size:40px;letter-spacing:-.055em}
      .panel{border-radius:24px}
      .card{border-radius:20px}
      .row-card{grid-template-columns:1fr;gap:12px}
      .chip-scroll{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
      .chip-scroll::-webkit-scrollbar{height:4px}
      .chip-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:999px}
    }
    @media (max-width:520px){
      .btn{width:100%}
      .page-container{padding-left:16px;padding-right:16px}
      .stat-num{font-size:28px}
    }
