/* Aurora 自定义 — 与 custom.js 配套；不修改 Vue 节点，仅样式层叠与隐藏 */

/* 加载层不拦截 #app 点击 */
#app {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

/* 首页：勿用整屏 min-height 撑 #app，否则首屏下方会出现一大块空白（版权等已隐藏时尤其明显） */
#app:has(#index) {
  min-height: 0 !important;
  height: auto !important;
}

.hourglassx,
.loading-user {
  pointer-events: none;
  z-index: 1;
}

/* 首页：隐藏原版标题/锚点/按钮（由 JS 加 .xb-augmented） */
#index.xb-augmented .home-banner .t1,
#index.xb-augmented .home-banner .t2-wrap,
#index.xb-augmented .home-banner .t3 {
  display: none !important;
}

/* 顶栏：去掉中间锚点导航（首页 / 特性 / 服务 …） */
#index.xb-augmented .home-header .header-nav {
  display: none !important;
}

/*
 * 窄屏：主题把 .header-nav 藏进汉堡，链接复制在 .header-menu 里；
 * 仅隐藏 .header-nav 时电脑没有、手机仍有一整列锚点，故两处一起关。
 */
#index.xb-augmented .home-header .header-menu {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#index.xb-augmented .home-header .header-book {
  display: none !important;
}

/* 避免曾点开菜单后 .show-menu 仍撑高顶栏（850px 以下主题样式） */
#index.xb-augmented .home-header.show-menu {
  height: 60px !important;
  overflow: hidden !important;
}

/* 地球下方：隐藏主题区块（不依赖 .xb-augmented，避免先渲染出大块 padding 再消失） */
#index #spec,
#index #advance,
#index #service,
#index #question,
#index #about,
#index.xb-augmented #spec,
#index.xb-augmented #advance,
#index.xb-augmented #service,
#index.xb-augmented #question,
#index.xb-augmented #about {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

#index #reveal .ant-divider,
#index.xb-augmented #reveal .ant-divider {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#index.xb-augmented #reveal,
#index #reveal {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  flex: 0 0 auto;
}

/* 首页版权条：多选择器 + 不依赖 .xb-augmented（避免 class 未加上时仍显示） */
#index #reveal copyright,
#index copyright,
#reveal copyright,
#index .copyright,
#reveal .copyright {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important;
  visibility: hidden !important;
  pointer-events: none !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

/* 横幅勿改 overflow:hidden（主题依赖裁剪）；地球单独提高层级避免被自定义文案层盖住 */
#index.xb-augmented .home-banner .earth {
  z-index: 3 !important;
}

/* 桌面：左右分栏 — 左文案、右地球（参考原版首屏，避免文案挤在中间、左侧空荡） */
@media screen and (min-width: 1101px) {
  #index.xb-augmented .home-banner {
    height: auto !important;
    min-height: 480px;
  }

  #index.xb-augmented .home-banner .wrapper-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 28px 40px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 40px 52px;
    box-sizing: border-box;
    width: 100%;
    min-height: 420px;
  }

  #index.xb-augmented #xb-hero-custom.xb-hero-custom {
    order: 1;
    flex: 1 1 0;
    min-width: 280px;
    max-width: 520px;
    margin: -8px 0 0;
    padding: 0;
    z-index: 2;
  }

  #index.xb-augmented .xb-hero-custom-inner {
    text-align: left;
    align-items: flex-start;
  }

  #index.xb-augmented .xb-hero-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 0;
  }

  /* 浅色桌面：左侧按钮高对比（勿用透明底浅蓝字，否则在灰底上几乎看不见） */
  body:not(.is-darkmode) #index.xb-augmented .xb-hero-actions .xb-hero-link:not(.xb-hero-btn) {
    background: #fff !important;
    border: 1px solid #2563eb !important;
    color: #1d4ed8 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
    padding: 0 22px !important;
    min-height: 44px !important;
    line-height: 1.2 !important;
  }

  body:not(.is-darkmode) #index.xb-augmented .xb-hero-actions .xb-hero-link:not(.xb-hero-btn):hover {
    background: #eff6ff !important;
    border-color: #1d4ed8 !important;
    opacity: 1;
  }

  body:not(.is-darkmode) #index.xb-augmented .xb-hero-actions .xb-hero-btn.xb-hero-link {
    background: linear-gradient(135deg, #2563eb, #6366f1) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.38) !important;
    padding: 0 24px !important;
    min-height: 44px !important;
  }

  body:not(.is-darkmode) #index.xb-augmented .xb-hero-actions .xb-hero-btn.xb-hero-link:hover {
    filter: brightness(1.05);
    opacity: 1;
    transform: translateY(-1px);
  }

  /* 地球略缩小，避免右侧占位过大 */
  #index.xb-augmented .home-banner .earth {
    order: 2;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    flex: 0 0 auto;
    width: 340px !important;
    height: 340px !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 3 !important;
  }

}

