@import url("/static/css/tokens.css"); /* 生成的 token 层:design-tokens/tokens.json → tool/build_tokens.py;绝对路径保证 dist 压缩产物内同样有效 */

@import "./base.css"; /* 任务 14:reset/base 层(字符串形式,esbuild 只内联此形式;层序 reset→base→components 由首次提及顺序自然成立) */

/* 命名断点(任务 15):全站宏观布局仅两档 ≤860 / >860,值真源 design-tokens/tokens.json breakpoint.md=860px;
   drift 守卫 tool/check-design-token-drift.py 强校验一致;浏览器不原生支持 @custom-media,
   构建链 LightningCSS(--custom-media + --targets)编译展开为普通媒体查询 */
@custom-media --bp-mobile (max-width: 860px);
@custom-media --bp-desktop (min-width: 861px);

/* 级联层序声明(任务 14):reset/base 内容经上方 @import 首次提及,components 在下方页面段;
   [hidden] 与 token/dark 变量有意保持裸层——!important 在层内优先于裸层且层序反转,裸层与原解析结果一致 */
@layer reset, base, components;

/* 字体策略(拍板,任务 13):UI 全系统栈零 web font;展示 Serif 仅 Instrument Serif 一款,拉丁子集自托管 */
@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/instrument-serif-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/instrument-serif-italic.woff2") format("woff2");
}

/* ==========================================================================
   OfferPrime — Craft.do Official Design System & Design Tokens
   Liquid Glass Materials, Strict Radius Hierarchy, Gutter & Bento Grid Tokens
   ========================================================================== */

[hidden] {
  display: none !important;
}

:root {
  /* 纯白常量：不随主题翻转（dark 覆盖里需要"恒白"语义，如汉堡线/图标底） */
  /* Apple Cupertino Colors Palette */
  --cupertino-system-green: #34c759;
  --cupertino-system-green-hover: #2eb34f;
  --cupertino-system-green-dark: #30d158;
  --cupertino-system-green-tint: rgba(52, 199, 89, 0.12);
  --cupertino-system-green-soft: #eafaf1;

  --cupertino-system-blue: #007aff;
  --cupertino-system-blue-hover: #0066d6;
  --cupertino-system-blue-tint: rgba(0, 122, 255, 0.08);
  --cupertino-system-blue-soft: #eef6ff;

  --cupertino-system-indigo: #5856d6;
  --cupertino-system-indigo-tint: rgba(88, 86, 214, 0.1);
  --cupertino-system-indigo-soft: #f2f1fc;

  --cupertino-system-purple: #af52de;
  --cupertino-system-purple-tint: rgba(175, 82, 222, 0.1);
  --cupertino-system-purple-soft: #f8f0fc;

  --cupertino-system-orange: #ff9500;
  --cupertino-system-orange-tint: rgba(255, 149, 0, 0.1);
  --cupertino-system-orange-soft: #fff6eb;

  --cupertino-system-yellow: #ffcc00;
  --cupertino-system-red: #ff3b30;

  --cupertino-system-teal: #30b0c7;
  --cupertino-system-teal-tint: rgba(48, 176, 199, 0.1);
  --cupertino-system-teal-soft: #eef9fb;

  --cupertino-system-grouped-background: #f2f2f7;

  /* --------------------------------------------------------------------------
     Craft.do 官方原生 Liquid Glass 苹果液态玻璃质感与反光系统
     -------------------------------------------------------------------------- */
  --glass-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 0.58) 25%,
    rgba(255, 255, 255, 0.65) 50%,
    rgba(255, 255, 255, 0.86) 75%
  );
  --navbar-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.55) 10%,
    rgba(255, 255, 255, 0.88) 100%
  );
  --glass-border: rgba(255, 255, 255, 0.65);
  --glass-border-subtle: rgba(0, 0, 0, 0.06);
  --glass-backdrop-filter: blur(32px) saturate(160%);

  /* Craft.do 多层阴影体系 (内外双向高光) */
  --shadow-liquid-glass:
    0 0 0 1px rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.06),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95),
    inset 0 -1px 1px rgba(0, 0, 0, 0.03);
  --shadow-glass-btn:
    0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02),
    inset 0 1px 1px rgba(255, 255, 255, 0.95);
  --shadow-glass-btn-hover:
    0 8px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04),
    inset 0 1px 1.5px #ffffff;
  --shadow-craft-card:
    0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-craft-card-hover:
    0 0 0 1px rgba(0, 0, 0, 0.08), 0 12px 36px rgba(0, 0, 0, 0.1);
  --shadow-primary-glow: 0 4px 16px rgba(52, 199, 89, 0.28);
  --shadow-primary-glow-hover: 0 6px 20px rgba(52, 199, 89, 0.38);

  /* --------------------------------------------------------------------------
     Craft.do 严谨圆角层级 (Strict Mathematical Radius Hierarchy)
     -------------------------------------------------------------------------- */
  --radius-pill: 9999px;
  --radius-full: 9999px;
  --radius-squircle: 22.37%; /* Apple HIG 官方 App 图标连续曲率超椭圆圆角 */
  --radius-container: 24px; /* 大底座、宽幅横幅、步骤外框 */
  --radius-card: 24px; /* Bento 网格大卡片、功能卡(吸附 22→24) */
  --radius-inner-card: 16px; /* 卡片内嵌套子卡片、问题卡(吸附 14→16) */
  --radius-button: 12px; /* 标准按钮、输入框 */
  --radius-chip: 8px; /* 点选 Chip、微标签 */
  --radius-sm: 4px; /* 吸附 6→4 */
  --radius-xs: 4px;

  --radius-cards: var(--radius-card);
  --radius-badges: var(--radius-chip);
  --radius-images: var(--radius-card);
  --radius-buttons: var(--radius-pill);
  --radius-nav: var(--radius-pill);

  /* --------------------------------------------------------------------------
     Craft.do 留白与间距体系 (Gutter, Spacing & Gap System)
     -------------------------------------------------------------------------- */
  --space-gutter: 8px; /* 大底座与页面边缘极窄贴边留白 */
  --space-gutter-mobile: 6px;
  --space-section-y: clamp(64px, 8vw, 96px);
  --gap-xs: 4px;
  --gap-sm: 8px;
  --gap-md: 16px;
  --gap-lg: 24px;
  --gap-xl: 36px;

  /* Surfaces & Neutrals */
  --color-paper-stone: #f8f8fa;
  --color-surface: #ffffff;
  /* 纯白常量：不随主题翻转（dark 覆盖里需要"恒白"语义，如汉堡线/图标底） */
  --color-pure-white: #ffffff;
  --color-pure-black: #000000;
  --color-surface-secondary: #f2f2f7;
  --color-surface-hover: #fcfcfd;
  --color-ink-black: #111827;
  --color-graphite: #374151;
  --color-fog-gray: #6b7280;
  --color-ice-line: #e5e7eb;
  --color-border: #e5e5ea;
  --color-border-hover: rgba(52, 199, 89, 0.45);
  --color-divider: #e5e5ea;
  --nav-bg: rgba(255, 255, 255, 0.86);

  /* Primary Brand Accent (Cupertino Green) */
  --color-primary: var(--cupertino-system-green);
  --color-primary-hover: var(--cupertino-system-green-hover);
  --color-primary-tint: var(--cupertino-system-green-tint);
  --color-primary-soft: var(--cupertino-system-green-soft);

  --color-background: #f8f8fa;
  --color-foreground: var(--color-ink-black);
  --color-muted: var(--color-fog-gray);

  /* Typography — 系统栈 & Serif(web font 仅一款,见顶部 @font-face) */
  --font-figtree:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "Helvetica Neue", sans-serif;
  --font-sans: var(--font-figtree);
  --font-serif:
    "Instrument Serif", "Newsreader", -apple-system-ui-serif, Georgia,
    "Songti SC", "STSong", serif;

  /* Typography Scale —— 字号刻度唯一真源:tokens.json type.scale(min/max)
     → 生成产物 tokens.css 的 clamp 流体刻度(任务 16);此处仅保留在用的行高/字距,
     随死类一并清除孤儿变量(Pony 迭代) */
  --leading-body-lg: 1.5;
  --leading-subheading: 1.5;
  --leading-display: 1.1;
  --tracking-display: -0.93px;

  /* Canonical Spacing Enums */
  --space-0-5: 2px;
  --space-1: 4px;
  --space-1-5: 6px;
  --space-2: 8px;
  --space-2-5: 10px;
  --space-3: 12px;
  --space-3-5: 14px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  /* Border Width Enums */
  --border-w0-5: 0.5px;
  --border-w1: 1px;
  --border-w1-5: 1.5px;
  --border-w2: 2px;

  /* Apple Elevation — Crisp Hairline & Soft Depth */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.03);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.07), 0 2px 8px rgba(0, 0, 0, 0.03);
  --shadow-hover:
    0 16px 40px rgba(0, 0, 0, 0.09), 0 4px 12px rgba(0, 0, 0, 0.04);

  /* Layout & Spacing */
  --page-max-width: 1200px;
  --section-gap: var(--space-section-y);

  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.16s ease-out;
  --transition-normal: 0.28s var(--ease-out);
}

/* ==========================================================================
   Dark Theme Mode
   ========================================================================== */

[data-theme="dark"] {
  --cupertino-system-green: #30d158;
  --cupertino-system-green-hover: #28b84c;
  --cupertino-system-green-dark: #30d158;
  --cupertino-system-green-tint: rgba(48, 209, 88, 0.15);
  --cupertino-system-green-soft: #122416;

  --cupertino-system-blue: #0a84ff;
  --cupertino-system-blue-hover: #0071e3;
  --cupertino-system-blue-tint: rgba(10, 132, 255, 0.15);
  --cupertino-system-blue-soft: #111d2e;

  --cupertino-system-indigo: #5e5ce6;
  --cupertino-system-indigo-tint: rgba(94, 92, 230, 0.18);
  --cupertino-system-indigo-soft: #191833;

  --cupertino-system-purple: #bf5af2;
  --cupertino-system-purple-tint: rgba(191, 90, 242, 0.18);
  --cupertino-system-purple-soft: #251630;

  --cupertino-system-orange: #ff9f0a;
  --cupertino-system-orange-tint: rgba(255, 159, 10, 0.15);
  --cupertino-system-orange-soft: #291e10;

  --cupertino-system-yellow: #ffd60a;
  --cupertino-system-red: #ff453a;

  --cupertino-system-teal: #40c8e0;
  --cupertino-system-teal-tint: rgba(64, 200, 224, 0.15);
  --cupertino-system-teal-soft: #102428;

  --cupertino-system-grouped-background: #18181b;

  --glass-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.08) 25%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.22) 75%
  );
  --navbar-gradient: linear-gradient(
    180deg,
    rgba(30, 30, 32, 0.75) 10%,
    rgba(24, 24, 27, 0.92) 100%
  );
  --glass-border: rgba(255, 255, 255, 0.15);
  --glass-border-subtle: rgba(255, 255, 255, 0.08);

  --shadow-liquid-glass:
    0 0 0 1px rgba(255, 255, 255, 0.1), 0 12px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.25);
  --shadow-glass-btn:
    0 4px 16px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  --shadow-glass-btn-hover:
    0 8px 24px rgba(0, 0, 0, 0.6), inset 0 1px 1.5px rgba(255, 255, 255, 0.35);
  --shadow-craft-card:
    0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.35);
  --shadow-craft-card-hover:
    0 0 0 1px rgba(255, 255, 255, 0.15), 0 16px 48px rgba(0, 0, 0, 0.5);

  --color-paper-stone: #09090b;
  --color-surface: #18181b;
  --color-surface-secondary: #27272a;
  --color-surface-hover: #202023;
  --color-ink-black: #f4f4f5;
  --color-graphite: #e4e4e7;
  --color-fog-gray: #a1a1aa;
  --color-ice-line: #27272a;
  --color-border: #27272a;
  --color-border-hover: rgba(48, 209, 88, 0.5);
  --color-divider: #27272a;
  --nav-bg: rgba(24, 24, 27, 0.88);

  --color-background: #09090b;
  --color-foreground: var(--color-ink-black);
  --color-muted: var(--color-fog-gray);
}

/* 页面级规则收进 components 层(任务 14;reset/base 见 ./base.css) */
@layer components {

/* 容器查询宿主(任务 15):组件级响应一律 @container,宏观布局才用上方命名断点。
   hero/showcase/craft/highlights/pricing 为通栏 section(content box == 视口宽,阈值与原媒体查询逐值等价);
   header/cta 宿主含 20px 侧向 padding(阈值按 content box 换算 −40);legal 宿主换算 −16。 */
.site-header { container-type: inline-size; container-name: header; }
.section-craft-stage { container-type: inline-size; container-name: craft; }
#highlights { container-type: inline-size; container-name: highlights; }
#pricing { container-type: inline-size; container-name: pricing; }
.cta-banner-section { container-type: inline-size; container-name: cta; }
.page-container { container-type: inline-size; container-name: legal; }

/* ==========================================================================
   Top Floating Dynamic Nav Pill (#main-header) · Craft.do 连体悬浮胶囊布局
   ========================================================================== */

body.nav-scroll-locked {
  overflow: hidden !important;
  touch-action: none;
}

#main-header.is-menu-open {
  pointer-events: auto;
}

#main-header {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--page-max-width);
  margin: 0 auto;
  pointer-events: auto;
}

/* ==========================================================================
   Header Capsule Bar · Craft.do Liquid Glass 连体悬浮胶囊 (iOS Liquid Glass)
   ========================================================================== */

.header-capsule-bar {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 980px;
  background: var(--navbar-gradient);
  backdrop-filter: var(--glass-backdrop-filter);
  border-radius: 26px;
  padding: 8px 10px 8px 18px;
  box-shadow: var(--shadow-liquid-glass);
  border: 1px solid var(--glass-border);
  box-sizing: border-box;
  overflow: hidden;
  transition: border-radius var(--motion-slow) var(--ease-standard),
              box-shadow var(--motion-slow) var(--ease-standard);
}

.capsule-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

[data-theme="dark"] .header-capsule-bar {
  background: var(--navbar-gradient);
  border-color: var(--glass-border);
  box-shadow: var(--shadow-liquid-glass);
}

.brand-group {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  flex-shrink: 0;
}

.brand-app-icon,
.footer-brand-logo,
.brand-group img {
  border-radius: var(--radius-squircle);
  object-fit: cover;
  box-shadow: var(--shadow-sm);
  background-color: transparent;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.nav-links-cluster {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (--bp-mobile) {
  .nav-links-cluster {
    display: none;
  }
}

.nav-link-item {
  font-family: var(--font-figtree);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-fog-gray);
  transition: color var(--transition-fast);
  text-decoration: none;
}

.nav-link-item:hover {
  color: var(--color-ink-black);
}

.nav-cta-cluster {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  flex-shrink: 0;
}

/* Craft.do 原版 Liquid Glass 按钮 (带 300% 渐变液态流光悬浮动效) */
.header-action-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  background-image: var(--glass-gradient);
  background-size: 300% 300%;
  background-position: 50% 0;
  backdrop-filter: var(--glass-backdrop-filter);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-glass-btn);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-ink-black);
  transition: all var(--motion-slow) var(--ease-standard);
  cursor: pointer;
}

.header-action-btn:hover {
  background-position: 50% 70%;
  border-color: #ffffff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-glass-btn-hover);
  color: var(--color-primary);
}

