/* roulang page: index */
:root {
      --bg: #f5f7f6;
      --panel: #ffffff;
      --panel-soft: #f8fbf9;
      --text: #17211b;
      --muted: #5f6d65;
      --soft: #7d8a83;
      --line: #dbe4de;
      --line-strong: #c7d4cc;
      --green: #2f8f57;
      --green-strong: #1f6f44;
      --green-soft: #e7f4ec;
      --green-soft-2: #f2faf5;
      --amber: #b88612;
      --shadow: 0 14px 34px rgba(16, 35, 24, 0.07);
      --shadow-sm: 0 6px 18px rgba(16, 35, 24, 0.05);
      --radius: 8px;
      --radius-sm: 6px;
      --radius-xs: 4px;
      --space-lg: 34px;
      --space-md: 22px;
      --space-sm: 14px;
      --space-xs: 10px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    :focus-visible {
      outline: 3px solid rgba(47, 143, 87, 0.22);
      outline-offset: 2px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: saturate(180%) blur(10px);
      border-bottom: 1px solid var(--line);
    }

    .header-row {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 14px 0;
      flex-wrap: wrap;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
      flex: 0 0 auto;
      font-weight: 800;
      letter-spacing: 0;
      color: var(--text);
      white-space: nowrap;
    }

    .brand-mark {
      width: 14px;
      height: 14px;
      border-radius: 4px;
      background: linear-gradient(145deg, #49b06f 0%, #2f8f57 55%, #1f6f44 100%);
      box-shadow: 0 0 0 4px rgba(47, 143, 87, 0.1);
      flex: 0 0 auto;
    }

    .header-search {
      flex: 1 1 420px;
      min-width: 280px;
      display: flex;
      align-items: center;
      gap: 10px;
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 8px 10px 8px 14px;
      box-shadow: var(--shadow-sm);
    }

    .header-search svg {
      flex: 0 0 auto;
      color: var(--green);
    }

    .header-search input {
      border: 0;
      outline: 0;
      background: transparent;
      min-width: 0;
      flex: 1 1 auto;
      color: var(--text);
      padding: 6px 0;
    }

    .header-search input::placeholder {
      color: #7e8a83;
    }

    .search-submit {
      border: 0;
      background: var(--green-soft);
      color: var(--green-strong);
      padding: 10px 16px;
      border-radius: 999px;
      font-weight: 700;
      transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
      white-space: nowrap;
    }

    .search-submit:hover {
      background: #d8efdf;
      transform: translateY(-1px);
    }

    .search-submit:active {
      transform: translateY(0);
    }

    .header-nav {
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 0 0 auto;
      margin-left: auto;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .nav-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border: 1px solid transparent;
      border-radius: 999px;
      padding: 9px 14px;
      color: var(--muted);
      background: transparent;
      transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
      white-space: nowrap;
      font-weight: 600;
    }

    .nav-pill:hover,
    .nav-pill:focus-visible,
    .nav-pill.is-active {
      background: var(--green-soft);
      color: var(--green-strong);
      border-color: #cfe7d7;
      transform: translateY(-1px);
    }

    .main-wrap {
      padding-bottom: 24px;
    }

    section {
      padding: 34px 0;
    }

    .band-white {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 1));
      border-bottom: 1px solid var(--line);
    }

    .band-soft {
      background: linear-gradient(180deg, rgba(248, 251, 249, 1), rgba(245, 247, 246, 1));
      border-bottom: 1px solid var(--line);
    }

    .hero {
      padding-top: 28px;
    }

    .hero-wrap {
      align-items: stretch;
    }

    .hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
      min-height: 100%;
      padding: 10px 0 6px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      border: 1px solid #cfe6d7;
      background: var(--green-soft-2);
      color: var(--green-strong);
      border-radius: 999px;
      padding: 7px 12px;
      font-size: 0.92rem;
      font-weight: 700;
      letter-spacing: 0;
    }

    .eyebrow-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(47, 143, 87, 0.12);
      flex: 0 0 auto;
    }

    h1 {
      margin: 0;
      font-size: 3.1rem;
      line-height: 1.05;
      letter-spacing: 0;
      color: var(--text);
      max-width: 12ch;
    }

    .hero-desc {
      margin: 0;
      max-width: 44rem;
      color: var(--muted);
      font-size: 1.03rem;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 2px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border-radius: 6px;
      border: 1px solid transparent;
      padding: 11px 16px;
      font-weight: 700;
      transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
      white-space: nowrap;
    }

    .btn:hover {
      transform: translateY(-1px);
      box-shadow: var(--shadow-sm);
    }

    .btn:active {
      transform: translateY(0);
      box-shadow: none;
    }

    .btn-primary {
      background: var(--green);
      color: #fff;
      border-color: var(--green);
    }

    .btn-primary:hover {
      background: var(--green-strong);
      border-color: var(--green-strong);
      color: #fff;
    }

    .btn-soft {
      background: var(--green-soft);
      color: var(--green-strong);
      border-color: #cfe7d7;
    }

    .btn-soft:hover {
      background: #dff0e4;
      color: var(--green-strong);
      border-color: #bfdac6;
    }

    .btn-ghost {
      background: #fff;
      color: var(--text);
      border-color: var(--line);
    }

    .btn-ghost:hover {
      border-color: #bfdac6;
      color: var(--green-strong);
      background: #fbfdfb;
    }

    .hero-meta {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 6px;
    }

    .meta-box {
      background: rgba(255, 255, 255, 0.85);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 14px 14px 13px;
      box-shadow: var(--shadow-sm);
      min-width: 0;
    }

    .meta-value {
      display: block;
      font-size: 1.3rem;
      font-weight: 800;
      line-height: 1.15;
      color: var(--text);
      margin-bottom: 4px;
    }

    .meta-label {
      display: block;
      color: var(--muted);
      font-size: 0.92rem;
      line-height: 1.35;
    }

    .hero-status {
      margin-top: 6px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      border-radius: 999px;
      border: 1px solid #cde2d4;
      background: #f5fbf6;
      color: var(--green-strong);
      padding: 8px 12px;
      font-size: 0.93rem;
      font-weight: 700;
    }

    .status-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(47, 143, 87, 0.13);
      flex: 0 0 auto;
    }

    .hero-stage {
      position: relative;
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow);
      padding: 18px;
      overflow: hidden;
      min-height: 100%;
    }

    .hero-stage::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(47, 143, 87, 0.05), rgba(47, 143, 87, 0) 26%),
        repeating-linear-gradient(90deg, rgba(23, 33, 27, 0.018) 0, rgba(23, 33, 27, 0.018) 1px, transparent 1px, transparent 24px);
      pointer-events: none;
    }

    .hero-stage > * {
      position: relative;
      z-index: 1;
    }

    .stage-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding-bottom: 14px;
      border-bottom: 1px solid var(--line);
      margin-bottom: 14px;
    }

    .stage-top strong {
      font-size: 1rem;
      line-height: 1.3;
    }

    .stage-top .time-note {
      color: var(--muted);
      font-weight: 700;
      white-space: nowrap;
    }

    .stage-card {
      background: var(--panel-soft);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 16px;
      box-shadow: var(--shadow-sm);
    }

    .stage-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 12px;
    }

    .mini-label {
      display: block;
      color: var(--muted);
      font-size: 0.88rem;
      margin-bottom: 6px;
      font-weight: 700;
      letter-spacing: 0;
    }

    .count-large {
      display: block;
      font-size: 2rem;
      line-height: 1;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 6px;
    }

    .stage-card small {
      color: var(--muted);
      display: block;
      line-height: 1.45;
    }

    .stage-list {
      display: grid;
      gap: 10px;
      margin-top: 4px;
      margin-bottom: 14px;
    }

    .stage-line {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 11px 12px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--line);
      background: #fff;
    }

    .stage-line time {
      min-width: 70px;
      color: var(--green-strong);
      font-weight: 800;
    }

    .stage-line span {
      color: var(--text);
      font-weight: 600;
    }

    .stage-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
      flex-wrap: wrap;
    }

    .section-head h2 {
      margin: 0;
      font-size: 1.7rem;
      line-height: 1.2;
      letter-spacing: 0;
      color: var(--text);
    }

    .section-note {
      margin: 0;
      color: var(--muted);
      max-width: 54rem;
      font-size: 0.98rem;
      line-height: 1.7;
    }

    .section-status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid #cfe4d5;
      background: #f4fbf6;
      color: var(--green-strong);
      border-radius: 999px;
      padding: 8px 12px;
      font-weight: 700;
      white-space: nowrap;
    }

    .countdown-board {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow-sm);
      padding: 18px;
    }

    .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-bottom: 14px;
    }

    .count-box {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, #ffffff, #fbfdfb);
      padding: 18px 14px 16px;
      text-align: center;
      box-shadow: var(--shadow-sm);
    }

    .count-box strong {
      display: block;
      font-size: 2rem;
      line-height: 1;
      color: var(--text);
      margin-bottom: 6px;
    }

    .count-box span {
      display: block;
      color: var(--muted);
      font-size: 0.92rem;
      font-weight: 700;
    }

    .count-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      flex-wrap: wrap;
      padding-top: 14px;
      border-top: 1px solid var(--line);
    }

    .count-copy {
      color: var(--muted);
      margin: 0;
    }

    .timeline-list {
      display: grid;
      gap: 12px;
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 78px minmax(0, 1fr) auto;
      gap: 14px;
      align-items: start;
      padding: 16px 0;
      border-bottom: 1px solid var(--line);
    }

    .timeline-item:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .timeline-time {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 42px;
      border-radius: var(--radius-sm);
      background: var(--green-soft);
      color: var(--green-strong);
      font-weight: 800;
      border: 1px solid #cfe4d5;
    }

    .timeline-body h3 {
      margin: 0 0 6px;
      font-size: 1.05rem;
      line-height: 1.35;
      color: var(--text);
    }

    .timeline-body p {
      margin: 0 0 10px;
      color: var(--muted);
      line-height: 1.68;
    }

    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      border-radius: 999px;
      padding: 6px 10px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--soft);
      font-size: 0.86rem;
      font-weight: 700;
      line-height: 1.2;
    }

    .chip.good {
      background: #f3fbf5;
      border-color: #cfe4d5;
      color: var(--green-strong);
    }

    .chip.warn {
      background: #fff9eb;
      border-color: #f0dc97;
      color: #916d08;
    }

    .timeline-link {
      align-self: center;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--green-strong);
      font-weight: 700;
      white-space: nowrap;
    }

    .timeline-link svg {
      transition: transform 0.18s ease;
    }

    .timeline-link:hover svg {
      transform: translateX(2px);
    }

    .subscribe-box,
    .entry-panel,
    .update-panel,
    .faq-panel {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow-sm);
      padding: 18px;
    }

    .form-grid {
      margin-top: 4px;
    }

    .field {
      margin-bottom: 14px;
    }

    .field label {
      display: block;
      margin-bottom: 8px;
      font-weight: 700;
      color: var(--text);
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      border: 1px solid var(--line-strong);
      border-radius: 6px;
      background: #fff;
      color: var(--text);
      padding: 12px 14px;
      box-shadow: inset 0 1px 2px rgba(17, 32, 23, 0.03);
      transition: border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: #98c9aa;
      box-shadow: 0 0 0 4px rgba(47, 143, 87, 0.09);
    }

    .switch-row {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      align-items: center;
      margin: 8px 0 14px;
    }

    .toggle-line,
    .check-line {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--text);
      font-weight: 600;
      line-height: 1.35;
    }

    .toggle-line input,
    .check-line input {
      width: 18px;
      height: 18px;
      margin: 0;
      accent-color: var(--green);
    }

    .subscribe-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }

    .form-state {
      margin: 10px 0 0;
      min-height: 1.4em;
      color: var(--muted);
    }

    .form-state.good {
      color: var(--green-strong);
      font-weight: 700;
    }

    .entry-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-bottom: 14px;
    }

    .entry-card {
      display: flex;
      flex-direction: column;
      gap: 10px;
      background: linear-gradient(180deg, #fff, #fbfdfb);
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow-sm);
      padding: 16px;
      min-height: 100%;
      transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .entry-card:hover {
      transform: translateY(-2px);
      border-color: #bfdac6;
      box-shadow: var(--shadow);
    }

    .entry-icon {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: var(--green-soft);
      color: var(--green-strong);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #cfe4d5;
    }

    .entry-card h3 {
      margin: 0;
      font-size: 1.02rem;
      line-height: 1.4;
    }

    .entry-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
      font-size: 0.95rem;
    }

    .entry-card .btn {
      align-self: flex-start;
      margin-top: auto;
    }

    .feedback-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 12px;
    }

    .bubble {
      position: relative;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 14px 16px;
      color: var(--text);
      box-shadow: var(--shadow-sm);
    }

    .bubble strong {
      display: block;
      margin-bottom: 4px;
      color: var(--green-strong);
      font-size: 0.92rem;
    }

    .bubble p {
      margin: 0;
      color: var(--muted);
      line-height: 1.62;
      font-size: 0.94rem;
    }

    .matrix-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 12px;
      flex-wrap: wrap;
    }

    .matrix-count {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: 999px;
      background: #f3fbf5;
      border: 1px solid #cfe4d5;
      color: var(--green-strong);
      font-weight: 700;
      white-space: nowrap;
    }

    .matrix-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .matrix-card {
      background: linear-gradient(180deg, #fff, #fbfdfb);
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 18px;
      box-shadow: var(--shadow-sm);
      transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
      min-height: 100%;
    }

    .matrix-card:hover {
      transform: translateY(-2px);
      border-color: #bfdac6;
      box-shadow: var(--shadow);
    }

    .matrix-card .label-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 12px;
      flex-wrap: wrap;
    }

    .matrix-card h3 {
      margin: 0;
      font-size: 1.1rem;
      line-height: 1.35;
    }

    .matrix-card p {
      margin: 0 0 12px;
      color: var(--muted);
      line-height: 1.68;
    }

    .bullet-list {
      list-style: none;
      margin: 0 0 14px;
      padding: 0;
      display: grid;
      gap: 8px;
    }

    .bullet-list li {
      display: flex;
      gap: 8px;
      align-items: flex-start;
      color: var(--text);
      line-height: 1.55;
    }

    .bullet-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-top: 8px;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(47, 143, 87, 0.1);
      flex: 0 0 auto;
    }

    .no-result {
      display: none;
      margin-top: 12px;
      padding: 14px 16px;
      border-radius: var(--radius);
      background: #f5fbf6;
      border: 1px solid #cfe4d5;
      color: var(--green-strong);
      font-weight: 700;
    }

    .updates-layout {
      display: grid;
      grid-template-columns: 1.3fr 0.9fr;
      gap: 12px;
    }

    .news-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0;
    }

    .news-item {
      border-bottom: 1px solid var(--line);
    }

    .news-item:last-child {
      border-bottom: 0;
    }

    .news-link {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px 0;
    }

    .news-link .news-time {
      min-width: 68px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: var(--radius-sm);
      background: #f3fbf5;
      color: var(--green-strong);
      border: 1px solid #cfe4d5;
      padding: 8px 10px;
      font-weight: 800;
      font-size: 0.92rem;
      white-space: nowrap;
    }

    .news-link .news-title {
      color: var(--text);
      font-weight: 700;
      line-height: 1.45;
    }

    .news-link .news-tail {
      color: var(--muted);
      font-size: 0.92rem;
      white-space: nowrap;
    }

    .side-card {
      background: linear-gradient(180deg, #fafffb, #ffffff);
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 18px;
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .side-card h3 {
      margin: 0;
      font-size: 1.05rem;
    }

    .stat-stack {
      display: grid;
      gap: 10px;
    }

    .stat-line {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 12px 14px;
      background: #fff;
    }

    .stat-line strong {
      color: var(--text);
    }

    .stat-line span {
      color: var(--green-strong);
      font-weight: 800;
      white-space: nowrap;
    }

    .faq-panel details {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
      margin-bottom: 10px;
      box-shadow: var(--shadow-sm);
    }

    .faq-panel details:last-child {
      margin-bottom: 0;
    }

    .faq-panel summary {
      list-style: none;
      cursor: pointer;
      padding: 16px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-weight: 700;
      color: var(--text);
    }

    .faq-panel summary::-webkit-details-marker {
      display: none;
    }

    .faq-panel summary::after {
      content: "+";
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--green-soft);
      color: var(--green-strong);
      font-size: 1.05rem;
      flex: 0 0 auto;
      transition: transform 0.18s ease;
    }

    .faq-panel details[open] summary::after {
      content: "–";
    }

    .faq-panel .faq-answer {
      padding: 0 18px 16px;
      color: var(--muted);
      line-height: 1.72;
      border-top: 1px solid var(--line);
    }

    .site-footer {
      background: #fff;
      border-top: 1px solid var(--line);
      padding: 24px 0 30px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr 1fr;
      gap: 18px;
      align-items: start;
    }

    .footer-brand {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-brand .brand {
      white-space: normal;
      line-height: 1.25;
    }

    .footer-copy {
      margin: 0;
      color: var(--muted);
      line-height: 1.7;
    }

    .footer-links {
      display: grid;
      gap: 10px;
      justify-items: start;
    }

    .footer-links a {
      color: var(--muted);
      font-weight: 700;
      transition: color 0.18s ease;
    }

    .footer-links a:hover,
    .footer-links a:focus-visible {
      color: var(--green-strong);
    }

    .footer-note {
      color: var(--muted);
      line-height: 1.72;
      margin: 0;
    }

    .footer-meta {
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid var(--line);
      display: flex;
      flex-wrap: wrap;
      gap: 10px 16px;
      color: var(--soft);
      font-size: 0.94rem;
    }

    .tiny-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border-radius: 999px;
      padding: 6px 10px;
      background: var(--green-soft);
      color: var(--green-strong);
      border: 1px solid #cfe4d5;
      font-weight: 700;
    }

    .is-hidden {
      display: none !important;
    }

    @media screen and (max-width: 1024px) {
      h1 {
        font-size: 2.6rem;
      }

      .entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .updates-layout {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-grid > *:last-child {
        grid-column: 1 / -1;
      }
    }

    @media screen and (max-width: 768px) {
      section {
        padding: 26px 0;
      }

      h1 {
        font-size: 2.2rem;
        max-width: 100%;
      }

      .header-row {
        gap: 12px;
      }

      .header-search,
      .header-nav {
        flex: 1 1 100%;
        width: 100%;
      }

      .header-nav {
        justify-content: flex-start;
        margin-left: 0;
      }

      .hero-meta {
        grid-template-columns: 1fr;
      }

      .stage-grid {
        grid-template-columns: 1fr;
      }

      .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .timeline-item {
        grid-template-columns: 1fr;
      }

      .timeline-link {
        justify-self: start;
      }

      .matrix-grid {
        grid-template-columns: 1fr;
      }

      .feedback-row {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }

      .footer-grid > *:last-child {
        grid-column: auto;
      }

      .news-link {
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: start;
      }
    }

    @media screen and (max-width: 520px) {
      .hero {
        padding-top: 22px;
      }

      .hero-actions,
      .count-footer,
      .subscribe-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .btn,
      .search-submit,
      .nav-pill {
        width: 100%;
        justify-content: center;
      }

      .countdown-grid,
      .entry-grid {
        grid-template-columns: 1fr;
      }

      .count-box strong {
        font-size: 1.7rem;
      }

      .count-large {
        font-size: 1.8rem;
      }

      .section-head h2 {
        font-size: 1.45rem;
      }
    }

/* roulang page: category1 */
:root{
      --bg:#f6f8f6;
      --surface:#ffffff;
      --surface-alt:#f1f6f1;
      --surface-soft:#f8fbf8;
      --text:#1e2b23;
      --muted:#617065;
      --line:#dbe4dc;
      --line-strong:#c7d4c9;
      --green:#1c8f4c;
      --green-strong:#12753c;
      --green-soft:#e5f4ea;
      --green-soft-2:#edf8f0;
      --warning:#a6b10f;
      --shadow:0 10px 24px rgba(18, 45, 25, .06);
      --shadow-soft:0 6px 16px rgba(18, 45, 25, .05);
      --radius:8px;
      --radius-sm:6px;
      --space-1:6px;
      --space-2:10px;
      --space-3:14px;
      --space-4:18px;
      --space-5:24px;
      --space-6:32px;
      --space-7:44px;
      --container:1180px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Segoe UI,Roboto,Helvetica,Arial,sans-serif;
      color:var(--text);
      background:
        linear-gradient(180deg,#ffffff 0%,#fbfcfb 38%,#f7faf7 100%);
      line-height:1.6;
      letter-spacing:0;
      text-rendering:optimizeLegibility;
    }
    img{max-width:100%;display:block}
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:2px solid rgba(28,143,76,.3);outline-offset:2px}

    .grid-container{
      max-width:var(--container);
      padding-left:1rem;
      padding-right:1rem;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.98);
      border-bottom:1px solid var(--line);
      box-shadow:0 1px 0 rgba(255,255,255,.85);
    }
    .header-row{
      display:flex;
      align-items:center;
      gap:var(--space-4);
      padding:14px 0;
      flex-wrap:wrap;
    }
    .brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--text);
      font-weight:800;
      letter-spacing:0;
      white-space:nowrap;
      flex:0 0 auto;
      font-size:1rem;
    }
    .brand-mark{
      width:12px;
      height:12px;
      border-radius:50%;
      background:linear-gradient(180deg,var(--green) 0%,var(--green-strong) 100%);
      box-shadow:0 0 0 4px var(--green-soft);
      flex:0 0 auto;
    }
    .header-search{
      flex:1 1 420px;
      min-width:280px;
      max-width:560px;
      display:flex;
      align-items:center;
      gap:10px;
      background:var(--surface);
      border:1px solid var(--line);
      border-radius:999px;
      padding:10px 12px 10px 14px;
      box-shadow:var(--shadow-soft);
    }
    .header-search svg{
      color:var(--green);
      flex:0 0 auto;
    }
    .header-search input{
      border:0;
      box-shadow:none;
      background:transparent;
      margin:0;
      min-width:0;
      height:auto;
      padding:0;
      color:var(--text);
      font-size:.98rem;
    }
    .header-search input::placeholder{color:#7f8c83}
    .search-submit{
      border:1px solid rgba(28,143,76,.22);
      background:var(--green-soft);
      color:var(--green-strong);
      border-radius:999px;
      padding:8px 14px;
      font-size:.92rem;
      font-weight:700;
      transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
    }
    .search-submit:hover{
      transform:translateY(-1px);
      background:#daf0e1;
      border-color:rgba(28,143,76,.34);
    }
    .search-submit:active{transform:translateY(0)}

    .header-nav{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
      margin-left:auto;
      overflow:auto;
      padding-bottom:2px;
      max-width:100%;
    }
    .nav-pill{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      height:38px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid transparent;
      background:transparent;
      color:var(--muted);
      font-size:.95rem;
      font-weight:700;
      white-space:nowrap;
      transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
    }
    .nav-pill:hover{
      color:var(--text);
      background:#f4f8f4;
      border-color:var(--line);
      transform:translateY(-1px);
    }
    .nav-pill.is-active{
      color:var(--green-strong);
      background:var(--green-soft);
      border-color:rgba(28,143,76,.18);
      box-shadow:inset 0 0 0 1px rgba(28,143,76,.05);
    }

    main{
      padding-bottom:24px;
    }
    .section-band{
      padding:var(--space-7) 0;
      border-bottom:1px solid rgba(219,228,220,.7);
    }
    .section-band.soft{
      background:linear-gradient(180deg,#fbfcfb 0%,#f7faf7 100%);
    }

    .hero-wrap{
      display:grid;
      grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
      gap:28px;
      align-items:stretch;
    }
    .hero-copy{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:24px;
      min-height:100%;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      width:fit-content;
      padding:6px 10px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-strong);
      font-size:.84rem;
      font-weight:800;
      letter-spacing:0;
      border:1px solid rgba(28,143,76,.14);
    }
    .eyebrow-dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      box-shadow:0 0 0 4px rgba(28,143,76,.12);
    }
    h1{
      margin:14px 0 12px;
      font-size:clamp(2rem, 3.2vw, 3.35rem);
      line-height:1.08;
      letter-spacing:0;
      font-weight:900;
      color:#17231b;
    }
    .hero-lede{
      margin:0;
      max-width:42rem;
      font-size:1.03rem;
      color:var(--muted);
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:24px;
    }
    .btn-ui{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:44px;
      padding:0 18px;
      border-radius:7px;
      border:1px solid transparent;
      font-weight:800;
      font-size:.96rem;
      letter-spacing:0;
      transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
      white-space:nowrap;
    }
    .btn-ui svg{width:16px;height:16px;flex:0 0 auto}
    .btn-primary{
      background:var(--green);
      color:#fff;
      box-shadow:0 10px 22px rgba(28,143,76,.16);
    }
    .btn-primary:hover{
      transform:translateY(-1px);
      background:var(--green-strong);
      color:#fff;
    }
    .btn-secondary{
      background:#fff;
      color:var(--green-strong);
      border-color:rgba(28,143,76,.22);
    }
    .btn-secondary:hover{
      transform:translateY(-1px);
      background:var(--green-soft-2);
      border-color:rgba(28,143,76,.34);
    }
    .hero-meta{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:14px;
    }
    .meta-chip{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      background:#fff;
      border:1px solid var(--line);
      color:var(--muted);
      font-size:.86rem;
      font-weight:700;
    }
    .meta-chip strong{
      color:var(--text);
      font-weight:800;
    }
    .meta-dot{
      width:8px;height:8px;border-radius:50%;
      background:var(--green);
      flex:0 0 auto;
    }

    .screenshot-shell{
      position:relative;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--surface);
      box-shadow:var(--shadow);
      overflow:hidden;
      min-height:100%;
    }
    .screenshot-topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      border-bottom:1px solid var(--line);
      background:linear-gradient(180deg,#ffffff 0%,#fafdFA 100%);
    }
    .window-dots{
      display:flex;
      gap:6px;
      align-items:center;
    }
    .window-dots span{
      width:9px;height:9px;border-radius:50%;
      background:#d6ddd7;
      display:block;
    }
    .window-dots span:first-child{background:#9fd7b5}
    .window-dots span:nth-child(2){background:#d9e6db}
    .window-dots span:nth-child(3){background:#e9efe9}
    .topbar-state{
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      justify-content:flex-end;
      font-size:.88rem;
      color:var(--muted);
    }
    .state-tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:6px 9px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-strong);
      border:1px solid rgba(28,143,76,.14);
      font-weight:800;
    }
    .state-tag i{
      width:8px;height:8px;border-radius:50%;
      background:var(--green);
      display:inline-block;
    }
    .screenshot-body{
      padding:18px;
    }
    .panel-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:14px;
    }
    .stage-panel{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:var(--surface-soft);
      padding:16px;
    }
    .stage-label{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      font-size:.84rem;
      color:var(--muted);
      margin-bottom:12px;
    }
    .stage-title{
      margin:0;
      font-size:1rem;
      font-weight:900;
      color:var(--text);
      line-height:1.3;
    }
    .countdown{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:8px;
      margin-top:10px;
    }
    .time-box{
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      padding:10px 8px;
      text-align:center;
    }
    .time-box strong{
      display:block;
      font-size:1.1rem;
      line-height:1.1;
      color:var(--green-strong);
    }
    .time-box span{
      display:block;
      margin-top:4px;
      font-size:.76rem;
      color:var(--muted);
    }
    .mini-list{
      display:flex;
      flex-direction:column;
      gap:8px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .mini-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:10px 12px;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      background:#fff;
      font-size:.92rem;
    }
    .mini-row .left{
      display:flex;
      align-items:center;
      gap:8px;
      min-width:0;
    }
    .mini-row .left strong{
      color:var(--text);
      font-weight:800;
    }
    .mini-row .left span{
      color:var(--muted);
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .mini-row .right{
      color:var(--green-strong);
      font-weight:800;
      white-space:nowrap;
      flex:0 0 auto;
    }
    .matrix-preview{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
      margin-top:12px;
    }
    .preview-chip{
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
      background:#fff;
      padding:11px 12px;
      min-height:76px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:8px;
    }
    .preview-chip .tag-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      font-size:.8rem;
      color:var(--muted);
    }
    .preview-chip strong{
      font-size:.95rem;
      color:var(--text);
      font-weight:900;
      line-height:1.25;
    }
    .preview-chip .ok{
      color:var(--green-strong);
      font-weight:800;
    }
    .hero-strip{
      margin-top:18px;
      padding:12px 14px;
      border-radius:var(--radius);
      border:1px solid rgba(28,143,76,.18);
      background:linear-gradient(180deg,var(--green-soft) 0%,#f7fcf8 100%);
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
      color:var(--text);
    }
    .hero-strip .strip-title{
      font-weight:900;
      color:var(--green-strong);
    }
    .hero-strip .strip-text{
      color:var(--muted);
      font-size:.92rem;
    }

    .section-head{
      margin-bottom:20px;
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .section-kicker{
      color:var(--green-strong);
      font-size:.82rem;
      font-weight:900;
      letter-spacing:0;
      text-transform:none;
    }
    .section-title{
      margin:0;
      font-size:1.45rem;
      line-height:1.2;
      font-weight:900;
      color:var(--text);
    }
    .section-copy{
      margin:0;
      color:var(--muted);
      max-width:58rem;
      font-size:.98rem;
    }

    .countdown-band{
      display:grid;
      grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
      gap:20px;
      align-items:stretch;
    }
    .countdown-card{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      box-shadow:var(--shadow-soft);
      padding:22px;
    }
    .countdown-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      margin-bottom:18px;
      flex-wrap:wrap;
    }
    .countdown-top h2{
      margin:0;
      font-size:1.38rem;
      font-weight:900;
      line-height:1.2;
    }
    .countdown-top p{
      margin:8px 0 0;
      color:var(--muted);
    }
    .status-box{
      min-width:220px;
      border:1px solid rgba(28,143,76,.18);
      background:var(--green-soft-2);
      border-radius:var(--radius);
      padding:14px 16px;
    }
    .status-box .status-title{
      font-size:.82rem;
      color:var(--green-strong);
      font-weight:900;
      margin-bottom:6px;
    }
    .status-box .status-main{
      font-size:1.18rem;
      font-weight:900;
      color:var(--text);
      line-height:1.2;
    }
    .status-box .status-sub{
      margin-top:6px;
      font-size:.88rem;
      color:var(--muted);
    }
    .countdown-visual{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:10px;
    }
    .countdown-visual .time-box{
      padding:14px 10px;
      min-height:92px;
    }
    .countdown-actions{
      margin-top:18px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }

    .highlights{
      display:grid;
      grid-template-columns:repeat(12,minmax(0,1fr));
      gap:18px;
      align-items:start;
    }
    .timeline-card{
      grid-column:span 7;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .timeline{
      margin:16px 0 0;
      padding:0;
      list-style:none;
      position:relative;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left:10px;
      top:4px;
      bottom:4px;
      width:1px;
      background:linear-gradient(180deg,var(--green-soft),var(--line),var(--green-soft));
    }
    .timeline li{
      position:relative;
      padding-left:34px;
      margin-bottom:16px;
    }
    .timeline li:last-child{margin-bottom:0}
    .timeline li:before{
      content:"";
      position:absolute;
      left:4px;
      top:6px;
      width:13px;
      height:13px;
      border-radius:50%;
      background:#fff;
      border:3px solid var(--green);
      box-shadow:0 0 0 4px var(--green-soft);
    }
    .timeline h3{
      margin:0 0 4px;
      font-size:1rem;
      font-weight:900;
      line-height:1.3;
    }
    .timeline p{
      margin:0;
      color:var(--muted);
      font-size:.94rem;
    }
    .timeline .stamp{
      color:var(--green-strong);
      font-weight:800;
      margin-right:8px;
    }

    .checklist-card{
      grid-column:span 5;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .checklist{
      display:grid;
      gap:10px;
      margin:16px 0 0;
    }
    .check-item{
      display:flex;
      align-items:flex-start;
      gap:10px;
      padding:12px 12px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius-sm);
    }
    .check-icon{
      width:22px;
      height:22px;
      border-radius:50%;
      background:var(--green-soft);
      border:1px solid rgba(28,143,76,.18);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      color:var(--green-strong);
    }
    .check-item strong{
      display:block;
      font-size:.95rem;
      margin-bottom:2px;
      color:var(--text);
    }
    .check-item span{
      color:var(--muted);
      font-size:.9rem;
    }

    .subscribe-band{
      display:grid;
      grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
      gap:18px;
      align-items:stretch;
    }
    .subscribe-copy{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .subscribe-copy ul{
      list-style:none;
      padding:0;
      margin:16px 0 0;
      display:grid;
      gap:10px;
    }
    .subscribe-copy li{
      display:flex;
      align-items:flex-start;
      gap:10px;
      color:var(--muted);
    }
    .subscribe-copy li .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--green);
      margin-top:8px;
      flex:0 0 auto;
    }
    .subscribe-form{
      border:1px solid rgba(28,143,76,.16);
      border-radius:var(--radius);
      background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .field{
      margin-bottom:14px;
    }
    .field label{
      display:block;
      margin-bottom:8px;
      font-size:.92rem;
      font-weight:800;
      color:var(--text);
    }
    .field input[type="text"],
    .field input[type="email"],
    .field input[type="tel"],
    .field select,
    .field textarea{
      width:100%;
      margin:0;
      border-radius:7px;
      border:1px solid var(--line-strong);
      background:#fff;
      color:var(--text);
      min-height:46px;
      padding:0 14px;
      box-shadow:none;
      transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
    }
    .field textarea{
      min-height:96px;
      padding:12px 14px;
      resize:vertical;
    }
    .field input::placeholder,
    .field textarea::placeholder{color:#8a978e}
    .field input:focus,
    .field select:focus,
    .field textarea:focus{
      border-color:rgba(28,143,76,.5);
      box-shadow:0 0 0 4px rgba(28,143,76,.12);
      background:#fff;
    }
    .toggle-row{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin:8px 0 16px;
    }
    .toggle{
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--muted);
      font-size:.92rem;
      font-weight:700;
    }
    .toggle input{
      appearance:none;
      width:42px;
      height:24px;
      border-radius:999px;
      background:#d5ded7;
      position:relative;
      border:1px solid #c5d0c7;
      transition:background .18s ease,border-color .18s ease;
      flex:0 0 auto;
    }
    .toggle input:before{
      content:"";
      position:absolute;
      top:2px;
      left:2px;
      width:18px;
      height:18px;
      border-radius:50%;
      background:#fff;
      box-shadow:0 2px 6px rgba(0,0,0,.12);
      transition:transform .18s ease;
    }
    .toggle input:checked{
      background:var(--green);
      border-color:var(--green);
    }
    .toggle input:checked:before{
      transform:translateX(18px);
    }
    .switch-note{
      margin:0 0 16px;
      color:var(--muted);
      font-size:.9rem;
    }
    .form-actions{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:10px;
    }
    .form-status{
      margin-top:14px;
      min-height:22px;
      font-size:.92rem;
      color:var(--green-strong);
      font-weight:800;
    }

    .entry-area{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .entry-toolbar{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      align-items:center;
      justify-content:space-between;
      padding:18px 18px 0;
    }
    .toolbar-search{
      flex:1 1 340px;
      min-width:260px;
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fff;
    }
    .toolbar-search svg{color:var(--green)}
    .toolbar-search input{
      border:0;
      margin:0;
      padding:0;
      box-shadow:none;
      background:transparent;
      min-width:0;
      height:auto;
    }
    .toolbar-search input::placeholder{color:#829084}
    .filter-chips{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      justify-content:flex-end;
    }
    .filter-chip{
      min-height:36px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-size:.88rem;
      font-weight:800;
      transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
    }
    .filter-chip:hover{
      transform:translateY(-1px);
      border-color:rgba(28,143,76,.28);
      color:var(--text);
      background:#f7fbf7;
    }
    .filter-chip.is-active{
      background:var(--green-soft);
      border-color:rgba(28,143,76,.18);
      color:var(--green-strong);
    }
    .entry-grid{
      padding:18px;
    }
    .entry-card{
      height:100%;
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:12px;
      box-shadow:0 6px 14px rgba(18,45,25,.04);
      transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
      min-height:208px;
    }
    .entry-card:hover{
      transform:translateY(-2px);
      border-color:rgba(28,143,76,.24);
      box-shadow:0 14px 24px rgba(18,45,25,.08);
    }
    .entry-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:10px;
    }
    .entry-top .status{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 8px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-strong);
      border:1px solid rgba(28,143,76,.14);
      font-size:.79rem;
      font-weight:800;
      white-space:nowrap;
      flex:0 0 auto;
    }
    .entry-top .status i{
      width:7px;height:7px;border-radius:50%;
      background:var(--green);
      display:inline-block;
    }
    .entry-title{
      margin:0;
      font-size:1.04rem;
      line-height:1.3;
      font-weight:900;
      color:var(--text);
    }
    .entry-text{
      margin:0;
      color:var(--muted);
      font-size:.92rem;
    }
    .entry-tags{
      display:flex;
      flex-wrap:wrap;
      gap:6px;
      margin-top:auto;
    }
    .entry-tag{
      display:inline-flex;
      align-items:center;
      padding:5px 8px;
      border-radius:999px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-size:.78rem;
      font-weight:700;
    }
    .entry-foot{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-top:2px;
    }
    .entry-foot .stamp{
      color:var(--muted);
      font-size:.82rem;
      white-space:nowrap;
    }
    .entry-foot .action{
      color:var(--green-strong);
      font-weight:800;
      font-size:.88rem;
      white-space:nowrap;
    }
    .entry-empty{
      display:none;
      padding:22px 18px 18px;
      color:var(--muted);
    }
    .entry-empty.show{display:block}

    .faq-wrap{
      display:grid;
      grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
      gap:18px;
      align-items:start;
    }
    .faq-side{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .faq-side .note{
      margin:14px 0 0;
      color:var(--muted);
    }
    .faq-list{
      display:grid;
      gap:12px;
    }
    details.faq-item{
      border:1px solid var(--line);
      border-radius:var(--radius);
      background:#fff;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    details.faq-item[open]{
      border-color:rgba(28,143,76,.24);
    }
    details.faq-item summary{
      list-style:none;
      cursor:pointer;
      padding:16px 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      font-weight:800;
      color:var(--text);
    }
    details.faq-item summary::-webkit-details-marker{display:none}
    .faq-q{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
    }
    .faq-q span{
      width:22px;
      height:22px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--green-soft);
      color:var(--green-strong);
      font-size:.82rem;
      font-weight:900;
      flex:0 0 auto;
    }
    .faq-arrow{
      color:var(--green-strong);
      transition:transform .18s ease;
      flex:0 0 auto;
    }
    details[open] .faq-arrow{transform:rotate(180deg)}
    .faq-answer{
      padding:0 18px 16px 50px;
      color:var(--muted);
      font-size:.94rem;
    }

    .cta-band{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      border:1px solid rgba(28,143,76,.18);
      background:linear-gradient(180deg,#ffffff 0%,#f7fcf8 100%);
      border-radius:var(--radius);
      padding:22px;
      box-shadow:var(--shadow-soft);
    }
    .cta-band h2{
      margin:0 0 6px;
      font-size:1.24rem;
      font-weight:900;
    }
    .cta-band p{
      margin:0;
      color:var(--muted);
    }
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }

    .site-footer{
      padding:28px 0 36px;
      border-top:1px solid var(--line);
      background:#fff;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.15fr .75fr 1fr;
      gap:20px;
      align-items:start;
    }
    .footer-copy,
    .footer-note{
      margin:12px 0 0;
      color:var(--muted);
      font-size:.92rem;
    }
    .footer-links{
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .footer-links a{
      color:var(--muted);
      font-weight:700;
      width:fit-content;
      transition:color .18s ease,transform .18s ease;
    }
    .footer-links a:hover{
      color:var(--green-strong);
      transform:translateX(2px);
    }
    .footer-meta{
      margin-top:14px;
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }
    .tiny-badge{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:var(--green-soft);
      color:var(--green-strong);
      border:1px solid rgba(28,143,76,.14);
      font-size:.8rem;
      font-weight:800;
    }

    [hidden]{display:none !important}

    @media (max-width: 1024px){
      .hero-wrap,
      .countdown-band,
      .subscribe-band,
      .faq-wrap,
      .footer-grid{
        grid-template-columns:1fr;
      }
      .timeline-card,
      .checklist-card{
        grid-column:span 12;
      }
      .panel-grid{
        grid-template-columns:1fr;
      }
      .footer-grid{
        gap:16px;
      }
    }

    @media (max-width: 768px){
      .header-row{
        padding:12px 0;
      }
      .header-search{
        order:3;
        width:100%;
        max-width:none;
      }
      .header-nav{
        order:2;
        width:100%;
        margin-left:0;
        padding-bottom:0;
      }
      .nav-pill{
        height:36px;
        padding:0 12px;
        font-size:.9rem;
      }
      .section-band{
        padding:34px 0;
      }
      h1{
        font-size:clamp(1.8rem, 7vw, 2.5rem);
      }
      .section-title{
        font-size:1.28rem;
      }
      .hero-actions,
      .countdown-actions,
      .cta-actions{
        width:100%;
      }
      .btn-ui{
        width:100%;
      }
      .countdown-visual{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }
      .matrix-preview{
        grid-template-columns:1fr;
      }
      .entry-toolbar{
        padding:16px 16px 0;
      }
      .entry-grid{
        padding:16px;
      }
    }

    @media (max-width: 520px){
      .grid-container{
        padding-left:.8rem;
        padding-right:.8rem;
      }
      .header-search{
        padding:9px 10px 9px 12px;
      }
      .search-submit{
        padding:7px 11px;
      }
      .screenshot-body,
      .countdown-card,
      .subscribe-copy,
      .subscribe-form,
      .faq-side,
      .cta-band{
        padding:16px;
      }
      .stage-panel{
        padding:14px;
      }
      .countdown-top h2{
        font-size:1.18rem;
      }
      .countdown-visual{
        grid-template-columns:1fr 1fr;
      }
      .entry-top{
        flex-direction:column;
        align-items:flex-start;
      }
      .entry-foot{
        flex-direction:column;
        align-items:flex-start;
      }
      .cta-band{
        align-items:flex-start;
      }
    }

/* roulang page: category2 */
:root{
  --bg:#ffffff;
  --bg-soft:#f6faf6;
  --bg-soft-2:#fbfdfb;
  --panel:#ffffff;
  --panel-soft:#f8fbf8;
  --text:#1e261f;
  --muted:#667166;
  --line:#d9e4d9;
  --line-strong:#bfd8c1;
  --green:#2f8f46;
  --green-strong:#237339;
  --green-soft:#dff1e4;
  --green-soft-2:#eef8f0;
  --green-deep:#1f5f2f;
  --shadow:0 10px 28px rgba(26,44,29,.08);
  --shadow-soft:0 6px 18px rgba(26,44,29,.06);
  --radius:8px;
  --radius-sm:6px;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body{
  margin:0;
  color:var(--text);
  background:
    linear-gradient(180deg,#ffffff 0%,#fbfcfb 100%);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
  line-height:1.65;
  letter-spacing:0;
}

::selection{
  background:#dff1e4;
  color:var(--text);
}

img,svg{
  display:block;
  max-width:100%;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
input[type="submit"]{
  cursor:pointer;
}

button:focus,
input:focus,
textarea:focus,
select:focus{
  outline:none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
  outline:2px solid #7acb88;
  outline-offset:2px;
}

p{
  margin:0;
}

ul,
ol{
  margin:0;
  padding:0;
}

li{
  list-style:none;
}

.grid-container{
  max-width:1180px;
  padding-left:1rem;
  padding-right:1rem;
}

.site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(255,255,255,.95);
  border-bottom:1px solid var(--line);
  backdrop-filter:saturate(120%);
}

.header-row{
  display:flex;
  align-items:center;
  gap:1rem;
  padding:1rem 0;
  flex-wrap:wrap;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  flex:0 0 auto;
  font-size:1.05rem;
  font-weight:700;
  color:var(--text);
  min-width:max-content;
}

.brand-mark{
  width:1.9rem;
  height:1.9rem;
  border-radius:6px;
  background:#edf7ef;
  border:1px solid #bfdcc4;
  position:relative;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.brand-mark::before{
  content:"";
  position:absolute;
  left:5px;
  top:5px;
  width:9px;
  height:9px;
  border-left:3px solid var(--green);
  border-bottom:3px solid var(--green);
  transform:rotate(-18deg);
  border-radius:1px;
}

.header-search{
  flex:1 1 430px;
  display:flex;
  align-items:center;
  gap:.65rem;
  min-width:280px;
  border:1px solid var(--line);
  background:var(--bg-soft);
  border-radius:999px;
  padding:.6rem .85rem;
  box-shadow:inset 0 1px 0 #fff;
}

.header-search svg{
  flex:0 0 auto;
  color:#849184;
}

.header-search input{
  width:100%;
  border:0;
  background:transparent;
  color:var(--text);
  padding:0;
  margin:0;
  min-width:0;
}

.header-search input::placeholder{
  color:#8a958a;
}

.search-submit{
  border:1px solid var(--green);
  background:var(--green);
  color:#fff;
  min-height:2.35rem;
  padding:.45rem 1rem;
  border-radius:999px;
  font-weight:600;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.search-submit:hover,
.search-submit:focus-visible{
  background:var(--green-strong);
  border-color:var(--green-strong);
  transform:translateY(-1px);
  box-shadow:0 8px 16px rgba(47,143,70,.16);
}

.header-nav{
  display:flex;
  align-items:center;
  gap:.5rem;
  margin-left:auto;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nav-pill{
  display:inline-flex;
  align-items:center;
  min-height:2.4rem;
  padding:.5rem .85rem;
  border-radius:999px;
  border:1px solid transparent;
  background:#fff;
  color:var(--muted);
  font-size:.95rem;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.nav-pill:hover,
.nav-pill:focus-visible{
  background:var(--green-soft-2);
  color:var(--green-strong);
  border-color:#c8e0cb;
  transform:translateY(-1px);
  box-shadow:0 6px 12px rgba(47,143,70,.08);
}

.nav-pill.is-active{
  background:var(--green-soft);
  color:var(--green-deep);
  border-color:#b8d9bf;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);
}

main{
  display:block;
}

section{
  padding:3.5rem 0;
}

.hero-band{
  padding-top:2.6rem;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  min-height:2rem;
  padding:.35rem .7rem;
  border-radius:999px;
  background:var(--green-soft);
  border:1px solid #cce6d0;
  color:var(--green-deep);
  font-size:.82rem;
  font-weight:600;
}

.section-title{
  margin:0;
  font-size:1.7rem;
  line-height:1.24;
  font-weight:700;
  letter-spacing:0;
  color:var(--text);
}

.hero-title{
  margin:.9rem 0 .85rem;
  font-size:2.7rem;
  line-height:1.12;
  font-weight:800;
}

.hero-lead{
  margin:0;
  max-width:38rem;
  color:var(--muted);
  font-size:1.02rem;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1.5rem;
}

.button,
.button.secondary,
.button.ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  border-radius:7px;
  min-height:2.7rem;
  padding:.75rem 1rem;
  font-weight:600;
  border:1px solid transparent;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
  margin:0;
}

.button svg,
.button.secondary svg,
.button.ghost svg{
  width:1rem;
  height:1rem;
  flex:0 0 auto;
}

.button{
  background:var(--green);
  color:#fff;
  border-color:var(--green);
}

.button:hover,
.button:focus-visible{
  background:var(--green-strong);
  border-color:var(--green-strong);
  transform:translateY(-1px);
  box-shadow:0 10px 18px rgba(47,143,70,.12);
}

.button.secondary{
  background:#fff;
  color:var(--green-strong);
  border-color:#c8ddcb;
}

.button.secondary:hover,
.button.secondary:focus-visible{
  background:var(--green-soft-2);
  border-color:#b8d9bf;
  transform:translateY(-1px);
}

.button.ghost{
  background:transparent;
  color:var(--green-strong);
  border-color:#cfe1d1;
}

.button.ghost:hover,
.button.ghost:focus-visible{
  background:var(--green-soft-2);
  border-color:#b8d9bf;
  transform:translateY(-1px);
}

.button.small{
  min-height:2.35rem;
  padding:.55rem .85rem;
  font-size:.92rem;
}

.hero-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:1rem;
}

.chip{
  display:inline-flex;
  align-items:center;
  min-height:2rem;
  padding:.32rem .65rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--muted);
  font-size:.82rem;
}

.chip.success{
  background:var(--green-soft-2);
  border-color:#cde4d1;
  color:var(--green-deep);
}

.screenshot-stage{
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--panel);
  box-shadow:var(--shadow);
  padding:1rem;
}

.stage-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:.95rem;
}

.tiny-badge{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  min-height:1.9rem;
  padding:.28rem .62rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--muted);
  font-size:.78rem;
  font-weight:600;
  white-space:nowrap;
}

.tiny-badge.success{
  background:var(--green-soft-2);
  border-color:#c7dfcb;
  color:var(--green-deep);
}

.status-dot{
  width:.5rem;
  height:.5rem;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 4px rgba(47,143,70,.12);
  animation:pulse 2.4s infinite ease-in-out;
}

@keyframes pulse{
  0%,100%{ transform:scale(1); opacity:1; }
  50%{ transform:scale(1.06); opacity:.75; }
}

.stage-caption{
  color:var(--muted);
  font-size:.9rem;
}

.stage-grid{
  display:grid;
  grid-template-columns:1.45fr .95fr;
  gap:.9rem;
}

.stage-main,
.stage-side .mini-panel{
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--bg-soft-2);
}

.stage-main{
  padding:1rem;
}

.stage-kicker{
  font-size:.8rem;
  color:var(--muted);
  margin-bottom:.5rem;
}

.stage-clock{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.45rem;
}

.clock-box{
  border:1px solid #dbe7dc;
  background:#fff;
  border-radius:8px;
  padding:.8rem .45rem;
  text-align:center;
  box-shadow:inset 0 1px 0 #fff;
}

.clock-num{
  display:block;
  font-size:1.8rem;
  line-height:1.05;
  font-weight:800;
  color:var(--green-deep);
}

.clock-unit{
  display:block;
  margin-top:.25rem;
  font-size:.8rem;
  color:var(--muted);
}

.stage-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:.95rem;
}

.metric{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  min-height:2rem;
  padding:.28rem .65rem;
  border-radius:999px;
  border:1px solid #d9e4da;
  background:#fff;
  color:var(--text);
  font-size:.8rem;
}

.metric strong{
  color:var(--green-deep);
}

.stage-side{
  display:grid;
  gap:.75rem;
}

.mini-panel{
  padding:.92rem .9rem;
  background:#fff;
}

.mini-panel h3{
  margin:0 0 .3rem;
  font-size:1rem;
  line-height:1.3;
  font-weight:700;
}

.mini-panel p{
  margin:0;
  color:var(--muted);
  font-size:.9rem;
}

.mini-panel .mini-meta{
  display:flex;
  align-items:center;
  gap:.45rem;
  margin-top:.65rem;
  flex-wrap:wrap;
}

.mini-line{
  height:1px;
  background:var(--line);
  margin:.75rem 0;
}

.soft-band{
  background:var(--bg-soft);
  border-top:1px solid #e3eee3;
  border-bottom:1px solid #e3eee3;
}

.countdown-wrap{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:1rem;
  align-items:stretch;
}

.countdown-panel,
.summary-panel,
.action-panel,
.form-panel,
.side-panel,
.cta-panel{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.countdown-panel{
  padding:1.15rem 1.1rem;
}

.countdown-title{
  margin:0 0 .45rem;
  font-size:1.15rem;
  font-weight:700;
}

.countdown-text{
  color:var(--muted);
  font-size:.95rem;
  margin-bottom:.95rem;
}

.countdown-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.55rem;
}

.countdown-card{
  padding:.9rem .55rem;
  border:1px solid #dce8dd;
  border-radius:8px;
  background:var(--bg-soft-2);
  text-align:center;
}

.countdown-card strong{
  display:block;
  font-size:2rem;
  line-height:1;
  font-weight:800;
  color:var(--green-deep);
}

.countdown-card span{
  display:block;
  margin-top:.28rem;
  font-size:.8rem;
  color:var(--muted);
}

.countdown-note{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:.95rem;
}

.summary-panel,
.action-panel{
  padding:1rem;
}

.summary-panel h3,
.action-panel h3,
.form-panel h3,
.side-panel h3,
.cta-panel h2{
  margin:0 0 .4rem;
  font-size:1.05rem;
  line-height:1.3;
  font-weight:700;
}

.summary-list{
  display:grid;
  gap:.65rem;
  margin-top:.85rem;
}

.summary-item{
  display:flex;
  align-items:flex-start;
  gap:.55rem;
  padding:.55rem .6rem;
  border:1px solid #e1eae1;
  border-radius:8px;
  background:var(--bg-soft-2);
}

.summary-item svg{
  width:1rem;
  height:1rem;
  margin-top:.1rem;
  color:var(--green);
  flex:0 0 auto;
}

.summary-item strong{
  display:block;
  font-size:.92rem;
  margin-bottom:.12rem;
}

.summary-item p{
  font-size:.84rem;
  color:var(--muted);
}

.action-panel .stack{
  display:grid;
  gap:.55rem;
  margin-top:.85rem;
}

.action-panel .button{
  width:100%;
}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.2rem;
}

