/* ============================================================
   page-index.css — 首页 · 纯净体验（Pure Glass）
   ============================================================ */

html.theme-pure {
  color-scheme: light;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) body {
  background-color: #f8fafc;
  color: #0f172a;
  background-image: none;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-x: hidden;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) body::after {
  display: none;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .font-display {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
}

/* —— 纯净主题：顶栏 & 页脚（与午夜极光完全分离） —— */
html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #site-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  padding: 14px clamp(16px, 3vw, 28px) 10px;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
  isolation: auto;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #site-nav::before {
  display: none;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #site-nav.is-scrolled {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #site-nav nav {
  max-width: min(1180px, 100%);
}

.pure-nav {
  width: 100%;
}

.pure-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 8px 10px 8px 14px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 40px -16px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  transition: box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #site-nav.is-scrolled .pure-nav__bar {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(203, 213, 225, 0.95);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 16px 44px -18px rgba(15, 23, 42, 0.14);
}

.pure-nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.pure-nav__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
  border: 1px solid rgba(191, 219, 254, 0.9);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.12);
}

.pure-nav__logo-mark img {
  width: 20px;
  height: 20px;
}

.pure-nav__logo-text {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.pure-nav__logo-accent {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pure-nav__links {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(6px, 1.4vw, 8px);
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link {
  padding: 8px 14px;
  border-radius: 9999px;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link:hover,
html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link:focus-visible {
  color: #334155;
  background: rgba(241, 245, 249, 0.9);
  border-color: rgba(226, 232, 240, 0.9);
  text-shadow: none;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link.active {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: rgba(191, 219, 254, 0.95);
  text-shadow: none;
}

.pure-nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.85);
  color: #475569;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-btn:hover {
  color: #0f172a;
  border-color: rgba(203, 213, 225, 1);
  background: #fff;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-btn i {
  width: 16px;
  height: 16px;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-menu {
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px -20px rgba(15, 23, 42, 0.22);
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-menu a {
  color: #475569;
  border-radius: 10px;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-menu a:hover,
html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-menu a:focus-visible {
  color: #1d4ed8;
  background: #f8fafc;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-menu a[aria-current='true'] {
  color: #1d4ed8;
  background: #eff6ff;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__cta {
  padding: 9px 18px;
  border: none;
  border-radius: 9999px;
  background: #2563eb;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 8px 24px -8px rgba(37, 99, 235, 0.55);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__cta:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(37, 99, 235, 0.6);
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__menu {
  display: none;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__menu span {
  background: #475569;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__menu.is-active span {
  background: #2563eb;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__user-menu {
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 48px -20px rgba(15, 23, 42, 0.22);
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__user-menu .nav-user-menu-item {
  color: #475569;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__user-menu .nav-user-menu-item:hover {
  color: #0f172a;
  background: #f8fafc;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid rgba(99, 102, 241, 0.28);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(79, 70, 229, 0.18);
  text-decoration: none;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__avatar:hover {
  border-color: rgba(79, 70, 229, 0.45);
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.24);
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__avatar .nav-avatar-circle {
  width: 34px;
  height: 34px;
  border: none;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__avatar .nav-avatar-letter {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(15, 23, 42, 0.22);
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .nav-mobile-backdrop {
  background: rgba(15, 23, 42, 0.28);
}

@media (max-width: 900px) {
  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #site-nav {
    padding-left: 12px;
    padding-right: 12px;
  }

  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__bar {
    padding-right: 8px;
  }

  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__menu {
    display: flex;
  }

  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__links {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.99) 100%);
    border-left: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: -20px 0 48px -20px rgba(15, 23, 42, 0.18);
  }

  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link {
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    font-size: 0.9375rem;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    transform: none;
  }

  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link:hover,
  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link:focus-visible {
    border-color: rgba(191, 219, 254, 0.95);
    background: #f8fafc;
    transform: none;
  }

  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__link.active {
    border-color: rgba(147, 197, 253, 0.95);
    background: #eff6ff;
  }

  html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-nav__lang-btn .lang-current-label {
    display: none;
  }
}

/* 纯净页脚 */
html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #global-footer.pure-footer {
  position: relative;
  margin-top: clamp(48px, 7vw, 88px);
  padding: 0;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(248, 250, 252, 0.95) 100%);
  overflow: hidden;
}

html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) #global-footer.pure-footer::after {
  display: none;
}

.pure-footer__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  opacity: 0.55;
}

.pure-footer__glow--left {
  top: -180px;
  left: -120px;
  background: #e0e7ff;
}

.pure-footer__glow--right {
  bottom: -220px;
  right: -100px;
  background: #fae8ff;
}

.pure-footer__wrap {
  position: relative;
  z-index: 1;
  max-width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 56px) 24px clamp(28px, 4vw, 36px);
}

.pure-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.pure-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.pure-footer__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
  border: 1px solid rgba(191, 219, 254, 0.9);
  box-shadow: 0 8px 20px -12px rgba(59, 130, 246, 0.35);
}

.pure-footer__logo-text {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.pure-footer__kicker {
  margin: 14px 0 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2563eb;
}

.pure-footer__blurb {
  margin: 12px 0 0;
  max-width: 36ch;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #64748b;
}

.pure-footer__mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.85);
  color: #334155;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.pure-footer__mail:hover {
  color: #1d4ed8;
  border-color: rgba(191, 219, 254, 0.95);
  background: #fff;
}

.pure-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.pure-footer__col-title {
  margin: 0 0 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.pure-footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pure-footer__col-list li + li {
  margin-top: 10px;
}

.pure-footer__col-list a {
  color: #475569;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pure-footer__col-list a:hover {
  color: #2563eb;
}

.pure-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: 22px;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.pure-footer__copy {
  margin: 0;
  font-size: 0.8125rem;
  color: #94a3b8;
}

.pure-footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pure-footer__tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.95);
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

@media (max-width: 900px) {
  .pure-footer__grid {
    grid-template-columns: 1fr;
  }

  .pure-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pure-footer__cols {
    grid-template-columns: 1fr;
  }

  .pure-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* 环境光晕 */
.pure-bg-blobs {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.pure-blob {
  position: absolute;
  filter: blur(80px);
  opacity: 0.6;
  border-radius: 50%;
  animation: pure-blob 15s infinite alternate;
}

.pure-blob--1 { top: -10%; left: -10%; width: 500px; height: 500px; background: #e0e7ff; }
.pure-blob--2 { top: 40%; right: -10%; width: 400px; height: 400px; background: #fae8ff; animation-delay: 2s; }
.pure-blob--3 { bottom: -20%; left: 20%; width: 600px; height: 600px; background: #ccfbf1; animation-delay: 4s; }

@keyframes pure-blob {
  0% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -50px) scale(1.1); }
  66% { transform: translate(-20px, 20px) scale(0.9); }
  100% { transform: translate(0, 0) scale(1); }
}

/* 玻璃卡片 */
.glass-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.glass-card:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
}

/* 滚动显现 */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* 跑马灯 */
.pure-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 6rem;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.pure-marquee__track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  animation: pure-marquee var(--marquee-duration, 28s) linear infinite;
}

.pure-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.pure-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  margin-right: 3rem;
  white-space: nowrap;
  color: #94a3b8;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@keyframes pure-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-1 * var(--marquee-shift, 0px)), 0, 0); }
}

/* 工作流 Tab */
.wf-tabs {
  background: rgba(241, 245, 249, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 9999px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.wf-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: #64748b;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.wf-tab:hover:not(.active) {
  color: #334155;
  background: rgba(255, 255, 255, 0.45);
}

.wf-tab.active {
  color: #0f172a;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 4px 12px rgba(15, 23, 42, 0.06);
}

.wf-tab:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.wf-tab.active i {
  color: #2563eb;
}

.wf-tab[data-target="wf-cicd"].active i {
  color: #4f46e5;
}

.wf-tab[data-target="wf-team"].active i {
  color: #0d9488;
}

.wf-panel {
  transition: opacity 0.3s ease;
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.pure-main {
  position: relative;
  z-index: 10;
  padding-top: calc(var(--nav-height) + 1rem);
}

/* Hero */
html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) .pure-hero a,
html.theme-pure:has(#page-home, #page-bangzhu, #page-fuwu-tiaokuan, #page-guanyu, #page-lianxi, #page-taocan-xiangqing, #page-esim-taocan, #page-openclaw, #page-wode-zhanghao, #page-yinsi-zhengce, #page-blog, #page-blog-article) main a.rounded-full {
  text-decoration: none;
}

.pure-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .pure-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}

.pure-hero__visual {
  position: relative;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .pure-hero__visual {
    max-width: none;
    margin: 0;
  }
}

.pure-hero__visual-glow {
  position: absolute;
  inset: 8% 4% 12%;
  background:
    radial-gradient(circle at 30% 40%, rgba(59, 130, 246, 0.22), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(139, 92, 246, 0.18), transparent 50%);
  filter: blur(28px);
  pointer-events: none;
}

.pure-hero__frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  padding: 0.75rem;
  box-shadow:
    0 24px 60px -20px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.pure-hero__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  object-fit: cover;
  background: #f1f5f9;
}