[data-theme="dark"] .header-action-btn {
  background-image: var(--glass-gradient);
  border-color: var(--glass-border);
  box-shadow: var(--shadow-glass-btn);
  color: var(--color-pure-white);
}

[data-theme="dark"] .header-action-btn:hover {
  background-position: 50% 70%;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-glass-btn-hover);
  color: var(--color-pure-white);
}

.header-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  padding: 0 15.5px;
  border-radius: var(--radius-pill);
  background-color: var(--color-pure-black);
  color: #ffffff !important;
  font-family: var(--font-figtree);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.header-download-btn:hover {
  background-color: #222222;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .header-download-btn {
  background-color: #ffffff;
  color: var(--color-pure-black) !important;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .header-download-btn:hover {
  background-color: #e5e5ea;
  color: var(--color-pure-black) !important;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.2);
}

.theme-toggle-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  font-size: 14px;
}

/* 手机端汉堡导航按钮 (Mobile Nav Toggle Button) */
.mobile-nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  position: relative;
  justify-content: center;
  align-items: center;
}

@media (--bp-mobile) {
  .site-header {
    padding: 8px 12px;
  }
  .header-capsule-bar {
    padding: 6px 10px 6px 14px;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    border-radius: 24px;
  }
  .header-capsule-bar[data-expanded="true"] {
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  }
  .header-capsule-bar[data-expanded="true"] .header-download-btn {
    display: none;
  }
  .brand-group {
    gap: 6px;
    flex-shrink: 0;
    min-width: 0;
  }
  .header-capsule-bar .brand-title {
    display: none;
  }
  .nav-cta-cluster {
    gap: 6px;
    flex-shrink: 0;
  }
  .theme-toggle-btn,
  #lang-toggle-btn {
    display: none;
  }
  .mobile-nav-toggle {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  .header-download-btn {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    gap: 4px;
    flex-shrink: 0;
    white-space: nowrap;
  }
}

@container header (max-width: 335px) {
  .header-capsule-bar {
    padding: 4px 6px 4px 8px;
    gap: 6px;
  }
  .brand-title {
    font-size: 13.5px;
  }
  .header-download-btn {
    padding: 0 8px;
    font-size: 11.5px;
  }
}

.hamburger-box {
  width: 17px;
  height: 13px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 1.8px;
  background-color: var(--color-ink-black);
  border-radius: 2px;
  transition:
    transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.2s ease;
}

[data-theme="dark"] .hamburger-line {
  background-color: var(--color-pure-white);
}

.mobile-nav-toggle.is-active .hamburger-line.top {
  transform: translateY(5.6px) rotate(45deg);
}

.mobile-nav-toggle.is-active .hamburger-line.middle {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-nav-toggle.is-active .hamburger-line.bottom {
  transform: translateY(-5.6px) rotate(-45deg);
}

/* Dynamic Island 原位向下形变延展面板 (Morphing Capsule Panel) */
.capsule-expand-panel {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  transition: grid-template-rows var(--motion-smooth) var(--ease-standard);
}

.header-capsule-bar[data-expanded="true"] .capsule-expand-panel {
  grid-template-rows: 1fr;
}

.capsule-expand-inner {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity var(--motion-fast) var(--ease-standard), transform var(--motion-smooth) var(--ease-standard);
}

.header-capsule-bar[data-expanded="true"] .capsule-expand-inner {
  opacity: 1;
  transform: translateY(0);
  padding-top: 14px;
  padding-bottom: 6px;
}

.capsule-expand-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.capsule-expand-link {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--color-ink-black);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--motion-fast) var(--ease-standard), color var(--motion-fast) var(--ease-standard);
}

.capsule-expand-link:hover,
.capsule-expand-link:active {
  background: rgba(52, 199, 89, 0.09);
  color: var(--color-primary);
}

[data-theme="dark"] .capsule-expand-link {
  color: var(--color-pure-white);
}

.drawer-link-num {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-fog-gray);
  margin-right: 12px;
  font-family: var(--font-figtree);
}

.drawer-link-text {
  flex: 1;
}

.drawer-link-arrow {
  font-size: 16px;
  color: var(--color-fog-gray);
}

.capsule-expand-footer {
  padding-top: 10px;
  border-top: 1px solid var(--glass-border);
  margin-top: 8px;
}

.mobile-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-drawer-link {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: transparent;
  color: var(--color-ink-black);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}

.mobile-drawer-link:hover,
.mobile-drawer-link:active {
  background: rgba(52, 199, 89, 0.09);
  color: var(--color-primary);
}

[data-theme="dark"] .mobile-drawer-link {
  color: var(--color-pure-white);
}

.drawer-link-num {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-fog-gray);
  margin-right: 12px;
  font-family: var(--font-figtree);
}

.drawer-link-text {
  flex: 1;
}

.drawer-link-arrow {
  font-size: 16px;
  color: var(--color-fog-gray);
}

/* ==========================================================================
   Hero Section (Centered 2-line title + Mascot stamp + Staggered Stage)
   ========================================================================== */

.hero-section {
  container-type: inline-size;
  container-name: hero;
  padding-top: calc(88px + 2vh);
  padding-bottom: var(--section-gap);
  text-align: center;
}

.hero-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 22px;
  max-width: 960px;
}

.hero-title-line-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  white-space: nowrap;
}

.hero-title-line-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.hero-mascot-stamp {
  transform: rotate(6deg);
  cursor: pointer;
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast);
}

.hero-mascot-stamp:hover {
  transform: rotate(0deg) scale(1.14);
  border-color: var(--color-primary);
}

.hero-description {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.hero-actions-cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 48px;
}

/* ==========================================================================
   Hero Stage & Apple Precision Callout Architecture
   ========================================================================== */

.hero-studio-stage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0 48px;
  position: relative;
}

.hero-phone-anchor-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.hero-stage-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1350 / 2760;
  display: block;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.12));
}

[data-theme="dark"] .hero-stage-img {
  filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.5));
}

/* --------------------------------------------------------------------------
   Unified iOS Squircle Icon Box System Tints (Matching Hero .stream-icon-box)
   -------------------------------------------------------------------------- */
.diff-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow:
    inset 0 1px 1.5px rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform var(--motion-fast) var(--ease-standard);
}

.diff-icon-box svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}

.diff-icon-box.icon-blue {
  background: linear-gradient(
    180deg,
    rgba(0, 122, 255, 0.16) 0%,
    rgba(0, 122, 255, 0.05) 100%
  );
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.22);
}
.diff-icon-box.icon-indigo {
  background: linear-gradient(
    180deg,
    rgba(88, 86, 214, 0.16) 0%,
    rgba(88, 86, 214, 0.05) 100%
  );
  color: #5856d6;
  border: 1px solid rgba(88, 86, 214, 0.22);
}
.diff-icon-box.icon-orange {
  background: linear-gradient(
    180deg,
    rgba(255, 149, 0, 0.16) 0%,
    rgba(255, 149, 0, 0.05) 100%
  );
  color: #ff9500;
  border: 1px solid rgba(255, 149, 0, 0.22);
}
.diff-icon-box.icon-green {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.18) 0%,
    rgba(52, 199, 89, 0.06) 100%
  );
  color: #34c759;
  border: 1px solid rgba(52, 199, 89, 0.26);
}
.diff-icon-box.icon-slate {
  background: linear-gradient(
    180deg,
    rgba(142, 142, 147, 0.18) 0%,
    rgba(142, 142, 147, 0.06) 100%
  );
  color: #64748b;
  border: 1px solid rgba(142, 142, 147, 0.24);
}
.diff-icon-box.icon-emerald {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.22) 0%,
    rgba(52, 199, 89, 0.08) 100%
  );
  color: #28cd41;
  border: 1px solid rgba(52, 199, 89, 0.32);
}
.diff-icon-box.icon-cyan {
  background: linear-gradient(
    180deg,
    rgba(50, 173, 230, 0.18) 0%,
    rgba(50, 173, 230, 0.06) 100%
  );
  color: #32ade6;
  border: 1px solid rgba(50, 173, 230, 0.24);
}
.diff-icon-box.icon-sky {
  background: linear-gradient(
    180deg,
    rgba(0, 122, 255, 0.16) 0%,
    rgba(0, 122, 255, 0.05) 100%
  );
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.22);
}
.diff-icon-box.icon-purple {
  background: linear-gradient(
    180deg,
    rgba(175, 82, 222, 0.18) 0%,
    rgba(175, 82, 222, 0.06) 100%
  );
  color: #af52de;
  border: 1px solid rgba(175, 82, 222, 0.24);
}
.diff-icon-box.icon-amber {
  background: linear-gradient(
    180deg,
    rgba(255, 149, 0, 0.18) 0%,
    rgba(255, 149, 0, 0.06) 100%
  );
  color: #ff9500;
  border: 1px solid rgba(255, 149, 0, 0.24);
}
.diff-icon-box.icon-pink {
  background: linear-gradient(
    180deg,
    rgba(255, 45, 85, 0.18) 0%,
    rgba(255, 45, 85, 0.06) 100%
  );
  color: #ff2d55;
  border: 1px solid rgba(255, 45, 85, 0.24);
}