.section-head p{
  color:var(--muted);
  max-width:50rem;
  font-size:.96rem;
}

.timeline-list{
  display:grid;
  gap:.65rem;
}

.timeline-item{
  display:grid;
  grid-template-columns:4.5rem 1fr;
  gap:.85rem;
  align-items:flex-start;
  padding:.75rem .8rem;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  position:relative;
}

.timeline-item::before{
  content:"";
  position:absolute;
  left:4.05rem;
  top:0;
  bottom:0;
  width:1px;
  background:linear-gradient(180deg, transparent, #dbe5db 18%, #dbe5db 82%, transparent);
}

.timeline-time{
  font-weight:800;
  color:var(--green-deep);
  font-size:.88rem;
}

.timeline-copy strong{
  display:block;
  margin-bottom:.15rem;
  font-size:.98rem;
}

.timeline-copy p{
  color:var(--muted);
  font-size:.88rem;
}

.timeline-tags{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
  margin-top:.55rem;
}

.tag{
  display:inline-flex;
  align-items:center;
  min-height:1.7rem;
  padding:.2rem .55rem;
  border-radius:999px;
  border:1px solid #dbe5dc;
  background:var(--bg-soft-2);
  color:#5e6a5e;
  font-size:.76rem;
}

.tag.success{
  background:var(--green-soft-2);
  border-color:#cae1cf;
  color:var(--green-deep);
}

.side-panel{
  padding:1rem;
  height:100%;
}

.side-panel .split-list{
  display:grid;
  gap:.7rem;
}

.split-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  padding:.72rem .78rem;
  border:1px solid #e2ebe2;
  border-radius:8px;
  background:var(--bg-soft-2);
}

