/* roulang page: index */
:root{
      --bg: #fff7f3;
      --bg-soft: #fff0e8;
      --surface: #ffffff;
      --surface-2: #ffe8df;
      --line: rgba(74, 36, 28, .12);
      --line-strong: rgba(74, 36, 28, .2);
      --text: #221713;
      --muted: #6f5b53;
      --primary: #a61d43;
      --primary-dark: #7f1534;
      --primary-soft: #f7d7df;
      --accent: #f08b28;
      --accent-soft: #ffe2b3;
      --good: #1f7a4a;
      --shadow: 0 16px 34px rgba(86, 29, 41, .12);
      --shadow-soft: 0 10px 22px rgba(86, 29, 41, .08);
      --radius: 14px;
      --radius-sm: 10px;
      --radius-xs: 8px;
      --container: 1240px;
      --space: 24px;
      --space-lg: 84px;
      --space-md: 52px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body{
      margin:0;
      color:var(--text);
      background:
        linear-gradient(135deg, rgba(166,29,67,.028) 25%, transparent 25%) 0 0 / 28px 28px,
        linear-gradient(315deg, rgba(240,139,40,.022) 25%, transparent 25%) 0 0 / 36px 36px,
        var(--bg);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      line-height:1.7;
      letter-spacing:0;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      overflow-x:hidden;
    }
    ::selection{ background: rgba(166,29,67,.14); color: var(--text); }
    a{ color: inherit; text-decoration: none; }
    img{ display:block; max-width:100%; }
    button, input, select, textarea{
      font: inherit;
    }
    button{
      border:0;
      background:none;
      cursor:pointer;
    }
    .sr-only{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      border:0;
      white-space:nowrap;
    }
    .site-shell{
      position:relative;
    }
    .site-header{
      position: sticky;
      top: 14px;
      z-index: 80;
      padding: 14px 0 0;
      pointer-events:none;
    }
    .dock{
      width: min(var(--container), calc(100% - 32px));
      margin: 0 auto;
      pointer-events:auto;
      background: rgba(255,255,255,.96);
      border:1px solid var(--line);
      box-shadow: var(--shadow);
      border-radius: 22px;
      padding: 12px 14px;
      display:flex;
      align-items:center;
      gap: 14px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      flex: 0 0 auto;
      min-width: 0;
    }
    .brand-mark{
      width: 38px;
      height: 38px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--primary), #d95773);
      display:grid;
      place-items:center;
      color:#fff;
      box-shadow: 0 10px 20px rgba(166,29,67,.18);
      flex: 0 0 auto;
    }
    .brand-name{
      display:flex;
      flex-direction:column;
      gap:2px;
      min-width:0;
    }
    .brand-name strong{
      font-size: 18px;
      line-height: 1.1;
      white-space: nowrap;
      overflow:hidden;
      text-overflow: ellipsis;
    }
    .brand-name span{
      font-size: 12px;
      color: var(--muted);
      white-space: nowrap;
      overflow:hidden;
      text-overflow: ellipsis;
    }
    .brand-sticker{
      display:inline-flex;
      align-items:center;
      gap:5px;
      margin-left: 2px;
      padding: 5px 10px;
      border-radius: 999px;
      background: var(--accent-soft);
      color: #7b4a06;
      font-size: 12px;
      font-weight: 700;
      transform: skewX(-8deg);
      white-space: nowrap;
    }
    .dock-nav{
      display:flex;
      align-items:center;
      gap: 6px;
      flex: 1 1 auto;
      justify-content:center;
      min-width:0;
      flex-wrap: nowrap;
      overflow-x:auto;
      padding-bottom: 2px;
      scrollbar-width: none;
    }
    .dock-nav::-webkit-scrollbar{ display:none; }
    .dock-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding: 11px 14px;
      border-radius: 15px;
      color: var(--muted);
      font-weight: 700;
      font-size: 14px;
      line-height: 1;
      border: 1px solid transparent;
      transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
      white-space: nowrap;
    }
    .dock-link:hover,
    .dock-link:focus-visible{
      color: var(--primary-dark);
      background: var(--primary-soft);
      border-color: rgba(166,29,67,.16);
      transform: translateY(-1px);
      outline: none;
      box-shadow: 0 6px 16px rgba(166,29,67,.08);
    }
    .dock-link.active,
    .dock-link[aria-current="page"]{
      color: #fff;
      background: var(--primary);
      border-color: var(--primary);
      box-shadow: 0 8px 18px rgba(166,29,67,.18);
    }
    .dock-tools{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
    }
    .icon-btn,
    .nav-cta,
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius: 14px;
      font-weight: 700;
      transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
      border:1px solid transparent;
      line-height:1;
      letter-spacing:0;
    }
    .icon-btn{
      width: 42px;
      height: 42px;
      background: var(--bg-soft);
      color: var(--primary-dark);
      border-color: rgba(166,29,67,.12);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
    }
    .icon-btn:hover,
    .icon-btn:focus-visible{
      transform: translateY(-1px);
      background: #fff;
      border-color: rgba(166,29,67,.18);
      outline: none;
    }
    .nav-cta{
      padding: 12px 16px;
      background: var(--primary);
      color:#fff;
      box-shadow: 0 10px 20px rgba(166,29,67,.18);
      border-color: var(--primary);
      white-space: nowrap;
    }
    .nav-cta:hover,
    .nav-cta:focus-visible,
    .btn.primary:hover,
    .btn.primary:focus-visible{
      transform: translateY(-2px);
      background: var(--primary-dark);
      border-color: var(--primary-dark);
      outline: none;
      color:#fff;
      box-shadow: 0 12px 24px rgba(166,29,67,.22);
    }
    .nav-cta:active,
    .btn:active{
      transform: translateY(0);
      box-shadow: none;
    }

    main{
      padding-bottom: 48px;
    }
    section{
      padding: var(--space-lg) 0;
    }
    .section-band{
      position:relative;
    }
    .section-band.soft{
      background: linear-gradient(180deg, rgba(255,255,255,.46), rgba(255,255,255,.1));
      border-top:1px solid rgba(255,255,255,.5);
      border-bottom:1px solid rgba(255,255,255,.45);
    }
    .grid-container{
      width: min(var(--container), calc(100% - 32px));
    }
    .hero{
      padding-top: 38px;
      padding-bottom: 34px;
      min-height: 82vh;
      display:flex;
      align-items:center;
    }
    .hero-wrap{
      width:100%;
    }
    .hero-grid{
      align-items:center;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--accent-soft);
      color: #864f06;
      border:1px solid rgba(240,139,40,.16);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0;
      margin-bottom: 18px;
    }
    .eyebrow .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background: var(--accent);
      box-shadow: 0 0 0 4px rgba(240,139,40,.14);
    }
    .hero h1{
      margin:0 0 16px;
      font-size: 58px;
      line-height: 1.08;
      letter-spacing: 0;
      font-weight: 900;
      color: var(--text);
      max-width: 11ch;
    }
    .hero-copy{
      font-size: 18px;
      line-height: 1.8;
      color: var(--muted);
      margin: 0 0 22px;
      max-width: 36em;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap: 12px;
      margin-bottom: 18px;
    }
    .btn{
      padding: 13px 18px;
      font-size: 15px;
      border-radius: 14px;
      border:1px solid transparent;
      white-space: nowrap;
    }
    .btn.primary{
      background: var(--primary);
      color:#fff;
      border-color: var(--primary);
      box-shadow: 0 10px 20px rgba(166,29,67,.16);
    }
    .btn.secondary{
      background: #fff;
      color: var(--primary-dark);
      border-color: rgba(166,29,67,.16);
      box-shadow: var(--shadow-soft);
    }
    .btn.secondary:hover,
    .btn.secondary:focus-visible,
    .btn.ghost:hover,
    .btn.ghost:focus-visible{
      transform: translateY(-2px);
      background: var(--primary-soft);
      border-color: rgba(166,29,67,.22);
      outline:none;
    }
    .btn.ghost{
      background: transparent;
      color: var(--text);
      border-color: rgba(74,36,28,.16);
    }
    .chip-row{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
      margin: 18px 0 22px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,.82);
      border:1px solid rgba(74,36,28,.12);
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
      box-shadow: 0 6px 16px rgba(86,29,41,.04);
    }
    .chip strong{
      color: var(--text);
    }
    .hero-search{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      background: rgba(255,255,255,.78);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 16px;
      padding: 10px;
      max-width: 560px;
      box-shadow: var(--shadow-soft);
      margin-top: 8px;
    }
    .hero-search input{
      flex: 1 1 220px;
      min-height: 48px;
      padding: 0 14px;
      border: 1px solid rgba(74,36,28,.14);
      border-radius: 12px;
      background: #fff;
      color: var(--text);
      outline: none;
      transition: border-color .18s ease, box-shadow .18s ease;
    }
    .hero-search input::placeholder{
      color: #9b8a82;
    }
    .hero-search input:focus{
      border-color: rgba(166,29,67,.4);
      box-shadow: 0 0 0 4px rgba(166,29,67,.12);
    }
    .hero-search button{
      min-height: 48px;
      padding: 0 18px;
      border-radius: 12px;
      background: var(--accent);
      color:#402600;
      font-weight: 800;
      border:1px solid rgba(240,139,40,.24);
      display:inline-flex;
      align-items:center;
      gap:8px;
      box-shadow: 0 10px 16px rgba(240,139,40,.14);
    }
    .hero-search button:hover,
    .hero-search button:focus-visible{
      transform: translateY(-2px);
      outline:none;
      background: #ff9c35;
    }
    .hero-stats{
      display:flex;
      flex-wrap:wrap;
      gap: 12px;
      margin-top: 22px;
    }
    .stat{
      min-width: 132px;
      padding: 14px 16px;
      border-radius: 14px;
      background: rgba(255,255,255,.88);
      border:1px solid rgba(74,36,28,.12);
      box-shadow: var(--shadow-soft);
    }
    .stat strong{
      display:block;
      font-size: 22px;
      line-height: 1.1;
      color: var(--primary-dark);
      margin-bottom: 4px;
    }
    .stat span{
      display:block;
      font-size: 13px;
      color: var(--muted);
    }
    .hero-panel{
      position:relative;
      background: linear-gradient(180deg, #fffdfc, #fff4ee);
      border:1px solid var(--line);
      border-radius: 20px;
      box-shadow: var(--shadow);
      padding: 18px;
      overflow:hidden;
    }
    .panel-top{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap: 12px;
      margin-bottom: 14px;
    }
    .panel-title{
      display:flex;
      flex-direction:column;
      gap:4px;
      min-width:0;
    }
    .panel-title strong{
      font-size: 18px;
      line-height: 1.2;
    }
    .panel-title span{
      color: var(--muted);
      font-size: 13px;
    }
    .countdown{
      min-width: 110px;
      text-align:right;
    }
    .countdown b{
      display:block;
      font-size: 24px;
      line-height: 1.1;
      color: var(--primary-dark);
      letter-spacing: 0;
    }
    .countdown small{
      color: var(--muted);
      font-size: 12px;
    }
    .panel-list{
      display:grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style:none;
    }
    .panel-row{
      display:flex;
      justify-content:space-between;
      gap: 12px;
      align-items:flex-start;
      padding: 14px;
      border-radius: 14px;
      background: rgba(255,255,255,.92);
      border:1px solid rgba(74,36,28,.10);
    }
    .panel-row .label{
      display:block;
      font-size: 12px;
      color: var(--muted);
      margin-bottom: 4px;
    }
    .panel-row strong{
      display:block;
      font-size: 16px;
      line-height: 1.35;
      margin-bottom: 2px;
    }
    .panel-row p{
      margin:0;
      color: var(--muted);
      font-size: 13px;
      line-height:1.6;
    }
    .badge{
      flex: 0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding: 7px 10px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }
    .badge.primary{
      background: rgba(166,29,67,.10);
      color: var(--primary-dark);
    }
    .badge.good{
      background: rgba(31,122,74,.12);
      color: var(--good);
    }
    .badge.warn{
      background: rgba(240,139,40,.16);
      color: #8d5310;
    }
    .panel-footer{
      margin-top: 14px;
      padding-top: 14px;
      border-top:1px dashed rgba(74,36,28,.16);
      display:flex;
      justify-content:space-between;
      gap: 10px;
      color: var(--muted);
      font-size: 13px;
      align-items:center;
    }
    .sticker{
      display:inline-flex;
      align-items:center;
      gap: 6px;
      padding: 7px 12px;
      border-radius: 12px;
      background: var(--primary);
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      box-shadow: 0 10px 18px rgba(166,29,67,.15);
      transform: rotate(-2deg);
    }

    .section-head{
      margin-bottom: 24px;
      display:flex;
      flex-direction:column;
      gap: 10px;
      max-width: 860px;
    }
    .section-head h2{
      margin:0;
      font-size: 34px;
      line-height: 1.18;
      letter-spacing: 0;
      font-weight: 900;
      color: var(--text);
    }
    .section-head p{
      margin:0;
      font-size: 16px;
      color: var(--muted);
      max-width: 62em;
      line-height: 1.8;
    }

    .feature-grid{
      margin-top: 4px;
    }
    .feature-card{
      height:100%;
      background: rgba(255,255,255,.94);
      border:1px solid rgba(74,36,28,.12);
      border-radius: var(--radius);
      padding: 20px;
      box-shadow: var(--shadow-soft);
      position:relative;
      overflow:hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .feature-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:4px;
      background: linear-gradient(90deg, var(--primary), var(--accent));
    }
    .feature-card:hover{
      transform: translateY(-2px);
      border-color: rgba(166,29,67,.2);
      box-shadow: var(--shadow);
    }
    .feature-card .mini-tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding: 6px 10px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 14px;
    }
    .feature-card h3{
      margin:0 0 8px;
      font-size: 22px;
      line-height:1.25;
      color: var(--text);
    }
    .feature-card p{
      margin:0;
      color: var(--muted);
      font-size: 14px;
      line-height:1.75;
    }

    .showcase-shell{
      background: linear-gradient(180deg, #fffdfc, #fff5ef);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 20px;
      box-shadow: var(--shadow);
      padding: 18px;
    }
    .showcase-top{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap: 12px;
      margin-bottom: 14px;
    }
    .showcase-top strong{
      font-size: 18px;
    }
    .showcase-actions{
      display:flex;
      gap:10px;
      align-items:center;
    }
    .carousel-btn{
      width:44px;
      height:44px;
      border-radius: 12px;
      background: #fff;
      border:1px solid rgba(74,36,28,.12);
      color: var(--primary-dark);
      display:grid;
      place-items:center;
      box-shadow: var(--shadow-soft);
    }
    .carousel-btn:hover,
    .carousel-btn:focus-visible{
      background: var(--primary-soft);
      border-color: rgba(166,29,67,.22);
      outline:none;
      transform: translateY(-1px);
    }
    .slide-index{
      font-size: 13px;
      color: var(--muted);
      font-weight: 700;
    }
    .showcase-frame{
      position:relative;
      aspect-ratio: 16 / 10;
      border-radius: 18px;
      background: #fff;
      border:1px solid rgba(74,36,28,.12);
      overflow:hidden;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
    }
    .showcase-slide{
      position:absolute;
      inset:0;
      opacity:0;
      transform: translateX(18px);
      pointer-events:none;
      transition: opacity .24s ease, transform .24s ease;
      padding: 18px;
      display:flex;
      flex-direction:column;
      gap: 14px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,247,241,.95));
    }
    .showcase-slide.is-active{
      opacity:1;
      transform: translateX(0);
      pointer-events:auto;
    }
    .ui-window{
      flex:1 1 auto;
      border-radius: 16px;
      background: #fff;
      border:1px solid rgba(74,36,28,.12);
      overflow:hidden;
      display:flex;
      flex-direction:column;
      box-shadow: 0 14px 24px rgba(86,29,41,.06);
    }
    .ui-bar{
      height: 46px;
      padding: 0 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 10px;
      border-bottom:1px solid rgba(74,36,28,.1);
      background: linear-gradient(180deg, #fff, #fff8f4);
    }
    .ui-dots{
      display:flex;
      gap: 7px;
      align-items:center;
    }
    .ui-dots span{
      width:10px;
      height:10px;
      border-radius:50%;
      background: #f2c8d2;
    }
    .ui-dots span:nth-child(1){ background: #f38ba0; }
    .ui-dots span:nth-child(2){ background: #f7c66a; }
    .ui-dots span:nth-child(3){ background: #99d08f; }
    .ui-search{
      flex: 1 1 auto;
      margin: 0 12px;
      height: 28px;
      border-radius: 9px;
      background: #fff3ef;
      border:1px solid rgba(166,29,67,.10);
      display:flex;
      align-items:center;
      padding: 0 10px;
      color: #907870;
      font-size: 12px;
    }
    .ui-pills{
      display:flex;
      gap: 8px;
      flex-wrap:wrap;
      padding: 14px;
      border-bottom:1px solid rgba(74,36,28,.08);
    }
    .ui-pills span{
      display:inline-flex;
      align-items:center;
      padding: 7px 10px;
      border-radius: 999px;
      background: var(--bg-soft);
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 800;
      border:1px solid rgba(166,29,67,.12);
    }
    .ui-list{
      padding: 14px;
      display:grid;
      gap: 10px;
      flex:1 1 auto;
    }
    .ui-item{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap: 12px;
      padding: 12px 13px;
      border-radius: 12px;
      background: #fffdfc;
      border:1px solid rgba(74,36,28,.1);
    }
    .ui-item strong{
      font-size: 14px;
    }
    .ui-item span{
      color: var(--muted);
      font-size: 12px;
      white-space: nowrap;
    }
    .showcase-caption{
      display:flex;
      flex-direction:column;
      gap:4px;
      padding: 0 2px 2px;
    }
    .showcase-caption strong{
      font-size: 16px;
    }
    .showcase-caption span{
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }
    .thumbs{
      display:grid;
      gap: 12px;
    }
    .thumb{
      display:flex;
      gap:12px;
      align-items:stretch;
      background: rgba(255,255,255,.9);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 16px;
      padding: 12px;
      box-shadow: var(--shadow-soft);
      text-align:left;
      transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
      width: 100%;
    }
    .thumb:hover,
    .thumb:focus-visible{
      transform: translateY(-1px);
      border-color: rgba(166,29,67,.22);
      outline:none;
      background: #fff;
    }
    .thumb.is-active{
      border-color: rgba(166,29,67,.24);
      background: var(--primary-soft);
    }
    .thumb-figure{
      width: 84px;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(166,29,67,.95), rgba(240,139,40,.88));
      position:relative;
      overflow:hidden;
      flex:0 0 auto;
    }
    .thumb-figure::before,
    .thumb-figure::after{
      content:"";
      position:absolute;
      border-radius: 50%;
      background: rgba(255,255,255,.18);
    }
    .thumb-figure::before{
      width: 44px;
      height: 44px;
      right: -8px;
      top: 10px;
    }
    .thumb-figure::after{
      width: 26px;
      height: 26px;
      left: 10px;
      bottom: 8px;
    }
    .thumb-body{
      flex:1 1 auto;
      min-width:0;
    }
    .thumb-body strong{
      display:block;
      font-size: 15px;
      line-height:1.3;
      margin-bottom: 6px;
    }
    .thumb-body p{
      margin:0;
      color: var(--muted);
      font-size: 13px;
      line-height:1.6;
    }
    .thumb-body .mini{
      display:inline-flex;
      margin-top: 8px;
      padding: 5px 8px;
      border-radius: 999px;
      background: rgba(166,29,67,.1);
      color: var(--primary-dark);
      font-size: 11px;
      font-weight: 800;
    }

    .spec-wrap{
      background: rgba(255,255,255,.94);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 20px;
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .spec-grid{
      display:grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 0;
    }
    .spec{
      padding: 18px 18px 16px;
      border-right:1px solid rgba(74,36,28,.1);
      border-bottom:1px solid rgba(74,36,28,.1);
      background: linear-gradient(180deg, #fff, #fff8f4);
      min-height: 128px;
    }
    .spec:nth-child(5n){
      border-right:0;
    }
    .spec .kicker{
      display:inline-flex;
      padding: 6px 10px;
      border-radius: 999px;
      background: var(--primary-soft);
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 12px;
    }
    .spec strong{
      display:block;
      margin-bottom: 6px;
      font-size: 16px;
      line-height: 1.4;
    }
    .spec p{
      margin:0;
      color: var(--muted);
      font-size: 13px;
      line-height:1.7;
    }
    .spec-side{
      display:grid;
      gap: 12px;
      padding: 18px;
      border-top:1px solid rgba(74,36,28,.1);
      background: rgba(255,247,243,.64);
    }
    .access-note{
      padding: 16px;
      border-radius: 16px;
      border:1px solid rgba(166,29,67,.14);
      background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,241,232,.92));
      box-shadow: var(--shadow-soft);
    }
    .access-note strong{
      display:block;
      margin-bottom: 8px;
      font-size: 16px;
    }
    .access-note p{
      margin:0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }
    .access-tags{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
      margin-top: 14px;
    }
    .access-tags span{
      display:inline-flex;
      padding: 7px 10px;
      border-radius: 999px;
      background: #fff;
      border:1px solid rgba(74,36,28,.12);
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
    }

    .news-layout{
      display:grid;
      grid-template-columns: minmax(0, 1.5fr) minmax(300px, .9fr);
      gap: 20px;
      align-items:start;
    }
    .news-list{
      background: rgba(255,255,255,.95);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 20px;
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .news-list-head{
      padding: 16px 18px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap: 10px;
      border-bottom:1px solid rgba(74,36,28,.1);
      background: linear-gradient(180deg, #fff, #fff8f4);
    }
    .news-list-head strong{
      font-size: 18px;
    }
    .news-list-head span{
      color: var(--muted);
      font-size: 13px;
    }
    .news-item{
      display:grid;
      grid-template-columns: auto 1fr auto;
      gap: 14px;
      align-items:start;
      padding: 16px 18px;
      border-bottom:1px solid rgba(74,36,28,.08);
      transition: background-color .18s ease, transform .18s ease;
    }
    .news-item:hover{
      background: #fffaf7;
    }
    .news-item:last-child{
      border-bottom:0;
    }
    .news-date{
      min-width: 64px;
      text-align:center;
      border-radius: 12px;
      background: var(--primary-soft);
      color: var(--primary-dark);
      padding: 8px 10px;
      line-height:1.15;
      font-weight: 800;
    }
    .news-date strong{
      display:block;
      font-size: 18px;
    }
    .news-date span{
      display:block;
      font-size: 11px;
      margin-top: 2px;
    }
    .news-copy{
      min-width:0;
    }
    .news-copy a{
      display:inline-block;
      font-size: 16px;
      font-weight: 800;
      margin-bottom: 6px;
    }
    .news-copy p{
      margin:0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.7;
    }
    .news-copy .meta{
      display:flex;
      flex-wrap:wrap;
      gap: 8px;
      margin-top: 8px;
    }
    .news-copy .meta span{
      display:inline-flex;
      padding: 5px 9px;
      border-radius: 999px;
      background: rgba(240,139,40,.12);
      color: #8d5310;
      font-size: 11px;
      font-weight: 800;
    }
    .news-arrow{
      color: var(--primary-dark);
      font-weight: 900;
      font-size: 18px;
      padding-top: 6px;
    }
    .directory{
      display:grid;
      gap: 16px;
    }
    .directory-box{
      background: rgba(255,255,255,.95);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 18px;
      box-shadow: var(--shadow-soft);
      padding: 18px;
    }
    .directory-box strong{
      display:block;
      font-size: 18px;
      margin-bottom: 8px;
    }
    .directory-box p{
      margin:0 0 14px;
      color: var(--muted);
      font-size: 14px;
      line-height:1.7;
    }
    .directory-list{
      display:grid;
      gap: 10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .directory-list li{
      display:flex;
      justify-content:space-between;
      gap: 10px;
      align-items:center;
      padding: 11px 12px;
      border:1px solid rgba(74,36,28,.1);
      border-radius: 12px;
      background: #fffdfc;
    }
    .directory-list li span{
      color: var(--muted);
      font-size: 13px;
    }
    .directory-list li b{
      font-size: 15px;
    }
    .directory-tags{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .directory-tags a{
      display:inline-flex;
      align-items:center;
      padding: 8px 11px;
      border-radius: 999px;
      background: var(--bg-soft);
      border:1px solid rgba(166,29,67,.10);
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 800;
      transition: transform .18s ease, background-color .18s ease;
    }
    .directory-tags a:hover,
    .directory-tags a:focus-visible{
      transform: translateY(-1px);
      background: var(--primary-soft);
      outline:none;
    }
    .timeline{
      position:relative;
      padding-left: 18px;
      display:grid;
      gap: 12px;
      margin-top: 14px;
    }
    .timeline::before{
      content:"";
      position:absolute;
      left:5px;
      top:4px;
      bottom:4px;
      width:2px;
      background: linear-gradient(180deg, var(--primary), var(--accent));
      border-radius: 10px;
    }
    .timeline-item{
      position:relative;
      padding-left: 14px;
    }
    .timeline-item::before{
      content:"";
      position:absolute;
      left:-2px;
      top: 6px;
      width: 12px;
      height: 12px;
      border-radius:50%;
      background: #fff;
      border: 3px solid var(--accent);
      box-shadow: 0 0 0 4px rgba(240,139,40,.08);
    }
    .timeline-item b{
      display:block;
      font-size: 15px;
      margin-bottom: 3px;
    }
    .timeline-item span{
      color: var(--muted);
      font-size: 13px;
      line-height:1.7;
    }

    .rank-list{
      background: rgba(255,255,255,.95);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 20px;
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .rank-head{
      padding: 16px 18px;
      border-bottom:1px solid rgba(74,36,28,.1);
      display:flex;
      justify-content:space-between;
      gap: 10px;
      align-items:center;
      background: linear-gradient(180deg, #fff, #fff8f4);
    }
    .rank-head strong{
      font-size: 18px;
    }
    .rank-head span{
      color: var(--muted);
      font-size: 13px;
    }
    .rank-item{
      padding: 14px 18px;
      border-bottom:1px solid rgba(74,36,28,.08);
    }
    .rank-item:last-child{
      border-bottom:0;
    }
    .rank-top{
      display:flex;
      justify-content:space-between;
      gap: 10px;
      align-items:center;
      margin-bottom: 8px;
    }
    .rank-top b{
      font-size: 15px;
    }
    .rank-top em{
      font-style: normal;
      color: var(--primary-dark);
      font-weight: 900;
      font-size: 13px;
    }
    .rank-bar{
      height: 10px;
      border-radius: 999px;
      background: rgba(74,36,28,.08);
      overflow:hidden;
      position:relative;
    }
    .rank-bar span{
      display:block;
      height:100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--primary), var(--accent));
    }
    .rank-item p{
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 13px;
      line-height:1.7;
    }

    .review-grid{
      display:grid;
      grid-template-columns: 1.35fr .95fr .9fr;
      gap: 16px;
    }
    .review-card{
      background: rgba(255,255,255,.95);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 14px;
      box-shadow: var(--shadow-soft);
      padding: 18px;
      min-height: 100%;
      display:flex;
      flex-direction:column;
      gap: 12px;
    }
    .review-card.feature{
      background: linear-gradient(180deg, #fff, #fff6f1);
      border-color: rgba(166,29,67,.16);
      box-shadow: var(--shadow);
    }
    .review-quote{
      font-size: 16px;
      line-height: 1.85;
      color: var(--text);
      margin:0;
    }
    .review-meta{
      display:flex;
      flex-wrap:wrap;
      gap: 8px;
      align-items:center;
      margin-top:auto;
    }
    .review-meta span{
      display:inline-flex;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(166,29,67,.08);
      color: var(--primary-dark);
      font-size: 11px;
      font-weight: 800;
    }
    .review-meta em{
      font-style: normal;
      color: var(--muted);
      font-size: 12px;
    }

    .accordion{
      background: rgba(255,255,255,.95);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 18px;
      box-shadow: var(--shadow);
      overflow:hidden;
    }
    .accordion-title{
      color: var(--text);
      font-size: 16px;
      font-weight: 800;
      padding: 18px 18px;
      border-bottom:1px solid rgba(74,36,28,.08);
      transition: background-color .18s ease, color .18s ease;
    }
    .accordion-title:hover,
    .accordion-title:focus-visible{
      background: #fff8f4;
      color: var(--primary-dark);
      outline:none;
    }
    .accordion-content{
      color: var(--muted);
      font-size: 14px;
      line-height:1.8;
      border-bottom:1px solid rgba(74,36,28,.08);
      background: #fffdfc;
    }
    .accordion-content:last-child{
      border-bottom:0;
    }

    .entry-panel{
      background: linear-gradient(180deg, #fff, #fff5ef);
      border:1px solid rgba(74,36,28,.12);
      border-radius: 20px;
      box-shadow: var(--shadow);
      padding: 22px;
    }
    .entry-form{
      display:grid;
      gap: 16px;
    }
    .field{
      display:grid;
      gap: 8px;
    }
    .field label,
    .checkbox-line{
      color: var(--text);
      font-weight: 700;
      font-size: 14px;
    }
    .field input[type="text"],
    .field select{
      min-height: 50px;
      border-radius: 12px;
      border:1px solid rgba(74,36,28,.14);
      background: #fff;
      color: var(--text);
      padding: 0 14px;
      outline:none;
      transition: border-color .18s ease, box-shadow .18s ease;
    }
    .field input[type="text"]:focus,
    .field select:focus{
      border-color: rgba(166,29,67,.4);
      box-shadow: 0 0 0 4px rgba(166,29,67,.12);
    }
    .check-row{
      display:flex;
      flex-direction:column;
      gap: 10px;
      padding: 4px 0 2px;
    }
    .check{
      display:flex;
      align-items:flex-start;
      gap: 10px;
      color: var(--muted);
      font-size: 14px;
      line-height:1.7;
    }
    .check input{
      margin-top: 5px;
      width: 18px;
      height: 18px;
      flex:0 0 auto;
      accent-color: var(--primary);
    }
    .entry-actions{
      display:flex;
      flex-wrap:wrap;
      gap: 12px;
      align-items:center;
      margin-top: 4px;
    }
    .note-line{
      color: var(--muted);
      font-size: 13px;
      line-height:1.7;
    }
    .note-line strong{
      color: var(--text);
    }

    .footer{
      background: linear-gradient(180deg, #2c1118, #1f0d13);
      color: rgba(255,255,255,.88);
      padding: 36px 0 28px;
      margin-top: 18px;
      border-top:1px solid rgba(255,255,255,.08);
    }
    .footer-top{
      display:flex;
      flex-wrap:wrap;
      gap: 18px;
      justify-content:space-between;
      align-items:flex-start;
      margin-bottom: 18px;
    }
    .footer-brand{
      display:flex;
      flex-direction:column;
      gap: 10px;
      max-width: 520px;
    }
    .footer-brand strong{
      font-size: 20px;
      color:#fff;
    }
    .footer-brand p{
      margin:0;
      color: rgba(255,255,255,.72);
      line-height:1.8;
      font-size: 14px;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
      justify-content:flex-end;
    }
    .footer-links a{
      display:inline-flex;
      align-items:center;
      padding: 9px 12px;
      border-radius: 12px;
      background: rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      color:#fff;
      font-size: 13px;
      font-weight: 700;
      transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
    }
    .footer-links a:hover,
    .footer-links a:focus-visible{
      transform: translateY(-1px);
      background: rgba(255,255,255,.12);
      border-color: rgba(255,255,255,.16);
      outline:none;
    }
    .footer-bottom{
      display:flex;
      flex-wrap:wrap;
      gap: 10px 16px;
      justify-content:space-between;
      align-items:center;
      padding-top: 16px;
      border-top:1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.62);
      font-size: 13px;
    }
    .footer-bottom a{
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .focus-ring:focus-visible{
      outline: 3px solid rgba(240,139,40,.5);
      outline-offset: 2px;
    }

    @media (max-width: 1200px){
      .hero h1{ font-size: 50px; }
      .spec-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .spec:nth-child(5n){ border-right:1px solid rgba(74,36,28,.1); }
      .spec:nth-child(3n){ border-right:0; }
      .review-grid{ grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 1024px){
      .dock{ flex-wrap:wrap; border-radius: 20px; }
      .brand{ flex: 1 1 260px; }
      .dock-nav{ order: 3; width:100%; justify-content:flex-start; }
      .dock-tools{ margin-left:auto; }
      .hero{
        min-height: auto;
        padding-top: 30px;
      }
      .hero h1{ font-size: 44px; max-width: none; }
      .news-layout{ grid-template-columns: 1fr; }
      .review-grid{ grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px){
      section{ padding: 58px 0; }
      .site-header{ top: 10px; }
      .dock{
        width: min(var(--container), calc(100% - 20px));
        padding: 11px 12px;
        border-radius: 18px;
      }
      .brand-name strong{ font-size: 17px; }
      .brand-sticker{ display:none; }
      .hero-grid > .cell,
      .showcase-layout > .cell,
      .review-grid > .cell{
        width:100%;
      }
      .hero h1{ font-size: 38px; }
      .hero-copy{ font-size: 16px; }
      .hero-actions, .chip-row, .hero-stats, .entry-actions{ gap: 10px; }
      .hero-panel{ margin-top: 8px; }
      .section-head h2{ font-size: 28px; }
      .showcase-top{ flex-wrap:wrap; }
      .thumbs{ margin-top: 16px; }
      .spec-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .spec:nth-child(3n),
      .spec:nth-child(5n){ border-right:1px solid rgba(74,36,28,.1); }
      .spec:nth-child(2n){ border-right:0; }
      .review-grid{ grid-template-columns: 1fr; }
      .footer-top{ flex-direction:column; }
      .footer-links{ justify-content:flex-start; }
    }
    @media (max-width: 520px){
      .grid-container{ width: min(var(--container), calc(100% - 18px)); }
      .dock{
        gap: 10px;
        padding: 10px;
      }
      .dock-link{
        padding: 10px 12px;
        font-size: 13px;
      }
      .icon-btn,
      .nav-cta{
        height: 40px;
      }
      .nav-cta{
        padding: 0 12px;
      }
      .hero h1{ font-size: 32px; line-height: 1.12; }
      .hero-copy{ font-size: 15px; }
      .hero-search{
        padding: 9px;
      }
      .hero-search button{
        width:100%;
      }
      .stat{ min-width: calc(50% - 6px); }
      .section-head h2{ font-size: 24px; }
      .feature-card,
      .showcase-shell,
      .spec-wrap,
      .news-list,
      .rank-list,
      .review-card,
      .entry-panel,
      .directory-box,
      .accordion{
        border-radius: 16px;
      }
      .spec-grid{ grid-template-columns: 1fr; }
      .spec,
      .spec:nth-child(2n),
      .spec:nth-child(3n),
      .spec:nth-child(5n){
        border-right:0;
      }
      .news-item{
        grid-template-columns: 1fr;
      }
      .news-date{
        width: 92px;
      }
      .news-arrow{
        display:none;
      }
      .showcase-frame{ aspect-ratio: 4 / 5; }
      .showcase-slide{ padding: 12px; }
      .ui-bar{ height: 42px; }
      .panel-row{
        padding: 12px;
      }
      .panel-footer{
        flex-direction:column;
        align-items:flex-start;
      }
      .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
      }
    }
    @media (prefers-reduced-motion: reduce){
      html{ scroll-behavior:auto; }
      *,
      *::before,
      *::after{
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior:auto !important;
      }
    }

/* roulang page: category1 */
:root{
      --bg:#fbf5f0;
      --bg-2:#fffaf7;
      --panel:#ffffff;
      --panel-soft:#fff3ee;
      --text:#281b21;
      --muted:#6c5a63;
      --line:#ead8d8;
      --primary:#b61d50;
      --primary-2:#d94f75;
      --accent:#ffb347;
      --accent-2:#ffcf8a;
      --success:#2f8a62;
      --shadow:0 14px 34px rgba(60, 22, 34, .12);
      --shadow-soft:0 8px 20px rgba(60, 22, 34, .08);
      --radius:18px;
      --radius-sm:12px;
      --radius-xs:10px;
      --space:clamp(18px, 2vw, 28px);
      --container:1200px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
      line-height:1.7;
      background:
        linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.76)),
        linear-gradient(135deg, rgba(182,29,80,.07), transparent 42%),
        repeating-linear-gradient(90deg, rgba(93,74,82,.04) 0 1px, transparent 1px 38px),
        var(--bg);
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    .container-max{
      max-width:var(--container);
      margin:0 auto;
      padding:0 clamp(18px, 4vw, 40px);
    }
    .focus-ring:focus-visible,
    input:focus-visible,
    select:focus-visible,
    button:focus-visible,
    summary:focus-visible,
    a:focus-visible{
      outline:3px solid rgba(182,29,80,.24);
      outline-offset:3px;
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:80;
      padding:12px 0 0;
      pointer-events:none;
    }
    .dock{
      pointer-events:auto;
      max-width:var(--container);
      margin:0 auto;
      padding:12px 14px;
      border:1px solid rgba(234,216,216,.96);
      border-radius:22px;
      background:rgba(255,250,247,.98);
      box-shadow:var(--shadow);
      display:flex;
      align-items:center;
      gap:14px;
      backdrop-filter:none;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      flex:1 1 auto;
    }
    .brand-mark{
      width:40px;height:40px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      box-shadow:0 10px 18px rgba(182,29,80,.25);
      flex:0 0 auto;
    }
    .brand-name{
      display:flex;
      flex-direction:column;
      min-width:0;
      gap:2px;
    }
    .brand-name strong{
      font-size:1.02rem;
      letter-spacing:0;
      line-height:1.2;
      color:var(--text);
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-name span{
      color:var(--muted);
      font-size:.86rem;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .brand-sticker{
      margin-left:6px;
      padding:5px 10px;
      border-radius:999px;
      background:var(--accent);
      color:#4a2a00;
      font-size:.75rem;
      font-weight:700;
      white-space:nowrap;
      box-shadow:0 8px 18px rgba(255,179,71,.22);
    }
    .dock-nav{
      display:flex;
      align-items:center;
      gap:8px;
      flex:0 0 auto;
    }
    .dock-link{
      min-height:42px;
      display:inline-flex;
      align-items:center;
      padding:0 14px;
      border-radius:14px;
      border:1px solid transparent;
      color:var(--muted);
      font-weight:700;
      transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
    }
    .dock-link:hover,
    .dock-link:focus-visible{
      transform:translateY(-1px);
      color:var(--primary);
      background:#fff;
      border-color:rgba(182,29,80,.15);
      box-shadow:0 8px 18px rgba(60,22,34,.08);
    }
    .dock-link.active,
    .dock-link[aria-current="page"]{
      color:#fff;
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      box-shadow:0 10px 22px rgba(182,29,80,.24);
    }
    .dock-tools{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
    }
    .icon-btn,
    .nav-cta,
    .btn-primary,
    .btn-secondary,
    .tag-chip,
    .entry-btn{
      transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, opacity .18s ease;
    }
    .icon-btn{
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(182,29,80,.14);
      background:#fff;
      color:var(--primary);
      display:grid;
      place-items:center;
      box-shadow:0 8px 18px rgba(60,22,34,.06);
    }
    .icon-btn:hover,
    .icon-btn:focus-visible{
      transform:translateY(-1px);
      background:var(--primary);
      color:#fff;
      box-shadow:0 12px 22px rgba(182,29,80,.22);
    }
    .nav-cta,
    .btn-primary,
    .btn-secondary,
    .entry-btn{
      min-height:44px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      padding:0 18px;
      border-radius:14px;
      font-weight:800;
      border:1px solid transparent;
      white-space:nowrap;
    }
    .nav-cta,
    .btn-primary{
      color:#fff;
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      box-shadow:0 12px 24px rgba(182,29,80,.22);
    }
    .nav-cta:hover,
    .btn-primary:hover,
    .nav-cta:focus-visible,
    .btn-primary:focus-visible{
      transform:translateY(-2px);
      box-shadow:0 16px 28px rgba(182,29,80,.26);
      color:#fff;
    }
    .nav-cta:active,
    .btn-primary:active{
      transform:translateY(0);
      box-shadow:0 8px 16px rgba(182,29,80,.18);
    }
    .btn-secondary,
    .entry-btn{
      background:#fff;
      color:var(--primary);
      border-color:rgba(182,29,80,.18);
      box-shadow:0 8px 18px rgba(60,22,34,.06);
    }
    .btn-secondary:hover,
    .btn-secondary:focus-visible,
    .entry-btn:hover,
    .entry-btn:focus-visible{
      transform:translateY(-2px);
      border-color:rgba(182,29,80,.28);
      background:#fff8fa;
      color:var(--primary);
    }
    .section-band{
      padding:clamp(54px, 7vw, 96px) 0;
    }
    .hero-band{
      padding-top:clamp(24px, 4vw, 42px);
    }
    .hero-grid{
      align-items:stretch;
      gap:20px 24px;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      min-height:clamp(520px, 74vh, 760px);
      gap:22px;
    }
    .eyebrow-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-bottom:14px;
    }
    .sticker{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(255,179,71,.18);
      color:#7a4300;
      font-size:.78rem;
      font-weight:800;
      letter-spacing:0;
      border:1px solid rgba(255,179,71,.28);
    }
    .sticker.hot{
      background:rgba(182,29,80,.12);
      color:var(--primary);
      border-color:rgba(182,29,80,.16);
    }
    .hero-copy h1{
      margin:0;
      font-size:clamp(2rem, 4vw, 3.9rem);
      line-height:1.08;
      letter-spacing:0;
      color:var(--text);
      font-weight:900;
      max-width:12ch;
    }
    .hero-copy p{
      margin:0;
      max-width:48rem;
      font-size:1.02rem;
      color:var(--muted);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:6px;
    }
    .hero-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      margin-top:12px;
      color:var(--muted);
      font-size:.92rem;
    }
    .pill-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:8px;
    }
    .pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      background:var(--panel);
      border:1px solid var(--line);
      color:var(--text);
      font-size:.82rem;
      font-weight:700;
      box-shadow:0 6px 12px rgba(60,22,34,.04);
    }
    .pill strong{
      color:var(--primary);
    }
    .countdown{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:14px;
      background:#fff;
      border:1px solid rgba(182,29,80,.14);
      box-shadow:0 8px 18px rgba(60,22,34,.06);
      font-weight:800;
      color:var(--text);
    }
    .countdown small{
      color:var(--muted);
      font-weight:700;
    }
    .hero-board{
      border:1px solid rgba(234,216,216,.98);
      border-radius:24px;
      background:linear-gradient(180deg, #fff 0%, #fff8f4 100%);
      box-shadow:var(--shadow);
      padding:18px;
      display:flex;
      flex-direction:column;
      gap:14px;
      min-height:clamp(520px, 74vh, 760px);
    }
    .board-title{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
    }
    .board-title h2{
      margin:0;
      font-size:1.18rem;
      line-height:1.35;
      font-weight:900;
    }
    .board-title span{
      color:var(--muted);
      font-size:.86rem;
      white-space:nowrap;
    }
    .entry-matrix{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:12px;
      flex:1 1 auto;
    }
    .matrix-item{
      border-radius:16px;
      padding:16px 14px;
      border:1px solid rgba(182,29,80,.12);
      background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,244,240,.92));
      box-shadow:var(--shadow-soft);
      position:relative;
      overflow:hidden;
      min-height:140px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .matrix-item::after{
      content:"";
      position:absolute;
      inset:auto -12px -12px auto;
      width:72px;
      height:72px;
      border-radius:22px;
      background:linear-gradient(145deg, rgba(182,29,80,.14), rgba(255,179,71,.14));
      transform:rotate(18deg);
    }
    .matrix-item strong{
      font-size:1rem;
      line-height:1.35;
      display:block;
      margin-bottom:8px;
    }
    .matrix-item p{
      margin:0;
      color:var(--muted);
      font-size:.9rem;
    }
    .matrix-tag{
      display:inline-flex;
      align-self:flex-start;
      margin-top:10px;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(182,29,80,.1);
      color:var(--primary);
      font-size:.74rem;
      font-weight:800;
    }
    .board-feed{
      border-top:1px solid rgba(234,216,216,.9);
      padding-top:12px;
      display:grid;
      gap:10px;
    }
    .feed-line{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:10px;
      align-items:center;
      padding:10px 12px;
      border-radius:14px;
      background:#fff;
      border:1px solid rgba(234,216,216,.9);
    }
    .feed-line strong{
      color:var(--primary);
      font-size:.9rem;
    }
    .feed-line span{
      color:var(--muted);
      font-size:.86rem;
    }
    .filters-band{
      padding-top:0;
    }
    .section-head{
      display:flex;
      flex-wrap:wrap;
      align-items:end;
      justify-content:space-between;
      gap:12px;
      margin-bottom:18px;
    }
    .section-head h2{
      margin:0;
      font-size:1.45rem;
      line-height:1.2;
      font-weight:900;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      max-width:54rem;
    }
    .count-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:14px;
      background:rgba(182,29,80,.08);
      color:var(--primary);
      font-weight:800;
      border:1px solid rgba(182,29,80,.12);
    }
    .filter-panel{
      border:1px solid var(--line);
      border-radius:24px;
      background:var(--panel);
      box-shadow:var(--shadow-soft);
      padding:18px;
    }
    .filter-panel label{
      color:var(--text);
      font-weight:800;
      font-size:.92rem;
      margin-bottom:8px;
    }
    .filter-panel input[type="search"],
    .filter-panel select{
      margin:0;
      height:48px;
      border-radius:14px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--text);
      box-shadow:none;
    }
    .filter-panel input[type="search"]:focus,
    .filter-panel select:focus{
      border-color:rgba(182,29,80,.36);
      box-shadow:0 0 0 4px rgba(182,29,80,.08);
    }
    .search-wrap{
      position:relative;
    }
    .search-wrap svg{
      position:absolute;
      left:14px;
      top:50%;
      transform:translateY(-50%);
      color:var(--muted);
      pointer-events:none;
    }
    .search-wrap input{
      padding-left:42px;
    }
    .checkline{
      min-height:48px;
      display:flex;
      align-items:center;
      gap:10px;
      padding:0 12px;
      border-radius:14px;
      background:#fff8f5;
      border:1px solid rgba(182,29,80,.12);
      margin-top:25px;
    }
    .checkline input{
      width:18px;
      height:18px;
      margin:0;
      accent-color:var(--primary);
    }
    .filter-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      justify-content:flex-end;
      align-items:center;
      margin-top:26px;
    }
    .tag-strip{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:14px;
    }
    .tag-chip{
      border:1px solid rgba(182,29,80,.14);
      background:#fff;
      color:var(--muted);
      border-radius:999px;
      min-height:38px;
      padding:0 13px;
      font-weight:800;
    }
    .tag-chip:hover,
    .tag-chip:focus-visible{
      transform:translateY(-1px);
      color:var(--primary);
      border-color:rgba(182,29,80,.28);
      box-shadow:0 8px 18px rgba(60,22,34,.06);
    }
    .tag-chip.active{
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      color:#fff;
      border-color:transparent;
      box-shadow:0 12px 22px rgba(182,29,80,.2);
    }
    .results-band{
      padding-top:0;
    }
    .results-top{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
    }
    .results-top .note{
      color:var(--muted);
      font-size:.93rem;
    }
    .results-grid{
      align-items:stretch;
    }
    .result-cell{
      margin-bottom:24px;
    }
    .result-card{
      height:100%;
      border-radius:16px;
      border:1px solid var(--line);
      background:var(--panel);
      overflow:hidden;
      box-shadow:var(--shadow-soft);
      display:flex;
      flex-direction:column;
      min-height:100%;
    }
    .result-card.featured{
      background:linear-gradient(180deg, #fff 0%, #fff8f4 100%);
      border-color:rgba(182,29,80,.16);
    }
    .result-media{
      aspect-ratio:16/9;
      position:relative;
      overflow:hidden;
      border-bottom:1px solid rgba(234,216,216,.95);
      background:
        linear-gradient(135deg, rgba(182,29,80,.95), rgba(217,79,117,.88) 44%, rgba(255,179,71,.72)),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0));
    }
    .tone-2 .result-media{
      background:
        linear-gradient(135deg, rgba(122,38,83,.96), rgba(214,98,74,.84) 42%, rgba(255,208,138,.84));
    }
    .tone-3 .result-media{
      background:
        linear-gradient(135deg, rgba(78,33,54,.94), rgba(182,29,80,.82) 50%, rgba(255,179,71,.7));
    }
    .tone-4 .result-media{
      background:
        linear-gradient(135deg, rgba(157,48,82,.96), rgba(240,91,120,.84) 48%, rgba(255,197,126,.82));
    }
    .tone-5 .result-media{
      background:
        linear-gradient(135deg, rgba(101,42,63,.95), rgba(180,67,103,.84) 44%, rgba(255,216,164,.8));
    }
    .tone-6 .result-media{
      background:
        linear-gradient(135deg, rgba(138,53,86,.96), rgba(214,98,74,.84) 47%, rgba(255,179,71,.8));
    }
    .result-media::before{
      content:"";
      position:absolute;
      inset:14px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.16);
      background:
        linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(255,255,255,.1) 0 1px, transparent 1px 100%);
      background-size:36px 36px;
      opacity:.8;
    }
    .result-media::after{
      content:attr(data-visual);
      position:absolute;
      left:14px;
      bottom:14px;
      right:14px;
      padding:10px 12px;
      border-radius:12px;
      background:rgba(20,14,18,.34);
      color:#fff;
      font-size:.82rem;
      letter-spacing:0;
      backdrop-filter:none;
    }
    .result-body{
      padding:16px 16px 18px;
      display:flex;
      flex-direction:column;
      gap:12px;
      flex:1 1 auto;
    }
    .card-head{
      display:flex;
      justify-content:space-between;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
    }
    .mini-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 9px;
      border-radius:999px;
      background:rgba(182,29,80,.08);
      color:var(--primary);
      border:1px solid rgba(182,29,80,.12);
      font-size:.75rem;
      font-weight:800;
    }
    .stamp{
      color:var(--muted);
      font-size:.78rem;
      font-weight:700;
    }
    .result-body h3{
      margin:0;
      font-size:1.08rem;
      line-height:1.35;
      font-weight:900;
    }
    .result-body p{
      margin:0;
      color:var(--muted);
      font-size:.93rem;
    }
    .meta-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px 12px;
      color:var(--muted);
      font-size:.82rem;
    }
    .meta-row span{
      display:inline-flex;
      align-items:center;
      gap:6px;
    }
    .meta-row i{
      width:8px;height:8px;border-radius:50%;
      background:var(--accent);
      display:inline-block;
    }
    .card-actions{
      margin-top:auto;
      display:flex;
      justify-content:space-between;
      gap:10px;
      align-items:center;
      padding-top:4px;
    }
    .entry-btn{
      padding:0 16px;
      min-height:42px;
    }
    .tiny-link{
      color:var(--primary);
      font-weight:800;
      font-size:.86rem;
    }
    .support-band{
      padding-top:0;
    }
    .support-shell{
      border:1px solid var(--line);
      border-radius:24px;
      background:linear-gradient(180deg, #fff 0%, #fff8f5 100%);
      box-shadow:var(--shadow-soft);
      padding:18px;
    }
    .support-grid{
      align-items:stretch;
    }
    .support-panel{
      border:1px solid rgba(234,216,216,.96);
      border-radius:18px;
      background:#fff;
      padding:18px;
      height:100%;
    }
    .support-panel h3{
      margin:0 0 14px;
      font-size:1.05rem;
      font-weight:900;
    }
    .status-list{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .status-list li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:10px 0;
      border-bottom:1px dashed rgba(234,216,216,.95);
      color:var(--muted);
    }
    .status-list li:last-child{border-bottom:0;padding-bottom:0}
    .status-dot{
      width:10px;height:10px;border-radius:50%;
      margin-top:7px;
      background:var(--success);
      box-shadow:0 0 0 4px rgba(47,138,98,.12);
      flex:0 0 auto;
    }
    .spec-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:12px;
    }
    .spec{
      border-radius:14px;
      border:1px solid rgba(182,29,80,.12);
      background:#fff8f5;
      padding:14px;
    }
    .spec strong{
      display:block;
      margin-bottom:6px;
      font-size:.88rem;
    }
    .spec span{
      color:var(--muted);
      font-size:.86rem;
    }
    .step-strip{
      margin-top:14px;
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:10px;
    }
    .step{
      border:1px solid rgba(182,29,80,.12);
      background:#fff;
      border-radius:16px;
      padding:14px 12px;
      min-height:120px;
      box-shadow:0 8px 16px rgba(60,22,34,.05);
    }
    .step .num{
      display:inline-grid;
      place-items:center;
      width:28px;
      height:28px;
      border-radius:10px;
      background:linear-gradient(145deg, var(--primary), var(--primary-2));
      color:#fff;
      font-weight:900;
      margin-bottom:10px;
    }
    .step strong{
      display:block;
      margin-bottom:6px;
      font-size:.92rem;
    }
    .step p{
      margin:0;
      color:var(--muted);
      font-size:.85rem;
      line-height:1.55;
    }
    .faq-band{
      padding-top:0;
    }
    .faq-shell{
      border:1px solid var(--line);
      border-radius:24px;
      background:var(--panel);
      box-shadow:var(--shadow-soft);
      padding:18px;
    }
    .faq-item{
      border-top:1px solid rgba(234,216,216,.95);
    }
    .faq-item:first-of-type{border-top:0}
    .faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:16px 0;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-weight:900;
      color:var(--text);
    }
    .faq-item summary::-webkit-details-marker{display:none}
    .faq-item summary span{
      color:var(--primary);
      margin-right:10px;
      font-weight:900;
    }
    .faq-item .answer{
      padding:0 0 16px;
      color:var(--muted);
      max-width:72rem;
    }
    .faq-item[open] summary{
      color:var(--primary);
    }
    .entry-band{
      padding-top:0;
    }
    .entry-shell{
      border-radius:24px;
      border:1px solid rgba(182,29,80,.14);
      background:linear-gradient(145deg, rgba(182,29,80,.96), rgba(217,79,117,.88));
      color:#fff;
      box-shadow:0 16px 34px rgba(182,29,80,.2);
      padding:24px 20px;
    }
    .entry-shell h2{
      margin:0 0 10px;
      font-size:1.55rem;
      line-height:1.25;
      font-weight:900;
    }
    .entry-shell p{
      margin:0;
      max-width:56rem;
      color:rgba(255,255,255,.88);
    }
    .entry-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:18px;
    }
    .entry-shell .btn-secondary{
      background:rgba(255,255,255,.96);
      color:var(--primary);
      border-color:rgba(255,255,255,.7);
    }
    .entry-shell .btn-secondary:hover,
    .entry-shell .btn-secondary:focus-visible{
      background:#fff;
      color:var(--primary);
    }
    .entry-info{
      margin-top:14px;
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      color:rgba(255,255,255,.9);
      font-size:.88rem;
    }
    .entry-info span{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
    }
    .footer{
      padding:28px 0 40px;
      background:#22161b;
      color:#f8e9ed;
      margin-top:24px;
    }
    .footer-top{
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:18px;
      padding-bottom:18px;
      border-bottom:1px solid rgba(255,255,255,.1);
    }
    .footer-brand{
      max-width:40rem;
    }
    .footer-brand strong{
      display:block;
      font-size:1.08rem;
      margin-bottom:8px;
      color:#fff;
    }
    .footer-brand p{
      margin:0;
      color:rgba(255,255,255,.78);
      line-height:1.8;
    }
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:flex-start;
    }
    .footer-links a{
      color:#fff;
      padding:8px 12px;
      border-radius:12px;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.03);
      font-weight:700;
    }
    .footer-links a:hover,
    .footer-links a:focus-visible{
      background:rgba(255,255,255,.1);
      transform:translateY(-1px);
    }
    .footer-bottom{
      padding-top:16px;
      display:flex;
      flex-wrap:wrap;
      justify-content:space-between;
      gap:10px;
      color:rgba(255,255,255,.72);
      font-size:.88rem;
    }
    .footer-bottom a{
      color:#fff;
      text-decoration:underline;
      text-underline-offset:3px;
    }
    .sr-only{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      white-space:nowrap;
      border:0;
    }
    @media (max-width: 1024px){
      .hero-copy,
      .hero-board{
        min-height:auto;
      }
      .entry-matrix{
        grid-template-columns:1fr;
      }
      .step-strip{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
    }
    @media (max-width: 768px){
      .site-header{
        padding:0;
      }
      .dock{
        position:fixed;
        left:12px;
        right:12px;
        bottom:12px;
        top:auto;
        padding:10px 12px;
        border-radius:18px;
        flex-wrap:wrap;
        gap:10px;
      }
      body{
        padding-bottom:104px;
      }
      .brand{
        flex:1 1 100%;
      }
      .dock-nav{
        order:3;
        width:100%;
        justify-content:space-between;
      }
      .dock-link{
        flex:1 1 0;
        justify-content:center;
        padding:0 10px;
      }
      .dock-tools{
        order:2;
        margin-left:auto;
      }
      .hero-copy h1{
        max-width:none;
      }
      .hero-copy{
        gap:18px;
      }
      .spec-grid{
        grid-template-columns:1fr;
      }
      .step-strip{
        grid-template-columns:1fr;
      }
      .filter-actions{
        justify-content:flex-start;
      }
      .results-top,
      .section-head,
      .board-title,
      .footer-top,
      .footer-bottom{
        align-items:flex-start;
      }
    }
    @media (max-width: 520px){
      .brand-name strong,
      .brand-name span{
        white-space:normal;
      }
      .brand-sticker{
        display:none;
      }
      .hero-copy h1{
        font-size:2.05rem;
      }
      .hero-actions,
      .entry-actions{
        display:grid;
        grid-template-columns:1fr;
      }
      .nav-cta,
      .btn-primary,
      .btn-secondary,
      .entry-btn{
        width:100%;
      }
      .card-actions{
        flex-direction:column;
        align-items:flex-start;
      }
      .dock{
        border-radius:18px;
      }
      .footer{
        padding-bottom:124px;
      }
    }