[data-theme="dark"] .diff-icon-box.icon-blue {
  background: rgba(0, 122, 255, 0.22);
  color: #64d2ff;
  border: 1px solid rgba(0, 122, 255, 0.3);
}
[data-theme="dark"] .diff-icon-box.icon-indigo {
  background: rgba(88, 86, 214, 0.22);
  color: #a5b4fc;
  border: 1px solid rgba(88, 86, 214, 0.3);
}
[data-theme="dark"] .diff-icon-box.icon-orange {
  background: rgba(255, 149, 0, 0.22);
  color: #ffd426;
  border: 1px solid rgba(255, 149, 0, 0.3);
}
[data-theme="dark"] .diff-icon-box.icon-green {
  background: rgba(52, 199, 89, 0.22);
  color: #30d158;
  border: 1px solid rgba(52, 199, 89, 0.3);
}
[data-theme="dark"] .diff-icon-box.icon-slate {
  background: rgba(142, 142, 147, 0.22);
  color: #cbd5e1;
  border: 1px solid rgba(142, 142, 147, 0.3);
}
[data-theme="dark"] .diff-icon-box.icon-emerald { background: rgba(52, 199, 89, 0.25); color: #30d158; border: 1px solid rgba(52, 199, 89, 0.35); }
[data-theme="dark"] .diff-icon-box.icon-cyan { background: rgba(50, 173, 230, 0.22); color: #70d7ff; border: 1px solid rgba(50, 173, 230, 0.3); }
[data-theme="dark"] .diff-icon-box.icon-sky { background: rgba(0, 122, 255, 0.22); color: #64d2ff; border: 1px solid rgba(0, 122, 255, 0.3); }
[data-theme="dark"] .diff-icon-box.icon-purple { background: rgba(175, 82, 222, 0.22); color: #f0abfc; border: 1px solid rgba(175, 82, 222, 0.3); }
[data-theme="dark"] .diff-icon-box.icon-amber { background: rgba(255, 149, 0, 0.22); color: #ffd426; border: 1px solid rgba(255, 149, 0, 0.3); }
[data-theme="dark"] .diff-icon-box.icon-pink { background: rgba(255, 45, 85, 0.22); color: #ff7597; border: 1px solid rgba(255, 45, 85, 0.3); }

/* --------------------------------------------------------------------------
   Apple Precision SVG Technical Wires & Hotspot Pins (2.5px High-Definition)
   -------------------------------------------------------------------------- */

/* 精密微核心针点 (Apple Precision Hotspot with Expanding Radar Ripples) */
/* ==========================================================================
   Flighty-Style Hero 10-Notification Interactive Stream System
   (1:1 Equal Spacing, Full-Height Coverage, Unified Directional Slide & Apple Icons)
   ========================================================================== */

.hero-phone-anchor-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 32px;
}

/* 核心真机 iPhone：放大更挺拔 (max-width: 360px)，最高层级 (z-index: 10)，卡片伸向中央时自然被手机机身遮盖 */
.hero-stage-img {
  position: relative;
  z-index: 10 !important;
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 52px rgba(0, 0, 0, 0.16));
  transition: transform var(--transition-normal);
  pointer-events: none;
}

[data-theme="dark"] .hero-stage-img {
  filter: drop-shadow(0 24px 52px rgba(0, 0, 0, 0.55));
}

/* --------------------------------------------------------------------------
   Desktop Notification Stream Layout (100% 在 iPhone 内部高度范围，左高右低交错拉链)
   -------------------------------------------------------------------------- */

.hero-notification-stream {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* 左列 5 张卡片：高度严格占 iPhone 的 72%，偏上布局 (top: 5%) */
.stream-left {
  position: absolute;
  top: 5%;
  height: 72%;
  right: calc(50% + 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 390px;
  max-width: 410px;
  align-items: flex-end;
  pointer-events: auto;
  z-index: 2;
}

/* 右列 5 张卡片：高度严格占 iPhone 的 72%，偏下布局 (top: 23%)，形成交错拉链 */
.stream-right {
  position: absolute;
  top: 23%;
  height: 72%;
  left: calc(50% + 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 390px;
  max-width: 410px;
  align-items: flex-start;
  pointer-events: auto;
  z-index: 2;
}

/* --------------------------------------------------------------------------
   Single Stream Micro-Card (Flighty Physical Liquid Glass Standard, 76px Scale)
   -------------------------------------------------------------------------- */

.stream-card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 18px;
  height: 76px;
  background: var(--glass-gradient);
  backdrop-filter: var(--glass-backdrop-filter);
  border-radius: var(--radius-card);
  border: 1px solid var(--glass-border-subtle);
  box-shadow:
    0 0 1px 1px rgba(0, 0, 0, 0.03),
    0 4px 12px rgba(0, 0, 0, 0.03),
    0 20px 48px -12px rgba(0, 0, 0, 0.08),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  font-family: var(--font-figtree);
  cursor: pointer;
  user-select: none;
  outline: none;
  z-index: 2;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.35s ease,
    border-color 0.25s ease;
}

[data-theme="dark"] .stream-card {
  background: var(--navbar-gradient);
  border-color: var(--glass-border-subtle);
  box-shadow:
    0 0 1px 1px rgba(255, 255, 255, 0.06),
    0 6px 16px rgba(0, 0, 0, 0.4),
    0 24px 56px -12px rgba(0, 0, 0, 0.6),
    inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

/* --------------------------------------------------------------------------
   Flighty Authentic Asymmetrical Insertion Staggering (深浅交错插拔)
   -------------------------------------------------------------------------- */

/* 左侧 5 张卡片：深浅交错（右端始终插入手机机身背后 115px ~ 165px） */
.stream-card-l1 {
  transform: translateX(25px);
}
.stream-card-l2 {
  transform: translateX(-15px);
}
.stream-card-l3 {
  transform: translateX(20px);
}
.stream-card-l4 {
  transform: translateX(-25px);
}
.stream-card-l5 {
  transform: translateX(10px);
}

/* 右侧 5 张卡片：深浅交错（左端始终插入手机机身背后 115px ~ 165px） */
.stream-card-r1 {
  transform: translateX(10px);
}
.stream-card-r2 {
  transform: translateX(-25px);
}
.stream-card-r3 {
  transform: translateX(15px);
}
.stream-card-r4 {
  transform: translateX(-20px);
}
.stream-card-r5 {
  transform: translateX(-5px);
}

/* --------------------------------------------------------------------------
   Flighty Depth-of-Field & Opacity Hierarchy (斑马纹交错褪色与聚焦体系)
   -------------------------------------------------------------------------- */

.card-depth-focus {
  opacity: 1;
  z-index: 3;
}

.card-depth-fade {
  opacity: 0.36;
  filter: saturate(80%);
  z-index: 1;
}

/* --------------------------------------------------------------------------
   Responsive Deep/Shallow Insertion Hover Slide Algorithm
   (悬停平滑抽出展示，但保证 105px 始终深入机身背后，杜绝悬空露边)
   -------------------------------------------------------------------------- */

/* 左侧卡片悬停向左滑出：舒展展示全部文字，右端深度锚定在机身背后 */
.stream-left .stream-card:hover {
  transform: translateX(-35px) scale(1.02) !important;
}
.stream-left .stream-card-l4:hover {
  transform: translateX(-38px) scale(1.02) !important;
}

/* 右侧卡片悬停向右滑出：舒展展示全部文字，左端深度锚定在机身背后 (绝不脱出) */
.stream-right .stream-card:hover {
  transform: translateX(35px) scale(1.02) !important;
}

/* 通用 Hover 状态：100% 自然聚焦、高光与平滑层叠 */
.stream-left .stream-card:hover,
.stream-right .stream-card:hover {
  opacity: 1 !important;
  filter: none !important;
  z-index: 15 !important;
  box-shadow:
    0 0 0 1px rgba(52, 199, 89, 0.4),
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 28px 60px rgba(0, 0, 0, 0.12),
    inset 0 1px 1.5px #ffffff !important;
  border-color: rgba(52, 199, 89, 0.5);
}

[data-theme="dark"] .stream-left .stream-card:hover,
[data-theme="dark"] .stream-right .stream-card:hover {
  box-shadow:
    0 0 0 1px rgba(52, 199, 89, 0.5),
    0 28px 60px rgba(0, 0, 0, 0.7),
    inset 0 1px 1px rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(52, 199, 89, 0.65);
}

.stream-card:active {
  transform: scale(0.985) !important;
}

.stream-card:focus-visible {
  outline: 2px solid var(--cupertino-system-blue);
  outline-offset: 2px;
  opacity: 1 !important;
}

/* --------------------------------------------------------------------------
   Apple-Grade Squircle Vector Micro-Icons (精致高质感统一矢量体系, 42px Scale)
   -------------------------------------------------------------------------- */

.stream-icon-box {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  box-shadow:
    inset 0 1px 1.5px rgba(255, 255, 255, 0.9),
    0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform var(--motion-fast) var(--ease-standard);
}

.stream-icon-box svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Mobile pill icon box */
.pill-icon {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

[data-theme="dark"] .pill-icon {
  background: rgba(255, 255, 255, 0.08);
}

/* 1. 科技蓝 (简历构建 & JD 档案) */
.icon-box-blue {
  background: linear-gradient(
    180deg,
    rgba(0, 122, 255, 0.16) 0%,
    rgba(0, 122, 255, 0.05) 100%
  );
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.22);
}

/* 2. 靛紫 (AI 经历量化润色) */
.icon-box-indigo {
  background: linear-gradient(
    180deg,
    rgba(88, 86, 214, 0.16) 0%,
    rgba(88, 86, 214, 0.05) 100%
  );
  color: #5856d6;
  border: 1px solid rgba(88, 86, 214, 0.22);
}

/* 3. 暖橙 (精选排版模版) */
.icon-box-orange {
  background: linear-gradient(
    180deg,
    rgba(255, 149, 0, 0.16) 0%,
    rgba(255, 149, 0, 0.05) 100%
  );
  color: #ff9500;
  border: 1px solid rgba(255, 149, 0, 0.22);
}

/* 4. 翡翠绿 (破冰招呼语) */
.icon-box-green {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.18) 0%,
    rgba(52, 199, 89, 0.06) 100%
  );
  color: #34c759;
  border: 1px solid rgba(52, 199, 89, 0.26);
}

/* 5. 钛金石板灰 (本地隐私安全) */
.icon-box-slate {
  background: linear-gradient(
    180deg,
    rgba(142, 142, 147, 0.18) 0%,
    rgba(142, 142, 147, 0.06) 100%
  );
  color: #64748b;
  border: 1px solid rgba(142, 142, 147, 0.24);
}

/* 6. 高亮祖母绿 (目标岗位绝配) */
.icon-box-emerald {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.22) 0%,
    rgba(52, 199, 89, 0.08) 100%
  );
  color: #28cd41;
  border: 1px solid rgba(52, 199, 89, 0.32);
}

/* 7. 天青青蓝 (ATS 智能体检) */
.icon-box-cyan {
  background: linear-gradient(
    180deg,
    rgba(50, 173, 230, 0.18) 0%,
    rgba(50, 173, 230, 0.06) 100%
  );
  color: #32ade6;
  border: 1px solid rgba(50, 173, 230, 0.24);
}

/* 8. 晴空蓝 (批量 JD 管理) */
.icon-box-sky {
  background: linear-gradient(
    180deg,
    rgba(0, 122, 255, 0.16) 0%,
    rgba(0, 122, 255, 0.05) 100%
  );
  color: #007aff;
  border: 1px solid rgba(0, 122, 255, 0.22);
}

/* 9. 紫罗兰 (专属面试报告) */
.icon-box-purple {
  background: linear-gradient(
    180deg,
    rgba(175, 82, 222, 0.18) 0%,
    rgba(175, 82, 222, 0.06) 100%
  );
  color: #af52de;
  border: 1px solid rgba(175, 82, 222, 0.24);
}

/* 10. 琥珀金 (求职策略全流程洞察) */
.icon-box-amber {
  background: linear-gradient(
    180deg,
    rgba(255, 149, 0, 0.18) 0%,
    rgba(255, 149, 0, 0.06) 100%
  );
  color: #ff9500;
  border: 1px solid rgba(255, 149, 0, 0.24);
}

/* 11. 活力粉 (专属亮点) */
.icon-box-pink {
  background: linear-gradient(
    180deg,
    rgba(255, 45, 85, 0.18) 0%,
    rgba(255, 45, 85, 0.06) 100%
  );
  color: #ff2d55;
  border: 1px solid rgba(255, 45, 85, 0.24);
}

/* 暗色模式图标微调 */
[data-theme="dark"] .icon-box-blue {
  background: rgba(0, 122, 255, 0.22);
  color: #64d2ff;
}
[data-theme="dark"] .icon-box-indigo {
  background: rgba(88, 86, 214, 0.22);
  color: #a5b4fc;
}
[data-theme="dark"] .icon-box-orange {
  background: rgba(255, 149, 0, 0.22);
  color: #ffd426;
}
[data-theme="dark"] .icon-box-green {
  background: rgba(52, 199, 89, 0.22);
  color: #30d158;
}
[data-theme="dark"] .icon-box-slate {
  background: rgba(142, 142, 147, 0.22);
  color: #cbd5e1;
}
[data-theme="dark"] .icon-box-emerald {
  background: rgba(52, 199, 89, 0.25);
  color: #30d158;
}
[data-theme="dark"] .icon-box-cyan {
  background: rgba(50, 173, 230, 0.22);
  color: #70d7ff;
}
[data-theme="dark"] .icon-box-sky {
  background: rgba(0, 122, 255, 0.22);
  color: #64d2ff;
}
[data-theme="dark"] .icon-box-purple {
  background: rgba(175, 82, 222, 0.22);
  color: #f0abfc;
}
[data-theme="dark"] .icon-box-amber {
  background: rgba(255, 149, 0, 0.22);
  color: #ffd426;
}
[data-theme="dark"] .icon-box-pink {
  background: rgba(255, 45, 85, 0.22);
  color: #ff7597;
}

/* --------------------------------------------------------------------------
   Strict Two-Line Flighty Typography Stack (Generous Spacing & High Readability)
   -------------------------------------------------------------------------- */

.stream-text-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.stream-title {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-ink-black);
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.015em;
  margin-bottom: 2px;
}

.stream-sub {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--color-fog-gray);
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.01em;
}

[data-theme="dark"] .stream-sub {
  color: var(--color-smoke);
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints for Hero Stream (Desktop 10-Card vs Mobile Dual-Track Marquee)
   -------------------------------------------------------------------------- */

/* 移动端专属跑道默认在桌面端隐藏 */
.hero-stream-mobile {
  display: none;
}

/* 移动端/窄屏 (< 1024px) —— 桌面 10 卡隐藏，激活移动端专属双轨无限无缝跑道 */
@container hero (max-width: 1023px) {
  .hero-studio-stage {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0 24px;
    width: 100%;
    overflow: hidden;
  }

  .hero-phone-anchor-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .hero-stage-img {
    max-width: 230px;
    margin: 0 auto 16px;
    display: block;
  }

  /* 隐藏桌面端 10 卡 */
  .hero-stream-desktop {
    /* !important 保留(承载型,六轮实证):后位 @container hero≤959px 块对共享基类
       .hero-notification-stream 重设 display:flex,同优先级后写胜出,无 !important 时桌面跑道在移动端复活 */
    display: none !important;
  }

  /* 激活移动端专属双轨流动跑道 */
  .hero-stream-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(-50vw + 50%);
    padding: 4px 0;
    overflow: hidden;
    position: relative;
    pointer-events: auto;
    /* 左右电影级深度羽化遮罩 */
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 1) 10%,
      rgba(0, 0, 0, 1) 90%,
      transparent 100%
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 1) 10%,
      rgba(0, 0, 0, 1) 90%,
      transparent 100%
    );
  }

  .stream-track-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
  }

  .stream-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: max-content;
    will-change: transform;
  }

  /* 上轨向左无限滚动 */
  .stream-track-left {
    animation: marqueeInfiniteLeft 24s linear infinite; /* design-audit: allow — 常驻走马灯循环,非 UI 微过渡(规范 §6 末条既有模式保留) */
  }

  /* 下轨向右无限滚动 */
  .stream-track-right {
    animation: marqueeInfiniteRight 24s linear infinite; /* design-audit: allow — 常驻走马灯循环,非 UI 微过渡(规范 §6 末条既有模式保留) */
  }

  .hero-stream-mobile:hover .stream-track,
  .hero-stream-mobile:active .stream-track {
    animation-play-state: paused;
  }

  /* 移动端纯圆润 Liquid Glass 胶囊 */
  .stream-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px 7px 10px;
    border-radius: 999px;
    background: var(--glass-gradient);
    backdrop-filter: var(--glass-backdrop-filter);
    border: 1px solid var(--glass-border-subtle);
    box-shadow:
      0 2px 8px rgba(0, 0, 0, 0.04),
      inset 0 1px 1px rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
    cursor: pointer;
    white-space: nowrap;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  [data-theme="dark"] .stream-pill {
    background: var(--navbar-gradient);
    border-color: var(--glass-border-subtle);
    box-shadow:
      0 2px 8px rgba(0, 0, 0, 0.2),
      inset 0 1px 1px rgba(255, 255, 255, 0.1);
  }

  .stream-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .stream-pill:active {
    transform: scale(0.96);
  }

  .pill-icon {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  [data-theme="dark"] .pill-icon {
    background: rgba(255, 255, 255, 0.08);
  }

  .pill-icon.icon-blue {
    background: rgba(0, 122, 255, 0.12);
    color: #007aff;
  }
  .pill-icon.icon-indigo {
    background: rgba(88, 86, 214, 0.12);
    color: #5856d6;
  }
  .pill-icon.icon-orange {
    background: rgba(255, 149, 0, 0.12);
    color: #ff9500;
  }
  .pill-icon.icon-green {
    background: rgba(52, 199, 89, 0.12);
    color: #34c759;
  }
  .pill-icon.icon-slate {
    background: rgba(142, 142, 147, 0.12);
    color: #64748b;
  }

  [data-theme="dark"] .pill-icon.icon-blue { background: rgba(0, 122, 255, 0.22); color: #64d2ff; }
  [data-theme="dark"] .pill-icon.icon-indigo { background: rgba(88, 86, 214, 0.22); color: #a5b4fc; }
  [data-theme="dark"] .pill-icon.icon-orange { background: rgba(255, 149, 0, 0.22); color: #ffd426; }
  [data-theme="dark"] .pill-icon.icon-green { background: rgba(52, 199, 89, 0.22); color: #30d158; }
  [data-theme="dark"] .pill-icon.icon-slate { background: rgba(142, 142, 147, 0.22); color: #cbd5e1; }

  .pill-text {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--color-ink-black);
    line-height: 1;
    letter-spacing: -0.01em;
  }
}

@keyframes marqueeInfiniteLeft { /* design-audit: allow — 常驻走马灯关键帧(规范 §6 末条) */
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeInfiniteRight { /* design-audit: allow — 常驻走马灯关键帧(规范 §6 末条) */
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* --------------------------------------------------------------------------
   Strict Two-Line Flighty Typography Stack
   -------------------------------------------------------------------------- */

.stream-text-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.stream-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink-black);
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.015em;
}

.stream-sub {
  font-size: 11.5px;
  font-weight: 500;
  color: var(--color-fog-gray);
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.01em;
}

[data-theme="dark"] .stream-sub {
  color: var(--color-smoke);
}

/* --------------------------------------------------------------------------
   Responsive Breakpoints for Hero Stream
   -------------------------------------------------------------------------- */

/* 1. 中型屏 (1100px ~ 1380px) */
@container hero (min-width: 1100px) and (max-width: 1380px) {
  .hero-stream-col {
    width: 300px;
    gap: 12px;
  }
  .stream-left {
    right: calc(100% - 60px);
  }
  .stream-right {
    left: calc(100% - 60px);
  }
  .stream-title {
    font-size: 12.5px;
  }
  .stream-sub {
    font-size: 10.5px;
  }
}

/* 2. 平板端 (960px ~ 1099px) */
@container hero (min-width: 960px) and (max-width: 1099px) {
  .hero-stream-col {
    width: 260px;
    gap: 10px;
  }
  .stream-left {
    right: calc(100% - 40px);
  }
  .stream-right {
    left: calc(100% - 40px);
  }
  .stream-title {
    font-size: 11.5px;
  }
  .stream-sub {
    font-size: 9.5px;
  }
}

/* 3. 移动端 (< 960px) —— 优雅转为垂直卡片流 */
@container hero (max-width: 959px) {
  .hero-studio-stage {
    flex-direction: column;
    padding: 16px 0 24px;
    gap: 20px;
  }

  .hero-phone-anchor-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero-stage-img {
    width: 84%;
    max-width: 320px;
    min-width: 250px;
    height: auto;
    margin-bottom: 20px;
  }

  .hero-notification-stream {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 480px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .hero-stream-col {
    position: static;
    width: 100%;
    transform: none !important;
    gap: 10px;
  }

  .stream-card {
    max-width: 100%;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}

@container hero (min-width: 560px) and (max-width: 959px) {
  .hero-notification-stream {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 680px;
  }
}

.hero-stage-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1350 / 2760;
  border: 0;
  outline: 0;
  box-shadow: none;
  filter: none;
  -webkit-filter: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  background: transparent;
  transform: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* ==========================================================================
   Showcase Section (Interactive 6-Step Journey)
   ========================================================================== */

.showcase-section {
  container-type: inline-size;
  container-name: showcase;
  position: relative;
}

.showcase-header {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 36px auto;
  transition: opacity var(--motion-fast) var(--ease-standard);
  will-change: opacity;
}

.showcase-header.fade-switch {
  opacity: 0.15;
}

.showcase-heading {
  margin: 0 auto;
  line-height: 1.38;
}

.showcase-desc {
  margin: 10px auto 0;
  max-width: 680px;
}

.step-nav-pills {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 24px;
  width: 100%;
  padding: 5px;
  background: var(--navbar-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: var(--radius-inner-card);
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
  box-sizing: border-box;
}

@container showcase (min-width: 860px) {
  .step-nav-pills {
    grid-template-columns: repeat(5, 1fr);
    border-radius: var(--radius-pill);
  }
}

/* iOS & Craft 风格平滑滑动指示器药丸 */
.step-nav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-image: var(--glass-gradient);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-pill);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.08),
    inset 0 1px 1px #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    height 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.15s ease;
}

.step-nav-indicator.ready {
  opacity: 1;
}

[data-theme="dark"] .step-nav-indicator {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.step-tab-btn {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 38px;
  padding: 0;
  margin: 0;
  border-radius: var(--radius-pill);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--color-fog-gray);
  font-family: inherit;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1;
  transition: color var(--motion-fast) var(--ease-standard);
  cursor: pointer;
  text-align: center;
  user-select: none;
  outline: none;
  box-sizing: border-box;
}

.step-tab-btn .step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  font-family: var(--font-figtree);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-fog-gray);
  flex-shrink: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition:
    background-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.step-tab-text {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.step-tab-btn:hover {
  color: var(--color-ink-black);
}

.step-tab-btn.active {
  color: var(--color-ink-black);
  font-weight: 700;
}

.step-tab-btn.active .step-index {
  background-color: var(--color-primary-soft);
  border-color: rgba(52, 199, 89, 0.4);
  color: var(--color-primary);
}

.step-showcase-panel {
  position: relative;
  border-radius: var(--radius-container);
  padding: clamp(20px, 4vw, 36px) clamp(14px, 3.5vw, 28px);
  border: 1px solid var(--glass-border-subtle);
  background: var(--glass-gradient);
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 4vw, 32px);
  align-items: start;
  min-height: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

[data-theme="dark"] .step-showcase-panel {
  background: var(--navbar-gradient);
  border-color: var(--glass-border-subtle);
}

@container showcase (min-width: 900px) {
  .step-showcase-panel {
    grid-template-columns: 1.18fr 320px;
    padding: 40px 36px;
    gap: var(--gap-xl);
    min-height: 540px;
    align-items: center;
  }
}

.step-panel-left {
  width: 100%;
  min-width: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
  transition: opacity var(--motion-fast) var(--ease-standard);
  will-change: opacity;
}

.step-panel-left.fade-switch {
  opacity: 0.15;
}

.step-panel-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.step-device-img {
  max-height: 480px;
  width: auto;
  object-fit: contain;
  transition: opacity var(--motion-fast) var(--ease-standard);
  will-change: opacity;
}

.step-device-img.fade-switch {
  opacity: 0.15;
}

.step-metric-inline {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-figtree);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  background-color: rgba(52, 199, 89, 0.08);
  border: 1px solid rgba(52, 199, 89, 0.22);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  line-height: 1.2;
}

[data-theme="dark"] .step-metric-inline {
  background-color: rgba(48, 209, 88, 0.16);
  border-color: rgba(48, 209, 88, 0.3);
  color: #30d158;
}

/* ==========================================================================
   Step 01: 智能简历构建 · 引导点选交互微组件 (Interactive Builder Widget)
   ========================================================================== */

.interactive-builder-widget {
  background: transparent;
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* ===== SVG 六步叙事错峰入场（步骤1 结构 → 步骤2 技能池 → 步骤3 问题卡 → 步骤4 选项 → 步骤5 操作 → 步骤6 提交强调） ===== */
:is(.interactive-builder-widget, .interactive-theme-preview-widget) [data-enter] {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

:is(.interactive-builder-widget, .interactive-theme-preview-widget).is-entered [data-enter] {
  opacity: 1;
  transform: translateY(0);
}

.interactive-theme-preview-widget .theme-tabs-bar[data-enter] {
  transition-delay: 0.05s;
}

.interactive-theme-preview-widget .theme-tweak-bar[data-enter] {
  transition-delay: 0.2s;
}

.interactive-theme-preview-widget .theme-preview-paper[data-enter] {
  transition-delay: 0.38s;
}

.interactive-builder-widget .builder-category-block[data-enter] {
  transition-delay: 0.05s;
}

.interactive-builder-widget .builder-chip[data-enter] {
  transition-delay: calc(0.24s + var(--enter-idx, 0) * 0.06s);
}

.interactive-builder-widget .builder-question-card[data-enter] {
  transition-delay: 0.5s;
}

.interactive-builder-widget .builder-option-item[data-enter] {
  transition-delay: calc(0.62s + var(--enter-idx, 0) * 0.08s);
}

.interactive-builder-widget .builder-card-footer[data-enter] {
  transition-delay: 0.95s;
}

.builder-category-block {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

.builder-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.builder-category-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink-black);
  display: flex;
  align-items: center;
  gap: 6px;
}

.builder-arrow-down {
  font-size: 11px;
  color: var(--color-fog-gray);
}

.builder-select-all {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.builder-select-all:hover {
  text-decoration: underline;
}

.builder-chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.builder-chip {
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  font-size: 12.5px;
  font-weight: 500;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-ink-black);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all var(--motion-fast) var(--ease-standard);
  user-select: none;
}

.builder-chip:hover {
  border-color: rgba(0, 0, 0, 0.14);
  background-color: var(--color-surface-hover);
  transform: translateY(-1px);
}

.builder-chip.active {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.16) 0%,
    rgba(52, 199, 89, 0.06) 100%
  );
  border: 1px solid rgba(52, 199, 89, 0.4);
  color: var(--color-ink-black);
  box-shadow:
    0 2px 8px rgba(52, 199, 89, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

[data-theme="dark"] .builder-chip.active {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.25) 0%,
    rgba(52, 199, 89, 0.12) 100%
  );
  border-color: rgba(52, 199, 89, 0.5);
  color: #ffffff;
  box-shadow:
    0 2px 10px rgba(52, 199, 89, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.builder-question-card {
  position: relative;
  background: var(--glass-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: var(--radius-inner-card);
  padding: 16px;
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
}

[data-theme="dark"] .builder-question-card {
  background: var(--navbar-gradient);
  border-color: var(--glass-border-subtle);
}

.builder-q-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink-black);
  margin-bottom: 3px;
  line-height: 1.4;
}

.builder-q-hint {
  font-size: 11.5px;
  color: var(--color-fog-gray);
  margin-bottom: 10px;
}

.builder-options-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 12px;
}

.builder-option-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: var(--radius-button);
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: all var(--motion-fast) var(--ease-standard);
}

.builder-option-item:hover {
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.builder-option-item.active {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.12) 0%,
    rgba(52, 199, 89, 0.04) 100%
  );
  border: 1px solid rgba(52, 199, 89, 0.38);
  box-shadow:
    0 4px 14px rgba(52, 199, 89, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .builder-option-item.active {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.2) 0%,
    rgba(52, 199, 89, 0.08) 100%
  );
  border-color: rgba(52, 199, 89, 0.45);
  box-shadow:
    0 4px 16px rgba(52, 199, 89, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.builder-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid var(--color-fog-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  transition: all var(--motion-fast) var(--ease-standard);
}

.builder-option-item.active .builder-checkbox {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}

.builder-option-text {
  font-size: 12.5px;
  color: var(--color-ink-black);
  flex-grow: 1;
  line-height: 1.4;
}

.builder-cursor {
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: var(--color-primary);
  margin-left: 2px;
  vertical-align: middle;
  animation: cursor-blink 1s infinite; /* design-audit: allow — 打字光标常驻闪烁(规范 §6 末条) */
}

@keyframes cursor-blink { /* design-audit: allow — 打字光标常驻闪烁关键帧(规范 §6 末条) */
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.builder-chevron {
  font-size: 14px;
  color: var(--color-fog-gray);
  line-height: 1;
}

.builder-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
}

.builder-btn-custom {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-primary);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.builder-btn-custom:hover {
  text-decoration: underline;
}

.builder-btn-submit {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-ink-black);
  background-image: var(--glass-gradient);
  background-position: 50% 0;
  background-size: 300% 300%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: var(--radius-pill);
  padding: 5px 16px;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.06),
    inset 0 1px 1px #ffffff;
  cursor: pointer;
  transition: all var(--motion-slow) var(--ease-standard);
}