.split-row strong{
  display:block;
  margin-bottom:.16rem;
  font-size:.95rem;
}

.split-row p{
  color:var(--muted);
  font-size:.84rem;
}

.split-row .split-state{
  flex:0 0 auto;
  color:var(--green-deep);
  font-size:.8rem;
  font-weight:700;
}

.form-wrap{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:1rem;
  align-items:stretch;
}

.form-panel{
  padding:1.1rem;
}

.form-note{
  margin-top:.25rem;
  color:var(--muted);
  font-size:.94rem;
}

.field-group{
  display:grid;
  gap:.9rem;
  margin-top:1rem;
}

.field-label{
  display:block;
  margin-bottom:.4rem;
  font-size:.9rem;
  font-weight:600;
  color:var(--text);
}

.form-panel input[type="text"],
.form-panel input[type="email"],
.form-panel input[type="search"]{
  width:100%;
  min-height:2.75rem;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--text);
  padding:.7rem .85rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.form-panel input[type="text"]::placeholder,
.form-panel input[type="email"]::placeholder,
.form-panel input[type="search"]::placeholder{
  color:#8a958a;
}

.form-panel input[type="text"]:focus,
.form-panel input[type="email"]:focus,
.form-panel input[type="search"]:focus{
  border-color:#9fceaa;
  box-shadow:0 0 0 3px rgba(47,143,70,.08);
  background:#fff;
}

