.payqr_overlay[data-v-b30d2c08] {
  inset: 0;
  z-index: 9999;
  background: rgba(10, 8, 30, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.payqr_card[data-v-b30d2c08] {
  width: 360px;
  max-width: 92vw;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  animation: fadeSlideIn 0.22s ease;
}
.pq_head[data-v-b30d2c08] {
  background: linear-gradient(135deg, #6C4EF6, #E879F9);
  padding: 18px 22px;
}
.pq_head .pq_title[data-v-b30d2c08] {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.pq_head .pq_sub[data-v-b30d2c08] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}
.pq_head .pq_close[data-v-b30d2c08] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.pq_price_box[data-v-b30d2c08] {
  padding: 16px 22px 0;
  background: rgba(108, 78, 246, 0.04);
  border-bottom: 1px solid rgba(108, 78, 246, 0.08);
}
.pq_price_box .pq_price[data-v-b30d2c08] {
  font-size: 38px;
  font-weight: 900;
  background: linear-gradient(135deg, #6C4EF6, #E879F9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pq_price_box .pq_unit[data-v-b30d2c08] {
  font-size: 15px;
  font-weight: 700;
  color: #1A1040;
}
.pq_price_box .pq_orig[data-v-b30d2c08] {
  font-size: 11.5px;
  color: #9B8EC4;
  margin-top: 2px;
  padding-bottom: 14px;
}
.pq_body[data-v-b30d2c08] {
  padding: 20px 22px;
}
.pq_body .pq_qr[data-v-b30d2c08] {
  width: 160px;
  height: 160px;
  margin: 0 auto 12px;
  border: 2px solid rgba(108, 78, 246, 0.15);
  border-radius: 16px;
  background: rgba(108, 78, 246, 0.04);
  overflow: hidden;
}
.pq_body .pq_qr .pq_qr_img[data-v-b30d2c08] {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.pq_body .pq_qr .pq_reset[data-v-b30d2c08] {
  inset: 0;
  gap: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
}
.pq_body .pq_qr .pq_reset .pq_reset_ico[data-v-b30d2c08] {
  font-size: 30px;
  line-height: 1;
}
.pq_body .pq_scan_t[data-v-b30d2c08] {
  font-size: 13px;
  font-weight: 700;
  color: #1A1040;
  margin-bottom: 4px;
}
.pq_body .pq_scan_s[data-v-b30d2c08] {
  font-size: 11.5px;
  color: #9B8EC4;
  margin-bottom: 16px;
}
.pq_body .pq_methods[data-v-b30d2c08] {
  gap: 8px;
  margin-bottom: 16px;
}
.pq_body .pq_methods .pm[data-v-b30d2c08] {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
}
.pq_body .pq_methods .pm.wx[data-v-b30d2c08] {
  background: #07C160;
}
.pq_body .pq_methods .pm.zfb[data-v-b30d2c08] {
  background: #1677FF;
}
.pq_body .pq_paid_btn[data-v-b30d2c08] {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #6C4EF6, #E879F9);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(108, 78, 246, 0.4);
}
.pq_body .pq_help[data-v-b30d2c08] {
  font-size: 11px;
  color: #C4B5E8;
  margin-top: 10px;
}
.pq_body .pq_help a[data-v-b30d2c08] {
  color: #6C4EF6;
  font-weight: 700;
}
.install_modal[data-v-abea4032] {
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  animation: fadeIn 0.2s ease;
}
.install_modal_card[data-v-abea4032] {
  background: #fff;
  border-radius: 18px;
  padding: 30px 34px;
  width: 480px;
  max-width: 93vw;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}
.install_modal_head[data-v-abea4032] {
  gap: 12px;
  margin-bottom: 22px;
}
.install_modal_head_icon[data-v-abea4032] {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #6366F1, #7C3AED);
  border-radius: 10px;
  flex-shrink: 0;
}
.install_modal_head_title[data-v-abea4032] {
  font-weight: 900;
  color: var(--primary);
}
.install_modal_head_subtitle[data-v-abea4032] {
  color: #888;
  margin-top: 2px;
}
.install_steps_list[data-v-abea4032] {
  gap: 8px;
  margin-bottom: 18px;
}
.install_step[data-v-abea4032] {
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.35;
  background: #F7F8FA;
}
.install_step_active[data-v-abea4032] {
  opacity: 1;
  background: var(--primary-light);
  border-left-color: var(--primary);
}
.install_step_completed[data-v-abea4032] {
  opacity: 1;
  background: #F0F9F0;
  border-left-color: #107C10;
}
.install_step_failed[data-v-abea4032] {
  opacity: 1;
  background: #FEF2F2;
  border-left-color: #DC2626;
}
.install_step_icon[data-v-abea4032] {
  width: 24px;
  margin-top: 1px;
  flex-shrink: 0;
}
.install_step_body[data-v-abea4032] {
  flex: 1;
  min-width: 0;
}
.install_step_title[data-v-abea4032] {
  font-size: 13.5px;
  color: #222;
}
.install_step_detail[data-v-abea4032] {
  font-size: 11.5px;
  color: #aaa;
  margin-top: 2px;
}
.install_progress_row[data-v-abea4032] {
  margin-bottom: 6px;
  font-size: 11.5px;
  color: #999;
}
.install_progress_track[data-v-abea4032] {
  background: #F0F0F0;
  border-radius: 99px;
  height: 10px;
  margin-bottom: 6px;
}
.install_progress_bar[data-v-abea4032] {
  background: linear-gradient(90deg, #6366F1, #06B6D4);
  border-radius: 99px;
  transition: width 0.4s ease;
}
.install_sub_label[data-v-abea4032] {
  font-size: 11px;
  color: #aaa;
  min-height: 16px;
  margin-bottom: 14px;
}
.install_close_btn[data-v-abea4032] {
  border-radius: 8px;
  color: #888;
  background: #F3F3F3;
  transition: all 0.2s ease;
}
.install_close_btn.is_done[data-v-abea4032] {
  color: #fff;
  background: linear-gradient(135deg, #107c10, #0a5c0a);
  box-shadow: 0 8px 20px rgba(16, 124, 16, 0.22);
}
.toast[data-v-9ca28aa3] {
  bottom: 28px;
  right: 28px;
  background: #323130;
  color: white;
  border-radius: 8px;
  padding: 12px 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  gap: 10px;
}
.toast.show[data-v-9ca28aa3] {
  transform: translateY(0);
  opacity: 1;
}
.modal_overlay[data-v-c27db13f] {
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 1000;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.modal_overlay.show[data-v-c27db13f] {
  opacity: 1;
  pointer-events: all;
}
.modal_overlay .login_card[data-v-c27db13f] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 320px;
  background: url("/assets/img/login_bg-BTZcWYc_.png") no-repeat center;
  background-size: cover;
}
.modal_overlay .login_card .login_close[data-v-c27db13f] {
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
}
.modal_overlay .login_card .card_top[data-v-c27db13f] {
  height: 105px;
}
.modal_overlay .login_card .card_top .top_icon[data-v-c27db13f] {
  width: 28px;
  height: 28px;
}
.modal_overlay .login_card .card_top .top_title[data-v-c27db13f] {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
}
.modal_overlay .login_card .card_top .top_desc[data-v-c27db13f] {
  font-size: 10px;
  color: #fff;
}
.modal_overlay .login_card .card_bottom[data-v-c27db13f] {
  flex: 1;
  padding: 0 24px;
}
.modal_overlay .login_card .card_bottom .bottom_qrcode[data-v-c27db13f] {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.modal_overlay .login_card .card_bottom .bottom_qrcode .qrcode[data-v-c27db13f] {
  width: 70px;
  height: 70px;
}
.modal_overlay .login_card .card_bottom .bottom_qrcode .code_reset[data-v-c27db13f] {
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.modal_overlay .login_card .card_bottom .bottom_qrcode .code_reset .reset .reset_img[data-v-c27db13f] {
  width: 20px;
  height: 20px;
}
.modal_overlay .login_card .card_bottom .bottom_qrcode .code_reset .reset .reset_text[data-v-c27db13f] {
  font-size: 10px;
}
.modal_overlay .login_card .card_bottom .bottom_tip[data-v-c27db13f] {
  font-size: 10px;
  color: #333;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 12px;
}
.modal_overlay .login_card .card_bottom .bottom_tip span[data-v-c27db13f] {
  color: #A660FF;
  font-weight: bold;
}
.modal_overlay .login_card .card_bottom .bottom_about[data-v-c27db13f] {
  font-size: 10px;
  color: #808080;
}
.modal_overlay .login_card .card_bottom .bottom_about span[data-v-c27db13f] {
  cursor: pointer;
  color: #A660FF;
}
.modal_overlay .login_success_screen[data-v-c27db13f] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 154px;
  background-color: #fff;
  border-radius: 16px;
  padding: 14px 22px;
}
.modal_overlay .login_success_screen .success_ico[data-v-c27db13f] {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
}
.modal_overlay .login_success_screen .success_name[data-v-c27db13f] {
  color: #333;
  margin-bottom: 4px;
}
.modal_overlay .login_success_screen .success_msg[data-v-c27db13f] {
  font-size: 10px;
  color: #333;
}
.modal_overlay .login_success_screen .success_btn[data-v-c27db13f] {
  width: 92px;
  height: 24px;
  font-size: 10px;
  color: #fff;
  line-height: 24px;
  border-radius: 6px;
  background-color: #A660FF;
}
.free_trial_card[data-v-c0ffb4a0] {
  max-width: 480px;
}
.free_trial_panel[data-v-c0ffb4a0] {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 200, 0, 0.06));
  border: 1.5px solid #FFB340;
  border-radius: 12px;
  padding: 18px 20px;
}
.free_trial_panel_title[data-v-c0ffb4a0] {
  font-weight: 800;
  color: #E05C00;
}
.free_trial_grid[data-v-c0ffb4a0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.free_trial_feature_item[data-v-c0ffb4a0] {
  color: var(--text);
  gap: 6px;
}
.free_trial_feature_check[data-v-c0ffb4a0] {
  color: var(--green);
}
.free_trial_confirm[data-v-c0ffb4a0] {
  background: linear-gradient(135deg, #FF6B35, #E05C00);
  max-width: 280px;
}
.sidebar[data-v-c1f60286] {
  width: var(--sidebar-w);
  background: var(--sb-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  padding: 8px 0 0;
  flex-shrink: 0;
  box-shadow: 2px 0 20px rgba(108, 78, 246, 0.07);
  transition: width 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar[data-v-c1f60286]::-webkit-scrollbar {
  width: 4px;
}
.sidebar[data-v-c1f60286]::-webkit-scrollbar-thumb {
  background: rgba(108, 78, 246, 0.2);
  border-radius: 4px;
}
.sidebar.collapsed[data-v-c1f60286] {
  width: var(--sidebar-w-collapsed);
}
.nav_box[data-v-c1f60286] {
  padding: 6px 0;
  margin-top: 4px;
  flex: 1;
}
.nav_item[data-v-c1f60286] {
  gap: 10px;
  padding: 9px 12px;
  margin: 1px 8px;
  font-size: 13px;
  color: var(--sb-txt);
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
  user-select: none;
}
.nav_item[data-v-c1f60286]:hover {
  background: var(--sb-hover);
  color: #0F172A;
}
.nav_item.active[data-v-c1f60286] {
  background: var(--sb-active-bg);
  color: var(--sb-active-txt);
  font-weight: 600;
}
.nav_item.active[data-v-c1f60286]::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: var(--sb-accent);
  border-radius: 0 3px 3px 0;
}
.nav_item .ico[data-v-c1f60286] {
  width: 16px;
  flex-shrink: 0;
}
.nav_item .item_text[data-v-c1f60286] {
  font-size: 13px;
  white-space: nowrap;
  transition: opacity 0.18s;
}
.nav_arrow[data-v-c1f60286] {
  margin-left: auto;
  font-size: 12px;
  color: var(--text-muted);
  transition: transform 0.22s;
  flex-shrink: 0;
}
.nav_item.open .nav_arrow[data-v-c1f60286] {
  transform: rotate(90deg);
}
.nav_sub[data-v-c1f60286] {
  max-height: 0;
  transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav_sub.open[data-v-c1f60286] {
  max-height: 300px;
}
.nav_sub_item[data-v-c1f60286] {
  gap: 8px;
  padding: 8px 12px 8px 22px;
  margin: 1px 8px;
  color: var(--sb-txt);
  border-radius: 8px;
  transition: background 0.12s, color 0.12s;
}
.nav_sub_item[data-v-c1f60286]:hover {
  background: var(--sb-hover);
  color: #0F172A;
}
.nav_sub_item.active[data-v-c1f60286] {
  background: var(--sb-active-bg);
}
.nav_sub_item.active span[data-v-c1f60286] {
  color: var(--sb-active-txt);
  font-weight: 600;
}
.nav_sub_item .ico[data-v-c1f60286] {
  width: 16px;
  flex-shrink: 0;
}
.nav_sub_item span[data-v-c1f60286] {
  font-size: 12px;
  color: var(--sb-txt);
}
.sidebar_divider[data-v-c1f60286] {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108, 78, 246, 0.12), transparent);
  margin: 6px 14px;
}
/* ── 底部折叠行 ── */
.sb_toggle_row[data-v-c1f60286] {
  position: sticky;
  bottom: 0;
  flex-shrink: 0;
  padding: 8px 10px 10px;
  background: linear-gradient(to bottom, rgba(245, 243, 255, 0) 0%, rgba(245, 243, 255, 0.98) 30%);
  border-top: 1px solid rgba(108, 78, 246, 0.07);
  margin-top: auto;
}
.sb_toggle_btn[data-v-c1f60286] {
  gap: 6px;
  padding: 7px 12px;
  border-radius: 10px;
  border: 1px solid rgba(108, 78, 246, 0.15);
  background: #fff;
  color: #6C4EF6;
  box-shadow: 0 2px 8px rgba(108, 78, 246, 0.1);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.15s, box-shadow 0.15s;
}
.sb_toggle_btn[data-v-c1f60286]:hover {
  background: #F5F0FF;
  box-shadow: 0 3px 12px rgba(108, 78, 246, 0.18);
}
.sb_toggle_ico[data-v-c1f60286] {
  transition: transform 0.26s;
  display: inline-flex;
  align-items: center;
}
.sb_toggle_label[data-v-c1f60286] {
  font-size: 12px;
}
/* ── 折叠态 ── */
.sidebar.collapsed .item_text[data-v-c1f60286] {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.sidebar.collapsed .nav_arrow[data-v-c1f60286] {
  display: none;
}
.sidebar.collapsed .nav_sub[data-v-c1f60286] {
  display: none !important;
  max-height: 0 !important;
}
.sidebar.collapsed .sidebar_divider[data-v-c1f60286] {
  margin: 5px auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(108, 78, 246, 0.18);
}
.sidebar.collapsed .nav_item[data-v-c1f60286] {
  justify-content: center;
  gap: 0;
  padding: 7px 0;
  margin: 1px 2px;
}
.sidebar.collapsed .nav_item.active[data-v-c1f60286]::before {
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, #6C4EF6, #A855F7);
}
.sidebar.collapsed .sb_toggle_row[data-v-c1f60286] {
  justify-content: center;
  padding: 6px 0 8px;
  border-top: none;
  background: transparent;
}
.sidebar.collapsed .sb_toggle_btn[data-v-c1f60286] {
  padding: 5px;
  border-radius: 8px;
  width: 26px;
  height: 26px;
  justify-content: center;
  box-shadow: none;
}
.sidebar.collapsed .sb_toggle_label[data-v-c1f60286] {
  display: none;
}
.sidebar.collapsed .sb_toggle_ico[data-v-c1f60286] {
  transform: rotate(180deg);
}
.header[data-v-e75f07e8] {
  height: var(--header-h);
  z-index: 100;
  flex-shrink: 0;
}
/* ── 主导航栏 ── */
.header_top[data-v-e75f07e8] {
  height: var(--header-top-h);
  background: linear-gradient(90deg, #8744C6 0%, #9D5ED0 25%, #B67CDC 58%, #CFA4EC 100%);
  padding: 0 16px;
  flex-shrink: 0;
}
.header_top .draggable[data-v-e75f07e8] {
  -webkit-app-region: drag;
  width: calc(100% - 8px);
  height: 48px;
  top: 4px;
  left: 4px;
  z-index: 101;
}
.header_logo[data-v-e75f07e8] {
  gap: 6px;
  flex-shrink: 0;
  user-select: none;
  position: relative;
  z-index: 102;
}
.header_logo .logo[data-v-e75f07e8] {
  width: 26px;
  height: 26px;
}
.header_logo .logo_text[data-v-e75f07e8] {
  font-weight: 900;
  color: #fff;
}
/* 搜索栏（紧贴右侧图标区） */
.hn_search_wrap[data-v-e75f07e8] {
  width: 200px;
  margin-left: auto;
  margin-right: 8px;
  flex-shrink: 0;
}
.hn_search_input[data-v-e75f07e8] {
  width: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  padding: 0 34px 0 14px;
  font-size: 12.5px;
  color: #fff;
  outline: none;
  transition: background 0.15s, border-color 0.15s;
}
.hn_search_input[data-v-e75f07e8]::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.hn_search_input[data-v-e75f07e8]:focus {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.6);
}
.hn_search_ico[data-v-e75f07e8] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}
/* 右侧 */
.header_right[data-v-e75f07e8] {
  gap: 4px;
  flex-shrink: 0;
  position: relative;
  z-index: 102;
}
.hn_login_btn[data-v-e75f07e8] {
  gap: 5px;
  padding: 5px 15px;
  font-size: 12.5px;
  border-radius: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.88);
  color: #7C3AED;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.15s, box-shadow 0.15s;
}
.hn_login_btn[data-v-e75f07e8]:hover {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
.hn_avatar_wrap[data-v-e75f07e8] {
  gap: 5px;
  border-radius: 20px;
  padding: 2px 9px 2px 2px;
  transition: background 0.15s;
}
.hn_avatar_wrap[data-v-e75f07e8]:hover {
  background: rgba(255, 255, 255, 0.22);
}
.hn_avatar[data-v-e75f07e8] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E879F9, #6C4EF6);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}
.hn_avatar_caret[data-v-e75f07e8] {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1;
}
.hn_win_sep[data-v-e75f07e8] {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 5px;
  flex-shrink: 0;
}
.hn_win_btn[data-v-e75f07e8] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
  transition: background 0.15s;
}
.hn_win_btn[data-v-e75f07e8]:hover {
  background: rgba(255, 255, 255, 0.26);
}
.hn_win_btn.close[data-v-e75f07e8]:hover {
  background: rgba(220, 38, 38, 0.75);
}
.hn_win_btn .btn_icon[data-v-e75f07e8] {
  width: 14px;
  height: 14px;
}
/* ── 副导航栏 ── */
.header_sub[data-v-e75f07e8] {
  height: var(--header-sub-h);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 12px rgba(108, 78, 246, 0.07);
  padding: 0 20px;
  gap: 10px;
  flex-shrink: 0;
}
.header_breadcrumb[data-v-e75f07e8] {
  gap: 5px;
  font-size: 12.5px;
  color: #9B8EC4;
  flex: 1;
  min-width: 0;
}
.header_breadcrumb .hbc_root[data-v-e75f07e8] {
  color: #9B8EC4;
  transition: color 0.15s;
}
.header_breadcrumb .hbc_root[data-v-e75f07e8]:hover {
  color: #6C4EF6;
}
.header_breadcrumb .hbc_sep[data-v-e75f07e8] {
  color: #C4B5E8;
  font-size: 10px;
}
.header_breadcrumb .hbc_current[data-v-e75f07e8] {
  color: #1A1040;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ── 账户下拉菜单 ── */
.avatar_menu[data-v-e75f07e8] {
  top: 58px;
  right: 16px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  min-width: 196px;
  z-index: 200;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s, transform 0.18s;
}
.avatar_menu.show[data-v-e75f07e8] {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.avatar_menu_header[data-v-e75f07e8] {
  padding: 14px 16px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.avatar_menu_header .wc_ico[data-v-e75f07e8] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(135deg, #E879F9, #6C4EF6);
}
.avatar_menu_header .name[data-v-e75f07e8] {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.avatar_menu_header .sub[data-v-e75f07e8] {
  font-size: 11.5px;
  color: #07C160;
  font-weight: 600;
  margin-top: 1px;
}
.avatar_menu_item[data-v-e75f07e8] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: background 0.12s;
}
.avatar_menu_item[data-v-e75f07e8]:hover {
  background: #F5F0FF;
  color: var(--text);
}
.avatar_menu_item.danger[data-v-e75f07e8] {
  color: #D13438;
}
.avatar_menu_item.danger[data-v-e75f07e8]:hover {
  background: #FFF0F0;
}
.app_viewport .app_stage[data-v-e978faeb] {
  width: 100%;
  height: 100%;
  min-width: 900px;
  min-height: 600px;
}
.app_viewport .app_shell[data-v-e978faeb] {
  background: linear-gradient(135deg, #FFE4EF 0%, #F0E4FF 35%, #E4EEFF 65%, #D4F0FF 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}
.app_viewport .app_body[data-v-e978faeb] {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.app_viewport .main[data-v-e978faeb] {
  flex: 1;
  position: relative;
  padding: 24px 28px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  outline: none;
}
html,
body,
#app,
#app * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
input,
textarea,
select,
[contenteditable="true"] {
  user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
:root {
  --primary: #6c4ef6;
  --primary-dark: #5438dc;
  --primary-light: #f0eeff;
  --accent: #e879f9;
  --purple: #a855f7;
  --green: #10b981;
  --orange: #f59e0b;
  --red: #ef4444;
  --bg: linear-gradient(135deg, #ffe4ef 0%, #f0e4ff 35%, #e4eeff 65%, #d4f0ff 100%);
  --surface: rgba(255, 255, 255, 0.72);
  --border: rgba(255, 255, 255, 0.55);
  --text: #1a1040;
  --text-secondary: #5b4b8a;
  --text-muted: #9b8ec4;
  --shell-design-width: 900px;
  --shell-design-height: 600px;
  --shell-scale: 1;
  --shell-dpr: 1;
  --shell-viewport-width: 900px;
  --shell-viewport-height: 600px;
  --sidebar-w: 152px;
  --sidebar-w-collapsed: 36px;
  --header-h: 96px;
  --header-top-h: 52px;
  --header-sub-h: 44px;
  --page-pad-x: 28px;
  --page-pad-y: 24px;
  --radius: 12px;
  --sb-bg: rgba(255, 255, 255, 0.68);
  --sb-txt: #5b4b8a;
  --sb-hover: rgba(108, 78, 246, 0.08);
  --sb-active-bg: rgba(108, 78, 246, 0.12);
  --sb-active-txt: #6c4ef6;
  --sb-accent: #6c4ef6;
  --sb-border: rgba(255, 255, 255, 0.5);
}
body {
  background: #f0e4ff;
  color: var(--text);
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 0 !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "InterVariable";
}
form,
label,
button,
input,
select,
option,
fieldset,
legend,
textarea {
  font-family: "Microsoft YaHei";
}
input {
  outline: none;
  border: none;
  overflow: visible;
}
.page {
  animation: fadeSlideIn 0.22s ease;
}
/* v-twemoji 注入的 emoji 图片：随字号缩放，行内对齐，跨系统一致显示 */
img.twemoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
  display: inline-block;
  object-fit: contain;
}
.section {
  margin-bottom: 32px;
}
.section_header {
  margin-bottom: 14px;
}
.section_title {
  color: var(--text);
  gap: 8px;
}
.section_title .ico {
  font-size: 18px;
}
.section_more {
  font-size: 12.5px;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.section_more:hover {
  text-decoration: underline;
}
.btn_primary {
  background: white;
  color: var(--primary);
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 13.5px;
  transition: opacity 0.2s, transform 0.15s;
}
.btn_primary:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.btn_outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 9px 22px;
  font-size: 13.5px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s;
}
.btn_outline:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn_buy,
.btn_buy_full,
.btn_install {
  background: var(--primary);
  color: white;
  transition: background 0.15s, opacity 0.15s;
}
.btn_buy:hover,
.btn_buy_full:hover,
.btn_install:hover {
  background: var(--primary-dark);
}
.btn_buy {
  border-radius: 5px;
  padding: 6px 14px;
  font-weight: 600;
}
.btn_buy_full {
  border-radius: 6px;
  padding: 9px;
}
.btn_install {
  border-radius: 5px;
  padding: 7px;
  font-size: 12.5px;
  font-weight: 600;
  gap: 5px;
}
.btn_promo {
  background: white;
  color: #e05c00;
  border-radius: 5px;
  padding: 7px 18px;
  font-size: 12.5px;
  flex-shrink: 0;
  white-space: nowrap;
}
.tone_blue {
  background: #dbeafe;
}
.tone_green {
  background: #d1fae5;
}
.tone_red {
  background: #fee2e2;
}
.tone_indigo {
  background: #ede9fe;
}
.tone_purple {
  background: #f3e8ff;
}
.tone_orange {
  background: #fff0e8;
}
.tone_hero {
  background: rgba(255, 255, 255, 0.15);
}
.tag_hot {
  background: #fef3c7;
  color: #d97706;
}
.tag_new {
  background: #d1fae5;
  color: #059669;
}
.tag_ai {
  background: #ede9fe;
  color: #7c3aed;
}
.tag_sale {
  background: #fee2e2;
  color: #dc2626;
}
.tag_word {
  background: #dbeafe;
  color: #1d4ed8;
}
.tag_excel {
  background: #d1fae5;
  color: #065f46;
}
.tag_ppt {
  background: #fee2e2;
  color: #991b1b;
}
.tag_outlook {
  background: #ede9fe;
  color: #5b21b6;
}
.tag_all {
  background: #f3e8ff;
  color: #6d28d9;
}
.plugin_app_tag {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 20px;
}
.promo_strip {
  background: linear-gradient(90deg, #ff6b35, #e05c00);
  border-radius: var(--radius);
  padding: 12px 20px;
  gap: 12px;
}
.promo_strip p {
  color: white;
  font-size: 13.5px;
  font-weight: 600;
}
.promo_strip span {
  opacity: 0.85;
  font-weight: 400;
  font-size: 12.5px;
  margin-left: 8px;
}
.product_grid,
.plugin_grid,
.install_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.plugin_grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.tips_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.activate_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}
.product_card,
.plugin_card,
.tip_card,
.install_card,
.activate_card,
.act_full_card,
.plugin_full_card,
.tip_full_card,
.pf_card,
.dl_card {
  background: var(--surface);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s, transform 0.2s;
}
.product_card:hover,
.plugin_card:hover,
.tip_card:hover,
.install_card:hover,
.activate_card:hover,
.act_full_card:hover,
.plugin_full_card:hover,
.tip_full_card:hover,
.pf_card:hover,
.dl_card:hover {
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.product_card {
  padding: 18px;
}
.product_card .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.product_icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.product_name {
  color: var(--text);
  margin-bottom: 4px;
}
.product_desc {
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 12px;
}
.product_footer {
  gap: 10px;
}
.product_price {
  font-weight: 800;
  color: var(--primary);
}
.product_price .orig {
  font-size: 11px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 5px;
}
.product_stars {
  font-size: 11px;
  color: #f4b942;
}
.activate_card.featured {
  background: linear-gradient(160deg, #eef2ff 0%, white 100%);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.18);
}
.activate_card.featured::before {
  content: "推荐";
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 0 8px 0 8px;
}
.activate_card .version_icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.activate_card h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text);
}
.activate_card .subtitle {
  font-size: 11.5px;
  color: var(--text-secondary);
  margin-bottom: 12px;
  line-height: 1.4;
}
.activate_card .price_block {
  margin-bottom: 14px;
}
.activate_card .price_block .price {
  font-size: 26px;
  font-weight: 900;
  color: var(--primary);
}
.activate_card .price_block .unit {
  font-size: 12px;
  color: var(--text-muted);
}
.activate_card .price_block .orig {
  font-size: 11px;
  color: var(--text-muted);
  text-decoration: line-through;
}
.features_list {
  list-style: none;
  margin-bottom: 16px;
  flex: 1;
}
.features_list li {
  font-size: 12px;
  color: var(--text-secondary);
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.features_list li::before {
  content: "✓";
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
}
.plugin_card,
.plugin_full_card {
  padding: 18px;
  gap: 14px;
}
.plugin_icon,
.pfc_icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  flex-shrink: 0;
}
.plugin_icon {
  width: 48px;
  height: 48px;
}
.install_progress_overlay,
.pfc_icon_mask,
.plugin_icon .install_progress_overlay,
.pfc_icon .install_progress_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  color: white;
  pointer-events: none;
}
.plugin_info,
.pfc_info {
  flex: 1;
  min-width: 0;
}
.plugin_name,
.pfc_name {
  font-size: 13.5px;
  color: var(--text);
  margin-bottom: 3px;
  gap: 6px;
}
.plugin_desc,
.pfc_desc {
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 8px;
}
.plugin_meta,
.pfc_meta {
  gap: 10px;
}
.plugin_rating,
.pfc_rating {
  font-size: 11px;
  color: var(--text-muted);
  gap: 3px;
}
.plugin_rating span,
.pfc_rating span,
.plugin_rating .stars,
.pfc_rating .stars {
  color: #f4b942;
}
.btn_plugin_get,
.pfc_free {
  font-size: 11.5px;
  padding: 4px 12px;
  border-radius: 4px;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.btn_plugin_get:hover,
.pfc_free:hover {
  opacity: 0.85;
}
.btn_plugin_free,
.pfc_free {
  background: var(--primary-light);
  color: var(--primary);
}
.btn_plugin_buy,
.pfc_price {
  background: #ff6b35;
  color: white;
}
.is_installed {
  background: var(--green) !important;
  color: white !important;
  cursor: default !important;
}
.tip_card,
.tip_full_card {
  padding: 16px;
}
.tip_full_card {
  padding: 18px;
}
.tip_icon_row {
  gap: 8px;
}
.tip_app_icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  flex-shrink: 0;
}
.tip_shortcut {
  font-size: 11px;
  background: #f0f0f0;
  border: 1px solid #d0d0d0;
  border-bottom: 2px solid #b0b0b0;
  border-radius: 4px;
  padding: 2px 7px;
  color: var(--text);
  font-family: "Consolas", monospace;
  white-space: nowrap;
}
.tip_title {
  color: var(--text);
  margin-bottom: 4px;
}
.tip_desc {
  font-size: 11.5px;
  color: var(--text-secondary);
  line-height: 1.45;
}
.install_card {
  padding: 20px 18px;
}
.install_card .app_icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.install_card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.install_card p {
  font-size: 11.5px;
  color: var(--text-secondary);
  margin-bottom: 12px;
  line-height: 1.4;
}
.install_card .size_info {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.tab_nav {
  gap: 2px;
  background: #eceef5;
  border-radius: 10px;
  padding: 3px;
  margin-bottom: 18px;
  width: fit-content;
}
.tab_nav button {
  padding: 7px 18px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.tab_nav button.active {
  background: white;
  color: var(--primary);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.act_full_grid,
.plugin_full_grid,
.tips_full_grid,
.products_full_grid,
.dl_grid {
  display: grid;
  gap: 14px;
}
.act_full_grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.plugin_full_grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.tips_full_grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.products_full_grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}
.dl_grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.act_full_card,
.pf_card,
.dl_card {
  padding: 22px 20px;
}
.act_full_card {
  border-radius: 14px;
}
.act_full_card.featured_card {
  background: linear-gradient(160deg, #eef2ff 0%, white 60%);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.2);
}
.act_badge {
  font-size: 10px;
  padding: 4px 12px;
  border-radius: 0 12px 0 8px;
  text-transform: uppercase;
}
.act_badge_blue {
  background: var(--primary);
  color: white;
}
.act_badge_green {
  background: var(--green);
  color: white;
}
.act_badge_orange {
  background: var(--orange);
  color: white;
}
.act_badge_purple {
  background: var(--purple);
  color: white;
}
.act_card_icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  margin-bottom: 14px;
}
.act_card_name {
  font-weight: 800;
  color: var(--text);
  margin-bottom: 3px;
}
.act_card_sub {
  color: var(--text-secondary);
  margin-bottom: 14px;
  line-height: 1.45;
}
.act_card_price {
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 2px;
}
.act_card_price .unit {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-muted);
  margin-left: 4px;
}
.act_card_orig {
  font-size: 11.5px;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-bottom: 12px;
}
.act_card_tags {
  gap: 5px;
  margin-bottom: 14px;
}
.act_mini_tag {
  font-size: 11px;
  padding: 2px 9px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 20px;
}
.act_mini_tag.green {
  background: #d1fae5;
  color: var(--green);
}
.act_mini_tag.purple {
  background: #ede9fe;
  color: var(--purple);
}
.act_card_features {
  list-style: none;
  margin-bottom: 16px;
}
.act_card_features li {
  font-size: 12px;
  color: var(--text-secondary);
  padding: 3px 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.act_card_features li::before {
  content: "✓";
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
}
.guide_section {
  margin-bottom: 32px;
}
.guide_section h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.steps_list {
  gap: 12px;
}
.step_item {
  gap: 16px;
  background: white;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.step_num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.step_content .step_title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.step_content .step_desc {
  font-size: 12.5px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.step_content .step_code {
  display: inline-block;
  background: #f0f0f0;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 2px 8px;
  font-family: "Consolas", monospace;
  font-size: 12px;
  color: var(--text);
  margin-top: 5px;
}
.install_tip_box {
  background: #fff8e1;
  border: 1px solid #ffd54f;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 12.5px;
  color: #795548;
  gap: 10px;
  margin-top: 16px;
}
.install_tip_box .ico {
  font-size: 16px;
  flex-shrink: 0;
}
.dl_card {
  padding: 18px 16px;
}
.dl_card_icon {
  font-size: 36px;
  margin-bottom: 10px;
  display: block;
}
.dl_card h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.dl_card p {
  font-size: 11.5px;
  color: var(--text-secondary);
  margin-bottom: 12px;
  line-height: 1.4;
}
.dl_card .ver {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.pf_card {
  padding: 18px;
}
.pf_tag {
  top: 12px;
  right: 12px;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.pf_icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.pf_name {
  color: var(--text);
  margin-bottom: 4px;
}
.pf_desc {
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 12px;
}
.pf_footer {
  gap: 10px;
}
.pf_price {
  font-weight: 800;
  color: var(--primary);
}
.pf_price .orig {
  font-size: 11px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 4px;
}
.pf_stars {
  font-size: 11px;
  color: #f4b942;
  margin-top: 2px;
}
.sort_select {
  padding: 6px 12px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  font-size: 12.5px;
  color: var(--text-secondary);
  background: white;
  cursor: pointer;
  outline: none;
}
.search_hot_tag {
  display: inline-block;
  padding: 5px 14px;
  background: #fff;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  transition: all 0.15s;
}
.search_hot_tag:hover {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 3px 12px rgba(99, 102, 241, 0.3);
  transform: translateY(-1px);
}
.buy_modal_overlay {
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  z-index: 2000;
}
.buy_modal_overlay.show {
  display: flex;
}
.buy_modal_card {
  background: white;
  border-radius: 16px;
  width: 400px;
  max-width: 94vw;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.buy_modal_head {
  background: linear-gradient(135deg, #6366F1, #7C3AED);
  padding: 20px 22px;
  gap: 12px;
}
.buy_modal_head .buy_modal_head_ico {
  font-size: 32px;
  flex-shrink: 0;
}
.buy_modal_head h3 {
  font-size: 16px;
  font-weight: 800;
  color: white;
  margin: 0;
}
.buy_modal_head p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 3px 0 0;
}
.buy_modal_body {
  padding: 18px 22px;
}
.buy_modal_price_row {
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.buy_modal_price {
  font-weight: 900;
  color: var(--red);
}
.buy_modal_orig {
  color: var(--text-muted);
  text-decoration: line-through;
}
.buy_modal_features {
  gap: 6px;
  margin-bottom: 14px;
}
.buy_modal_feat {
  font-size: 11.5px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 20px;
  padding: 3px 10px;
}
.buy_modal_pay_title {
  color: var(--text-secondary);
}
.buy_modal_pay_methods {
  gap: 8px;
  margin-bottom: 4px;
}
.buy_modal_pay_method {
  flex: 1;
  border: 2px solid var(--border);
  border-radius: 8px;
  padding: 9px 6px;
  transition: all 0.15s;
  color: var(--text-secondary);
}
.buy_modal_pay_method:hover {
  border-color: var(--primary);
}
.buy_modal_pay_method.sel {
  border-color: var(--primary);
  background: var(--primary-light);
  color: var(--primary);
}
.buy_modal_foot {
  gap: 10px;
  padding: 14px 22px 20px;
}
.buy_modal_cancel {
  flex: 1;
  padding: 11px;
  background: #f3f3f3;
  border-radius: 8px;
  font-size: 13.5px;
  color: var(--text-secondary);
}
.buy_modal_confirm {
  flex: 2;
  padding: 11px;
  background: var(--primary);
  border-radius: 8px;
  font-size: 13.5px;
  color: white;
  transition: background 0.15s;
}
.buy_modal_confirm:hover {
  background: var(--primary-dark);
}
@font-face {
    font-family: "InterVariable";
    src: url("/assets/fonts/InterVariable-DEKF4JyX.ttf");
}
@font-face {
    font-family: "ArchivoBlack_Regular";
    src: url("/assets/fonts/ArchivoBlack-Regular-2W0DGbwS.ttf");
}
.b {
  font-weight: 700;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f27 {
  font-size: 27px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.f31 {
  font-size: 31px;
}
.f32 {
  font-size: 32px;
}
.f33 {
  font-size: 33px;
}
.f34 {
  font-size: 34px;
}
.f35 {
  font-size: 35px;
}
.f36 {
  font-size: 36px;
}
.f37 {
  font-size: 37px;
}
.f38 {
  font-size: 38px;
}
.f39 {
  font-size: 39px;
}
.f40 {
  font-size: 40px;
}
.f41 {
  font-size: 41px;
}
.f42 {
  font-size: 42px;
}
.f43 {
  font-size: 43px;
}
.f44 {
  font-size: 44px;
}
.f45 {
  font-size: 45px;
}
.f46 {
  font-size: 46px;
}
.f47 {
  font-size: 47px;
}
.f48 {
  font-size: 48px;
}
.f49 {
  font-size: 49px;
}
.f50 {
  font-size: 50px;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.mr0 {
  margin-right: 0;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.m5 {
  margin: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.m15 {
  margin: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}
.p15 {
  padding: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.m25 {
  margin: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.p25 {
  padding: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}
.m30 {
  margin: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.m35 {
  margin: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.mr35 {
  margin-right: 35px;
}
.p35 {
  padding: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.pr35 {
  padding-right: 35px;
}
.m40 {
  margin: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.p40 {
  padding: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 40px;
}
.m45 {
  margin: 45px;
}
.mt45 {
  margin-top: 45px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml45 {
  margin-left: 45px;
}
.mr45 {
  margin-right: 45px;
}
.p45 {
  padding: 45px;
}
.pt45 {
  padding-top: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pl45 {
  padding-left: 45px;
}
.pr45 {
  padding-right: 45px;
}
.m50 {
  margin: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.p50 {
  padding: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.bn {
  border: none;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.d-cell {
  flex: 1;
}
.d-elip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.d-elip3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.select-none {
  user-select: none;
}
.select-text {
  user-select: text;
}
.overflow-hidden {
  overflow: hidden;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-cover {
  background-size: cover;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac {
  text-align: center;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg-transparent {
  background-color: transparent;
}
.flex-col {
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-around {
  justify-content: space-around;
}
.flex-shrink {
  flex-shrink: 1;
}
.display-none {
  display: none;
}
.overflow-y-auto {
  overflow-y: auto;
}
.d-flex-y {
  display: flex;
  align-items: center;
}
.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
