/* roulang page: index */
:root{
      --bg: #f4efe7;
      --bg-soft: #fbf8f2;
      --panel: #fffdf8;
      --panel-2: #f7f2ea;
      --line: #d9d1c3;
      --line-strong: #c3b8a6;
      --text: #1e1b18;
      --muted: #6f675f;
      --muted-2: #8a8176;
      --accent: #8e6b3d;
      --accent-2: #21544f;
      --accent-3: #b85a45;
      --shadow: 0 18px 40px rgba(31, 23, 15, 0.08);
      --shadow-soft: 0 10px 24px rgba(31, 23, 15, 0.06);
      --radius: 8px;
      --radius-sm: 6px;
      --container: 1180px;
      --space: clamp(16px, 2vw, 24px);
      --space-lg: clamp(24px, 3vw, 40px);
      --space-xl: clamp(36px, 5vw, 72px);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--text);
      background:
        radial-gradient(circle at top left, rgba(141, 107, 61, 0.06), transparent 24%),
        radial-gradient(circle at right top, rgba(33, 84, 79, 0.06), transparent 22%),
        linear-gradient(180deg, #f7f2ea 0%, #f4efe7 35%, #f0eae0 100%);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
      line-height:1.65;
      letter-spacing:0;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit;color:inherit}
    button{cursor:pointer}
    ::selection{background:rgba(142,107,61,.18)}
    .container{
      width:min(var(--container), calc(100% - 32px));
      margin:0 auto;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(140%) blur(10px);
      background:rgba(244,239,231,.84);
      border-bottom:1px solid rgba(217,209,195,.8);
    }

    .nav-shell{
      margin:12px auto;
      border:1px solid rgba(195,184,166,.86);
      border-radius:14px;
      background:linear-gradient(180deg, rgba(255,253,248,.96), rgba(247,242,234,.92));
      box-shadow:var(--shadow-soft);
      padding:12px;
      display:flex;
      align-items:center;
      gap:14px;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      padding:8px 10px;
      border-radius:12px;
      background:rgba(255,255,255,.64);
      border:1px solid rgba(217,209,195,.72);
    }

    .brand-mark{
      width:34px;
      height:34px;
      border-radius:10px;
      background:
        linear-gradient(135deg, rgba(142,107,61,.98), rgba(33,84,79,.96));
      position:relative;
      box-shadow:0 10px 20px rgba(33,84,79,.18);
      flex:none;
    }

    .brand-mark::before,
    .brand-mark::after{
      content:"";
      position:absolute;
      inset:auto;
      background:rgba(255,255,255,.9);
      border-radius:999px;
    }

    .brand-mark::before{
      width:13px;
      height:3px;
      left:10px;
      top:10px;
    }

    .brand-mark::after{
      width:20px;
      height:3px;
      left:7px;
      bottom:10px;
    }

    .brand-text{
      display:flex;
      flex-direction:column;
      gap:2px;
      min-width:0;
    }

    .brand-text strong{
      font-size:15px;
      line-height:1.2;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .brand-text span{
      color:var(--muted);
      font-size:12px;
      line-height:1.2;
    }

    .nav-links{
      display:flex;
      align-items:center;
      gap:10px;
      margin-left:auto;
      flex-wrap:wrap;
    }

    .nav-links a{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 14px;
      border-radius:12px;
      border:1px solid transparent;
      color:var(--muted);
      background:transparent;
      transition:transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
      font-size:14px;
      line-height:1;
      white-space:nowrap;
    }

    .nav-links a svg{width:16px;height:16px;flex:none}
    .nav-links a:hover{
      transform:translateY(-1px);
      border-color:rgba(142,107,61,.28);
      background:rgba(255,255,255,.82);
      color:var(--text);
      box-shadow:0 10px 20px rgba(31,23,15,.05);
    }

    .nav-links a.active{
      background:rgba(33,84,79,.09);
      border-color:rgba(33,84,79,.24);
      color:var(--accent-2);
    }

    .nav-cta{
      margin-left:8px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      border:1px solid rgba(142,107,61,.34);
      color:#fff;
      background:linear-gradient(135deg, var(--accent), #6e4e28);
      padding:10px 16px;
      border-radius:12px;
      box-shadow:0 12px 24px rgba(142,107,61,.18);
      transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
      white-space:nowrap;
      font-size:14px;
      line-height:1;
    }

    .nav-cta:hover{transform:translateY(-1px);box-shadow:0 16px 26px rgba(142,107,61,.22)}
    .nav-cta svg{width:16px;height:16px;flex:none}

    .hero{
      padding:22px 0 0;
    }

    .hero-stage{
      position:relative;
      overflow:hidden;
      border:1px solid rgba(195,184,166,.84);
      border-radius:22px;
      background:
        linear-gradient(120deg, rgba(14,13,12,.92), rgba(27,24,21,.88) 42%, rgba(39,35,29,.94) 100%);
      color:#fff;
      box-shadow:var(--shadow);
      isolation:isolate;
    }

    .hero-stage::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.12), transparent 18%),
        radial-gradient(circle at 80% 15%, rgba(141,107,61,.16), transparent 16%),
        linear-gradient(115deg, rgba(255,255,255,.04) 0 25%, transparent 25% 100%);
      opacity:.9;
      pointer-events:none;
    }

    .hero-stage::after{
      content:"";
      position:absolute;
      inset:auto -8% -20% -8%;
      height:54%;
      background:
        linear-gradient(180deg, transparent, rgba(33,84,79,.18) 40%, rgba(33,84,79,.24) 100%);
      filter:blur(14px);
      pointer-events:none;
    }

    .hero-inner{
      position:relative;
      z-index:1;
      padding:clamp(28px, 5vw, 56px);
      min-height:620px;
      display:grid;
      align-items:stretch;
      gap:24px;
    }

    .hero-top{
      display:grid;
      grid-template-columns:minmax(0, 1.2fr) minmax(280px, .8fr);
      gap:24px;
      align-items:end;
    }

    .hero-copy{
      max-width:760px;
      display:flex;
      flex-direction:column;
      gap:18px;
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:max-content;
      padding:8px 12px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.08);
      color:rgba(255,255,255,.9);
      font-size:13px;
    }

    .eyebrow i{
      width:8px;
      height:8px;
      border-radius:50%;
      background:#e35d47;
      box-shadow:0 0 0 4px rgba(227,93,71,.18);
      display:inline-block;
    }

    h1{
      margin:0;
      font-size:clamp(32px, 5vw, 62px);
      line-height:1.08;
      letter-spacing:0;
      max-width:12em;
    }

    .hero-copy p{
      margin:0;
      max-width:52rem;
      color:rgba(255,255,255,.82);
      font-size:clamp(15px, 1.5vw, 18px);
      line-height:1.85;
    }

    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      margin-top:6px;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      gap:10px;
      border-radius:12px;
      border:1px solid transparent;
      padding:13px 18px;
      font-size:14px;
      line-height:1;
      transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
      white-space:nowrap;
    }

    .btn svg{width:16px;height:16px;flex:none}
    .btn-primary{
      background:linear-gradient(135deg, #f1cf9b 0%, #ba8d52 100%);
      color:#231912;
      box-shadow:0 16px 28px rgba(186,141,82,.28);
    }

    .btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 32px rgba(186,141,82,.32)}
    .btn-secondary{
      background:rgba(255,255,255,.06);
      color:#fff;
      border-color:rgba(255,255,255,.16);
    }

    .btn-secondary:hover{
      transform:translateY(-1px);
      background:rgba(255,255,255,.11);
      border-color:rgba(255,255,255,.26);
    }

    .hero-stats{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:12px;
      margin-top:auto;
    }

    .stat{
      padding:16px 16px 15px;
      border-radius:14px;
      background:rgba(255,255,255,.07);
      border:1px solid rgba(255,255,255,.12);
      min-height:104px;
    }

    .stat strong{
      display:block;
      font-size:28px;
      line-height:1.05;
      margin-bottom:8px;
      color:#fff7ea;
    }

    .stat span{
      display:block;
      color:rgba(255,255,255,.74);
      font-size:13px;
      line-height:1.7;
    }

    .hero-media{
      position:relative;
      min-height:420px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,.12);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        linear-gradient(135deg, rgba(33,84,79,.32), rgba(33,84,79,.06) 40%, rgba(142,107,61,.28) 100%);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
      display:flex;
      align-items:flex-end;
      justify-content:flex-start;
      padding:18px;
    }

    .hero-media::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, rgba(255,255,255,.06) 0 2px, transparent 2px 100%),
        linear-gradient(180deg, rgba(255,255,255,.04) 0 2px, transparent 2px 100%);
      background-size:72px 72px;
      opacity:.18;
      mix-blend-mode:screen;
      pointer-events:none;
    }

    .hero-video{
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.16), transparent 18%),
        radial-gradient(circle at 70% 30%, rgba(255,255,255,.08), transparent 16%),
        linear-gradient(145deg, rgba(18,18,18,.92), rgba(42,37,31,.7) 45%, rgba(24,24,24,.84)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 74px),
        repeating-linear-gradient(180deg, rgba(255,255,255,.03) 0 1px, transparent 1px 52px);
      opacity:.96;
    }

    .hero-video::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg, transparent 0, rgba(0,0,0,.16) 50%, rgba(0,0,0,.42) 100%);
    }

    .hero-play{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%, -50%);
      width:92px;
      height:92px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,.22);
      background:rgba(255,255,255,.08);
      display:grid;
      place-items:center;
      color:#fff;
      box-shadow:0 16px 32px rgba(0,0,0,.18);
      z-index:2;
      transition:transform .18s ease, background-color .18s ease, border-color .18s ease;
    }

    .hero-play:hover{
      transform:translate(-50%, -50%) scale(1.03);
      background:rgba(255,255,255,.14);
      border-color:rgba(255,255,255,.34);
    }

    .hero-play svg{width:34px;height:34px;margin-left:4px}
    .hero-caption{
      position:relative;
      z-index:1;
      width:min(100%, 360px);
      padding:14px 16px;
      border-radius:16px;
      background:rgba(15,15,15,.58);
      border:1px solid rgba(255,255,255,.16);
      backdrop-filter:blur(8px);
    }

    .hero-caption strong{
      display:block;
      font-size:16px;
      margin-bottom:6px;
      color:#fff7ea;
    }

    .hero-caption p{
      margin:0;
      color:rgba(255,255,255,.76);
      font-size:13px;
      line-height:1.75;
    }

    .section{
      padding:var(--space-xl) 0 0;
    }

    .section-head{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
    }

    .section-head .title-wrap{
      max-width:780px;
    }

    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      font-size:13px;
      color:var(--accent-2);
      background:rgba(33,84,79,.08);
      border:1px solid rgba(33,84,79,.16);
      padding:7px 11px;
      border-radius:999px;
      margin-bottom:10px;
    }

    .section-kicker span{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent-2);
      display:inline-block;
    }

    .section-head h2{
      margin:0;
      font-size:clamp(24px, 3vw, 34px);
      line-height:1.18;
    }

    .section-head p{
      margin:10px 0 0;
      color:var(--muted);
      max-width:54rem;
      line-height:1.85;
      font-size:15px;
    }

    .section-action{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:11px 14px;
      border:1px solid rgba(195,184,166,.88);
      border-radius:12px;
      background:rgba(255,255,255,.66);
      color:var(--text);
      transition:transform .18s ease, border-color .18s ease, background-color .18s ease;
      white-space:nowrap;
      flex:none;
    }

    .section-action:hover{
      transform:translateY(-1px);
      border-color:rgba(142,107,61,.32);
      background:rgba(255,255,255,.92);
    }

    .countdown{
      display:grid;
      grid-template-columns:minmax(0, 1.1fr) minmax(280px, .9fr);
      gap:18px;
      align-items:stretch;
    }

    .countdown-board,
    .countdown-note,
    .panel,
    .card,
    .info-card{
      border:1px solid rgba(195,184,166,.84);
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,253,248,.96), rgba(247,242,234,.96));
      box-shadow:var(--shadow-soft);
    }

    .countdown-board{
      padding:24px;
    }

    .countdown-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      margin-bottom:18px;
      flex-wrap:wrap;
    }

    .status{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(184,90,69,.09);
      border:1px solid rgba(184,90,69,.2);
      color:var(--accent-3);
      font-size:13px;
      white-space:nowrap;
    }

    .status i{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent-3);
      box-shadow:0 0 0 4px rgba(184,90,69,.14);
      display:inline-block;
    }

    .countdown-board h3{
      margin:0;
      font-size:26px;
      line-height:1.2;
    }

    .countdown-board p{
      margin:10px 0 0;
      color:var(--muted);
      max-width:46rem;
      line-height:1.85;
      font-size:15px;
    }

    .timer{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:12px;
      margin-top:22px;
    }

    .time-box{
      background:linear-gradient(180deg, #1f1a16, #2b241d);
      color:#fff6e7;
      border-radius:16px;
      padding:18px 14px 16px;
      border:1px solid rgba(255,255,255,.08);
      text-align:center;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    }

    .time-box strong{
      display:block;
      font-size:32px;
      line-height:1;
      margin-bottom:8px;
      font-variant-numeric: tabular-nums;
    }

    .time-box span{
      font-size:13px;
      color:rgba(255,255,255,.72);
    }

    .countdown-note{
      padding:22px;
      display:flex;
      flex-direction:column;
      gap:14px;
      justify-content:space-between;
    }

    .countdown-note ul{
      margin:0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }

    .countdown-note li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      padding:12px;
      border-radius:12px;
      background:rgba(255,255,255,.68);
      border:1px solid rgba(217,209,195,.78);
      color:var(--text);
      font-size:14px;
      line-height:1.7;
    }

    .countdown-note li svg{
      width:18px;
      height:18px;
      color:var(--accent-2);
      flex:none;
      margin-top:2px;
    }

    .countdown-note .mini-action{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }

    .chip-btn{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(195,184,166,.82);
      background:rgba(255,255,255,.76);
      font-size:13px;
      transition:transform .18s ease, border-color .18s ease;
    }

    .chip-btn:hover{
      transform:translateY(-1px);
      border-color:rgba(33,84,79,.28);
    }

    .highlights-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:16px;
    }

    .card{
      padding:20px;
    }

    .card-number{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:34px;
      height:34px;
      border-radius:10px;
      background:rgba(33,84,79,.1);
      color:var(--accent-2);
      font-weight:700;
      margin-bottom:14px;
    }

    .card h3{
      margin:0 0 10px;
      font-size:18px;
      line-height:1.35;
    }

    .card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
      font-size:14px;
    }

    .card .meta{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-top:16px;
    }

    .tag{
      display:inline-flex;
      align-items:center;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(142,107,61,.1);
      border:1px solid rgba(142,107,61,.16);
      color:var(--accent);
      font-size:12px;
      white-space:nowrap;
    }

    .reminder{
      display:grid;
      grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
      gap:18px;
    }

    .reminder-copy{
      padding:24px;
      background:
        linear-gradient(180deg, rgba(255,253,248,.98), rgba(247,242,234,.95));
      border:1px solid rgba(195,184,166,.84);
      border-radius:18px;
      box-shadow:var(--shadow-soft);
    }

    .reminder-copy h3{
      margin:0;
      font-size:24px;
      line-height:1.22;
    }

    .reminder-copy p{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.85;
      font-size:15px;
    }

    .reminder-list{
      margin:18px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }

    .reminder-list li{
      display:flex;
      gap:10px;
      align-items:flex-start;
      font-size:14px;
      line-height:1.75;
      color:var(--text);
      padding:12px 13px;
      background:rgba(255,255,255,.66);
      border:1px solid rgba(217,209,195,.78);
      border-radius:12px;
    }

    .reminder-list li svg{
      width:18px;
      height:18px;
      color:var(--accent-3);
      flex:none;
      margin-top:2px;
    }

    .form-panel{
      padding:24px;
      border:1px solid rgba(195,184,166,.84);
      border-radius:18px;
      background:linear-gradient(180deg, rgba(31,27,24,.98), rgba(39,34,29,.96));
      color:#fff;
      box-shadow:var(--shadow);
    }

    .form-panel h3{
      margin:0;
      font-size:24px;
      line-height:1.22;
    }

    .form-panel p{
      margin:10px 0 0;
      color:rgba(255,255,255,.76);
      line-height:1.8;
      font-size:15px;
    }

    .form-grid{
      display:grid;
      gap:12px;
      margin-top:18px;
    }

    .field-row{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:12px;
    }

    .field{
      display:flex;
      flex-direction:column;
      gap:8px;
    }

    .field label{
      font-size:13px;
      color:rgba(255,255,255,.82);
    }

    .field input,
    .field select,
    .field textarea{
      width:100%;
      border-radius:12px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      color:#fff;
      padding:13px 14px;
      outline:none;
      transition:border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
    }

    .field input::placeholder,
    .field textarea::placeholder{
      color:rgba(255,255,255,.48);
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      border-color:rgba(241,207,155,.5);
      box-shadow:0 0 0 4px rgba(241,207,155,.12);
      background:rgba(255,255,255,.08);
    }

    .form-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:8px;
      align-items:center;
    }

    .form-note{
      color:rgba(255,255,255,.65);
      font-size:13px;
      line-height:1.7;
    }

    .matrix{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:14px;
    }

    .entry{
      position:relative;
      overflow:hidden;
      padding:18px;
      border:1px solid rgba(195,184,166,.84);
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,253,248,.98), rgba(247,242,234,.96));
      box-shadow:var(--shadow-soft);
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
      min-height:176px;
    }

    .entry:hover{
      transform:translateY(-2px);
      border-color:rgba(142,107,61,.32);
      box-shadow:0 16px 28px rgba(31,23,15,.08);
    }

    .entry .icon{
      width:42px;
      height:42px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:rgba(33,84,79,.1);
      color:var(--accent-2);
      margin-bottom:12px;
    }

    .entry h3{
      margin:0 0 8px;
      font-size:18px;
      line-height:1.35;
    }

    .entry p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }

    .entry .go{
      margin-top:14px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:var(--accent);
      font-size:13px;
    }

    .entry .go svg{width:16px;height:16px}

    .updates{
      display:grid;
      grid-template-columns:minmax(0, 1.15fr) minmax(300px, .85fr);
      gap:18px;
      align-items:start;
    }

    .update-list{
      padding:22px;
      border:1px solid rgba(195,184,166,.84);
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,253,248,.98), rgba(247,242,234,.96));
      box-shadow:var(--shadow-soft);
    }

    .update-list h3,
    .side-panel h3{
      margin:0;
      font-size:22px;
      line-height:1.22;
    }

    .update-list p,
    .side-panel p{
      margin:10px 0 0;
      color:var(--muted);
      line-height:1.8;
      font-size:15px;
    }

    .news-items{
      margin-top:18px;
      display:grid;
      gap:10px;
    }

    .news-item{
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:center;
      padding:14px 14px;
      border-radius:14px;
      border:1px solid rgba(217,209,195,.8);
      background:rgba(255,255,255,.7);
      transition:transform .18s ease, border-color .18s ease, background-color .18s ease;
    }

    .news-item:hover{
      transform:translateY(-1px);
      border-color:rgba(33,84,79,.28);
      background:rgba(255,255,255,.92);
    }

    .news-item .dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--accent-3);
      box-shadow:0 0 0 4px rgba(184,90,69,.12);
    }

    .news-item strong{
      display:block;
      font-size:15px;
      line-height:1.55;
      margin-bottom:4px;
    }

    .news-item span{
      display:block;
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }

    .news-item time{
      color:var(--muted-2);
      font-size:12px;
      white-space:nowrap;
    }

    .side-panel{
      padding:22px;
      border:1px solid rgba(195,184,166,.84);
      border-radius:18px;
      background:
        linear-gradient(180deg, rgba(31,27,24,.98), rgba(39,34,29,.96));
      color:#fff;
      box-shadow:var(--shadow);
    }

    .side-panel p{
      color:rgba(255,255,255,.74);
    }

    .side-cards{
      margin-top:16px;
      display:grid;
      gap:12px;
    }

    .side-card{
      padding:14px;
      border-radius:14px;
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.12);
    }

    .side-card strong{
      display:block;
      margin-bottom:5px;
      font-size:15px;
      color:#fff7ea;
    }

    .side-card span{
      color:rgba(255,255,255,.72);
      font-size:13px;
      line-height:1.65;
    }

    .timeline{
      padding:24px;
      border:1px solid rgba(195,184,166,.84);
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,253,248,.98), rgba(247,242,234,.96));
      box-shadow:var(--shadow-soft);
    }

    .timeline-track{
      position:relative;
      display:grid;
      gap:12px;
      margin-top:18px;
    }

    .timeline-track::before{
      content:"";
      position:absolute;
      left:20px;
      top:4px;
      bottom:4px;
      width:2px;
      background:linear-gradient(180deg, rgba(33,84,79,.28), rgba(142,107,61,.22));
    }

    .step{
      display:grid;
      grid-template-columns:46px 1fr;
      gap:12px;
      align-items:start;
      position:relative;
      padding:12px 12px 12px 0;
    }

    .step .pin{
      width:40px;
      height:40px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background:#fff;
      border:1px solid rgba(195,184,166,.88);
      color:var(--accent-2);
      font-weight:700;
      position:relative;
      z-index:1;
    }

    .step h4{
      margin:0 0 6px;
      font-size:16px;
      line-height:1.4;
    }

    .step p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.8;
    }

    .faq{
      display:grid;
      gap:12px;
    }

    details{
      border:1px solid rgba(195,184,166,.84);
      border-radius:16px;
      background:linear-gradient(180deg, rgba(255,253,248,.98), rgba(247,242,234,.96));
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }

    summary{
      list-style:none;
      cursor:pointer;
      padding:18px 20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      font-weight:600;
      font-size:16px;
      line-height:1.5;
    }

    summary::-webkit-details-marker{display:none}
    summary .mark{
      width:28px;
      height:28px;
      border-radius:50%;
      border:1px solid rgba(195,184,166,.88);
      display:grid;
      place-items:center;
      color:var(--accent);
      flex:none;
      transition:transform .18s ease, background-color .18s ease, color .18s ease;
    }

    details[open] summary .mark{
      transform:rotate(45deg);
      background:rgba(142,107,61,.1);
      color:var(--accent-2);
    }

    details .answer{
      padding:0 20px 18px;
      color:var(--muted);
      font-size:14px;
      line-height:1.85;
    }

    .cta-band{
      margin-top:var(--space-xl);
      padding:22px 0 36px;
    }

    .cta-panel{
      border-radius:22px;
      overflow:hidden;
      border:1px solid rgba(195,184,166,.84);
      background:
        linear-gradient(135deg, rgba(31,27,24,.98), rgba(39,34,29,.96)),
        linear-gradient(135deg, rgba(33,84,79,.14), rgba(142,107,61,.1));
      color:#fff;
      box-shadow:var(--shadow);
      padding:28px;
    }

    .cta-panel .inner{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:center;
      flex-wrap:wrap;
    }

    .cta-panel h2{
      margin:0;
      font-size:clamp(24px, 3vw, 34px);
      line-height:1.2;
    }

    .cta-panel p{
      margin:10px 0 0;
      color:rgba(255,255,255,.76);
      line-height:1.8;
      font-size:15px;
      max-width:56rem;
    }

    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
    }

    .footer{
      margin-top:20px;
      border-top:1px solid rgba(217,209,195,.8);
      padding:26px 0 34px;
      color:var(--muted);
    }

    .footer-shell{
      display:grid;
      gap:18px;
      padding-top:2px;
    }

    .footer-top{
      display:flex;
      justify-content:space-between;
      gap:18px;
      flex-wrap:wrap;
      align-items:flex-start;
    }

    .footer-brand strong{
      display:block;
      color:var(--text);
      font-size:18px;
      line-height:1.4;
      margin-bottom:8px;
    }

    .footer-brand p{
      margin:0;
      max-width:52rem;
      line-height:1.8;
      font-size:14px;
    }

    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }

    .footer-links a{
      padding:9px 12px;
      border:1px solid rgba(195,184,166,.82);
      border-radius:999px;
      background:rgba(255,255,255,.66);
      color:var(--text);
      transition:transform .18s ease, border-color .18s ease, background-color .18s ease;
      font-size:13px;
    }

    .footer-links a:hover{
      transform:translateY(-1px);
      border-color:rgba(33,84,79,.28);
      background:#fff;
    }

    .footer-meta{
      display:flex;
      justify-content:space-between;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      padding-top:12px;
      border-top:1px solid rgba(217,209,195,.8);
      font-size:13px;
    }

    .footer-meta span{
      color:var(--muted);
    }

    .footer-meta a{
      color:var(--accent-2);
    }

    .modal{
      position:fixed;
      inset:0;
      display:none;
      align-items:center;
      justify-content:center;
      padding:20px;
      background:rgba(15,13,11,.72);
      z-index:90;
    }

    .modal.open{display:flex}
    .modal-card{
      width:min(820px, 100%);
      border-radius:20px;
      border:1px solid rgba(255,255,255,.14);
      background:linear-gradient(180deg, rgba(255,253,248,.98), rgba(247,242,234,.98));
      box-shadow:0 24px 50px rgba(0,0,0,.28);
      overflow:hidden;
    }

    .modal-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:16px 18px;
      border-bottom:1px solid rgba(217,209,195,.8);
    }

    .modal-head strong{
      font-size:16px;
      color:var(--text);
    }

    .modal-close{
      width:40px;
      height:40px;
      border-radius:12px;
      border:1px solid rgba(195,184,166,.84);
      background:#fff;
      display:grid;
      place-items:center;
      transition:transform .18s ease, border-color .18s ease;
    }

    .modal-close:hover{
      transform:translateY(-1px);
      border-color:rgba(33,84,79,.26);
    }

    .modal-body{
      padding:18px;
      display:grid;
      grid-template-columns:minmax(0, 1.2fr) minmax(240px, .8fr);
      gap:16px;
      align-items:stretch;
    }

    .modal-visual{
      min-height:280px;
      border-radius:18px;
      background:
        linear-gradient(135deg, rgba(18,18,18,.96), rgba(48,43,36,.88)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 64px),
        repeating-linear-gradient(180deg, rgba(255,255,255,.04) 0 1px, transparent 1px 52px);
      position:relative;
      overflow:hidden;
      border:1px solid rgba(31,27,24,.12);
    }

    .modal-visual::before{
      content:"";
      position:absolute;
      inset:14px;
      border-radius:14px;
      border:1px solid rgba(255,255,255,.1);
      background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
    }

    .modal-visual .bars{
      position:absolute;
      left:22px;
      right:22px;
      bottom:22px;
      display:grid;
      grid-template-columns:repeat(12, 1fr);
      gap:6px;
      align-items:end;
      height:102px;
    }

    .modal-visual .bars span{
      display:block;
      border-radius:6px 6px 0 0;
      background:linear-gradient(180deg, rgba(241,207,155,.98), rgba(142,107,61,.92));
      animation:pulse 1.2s ease-in-out infinite;
      opacity:.92;
    }

    .modal-visual .bars span:nth-child(3n){animation-delay:.12s}
    .modal-visual .bars span:nth-child(4n){animation-delay:.24s}
    .modal-visual .bars span:nth-child(5n){animation-delay:.36s}

    @keyframes pulse{
      0%,100%{transform:scaleY(.58)}
      50%{transform:scaleY(1)}
    }

    .modal-copy{
      padding:10px 4px 10px 2px;
      display:flex;
      flex-direction:column;
      gap:12px;
      justify-content:center;
    }

    .modal-copy h3{
      margin:0;
      font-size:22px;
      line-height:1.25;
    }

    .modal-copy p{
      margin:0;
      color:var(--muted);
      line-height:1.85;
      font-size:14px;
    }

    .modal-copy .mini{
      display:grid;
      gap:10px;
      margin-top:4px;
    }

    .modal-copy .mini div{
      padding:12px 13px;
      border-radius:12px;
      border:1px solid rgba(217,209,195,.8);
      background:#fff;
      color:var(--text);
      font-size:13px;
      line-height:1.7;
    }

    .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;
    }

    :focus-visible{
      outline:3px solid rgba(33,84,79,.22);
      outline-offset:2px;
    }

    @media (max-width: 1080px){
      .hero-top,
      .countdown,
      .reminder,
      .updates,
      .modal-body{
        grid-template-columns:1fr;
      }

      .matrix,
      .highlights-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }

      .hero-inner{min-height:auto}
      .hero-media{min-height:360px}
    }

    @media (max-width: 768px){
      .nav-shell{
        flex-wrap:wrap;
        gap:12px;
      }

      .nav-links{
        width:100%;
        order:3;
        margin-left:0;
      }

      .nav-cta{
        margin-left:auto;
      }

      .hero{
        padding-top:16px;
      }

      .hero-inner{
        padding:22px 18px;
      }

      h1{
        max-width:none;
      }

      .hero-stats,
      .timer,
      .field-row,
      .matrix,
      .highlights-grid{
        grid-template-columns:1fr;
      }

      .section-head{
        flex-direction:column;
        align-items:flex-start;
      }

      .section-action{
        width:100%;
        justify-content:center;
      }

      .news-item{
        grid-template-columns:1fr;
        align-items:flex-start;
      }

      .news-item time{
        margin-top:2px;
      }

      .cta-panel{
        padding:22px;
      }
    }

    @media (max-width: 520px){
      .container{
        width:min(var(--container), calc(100% - 24px));
      }

      .nav-shell{
        padding:10px;
        border-radius:12px;
      }

      .brand{
        padding:7px 9px;
      }

      .brand-text strong{
        font-size:14px;
      }

      .nav-links a,
      .nav-cta,
      .btn{
        width:100%;
        justify-content:center;
      }

      .hero-stage{
        border-radius:18px;
      }

      .hero-inner{
        padding:18px 14px;
      }

      .hero-media{
        min-height:300px;
        border-radius:16px;
      }

      .countdown-board,
      .countdown-note,
      .card,
      .entry,
      .update-list,
      .side-panel,
      .timeline,
      .reminder-copy,
      .form-panel{
        border-radius:16px;
        padding:18px;
      }

      .step{
        grid-template-columns:38px 1fr;
      }

      summary{
        padding:16px;
        font-size:15px;
      }

      .answer{
        padding:0 16px 16px;
      }
    }