.option-row{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:.15rem;
}

.check-line{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  min-height:1.75rem;
  color:var(--muted);
  font-size:.88rem;
}

.check-line input{
  accent-color:var(--green);
}

.switch-line{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  color:var(--muted);
  font-size:.88rem;
  user-select:none;
}

.switch{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.switch-ui{
  position:relative;
  width:44px;
  height:24px;
  border-radius:999px;
  background:#d7e1d7;
  border:1px solid #c7d6c8;
  transition:background .18s ease, border-color .18s ease;
}

.switch-ui::after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 6px rgba(0,0,0,.12);
  transition:transform .18s ease;
}

.switch input:checked + .switch-ui{
  background:var(--green);
  border-color:var(--green);
}

.switch input:checked + .switch-ui::after{
  transform:translateX(20px);
}

.form-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  margin-top:1rem;
}

.form-status{
  margin-top:.85rem;
  min-height:1.3rem;
  font-size:.9rem;
  color:var(--muted);
}

.form-status.success{
  color:var(--green-deep);
}

.form-status.error{
  color:#a24b2d;
}

.form-preview{
  display:grid;
  gap:.75rem;
  align-content:start;
}

.form-preview .preview-card,
.form-preview .preview-list{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  padding:1rem;
}

.preview-card .preview-title{
  margin:0 0 .35rem;
  font-size:1rem;
  font-weight:700;
}

