/* roulang page: index */
:root{
      --plum:#3B1438;
      --plum-2:#4A172F;
      --plum-3:#62264d;
      --copper:#C7844A;
      --copper-dark:#B56F39;
      --amber:#E2A94B;
      --sage:#6F8F75;
      --cream:#F7F1EA;
      --cream-2:#FFFDF9;
      --warm:#EFE4DA;
      --charcoal:#171217;
      --ink:#2B2529;
      --muted:#8B7E84;
      --line:#E8DDD5;
      --white:#ffffff;
      --shadow:0 18px 45px rgba(43,20,38,.10);
      --shadow-strong:0 24px 70px rgba(43,20,38,.18);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:32px;
      --radius-xl:38px;
      --speed:.22s ease;
      --container:1220px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 6%, rgba(199,132,74,.16), transparent 30%),
        radial-gradient(circle at 92% 3%, rgba(74,23,47,.12), transparent 32%),
        linear-gradient(180deg,var(--cream),#fffaf5 42%,var(--cream));
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--speed),background var(--speed),border-color var(--speed),transform var(--speed),box-shadow var(--speed)}
    img{max-width:100%;height:auto;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:rgba(199,132,74,.28);color:var(--plum)}
    .container-xl{max-width:var(--container)}
    .section{padding:86px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border:1px solid rgba(74,23,47,.12);
      background:rgba(255,253,249,.78);
      color:var(--plum);
      border-radius:999px;
      padding:8px 13px;
      font-size:13px;
      font-weight:700;
      letter-spacing:.02em;
      box-shadow:0 8px 24px rgba(43,20,38,.06);
    }
    .eyebrow .dot,.dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--copper);
      box-shadow:0 0 0 5px rgba(199,132,74,.14);
      display:inline-block;
      flex:0 0 auto;
    }
    h1,h2,h3,h4{color:var(--ink);letter-spacing:-.035em}
    h1{font-size:clamp(2rem,4.3vw,3.45rem);line-height:1.16;font-weight:800;margin:18px 0 18px}
    h2{font-size:clamp(1.75rem,3vw,2.38rem);line-height:1.25;font-weight:780;margin:0 0 16px}
    h3{font-size:1.35rem;line-height:1.35;font-weight:720;margin:0 0 10px}
    p{margin:0;color:#5c5057}
    .lead-text{font-size:1.08rem;line-height:1.88;color:#675b61}
    .section-head{max-width:760px;margin-bottom:34px}
    .section-head.center{text-align:center;margin-left:auto;margin-right:auto}
    .btn{
      border-radius:15px;
      padding:12px 20px;
      min-height:46px;
      font-weight:700;
      border:1px solid transparent;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:9px;
      box-shadow:none;
    }
    .btn-primary-custom{
      background:var(--copper);
      color:#fff;
      border-color:var(--copper);
      box-shadow:0 12px 26px rgba(199,132,74,.26);
    }
    .btn-primary-custom:hover,.btn-primary-custom:active{
      background:var(--copper-dark)!important;
      border-color:var(--copper-dark)!important;
      color:#fff!important;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(181,111,57,.32);
    }
    .btn-outline-custom{
      background:rgba(255,253,249,.75);
      color:var(--plum);
      border-color:rgba(74,23,47,.18);
    }
    .btn-outline-custom:hover,.btn-outline-custom:active{
      background:rgba(74,23,47,.08)!important;
      color:var(--plum)!important;
      border-color:rgba(74,23,47,.28)!important;
      transform:translateY(-2px);
    }
    .btn:focus-visible,.nav-link:focus-visible,.form-control:focus,.form-select:focus,.accordion-button:focus{
      outline:0;
      box-shadow:0 0 0 4px rgba(199,132,74,.26)!important;
      border-color:rgba(199,132,74,.75)!important;
    }
    .top-alert{
      background:linear-gradient(90deg,var(--plum),var(--plum-2));
      color:rgba(255,255,255,.88);
      font-size:14px;
      padding:9px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .top-alert .container-xl{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
    }
    .top-alert strong{color:#fff}
    .top-alert a{
      color:#f8dbc0;
      margin-left:14px;
      font-weight:650;
      white-space:nowrap;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      padding:16px 0;
      background:rgba(247,241,234,.72);
      backdrop-filter:blur(14px);
    }
    .nav-shell{
      background:rgba(255,253,249,.94);
      border:1px solid rgba(74,23,47,.10);
      box-shadow:var(--shadow);
      border-radius:28px;
      padding:10px;
    }
    .navbar{padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--plum)!important;
      font-weight:820;
      letter-spacing:-.03em;
      min-width:max-content;
    }
    .brand-mark{
      width:42px;height:42px;border-radius:16px;
      background:linear-gradient(135deg,var(--plum),var(--plum-3));
      display:grid;place-items:center;
      color:var(--copper);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.13),0 12px 26px rgba(59,20,56,.20);
      position:relative;
      overflow:hidden;
    }
    .brand-mark:before{
      content:"";
      width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid currentColor;
      transform:translateX(2px);
    }
    .brand-mark:after{
      content:"18+";
      position:absolute;right:3px;bottom:2px;
      font-size:8px;color:#fff;background:rgba(199,132,74,.88);
      border-radius:999px;padding:0 3px;
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.15}
    .brand-text small{font-size:12px;color:var(--muted);font-weight:650;letter-spacing:.02em}
    .navbar-toggler{
      border:1px solid rgba(74,23,47,.16);
      border-radius:14px;
      padding:9px 11px;
      color:var(--plum);
      background:rgba(74,23,47,.05);
    }
    .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(199,132,74,.22)}
    .nav-card-list{gap:8px;margin-left:auto;margin-right:12px}
    .nav-card-list .nav-link{
      min-height:42px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:9px 13px!important;
      border-radius:14px;
      color:#5d4e56;
      background:rgba(247,241,234,.78);
      border:1px solid rgba(74,23,47,.07);
      font-weight:700;
      font-size:14px;
    }
    .nav-card-list .nav-link:hover{
      color:var(--plum);
      border-color:rgba(199,132,74,.34);
      background:#fff8ef;
      transform:translateY(-1px);
    }
    .nav-card-list .nav-link.active{
      background:var(--plum);
      color:#fff;
      border-color:var(--plum);
      box-shadow:0 12px 24px rgba(59,20,56,.18);
    }
    .nav-icon{
      width:22px;height:22px;border-radius:9px;
      display:grid;place-items:center;
      background:rgba(199,132,74,.16);
      color:var(--copper);
      font-size:12px;
      flex:0 0 auto;
    }
    .nav-link.active .nav-icon{background:rgba(255,255,255,.12);color:var(--copper)}
    .hero{
      padding:74px 0 42px;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:20px auto auto 50%;
      width:620px;height:620px;
      background:radial-gradient(circle,rgba(98,38,77,.13),transparent 62%);
      transform:translateX(-20%);
      pointer-events:none;
    }
    .hero-copy{position:relative;z-index:1}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
    .trust-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:34px;
    }
    .trust-mini{
      background:rgba(255,253,249,.82);
      border:1px solid rgba(74,23,47,.10);
      border-radius:20px;
      padding:15px;
      box-shadow:0 10px 28px rgba(43,20,38,.06);
    }
    .trust-mini b{display:block;color:var(--plum);font-size:15px;margin-bottom:3px}
    .trust-mini span{font-size:13px;color:var(--muted)}
    .console-card{
      position:relative;
      border-radius:var(--radius-xl);
      padding:20px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
        radial-gradient(circle at 18% 12%,rgba(199,132,74,.23),transparent 30%),
        linear-gradient(145deg,#241421,var(--charcoal) 56%,#33142e);
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      min-height:520px;
    }
    .console-card:before{
      content:"";
      position:absolute;inset:0;
      background-image:
        radial-gradient(rgba(255,255,255,.13) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
      background-size:18px 18px,72px 72px;
      opacity:.22;
      pointer-events:none;
    }
    .console-top,.console-cover,.console-list,.status-grid{position:relative;z-index:1}
    .console-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
    .console-title{color:#fff;font-weight:760}
    .age-pill{
      display:inline-flex;align-items:center;gap:7px;
      border-radius:999px;
      padding:7px 10px;
      background:rgba(226,169,75,.14);
      color:#ffd994;
      border:1px solid rgba(226,169,75,.25);
      font-size:13px;
      font-weight:750;
    }
    .console-cover{
      min-height:218px;
      border-radius:28px;
      background:
        linear-gradient(135deg,rgba(199,132,74,.28),rgba(98,38,77,.32)),
        radial-gradient(circle at 25% 28%,rgba(255,255,255,.18),transparent 16%),
        linear-gradient(135deg,#3b1937,#171217);
      border:1px solid rgba(255,255,255,.11);
      padding:18px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
    }
    .cover-labels{display:flex;gap:8px;flex-wrap:wrap}
    .soft-tag{
      display:inline-flex;align-items:center;gap:6px;
      padding:6px 10px;border-radius:999px;
      background:rgba(255,255,255,.10);
      color:rgba(255,255,255,.86);
      border:1px solid rgba(255,255,255,.10);
      font-size:12px;font-weight:700;
    }
    .play-line{
      height:8px;border-radius:999px;background:rgba(255,255,255,.16);
      position:relative;overflow:hidden;
    }
    .play-line:before{
      content:"";position:absolute;left:0;top:0;bottom:0;width:58%;
      background:linear-gradient(90deg,var(--copper),#f0c28d);
      border-radius:999px;
    }
    .console-list{margin-top:18px;display:grid;gap:10px}
    .track{
      display:flex;align-items:center;gap:12px;
      padding:12px;border-radius:18px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.08);
      color:rgba(255,255,255,.86);
    }
    .track-icon{
      width:34px;height:34px;border-radius:13px;background:rgba(199,132,74,.18);
      color:#f3be85;display:grid;place-items:center;font-weight:800;
    }
    .track small{display:block;color:rgba(255,255,255,.52)}
    .status-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
    .status-box{
      border-radius:20px;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.09);
      padding:14px;
      color:#fff;
    }
    .status-box span{display:block;color:rgba(255,255,255,.55);font-size:12px}
    .status-box b{font-size:22px;color:#f0bd82}
    .map-layout{
      display:grid;
      grid-template-columns:330px 1fr;
      gap:24px;
      align-items:start;
    }
    .index-card,.content-card,.plan-card,.scenario-card,.faq-wrap,.form-card{
      background:rgba(255,253,249,.88);
      border:1px solid rgba(74,23,47,.10);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow);
    }
    .index-card{padding:24px;position:sticky;top:118px}
    .index-list{display:grid;gap:10px;margin-top:18px}
    .index-item{
      display:flex;align-items:center;gap:12px;
      border-radius:18px;
      padding:13px;
      background:rgba(247,241,234,.78);
      border:1px solid rgba(74,23,47,.07);
    }
    .index-item:hover{transform:translateX(4px);border-color:rgba(199,132,74,.38);background:#fff8ef}
    .index-num{
      width:34px;height:34px;border-radius:13px;background:var(--plum);color:#fff;
      display:grid;place-items:center;font-weight:800;font-size:13px;
    }
    .content-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:20px;
    }
    .content-card{
      padding:24px;
      min-height:220px;
      position:relative;
      overflow:hidden;
    }
    .content-card.tall{min-height:300px}
    .content-card:before{
      content:"";
      position:absolute;left:0;right:0;top:0;height:5px;
      background:linear-gradient(90deg,var(--copper),rgba(98,38,77,.72));
    }
    .card-icon{
      width:46px;height:46px;border-radius:17px;
      background:rgba(199,132,74,.15);
      color:var(--copper);
      display:grid;place-items:center;
      font-weight:850;
      margin-bottom:16px;
    }
    .chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
    .chip{
      display:inline-flex;align-items:center;gap:6px;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:750;
      color:var(--plum);
      background:rgba(74,23,47,.06);
      border:1px solid rgba(74,23,47,.08);
    }
    .stats-band{
      background:
        radial-gradient(circle at 12% 20%,rgba(199,132,74,.18),transparent 28%),
        linear-gradient(135deg,var(--plum),#171217);
      border-radius:var(--radius-xl);
      padding:34px;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow-strong);
      color:#fff;
      overflow:hidden;
      position:relative;
    }
    .stats-band:after{
      content:"";
      position:absolute;inset:0;
      background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
      background-size:72px 72px;
      opacity:.2;
    }
    .stat-item{position:relative;z-index:1;padding:10px 14px}
    .stat-item b{display:block;font-size:38px;line-height:1;color:var(--copper);letter-spacing:-.04em}
    .stat-item span{display:block;color:rgba(255,255,255,.72);margin-top:8px}
    .timeline{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      counter-reset:step;
    }
    .scenario-card{
      padding:22px;
      position:relative;
      overflow:hidden;
      min-height:235px;
    }
    .scenario-card:before{
      counter-increment:step;
      content:"0" counter(step);
      position:absolute;
      right:18px;top:10px;
      font-size:48px;
      color:rgba(74,23,47,.07);
      font-weight:850;
      letter-spacing:-.06em;
    }
    .scenario-card:hover,.plan-card:hover,.content-card:hover{
      transform:translateY(-5px);
      border-color:rgba(199,132,74,.38);
      box-shadow:0 24px 60px rgba(43,20,38,.13);
    }
    .plan-layout{
      display:grid;
      grid-template-columns:1.08fr .92fr;
      gap:24px;
      align-items:stretch;
    }
    .plan-card{padding:26px;position:relative;overflow:hidden}
    .plan-card.featured{
      background:
        radial-gradient(circle at 88% 8%,rgba(199,132,74,.22),transparent 26%),
        linear-gradient(145deg,#fffdf9,#f4e9df);
      min-height:390px;
    }
    .plan-stack{display:grid;gap:20px}
    .tick-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:11px}
    .tick-list li{
      display:flex;gap:10px;align-items:flex-start;
      color:#5b5056;
    }
    .tick-list li:before{
      content:"";
      width:18px;height:18px;border-radius:7px;
      background:rgba(111,143,117,.16);
      border:1px solid rgba(111,143,117,.32);
      margin-top:5px;
      flex:0 0 auto;
    }
    .category-entry{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
    }
    .entry-card{
      border-radius:30px;
      padding:26px;
      background:rgba(255,253,249,.9);
      border:1px solid rgba(74,23,47,.10);
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
      gap:18px;
      min-height:290px;
    }
    .entry-card:hover{transform:translateY(-5px);border-color:rgba(199,132,74,.38)}
    .entry-visual{
      height:118px;border-radius:24px;
      background:
        linear-gradient(135deg,rgba(59,20,56,.92),rgba(23,18,23,.92)),
        radial-gradient(circle at 28% 32%,rgba(199,132,74,.5),transparent 20%);
      border:1px solid rgba(255,255,255,.08);
      position:relative;
      overflow:hidden;
    }
    .entry-visual:before,.entry-visual:after{
      content:"";
      position:absolute;border-radius:999px;
      background:rgba(199,132,74,.25);
    }
    .entry-visual:before{width:160px;height:14px;left:24px;bottom:26px}
    .entry-visual:after{width:76px;height:76px;right:24px;top:20px;border:1px solid rgba(255,255,255,.14)}
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid rgba(74,23,47,.10)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:rgba(255,253,249,.88);
      box-shadow:0 10px 26px rgba(43,20,38,.055);
    }
    .accordion-button{
      padding:18px 20px;
      background:rgba(255,253,249,.88);
      color:var(--ink);
      font-weight:760;
      border-radius:20px!important;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--plum);
      background:linear-gradient(90deg,rgba(199,132,74,.14),rgba(247,241,234,.88));
    }
    .accordion-button::after{filter:sepia(1) saturate(.8) hue-rotate(330deg)}
    .accordion-body{
      padding:0 20px 20px;
      color:#62575d;
      line-height:1.85;
      border-left:4px solid rgba(199,132,74,.55);
      margin-left:20px;
      margin-bottom:18px;
    }
    .cta-panel{
      background:
        radial-gradient(circle at 10% 16%,rgba(199,132,74,.24),transparent 28%),
        linear-gradient(135deg,#21141f,var(--plum));
      border-radius:var(--radius-xl);
      padding:42px;
      color:#fff;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:var(--shadow-strong);
    }
    .cta-panel h2{color:#fff}
    .cta-panel p{color:rgba(255,255,255,.72)}
    .form-card{padding:24px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);box-shadow:none}
    .form-label{color:rgba(255,255,255,.82);font-weight:700;font-size:14px}
    .form-control,.form-select{
      min-height:48px;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.08);
      color:#fff;
      padding:11px 14px;
    }
    .form-control::placeholder{color:rgba(255,255,255,.48)}
    .form-select{color:rgba(255,255,255,.74)}
    .form-select option{color:var(--ink);background:#fff}
    textarea.form-control{min-height:108px}
    .privacy-note{
      display:flex;gap:10px;align-items:flex-start;
      color:rgba(255,255,255,.65);
      font-size:13px;
      margin-top:14px;
    }
    .site-footer{
      background:
        linear-gradient(180deg,#20151f,#120f12);
      color:rgba(255,255,255,.72);
      padding:54px 0 24px;
      border-top:3px solid rgba(199,132,74,.78);
    }
    .footer-brand{
      display:flex;align-items:center;gap:12px;color:#fff;font-weight:820;font-size:18px;margin-bottom:14px;
    }
    .footer-title{color:#fff;font-weight:760;margin-bottom:14px}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:rgba(255,255,255,.66)}
    .footer-links a:hover{color:#f0bd82;transform:translateX(3px)}
    .footer-note{
      border-top:1px solid rgba(255,255,255,.10);
      margin-top:34px;
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,255,255,.56);
    }
    .footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
    .footer-badges span{
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      color:rgba(255,255,255,.72);
    }
    @media (max-width: 991.98px){
      .top-alert .container-xl{align-items:flex-start;flex-direction:column;gap:6px}
      .site-header{padding:10px 0}
      .navbar-collapse{
        margin-top:12px;
        padding:12px;
        border-radius:22px;
        background:rgba(247,241,234,.92);
        border:1px solid rgba(74,23,47,.08);
      }
      .nav-card-list{margin:0;gap:8px}
      .nav-card-list .nav-link{margin-bottom:8px}
      .nav-cta{width:100%;margin-top:4px}
      .hero{padding:48px 0 30px}
      .console-card{margin-top:28px;min-height:auto}
      .trust-row{grid-template-columns:repeat(2,1fr)}
      .map-layout{grid-template-columns:1fr}
      .index-card{position:relative;top:auto}
      .content-grid{grid-template-columns:1fr}
      .timeline{grid-template-columns:repeat(2,1fr)}
      .plan-layout{grid-template-columns:1fr}
      .category-entry{grid-template-columns:1fr}
    }
    @media (max-width: 575.98px){
      body{font-size:15px}
      .section{padding:58px 0}
      .section-tight{padding:46px 0}
      .nav-shell{border-radius:22px}
      .brand-text span{font-size:15px}
      .brand-text small{font-size:11px}
      .hero-actions .btn{width:100%}
      .trust-row{grid-template-columns:1fr}
      .status-grid{grid-template-columns:1fr}
      .timeline{grid-template-columns:1fr}
      .stats-band,.cta-panel{padding:26px;border-radius:28px}
      .stat-item b{font-size:32px}
      .entry-card,.content-card,.scenario-card,.plan-card{border-radius:24px;padding:21px}
      .top-alert a{margin-left:0;margin-right:12px}
      .footer-note{flex-direction:column}
    }

/* roulang page: category2 */
:root{
      --color-plum:#3B1438;
      --color-plum-2:#4A172F;
      --color-copper:#C7844A;
      --color-copper-dark:#B56F39;
      --color-cream:#F7F1EA;
      --color-cream-2:#FFFDF9;
      --color-charcoal:#171217;
      --color-ink:#2B2529;
      --color-muted:#8B7E84;
      --color-border:#E8DDD5;
      --color-amber:#E2A94B;
      --color-sage:#6F8F75;
      --shadow-soft:0 18px 45px rgba(43,20,38,.10);
      --shadow-hover:0 24px 60px rgba(43,20,38,.16);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:32px;
      --container:1220px;
      --transition:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(199,132,74,.16), transparent 28%),
        radial-gradient(circle at 92% 4%, rgba(74,23,47,.15), transparent 30%),
        linear-gradient(180deg,#FBF7F2 0%, var(--color-cream) 46%, #F2E9E1 100%);
      line-height:1.8;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    :focus-visible{
      outline:3px solid rgba(199,132,74,.38)!important;
      outline-offset:3px;
      box-shadow:none!important;
    }
    .container-xl{max-width:var(--container)}
    .section{padding:86px 0}
    .section-sm{padding:64px 0}
    .section-title{
      font-size:clamp(30px,3vw,40px);
      line-height:1.25;
      font-weight:800;
      letter-spacing:-.04em;
      color:var(--color-plum);
      margin-bottom:14px;
    }
    .section-lead{
      color:var(--color-muted);
      font-size:17px;
      max-width:760px;
      margin-bottom:32px;
    }
    .top-notice{
      background:linear-gradient(90deg,var(--color-plum),var(--color-plum-2));
      color:#FFF7EF;
      font-size:14px;
      padding:10px 0;
    }
    .top-notice .notice-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .notice-links{display:flex;gap:14px;white-space:nowrap}
    .notice-links a{
      color:#FFE2B8;
      padding:3px 8px;
      border-radius:999px;
    }
    .notice-links a:hover{background:rgba(255,255,255,.12);color:#fff}
    .site-header{
      position:sticky;
      top:14px;
      z-index:1000;
      margin-top:18px;
      pointer-events:none;
    }
    .nav-shell{
      pointer-events:auto;
      background:rgba(247,241,234,.94);
      border:1px solid rgba(74,23,47,.10);
      border-radius:28px;
      box-shadow:var(--shadow-soft);
      padding:10px;
      backdrop-filter:blur(14px);
    }
    .navbar{padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:270px;
      margin-right:18px;
      padding:7px 10px;
      border-radius:20px;
    }
    .brand-mark{
      width:42px;
      height:42px;
      display:inline-flex;
      flex:0 0 42px;
      border-radius:16px;
      background:
        radial-gradient(circle at 70% 25%, rgba(255,255,255,.78), transparent 18%),
        linear-gradient(135deg,var(--color-copper),var(--color-plum));
      position:relative;
      box-shadow:0 10px 24px rgba(74,23,47,.20);
    }
    .brand-mark:before{
      content:"";
      position:absolute;
      left:16px;
      top:12px;
      width:0;
      height:0;
      border-top:9px solid transparent;
      border-bottom:9px solid transparent;
      border-left:13px solid #FFF7EF;
      filter:drop-shadow(0 2px 4px rgba(0,0,0,.18));
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.25}
    .brand-text span{
      font-size:16px;
      font-weight:800;
      color:var(--color-plum);
      letter-spacing:-.02em;
    }
    .brand-text small{
      color:var(--color-muted);
      font-size:12px;
      margin-top:2px;
      font-weight:500;
    }
    .nav-card-list{
      gap:8px;
      margin-left:auto;
      margin-right:12px;
    }
    .nav-link{
      display:flex;
      align-items:center;
      gap:8px;
      color:var(--color-ink);
      font-weight:650;
      padding:10px 14px!important;
      border-radius:16px;
      background:rgba(255,253,249,.72);
      border:1px solid rgba(74,23,47,.08);
      min-height:44px;
    }
    .nav-link:hover{
      color:var(--color-plum);
      border-color:rgba(199,132,74,.45);
      transform:translateY(-1px);
      background:#fff;
    }
    .nav-link.active{
      color:#FFF7EF!important;
      background:linear-gradient(135deg,var(--color-plum),var(--color-plum-2));
      border-color:rgba(255,255,255,.08);
      box-shadow:0 12px 24px rgba(59,20,56,.18);
    }
    .nav-icon{
      width:22px;
      height:22px;
      border-radius:9px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-size:12px;
      font-weight:800;
      background:rgba(199,132,74,.16);
      color:var(--color-copper-dark);
    }
    .nav-link.active .nav-icon{
      background:var(--color-copper);
      color:#23161D;
    }
    .navbar-toggler{
      border:1px solid rgba(74,23,47,.12);
      border-radius:14px;
      padding:9px 11px;
      background:#FFFDF9;
    }
    .navbar-toggler-icon{
      width:1.2em;
      height:1.2em;
      background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2859,20,56,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .btn-primary-custom,.btn-secondary-custom{
      min-height:46px;
      border-radius:16px;
      font-weight:750;
      padding:11px 18px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      transition:var(--transition);
      border:1px solid transparent;
    }
    .btn-primary-custom{
      color:#FFF7EF!important;
      background:linear-gradient(135deg,var(--color-copper),var(--color-copper-dark));
      box-shadow:0 14px 28px rgba(199,132,74,.25);
    }
    .btn-primary-custom:hover{
      transform:translateY(-2px);
      background:linear-gradient(135deg,var(--color-copper-dark),#9D5C2E);
      box-shadow:0 18px 34px rgba(199,132,74,.34);
    }
    .btn-secondary-custom{
      color:var(--color-plum);
      background:rgba(255,253,249,.75);
      border-color:rgba(74,23,47,.18);
    }
    .btn-secondary-custom:hover{
      transform:translateY(-2px);
      border-color:rgba(199,132,74,.5);
      background:#fff;
      color:var(--color-plum);
    }
    .nav-cta{white-space:nowrap}
    .hero{
      padding:88px 0 52px;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:30px auto auto -80px;
      width:240px;
      height:240px;
      border-radius:50%;
      background:rgba(199,132,74,.12);
      filter:blur(4px);
      z-index:-1;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      padding:8px 13px;
      background:rgba(226,169,75,.18);
      color:#6B451A;
      border:1px solid rgba(226,169,75,.35);
      font-weight:750;
      font-size:14px;
      margin-bottom:18px;
    }
    .hero h1{
      font-size:clamp(32px,4.6vw,56px);
      line-height:1.15;
      letter-spacing:-.055em;
      font-weight:850;
      color:var(--color-plum);
      margin-bottom:18px;
    }
    .hero-subtitle{
      font-size:18px;
      color:#5E5258;
      line-height:1.85;
      margin-bottom:28px;
      max-width:690px;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap}
    .security-panel{
      background:
        linear-gradient(145deg,rgba(59,20,56,.98),rgba(23,18,23,.98)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.03) 0 1px,transparent 1px 8px);
      border:1px solid rgba(255,255,255,.12);
      border-radius:34px;
      padding:26px;
      color:#FFF7EF;
      box-shadow:0 28px 70px rgba(23,18,23,.24);
      position:relative;
      overflow:hidden;
    }
    .security-panel:after{
      content:"";
      position:absolute;
      right:-70px;
      top:-70px;
      width:180px;
      height:180px;
      border-radius:50%;
      background:rgba(199,132,74,.22);
      filter:blur(8px);
    }
    .panel-top{
      position:relative;
      z-index:1;
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:14px;
      margin-bottom:20px;
    }
    .panel-title strong{
      display:block;
      font-size:21px;
      font-weight:800;
      margin-bottom:2px;
    }
    .panel-title span{font-size:13px;color:rgba(255,247,239,.68)}
    .score-ring{
      width:92px;
      height:92px;
      flex:0 0 92px;
      border-radius:30px;
      background:conic-gradient(var(--color-sage) 0 78%, rgba(255,255,255,.14) 78% 100%);
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
    }
    .score-ring:before{
      content:"";
      position:absolute;
      inset:9px;
      border-radius:23px;
      background:#241722;
    }
    .score-ring span{
      position:relative;
      font-weight:850;
      color:#F1D3A7;
      font-size:22px;
    }
    .status-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:12px;
      margin-bottom:18px;
    }
    .status-item{
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.10);
    }
    .status-item b{
      display:flex;
      align-items:center;
      gap:7px;
      font-size:15px;
      margin-bottom:6px;
    }
    .status-dot{
      width:9px;
      height:9px;
      border-radius:999px;
      background:var(--color-sage);
      box-shadow:0 0 0 4px rgba(111,143,117,.14);
    }
    .status-item p{
      margin:0;
      color:rgba(255,247,239,.68);
      font-size:13px;
      line-height:1.65;
    }
    .panel-note{
      position:relative;
      z-index:1;
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:14px;
      border-radius:20px;
      background:rgba(199,132,74,.14);
      border:1px solid rgba(199,132,74,.22);
      color:#FFE6C4;
      font-size:14px;
      line-height:1.7;
    }
    .doc-layout{
      display:grid;
      grid-template-columns:280px minmax(0,1fr);
      gap:28px;
      align-items:start;
    }
    .chapter-nav{
      position:sticky;
      top:132px;
      background:rgba(255,253,249,.82);
      border:1px solid rgba(74,23,47,.10);
      border-radius:28px;
      padding:18px;
      box-shadow:var(--shadow-soft);
    }
    .chapter-nav h2{
      font-size:18px;
      font-weight:800;
      color:var(--color-plum);
      margin-bottom:14px;
    }
    .chapter-list{
      list-style:none;
      padding:0;
      margin:0;
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .chapter-list a{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:11px 13px;
      border-radius:15px;
      color:#5D5057;
      background:#FBF6EF;
      border:1px solid rgba(74,23,47,.07);
      font-weight:650;
      font-size:14px;
    }
    .chapter-list a:hover{
      color:var(--color-plum);
      border-color:rgba(199,132,74,.38);
      transform:translateX(3px);
      background:#fff;
    }
    .chapter-list a span{
      color:var(--color-copper-dark);
      font-size:12px;
      font-weight:850;
    }
    .doc-card{
      background:rgba(255,253,249,.86);
      border:1px solid rgba(74,23,47,.10);
      border-radius:28px;
      padding:28px;
      box-shadow:var(--shadow-soft);
      margin-bottom:22px;
      transition:var(--transition);
      overflow:hidden;
      position:relative;
    }
    .doc-card:hover{
      transform:translateY(-3px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(199,132,74,.34);
    }
    .doc-card:before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:6px;
      height:100%;
      background:linear-gradient(180deg,var(--color-copper),rgba(199,132,74,.12));
    }
    .doc-card h2{
      font-size:25px;
      line-height:1.35;
      font-weight:820;
      color:var(--color-plum);
      margin-bottom:12px;
    }
    .doc-card p{color:#5F555A;margin-bottom:14px}
    .info-list{
      list-style:none;
      padding:0;
      margin:18px 0 0;
      display:grid;
      gap:12px;
    }
    .info-list li{
      display:flex;
      gap:10px;
      padding:13px 14px;
      border-radius:16px;
      background:#F9F1E9;
      color:#4F454A;
      border:1px solid rgba(74,23,47,.07);
    }
    .info-list li:before{
      content:"✓";
      width:24px;
      height:24px;
      border-radius:10px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 24px;
      background:rgba(111,143,117,.16);
      color:#4F7657;
      font-weight:900;
      margin-top:2px;
    }
    .tag-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
    .pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(74,23,47,.07);
      border:1px solid rgba(74,23,47,.08);
      color:var(--color-plum);
      font-size:13px;
      font-weight:750;
    }
    .check-section{
      background:
        radial-gradient(circle at 8% 20%, rgba(199,132,74,.16), transparent 26%),
        linear-gradient(135deg,#2A1727,var(--color-charcoal));
      color:#FFF7EF;
      border-radius:34px;
      padding:34px;
      box-shadow:0 28px 70px rgba(23,18,23,.22);
      overflow:hidden;
    }
    .check-section .section-title{color:#FFF7EF}
    .check-section .section-lead{color:rgba(255,247,239,.68)}
    .check-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:16px;
      margin-top:24px;
    }
    .check-item{
      display:flex;
      gap:12px;
      padding:18px;
      border-radius:20px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.10);
      transition:var(--transition);
    }
    .check-item:hover{
      transform:translateY(-2px);
      border-color:rgba(199,132,74,.38);
      background:rgba(255,255,255,.09);
    }
    .fake-check{
      width:26px;
      height:26px;
      border-radius:10px;
      flex:0 0 26px;
      background:var(--color-copper);
      color:#22151D;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:950;
      margin-top:2px;
    }
    .check-item h3{
      font-size:17px;
      font-weight:800;
      margin-bottom:5px;
      color:#FFF7EF;
    }
    .check-item p{
      margin:0;
      color:rgba(255,247,239,.68);
      font-size:14px;
      line-height:1.7;
    }
    .myth-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .myth-card,.safe-card{
      border-radius:28px;
      padding:26px;
      border:1px solid rgba(74,23,47,.10);
      background:#FFFDF9;
      box-shadow:var(--shadow-soft);
    }
    .myth-card{
      background:linear-gradient(180deg,#FFFDF9,#F8EFE8);
    }
    .safe-card{
      background:linear-gradient(180deg,#F8F5EE,#FFFDF9);
    }
    .myth-card h2,.safe-card h2{
      font-size:25px;
      font-weight:820;
      color:var(--color-plum);
      margin-bottom:16px;
    }
    .mini-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
    .mini-list li{
      padding:14px 15px;
      border-radius:16px;
      background:rgba(74,23,47,.05);
      border:1px solid rgba(74,23,47,.07);
      color:#5B5156;
    }
    .mini-list b{color:var(--color-plum)}
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid rgba(74,23,47,.12)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:#FFFDF9;
      box-shadow:0 12px 28px rgba(43,20,38,.06);
    }
    .accordion-button{
      font-weight:750;
      color:var(--color-plum);
      background:#FFFDF9;
      padding:18px 20px;
      line-height:1.5;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--color-plum);
      background:linear-gradient(90deg,rgba(199,132,74,.14),rgba(255,253,249,1));
      border-left:5px solid var(--color-copper);
    }
    .accordion-button:after{
      filter:sepia(1) saturate(1.2) hue-rotate(335deg);
    }
    .accordion-body{
      color:#5F555A;
      padding:0 22px 20px;
      line-height:1.85;
      background:#FFFDF9;
    }
    .contact-panel{
      border-radius:34px;
      background:
        radial-gradient(circle at 85% 12%, rgba(199,132,74,.20), transparent 28%),
        linear-gradient(135deg,var(--color-plum),var(--color-charcoal));
      color:#FFF7EF;
      padding:36px;
      box-shadow:0 28px 70px rgba(23,18,23,.22);
    }
    .contact-panel h2{
      font-size:clamp(28px,3vw,38px);
      font-weight:850;
      line-height:1.25;
      letter-spacing:-.04em;
      margin-bottom:12px;
    }
    .contact-panel p{color:rgba(255,247,239,.72);margin-bottom:0}
    .form-card{
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      border-radius:26px;
      padding:22px;
    }
    .form-label{
      color:#FFF7EF;
      font-weight:720;
      font-size:14px;
      margin-bottom:7px;
    }
    .form-control,.form-select{
      min-height:48px;
      border-radius:15px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.09);
      color:#FFF7EF;
      box-shadow:none!important;
    }
    .form-control::placeholder{color:rgba(255,247,239,.48)}
    .form-select{color:rgba(255,247,239,.82)}
    .form-select option{color:#2B2529}
    .form-control:focus,.form-select:focus{
      border-color:rgba(199,132,74,.75);
      background:rgba(255,255,255,.12);
      color:#fff;
    }
    .privacy-tip{
      margin-top:12px;
      color:rgba(255,247,239,.62);
      font-size:13px;
      line-height:1.65;
    }
    .site-footer{
      background:linear-gradient(180deg,#21141E,var(--color-charcoal));
      color:rgba(255,247,239,.72);
      padding:58px 0 26px;
      border-top:3px solid rgba(199,132,74,.72);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#FFF7EF;
      font-size:20px;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-brand .brand-mark{width:38px;height:38px;flex-basis:38px;border-radius:15px}
    .footer-brand .brand-mark:before{left:15px;top:11px;border-top-width:8px;border-bottom-width:8px;border-left-width:12px}
    .footer-title{
      color:#FFF7EF;
      font-weight:800;
      margin-bottom:13px;
    }
    .footer-links{display:grid;gap:9px}
    .footer-links a{
      color:rgba(255,247,239,.68);
      font-size:14px;
    }
    .footer-links a:hover{
      color:#FFE2B8;
      transform:translateX(3px);
    }
    .footer-badges{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      margin-top:18px;
    }
    .footer-badges span{
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.10);
      color:#FFE2B8;
      font-size:12px;
      font-weight:720;
    }
    .footer-note{
      border-top:1px solid rgba(255,255,255,.10);
      margin-top:34px;
      padding-top:20px;
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,247,239,.58);
    }
    @media (max-width: 991.98px){
      .site-header{top:8px;margin-top:10px}
      .navbar-brand{min-width:auto}
      .navbar-collapse{
        margin-top:12px;
        padding:12px;
        border-radius:22px;
        background:rgba(255,253,249,.86);
        border:1px solid rgba(74,23,47,.08);
      }
      .nav-card-list{gap:8px;margin:0 0 12px 0;align-items:stretch!important}
      .nav-link{width:100%;justify-content:flex-start}
      .nav-cta{width:100%}
      .hero{padding:58px 0 38px}
      .doc-layout{grid-template-columns:1fr}
      .chapter-nav{
        position:relative;
        top:auto;
        overflow:hidden;
      }
      .chapter-list{
        display:flex;
        flex-direction:row;
        overflow-x:auto;
        padding-bottom:3px;
        scrollbar-width:thin;
      }
      .chapter-list li{flex:0 0 auto}
      .chapter-list a{white-space:nowrap}
      .myth-grid{grid-template-columns:1fr}
      .section{padding:62px 0}
    }
    @media (max-width: 767.98px){
      body{font-size:15px}
      .top-notice .notice-inner{flex-direction:column;align-items:flex-start;gap:6px}
      .notice-links{width:100%;overflow-x:auto}
      .nav-shell{border-radius:22px;padding:8px}
      .brand-text span{font-size:14px}
      .brand-text small{font-size:11px}
      .brand-mark{width:38px;height:38px;flex-basis:38px}
      .hero-actions .btn-primary-custom,.hero-actions .btn-secondary-custom{width:100%}
      .security-panel,.check-section,.contact-panel{border-radius:26px;padding:22px}
      .status-grid,.check-grid{grid-template-columns:1fr}
      .panel-top{flex-direction:column}
      .doc-card{padding:22px;border-radius:24px}
      .doc-card h2{font-size:22px}
      .section-sm{padding:48px 0}
      .footer-note{flex-direction:column}
    }
    @media (max-width: 520px){
      .navbar-brand{gap:9px;padding-left:4px}
      .brand-text small{display:none}
      .hero h1{font-size:31px}
      .hero-subtitle{font-size:16px}
      .score-ring{width:84px;height:84px;flex-basis:84px}
      .check-item{padding:16px}
    }

/* roulang page: category1 */
:root{
      --color-primary:#3B1438;
      --color-primary-2:#4A172F;
      --color-accent:#C7844A;
      --color-accent-dark:#B56F39;
      --color-bg:#F7F1EA;
      --color-bg-soft:#FFFDF9;
      --color-dark:#171217;
      --color-text:#2B2529;
      --color-muted:#8B7E84;
      --color-border:#E8DDD5;
      --color-warning:#E2A94B;
      --color-safe:#6F8F75;
      --shadow-soft:0 18px 45px rgba(43,20,38,.10);
      --shadow-card:0 12px 34px rgba(59,20,56,.09);
      --radius-sm:14px;
      --radius-md:22px;
      --radius-lg:32px;
      --container-max:1220px;
      --transition:.24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 12% 6%, rgba(199,132,74,.16), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(59,20,56,.12), transparent 26%),
        linear-gradient(180deg,#F7F1EA 0%,#FFFDF9 44%,#F7F1EA 100%);
      line-height:1.82;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:color var(--transition),background var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    .container-xl{max-width:var(--container-max)}
    .section-pad{padding:86px 0}
    .section-pad-sm{padding:62px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:999px;
      color:var(--color-primary);
      background:rgba(199,132,74,.13);
      border:1px solid rgba(199,132,74,.22);
      font-size:13px;
      font-weight:700;
      margin-bottom:16px;
    }
    .section-kicker::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,132,74,.16);
    }
    h1,h2,h3,h4{color:var(--color-text);letter-spacing:-.03em}
    h1{font-size:clamp(32px,5vw,52px);line-height:1.16;font-weight:800}
    h2{font-size:clamp(28px,3.4vw,38px);line-height:1.25;font-weight:780}
    h3{font-size:22px;line-height:1.35;font-weight:720}
    p{margin-bottom:0;color:rgba(43,37,41,.78)}
    .text-muted-custom{color:var(--color-muted)}
    .top-notice{
      background:linear-gradient(90deg,var(--color-primary),var(--color-primary-2));
      color:#fff;
      font-size:14px;
      padding:10px 0;
      position:relative;
      z-index:20;
    }
    .top-notice .notice-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .top-notice strong{color:#FFE3B8}
    .notice-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}
    .notice-actions a{
      color:#FFEAD0;
      padding:5px 10px;
      border:1px solid rgba(255,255,255,.18);
      border-radius:999px;
      line-height:1.2;
    }
    .notice-actions a:hover{background:rgba(255,255,255,.10);color:#fff}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      padding:18px 0;
      background:rgba(247,241,234,.72);
      backdrop-filter:blur(18px);
    }
    .nav-shell{
      background:rgba(255,253,249,.94);
      border:1px solid rgba(74,23,47,.10);
      border-radius:28px;
      box-shadow:var(--shadow-soft);
      padding:10px 12px;
    }
    .navbar{padding:0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:260px;
      margin-right:24px;
      padding:6px 0;
    }
    .brand-mark{
      width:44px;
      height:44px;
      border-radius:15px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.18),transparent 42%),
        linear-gradient(135deg,var(--color-primary),#211020);
      position:relative;
      flex:0 0 auto;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 10px 26px rgba(59,20,56,.22);
    }
    .brand-mark::before{
      content:"";
      position:absolute;
      left:17px;
      top:13px;
      border-left:13px solid var(--color-accent);
      border-top:9px solid transparent;
      border-bottom:9px solid transparent;
      filter:drop-shadow(0 2px 8px rgba(199,132,74,.35));
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      right:7px;
      bottom:7px;
      width:10px;
      height:10px;
      border-radius:50%;
      border:2px solid rgba(255,255,255,.75);
      background:rgba(111,143,117,.85);
    }
    .brand-text{display:flex;flex-direction:column;line-height:1.25}
    .brand-text span{font-size:17px;font-weight:800;color:var(--color-primary);letter-spacing:-.02em}
    .brand-text small{font-size:12px;color:var(--color-muted);font-weight:600}
    .nav-card-list{gap:8px;flex:1}
    .nav-link{
      display:flex;
      align-items:center;
      gap:8px;
      min-height:44px;
      padding:10px 14px!important;
      border-radius:16px;
      color:rgba(43,37,41,.82);
      background:rgba(247,241,234,.72);
      border:1px solid rgba(74,23,47,.08);
      font-weight:700;
      font-size:15px;
    }
    .nav-icon{
      width:23px;
      height:23px;
      border-radius:9px;
      display:grid;
      place-items:center;
      font-size:12px;
      color:var(--color-primary);
      background:rgba(199,132,74,.14);
      font-weight:800;
    }
    .nav-link:hover{
      color:var(--color-primary);
      border-color:rgba(199,132,74,.36);
      background:#fff;
      transform:translateY(-1px);
    }
    .nav-link.active{
      color:#fff!important;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      border-color:rgba(255,255,255,.10);
      box-shadow:0 12px 24px rgba(59,20,56,.18);
    }
    .nav-link.active .nav-icon{background:var(--color-accent);color:#211020}
    .navbar-toggler{
      border:1px solid rgba(74,23,47,.14);
      border-radius:14px;
      width:46px;
      height:44px;
      box-shadow:none!important;
      background:rgba(247,241,234,.85);
    }
    .navbar-toggler:focus{box-shadow:0 0 0 4px rgba(199,132,74,.18)!important}
    .btn-primary-custom,.btn-secondary-custom,.btn-outline-light-custom{
      min-height:46px;
      border-radius:16px;
      padding:11px 18px;
      font-weight:760;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:1px solid transparent;
      transition:transform var(--transition),box-shadow var(--transition),background var(--transition),border-color var(--transition),color var(--transition);
    }
    .btn-primary-custom{
      background:var(--color-accent);
      color:#24130B!important;
      border-color:rgba(199,132,74,.55);
      box-shadow:0 12px 26px rgba(199,132,74,.24);
    }
    .btn-primary-custom:hover,.btn-primary-custom:active{
      background:var(--color-accent-dark)!important;
      border-color:var(--color-accent-dark)!important;
      color:#fff!important;
      transform:translateY(-2px);
      box-shadow:0 18px 34px rgba(199,132,74,.34);
    }
    .btn-secondary-custom{
      background:#FFFDF9;
      color:var(--color-primary)!important;
      border-color:rgba(74,23,47,.18);
    }
    .btn-secondary-custom:hover{
      background:rgba(74,23,47,.06);
      border-color:rgba(74,23,47,.32);
      transform:translateY(-2px);
      color:var(--color-primary)!important;
    }
    .btn-outline-light-custom{
      background:transparent;
      color:#fff!important;
      border-color:rgba(255,255,255,.32);
    }
    .btn-outline-light-custom:hover{
      background:rgba(255,255,255,.10);
      border-color:rgba(255,255,255,.58);
      transform:translateY(-2px);
    }
    .btn:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
      outline:none;
      box-shadow:0 0 0 4px rgba(199,132,74,.28)!important;
    }
    .nav-cta{margin-left:auto;white-space:nowrap}
    .category-hero{
      padding:70px 0 46px;
      position:relative;
    }
    .category-hero::before{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        linear-gradient(90deg,rgba(59,20,56,.05) 1px,transparent 1px),
        linear-gradient(180deg,rgba(59,20,56,.045) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.58),transparent 88%);
    }
    .hero-copy,.hero-panel{position:relative;z-index:1}
    .age-badge{
      display:inline-flex;
      align-items:center;
      gap:9px;
      padding:9px 13px;
      background:#FFF7E8;
      color:#5B3612;
      border:1px solid rgba(226,169,75,.38);
      border-radius:999px;
      font-size:14px;
      font-weight:780;
      margin-bottom:18px;
    }
    .age-badge b{
      display:grid;
      place-items:center;
      width:29px;
      height:29px;
      border-radius:50%;
      background:var(--color-warning);
      color:#26170A;
      font-size:13px;
    }
    .hero-subtitle{
      font-size:17px;
      line-height:1.9;
      max-width:680px;
      margin-top:18px;
      color:rgba(43,37,41,.75);
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
    .filter-console{
      background:
        radial-gradient(circle at 18% 12%,rgba(199,132,74,.26),transparent 34%),
        linear-gradient(145deg,#251522 0%,#3B1438 52%,#171217 100%);
      border:1px solid rgba(255,255,255,.10);
      border-radius:34px;
      padding:24px;
      color:#fff;
      box-shadow:0 24px 60px rgba(59,20,56,.22);
      overflow:hidden;
      position:relative;
    }
    .filter-console::after{
      content:"";
      position:absolute;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 90% 12%,rgba(255,255,255,.10),transparent 18%),
        repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 8px);
      opacity:.72;
    }
    .console-head,.console-list,.console-foot{position:relative;z-index:1}
    .console-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
    .console-title{font-weight:800;font-size:18px}
    .status-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(111,143,117,.18);
      color:#DDF1E0;
      border:1px solid rgba(111,143,117,.36);
      font-size:12px;
      font-weight:750;
    }
    .status-pill::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-safe)}
    .console-list{display:grid;gap:12px}
    .console-row{
      display:flex;
      justify-content:space-between;
      gap:12px;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.10);
    }
    .console-row span:first-child{color:rgba(255,255,255,.78)}
    .console-row span:last-child{color:#FFE0B8;font-weight:800}
    .console-foot{
      margin-top:18px;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .mini-chip{
      padding:7px 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:750;
      color:rgba(255,255,255,.86);
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.07);
    }
    .filter-tags-wrap{
      padding:18px;
      border-radius:28px;
      background:rgba(255,253,249,.78);
      border:1px solid rgba(74,23,47,.10);
      box-shadow:var(--shadow-card);
      margin-bottom:26px;
    }
    .filter-tags{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .filter-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:42px;
      padding:9px 14px;
      border-radius:999px;
      border:1px solid rgba(74,23,47,.12);
      background:#fff;
      font-weight:750;
      color:var(--color-primary);
      white-space:nowrap;
    }
    .filter-tag::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-accent);
    }
    .filter-tag:hover,.filter-tag.active{
      color:#fff;
      background:var(--color-primary);
      border-color:var(--color-primary);
      transform:translateY(-1px);
    }
    .filter-tag:hover::before,.filter-tag.active::before{background:var(--color-warning)}
    .guide-card{
      display:grid;
      grid-template-columns:180px 1fr auto;
      gap:22px;
      align-items:stretch;
      padding:20px;
      border-radius:28px;
      background:#FFFDF9;
      border:1px solid rgba(74,23,47,.10);
      box-shadow:0 12px 30px rgba(59,20,56,.06);
      margin-bottom:18px;
      transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);
    }
    .guide-card:hover{
      transform:translateY(-4px);
      border-color:rgba(199,132,74,.45);
      box-shadow:0 18px 42px rgba(59,20,56,.12);
    }
    .abstract-cover{
      min-height:142px;
      border-radius:22px;
      background:
        radial-gradient(circle at 70% 24%,rgba(226,169,75,.58),transparent 21%),
        radial-gradient(circle at 18% 75%,rgba(111,143,117,.34),transparent 24%),
        linear-gradient(135deg,#4A172F,#171217);
      position:relative;
      overflow:hidden;
    }
    .abstract-cover::before{
      content:"";
      position:absolute;
      inset:18px;
      border-radius:18px;
      border:1px solid rgba(255,255,255,.18);
      background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
    }
    .abstract-cover::after{
      content:"18+";
      position:absolute;
      right:14px;
      top:14px;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(226,169,75,.92);
      color:#21120B;
      font-size:12px;
      font-weight:900;
    }
    .guide-card h3{margin-bottom:10px;color:var(--color-primary)}
    .guide-meta{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
    .guide-meta span{
      padding:5px 9px;
      border-radius:999px;
      background:rgba(199,132,74,.12);
      color:#704017;
      font-size:12px;
      font-weight:760;
    }
    .guide-tips{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:8px;
      color:rgba(43,37,41,.75);
      font-size:14px;
    }
    .guide-tips li{display:flex;gap:8px}
    .guide-tips li::before{content:"•";color:var(--color-accent);font-weight:900}
    .guide-action{
      display:flex;
      align-items:center;
      justify-content:center;
      min-width:124px;
    }
    .side-panel{
      position:sticky;
      top:128px;
      display:grid;
      gap:16px;
    }
    .notice-card{
      border-radius:26px;
      background:#FFFDF9;
      border:1px solid rgba(74,23,47,.10);
      box-shadow:0 12px 30px rgba(59,20,56,.06);
      padding:20px;
      position:relative;
      overflow:hidden;
    }
    .notice-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:4px;
      background:linear-gradient(90deg,var(--color-accent),var(--color-primary));
    }
    .notice-card .icon-dot{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:rgba(59,20,56,.08);
      color:var(--color-primary);
      font-weight:900;
      margin-bottom:12px;
    }
    .notice-card h3{font-size:19px;margin-bottom:8px}
    .path-section{
      background:
        radial-gradient(circle at 15% 12%,rgba(199,132,74,.17),transparent 24%),
        linear-gradient(135deg,#FFFDF9,#F1E6DD);
      border-top:1px solid rgba(74,23,47,.08);
      border-bottom:1px solid rgba(74,23,47,.08);
    }
    .step-bracket{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:14px;
      margin-top:32px;
    }
    .step-item{
      min-height:188px;
      padding:20px;
      border-radius:26px;
      background:rgba(255,253,249,.86);
      border:1px solid rgba(74,23,47,.10);
      box-shadow:0 12px 28px rgba(59,20,56,.07);
      position:relative;
    }
    .step-item::after{
      content:"";
      position:absolute;
      right:-12px;
      top:50%;
      width:20px;
      height:2px;
      background:rgba(199,132,74,.55);
    }
    .step-item:last-child::after{display:none}
    .step-num{
      width:38px;
      height:38px;
      display:grid;
      place-items:center;
      border-radius:14px;
      background:var(--color-primary);
      color:#fff;
      font-weight:900;
      margin-bottom:16px;
    }
    .step-item h3{font-size:18px;margin-bottom:8px;color:var(--color-primary)}
    .info-band{
      background:linear-gradient(135deg,var(--color-primary),#20101F);
      border-radius:34px;
      padding:34px;
      color:#fff;
      box-shadow:0 24px 54px rgba(59,20,56,.20);
      overflow:hidden;
      position:relative;
    }
    .info-band::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 80% 18%,rgba(199,132,74,.26),transparent 22%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 9px);
      pointer-events:none;
    }
    .info-band .row{position:relative;z-index:1}
    .stat-card{
      padding:20px;
      border-radius:24px;
      background:rgba(255,255,255,.075);
      border:1px solid rgba(255,255,255,.11);
      min-height:150px;
    }
    .stat-card strong{
      display:block;
      color:#FFD3A0;
      font-size:34px;
      line-height:1;
      margin-bottom:12px;
    }
    .stat-card span{display:block;color:#fff;font-weight:800;margin-bottom:6px}
    .stat-card p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.65}
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid rgba(74,23,47,.10)!important;
      border-radius:20px!important;
      overflow:hidden;
      background:#FFFDF9;
      box-shadow:0 10px 26px rgba(59,20,56,.05);
    }
    .accordion-button{
      background:#FFFDF9!important;
      color:var(--color-text)!important;
      font-weight:760;
      font-size:16px;
      padding:18px 20px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      color:var(--color-primary)!important;
      background:linear-gradient(90deg,rgba(199,132,74,.14),#FFFDF9)!important;
      border-left:5px solid var(--color-accent);
    }
    .accordion-button::after{filter:saturate(.35)}
    .accordion-body{
      padding:0 22px 20px 25px;
      color:rgba(43,37,41,.76);
      line-height:1.85;
    }
    .cta-panel{
      background:
        radial-gradient(circle at 20% 18%,rgba(199,132,74,.26),transparent 28%),
        linear-gradient(135deg,#241421,var(--color-primary) 52%,#171217);
      border:1px solid rgba(255,255,255,.10);
      border-radius:36px;
      padding:42px;
      color:#fff;
      box-shadow:0 24px 60px rgba(59,20,56,.22);
    }
    .cta-panel h2{color:#fff}
    .cta-panel p{color:rgba(255,255,255,.74)}
    .form-card{
      border-radius:28px;
      padding:22px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
    }
    .form-label{color:rgba(255,255,255,.82);font-size:14px;font-weight:700}
    .form-control,.form-select{
      min-height:46px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background:rgba(255,255,255,.09);
      color:#fff;
      box-shadow:none!important;
    }
    .form-control::placeholder{color:rgba(255,255,255,.45)}
    .form-select{color:rgba(255,255,255,.76)}
    .form-select option{color:var(--color-text)}
    .form-control:focus,.form-select:focus{
      border-color:rgba(199,132,74,.78);
      background:rgba(255,255,255,.12);
      color:#fff;
    }
    textarea.form-control{min-height:108px}
    .privacy-note{
      margin-top:12px;
      font-size:13px;
      color:rgba(255,255,255,.62);
      line-height:1.65;
    }
    .site-footer{
      background:linear-gradient(180deg,#1B121A,#120E12);
      color:#fff;
      padding:58px 0 26px;
      border-top:4px solid var(--color-accent);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:850;
      font-size:19px;
      margin-bottom:16px;
    }
    .site-footer p{color:rgba(255,255,255,.68);line-height:1.8}
    .footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
    .footer-badges span{
      padding:6px 10px;
      border-radius:999px;
      color:#FFE0B6;
      background:rgba(199,132,74,.12);
      border:1px solid rgba(199,132,74,.22);
      font-size:12px;
      font-weight:720;
    }
    .footer-title{
      color:#FFE0B6;
      font-size:15px;
      font-weight:820;
      margin-bottom:14px;
    }
    .footer-links{display:grid;gap:10px}
    .footer-links a{color:rgba(255,255,255,.68)}
    .footer-links a:hover{color:#fff;transform:translateX(3px)}
    .footer-note{
      margin-top:36px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:rgba(255,255,255,.55);
      font-size:13px;
    }
    @media (max-width:991.98px){
      .site-header{padding:12px 0}
      .navbar-brand{min-width:auto}
      .brand-text span{font-size:15px}
      .brand-text small{font-size:11px}
      .navbar-collapse{
        margin-top:12px;
        padding:12px;
        border-radius:22px;
        background:rgba(247,241,234,.92);
        border:1px solid rgba(74,23,47,.08);
      }
      .nav-card-list{gap:8px;align-items:stretch!important}
      .nav-link{width:100%}
      .nav-cta{width:100%;margin:12px 0 0}
      .category-hero{padding:50px 0 34px}
      .filter-console{margin-top:28px}
      .guide-card{grid-template-columns:150px 1fr;gap:18px}
      .guide-action{grid-column:1/-1;justify-content:flex-start}
      .side-panel{position:static;margin-top:22px}
      .step-bracket{grid-template-columns:repeat(2,1fr)}
      .step-item::after{display:none}
      .section-pad{padding:66px 0}
      .footer-note{flex-direction:column;align-items:flex-start}
    }
    @media (max-width:767.98px){
      .top-notice .notice-inner{flex-direction:column;align-items:flex-start;gap:8px}
      .notice-actions{width:100%;overflow-x:auto;padding-bottom:2px}
      .nav-shell{border-radius:22px}
      .brand-mark{width:40px;height:40px;border-radius:14px}
      .hero-actions .btn{width:100%}
      .filter-tags{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}
      .guide-card{display:block;padding:16px;border-radius:24px}
      .abstract-cover{min-height:128px;margin-bottom:16px}
      .guide-action{justify-content:stretch;margin-top:16px}
      .guide-action .btn{width:100%}
      .step-bracket{grid-template-columns:1fr}
      .info-band,.cta-panel{padding:26px;border-radius:28px}
      .section-pad{padding:54px 0}
      .section-pad-sm{padding:46px 0}
    }
    @media (max-width:520px){
      body{line-height:1.75}
      h1{font-size:31px}
      h2{font-size:26px}
      .navbar-brand{gap:10px}
      .brand-text small{display:none}
      .category-hero{padding-top:38px}
      .console-row{flex-direction:column;gap:4px}
      .filter-tags-wrap{padding:14px;border-radius:22px}
      .cta-panel .btn{width:100%}
    }