.pure-hero__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.875rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.pure-hero__badge--tl {
  top: 1.25rem;
  left: 1.25rem;
}

.pure-hero__badge--br {
  right: 1.25rem;
  bottom: 1.25rem;
}

.pure-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.pure-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.875rem 0.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  text-align: center;
}

.pure-hero__stat-value {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.pure-hero__stat-label {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.02em;
}

@media (prefers-reduced-motion: reduce) {
  .pure-blob,
  .pure-marquee__track,
  .reveal {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .glass-card:hover {
    transform: none;
  }
}

/* ============================================================
   纯净主题：登录/注册弹窗（与 Midnight Aurora 完全分离）
   ============================================================ */

html.theme-pure .pure-auth {
  padding: 20px;
}

html.theme-pure .pure-auth__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

html.theme-pure .pure-auth__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  display: flex;
  justify-content: center;
}

html.theme-pure .pure-auth__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
  pointer-events: none;
  opacity: 0.7;
}

html.theme-pure .pure-auth__glow--a {
  width: 220px;
  height: 220px;
  top: -40px;
  left: -60px;
  background: #dbeafe;
}

html.theme-pure .pure-auth__glow--b {
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -40px;
  background: #ede9fe;
}

html.theme-pure .pure-auth__card {
  position: relative;
  width: 100%;
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: 28px 28px 22px;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 24px 64px -24px rgba(15, 23, 42, 0.18);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  backdrop-filter: blur(20px) saturate(1.15);
}