.preview-card p,
.preview-list li{
  color:var(--muted);
  font-size:.88rem;
}

.preview-list{
  display:grid;
  gap:.6rem;
}

.preview-list li{
  display:flex;
  align-items:flex-start;
  gap:.5rem;
}

.preview-list li svg{
  width:.95rem;
  height:.95rem;
  color:var(--green);
  margin-top:.1rem;
  flex:0 0 auto;
}

.filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin:1rem 0 1.15rem;
}

.filter-pill{
  display:inline-flex;
  align-items:center;
  min-height:2.2rem;
  padding:.45rem .8rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--muted);
  transition:transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.filter-pill:hover,
.filter-pill:focus-visible{
  transform:translateY(-1px);
  background:var(--green-soft-2);
  border-color:#c8dfcb;
  color:var(--green-strong);
  box-shadow:0 6px 12px rgba(47,143,70,.08);
}

.filter-pill.is-active{
  background:var(--green-soft);
  border-color:#b9d8bf;
  color:var(--green-deep);
}

.entry-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}

.entry-card{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--shadow-soft);
  padding:1rem;
  display:flex;
  flex-direction:column;
  gap:.75rem;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.entry-card:hover{
  transform:translateY(-2px);
  border-color:#c6dcc9;
  box-shadow:0 12px 22px rgba(26,44,29,.08);
}