/* 窄屏：纵向排列 + 文案在球下；地球禁止被 flex 压扁 */
@media screen and (max-width: 1100px) {
  #index.xb-augmented .home-banner .wrapper-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #index.xb-augmented .home-banner .earth {
    flex-shrink: 0 !important;
    align-self: center !important;
    top: 0 !important;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
    transform: scale(0.8) !important;
    z-index: 3 !important;
  }

  #index.xb-augmented #xb-hero-custom.xb-hero-custom {
    z-index: 1 !important;
    margin-top: -6px !important;
    margin-bottom: 1rem !important;
    max-width: 100%;
    padding: 0 18px;
  }
}

@media screen and (max-width: 480px) {
  #index.xb-augmented .home-banner .earth {
    margin-bottom: 28px !important;
  }

  #index.xb-augmented #xb-hero-custom.xb-hero-custom {
    padding: 0 16px;
  }
}

/* —— 自定义首屏 Hero：层级低于 .earth，避免盖住地球动效 —— */
#xb-hero-custom.xb-hero-custom {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 1rem;
  padding: 0 20px;
  box-sizing: border-box;
}

.xb-hero-custom-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body:not(.is-darkmode) #index.xb-augmented .xb-hero-h1 {
  color: rgba(15, 23, 42, 0.94);
  text-shadow: none;
}

.xb-hero-h1 {
  display: block;
  font-size: clamp(1.25rem, 3.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
  margin: 0 0 18px;
}

body:not(.is-darkmode) #index.xb-augmented .xb-hero-sub {
  color: rgba(71, 85, 105, 0.92);
}

.xb-hero-sub {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.xb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2px;
}

/* 浅色 + 窄屏：胶囊按钮（桌面宽屏见上方专用样式，避免被此项盖成浅字） */
@media screen and (max-width: 1100px) {
  body:not(.is-darkmode) #index.xb-augmented .xb-hero-link {
    color: #fff !important;
    border-color: rgba(59, 130, 246, 0.45);
    background: rgba(59, 130, 246, 0.85);
  }
}

.xb-hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.xb-hero-link:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}

.xb-hero-btn {
  font-family: inherit;
  border: 0;
  background: linear-gradient(120deg, #4f8cff, #7c5cff);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 22px rgba(79, 140, 255, 0.32);
}

.xb-hero-btn:hover {
  transform: translateY(-1px);
}

.is-darkmode .xb-hero-link {
  border-color: rgba(255, 255, 255, 0.2);
}

/* —— 「站内服务与说明」三卡片 + 底部登录条 —— */
#xb-turbo-landing.xb-turbo-landing {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  padding: 24px 20px 48px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, #fff 42%);
}

.is-darkmode #xb-turbo-landing.xb-turbo-landing {
  background: linear-gradient(180deg, #1e2124 0%, #272827 45%);
}

.xb-turbo-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.xb-turbo-h2 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
  color: rgba(0, 0, 0, 0.88);
}

.is-darkmode .xb-turbo-h2 {
  color: rgba(255, 255, 255, 0.92);
}

.xb-turbo-lead {
  margin: 0 auto 24px;
  max-width: 640px;
  text-align: center;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.55);
}

.is-darkmode .xb-turbo-lead {
  color: rgba(255, 255, 255, 0.62);
}

.xb-turbo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.xb-turbo-card {
  padding: 22px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 28px rgba(15, 40, 80, 0.06);
}

.is-darkmode .xb-turbo-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.xb-turbo-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 600;
}

.xb-turbo-card p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.55);
}

.import-btns.use-shadow,
.import-btns.spec {
  height: auto !important;
  min-height: 120px !important;
  overflow: visible !important;
  padding-bottom: 24px !important;
}