.builder-btn-submit:hover {
  background-position: 50% 70%;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.1),
    inset 0 1px 1.5px #ffffff;
  transform: translateY(-1px);
}

[data-theme="dark"] .builder-btn-submit {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

/* 提交成功态（§6.1 颜色过渡 + 品牌绿确认语义） */
.builder-btn-submit {
  transition:
    background-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.builder-btn-submit.is-success {
  background-image: none;
  background-color: var(--cupertino-system-green);
  color: var(--color-pure-white);
  border-color: var(--cupertino-system-green);
}

/* ==========================================================================
   Step 02: 绝配简历 (JD Tailoring) · Remotion 风格双向融合与演进时间轴动效体系
   ========================================================================== */

.interactive-resume-morph-widget {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
  font-family: var(--font-figtree);
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* 顶部解说说明条与时间轴进度条 (Live Narrative Caption & Progress Bar) */
.morph-live-caption-bar {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: clamp(8px, 2vw, 10px) clamp(10px, 2.5vw, 14px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.morph-caption-headline {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.8vw, 8px);
  width: 100%;
  min-width: 0;
}

.morph-phase-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.16) 0%,
    rgba(52, 199, 89, 0.08) 100%
  );
  color: #1a7a37;
  border: 1px solid rgba(52, 199, 89, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}

[data-theme="dark"] .morph-phase-pill {
  background: rgba(48, 209, 88, 0.18);
  color: #30d158;
  border-color: rgba(48, 209, 88, 0.35);
}

.morph-caption-text {
  font-size: clamp(10.5px, 2.2vw, 11.5px);
  font-weight: 600;
  color: var(--color-ink-black);
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  flex: 1 1 0;
  min-width: 0;
}

.morph-timeline-tracks {
  display: flex;
  gap: 5px;
  width: 100%;
  padding: 3px 0;
  cursor: pointer;
}

.morph-timeline-seg {
  flex: 1;
  height: 5px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background-color 0.15s ease;
}

.morph-timeline-seg:hover {
  transform: scaleY(1.4);
  background: rgba(0, 0, 0, 0.16);
}

[data-theme="dark"] .morph-timeline-seg {
  background: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .morph-timeline-seg:hover {
  background: rgba(255, 255, 255, 0.24);
}

.morph-timeline-seg .seg-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--color-primary);
  border-radius: 3px;
  pointer-events: none;
}

.morph-timeline-seg.is-completed .seg-fill {
  width: 100%;
}

/* 动效视口区域 (Stage Viewport) - 统一固定高度 295px，与 Tab 1 构建器高度完美匹配 */
.morph-stage-viewport {
  position: relative;
  min-height: 295px;
  height: 295px;
  width: 100%;
  overflow: visible;
}

/* --------------------------------------------------------------------------
   双场景绝对互斥隔离与 GPU 硬件加速 Cross-Fade 契约 (Zero-Jitter Cross-Fade)
   -------------------------------------------------------------------------- */

.morph-scene-merge,
.morph-scene-tailored {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition:
    opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

/* Phase 01: 双向融合场景激活，新简历平滑静止在后方 */
.phase-merge .morph-scene-merge {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}

.phase-merge .morph-scene-tailored {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
  z-index: 1;
}

.phase-rewrite .morph-scene-merge,
.phase-reorder .morph-scene-merge,
.phase-bold .morph-scene-merge {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
  z-index: 1;
}


/* --------------------------------------------------------------------------
   Scene 1: 双卡片左右向心轻旋靠拢融合 (Inward Tilting Convergence)
   -------------------------------------------------------------------------- */

.morph-scene-merge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

.morph-split-cards-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(8px, 2.5vw, 16px);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

/* 两个竖向长方形卡片 (1:1 精确等宽等高，iPhone 纵向长方形自适应流式伸缩) */
.morph-split-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: 240px;
  width: 100%;
  height: 100%;
  max-height: 295px;
  background: var(--color-surface);
  background-clip: padding-box;
  border: 1px solid var(--glass-border-subtle);
  border-radius: 12px;
  padding: clamp(6px, 1.8vw, 10px) clamp(6px, 2vw, 12px);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.04),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--glass-backdrop-filter);
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 0.8vw, 3.5px);
  box-sizing: border-box;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform-origin: center bottom;
}

.phase-merge .card-jd-left {
  animation: fusion-tilt-slide-left 2.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; /* design-audit: allow — showcase 合并一次性编排动画(规范 §6 末条既有模式保留) */
}

.phase-merge .card-master-right {
  animation: fusion-tilt-slide-right 2.8s cubic-bezier(0.16, 1, 0.3, 1) forwards; /* design-audit: allow — showcase 合并一次性编排动画(规范 §6 末条既有模式保留) */
}

/* 融合向心向右倾斜靠拢 (Left Card: Inward Tilt Clockwise) */
@keyframes fusion-tilt-slide-left { /* design-audit: allow — showcase 一次性编排关键帧(规范 §6 末条) */
  0% {
    transform: translateX(-4px) rotate(0deg) scale(0.98);
    opacity: 1;
  }
  15%,
  65% {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1;
  }
  82% {
    transform: translateX(clamp(16px, 4vw, 26px)) rotate(2.5deg) scale(0.96);
    opacity: 0.8;
  }
  94% {
    transform: translateX(clamp(28px, 6vw, 45px)) rotate(4deg) scale(0.92);
    opacity: 0.2;
  }
  100% {
    transform: translateX(clamp(36px, 8vw, 54px)) rotate(5deg) scale(0.88);
    opacity: 0;
  }
}

/* 融合向心向左倾斜靠拢 (Right Card: Inward Tilt Counter-Clockwise) */
@keyframes fusion-tilt-slide-right { /* design-audit: allow — showcase 一次性编排关键帧(规范 §6 末条) */
  0% {
    transform: translateX(4px) rotate(0deg) scale(0.98);
    opacity: 1;
  }
  15%,
  65% {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1;
  }
  82% {
    transform: translateX(calc(-1 * clamp(16px, 4vw, 26px))) rotate(-2.5deg)
      scale(0.96);
    opacity: 0.8;
  }
  94% {
    transform: translateX(calc(-1 * clamp(28px, 6vw, 45px))) rotate(-4deg)
      scale(0.92);
    opacity: 0.2;
  }
  100% {
    transform: translateX(calc(-1 * clamp(36px, 8vw, 54px))) rotate(-5deg)
      scale(0.88);
    opacity: 0;
  }
}

.split-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.split-badge {
  font-size: 9px;
  font-weight: 700;
  padding: 1.5px 6px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.split-badge.badge-dark {
  background: var(--color-charcoal-block);
  color: #ffffff;
}

[data-theme="dark"] .split-badge.badge-dark {
  background: #38383a;
}

.split-badge.badge-stone {
  background: var(--color-chalk);
  color: var(--color-fog-gray);
}

[data-theme="dark"] .split-badge.badge-stone {
  background: #38383a;
  color: var(--color-smoke);
}

.split-card-title {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--color-ink-black);
  line-height: 1.25;
}

