/* roulang page: index */
:root{
      --bg:#FAF7F2;
      --bg-soft:#F7F3EE;
      --surface:#FFFDF8;
      --surface-deep:#F1E8DE;
      --text:#1D1A1B;
      --muted:#71686B;
      --weak:#9B9091;
      --brand:#7B3F61;
      --brand-2:#8A4F68;
      --gold:#C8A27A;
      --gold-soft:#E8D5BA;
      --dark:#211A1E;
      --line:rgba(33,26,30,.09);
      --shadow:0 18px 50px rgba(35,28,31,.08);
      --shadow-strong:0 24px 70px rgba(35,28,31,.14);
      --radius-lg:34px;
      --radius:24px;
      --radius-sm:16px;
      --transition:all .22s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(200,162,122,.18), transparent 34%),
        radial-gradient(circle at 86% 3%, rgba(123,63,97,.12), transparent 28%),
        var(--bg);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    ::selection{background:rgba(123,63,97,.18)}
    .container{max-width:1220px}
    .section{padding:88px 0}
    .section-sm{padding:64px 0}
    .section-title{
      font-size:clamp(26px,3vw,36px);
      line-height:1.22;
      font-weight:800;
      letter-spacing:-.03em;
      margin:0 0 14px;
    }
    .section-lead{
      color:var(--muted);
      max-width:760px;
      margin:0;
      font-size:16px;
    }
    .topbar{
      background:var(--dark);
      color:#EFE7DE;
      font-size:13px;
      min-height:38px;
      display:flex;
      align-items:center;
    }
    .topbar .bar-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .bar-links{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
      color:#D8CCC3;
    }
    .bar-links a:hover{color:#fff}
    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(250,247,242,.88);
      backdrop-filter:blur(16px);
      border-bottom:1px solid var(--line);
    }
    .navbar{padding:16px 0}
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:800;
      color:var(--text);
      letter-spacing:-.02em;
    }
    .logo-mark{
      width:42px;height:42px;border-radius:15px;
      background:
        linear-gradient(135deg, var(--brand), #A76B7D 52%, var(--gold));
      box-shadow:0 12px 28px rgba(123,63,97,.22);
      position:relative;
      overflow:hidden;
    }
    .logo-mark:after{
      content:"";
      position:absolute;
      width:22px;height:22px;border-radius:999px;
      right:-4px;bottom:-4px;
      background:rgba(255,253,248,.55);
    }
    .navbar-nav{gap:8px}
    .nav-link{
      position:relative;
      padding:10px 14px!important;
      border-radius:999px;
      color:#40393B;
      font-weight:650;
      font-size:15px;
    }
    .nav-link:hover,.nav-link.active{
      color:var(--brand);
      background:rgba(123,63,97,.08);
    }
    .nav-link.active:after{
      content:"";
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      bottom:4px;
      width:5px;height:5px;border-radius:50%;
      background:var(--brand);
    }
    .navbar-toggler{
      border:1px solid var(--line);
      border-radius:14px;
      padding:9px 11px;
      box-shadow:none!important;
      background:#fffaf4;
    }
    .btn-brand,.btn-ghost,.btn-darkline{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:48px;
      padding:12px 20px;
      border-radius:999px;
      font-weight:750;
      transition:var(--transition);
      border:1px solid transparent;
      white-space:nowrap;
    }
    .btn-brand{
      background:var(--brand);
      color:#FFF8EF;
      box-shadow:0 14px 30px rgba(123,63,97,.2);
    }
    .btn-brand:hover,.btn-brand:focus{
      background:#63304E;
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(123,63,97,.28);
    }
    .btn-ghost{
      background:#FFFDF8;
      color:var(--text);
      border-color:rgba(123,63,97,.18);
    }
    .btn-ghost:hover,.btn-ghost:focus{
      border-color:var(--brand);
      color:var(--brand);
      transform:translateY(-2px);
      box-shadow:var(--shadow);
    }
    .btn-darkline{
      background:transparent;
      color:#F7F0E8;
      border-color:rgba(255,255,255,.2);
    }
    .btn-darkline:hover{
      background:#F7F0E8;
      color:var(--dark);
      transform:translateY(-2px);
    }
    .badge-soft,.status-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      font-size:12px;
      font-weight:750;
      background:rgba(123,63,97,.08);
      color:var(--brand);
      border:1px solid rgba(123,63,97,.12);
    }
    .badge-gold{background:rgba(200,162,122,.16);color:#7B5A35;border-color:rgba(200,162,122,.26)}
    .hero{
      padding:50px 0 86px;
    }
    .hero-stage{
      position:relative;
      min-height:610px;
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:
        linear-gradient(120deg, rgba(33,26,30,.96), rgba(57,40,50,.93) 52%, rgba(123,63,97,.88)),
        radial-gradient(circle at 74% 26%, rgba(215,185,142,.45), transparent 30%);
      box-shadow:var(--shadow-strong);
      color:#FFF7EE;
      border:1px solid rgba(255,255,255,.08);
    }
    .hero-stage:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.12), transparent 24%),
        radial-gradient(circle at 86% 70%, rgba(200,162,122,.22), transparent 28%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 82px);
      pointer-events:none;
    }
    .hero-content{
      position:relative;
      z-index:2;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:34px;
      min-height:610px;
      padding:46px;
      align-items:stretch;
    }
    .hero-main{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:30px;
    }
    .hero h1{
      font-size:clamp(34px,5.2vw,58px);
      line-height:1.12;
      font-weight:850;
      letter-spacing:-.055em;
      margin:18px 0 18px;
      max-width:720px;
    }
    .hero-desc{
      color:#E6DCD3;
      font-size:17px;
      max-width:700px;
      margin:0;
    }
    .hero-actions{
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .launch-strip{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:28px;
    }
    .data-pill{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      border-radius:18px;
      padding:13px 16px;
      min-width:138px;
    }
    .data-pill strong{
      display:block;
      font-size:24px;
      line-height:1.1;
      color:#fff;
      font-variant-numeric:tabular-nums;
    }
    .data-pill span{font-size:13px;color:#D9CDC5}
    .hero-panel{
      align-self:stretch;
      display:grid;
      grid-template-rows:auto 1fr auto;
      gap:16px;
    }
    .count-ring-card{
      background:#FFF8EF;
      color:var(--text);
      border-radius:30px;
      padding:28px;
      box-shadow:0 24px 60px rgba(0,0,0,.18);
    }
    .ring-wrap{
      display:flex;
      align-items:center;
      gap:24px;
    }
    .ring{
      width:148px;height:148px;border-radius:50%;
      background:conic-gradient(var(--gold) 0 74%, rgba(33,26,30,.12) 74% 100%);
      display:grid;
      place-items:center;
      flex:0 0 auto;
      position:relative;
    }
    .ring:after{
      content:"";
      position:absolute;
      inset:14px;
      background:#FFF8EF;
      border-radius:50%;
    }
    .ring span{
      position:relative;
      z-index:1;
      font-size:34px;
      font-weight:850;
      color:var(--brand);
      line-height:1;
    }
    .ring small{
      display:block;
      font-size:12px;
      color:var(--muted);
      font-weight:650;
    }
    .point-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .point-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      color:#4F4548;
      font-size:14px;
    }
    .point-list i{color:var(--brand);margin-top:4px}
    .bento-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    .bento{
      border-radius:22px;
      padding:20px;
      background:rgba(255,255,255,.1);
      border:1px solid rgba(255,255,255,.12);
      min-height:130px;
      transition:var(--transition);
    }
    .bento:hover{transform:translateY(-3px);background:rgba(255,255,255,.14)}
    .bento strong{display:block;color:#fff;font-size:18px;margin:10px 0 5px}
    .bento p{margin:0;color:#D9CDC5;font-size:13px;line-height:1.55}
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:24px;
      margin-bottom:30px;
    }
    .comparison-card,.soft-card,.dark-card{
      border-radius:var(--radius);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .comparison-card{background:var(--surface)}
    .compare-table{
      display:grid;
      grid-template-columns:1.1fr 1fr 1fr;
    }
    .compare-cell{
      padding:22px;
      border-bottom:1px solid var(--line);
      border-right:1px solid var(--line);
      min-height:88px;
    }
    .compare-cell:nth-child(3n){border-right:none}
    .compare-head{
      background:#EFE4D8;
      font-weight:800;
      color:var(--text);
    }
    .compare-cell p{margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
    .recommend-wrap{
      display:grid;
      grid-template-columns:.85fr 1.15fr;
      gap:22px;
      align-items:stretch;
    }
    .recommend-feature{
      background:var(--dark);
      color:#FFF8EF;
      border-radius:var(--radius-lg);
      padding:34px;
      min-height:410px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
    }
    .recommend-feature:after{
      content:"";
      position:absolute;
      width:260px;height:260px;border-radius:50%;
      right:-100px;top:-80px;
      background:rgba(200,162,122,.2);
    }
    .recommend-feature p{color:#D9CDC5;margin:10px 0 0}
    .tier-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
    }
    .tier-card,.entry-card,.news-card,.timeline-card,.faq-card{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:var(--radius);
      padding:24px;
      box-shadow:var(--shadow);
      transition:var(--transition);
    }
    .tier-card:hover,.entry-card:hover,.news-card:hover,.timeline-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-strong);
    }
    .tier-card h3,.entry-card h3,.news-card h3,.timeline-card h3{
      font-size:20px;
      font-weight:800;
      margin:14px 0 8px;
      line-height:1.35;
    }
    .tier-card p,.entry-card p,.news-card p,.timeline-card p{color:var(--muted);margin:0;font-size:15px}
    .news-layout{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:22px;
      align-items:start;
    }
    .news-list{
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .news-item{
      display:grid;
      grid-template-columns:110px 1fr auto;
      gap:18px;
      padding:22px;
      border-bottom:1px solid var(--line);
      align-items:center;
    }
    .news-item:last-child{border-bottom:none}
    .news-date{
      font-weight:850;
      color:var(--brand);
      font-variant-numeric:tabular-nums;
    }
    .news-item h3{font-size:18px;font-weight:800;margin:0 0 5px}
    .news-item p{margin:0;color:var(--muted);font-size:14px}
    .news-item:hover{background:#FBF4EC}
    .side-reco{
      background:#F0E4D7;
      border-radius:var(--radius);
      padding:26px;
      border:1px solid rgba(200,162,122,.3);
      position:sticky;
      top:112px;
    }
    .countdown-panel{
      background:var(--dark);
      color:#FFF8EF;
      border-radius:var(--radius-lg);
      padding:32px;
      box-shadow:var(--shadow);
      display:grid;
      grid-template-columns:.82fr 1.18fr auto;
      gap:24px;
      align-items:center;
    }
    .time-boxes{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
    }
    .time-box{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      border-radius:18px;
      padding:16px 10px;
      text-align:center;
    }
    .time-box strong{
      display:block;
      font-size:34px;
      line-height:1;
      font-weight:850;
      font-variant-numeric:tabular-nums;
    }
    .time-box span{font-size:12px;color:#D6CAC2}
    .entry-grid{
      display:grid;
      grid-template-columns:1.25fr .75fr .75fr;
      gap:18px;
    }
    .entry-card.featured{
      background:linear-gradient(135deg,#FFFDF8,#EFE2D4);
      grid-row:span 2;
    }
    .entry-icon{
      width:46px;height:46px;border-radius:16px;
      display:grid;place-items:center;
      background:rgba(123,63,97,.09);
      color:var(--brand);
      font-size:21px;
    }
    .subscribe-block{
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(255,253,248,.96), rgba(241,232,222,.96)),
        radial-gradient(circle at 90% 18%, rgba(123,63,97,.18), transparent 25%);
      border:1px solid var(--line);
      box-shadow:var(--shadow);
      padding:34px;
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:30px;
      align-items:center;
    }
    .form-control,.form-select{
      min-height:52px;
      border-radius:16px;
      border:1px solid rgba(33,26,30,.12);
      background:#FFFDF8;
      box-shadow:none!important;
    }
    .form-control:focus,.form-select:focus{
      border-color:var(--brand);
      box-shadow:0 0 0 .22rem rgba(123,63,97,.12)!important;
    }
    .form-check-input:checked{
      background-color:var(--brand);
      border-color:var(--brand);
    }
    .media-scroll{
      display:flex;
      gap:18px;
      overflow-x:auto;
      padding:6px 4px 18px;
      scroll-snap-type:x mandatory;
    }
    .media-card{
      flex:0 0 300px;
      scroll-snap-align:start;
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:24px;
      padding:22px;
      box-shadow:var(--shadow);
      transition:var(--transition);
    }
    .media-card:hover{transform:translateY(-3px)}
    .media-visual{
      height:112px;
      border-radius:18px;
      background:
        linear-gradient(135deg, rgba(123,63,97,.88), rgba(200,162,122,.72)),
        radial-gradient(circle at 20% 30%, rgba(255,255,255,.36), transparent 34%);
      margin-bottom:18px;
      position:relative;
      overflow:hidden;
    }
    .media-visual:after{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,255,255,.3);
      border-radius:14px;
    }
    .timeline{
      position:relative;
      display:grid;
      gap:16px;
    }
    .timeline-card{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:18px;
      align-items:center;
    }
    .timeline-time{
      font-weight:850;
      color:var(--brand);
      font-variant-numeric:tabular-nums;
    }
    .cta-strip{
      background:var(--dark);
      color:#FFF8EF;
      border-radius:var(--radius-lg);
      padding:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      box-shadow:var(--shadow-strong);
      overflow:hidden;
      position:relative;
    }
    .cta-strip:after{
      content:"";
      position:absolute;
      width:240px;height:240px;border-radius:50%;
      right:-70px;bottom:-120px;
      background:rgba(200,162,122,.18);
    }
    .cta-strip > *{position:relative;z-index:1}
    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid var(--line)!important;
      border-radius:18px!important;
      overflow:hidden;
      background:#FFFDF8;
      box-shadow:0 10px 28px rgba(35,28,31,.05);
    }
    .accordion-button{
      font-weight:800;
      background:#FFFDF8;
      color:var(--text);
      padding:20px 22px;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      background:#FBF8F3;
      color:var(--brand);
    }
    .accordion-button:focus{
      border-color:transparent;
      box-shadow:0 0 0 .22rem rgba(123,63,97,.12)!important;
    }
    .accordion-button::after{filter:hue-rotate(305deg) saturate(1.2)}
    .accordion-body{color:var(--muted);padding:0 22px 22px}
    .site-footer{
      background:var(--dark);
      color:#EFE7DE;
      padding:62px 0 26px;
      margin-top:40px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr .8fr;
      gap:30px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-size:20px;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-grid p,.footer-grid a,.copyright{color:#CFC4BC;font-size:14px}
    .footer-links{display:grid;gap:10px}
    .footer-links a:hover{color:#fff;transform:translateX(2px)}
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding-top:22px;
    }
    @media (max-width: 1199px){
      .hero-content{grid-template-columns:1fr;min-height:auto}
      .hero-stage{min-height:auto}
      .hero-panel{grid-template-rows:auto}
      .countdown-panel{grid-template-columns:1fr}
    }
    @media (max-width: 991px){
      .section{padding:64px 0}
      .navbar-collapse{
        margin-top:14px;
        background:#FFFDF8;
        border:1px solid var(--line);
        border-radius:22px;
        padding:12px;
        box-shadow:var(--shadow);
      }
      .section-head,.cta-strip{align-items:flex-start;flex-direction:column}
      .recommend-wrap,.news-layout,.subscribe-block,.footer-grid{grid-template-columns:1fr}
      .entry-grid{grid-template-columns:1fr 1fr}
      .side-reco{position:static}
    }
    @media (max-width: 767px){
      .topbar .bar-inner{justify-content:center;text-align:center}
      .bar-links span:nth-child(2){display:none}
      .hero{padding:28px 0 56px}
      .hero-content{padding:24px}
      .hero h1{font-size:34px}
      .ring-wrap{flex-direction:column;align-items:flex-start}
      .bento-grid,.tier-grid,.entry-grid{grid-template-columns:1fr}
      .compare-table{grid-template-columns:1fr}
      .compare-cell{border-right:none}
      .news-item{grid-template-columns:1fr;gap:8px}
      .time-boxes{grid-template-columns:repeat(2,1fr)}
      .timeline-card{grid-template-columns:1fr;gap:8px}
      .btn-brand,.btn-ghost,.btn-darkline{width:100%}
      .section-head .btn-ghost{width:auto}
    }
    @media (max-width: 520px){
      .container{padding-left:18px;padding-right:18px}
      .hero-content{padding:20px}
      .count-ring-card,.subscribe-block,.cta-strip,.countdown-panel{padding:24px}
      .data-pill{width:100%}
      .media-card{flex-basis:84vw}
      .footer-grid{gap:22px}
      .copyright{display:block}
    }

/* roulang page: category1 */
:root{
      --bg:#F7F3EE;
      --bg-soft:#FAF7F2;
      --surface:#FFFDF9;
      --surface-2:#F0E8DF;
      --ink:#1D1A1B;
      --muted:#746A6D;
      --weak:#9A8F8E;
      --brand:#7B3F61;
      --brand-dark:#5F2D49;
      --brand-soft:#EFE0E7;
      --accent:#C8A27A;
      --accent-soft:#F4E9D9;
      --deep:#211A1E;
      --danger:#B85C5C;
      --success:#5D7F68;
      --border:rgba(33,26,30,.09);
      --border-strong:rgba(33,26,30,.14);
      --shadow:0 18px 50px rgba(35,28,31,.08);
      --shadow-strong:0 24px 70px rgba(35,28,31,.13);
      --radius-lg:34px;
      --radius:24px;
      --radius-sm:16px;
      --speed:220ms ease;
      --container:1220px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at top left, rgba(123,63,97,.10), transparent 34rem),
        radial-gradient(circle at 90% 12%, rgba(200,162,122,.14), transparent 30rem),
        var(--bg);
      line-height:1.75;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:color var(--speed),background var(--speed),border-color var(--speed),transform var(--speed)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    ::selection{background:var(--brand);color:#fff}
    .container{max-width:var(--container)}
    .section{padding:86px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.45rem;
      padding:.36rem .72rem;
      border:1px solid rgba(123,63,97,.16);
      background:rgba(255,253,249,.72);
      color:var(--brand-dark);
      border-radius:999px;
      font-size:.86rem;
      font-weight:700;
      letter-spacing:.02em;
    }
    .section-title{
      margin:16px 0 10px;
      font-size:clamp(1.7rem,3vw,2.35rem);
      line-height:1.22;
      font-weight:800;
      letter-spacing:-.03em;
    }
    .section-desc{
      color:var(--muted);
      font-size:1.02rem;
      max-width:760px;
      margin:0;
    }

    .topbar{
      background:var(--deep);
      color:rgba(250,247,242,.82);
      font-size:.86rem;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .bar-inner{
      min-height:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .bar-links{
      display:flex;
      align-items:center;
      gap:18px;
      flex-wrap:wrap;
    }
    .bar-links a{
      color:#F4E9D9;
      border-bottom:1px solid rgba(244,233,217,.34);
    }
    .bar-links a:hover{color:#fff;border-color:#fff}

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(250,247,242,.92);
      backdrop-filter:saturate(140%) blur(14px);
      border-bottom:1px solid var(--border);
      box-shadow:0 10px 26px rgba(35,28,31,.04);
      padding:14px 0;
    }
    .navbar-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:var(--ink);
      font-weight:800;
      letter-spacing:-.02em;
      font-size:1.18rem;
    }
    .logo-mark{
      width:34px;
      height:34px;
      display:inline-block;
      border-radius:12px;
      background:
        radial-gradient(circle at 30% 28%, #D7B98E 0 20%, transparent 22%),
        radial-gradient(circle at 72% 68%, #8A4F68 0 24%, transparent 26%),
        linear-gradient(135deg, #211A1E, #7B3F61 54%, #C8A27A);
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.35), 0 10px 22px rgba(123,63,97,.22);
      flex:0 0 auto;
    }
    .navbar-toggler{
      border:1px solid var(--border-strong);
      border-radius:14px;
      padding:.55rem .65rem;
    }
    .navbar-toggler:focus{box-shadow:0 0 0 .18rem rgba(123,63,97,.18)}
    .nav-link{
      color:var(--muted);
      font-weight:700;
      padding:.75rem 1rem!important;
      position:relative;
    }
    .nav-link:after{
      content:"";
      position:absolute;
      left:1rem;
      right:1rem;
      bottom:.38rem;
      height:2px;
      border-radius:999px;
      background:var(--brand);
      transform:scaleX(0);
      transform-origin:center;
      transition:transform var(--speed);
    }
    .nav-link:hover,.nav-link.active{color:var(--ink)}
    .nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}
    .btn-brand,.btn-ghost,.btn-soft{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:.48rem;
      min-height:44px;
      padding:.72rem 1.15rem;
      border-radius:999px;
      font-weight:800;
      border:1px solid transparent;
      line-height:1;
      white-space:nowrap;
      transition:transform var(--speed),box-shadow var(--speed),background var(--speed),border-color var(--speed),color var(--speed);
    }
    .btn-brand{
      color:#fff;
      background:var(--brand);
      box-shadow:0 14px 30px rgba(123,63,97,.20);
    }
    .btn-brand:hover{
      color:#fff;
      background:var(--brand-dark);
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(123,63,97,.26);
    }
    .btn-ghost{
      color:var(--ink);
      background:rgba(255,253,249,.74);
      border-color:rgba(123,63,97,.20);
    }
    .btn-ghost:hover{
      color:var(--brand-dark);
      border-color:var(--brand);
      background:#fff;
      transform:translateY(-2px);
    }
    .btn-soft{
      color:var(--brand-dark);
      background:var(--brand-soft);
      border-color:rgba(123,63,97,.08);
    }
    .btn-soft:hover{background:#ead3de;color:var(--brand-dark);transform:translateY(-2px)}
    .btn-sm-pill{
      min-height:38px;
      padding:.58rem .9rem;
      font-size:.9rem;
    }

    .page-hero{
      padding:74px 0 44px;
      position:relative;
      overflow:hidden;
    }
    .hero-wrap{
      border:1px solid var(--border);
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(255,253,249,.92), rgba(244,233,217,.60)),
        radial-gradient(circle at 82% 22%, rgba(123,63,97,.14), transparent 22rem);
      box-shadow:var(--shadow);
      padding:34px;
      overflow:hidden;
      position:relative;
    }
    .hero-wrap:before{
      content:"";
      position:absolute;
      width:420px;
      height:420px;
      right:-160px;
      bottom:-180px;
      border-radius:50%;
      background:rgba(200,162,122,.18);
      pointer-events:none;
    }
    .hero-copy{position:relative;z-index:2}
    h1{
      font-size:clamp(2rem,5vw,3.25rem);
      line-height:1.14;
      letter-spacing:-.045em;
      font-weight:850;
      margin:16px 0 16px;
    }
    .hero-lead{
      color:var(--muted);
      font-size:1.08rem;
      max-width:700px;
      margin:0 0 24px;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:22px;
    }
    .hero-points{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:12px;
      margin-top:28px;
    }
    .point-tile{
      background:rgba(255,253,249,.74);
      border:1px solid var(--border);
      border-radius:18px;
      padding:14px;
      min-height:96px;
    }
    .point-tile strong{display:block;font-size:1.08rem;line-height:1.25;margin-bottom:4px}
    .point-tile span{color:var(--muted);font-size:.9rem}

    .vertical-cover{
      width:min(100%,330px);
      min-height:470px;
      margin-left:auto;
      border-radius:32px;
      background:
        radial-gradient(circle at 24% 18%, rgba(215,185,142,.95), transparent 24%),
        radial-gradient(circle at 76% 58%, rgba(123,63,97,.85), transparent 26%),
        linear-gradient(165deg, #211A1E 0%, #39262F 44%, #8A4F68 68%, #D7B98E 100%);
      box-shadow:0 28px 80px rgba(35,28,31,.22);
      padding:22px;
      color:#FBF8F3;
      position:relative;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.16);
    }
    .vertical-cover:before{
      content:"";
      position:absolute;
      inset:16px;
      border:1px solid rgba(255,255,255,.12);
      border-radius:24px;
      pointer-events:none;
    }
    .cover-top{
      display:flex;
      justify-content:space-between;
      gap:12px;
      position:relative;
      z-index:2;
    }
    .cover-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      color:#fff;
      font-size:.82rem;
      font-weight:800;
    }
    .cover-center{
      position:absolute;
      left:22px;
      right:22px;
      bottom:28px;
      z-index:2;
    }
    .cover-line{
      height:8px;
      border-radius:999px;
      background:rgba(255,255,255,.22);
      margin:12px 0;
      overflow:hidden;
    }
    .cover-line span{
      display:block;
      height:100%;
      width:68%;
      border-radius:999px;
      background:#F4E9D9;
    }
    .cover-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      margin-top:18px;
    }
    .cover-mini{
      border-radius:16px;
      background:rgba(255,253,249,.12);
      border:1px solid rgba(255,255,255,.13);
      padding:12px;
    }
    .cover-mini b{display:block;font-size:1.2rem;line-height:1}
    .cover-mini small{color:rgba(255,255,255,.74)}

    .filter-bar{
      position:relative;
      margin-top:8px;
      padding:18px;
      border:1px solid var(--border);
      border-radius:24px;
      background:rgba(255,253,249,.72);
      box-shadow:0 12px 32px rgba(35,28,31,.05);
    }
    .pill-list{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
    }
    .filter-pill{
      border:1px solid rgba(33,26,30,.10);
      background:#fff;
      color:var(--muted);
      border-radius:999px;
      padding:.62rem .92rem;
      font-weight:800;
      font-size:.92rem;
      cursor:pointer;
    }
    .filter-pill:hover,.filter-pill.active{
      color:var(--brand-dark);
      border-color:rgba(123,63,97,.34);
      background:var(--brand-soft);
      transform:translateY(-1px);
    }

    .main-layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:24px;
      align-items:start;
    }
    .entry-stack{
      display:grid;
      gap:18px;
    }
    .entry-card{
      background:rgba(255,253,249,.86);
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:24px;
      box-shadow:0 14px 42px rgba(35,28,31,.06);
      transition:transform var(--speed),box-shadow var(--speed),border-color var(--speed);
      overflow:hidden;
      position:relative;
    }
    .entry-card:hover{
      transform:translateY(-3px);
      border-color:rgba(123,63,97,.24);
      box-shadow:var(--shadow);
    }
    .entry-feature{
      min-height:284px;
      background:
        linear-gradient(135deg, rgba(33,26,30,.96), rgba(95,45,73,.92)),
        radial-gradient(circle at 85% 12%, rgba(215,185,142,.30), transparent 20rem);
      color:#FBF8F3;
      padding:30px;
    }
    .entry-feature .entry-summary{color:rgba(251,248,243,.75)}
    .entry-feature .meta-line{color:rgba(251,248,243,.68)}
    .entry-feature:after{
      content:"";
      position:absolute;
      width:190px;
      height:190px;
      right:-54px;
      top:-52px;
      border-radius:50%;
      background:rgba(215,185,142,.18);
    }
    .entry-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
      margin-bottom:14px;
      position:relative;
      z-index:1;
    }
    .status-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:.34rem .66rem;
      border-radius:999px;
      font-size:.78rem;
      font-weight:850;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .badge-open{background:rgba(93,127,104,.13);color:#466752;border-color:rgba(93,127,104,.16)}
    .badge-update{background:var(--brand-soft);color:var(--brand-dark);border-color:rgba(123,63,97,.15)}
    .badge-notice{background:var(--accent-soft);color:#80613F;border-color:rgba(200,162,122,.20)}
    .badge-alert{background:rgba(184,92,92,.11);color:#964A4A;border-color:rgba(184,92,92,.16)}
    .entry-title{
      margin:0 0 8px;
      font-size:clamp(1.22rem,2vw,1.55rem);
      font-weight:850;
      line-height:1.28;
      letter-spacing:-.02em;
    }
    .entry-summary{
      color:var(--muted);
      margin:0 0 18px;
      max-width:690px;
    }
    .meta-line{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      color:var(--weak);
      font-size:.9rem;
      margin-bottom:18px;
    }
    .meta-line span{
      display:inline-flex;
      align-items:center;
      gap:5px;
    }
    .entry-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
    .color-chip{
      width:44px;
      height:44px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--brand),var(--accent));
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.38);
      flex:0 0 auto;
    }
    .entry-card.compact .entry-head{
      align-items:center;
      margin-bottom:16px;
    }

    .side-panel{
      position:sticky;
      top:104px;
      display:grid;
      gap:16px;
    }
    .side-card{
      border:1px solid var(--border);
      background:rgba(255,253,249,.86);
      border-radius:var(--radius);
      padding:22px;
      box-shadow:0 14px 42px rgba(35,28,31,.05);
    }
    .side-card.dark{
      color:#FBF8F3;
      background:
        radial-gradient(circle at 82% 20%, rgba(200,162,122,.22), transparent 16rem),
        var(--deep);
      border-color:rgba(255,255,255,.12);
    }
    .side-card h2,.side-card h3{
      font-size:1.08rem;
      font-weight:850;
      margin:0 0 14px;
    }
    .status-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .status-list li{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding-bottom:12px;
      border-bottom:1px solid rgba(33,26,30,.08);
      color:var(--muted);
      font-size:.94rem;
    }
    .status-list li:last-child{border-bottom:0;padding-bottom:0}
    .side-card.dark .status-list li{border-color:rgba(255,255,255,.10);color:rgba(251,248,243,.72)}
    .status-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      display:inline-block;
      background:var(--success);
      box-shadow:0 0 0 4px rgba(93,127,104,.12);
    }
    .status-dot.warn{background:var(--danger);box-shadow:0 0 0 4px rgba(184,92,92,.12)}
    .mini-form{
      display:grid;
      gap:12px;
    }
    .form-control,.form-select{
      min-height:50px;
      border-radius:16px;
      border-color:rgba(33,26,30,.12);
      background:#fff;
      color:var(--ink);
    }
    .form-control:focus,.form-select:focus{
      border-color:var(--brand);
      box-shadow:0 0 0 .22rem rgba(123,63,97,.14);
    }
    .form-check-input{
      border-color:rgba(33,26,30,.24);
    }
    .form-check-input:checked{
      background-color:var(--brand);
      border-color:var(--brand);
    }
    .form-check-input:focus{
      box-shadow:0 0 0 .22rem rgba(123,63,97,.14);
      border-color:var(--brand);
    }
    .privacy-note{
      font-size:.84rem;
      color:var(--weak);
      margin:0;
      line-height:1.65;
    }

    .timeline-panel{
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg, rgba(255,253,249,.90), rgba(240,232,223,.78));
      border:1px solid var(--border);
      padding:28px;
      box-shadow:var(--shadow);
    }
    .step-row{
      display:grid;
      grid-template-columns:56px minmax(0,1fr);
      gap:16px;
      padding:18px 0;
      border-bottom:1px dashed rgba(33,26,30,.14);
    }
    .step-row:last-child{border-bottom:0}
    .step-num{
      width:48px;
      height:48px;
      border-radius:18px;
      background:var(--deep);
      color:#F4E9D9;
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
    }
    .step-row h3{
      margin:0 0 4px;
      font-size:1.05rem;
      font-weight:850;
    }
    .step-row p{
      margin:0;
      color:var(--muted);
    }

    .subscribe-band{
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 12% 24%, rgba(123,63,97,.13), transparent 18rem),
        linear-gradient(135deg, #FFFDF9, #F2E7DC);
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      padding:32px;
      overflow:hidden;
      position:relative;
    }
    .subscribe-band:after{
      content:"";
      position:absolute;
      width:210px;
      height:210px;
      right:-76px;
      bottom:-84px;
      border-radius:50%;
      background:rgba(200,162,122,.24);
    }
    .subscribe-form{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:1.1fr .95fr auto;
      gap:12px;
      align-items:end;
      margin-top:20px;
    }

    .custom-pagination{
      margin-top:24px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
      border:1px solid var(--border);
      background:rgba(255,253,249,.72);
      border-radius:22px;
      padding:14px;
    }
    .page-links{
      display:flex;
      gap:8px;
      align-items:center;
    }
    .page-links a,.page-links span{
      min-width:40px;
      height:40px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(33,26,30,.10);
      background:#fff;
      color:var(--muted);
      font-weight:850;
    }
    .page-links span{
      background:var(--brand);
      color:#fff;
      border-color:var(--brand);
    }
    .page-links a:hover{
      color:var(--brand-dark);
      border-color:var(--brand);
      transform:translateY(-1px);
    }

    .faq-wrap .accordion{
      display:grid;
      gap:12px;
    }
    .faq-wrap .accordion-item{
      border:1px solid var(--border);
      border-radius:20px!important;
      overflow:hidden;
      background:rgba(255,253,249,.82);
      box-shadow:0 10px 28px rgba(35,28,31,.04);
    }
    .faq-wrap .accordion-button{
      background:transparent;
      color:var(--ink);
      font-weight:850;
      padding:20px 22px;
      border-radius:20px!important;
      box-shadow:none;
    }
    .faq-wrap .accordion-button:not(.collapsed){
      background:#FBF8F3;
      color:var(--brand-dark);
    }
    .faq-wrap .accordion-button:focus{
      border-color:transparent;
      box-shadow:0 0 0 .22rem rgba(123,63,97,.10) inset;
    }
    .faq-wrap .accordion-button::after{
      filter:sepia(1) saturate(1.4) hue-rotate(280deg);
    }
    .faq-wrap .accordion-body{
      color:var(--muted);
      padding:0 22px 20px;
      background:#FBF8F3;
    }

    .cta-panel{
      border-radius:var(--radius-lg);
      background:
        radial-gradient(circle at 82% 20%, rgba(215,185,142,.22), transparent 18rem),
        linear-gradient(135deg,#211A1E,#362630 62%,#5F2D49);
      color:#FBF8F3;
      padding:42px;
      border:1px solid rgba(255,255,255,.10);
      box-shadow:0 24px 70px rgba(35,28,31,.16);
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:24px;
      align-items:center;
    }
    .cta-panel h2{
      margin:0 0 8px;
      font-size:clamp(1.55rem,3vw,2.25rem);
      font-weight:850;
      letter-spacing:-.03em;
    }
    .cta-panel p{
      margin:0;
      color:rgba(251,248,243,.74);
      max-width:720px;
    }
    .cta-panel .btn-ghost{
      background:rgba(255,255,255,.10);
      border-color:rgba(255,255,255,.20);
      color:#fff;
    }
    .cta-panel .btn-ghost:hover{
      background:#fff;
      color:var(--brand-dark);
    }

    .site-footer{
      background:var(--deep);
      color:rgba(251,248,243,.72);
      padding:58px 0 28px;
      margin-top:80px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .7fr .8fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.10);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      color:#fff;
      font-size:1.16rem;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-grid p{
      max-width:520px;
      margin:0;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(251,248,243,.72);
    }
    .footer-links a:hover{
      color:#fff;
      transform:translateX(2px);
    }
    .copyright{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(251,248,243,.52);
      font-size:.9rem;
    }

    @media (max-width:1199.98px){
      .main-layout{grid-template-columns:minmax(0,1fr) 310px}
      .vertical-cover{min-height:430px}
      .subscribe-form{grid-template-columns:1fr 1fr}
      .subscribe-form .btn-brand{grid-column:1/-1}
    }
    @media (max-width:991.98px){
      .site-header{position:relative}
      .navbar-collapse{
        margin-top:14px;
        padding:14px;
        background:rgba(255,253,249,.90);
        border:1px solid var(--border);
        border-radius:22px;
        box-shadow:var(--shadow);
      }
      .nav-link:after{left:0;right:auto;width:28px}
      .hero-wrap{padding:26px}
      .vertical-cover{margin:26px auto 0;min-height:390px}
      .hero-points{grid-template-columns:1fr}
      .main-layout{grid-template-columns:1fr}
      .side-panel{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
      .entry-grid{grid-template-columns:1fr}
      .cta-panel{grid-template-columns:1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:767.98px){
      .bar-inner{align-items:flex-start;flex-direction:column;padding-top:8px;padding-bottom:8px;gap:6px}
      .bar-links span{display:none}
      .section{padding:58px 0}
      .section-tight{padding:46px 0}
      .page-hero{padding:46px 0 28px}
      .hero-wrap{border-radius:26px;padding:22px}
      .hero-actions .btn-brand,.hero-actions .btn-ghost{width:100%}
      .vertical-cover{width:100%;min-height:340px;border-radius:26px}
      .filter-bar{padding:14px;border-radius:20px}
      .filter-pill{font-size:.86rem;padding:.54rem .75rem}
      .side-panel{grid-template-columns:1fr}
      .entry-card,.entry-feature{padding:22px;border-radius:22px}
      .entry-head{flex-direction:column;align-items:flex-start}
      .subscribe-band{padding:24px;border-radius:26px}
      .subscribe-form{grid-template-columns:1fr}
      .custom-pagination{align-items:stretch}
      .page-links{overflow-x:auto;padding-bottom:2px}
      .cta-panel{padding:28px;border-radius:26px}
      .footer-grid{grid-template-columns:1fr}
      .copyright{flex-direction:column}
    }
    @media (max-width:575.98px){
      h1{font-size:2rem}
      .navbar-brand{font-size:1.05rem}
      .logo-mark{width:31px;height:31px}
      .cover-grid{grid-template-columns:1fr}
      .point-tile{min-height:auto}
      .btn-brand,.btn-ghost,.btn-soft{width:100%}
      .topbar{font-size:.8rem}
    }