.entry-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:.75rem;
}

.entry-card h3{
  margin:0;
  font-size:1rem;
  line-height:1.3;
  font-weight:700;
}

.entry-card p{
  color:var(--muted);
  font-size:.88rem;
}

.entry-meta{
  display:flex;
  flex-wrap:wrap;
  gap:.4rem;
}

.entry-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-top:auto;
}

.entry-actions .button{
  flex:1 1 7.5rem;
}

.entry-flag{
  display:inline-flex;
  align-items:center;
  min-height:1.75rem;
  padding:.2rem .5rem;
  border-radius:999px;
  border:1px solid #dbe5dc;
  background:var(--bg-soft-2);
  color:var(--green-deep);
  font-size:.76rem;
  white-space:nowrap;
}

.entry-empty{
  margin-top:1rem;
  border:1px dashed #c8dbc9;
  border-radius:8px;
  background:var(--green-soft-2);
  padding:1rem;
  color:var(--green-deep);
  font-size:.94rem;
}

.faq-list{
  display:grid;
  gap:.75rem;
}

.faq-item{
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
}

.faq-item summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 1rem;
  font-weight:700;
  cursor:pointer;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  flex:0 0 auto;
  color:var(--green-strong);
  font-size:1.2rem;
  line-height:1;
}