.split-card-sub {
  font-size: 9px;
  color: var(--color-fog-gray);
  line-height: 1.2;
}

.split-card-meta {
  font-size: 8.5px;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.2;
  margin-top: -1px;
}

.split-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 1px 0 2px 0;
}

.morph-mini-tag {
  font-size: 8.5px;
  font-weight: 600;
  padding: 1.5px 4.5px;
  border-radius: 3px;
  background: rgba(52, 199, 89, 0.12);
  color: var(--color-primary);
}

[data-theme="dark"] .morph-mini-tag {
  background: rgba(48, 209, 88, 0.2);
  color: #30d158;
}

.split-card-reqs {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: var(--color-surface-secondary);
  padding: 5px 7px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}

.split-req-item {
  font-size: 8.5px;
  color: var(--color-ink-black);
  line-height: 1.35;
}

.split-items-list {
  display: flex;
  flex-direction: column;
  gap: 3.5px;
}

.split-raw-item {
  font-size: 8.5px;
  color: var(--color-ink-black);
  background: var(--color-surface-secondary);
  padding: 4px 6px;
  border-radius: 6px;
  line-height: 1.3;
  border: 1px solid var(--color-border);
}

.split-raw-item .raw-label {
  font-weight: 700;
  color: var(--color-fog-gray);
}

/* --------------------------------------------------------------------------
   Scene 2~4: 新绝配简历画纸从中央融合绽放浮现 (Tailored Resume Center Emerge)
   -------------------------------------------------------------------------- */

.morph-resume-paper {
  position: relative;
  background: var(--color-surface);
  background-clip: padding-box;
  border: 1px solid var(--glass-border-subtle);
  border-radius: 14px;
  padding: 10px 14px;
  height: 100%;
  max-height: 295px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--glass-backdrop-filter);
  overflow: visible;
}

.morph-paper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-border);
}

.morph-paper-badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-ink-black);
}

/* --------------------------------------------------------------------------
   FLIP 真实流式布局体系与微交互动效 (FLIP Flow Layout & Micro-Interactions)
   -------------------------------------------------------------------------- */

.morph-sections-flow {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
}

/* 真实简历段落排版 (去除死板常驻灰框，采用通透优雅的段落微背景与自然排版) */
.morph-section-card {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 4px 6px;
  display: flex;
  flex-direction: column;
  gap: 1.5px;
  position: relative;
  box-sizing: border-box;
  transition:
    border-color 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

/* 统一高阶卡片焦点发光环体系 (Transient Halo & High Contrast Highlights) */
.morph-section-card.focus-green,
.morph-section-card.is-editing-focus,
.morph-section-card.is-sorting-focus {
  border-color: rgba(52, 199, 89, 0.35) !important;
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.14) 0%,
    rgba(52, 199, 89, 0.05) 100%
  ) !important;
  box-shadow:
    0 0 0 1px rgba(52, 199, 89, 0.25),
    0 4px 16px rgba(52, 199, 89, 0.12),
    inset 0 1px 1px #ffffff !important;
}

.morph-section-card.focus-red,
.morph-section-card.is-pruning-focus {
  border-color: rgba(255, 59, 48, 0.35) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 59, 48, 0.12) 0%,
    rgba(255, 59, 48, 0.04) 100%
  ) !important;
  box-shadow:
    0 0 0 1px rgba(255, 59, 48, 0.25),
    0 4px 14px rgba(255, 59, 48, 0.1),
    inset 0 1px 1px #ffffff !important;
}

.morph-section-card.focus-stone {
  border-color: var(--color-border) !important;
  background-color: var(--color-surface-secondary) !important;
}

.sec-club {
  opacity: 0.9;
}

[data-theme="dark"] .morph-section-card.focus-green,
[data-theme="dark"] .morph-section-card.is-editing-focus,
[data-theme="dark"] .morph-section-card.is-sorting-focus {
  background-color: rgba(48, 209, 88, 0.18) !important;
  box-shadow:
    0 0 0 2px rgba(48, 209, 88, 0.4),
    0 8px 24px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .morph-section-card.focus-red,
[data-theme="dark"] .morph-section-card.is-pruning-focus {
  background-color: rgba(255, 69, 58, 0.15) !important;
  box-shadow:
    0 0 0 2px rgba(255, 69, 58, 0.4),
    0 8px 24px rgba(0, 0, 0, 0.4);
}

.sec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sec-title {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--color-ink-black);
}

/* 统一右上角瞬态指示标签 (Unified Top-Right Status Chip) */
.sec-status-chip {
  margin-left: auto;
  font-size: 8.5px;
  font-weight: 700;
  padding: 1.5px 5.5px;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0.88);
  transition:
    opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  white-space: nowrap;
}

.sec-status-chip.is-active {
  opacity: 1;
  transform: scale(1);
}

.sec-status-chip.chip-red {
  background-color: rgba(255, 59, 48, 0.12);
  color: var(--cupertino-system-red);
}

.sec-status-chip.chip-stone {
  background-color: var(--color-chalk);
  color: var(--color-fog-gray);
}

[data-theme="dark"] .sec-status-chip.chip-red {
  background-color: rgba(255, 69, 58, 0.22);
  color: var(--cupertino-system-red);
}

[data-theme="dark"] .sec-status-chip.chip-stone {
  background-color: #38383a;
  color: var(--color-smoke);
}

.sec-role-line {
  font-size: 9px;
  font-weight: 600;
  color: var(--color-ink-black);
}

.sec-bullet-list {
  list-style: disc;
  padding-left: 12px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5px;
}

.sec-bullet-item {
  font-size: 8.5px;
  line-height: 1.3;
  color: var(--color-ink-black);
}

.sec-content-line {
  font-size: 8.5px;
  line-height: 1.3;
  color: var(--color-ink-black);
}

/* 打字机光标 (Typewriter Cursor) */
.typewriter-cursor {
  display: inline-block;
  width: 2px;
  height: 11px;
  background-color: var(--color-primary);
  margin-left: 2px;
  vertical-align: middle;
  animation: blink-caret 0.75s step-end infinite; /* design-audit: allow — 打字光标步进闪烁(规范 §6 末条) */
}

@keyframes blink-caret { /* design-audit: allow — 打字光标步进闪烁关键帧(规范 §6 末条) */
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* 智能剪枝红色划线动画 (Red Strikethrough Line Draw Animation) */
.strikethrough-anim {
  position: relative;
  display: inline;
  transition:
    opacity 0.4s ease,
    color 0.4s ease;
}

.strikethrough-anim::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0%;
  height: 1.5px;
  background-color: var(--cupertino-system-red);
  transition: width var(--motion-slow) var(--ease-standard);
}

.strikethrough-anim.draw-line::after {
  width: 100%;
}

.strikethrough-anim.draw-line {
  color: var(--color-fog-gray);
  opacity: 0.4;
}

/* 阶段 04 关键词高亮药丸胶囊风格与舒缓动效 (Smooth Pop-Glow Green Pill & Dark Theme High-Contrast) */
.kw-plain {
  color: inherit;
  font-weight: inherit;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

[data-theme="dark"] .kw-plain {
  color: var(--color-pure-white);
  background: transparent;
}

.kw-bold-green {
  background-color: rgba(52, 199, 89, 0.14);
  color: var(--color-primary);
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 4px;
  display: inline-block;
  animation: kw-pop-glow var(--motion-slow) var(--ease-standard) both;
}

@keyframes kw-pop-glow {
  0% {
    transform: scale(0.92);
    opacity: 0.6;
    background-color: transparent;
  }
  50% {
    transform: scale(1.06);
    background-color: rgba(52, 199, 89, 0.26);
    box-shadow: 0 0 8px rgba(52, 199, 89, 0.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    background-color: rgba(52, 199, 89, 0.14);
    box-shadow: none;
  }
}

[data-theme="dark"] .kw-bold-green {
  background-color: rgba(48, 209, 88, 0.22);
  color: #30d158;
  border: 1px solid rgba(48, 209, 88, 0.32);
}

.step-device-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1350 / 2760;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  background: transparent !important;
  transform: none !important;
  transition: opacity var(--motion-fast) var(--ease-standard);
}

.step-device-img.fade-switch {
  opacity: 0.15;
  transform: none !important;
}

/* ==========================================================================
   Step 03: ATS 打分与短板排查专用交互 Widget (固定稳定舞台，彻底杜绝折叠抖动)
   ========================================================================== */

.interactive-ats-rings-widget {
  background: transparent;
  border: none;
  padding: 0;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 320px;
  height: 320px;
}

@container showcase (max-width: 860px) {
  .interactive-ats-rings-widget {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
    min-height: auto;
    height: auto;
  }
}

.ats-rings-visual-box {
  position: relative;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  margin: auto 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.ats-rings-svg {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.ats-ring-track {
  transition:
    stroke 0.35s ease,
    opacity 0.25s ease;
}

.ats-ring-circle {
  stroke-linecap: round;
  shape-rendering: geometricPrecision;
  transition:
    stroke-dashoffset 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    stroke 0.35s ease;
}

.ats-rings-center-hub {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  gap: 4px;
  max-width: 160px;
  box-sizing: border-box;
}

.ats-hub-icon {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 2px;
}

.ats-hub-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-ink-black);
  line-height: 1.25;
  letter-spacing: -0.2px;
}

.ats-hub-status {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-fog-gray);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 155px;
  margin-top: 2px;
}

[data-theme="dark"] .ats-hub-title {
  color: var(--color-pure-white);
}

[data-theme="dark"] .ats-hub-status {
  color: var(--color-pure-white);
  opacity: 0.85;
}

/* 右侧真实 ATS 短板排查手风琴列表 (固定稳定高度槽，消除高度伸缩跳变) */
.ats-problems-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 320px;
  height: 320px;
  box-sizing: border-box;
}

@container showcase (max-width: 860px) {
  .ats-problems-list {
    min-height: auto;
    height: auto;
  }
}

.ats-problem-card {
  position: relative;
  background: var(--glass-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.03),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--glass-backdrop-filter);
  transition: all var(--motion-smooth) var(--ease-standard);
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.ats-problem-card:hover {
  transform: translateY(-1.5px);
  border-color: rgba(52, 199, 89, 0.35);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 1.5px rgba(255, 255, 255, 1);
}

.ats-problem-card.is-selected {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.12) 0%,
    rgba(52, 199, 89, 0.04) 100%
  );
  border-color: rgba(52, 199, 89, 0.35);
  box-shadow:
    0 0 0 1px rgba(52, 199, 89, 0.25),
    0 8px 24px rgba(52, 199, 89, 0.12),
    inset 0 1px 1px #ffffff;
}

.ats-problem-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ats-problem-title-row {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  flex: 1;
}

.ats-problem-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-primary);
  flex-shrink: 0;
}

.ats-problem-card:nth-child(2) .ats-problem-dot {
  background-color: var(--color-blue, #007aff);
}

.ats-problem-card:nth-child(3) .ats-problem-dot {
  background-color: var(--color-orange, #ff9500);
}

.ats-problem-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink-black);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.1px;
}

[data-theme="dark"] .ats-problem-title {
  color: var(--color-pure-white);
}

.ats-problem-toggle {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fog-gray);
  cursor: pointer;
  transition:
    transform 0.26s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.2s ease;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.ats-arrow-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.ats-problem-card.is-selected .ats-problem-toggle {
  transform: rotate(180deg);
  color: var(--color-primary);
}

.ats-problem-subtitle {
  font-size: 11px;
  color: var(--color-fog-gray);
  line-height: 1.4;
  margin-top: 3px;
  padding-left: 12px;
}

[data-theme="dark"] .ats-problem-subtitle {
  color: var(--color-pure-white);
  opacity: 0.7;
}

.ats-problem-drawer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.28s ease,
    margin-top 0.28s ease;
  margin-top: 0;
}

.ats-problem-card.is-selected .ats-problem-drawer {
  max-height: 180px;
  opacity: 1;
  margin-top: 8px;
}

.ats-drawer-content {
  background: var(--color-surface-secondary);
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--color-border);
}

.ats-drawer-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 10.5px;
  line-height: 1.4;
  color: var(--color-ink-black);
}

[data-theme="dark"] .ats-drawer-item {
  color: var(--color-pure-white);
}

.drawer-icon {
  font-size: 11px;
  line-height: 1.2;
  flex-shrink: 0;
}

.drawer-text strong {
  color: var(--color-primary);
  font-weight: 700;
}

.ats-drawer-item.current-signal .drawer-text strong {
  color: #ff9500;
}

/* ==========================================================================
   Step 06: 专业模版与排版引擎 · 多样化主题实时预览组件 (Theme Preview Widget)
   ========================================================================== */

.interactive-theme-preview-widget {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* 顶部 3 主题切换 Tabs 胶囊条 */
.theme-tabs-bar {
  display: flex;
  gap: 6px;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 5px;
  background: var(--navbar-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: 10px;
  padding: 3px;
  display: flex;
  gap: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  width: 100%;
}

.theme-tab-pill {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--color-fog-gray);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--motion-fast) var(--ease-standard);
  white-space: nowrap;
}

.theme-tab-pill:hover {
  color: var(--color-ink-black);
  background: rgba(255, 255, 255, 0.5);
}

.theme-tab-pill.active {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.14) 0%,
    rgba(52, 199, 89, 0.04) 100%
  );
  border-color: rgba(52, 199, 89, 0.35);
  color: var(--color-primary);
  box-shadow:
    0 0 0 1px rgba(52, 199, 89, 0.2),
    0 4px 14px rgba(52, 199, 89, 0.12),
    inset 0 1px 1px #ffffff;
}

[data-theme="dark"] .theme-tab-pill.active {
  color: #30d158;
}

/* 排版微调控制条 (Divider, Spacing, Color) */
.theme-tweak-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--glass-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: 12px;
  padding: 8px 14px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.03),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--glass-backdrop-filter);
  box-sizing: border-box;
  font-size: 12px;
}

.tweak-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tweak-label {
  color: var(--color-fog-gray);
  font-weight: 600;
  font-size: 12px;
}

.tweak-toggle-btn {
  width: 34px;
  height: 19px;
  border-radius: 10px;
  background-color: var(--color-border);
  border: none;
  cursor: pointer;
  position: relative;
  padding: 2px;
  transition: background-color var(--motion-fast) var(--ease-standard);
}

.tweak-toggle-btn.active {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.95) 0%,
    rgba(46, 179, 79, 0.95) 100%
  );
  box-shadow:
    0 2px 8px rgba(52, 199, 89, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.toggle-thumb {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform var(--motion-fast) var(--ease-standard);
}

.tweak-toggle-btn.active .toggle-thumb {
  transform: translateX(15px);
}

.tweak-pills-group {
  display: flex;
  background: var(--navbar-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: 7px;
  padding: 2px;
  gap: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.tweak-pill {
  padding: 3px 9px;
  border-radius: 5px;
  background: transparent;
  border: none;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-fog-gray);
  cursor: pointer;
  transition: all var(--motion-fast) var(--ease-standard);
}

.tweak-pill.active {
  background: #ffffff;
  color: var(--color-ink-black);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.08),
    inset 0 1px 1px #ffffff;
}

[data-theme="dark"] .tweak-pill.active {
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-pure-white);
}

.theme-color-palette {
  display: flex;
  gap: 6px;
  align-items: center;
}