html.theme-pure .pure-auth__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(248, 250, 252, 0.95);
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  z-index: 2;
}

html.theme-pure .pure-auth__close:hover {
  color: #0f172a;
  border-color: rgba(203, 213, 225, 1);
  background: #fff;
}

html.theme-pure .pure-auth__close i {
  width: 18px;
  height: 18px;
}

html.theme-pure .pure-auth__head {
  margin-bottom: 22px;
  padding-right: 40px;
}

html.theme-pure .pure-auth__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

html.theme-pure .pure-auth__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
  border: 1px solid rgba(191, 219, 254, 0.9);
  box-shadow: 0 8px 20px -12px rgba(59, 130, 246, 0.35);
  flex-shrink: 0;
}

html.theme-pure .pure-auth__logo-mark img {
  width: 22px;
  height: 22px;
}

html.theme-pure .pure-auth__brand-name {
  display: block;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.2;
}

html.theme-pure .pure-auth__brand-accent {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.theme-pure .pure-auth__brand-tag {
  margin: 2px 0 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.4;
}

html.theme-pure .pure-auth__title {
  margin: 0 0 6px;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: clamp(1.35rem, 4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.2;
}

html.theme-pure .pure-auth__lead {
  margin: 0 0 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
}

html.theme-pure .pure-auth__field {
  margin-bottom: 14px;
}

html.theme-pure .pure-auth__field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
}

html.theme-pure .pure-auth__input {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

html.theme-pure .pure-auth__input:focus-within {
  border-color: rgba(147, 197, 253, 1);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

html.theme-pure .pure-auth__input .field-icon {
  color: #94a3b8;
}

html.theme-pure .pure-auth__input .field-icon i {
  width: 18px;
  height: 18px;
}

html.theme-pure .pure-auth__input input {
  color: #0f172a;
  font-size: 0.9375rem;
}

html.theme-pure .pure-auth__input input::placeholder {
  color: #94a3b8;
}

html.theme-pure .pure-auth__tabs {
  display: flex;
  gap: 4px;
  margin: 4px 0 14px;
  padding: 4px;
  border-radius: 9999px;
  background: #f1f5f9;
  border: 1px solid rgba(226, 232, 240, 0.95);
}

html.theme-pure .pure-auth__tab {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 9999px;
  background: transparent;
  font-weight: 600;
  font-size: 0.875rem;
  color: #64748b;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

html.theme-pure .pure-auth__tab:hover {
  color: #334155;
}

html.theme-pure .pure-auth__tab.active {
  color: #1d4ed8;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

html.theme-pure .pure-auth__submit {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 18px;
  border: none;
  border-radius: 9999px;
  background: #2563eb;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 10px 28px -10px rgba(37, 99, 235, 0.55);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

html.theme-pure .pure-auth__submit:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px -12px rgba(37, 99, 235, 0.6);
}

html.theme-pure .pure-auth__submit:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.65);
  outline-offset: 3px;
}

html.theme-pure .pure-auth__msg {
  margin-top: 10px;
  min-height: 1.2em;
  font-size: 0.8125rem;
  color: #dc2626;
}

html.theme-pure .pure-auth__msg.ok {
  color: #059669;
}

html.theme-pure .pure-auth__switch {
  margin-top: 14px;
  text-align: center;
}

html.theme-pure .pure-auth__link {
  background: none;
  border: none;
  color: #2563eb;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.theme-pure .pure-auth__link:hover {
  color: #1d4ed8;
}

html.theme-pure .pure-auth__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

html.theme-pure .pure-auth__row--agree {
  margin-bottom: 10px;
}

html.theme-pure .pure-auth__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.8125rem;
  color: #64748b;
  cursor: pointer;
}

html.theme-pure .pure-auth__code-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

html.theme-pure .pure-auth__send-code {
  flex-shrink: 0;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(191, 219, 254, 0.95);
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
  font-size: 0.8125rem;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

html.theme-pure .pure-auth__send-code:hover:not(:disabled) {
  background: #dbeafe;
  border-color: rgba(147, 197, 253, 1);
}

html.theme-pure .pure-auth__send-code:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

html.theme-pure .pure-auth__reset-lead {
  margin: 0 0 14px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

html.theme-pure .pure-auth .auth-toggle-pw {
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px;
  display: flex;
}

html.theme-pure .pure-auth .auth-toggle-pw .icon-eye-off {
  display: none;
}

html.theme-pure .pure-auth .auth-toggle-pw.is-revealed .icon-eye {
  display: none;
}

html.theme-pure .pure-auth .auth-toggle-pw.is-revealed .icon-eye-off {
  display: block;
}

html.theme-pure .pure-auth__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
}

html.theme-pure .pure-auth__highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.85);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

html.theme-pure .pure-auth__highlight-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  flex-shrink: 0;
  border: 1px solid transparent;
}

html.theme-pure .pure-auth__highlight-ico i {
  width: 15px;
  height: 15px;
}

html.theme-pure .pure-auth__highlight-ico--blue {
  background: #eff6ff;
  border-color: rgba(191, 219, 254, 0.9);
  color: #2563eb;
}

html.theme-pure .pure-auth__highlight-ico--violet {
  background: #f5f3ff;
  border-color: rgba(221, 214, 254, 0.9);
  color: #7c3aed;
}

html.theme-pure .pure-auth__highlight-ico--emerald {
  background: #ecfdf5;
  border-color: rgba(167, 243, 208, 0.9);
  color: #059669;
}

html.theme-pure .pure-auth__highlight-ico--sky {
  background: #f0f9ff;
  border-color: rgba(186, 230, 253, 0.9);
  color: #0284c7;
}

html.theme-pure .pure-auth__highlight-txt {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  html.theme-pure .pure-auth {
    padding: 12px;
    align-items: flex-end;
  }

  html.theme-pure .pure-auth__card {
    padding: 22px 20px 18px;
    border-radius: 20px 20px 16px 16px;
    max-height: 92vh;
  }

  html.theme-pure .pure-auth__highlights {
    gap: 6px;
  }

  html.theme-pure .pure-auth__highlight {
    padding: 8px 10px;
    border-radius: 12px;
  }

  html.theme-pure .pure-auth__highlight-ico {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  html.theme-pure .pure-auth__highlight-txt {
    font-size: 0.75rem;
  }
}

