    /* ---- about 页面专属样式 ---- */
    /* 包含：特性卡片网格、技术栈胶囊标签、文件树展示、更新日志时间线 */
    /* 注：#project-galaxy-canvas 与 main/.pj-section 定位已由 ../css/sub-page.css 提供 */

    /* 特性网格 — 三列自适应布局，展示网站核心特性 */
    .ab-feature-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin: 32px 0;
    }
    /* 单个特性卡片 — 毛玻璃背景 + 悬停上浮 */
    .ab-feature {
      padding: 24px 20px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(20, 22, 27, 0.45);
      backdrop-filter: blur(18px) saturate(1.2);
      -webkit-backdrop-filter: blur(18px) saturate(1.2);
      transition: transform 320ms cubic-bezier(.25,.46,.45,.94),
                  box-shadow 320ms cubic-bezier(.25,.46,.45,.94);
    }
    .ab-feature:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    }
    /* 特性图标 */
    .ab-feature-icon {
      font-size: 1.6rem;
      margin-bottom: 12px;
      display: block;
    }
    .ab-feature h3 {
      margin: 0 0 6px;
      font-size: 0.95rem;
      font-weight: 700;
    }
    .ab-feature p {
      margin: 0;
      font-size: 0.82rem;
      color: var(--muted);
      line-height: 1.6;
    }

    /* 技术栈胶囊标签 */
    .ab-tech-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 20px 0 36px;
    }
    /* 单个技术标签 — 圆角胶囊样式 */
    .ab-tech {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(20, 22, 27, 0.4);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      font-size: 0.84rem;
      font-weight: 600;
      color: var(--ink);
      transition: border-color 240ms ease, background 240ms ease;
    }
    .ab-tech:hover {
      border-color: rgba(245, 241, 232, 0.3);
      background: rgba(245, 241, 232, 0.08);
    }

    /* 文件树 — 等宽字体展示项目结构 */
    .ab-tree {
      margin: 20px 0 36px;
      padding: 24px 28px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(20, 22, 27, 0.45);
      backdrop-filter: blur(18px) saturate(1.2);
      -webkit-backdrop-filter: blur(18px) saturate(1.2);
      font-family: "SF Mono", "Fira Code", "Cascadia Code", "Consolas", monospace;
      font-size: 0.8rem;
      line-height: 1.85;
      color: var(--muted);
      overflow-x: auto;
      white-space: pre;
    }
    /* 文件树中的目录名高亮 */
    .ab-tree .dir { color: var(--blue); font-weight: 700; }
    /* 文件树中的文件名 */
    .ab-tree .file { color: var(--ink); }
    /* 文件树中的注释文字 */
    .ab-tree .comment { color: rgba(166, 160, 147, 0.6); }

    /* 更新日志时间线容器 */
    .ab-changelog {
      margin: 20px 0;
      position: relative;
      padding-left: 28px;
    }
    /* 时间线竖线 */
    .ab-changelog::before {
      content: "";
      position: absolute;
      left: 6px;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: var(--line);
      border-radius: 1px;
    }
    /* 单个版本条目 */
    .ab-version {
      position: relative;
      margin-bottom: 32px;
    }
    /* 版本时间线圆点 */
    .ab-version::before {
      content: "";
      position: absolute;
      left: -24px;
      top: 8px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px solid var(--blue);
      background: var(--bg);
    }
    /* 当前版本 — 圆点填充 + 发光 */
    .ab-version.is-current::before {
      background: var(--blue);
      box-shadow: 0 0 10px rgba(120, 148, 255, 0.4);
    }
    /* 版本标题行 */
    .ab-version-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }
    .ab-version-header h3 {
      margin: 0;
      font-size: 1.05rem;
      font-weight: 800;
    }
    /* 当前版本标题 — 大号 + 发光文字 */
    .is-current .ab-version-header h3 {
      font-size: 1.6rem;
      color: #fff;
      text-shadow: 0 0 18px rgba(120, 148, 255, 0.55), 0 0 40px rgba(120, 148, 255, 0.25);
    }
    /* 版本标签胶囊 */
    .ab-version-tag {
      display: inline-flex;
      padding: 3px 10px;
      border-radius: 999px;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    /* 当前版本标签样式 */
    .ab-tag-current {
      background: rgba(120, 148, 255, 0.22);
      color: var(--blue);
      font-size: 0.75rem;
      font-weight: 800;
    }
    /* 已发布版本标签 */
    .ab-tag-release {
      background: rgba(98, 200, 157, 0.15);
      color: var(--green);
    }
    /* 更新列表 */
    .ab-version ul {
      margin: 0;
      padding: 0 0 0 18px;
      list-style: none;
    }
    /* 更新列表项 */
    .ab-version li {
      position: relative;
      font-size: 0.88rem;
      line-height: 1.7;
      color: var(--muted);
    }
    /* 列表项自定义圆点 */
    .ab-version li::before {
      content: "";
      position: absolute;
      left: -14px;
      top: 0.55em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--muted);
      opacity: 0.5;
    }