.theme-color-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--motion-fast) var(--ease-standard);
}

.theme-color-dot.active {
  border-color: var(--color-ink-black);
  transform: scale(1.2);
}

[data-theme="dark"] .theme-color-dot.active {
  border-color: #ffffff;
}

/* 调参切换轻过渡（§6.1）：主题/强调色/密度状态变化平滑，仅颜色类属性 */
.theme-tab-pill,
.theme-color-dot,
.theme-preview-paper,
.theme-preview-paper * {
  transition:
    color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.theme-color-dot {
  transition:
    transform 0.15s ease,
    color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 核心画纸刚性视口渲染器 (Zero-Layout-Shift Rigid Resume Paper) */
.theme-preview-paper {
  position: relative;
  background: var(--glass-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.04),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--glass-backdrop-filter);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  overflow: hidden;
  position: relative;
  transition:
    padding 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    gap 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 间距刻度 (内部呼吸感平滑微调，外层容器尺寸 100% 恒定不变) */
.theme-preview-paper.spacing-small {
  gap: 5px;
  padding: 12px 18px;
}

.theme-preview-paper.spacing-small .theme-paper-section {
  gap: 2px;
}

.theme-preview-paper.spacing-medium {
  gap: 8px;
  padding: 14px 18px;
}

.theme-preview-paper.spacing-medium .theme-paper-section {
  gap: 3.5px;
}

.theme-preview-paper.spacing-large {
  gap: 11px;
  padding: 16px 18px;
}

.theme-preview-paper.spacing-large .theme-paper-section {
  gap: 5px;
}

/* 字体风格 (Font Families) */
.theme-preview-paper.font-serif {
  font-family:
    Georgia, "Times New Roman", "Songti SC", "Source Han Serif SC", serif;
}

.theme-preview-paper.font-sans {
  font-family: var(--font-figtree);
}

/* 头部排版对齐 (Header Alignment) */
.theme-paper-header {
  transition: text-align var(--motion-fast) var(--ease-standard);
}

.theme-preview-paper.align-left .theme-paper-header {
  text-align: left;
}

.theme-preview-paper.align-center .theme-paper-header {
  text-align: center;
}

.theme-paper-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-accent, var(--color-ink-black));
  line-height: 1.3;
  transition: color var(--motion-fast) var(--ease-standard);
}

.theme-paper-title {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--color-fog-gray);
  margin-top: 1px;
}

.theme-paper-contacts {
  font-size: 9.5px;
  color: var(--color-fog-gray);
  margin-top: 2px;
  padding-bottom: 2px;
}

/* 章节通用结构与分割线 (Section Headers & Dividers) */
.theme-paper-section {
  display: flex;
  flex-direction: column;
  transition: gap var(--motion-fast) var(--ease-standard);
}

.theme-section-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 18px;
  min-height: 18px;
  box-sizing: border-box;
}

.theme-preview-paper.align-center .theme-section-header {
  justify-content: center;
  flex-direction: column;
  height: 20px;
  min-height: 20px;
}

.theme-section-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--theme-accent, var(--color-primary));
  text-transform: uppercase;
  transition:
    color 0.22s ease,
    border-color 0.22s ease;
  line-height: 1;
}

.theme-section-divider-line {
  transition:
    opacity 0.2s ease,
    background-color 0.22s ease,
    width 0.2s ease;
}

/* 开启分割线状态 (with-divider) */
.theme-preview-paper.with-divider.style-with_full_line
  .theme-section-divider-line,
.theme-preview-paper.with-divider.theme-mode-classic
  .theme-section-divider-line {
  display: block !important;
  flex: 1;
  height: 1px;
  background-color: var(--color-border);
  margin-left: 8px;
  opacity: 1 !important;
  visibility: visible !important;
}

.theme-preview-paper.with-divider.style-moderncv_bar .theme-section-title,
.theme-preview-paper.with-divider.theme-mode-moderncv .theme-section-title {
  border-left: 3px solid var(--theme-accent, var(--color-primary));
  padding-left: 5px;
}

.theme-preview-paper.with-divider.style-moderncv_bar
  .theme-section-divider-line,
.theme-preview-paper.with-divider.theme-mode-moderncv
  .theme-section-divider-line {
  display: block !important;
  width: 24px;
  height: 2px;
  background-color: var(--theme-accent, var(--color-primary));
  margin-left: 6px;
  opacity: 1 !important;
  visibility: visible !important;
}

.theme-preview-paper.with-divider.style-centered_partial_line
  .theme-section-title,
.theme-preview-paper.with-divider.theme-mode-harvard .theme-section-title {
  letter-spacing: 0.8px;
  font-size: 11px;
}

.theme-preview-paper.with-divider.style-centered_partial_line
  .theme-section-divider-line,
.theme-preview-paper.with-divider.theme-mode-harvard
  .theme-section-divider-line {
  display: block !important;
  width: 32px;
  height: 1.2px;
  background-color: var(--theme-accent, var(--color-ink-black));
  margin-top: 2px;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 关闭分割线状态 (no-divider: 彻底隐藏所有板块的分割线与侧边条，保持零抖动) */
.theme-preview-paper.no-divider .theme-section-divider-line {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background-color: transparent !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

.theme-preview-paper.no-divider .theme-section-title {
  border-left: none !important;
  padding-left: 0 !important;
}

.theme-section-content {
  font-size: 9.5px;
  color: var(--color-ink-black);
  line-height: 1.38;
}

[data-theme="dark"] .theme-section-content {
  color: var(--color-pure-white);
}

.theme-section-content.skills-row {
  color: var(--color-fog-gray);
}

.theme-exp-row {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 2px;
}

.theme-exp-time {
  color: var(--color-fog-gray);
  font-weight: 500;
}

.theme-bullets-list {
  margin: 0;
  padding-left: 14px;
  color: var(--color-fog-gray);
}

.theme-bullets-list li {
  margin-bottom: 1.5px;
}

/* ==========================================================================
   Radius Enum Hierarchy (严格遵循数学内嵌比例)
   ========================================================================== */

:root {
  --radius-outer-card: 24px; /* 外层主卡片 */
  --radius-inner-card: 16px; /* 卡片内嵌次级面板 (26px - 10px) */
  --radius-sub-item: 12px; /* 内嵌交互项 / 单元格 */
  --radius-badge: 8px; /* 标签 / 徽章 */
  --radius-pill: 9999px; /* 胶囊 / 按钮 */

  --radius-cards: var(--radius-outer-card);
  --radius-md: var(--radius-inner-card);
  --radius-badges: var(--radius-badge);
  --radius-buttons: var(--radius-pill);
  --radius-nav: var(--radius-pill);
}

/* ==========================================================================
   Header Download Button · Craft.do 常驻胶囊按钮 (Always Visible)
   ========================================================================== */

.header-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 1;
  pointer-events: auto;
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 600;
  background-color: var(--color-pure-black);
  color: #ffffff;
  border: 1px solid var(--color-pure-black);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.header-download-btn:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

/* ==========================================================================
   Step 05: 面试攻略 · 全网情报雷达与 6 维向心聚合微组件 (Interview Radar)
   ========================================================================== */

.interactive-interview-radar-widget {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-family: var(--font-figtree);
  position: relative;
  box-sizing: border-box;
}

.radar-stage-viewport {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0;
  box-sizing: border-box;
}

.radar-ambient-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    var(--color-border) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}

/* 桌面端 3 列网格布局 (Desktop 3-Column Triad) */
.radar-layout-triad {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(185px, 225px) minmax(225px, 265px) minmax(
      185px,
      225px
    );
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  z-index: 3;
}

.radar-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radar-column.column-center {
  align-items: center;
  justify-content: center;
}

/* 6 维渐进式卡片 (Progressive Disclosure Bento Nodes) */
.radar-node-card {
  position: relative;
  background: var(--glass-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: 14px;
  padding: 8px 11px;
  cursor: pointer;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.03),
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  backdrop-filter: var(--glass-backdrop-filter);
  transition: all var(--motion-smooth) var(--ease-standard);
  overflow: hidden;
}

.radar-node-card:hover {
  transform: translateY(-1.5px);
  border-color: rgba(52, 199, 89, 0.35);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 1.5px rgba(255, 255, 255, 1);
}

.radar-node-card.is-active {
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.14) 0%,
    rgba(52, 199, 89, 0.04) 100%
  );
  border-color: rgba(52, 199, 89, 0.35);
  box-shadow:
    0 0 0 1px rgba(52, 199, 89, 0.25),
    0 8px 24px rgba(52, 199, 89, 0.12),
    inset 0 1px 1px #ffffff;
}

.node-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.node-title-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.node-icon {
  font-size: 14px;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
}

.node-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-ink-black);
  letter-spacing: -0.01em;
}

[data-theme="dark"] .node-title {
  color: var(--color-pure-white);
}