.import-btns .btn-hiddify {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: linear-gradient(90deg, #2dafaa, #455ede) !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 1px 6px rgba(45, 175, 170, 0.55);
}

.import-btns .btn-hiddify .metron-hiddify:before {
  content: "" !important;
  display: inline-block !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-right: 0.35rem !important;
  vertical-align: middle !important;
  background: url("data:image/png;base64,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") center/contain no-repeat !important;
  background-size: contain !important;
}

/* Clash Verge / Shadowrocket 新版图标与配色 */
.import-btns .btn-clash {
  background: linear-gradient(90deg, #0d9488, #2563eb) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 1px 6px rgba(37, 99, 235, 0.45) !important;
}

.import-btns .btn-shadowrocket {
  background: linear-gradient(90deg, #7c99ec, #5aadee) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 1px 6px rgba(106, 163, 237, 0.78) !important;
}

.import-btns .btn-clash .metron-clash,
.import-btns .btn-shadowrocket .metron-shadowrocket {
  display: inline-block !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-right: 0.35rem !important;
  vertical-align: middle !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  overflow: hidden !important;
}

.import-btns .btn-clash .metron-clash:before,
.import-btns .btn-shadowrocket .metron-shadowrocket:before {
  content: "" !important;
  display: inline-block !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 !important;
  font-family: none !important;
  background: center / contain no-repeat !important;
  background-size: contain !important;
}

.import-btns .btn-clash .metron-clash:before {
  background-image: url("img/client-icons/clash-verge.png") !important;
}

.import-btns .btn-shadowrocket .metron-shadowrocket:before {
  width: 1.3rem !important;
  height: 1.3rem !important;
  background-image: url("img/client-icons/shadowrocket.jpg") !important;
}

.import-btns .xb-clash-ico,
.import-btns .xb-sr-ico {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.is-darkmode .xb-turbo-card p {
  color: rgba(255, 255, 255, 0.55);
}

.xb-turbo-card-a {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb !important;
}

.is-darkmode .xb-turbo-card-a {
  color: #7cb3ff !important;
}

.xb-turbo-bottom {
  text-align: center;
  padding: 18px 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.is-darkmode .xb-turbo-bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.xb-turbo-bottom-t {
  margin: 0 0 14px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
}

.is-darkmode .xb-turbo-bottom-t {
  color: rgba(255, 255, 255, 0.55);
}

.xb-turbo-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.xb-turbo-btn {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: inherit;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.xb-turbo-btn--primary {
  color: #fff;
  background: linear-gradient(120deg, #4f8cff, #7c5cff);
  box-shadow: 0 6px 20px rgba(79, 140, 255, 0.35);
}

.xb-turbo-btn--primary:hover {
  transform: translateY(-1px);
}

.xb-turbo-btn--ghost {
  color: #334155;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
}

.is-darkmode .xb-turbo-btn--ghost {
  color: #e5e7eb;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

/* —— 公告弹窗 —— */
.xb-announce-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
  background: rgba(8, 12, 22, 0.55);
  backdrop-filter: blur(5px);
}

.xb-announce-inner {
  width: min(420px, 100%);
}

.xb-announce-modal {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 16px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.32);
}

.is-darkmode .xb-announce-modal {
  background: #2a2d31;
  color: #f3f4f6;
  border-color: rgba(96, 165, 250, 0.35);
}

.xb-announce-title {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: left;
}

.xb-announce-warn {
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fcd34d;
}

.is-darkmode .xb-announce-warn {
  color: #fcd34d;
  background: rgba(252, 211, 77, 0.12);
  border-color: rgba(252, 211, 77, 0.35);
}

.xb-announce-body {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.78);
  margin-bottom: 14px;
}

.is-darkmode .xb-announce-body {
  color: rgba(255, 255, 255, 0.78);
}

.xb-announce-body p {
  margin: 0 0 6px;
}

.xb-announce-btn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  min-height: 42px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  line-height: 42px;
  font-family: inherit;
  box-sizing: border-box;
  text-decoration: none !important;
}

.xb-announce-btn--coop {
  background: #e8f1fe;
  color: #1e40af !important;
  border-color: rgba(59, 130, 246, 0.35);
}

.is-darkmode .xb-announce-btn--coop {
  background: rgba(59, 130, 246, 0.15);
  color: #bfdbfe !important;
}

.xb-announce-btn--gradient {
  color: #fff;
  background: linear-gradient(120deg, #7c5cff, #5b4dff);
}

.xb-announce-btn--nav-green {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  min-height: 42px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(180deg, #0d9488, #047857);
  border: 1px solid rgba(16, 185, 129, 0.5);
}

.xb-announce-hint {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
}

@media (max-width: 520px) {
  .xb-hero-actions {
    flex-direction: column;
  }

  .xb-hero-link {
    width: 100%;
  }
}

/* —— 登录/注册：与 dashboard 内联、custom.js #xb-auth-layout-fix 一致（勿用 #app 前缀，见 blade 注释） —— */
html body .auth-container {
  box-sizing: border-box !important;
  height: 100vh !important;
  padding-top: clamp(56px, 10vh, 112px) !important;
}

@media screen and (max-width: 900px) {
  html body .auth-container {
    padding-top: clamp(48px, 12vh, 120px) !important;
  }
}

html body .auth-container .left-img .warp {
  justify-content: flex-start !important;
  padding-top: clamp(32px, 7vh, 80px) !important;
  box-sizing: border-box !important;
}

html body .auth-container .left-img {
  box-sizing: border-box !important;
  padding-top: clamp(8px, 2.5vh, 28px) !important;
}