/* roulang page: category1 */
:root {
      --bg: #f7f3ed;
      --bg-soft: #fffaf2;
      --panel: #ffffff;
      --panel-strong: #24201c;
      --text: #24201c;
      --muted: #70695f;
      --muted-2: #92887a;
      --line: #ded5c8;
      --line-strong: #c8bba9;
      --accent: #9a6a32;
      --accent-dark: #6f4a22;
      --accent-soft: #f2e3cf;
      --green: #1f6657;
      --green-soft: #dfeee8;
      --orange: #c5552d;
      --orange-soft: #f8dfd3;
      --shadow: 0 18px 45px rgba(48, 40, 31, 0.1);
      --shadow-soft: 0 10px 24px rgba(48, 40, 31, 0.08);
      --radius: 8px;
      --radius-sm: 6px;
      --container: 1180px;
      --focus: 0 0 0 4px rgba(154, 106, 50, 0.18);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
      line-height: 1.7;
      color: var(--text);
      background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.95) 0%, rgba(247, 243, 237, 1) 42%, rgba(247, 243, 237, 1) 100%);
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img,
    svg {
      display: block;
      max-width: 100%;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .container {
      width: min(100% - 40px, var(--container));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 14px 0;
      backdrop-filter: blur(14px);
      background: rgba(247, 243, 237, 0.84);
      border-bottom: 1px solid rgba(222, 213, 200, 0.72);
    }

    .nav-shell {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 10px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: rgba(255, 250, 242, 0.95);
      box-shadow: var(--shadow-soft);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 270px;
      padding: 8px 10px;
      border-radius: var(--radius-sm);
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .brand:hover {
      background: #fff3df;
      transform: translateY(-1px);
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      flex: 0 0 auto;
      border-radius: var(--radius-sm);
      background:
        linear-gradient(135deg, #24201c 0%, #514130 58%, #9a6a32 100%);
      position: relative;
      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
    }

    .brand-mark::after {
      content: "";
      position: absolute;
      left: 10px;
      top: 10px;
      width: 18px;
      height: 18px;
      border: 2px solid rgba(255, 250, 242, 0.82);
      border-radius: 50%;
      border-right-color: transparent;
    }

    .brand-text {
      display: grid;
      gap: 1px;
      min-width: 0;
    }

    .brand-text strong {
      font-size: 15px;
      line-height: 1.25;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .brand-text span {
      font-size: 12px;
      color: var(--muted);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-links {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 0;
    }

    .nav-links a,
    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      min-height: 42px;
      padding: 9px 13px;
      border-radius: var(--radius-sm);
      border: 1px solid transparent;
      color: var(--muted);
      font-weight: 650;
      font-size: 14px;
      white-space: nowrap;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .nav-links svg,
    .nav-cta svg {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--text);
      background: #fff3df;
      border-color: var(--line-strong);
      transform: translateY(-1px);
    }

    .nav-links a.active {
      box-shadow: inset 0 -2px 0 var(--accent);
    }

    .nav-cta {
      background: var(--panel-strong);
      color: #fff8ed;
      border-color: var(--panel-strong);
      box-shadow: 0 10px 18px rgba(36, 32, 28, 0.18);
    }

    .nav-cta:hover {
      transform: translateY(-1px);
      background: #3a3128;
      border-color: #3a3128;
    }

    .nav-links a:focus-visible,
    .nav-cta:focus-visible,
    .brand:focus-visible,
    .btn:focus-visible,
    .filter-chip:focus-visible,
    .faq-question:focus-visible,
    input:focus-visible,
    select:focus-visible {
      outline: none;
      box-shadow: var(--focus);
    }

    main {
      overflow: hidden;
    }

    .section {
      padding: 68px 0;
    }

    .section-tight {
      padding: 42px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 12px;
      color: var(--accent-dark);
      font-size: 13px;
      font-weight: 750;
    }

    .eyebrow::before {
      content: "";
      width: 20px;
      height: 2px;
      background: var(--accent);
      border-radius: 99px;
    }

    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
      margin-bottom: 18px;
      flex-wrap: wrap;
    }

    .breadcrumb a {
      color: var(--accent-dark);
      font-weight: 700;
    }

    .category-hero {
      padding: 34px 0 40px;
    }

    .hero-panel {
      display: grid;
      grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
      gap: 22px;
      align-items: stretch;
      padding: 28px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(255,250,242,0.98) 0%, rgba(247,243,237,0.95) 54%, rgba(242,227,207,0.72) 100%);
      box-shadow: var(--shadow);
    }

    .hero-copy {
      min-width: 0;
    }

    .hero-copy h1 {
      margin: 0;
      font-size: clamp(30px, 4.4vw, 54px);
      line-height: 1.12;
      letter-spacing: 0;
      max-width: 760px;
    }

    .hero-copy .lead {
      margin: 18px 0 0;
      max-width: 690px;
      color: var(--muted);
      font-size: 17px;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 26px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 11px 16px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line-strong);
      background: var(--panel);
      color: var(--text);
      font-weight: 750;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

    .btn svg {
      width: 18px;
      height: 18px;
    }

    .btn-primary {
      color: #fff8ed;
      background: var(--panel-strong);
      border-color: var(--panel-strong);
      box-shadow: 0 12px 22px rgba(36, 32, 28, 0.18);
    }

    .btn-primary:hover {
      background: #3b332b;
      border-color: #3b332b;
      transform: translateY(-2px);
    }

    .btn-secondary:hover,
    .btn-light:hover {
      border-color: var(--accent);
      background: #fff4e3;
      transform: translateY(-2px);
      box-shadow: var(--shadow-soft);
    }

    .btn-light {
      background: #fffaf2;
    }

    .question-card {
      border-radius: var(--radius);
      border: 1px solid rgba(255, 250, 242, 0.18);
      background: var(--panel-strong);
      color: #fff8ed;
      padding: 22px;
      display: grid;
      gap: 16px;
      align-content: start;
      position: relative;
      overflow: hidden;
    }

    .question-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(154,106,50,0.22), transparent 48%),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 42px);
      pointer-events: none;
    }

    .question-card > * {
      position: relative;
      z-index: 1;
    }

    .question-card h2 {
      margin: 0;
      font-size: 20px;
      line-height: 1.35;
    }

    .quick-form {
      display: grid;
      gap: 10px;
    }

    .input-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 8px;
    }

    .quick-form input,
    .quick-form select,
    .remind-form input,
    .remind-form select {
      width: 100%;
      min-height: 44px;
      border: 1px solid rgba(255, 250, 242, 0.3);
      border-radius: var(--radius-sm);
      background: rgba(255, 250, 242, 0.96);
      color: var(--text);
      padding: 10px 12px;
    }

    .form-note {
      margin: 0;
      color: rgba(255, 248, 237, 0.78);
      font-size: 13px;
    }

    .status-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-top: 22px;
    }

    .status-item {
      padding: 13px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      background: rgba(255, 250, 242, 0.82);
    }

    .status-item strong {
      display: block;
      font-size: 24px;
      line-height: 1.1;
      color: var(--text);
    }

    .status-item span {
      color: var(--muted);
      font-size: 13px;
    }

    .toolbar {
      display: grid;
      gap: 14px;
      padding: 16px;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: rgba(255, 250, 242, 0.88);
      box-shadow: var(--shadow-soft);
    }

    .toolbar-top,
    .toolbar-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
    }

    .toolbar-title h2 {
      margin: 0;
      font-size: 24px;
      line-height: 1.25;
    }

    .toolbar-title p {
      margin: 4px 0 0;
      color: var(--muted);
      font-size: 14px;
    }

    .filter-group,
    .sort-group {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .filter-chip {
      min-height: 36px;
      padding: 8px 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--panel);
      color: var(--muted);
      font-weight: 700;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    .filter-chip:hover,
    .filter-chip.active {
      color: var(--text);
      border-color: var(--accent);
      background: var(--accent-soft);
      transform: translateY(-1px);
    }

    .sort-select {
      min-height: 38px;
      border: 1px solid var(--line);
      border-radius: var(--radius-sm);
      background: var(--panel);
      color: var(--text);
      padding: 8px 12px;
      font-weight: 700;
    }

    .content-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 300px;
      gap: 22px;
      align-items: start;
      margin-top: 22px;
    }

    .card-list {
      display: grid;
      gap: 14px;
    }

    .entry-card {
      display: grid;
      grid-template-columns: 168px minmax(0, 1fr) auto;
      gap: 16px;
      padding: 14px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: 0 1px 0 rgba(36, 32, 28, 0.04);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .entry-card:hover {
      transform: translateY(-2px);
      border-color: var(--line-strong);
      box-shadow: var(--shadow-soft);
    }

    .cover {
      min-height: 124px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(255,255,255,0.18);
      background:
        linear-gradient(135deg, rgba(36,32,28,0.92), rgba(81,65,48,0.9)),
        linear-gradient(90deg, rgba(154,106,50,0.5), rgba(31,102,87,0.4));
      position: relative;
      overflow: hidden;
    }

    .cover::before {
      content: "";
      position: absolute;
      inset: 14px;
      border: 1px solid rgba(255, 250, 242, 0.22);
      border-radius: var(--radius-sm);
    }

    .cover::after {
      content: attr(data-label);
      position: absolute;
      left: 14px;
      bottom: 12px;
      right: 14px;
      color: #fff8ed;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
    }

    .entry-body {
      min-width: 0;
      display: grid;
      gap: 10px;
      align-content: start;
    }

    .entry-body h3 {
      margin: 0;
      font-size: 19px;
      line-height: 1.35;
    }

    .entry-body p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .tags {
      display: flex;
      align-items: center;
      gap: 7px;
      flex-wrap: wrap;
    }

    .tag,
    .badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 26px;
      padding: 4px 9px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: #fffaf2;
      color: var(--muted);
      font-size: 12px;
      font-weight: 750;
    }

    .badge-live {
      color: #8e351c;
      background: var(--orange-soft);
      border-color: rgba(197, 85, 45, 0.28);
    }

    .badge-ready {
      color: #18594b;
      background: var(--green-soft);
      border-color: rgba(31, 102, 87, 0.24);
    }

    .badge-wait {
      color: var(--accent-dark);
      background: var(--accent-soft);
      border-color: rgba(154, 106, 50, 0.28);
    }

    .entry-actions {
      min-width: 150px;
      display: grid;
      gap: 10px;
      align-content: center;
      justify-items: end;
    }

    .meta-line {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 13px;
      white-space: nowrap;
    }

    .meta-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--orange);
      flex: 0 0 auto;
    }

    .side-panel {
      display: grid;
      gap: 14px;
      position: sticky;
      top: 112px;
    }

    .panel-card {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      box-shadow: var(--shadow-soft);
    }

    .panel-card.dark {
      color: #fff8ed;
      background: var(--panel-strong);
      border-color: rgba(255, 250, 242, 0.14);
    }

    .panel-card h3 {
      margin: 0 0 10px;
      font-size: 18px;
      line-height: 1.3;
    }

    .panel-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .panel-card.dark p {
      color: rgba(255, 248, 237, 0.76);
    }

    .check-list {
      display: grid;
      gap: 10px;
      margin: 14px 0 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      gap: 9px;
      color: var(--muted);
      font-size: 14px;
    }

    .check-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 8px;
      border-radius: 50%;
      background: var(--green);
      flex: 0 0 auto;
    }

    .pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 24px;
      flex-wrap: wrap;
    }

    .page-btn {
      min-width: 40px;
      min-height: 40px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      background: var(--panel);
      color: var(--muted);
      font-weight: 800;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .page-btn:hover,
    .page-btn.active {
      color: var(--text);
      background: var(--accent-soft);
      border-color: var(--accent);
      transform: translateY(-1px);
    }

    .process-band {
      background: var(--panel-strong);
      color: #fff8ed;
    }

    .process-head {
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 28px;
      align-items: end;
      margin-bottom: 26px;
    }

    .process-head h2,
    .section-head h2 {
      margin: 0;
      font-size: clamp(26px, 3.2vw, 38px);
      line-height: 1.18;
    }

    .process-head p,
    .section-head p {
      margin: 0;
      color: var(--muted);
    }

    .process-band .process-head p {
      color: rgba(255, 248, 237, 0.72);
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .step {
      padding: 18px;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 250, 242, 0.16);
      background: rgba(255, 250, 242, 0.06);
    }

    .step span {
      display: inline-flex;
      width: 32px;
      height: 32px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: var(--accent);
      color: #fff8ed;
      font-weight: 900;
      margin-bottom: 14px;
    }

    .step h3 {
      margin: 0 0 8px;
      font-size: 17px;
    }

    .step p {
      margin: 0;
      color: rgba(255, 248, 237, 0.72);
      font-size: 14px;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
      gap: 28px;
      align-items: end;
      margin-bottom: 24px;
    }

    .remind-box {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 20px;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(135deg, #fffaf2, #f4eadb);
      box-shadow: var(--shadow);
    }

    .remind-copy h2 {
      margin: 0 0 10px;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.2;
    }

    .remind-copy p {
      margin: 0;
      color: var(--muted);
    }

    .remind-form {
      display: grid;
      grid-template-columns: 1fr 150px;
      gap: 10px;
      align-content: start;
    }

    .remind-form select,
    .remind-form input {
      border-color: var(--line);
    }

    .form-status {
      grid-column: 1 / -1;
      margin: 0;
      min-height: 24px;
      color: var(--green);
      font-size: 13px;
      font-weight: 700;
    }

    .faq-grid {
      display: grid;
      gap: 10px;
    }

    .faq-item {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--panel);
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      border: 0;
      background: transparent;
      color: var(--text);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      padding: 18px 20px;
      font-weight: 850;
      text-align: left;
    }

    .faq-question span {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid var(--line);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      color: var(--accent-dark);
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .faq-answer {
      display: none;
      padding: 0 20px 18px;
      color: var(--muted);
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    .faq-item.open .faq-question span {
      transform: rotate(45deg);
      background: var(--accent-soft);
    }

    .cta-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 20px;
      align-items: center;
      padding: 28px;
      border-radius: var(--radius);
      background: var(--panel-strong);
      color: #fff8ed;
      border: 1px solid rgba(255, 250, 242, 0.14);
      box-shadow: var(--shadow);
    }

    .cta-panel h2 {
      margin: 0 0 8px;
      font-size: clamp(25px, 3vw, 36px);
      line-height: 1.2;
    }

    .cta-panel p {
      margin: 0;
      color: rgba(255, 248, 237, 0.74);
    }

    .cta-panel .btn {
      border-color: rgba(255, 250, 242, 0.28);
    }

    .footer {
      padding: 32px 0;
      background: #1f1b18;
      color: #fff8ed;
    }

    .footer-shell {
      border: 1px solid rgba(255, 250, 242, 0.12);
      border-radius: var(--radius);
      padding: 22px;
      background: rgba(255, 250, 242, 0.04);
    }

    .footer-top {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 28px;
      align-items: start;
    }

    .footer-brand strong {
      display: block;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .footer-brand p {
      margin: 0;
      max-width: 720px;
      color: rgba(255, 248, 237, 0.68);
      font-size: 14px;
    }

    .footer-links {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .footer-links a {
      padding: 8px 10px;
      border-radius: var(--radius-sm);
      color: rgba(255, 248, 237, 0.72);
      border: 1px solid rgba(255, 250, 242, 0.1);
      transition: background 0.2s ease, color 0.2s ease;
      font-size: 14px;
    }

    .footer-links a:hover {
      color: #fff8ed;
      background: rgba(255, 250, 242, 0.08);
    }

    .footer-meta {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 22px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 250, 242, 0.12);
      color: rgba(255, 248, 237, 0.62);
      font-size: 13px;
    }

    .footer-meta a {
      color: rgba(255, 248, 237, 0.82);
    }

    @media (max-width: 1024px) {
      .nav-shell {
        align-items: stretch;
        flex-wrap: wrap;
      }

      .brand {
        min-width: 0;
        flex: 1 1 300px;
      }

      .nav-links {
        order: 3;
        flex: 1 0 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-top: 4px;
      }

      .nav-cta {
        flex: 0 0 auto;
      }

      .hero-panel,
      .content-layout,
      .process-head,
      .section-head,
      .remind-box {
        grid-template-columns: 1fr;
      }

      .side-panel {
        position: static;
        grid-template-columns: repeat(2, 1fr);
      }

      .steps {
        grid-template-columns: repeat(2, 1fr);
      }

      .entry-card {
        grid-template-columns: 150px minmax(0, 1fr);
      }

      .entry-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
        justify-items: start;
        min-width: 0;
        border-top: 1px solid var(--line);
        padding-top: 12px;
      }

      .cta-panel {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(100% - 28px, var(--container));
      }

      .site-header {
        padding: 10px 0;
      }

      .nav-shell {
        padding: 8px;
      }

      .brand-text strong {
        font-size: 14px;
      }

      .brand-text span {
        max-width: 210px;
      }

      .nav-links a,
      .nav-cta {
        min-height: 40px;
        padding: 8px 11px;
        font-size: 13px;
      }

      .category-hero {
        padding-top: 22px;
      }

      .hero-panel,
      .remind-box,
      .cta-panel {
        padding: 18px;
      }

      .status-strip,
      .side-panel,
      .steps {
        grid-template-columns: 1fr;
      }

      .toolbar-top,
      .toolbar-bottom {
        align-items: stretch;
      }

      .filter-group,
      .sort-group {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
      }

      .filter-chip {
        flex: 0 0 auto;
      }

      .entry-card {
        grid-template-columns: 1fr;
      }

      .cover {
        min-height: 160px;
      }

      .entry-actions {
        grid-template-columns: 1fr;
      }

      .entry-actions .btn {
        width: 100%;
      }

      .remind-form,
      .input-row {
        grid-template-columns: 1fr;
      }

      .footer-top {
        grid-template-columns: 1fr;
      }

      .footer-links {
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px) {
      .section {
        padding: 50px 0;
      }

      .hero-actions .btn,
      .nav-cta {
        width: 100%;
      }

      .brand {
        width: 100%;
      }

      .nav-shell {
        gap: 8px;
      }

      .hero-copy .lead {
        font-size: 15px;
      }

      .toolbar-title h2 {
        font-size: 21px;
      }

      .status-item strong {
        font-size: 21px;
      }

      .footer-meta {
        display: grid;
      }
    }