.node-status-tag {
  font-size: 9.5px;
  font-weight: 700;
  color: var(--node-color, var(--color-primary));
  background: rgba(52, 199, 89, 0.08);
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
  transition:
    opacity 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.radar-node-card.is-active .node-status-tag {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.node-theme-emerald .node-status-tag {
  color: #34c759;
  background: rgba(52, 199, 89, 0.1);
}

.node-theme-amber .node-status-tag {
  color: #ff9500;
  background: rgba(255, 149, 0, 0.1);
}

.node-theme-blue .node-status-tag {
  color: #007aff;
  background: rgba(0, 122, 255, 0.1);
}

.node-theme-rose .node-status-tag {
  color: var(--cupertino-system-red);
  background: rgba(255, 59, 48, 0.1);
}

.node-theme-indigo .node-status-tag {
  color: #5856d6;
  background: rgba(88, 86, 214, 0.1);
}

.node-theme-teal .node-status-tag {
  color: #30b0c7;
  background: rgba(48, 176, 199, 0.1);
}

/* 节点展开详情抽屉 */
.node-detail-drawer {
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  overflow: hidden;
  transition: all var(--motion-smooth) var(--ease-standard);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.radar-node-card.is-active .node-detail-drawer {
  max-height: 55px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 5px;
  padding-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .radar-node-card.is-active .node-detail-drawer {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.node-desc-text {
  font-size: 9px;
  color: var(--color-fog-gray);
  line-height: 1.35;
  white-space: normal;
}

[data-theme="dark"] .node-desc-text {
  color: var(--color-pure-white);
  opacity: 0.88;
}

/* SVG Animated Beams 向心光束 */
.radar-beams-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.radar-beam-track {
  stroke: var(--color-border);
  stroke-width: 1.2px;
  stroke-dasharray: 4 4;
  opacity: 0.35;
  transition:
    opacity 0.3s ease,
    stroke 0.3s ease,
    stroke-width 0.3s ease;
}

.radar-beam-track.track-focused {
  opacity: 0.85;
  stroke-width: 1.5px;
}

.radar-beam-glow {
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-dasharray: 20 80;
  opacity: 0;
  filter: drop-shadow(0 0 4px currentColor);
  transition: opacity var(--motion-fast) var(--ease-standard);
}

.radar-beam-glow.beam-focused {
  opacity: 1;
  animation: laserPulseFlow 1.5s linear infinite; /* design-audit: allow — 雷达波束巡航(规范 §6 末条 Widget 既有模式保留) */
}

@keyframes laserPulseFlow { /* design-audit: allow — 雷达波束巡航关键帧(规范 §6 末条) */
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* 中心动态情报解密核心 (Live Dynamic Intelligence Hub) */
.radar-center-hub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  width: 100%;
}

.hub-ripple-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--hub-theme, rgba(52, 199, 89, 0.3));
  opacity: 0.4;
  pointer-events: none;
  transition: border-color var(--motion-slow) var(--ease-standard);
}

.ring-1 {
  width: 160px;
  height: 160px;
  animation: hubWave 3.4s cubic-bezier(0.16, 1, 0.3, 1) infinite; /* design-audit: allow — 中枢涟漪巡航(规范 §6 末条) */
}

.ring-2 {
  width: 200px;
  height: 200px;
  animation: hubWave 3.4s cubic-bezier(0.16, 1, 0.3, 1) infinite 1.7s; /* design-audit: allow — 中枢涟漪巡航错峰(规范 §6 末条) */
}

@keyframes hubWave { /* design-audit: allow — 中枢涟漪巡航关键帧(规范 §6 末条) */
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

/* 中央解密卡片：采用 24px 大圆角超椭圆形态 (Stadium Squircle Card，锁定高度 136px 零抖动) */
.hub-report-card {
  position: relative;
  background: var(--glass-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: var(--radius-lg, 24px);
  padding: 12px 14px;
  box-shadow:
    0 0 0 1px rgba(52, 199, 89, 0.2),
    0 12px 32px rgba(0, 0, 0, 0.06),
    inset 0 1px 1.5px #ffffff;
  backdrop-filter: var(--glass-backdrop-filter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 236px;
  min-height: 136px;
  max-height: 136px;
  height: 136px;
  box-sizing: border-box;
  z-index: 2;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* 丝滑 Cross-Fade 切换舞台 */
.hub-content-stage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  transition:
    opacity 0.16s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.16s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.hub-content-stage.is-fading-out {
  opacity: 0;
  transform: translateY(3px) scale(0.98);
}

.hub-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0 2px;
  width: 100%;
  box-sizing: border-box;
  overflow: visible; /* 允许放大镜完整呈现，杜绝边缘裁切 */
}

.hub-title-text {
  font-size: 13px;
  font-weight: 800;
  color: var(--color-ink-black);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
  letter-spacing: -0.1px;
}

[data-theme="dark"] .hub-title-text {
  color: var(--color-pure-white);
}

/* 标题左侧内置的放大镜扫描动画 (中轴绝对居中对齐，原地灵动探照，绝不溢出裁切) */
.hub-scanning-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  line-height: 1;
  flex-shrink: 0;
  vertical-align: middle;
  transform-origin: center center;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
  animation: glassInspectPulse 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite; /* design-audit: allow — 巡航脉冲,规范 §6 Widget 交互层既有模式保留 */
}

@keyframes glassInspectPulse { /* design-audit: allow — 巡航脉冲关键帧(规范 §6 末条,与五轮使用行豁免一致) */
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.1) rotate(6deg);
  }
  50% {
    transform: scale(1.04) rotate(-3deg);
  }
  75% {
    transform: scale(1.12) rotate(4deg);
  }
}

/* 中间专属动态核心视觉区 (置中放大 6 种灵动微动效，取代固定横线) */
.hub-center-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 100%;
  margin: 2px 0;
}

/* 底部纯文字情报解析 (无外部边框、无灰色胶囊背景，自然多行换行不裁切) */
.hub-card-desc {
  font-size: 11px;
  font-weight: 500;
  color: var(--color-fog-gray);
  line-height: 1.45;
  text-align: center;
  margin: 0;
  padding: 0 2px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  letter-spacing: -0.05px;
}

[data-theme="dark"] .hub-card-desc {
  color: var(--color-pure-white);
  opacity: 0.88;
}

/* 6 种专属微动效实现 (自适应当前激活卡片主题色) */

/* 1. Wave 扫描波形 (面试经验) */
.micro-anim-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5px;
  height: 20px;
}

.wave-bar {
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background-color: var(--hub-theme, #34c759);
  animation: waveJump 1.2s ease-in-out infinite alternate; /* design-audit: allow — 音频波形常驻动画(规范 §6 末条) */
}

.w-1 {
  animation-delay: 0s;
  height: 35%;
}
.w-2 {
  animation-delay: 0.2s;
  height: 75%;
}
.w-3 {
  animation-delay: 0.4s;
  height: 100%;
}
.w-4 {
  animation-delay: 0.6s;
  height: 60%;
}
.w-5 {
  animation-delay: 0.8s;
  height: 40%;
}

@keyframes waveJump { /* design-audit: allow — 音频波形常驻关键帧(规范 §6 末条) */
  0% {
    transform: scaleY(0.3);
    opacity: 0.5;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* 2. Bars 薪酬分位柱 (薪资福利) */
.micro-anim-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3.5px;
  height: 20px;
}

.bar {
  width: 3.5px;
  border-radius: 2px;
  background: var(--hub-theme, #ff9500);
  animation: barBounce 1.4s ease-in-out infinite alternate; /* design-audit: allow — 音频波形常驻动画(规范 §6 末条) */
}

.bar-1 {
  height: 40%;
  animation-delay: 0.1s;
}
.bar-2 {
  height: 70%;
  animation-delay: 0.3s;
}
.bar-3 {
  height: 95%;
  animation-delay: 0.5s;
}
.bar-4 {
  height: 60%;
  animation-delay: 0.2s;
}

@keyframes barBounce { /* design-audit: allow — 音频波形常驻关键帧(规范 §6 末条) */
  0% {
    height: 25%;
  }
  100% {
    height: 100%;
  }
}

/* 3. Shield 合规防护盾牌 (职场风险 - 纯矢量几何盾牌 + 力场脉冲) */
.micro-anim-shield {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: var(--hub-theme, var(--cupertino-system-red));
}

.shield-pulse-ring {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  opacity: 0.4;
  animation: shieldForceField 2.2s cubic-bezier(0.16, 1, 0.3, 1) infinite; /* design-audit: allow — shield widget 力场常驻(规范 §6 末条) */
  pointer-events: none;
}

@keyframes shieldForceField { /* design-audit: allow — shield 力场常驻关键帧(规范 §6 末条) */
  0% {
    transform: scale(0.65);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.shield-vector-svg {
  width: 22px;
  height: 22px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.08));
  animation: shieldGentlyFloat 2.4s ease-in-out infinite alternate; /* design-audit: allow — shield widget 浮游常驻(规范 §6 末条) */
}

.shield-vector-fill {
  fill: currentColor;
  fill-opacity: 0.12;
}

.shield-vector-stroke {
  stroke: currentColor;
}

.shield-vector-check {
  stroke: currentColor;
  animation: shieldCheckPulse 1.8s ease-in-out infinite alternate; /* design-audit: allow — shield widget 脉冲常驻(规范 §6 末条) */
}

@keyframes shieldGentlyFloat { /* design-audit: allow — shield 浮游常驻关键帧(规范 §6 末条) */
  0% {
    transform: translateY(0.5px) scale(0.96);
  }
  100% {
    transform: translateY(-0.5px) scale(1.04);
  }
}

@keyframes shieldCheckPulse { /* design-audit: allow — shield 脉冲常驻关键帧(规范 §6 末条) */
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* 4. Radar 安全雷达 (公司概况) */
.micro-anim-radar {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--hub-theme, #007aff);
  overflow: hidden;
}

.radar-sweep-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  background: linear-gradient(
    45deg,
    var(--hub-theme, #007aff),
    transparent 70%
  );
  transform-origin: 0 0;
  animation: radarRotate 2s linear infinite; /* design-audit: allow — InterviewRadar 巡航扫描(规范 §6 末条点名保留) */
}

.radar-blip {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: var(--hub-theme, #007aff);
  box-shadow: 0 0 5px var(--hub-theme, #007aff);
  animation: blipFlash 1s infinite; /* design-audit: allow — 雷达 blip 常驻闪烁(规范 §6 末条) */
}

@keyframes radarRotate { /* design-audit: allow — InterviewRadar 巡航扫描关键帧(规范 §6 末条点名保留) */
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes blipFlash { /* design-audit: allow — 雷达 blip 常驻关键帧(规范 §6 末条) */
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

/* 5. Nodes 架构拓扑 (业务场景) */
.micro-anim-nodes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.node-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hub-theme, #5856d6);
  box-shadow: 0 0 5px var(--hub-theme, #5856d6);
}

.node-line {
  width: 8px;
  height: 2px;
  background: rgba(88, 86, 214, 0.35);
  position: relative;
  overflow: hidden;
}

.node-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hub-theme, #5856d6);
  animation: nodeStream 1s linear infinite; /* design-audit: allow — 节点流常驻(规范 §6 末条) */
}

@keyframes nodeStream { /* design-audit: allow — 节点流常驻关键帧(规范 §6 末条) */
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

/* 6. Ring 胜任力光轨与四芒星 (备战指南 - 纯矢量双轨与科技四芒星) */
.micro-anim-ring {
  position: relative;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hub-theme, #30b0c7);
}

.ring-orbit-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ring-orbit-track {
  fill: none;
  stroke: currentColor;
  stroke-opacity: 0.22;
}

.ring-orbit-glow {
  fill: none;
  stroke: currentColor;
  animation: orbitSpin 3.2s linear infinite; /* design-audit: allow — 轨道环常驻旋转(规范 §6 末条) */
}

@keyframes orbitSpin { /* design-audit: allow — 轨道环常驻旋转关键帧(规范 §6 末条) */
  0% {
    transform-origin: center center;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
}

.sparkle-vector-svg {
  position: absolute;
  width: 10px;
  height: 10px;
  color: currentColor;
  filter: drop-shadow(0 0 4px currentColor);
  animation: sparklePulse 1.6s ease-in-out infinite alternate; /* design-audit: allow — 星光常驻脉冲(规范 §6 末条) */
}

@keyframes sparklePulse { /* design-audit: allow — 星光常驻脉冲关键帧(规范 §6 末条) */
  0% {
    transform: scale(0.75) rotate(0deg);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.15) rotate(15deg);
    opacity: 1;
  }
}

/* Hover 暂停机制 */
.interactive-interview-radar-widget:hover .radar-beam-glow,
.interactive-interview-radar-widget:hover .radar-node-card {
  animation-play-state: paused;
}

/* 响应式自适应双列断点 (宽屏 3 列向心 / 窄屏自适应左 1 右 6 智能连线) */
@container showcase (max-width: 860px) {
  .radar-layout-triad {
    grid-template-columns: minmax(140px, 210px) minmax(150px, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: clamp(14px, 3.5vw, 24px);
  }

  .radar-column.column-center {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    position: sticky;
    top: 10px;
    z-index: 4;
    width: 100%;
  }

  .radar-column.column-left {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .radar-column.column-right {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
    width: 100%;
  }

  .radar-beams-svg {
    display: block; /* 保持 SVG 连线光束始终存在并实时流光 */
  }
}

@container showcase (max-width: 480px) {
  .radar-layout-triad {
    grid-template-columns: minmax(125px, 155px) 1fr;
    gap: 10px;
  }

  .radar-node-card {
    padding: 6px 8px;
    border-radius: 10px;
  }

  .node-title {
    font-size: 11px;
  }

  .node-status-tag {
    font-size: 8.5px;
    padding: 1.5px 5px;
  }

  .hub-report-card {
    padding: 10px 10px;
    border-radius: 12px;
  }

  .hub-card-title {
    font-size: 12px;
  }
}

/* ==========================================================================
   Step Value Canvas (功能深度价值与成效解析面板 - 极简高质感)
   ========================================================================== */

.step-value-canvas {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 340px;
  box-sizing: border-box;
}

@keyframes stepItemSlideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-value-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 14px;
  background-color: var(--color-surface-secondary);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-inner-card);
  transition:
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    transform var(--transition-fast);
  animation: stepItemSlideIn var(--motion-smooth) var(--ease-standard) both;
}

.step-value-item:nth-child(1) {
  animation-delay: 0.03s;
}
.step-value-item:nth-child(2) {
  animation-delay: 0.06s;
}
.step-value-item:nth-child(3) {
  animation-delay: 0.09s;
}

.step-value-item:hover {
  background-color: var(--color-surface);
  border-color: var(--color-ice-line);
  transform: translateX(3px);
}

.step-value-icon {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  flex-shrink: 0;
  margin-top: 1px;
}

.step-value-icon svg {
  width: 14px;
  height: 14px;
  color: var(--color-primary);
}

.step-value-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-ink-black);
  line-height: 1.35;
}

.step-value-desc {
  font-size: 12px;
  color: var(--color-fog-gray);
  line-height: 1.45;
}

@media (prefers-reduced-motion: reduce) {
  .step-nav-indicator,
  .step-panel-left,
  .step-device-img,
  .step-value-item,
  .step-tab-btn,
  .step-tab-btn .step-index {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* ==========================================================================
   3. Craft.do 风格 Liquid Glass Bento 展台 (Section 3 Capabilities Stage)
   ========================================================================== */

.section-craft-stage {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.craft-bento-stage {
  position: relative;
  background: var(--glass-gradient);
  border-radius: var(--radius-card);
  border: 1px solid var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
  padding: 36px 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

[data-theme="dark"] .craft-bento-stage {
  background: var(--navbar-gradient);
  border-color: var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
}

@container craft (min-width: 1024px) {
  .craft-bento-stage {
    grid-template-columns: 340px 1fr;
    gap: 40px;
    padding: 44px 40px;
  }
}

/* 左侧导读大展台 (Hero Info Side) */
.craft-bento-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.craft-hero-title {
  font-family: var(--font-figtree);
  /* 字号由同元素的 .text-heading-lg 驱动(tokens.json title 流体档,任务 16 Pony 迭代);
     本类只管字重/行高/字距——级联顺序上 styles.css 后于 base.css,字重字距仍以本类为准 */
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-ink-black);
  margin-bottom: 16px;
}

.craft-hero-desc {
  font-family: var(--font-figtree);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--color-fog-gray);
  margin-bottom: 28px;
}

/* 右侧 5 维真实 App UI 构件 Bento 矩阵 */
.craft-bento-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.craft-bento-subgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
}

@container craft (min-width: 768px) {
  .craft-bento-subgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 卡片通用基础 */
.diff-card {
  position: relative;
  background: var(--glass-gradient);
  border-radius: var(--radius-card);
  padding: 22px 20px;
  border: 1px solid var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
  display: flex;
  flex-direction: column;
  outline: none;
  transition:
    transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.diff-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: var(--shadow-craft-card-hover);
}

/* ==========================================================================
   Cupertino Balanced Colorful Palette (Ambient Tint & Subtle Bloom)
   ========================================================================== */

#diff-card-home {
  background:
    linear-gradient(
      135deg,
      rgba(0, 122, 255, 0.05) 0%,
      rgba(88, 86, 214, 0.02) 100%
    ),
    #ffffff;
  border-color: rgba(0, 122, 255, 0.16);
}

#diff-card-home:hover {
  border-color: rgba(0, 122, 255, 0.4);
  box-shadow:
    0 8px 24px rgba(0, 122, 255, 0.08),
    var(--shadow-liquid-glass);
}

#diff-card-highlight {
  background:
    linear-gradient(
      135deg,
      rgba(88, 86, 214, 0.05) 0%,
      rgba(255, 45, 85, 0.02) 100%
    ),
    #ffffff;
  border-color: rgba(88, 86, 214, 0.16);
}

#diff-card-highlight:hover {
  border-color: rgba(88, 86, 214, 0.4);
  box-shadow:
    0 8px 24px rgba(88, 86, 214, 0.08),
    var(--shadow-liquid-glass);
}

#diff-card-jobdetail {
  background:
    linear-gradient(
      135deg,
      rgba(52, 199, 89, 0.05) 0%,
      rgba(0, 199, 190, 0.02) 100%
    ),
    #ffffff;
  border-color: rgba(52, 199, 89, 0.16);
}

#diff-card-jobdetail:hover {
  border-color: rgba(52, 199, 89, 0.4);
  box-shadow:
    0 8px 24px rgba(52, 199, 89, 0.08),
    var(--shadow-liquid-glass);
}

#diff-card-position {
  background:
    linear-gradient(
      135deg,
      rgba(0, 122, 255, 0.05) 0%,
      rgba(50, 173, 230, 0.02) 100%
    ),
    #ffffff;
  border-color: rgba(50, 173, 230, 0.16);
}

#diff-card-position:hover {
  border-color: rgba(50, 173, 230, 0.4);
  box-shadow:
    0 8px 24px rgba(50, 173, 230, 0.08),
    var(--shadow-liquid-glass);
}

#diff-card-insights {
  background:
    linear-gradient(
      135deg,
      rgba(255, 149, 0, 0.05) 0%,
      rgba(255, 59, 48, 0.02) 100%
    ),
    #ffffff;
  border-color: rgba(255, 149, 0, 0.16);
}

#diff-card-insights:hover {
  border-color: rgba(255, 149, 0, 0.4);
  box-shadow:
    0 8px 24px rgba(255, 149, 0, 0.08),
    var(--shadow-liquid-glass);
}

[data-theme="dark"] #diff-card-home {
  background:
    linear-gradient(
      135deg,
      rgba(0, 122, 255, 0.12) 0%,
      rgba(88, 86, 214, 0.04) 100%
    ),
    rgba(30, 30, 32, 0.9);
  border-color: rgba(0, 122, 255, 0.25);
}

[data-theme="dark"] #diff-card-highlight {
  background:
    linear-gradient(
      135deg,
      rgba(88, 86, 214, 0.12) 0%,
      rgba(255, 45, 85, 0.04) 100%
    ),
    rgba(30, 30, 32, 0.9);
  border-color: rgba(88, 86, 214, 0.25);
}

[data-theme="dark"] #diff-card-jobdetail {
  background:
    linear-gradient(
      135deg,
      rgba(52, 199, 89, 0.12) 0%,
      rgba(0, 199, 190, 0.04) 100%
    ),
    rgba(30, 30, 32, 0.9);
  border-color: rgba(52, 199, 89, 0.25);
}

[data-theme="dark"] #diff-card-position {
  background:
    linear-gradient(
      135deg,
      rgba(0, 122, 255, 0.12) 0%,
      rgba(50, 173, 230, 0.04) 100%
    ),
    rgba(30, 30, 32, 0.9);
  border-color: rgba(50, 173, 230, 0.25);
}

[data-theme="dark"] #diff-card-insights {
  background:
    linear-gradient(
      135deg,
      rgba(255, 149, 0, 0.12) 0%,
      rgba(255, 59, 48, 0.04) 100%
    ),
    rgba(30, 30, 32, 0.9);
  border-color: rgba(255, 149, 0, 0.25);
}

/* 点击时的柔和呼吸高光脉冲 */
.diff-card.card-pulse-highlight {
  animation: cardPulseGlow 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; /* design-audit: allow — 点击呼吸高光一次性编排(规范 §6 末条) */
}

@keyframes cardPulseGlow { /* design-audit: allow — 点击呼吸高光一次性编排关键帧(规范 §6 末条) */
  0% {
    box-shadow:
      0 0 0 4px rgba(52, 199, 89, 0.5),
      var(--shadow-craft-card-hover);
    border-color: rgba(52, 199, 89, 0.6);
  }
  70% {
    box-shadow:
      0 0 0 2px rgba(52, 199, 89, 0.25),
      var(--shadow-craft-card-hover);
    border-color: rgba(52, 199, 89, 0.4);
  }
  100% {
    box-shadow: var(--shadow-liquid-glass);
    border-color: var(--glass-border-subtle);
  }
}