.faq-item[open] summary::after{
  content:"–";
}

.faq-answer{
  padding:0 1rem 1rem;
  color:var(--muted);
  font-size:.92rem;
}

.cta-band{
  padding-top:1rem;
}

.cta-panel{
  padding:1.2rem 1.1rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  background:
    linear-gradient(180deg,#ffffff 0%,#fbfdfb 100%);
}

.cta-panel p{
  color:var(--muted);
  margin-top:.25rem;
  max-width:46rem;
}

.cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  flex:0 0 auto;
}

.site-footer{
  border-top:1px solid var(--line);
  padding:2rem 0 2.35rem;
  background:#fff;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .7fr 1fr;
  gap:1rem;
  align-items:start;
}

.footer-brand .brand{
  margin-bottom:.55rem;
}

.footer-copy,
.footer-note{
  color:var(--muted);
  font-size:.92rem;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  align-items:flex-start;
}

.footer-links a{
  display:inline-flex;
  align-items:center;
  min-height:2rem;
  padding:.3rem .6rem;
  border-radius:999px;
  border:1px solid var(--line);
  background:var(--bg-soft-2);
  color:var(--muted);
  font-size:.88rem;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible{
  transform:translateY(-1px);
  border-color:#c8dfcb;
  background:var(--green-soft-2);
  color:var(--green-deep);
}

.footer-meta{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:.7rem;
  align-items:center;
}

@media (max-width: 1024px){
  .hero-title{
    font-size:2.35rem;
  }

  .countdown-wrap,
  .form-wrap,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .entry-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .stage-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  section{
    padding:2.8rem 0;
  }

  .hero-band{
    padding-top:2rem;
  }

  .hero-title{
    font-size:2rem;
  }

  .section-title{
    font-size:1.45rem;
  }

  .header-row{
    gap:.8rem;
  }

  .brand{
    width:auto;
  }

  .header-search{
    order:3;
    width:100%;
    flex-basis:100%;
  }

  .header-nav{
    order:2;
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:.15rem;
    -webkit-overflow-scrolling:touch;
  }

  .nav-pill{
    white-space:nowrap;
  }

  .countdown-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .entry-grid{
    grid-template-columns:1fr;
  }

  .cta-panel{
    flex-direction:column;
    align-items:flex-start;
  }

  .cta-actions{
    width:100%;
  }

  .cta-actions .button{
    width:100%;
  }
}

@media (max-width: 520px){
  .hero-title{
    font-size:1.75rem;
  }

  .hero-actions,
  .cta-actions,
  .form-actions{
    flex-direction:column;
  }

  .hero-actions .button,
  .cta-actions .button,
  .form-actions .button{
    width:100%;
  }

  .countdown-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .countdown-card strong{
    font-size:1.65rem;
  }

  .timeline-item{
    grid-template-columns:1fr;
  }

  .timeline-item::before{
    display:none;
  }

  .timeline-time{
    margin-bottom:.15rem;
  }

  .stage-clock{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