.diff-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.diff-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.diff-title {
  font-family: var(--font-figtree);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-ink-black);
  margin: 0;
  letter-spacing: -0.015em;
}

.diff-card:hover .diff-icon-box {
  transform: scale(1.08);
}

/* --------------------------------------------------------------------------
   Craft.do Section 3 Feature Card Typography & Mobile Interactive Tabs
   -------------------------------------------------------------------------- */

.diff-card-desc {
  font-family: var(--font-figtree);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--color-fog-gray);
  margin: 0;
  letter-spacing: -0.01em;
}

[data-theme="dark"] .diff-card-desc {
  color: var(--color-smoke);
}

/* --------------------------------------------------------------------------
   Craft.do Section 3 Expandable Bento Accordion Styles
   -------------------------------------------------------------------------- */

.diff-toggle-icon {
  display: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--color-fog-gray);
  background: rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

[data-theme="dark"] .diff-toggle-icon {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-smoke);
}

.diff-toggle-icon .icon-minus {
  display: none;
}

.diff-toggle-icon .icon-plus {
  display: block;
}

.diff-card.open .diff-toggle-icon .icon-minus {
  display: block;
}

.diff-card.open .diff-toggle-icon .icon-plus {
  display: none;
}

.diff-card-body {
  display: block;
}

.diff-card-desc {
  font-family: var(--font-figtree);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--color-fog-gray);
  margin: 0;
  letter-spacing: -0.01em;
}

[data-theme="dark"] .diff-card-desc {
  color: var(--color-smoke);
}

/* 移动端/平板响应式交互展台 (< 1024px)：Craft.do Expandable Bento Accordion */
@container craft (max-width: 1023px) {
  .craft-bento-stage {
    padding: 28px 20px;
    gap: 20px;
    background: linear-gradient(
      180deg,
      rgba(52, 199, 89, 0.12) 0%,
      rgba(52, 199, 89, 0.04) 100%
    );
    border-radius: 28px;
  }

  [data-theme="dark"] .craft-bento-stage {
    background: linear-gradient(
      180deg,
      rgba(52, 199, 89, 0.08) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }

  .craft-bento-hero {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 6px;
  }

  .craft-hero-title {
    line-height: 1.25;
    margin: 8px 0;
  }

  .craft-hero-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .craft-bento-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .craft-bento-subgrid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .diff-toggle-icon {
    display: flex;
  }

  /* 移动端手风琴卡片条基础形态 (折叠态) */
  .diff-card {
    padding: 14px 18px;
    border-radius: var(--radius-card);
    background: var(--glass-gradient);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    transition: all var(--motion-smooth) var(--ease-standard);
  }

  [data-theme="dark"] .diff-card {
    background: rgba(30, 30, 32, 0.85);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  }

  .diff-card-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .diff-card-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height var(--motion-slow) var(--ease-standard),
      opacity var(--motion-smooth) var(--ease-standard),
      margin-top var(--motion-smooth) var(--ease-standard);
    margin-top: 0;
  }

  /* 展开状态 (Open / Active) */
  .diff-card.open {
    padding: 20px 18px;
    border-color: rgba(52, 199, 89, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  }

  .diff-card.open .diff-card-header {
    margin-bottom: 10px;
  }

  .diff-card.open .diff-card-body {
    max-height: 180px;
    opacity: 1;
    margin-top: 4px;
  }

  .diff-card.open .diff-toggle-icon {
    background: rgba(52, 199, 89, 0.15);
    color: #1e7e34;
  }

  [data-theme="dark"] .diff-card.open .diff-toggle-icon {
    color: #30d158;
  }

  .diff-title {
    font-size: 15px;
    font-weight: 700;
  }

  .diff-card-desc {
    font-size: 13.5px;
    line-height: 1.6;
  }
}

/* ==========================================================================
   Highlights Section (3 Cards)
   ========================================================================== */

.highlights-3col {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-lg);
  width: 100%;
}

@container highlights (min-width: 768px) {
  .highlights-3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

.highlight-sticker-card {
  position: relative;
  background: var(--glass-gradient);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  border: 1px solid var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform var(--transition-normal),
    border-color var(--transition-fast),
    box-shadow var(--transition-normal);
}

.highlight-sticker-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: var(--shadow-craft-card-hover);
}

[data-theme="dark"] .highlight-sticker-card {
  background: var(--navbar-gradient);
  border-color: var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
}

/* ==========================================================================
   Pricing Section (2 Cards)
   ========================================================================== */

.pricing-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-lg);
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

@container pricing (min-width: 768px) {
  .pricing-2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pricing-sticker-card {
  position: relative;
  border-radius: var(--radius-card);
  padding: 36px 30px;
  border: 1px solid var(--glass-border-subtle);
  background: var(--glass-gradient);
  box-shadow: var(--shadow-liquid-glass);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: var(--glass-backdrop-filter);
  transition:
    transform var(--transition-normal),
    border-color var(--transition-fast),
    box-shadow var(--transition-normal);
}

.pricing-sticker-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: var(--shadow-craft-card-hover);
}

.pricing-sticker-card.featured {
  border: 1px solid rgba(52, 199, 89, 0.35);
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.05) 0%,
    rgba(255, 255, 255, 0.95) 100%
  );
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(52, 199, 89, 0.12),
    inset 0 1px 1.5px #ffffff;
}

[data-theme="dark"] .pricing-sticker-card {
  background: var(--navbar-gradient);
  border-color: var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
}

[data-theme="dark"] .pricing-sticker-card.featured {
  border-color: rgba(52, 199, 89, 0.45);
  background: linear-gradient(
    180deg,
    rgba(52, 199, 89, 0.12) 0%,
    rgba(24, 24, 27, 0.95) 100%
  );
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.4),
    0 4px 20px rgba(52, 199, 89, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.pricing-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 38px;
}

.pricing-header .text-muted {
  margin-top: 8px;
}

.pricing-plan-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  margin-bottom: 14px;
}

.pricing-inline-badge {
  display: inline-flex;
  align-items: center;
  gap: 4.5px;
  padding: 3.5px 10px;
  border-radius: var(--radius-pill);
  background: linear-gradient(
    135deg,
    rgba(52, 199, 89, 0.16) 0%,
    rgba(52, 199, 89, 0.06) 100%
  );
  border: 1px solid rgba(52, 199, 89, 0.35);
  box-shadow:
    0 2px 8px rgba(52, 199, 89, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  color: var(--color-primary);
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.pricing-sticker-card:hover .pricing-inline-badge {
  transform: translateY(-1px);
  box-shadow:
    0 4px 12px rgba(52, 199, 89, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.95);
}

[data-theme="dark"] .pricing-inline-badge {
  background: linear-gradient(
    135deg,
    rgba(52, 199, 89, 0.24) 0%,
    rgba(52, 199, 89, 0.08) 100%
  );
  border-color: rgba(52, 199, 89, 0.45);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.pricing-price-row {
  display: flex;
  align-items: baseline;
  height: 46px;
  margin-bottom: 12px;
}

.pricing-card-desc {
  min-height: 44px;
  margin-bottom: 24px;
  line-height: 1.45;
}

.pricing-features-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 32px;
  border-top: 1px solid var(--color-divider);
  padding-top: 22px;
}

.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: var(--gap-sm);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
}

.pricing-feature-item.featured {
  font-weight: 600;
}

.pricing-feature-icon {
  color: var(--color-primary);
  flex-shrink: 0;
}

.pricing-amount {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-ink-black);
  line-height: 1;
}

.pricing-amount.pro {
  color: var(--color-primary);
}

.pricing-period {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-fog-gray);
  margin-left: 6px;
}

.pricing-cta-full {
  margin-bottom: 24px;
}

.faq-top {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 38px;
}

.faq-top .text-muted {
  margin-top: 8px;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
  max-width: 860px;
  margin: 0 auto;
}

.faq-card {
  position: relative;
  background: var(--glass-gradient);
  border-radius: var(--radius-inner-card);
  padding: 24px 26px;
  border: 1px solid var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
  transition:
    border-color var(--transition-fast),
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
}

.faq-card:hover {
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  box-shadow: var(--shadow-craft-card-hover);
}

[data-theme="dark"] .faq-card {
  background: var(--navbar-gradient);
  border-color: var(--glass-border-subtle);
  box-shadow: var(--shadow-liquid-glass);
}

.faq-q-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.faq-q-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--color-primary-soft);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
}

.faq-q {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-ink-black);
}

.faq-a {
  font-size: 14px;
  color: var(--color-fog-gray);
  line-height: 1.6;
  padding-left: 34px;
}

/* ==========================================================================
   CTA Banner Section · Craft.do 宽幅横向双栏横幅 (纯正 Cupertino Green + 高对比)
   ========================================================================== */

.cta-banner-section {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-banner-card {
  position: relative;
  overflow: hidden;
  background: var(--cupertino-system-green);
  background: linear-gradient(135deg, #42d66f 0%, #34c759 45%, #2bb04c 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 36px;
  padding: clamp(40px, 5.5vw, 56px) clamp(32px, 6vw, 68px);
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow:
    0 20px 50px rgba(52, 199, 89, 0.32),
    0 4px 12px rgba(0, 0, 0, 0.05);
}

[data-theme="dark"] .cta-banner-card {
  background: linear-gradient(135deg, #185a30 0%, #114223 50%, #0d341b 100%);
  border-color: rgba(52, 199, 89, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

@container cta (max-width: 820px) {
  .cta-banner-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 24px;
    border-radius: 28px;
  }
}

/* 纯静态高分辨率有机水彩矢量艺术背景 (Craft.do 纯矢量艺术层，0ms 瞬开，零卡顿) */
.cta-banner-art-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.95;
}

[data-theme="dark"] .cta-banner-art-backdrop {
  opacity: 0.75;
}

.cta-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
}

.cta-banner-title {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(34px, 4.4vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #072614;
  margin: 0;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .cta-banner-title {
  color: #f2fbf5;
  text-shadow: none;
}

.cta-banner-desc {
  font-family: var(--font-figtree);
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.55;
  color: #0d3b1e;
  margin: 0;
  max-width: 520px;
  font-weight: 500;
}

[data-theme="dark"] .cta-banner-desc {
  color: #b7e8c8;
}

.cta-banner-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

@container cta (min-width: 821px) {
  .cta-banner-actions {
    align-items: flex-end;
  }
  .cta-banner-actions .btn {
    width: auto;
    min-width: 210px;
  }
}

/* ==========================================================================
   Site Footer · Craft.do 独立大底盘布局 (极紧凑窄边缝 + Apple System Grouped Gray)
   ========================================================================== */

.site-footer-wrapper {
  padding: 0 var(--space-gutter) 10px var(--space-gutter);
  box-sizing: border-box;
  width: 100%;
}

.site-footer {
  background-color: var(--cupertino-system-grouped-background, #f2f2f7);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-container);
  border-top-left-radius: var(--radius-container);
  border-top-right-radius: var(--radius-container);
  border-bottom-left-radius: var(--radius-container);
  border-bottom-right-radius: var(--radius-container);
  padding: 48px clamp(24px, 4vw, 48px) 28px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

[data-theme="dark"] #site-footer {
  background-color: #18181b;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

@media (--bp-mobile) {
  .site-footer-wrapper {
    padding: 0 6px 8px 6px;
  }
  .site-footer-wrapper #site-footer {
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 36px 20px 24px;
  }
}

.footer-matrix-wrap {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 36px;
  margin-bottom: 48px;
  max-width: 1080px;
}

@media (--bp-mobile) {
  .footer-matrix-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-brand-group {
  margin-bottom: 4px;
}

.footer-brand-motto {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--color-fog-gray);
  max-width: 240px;
  margin: 0;
}

.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-ink-black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

[data-theme="dark"] .footer-col-title {
  color: var(--color-pure-white);
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-list li a {
  font-size: 13.5px;
  color: var(--color-fog-gray);
  text-decoration: none;
  transition:
    color var(--transition-fast),
    transform var(--transition-fast);
  display: inline-block;
}

.footer-links-list li a:hover {
  color: var(--color-primary);
  transform: translateX(2px);
}

.footer-bottom-bar {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  text-align: center;
  font-size: 13px;
  color: var(--color-fog-gray);
}

[data-theme="dark"] .footer-bottom-bar {
  border-top-color: rgba(255, 255, 255, 0.06);
}

.footer-bottom-bar a {
  color: var(--color-fog-gray);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-bottom-bar a:hover {
  color: var(--color-ink-black);
}

/* ==========================================================================
   Legal & Article Subpages (Terms of Service, Privacy Policy)
   OfferPrime Standard Clean Article Architecture
   ========================================================================== */

.article-section,
.page-container {
  padding-top: calc(56px + 32px);
  padding-bottom: var(--section-gap);
  width: 100%;
  box-sizing: border-box;
}

.legal-card {
  padding: 0;
  width: 100%;
}

.article-card {
  background-color: var(--color-surface);
  border-radius: var(--radius-container);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  padding: 56px 48px;
  max-width: 860px;
  margin: 0 auto;
}

@media (--bp-mobile) {
.article-section,
.page-container {
    padding-top: calc(52px + 16px);
    padding-bottom: 48px;
  }
  .article-card {
    padding: 28px 20px;
  }
}

.article-header,
.legal-header {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.article-badge-wrap {
  margin-bottom: 12px;
}

.article-title {
  margin-bottom: 8px;
  font-size: var(--text-title);
}

.article-meta,
.legal-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--text-caption);
  color: var(--color-fog-gray);
}

.legal-date {
  margin: 0;
  font-size: var(--text-caption);
  color: var(--color-fog-gray);
}

.legal-lead {
  font-size: var(--text-body-lg);
}

.legal-section {
  margin-top: 32px;
}

.article-content,
.legal-body {
  font-size: var(--text-body);
  line-height: 1.75;
  color: var(--color-ink-black);
}

.article-content p,
.legal-body p {
  margin: 0 0 18px;
}

.article-content h2,
.legal-body h2 {
  margin: 36px 0 14px;
  font-size: var(--text-title); /* design-audit: allow — article 标题 */
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--color-ink-black);
}

.article-content ul,
.legal-body ul {
  list-style: disc;
  margin: 0 0 20px;
  padding-left: 24px;
}

.article-content li,
.legal-body li {
  margin-bottom: 8px;
  font-size: var(--text-body);
  line-height: 1.75;
  color: var(--color-ink-black);
}

.article-content a,
.legal-body a {
  color: var(--color-primary);
  text-decoration: underline;
}

.legal-body a {
  color: var(--color-primary);
}

/* 404 页面（SEO：HTML 404 页 · Liquid Glass 设计语言） */
.not-found-page {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  box-sizing: border-box;
}
.not-found-card {
  max-width: 560px;
  width: 100%;
  text-align: center;
  padding: 56px 40px;
  background: var(--glass-gradient);
  border: 1px solid var(--glass-border-subtle);
  border-radius: var(--radius-inner-card);
  box-shadow: var(--shadow-liquid-glass);
  backdrop-filter: var(--glass-backdrop-filter);
  box-sizing: border-box;
}
.not-found-code {
  font-size: 96px;
  line-height: 1;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #007aff 0%, #5856d6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.not-found-title {
  margin: 0 0 12px;
}
.not-found-desc {
  margin: 0 auto 28px;
  max-width: 420px;
}
.not-found-actions {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
}
