@font-face{
  font-family: "AlibabaSans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("//mdn.alipayobjects.com/huamei_iwk9zp/afts/file/A*1GSgSYDD_aIAAAAAQsAAAAgAegCCAQ/AlibabaSans-Light.woff2") format("woff2");
}
@font-face{
  font-family: "AlibabaSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("//mdn.alipayobjects.com/huamei_iwk9zp/afts/file/A*2zEUQqnPNesAAAAAQtAAAAgAegCCAQ/AlibabaSans-Regular.woff2") format("woff2");
}
@font-face{
  font-family: "AlibabaSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("//mdn.alipayobjects.com/huamei_iwk9zp/afts/file/A*E_cxRbMlZqUAAAAAQuAAAAgAegCCAQ/AlibabaSans-Medium.woff2") format("woff2");
}
@font-face{
  font-family: "AlibabaSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("//mdn.alipayobjects.com/huamei_iwk9zp/afts/file/A*E_cxRbMlZqUAAAAAQuAAAAgAegCCAQ/AlibabaSans-Bold.woff2") format("woff2");
}
@font-face{
  font-family: "AlibabaSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("//mdn.alipayobjects.com/huamei_iwk9zp/afts/file/A*E_cxRbMlZqUAAAAAQuAAAAgAegCCAQ/AlibabaSans-Heavy.woff2") format("woff2");
}
:root {
  --geo-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --geo-duration-fast: 160ms;
  --geo-duration-base: 280ms;
  --geo-bg-layout: #eef3fb;
  --geo-bg-surface: rgba(255, 255, 255, 0.84);
  --geo-bg-surface-strong: #ffffff;
  --geo-bg-elevated: rgba(255, 255, 255, 0.95);
  --geo-border: rgba(16, 24, 40, 0.1);
  --geo-border-strong: rgba(16, 24, 40, 0.16);
  --geo-text: rgba(17, 24, 39, 0.92);
  --geo-text-secondary: rgba(17, 24, 39, 0.62);
  --geo-primary: #1d7fff;
  --geo-primary-strong: #0f5fe6;
  --geo-primary-soft: rgba(29, 127, 255, 0.15);
  --geo-accent: linear-gradient(120deg, #1d7fff 0%, #00c7ff 52%, #20e0b5 100%);
  --geo-surface-grad: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.8));
  --geo-glow: 0 18px 40px rgba(18, 33, 68, 0.12);
  --geo-edge-a: rgba(70, 128, 214, 0.28);
  --geo-edge-b: rgba(42, 171, 222, 0.24);
  --geo-edge-c: rgba(62, 198, 168, 0.2);
  --geo-border-hover: rgba(42, 171, 222, 0.46);
  --geo-border-hover-soft: rgba(42, 171, 222, 0.2);
  --geo-login-text: rgba(17, 24, 39, 0.92);
  --geo-login-text-secondary: rgba(17, 24, 39, 0.62);
  --geo-login-accent: #1d7fff;
  --geo-login-border: rgba(16, 24, 40, 0.12);
  --geo-login-bg: radial-gradient(1200px 520px at 10% 0%, rgba(29, 127, 255, 0.14), transparent 65%), radial-gradient(1000px 440px at 90% 0%, rgba(0, 199, 255, 0.12), transparent 62%), linear-gradient(180deg, #f7fbff 0%, #eef3fb 100%);
  --geo-login-panel-bg: linear-gradient(140deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 252, 255, 0.86) 55%, rgba(245, 250, 255, 0.82) 100%);
  --geo-login-aside-bg: radial-gradient(440px 220px at 20% 10%, rgba(29, 127, 255, 0.12), transparent 70%);
  --geo-login-shadow: 0 26px 60px rgba(18, 33, 68, 0.16);
}
@media (prefers-color-scheme: dark) {
  :root {
    --geo-login-text: #e7f6ff;
    --geo-login-text-secondary: rgba(231, 246, 255, 0.72);
    --geo-login-accent: #33b8ff;
    --geo-login-border: rgba(118, 195, 255, 0.22);
    --geo-login-bg: radial-gradient(1200px 520px at 10% 0%, rgba(35, 183, 255, 0.22), transparent 65%), radial-gradient(1000px 440px at 90% 0%, rgba(31, 226, 199, 0.18), transparent 62%), linear-gradient(180deg, #050b15 0%, #06101c 100%);
    --geo-login-panel-bg: linear-gradient(140deg, rgba(11, 27, 44, 0.86) 0%, rgba(9, 22, 36, 0.82) 55%, rgba(8, 33, 52, 0.82) 100%);
    --geo-login-aside-bg: radial-gradient(440px 220px at 20% 10%, rgba(35, 183, 255, 0.2), transparent 70%);
    --geo-login-shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
  }
}
html, 
body, 
#root {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: AlibabaSans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.colorWeak {
  filter: invert(80%);
}
.ant-layout {
  min-height: 100vh;
}
.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
  left: unset;
}
canvas {
  display: block;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--geo-text);
  background: radial-gradient(980px 360px at 8% 0%, rgba(29, 127, 255, 0.2), transparent 62%), radial-gradient(880px 340px at 92% 0%, rgba(0, 199, 255, 0.16), transparent 60%), var(--geo-bg-layout);
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
  background: linear-gradient(rgba(13, 34, 69, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 34, 69, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
}
#root {
  position: relative;
  z-index: 1;
}
body.geo-skin-tech {
  --geo-bg-layout: #060b14;
  --geo-bg-surface: rgba(10, 19, 34, 0.8);
  --geo-bg-surface-strong: rgba(11, 24, 40, 0.94);
  --geo-bg-elevated: rgba(9, 20, 35, 0.98);
  --geo-border: rgba(118, 195, 255, 0.2);
  --geo-border-strong: rgba(118, 195, 255, 0.34);
  --geo-text: #e7f6ff;
  --geo-text-secondary: rgba(231, 246, 255, 0.72);
  --geo-primary: #33b8ff;
  --geo-primary-strong: #1994f0;
  --geo-primary-soft: rgba(51, 184, 255, 0.22);
  --geo-accent: linear-gradient(120deg, #23b7ff 0%, #2dd4ff 46%, #24e0bd 100%);
  --geo-surface-grad: linear-gradient(145deg, rgba(10, 21, 37, 0.94), rgba(7, 17, 31, 0.82));
  --geo-glow: 0 22px 48px rgba(0, 0, 0, 0.58);
  --geo-edge-a: rgba(79, 159, 233, 0.36);
  --geo-edge-b: rgba(56, 198, 237, 0.32);
  --geo-edge-c: rgba(73, 223, 184, 0.28);
  --geo-border-hover: rgba(79, 194, 245, 0.56);
  --geo-border-hover-soft: rgba(79, 194, 245, 0.24);
  --geo-login-text: #e7f6ff;
  --geo-login-text-secondary: rgba(231, 246, 255, 0.72);
  --geo-login-accent: #33b8ff;
  --geo-login-border: rgba(118, 195, 255, 0.22);
  --geo-login-bg: radial-gradient(1200px 520px at 10% 0%, rgba(35, 183, 255, 0.22), transparent 65%), radial-gradient(1000px 440px at 90% 0%, rgba(31, 226, 199, 0.18), transparent 62%), linear-gradient(180deg, #050b15 0%, #06101c 100%);
  --geo-login-panel-bg: linear-gradient(140deg, rgba(11, 27, 44, 0.86) 0%, rgba(9, 22, 36, 0.82) 55%, rgba(8, 33, 52, 0.82) 100%);
  --geo-login-aside-bg: radial-gradient(440px 220px at 20% 10%, rgba(35, 183, 255, 0.2), transparent 70%);
  --geo-login-shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
  color: var(--geo-text);
  background: radial-gradient(1060px 420px at 10% 0%, rgba(35, 183, 255, 0.28), transparent 65%), radial-gradient(940px 390px at 90% 0%, rgba(36, 224, 189, 0.2), transparent 62%), var(--geo-bg-layout);
  color-scheme: dark;
}
body.geo-skin-city {
  --geo-bg-layout: #070816;
  --geo-bg-surface: rgba(18, 18, 46, 0.78);
  --geo-bg-surface-strong: rgba(21, 22, 54, 0.94);
  --geo-bg-elevated: rgba(12, 13, 38, 0.98);
  --geo-border: rgba(168, 85, 247, 0.2);
  --geo-border-strong: rgba(168, 85, 247, 0.34);
  --geo-text: #eaf7ff;
  --geo-text-secondary: rgba(234, 247, 255, 0.72);
  --geo-primary: #a855f7;
  --geo-primary-strong: #7c3aed;
  --geo-primary-soft: rgba(168, 85, 247, 0.22);
  --geo-accent: linear-gradient(120deg, #a855f7 0%, #22d3ee 50%, #34d399 100%);
  --geo-surface-grad: linear-gradient(145deg, rgba(28, 18, 58, 0.94), rgba(8, 14, 24, 0.82));
  --geo-glow: 0 26px 60px rgba(124, 58, 237, 0.18);
  --geo-edge-a: rgba(168, 85, 247, 0.38);
  --geo-edge-b: rgba(34, 211, 238, 0.34);
  --geo-edge-c: rgba(52, 211, 153, 0.28);
  --geo-border-hover: rgba(168, 85, 247, 0.58);
  --geo-border-hover-soft: rgba(168, 85, 247, 0.24);
  color: var(--geo-text);
  background: radial-gradient(980px 360px at 10% 0%, rgba(168, 85, 247, 0.3), transparent 62%), radial-gradient(880px 340px at 92% 0%, rgba(34, 211, 238, 0.16), transparent 60%), var(--geo-bg-layout);
  color-scheme: dark;
}
body.geo-skin-tech::before {
  opacity: 0.2;
  background: linear-gradient(rgba(175, 231, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(175, 231, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
}
body.geo-skin-city::before {
  opacity: 0.2;
  background: linear-gradient(rgba(196, 181, 253, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(196, 181, 253, 0.1) 1px, transparent 1px);
  background-size: 56px 56px;
}
body.geo-skin-tech, 
body.geo-skin-tech .ant-typography, 
body.geo-skin-tech .ant-form-item-label > label, 
body.geo-skin-tech .ant-descriptions, 
body.geo-skin-tech .ant-table, 
body.geo-skin-tech .ant-table-thead > tr > th, 
body.geo-skin-tech .ant-table-tbody > tr > td {
  color: var(--geo-text);
}
body.geo-skin-tech .ant-typography.ant-typography-secondary, 
body.geo-skin-tech .ant-form-item-extra, 
body.geo-skin-tech .ant-form-item-explain, 
body.geo-skin-tech .ant-table-thead > tr > th, 
body.geo-skin-tech .ant-page-header-heading-sub-title {
  color: var(--geo-text-secondary) !important;
}
body.geo-skin-tech .ant-layout, 
body.geo-skin-tech .ant-pro-layout, 
body.geo-skin-tech .ant-pro-layout-bg-list {
  background: transparent;
}
.ant-pro-global-header, 
.ant-layout-header {
  background: rgba(255, 255, 255, 0.72) !important;
  border-bottom: 1px solid var(--geo-border);
  backdrop-filter: blur(10px);
  position: relative;
}
.ant-pro-global-header::after, 
.ant-layout-header::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 2px;
  background: var(--geo-accent);
  opacity: 0.55;
}
body.geo-skin-tech .ant-pro-global-header, 
body.geo-skin-tech .ant-layout-header {
  background: rgba(8, 17, 30, 0.74) !important;
}
.geo-theme-toggle.ant-segmented {
  border-radius: 999px !important;
  padding: 3px !important;
  border: 1px solid rgba(84, 116, 164, 0.24) !important;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.84)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 8px 16px rgba(18, 33, 68, 0.12) !important;
  transition: border-color var(--geo-duration-fast) var(--geo-ease-standard), box-shadow var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-theme-toggle.ant-segmented:hover, 
.geo-theme-toggle.ant-segmented:focus-within {
  border-color: var(--geo-border-hover) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 0 0 2px var(--geo-border-hover-soft), 0 10px 18px rgba(18, 33, 68, 0.16) !important;
}
.geo-theme-toggle .ant-segmented-group {
  gap: 4px;
}
.geo-theme-toggle .ant-segmented-item {
  min-width: 66px;
  border-radius: 999px !important;
}
.geo-theme-toggle .ant-segmented-item-label {
  padding: 0 8px !important;
}
.geo-theme-toggle-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.72);
}
.geo-theme-toggle-option > span {
  color: inherit !important;
}
.geo-theme-toggle-option .anticon {
  font-size: 12px;
  opacity: 0.88;
}
.geo-theme-toggle .ant-segmented-thumb {
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.98), rgba(0, 199, 255, 0.92)) !important;
  background-color: rgba(22, 119, 255, 0.98) !important;
  box-shadow: 0 10px 22px rgba(22, 119, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}
.geo-theme-toggle.ant-segmented .ant-segmented-thumb {
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.98), rgba(0, 199, 255, 0.92)) !important;
  background-color: rgba(22, 119, 255, 0.98) !important;
}
.geo-theme-toggle.is-tech .ant-segmented-item-selected .geo-theme-toggle-option, 
.geo-theme-toggle.is-tech .ant-segmented-item-selected .geo-theme-toggle-option > span:last-child {
  color: #fff !important;
}
.geo-theme-toggle.is-default .ant-segmented-item-selected .geo-theme-toggle-option, 
.geo-theme-toggle.is-default .ant-segmented-item-selected .geo-theme-toggle-option > span:last-child {
  color: #0f172a !important;
}
.geo-theme-toggle .ant-segmented-item-selected {
  background: transparent !important;
}
.geo-theme-toggle .ant-segmented-item-selected .geo-theme-toggle-option .anticon {
  opacity: 1;
}
body.geo-skin-tech .geo-theme-toggle.ant-segmented {
  border-color: rgba(118, 195, 255, 0.34) !important;
  background: linear-gradient(150deg, rgba(12, 24, 39, 0.92), rgba(10, 20, 34, 0.84)) !important;
  box-shadow: inset 0 1px 0 rgba(170, 229, 255, 0.08), 0 10px 20px rgba(0, 0, 0, 0.36) !important;
}
body.geo-skin-tech .geo-theme-toggle-option {
  color: rgba(231, 246, 255, 0.74);
}
body.geo-skin-tech .geo-theme-toggle.ant-segmented .ant-segmented-item-label {
  color: rgba(231, 246, 255, 0.74) !important;
}
body.geo-skin-tech .geo-theme-toggle.ant-segmented .ant-segmented-item-selected .ant-segmented-item-label {
  color: #fff !important;
}
body.geo-skin-tech .geo-theme-toggle .ant-segmented-thumb {
  background: linear-gradient(135deg, rgba(8, 17, 30, 0.98), rgba(10, 20, 34, 0.86)) !important;
  background-color: rgba(8, 17, 30, 0.98) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(118, 195, 255, 0.22), inset 0 1px 0 rgba(175, 231, 255, 0.1) !important;
}
body.geo-skin-tech .geo-theme-toggle.ant-segmented .ant-segmented-thumb {
  background: linear-gradient(135deg, rgba(8, 17, 30, 0.98), rgba(10, 20, 34, 0.86)) !important;
  background-color: rgba(8, 17, 30, 0.98) !important;
}
.geo-theme-toggle.is-tech.ant-segmented {
  border-color: rgba(118, 195, 255, 0.34) !important;
  background: linear-gradient(150deg, rgba(12, 24, 39, 0.92), rgba(10, 20, 34, 0.84)) !important;
  box-shadow: inset 0 1px 0 rgba(170, 229, 255, 0.08), 0 10px 20px rgba(0, 0, 0, 0.36) !important;
}
.geo-theme-toggle.is-tech .geo-theme-toggle-option {
  color: rgba(231, 246, 255, 0.74);
}
.geo-theme-toggle.is-tech .ant-segmented-thumb {
  background: linear-gradient(135deg, rgba(8, 17, 30, 0.98), rgba(10, 20, 34, 0.86)) !important;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(118, 195, 255, 0.22) !important;
}
.geo-theme-toggle.is-tech.ant-segmented .ant-segmented-thumb {
  background: linear-gradient(135deg, rgba(8, 17, 30, 0.98), rgba(10, 20, 34, 0.86)) !important;
  background-color: rgba(8, 17, 30, 0.98) !important;
}
.geo-theme-toggle.is-tech .ant-segmented-item-selected .geo-theme-toggle-option {
  color: #fff !important;
}
.geo-theme-toggle.is-tech .ant-segmented-item-selected .geo-theme-toggle-option > span:last-child {
  color: #fff !important;
}
body.geo-skin-tech .geo-theme-toggle.ant-segmented:hover, 
body.geo-skin-tech .geo-theme-toggle.ant-segmented:focus-within {
  box-shadow: inset 0 1px 0 rgba(170, 229, 255, 0.12), 0 0 0 2px rgba(79, 194, 245, 0.2), 0 12px 24px rgba(0, 0, 0, 0.42) !important;
}
.ant-pro-sider, 
.ant-layout-sider, 
.ant-pro-layout .ant-layout-sider-children {
  background: rgba(255, 255, 255, 0.78) !important;
  border-right: 1px solid var(--geo-border);
  backdrop-filter: blur(12px);
}
body.geo-skin-tech .ant-pro-sider, 
body.geo-skin-tech .ant-layout-sider, 
body.geo-skin-tech .ant-pro-layout .ant-layout-sider-children {
  background: rgba(8, 17, 30, 0.88) !important;
}
.ant-menu, 
.ant-menu-root {
  background: transparent !important;
}
.ant-menu-item, 
.ant-menu-submenu-title, 
.ant-menu-item a {
  color: var(--geo-text-secondary) !important;
}
.ant-menu-item:hover, 
.ant-menu-submenu-title:hover {
  background: var(--geo-primary-soft) !important;
  color: var(--geo-text) !important;
}
.ant-menu-item-selected {
  background: linear-gradient(90deg, var(--geo-primary-soft), transparent) !important;
  color: var(--geo-text) !important;
  box-shadow: inset 2px 0 0 var(--geo-primary);
}
.ant-menu-item-selected a, 
.ant-menu-item-selected .anticon {
  color: var(--geo-text) !important;
}
.ant-btn, 
.ant-card, 
.ant-pro-card, 
.ant-input, 
.ant-input-affix-wrapper, 
.ant-input-number, 
.ant-select-selector, 
.ant-picker, 
.ant-tabs-tab, 
.ant-menu-item, 
.ant-pagination-item, 
.ant-table-tbody > tr > td {
  transition: color var(--geo-duration-fast) var(--geo-ease-standard), background-color var(--geo-duration-fast) var(--geo-ease-standard), border-color var(--geo-duration-fast) var(--geo-ease-standard), box-shadow var(--geo-duration-base) var(--geo-ease-standard), transform var(--geo-duration-fast) var(--geo-ease-standard);
}
.ant-card, 
.ant-pro-card {
  border-radius: 16px;
  border: 1px solid var(--geo-border) !important;
  background: var(--geo-surface-grad) !important;
  box-shadow: 0 10px 24px rgba(18, 33, 68, 0.08);
  position: relative;
  overflow: hidden;
}
.ant-card::before, 
.ant-pro-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(29, 127, 255, 0.26), rgba(0, 199, 255, 0.16), rgba(32, 224, 181, 0.16));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.14;
  pointer-events: none;
}
.ant-card:hover, 
.ant-pro-card:hover, 
.ant-card:focus-within, 
.ant-pro-card:focus-within {
  border-color: var(--geo-border-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(18, 33, 68, 0.16);
}
.ant-card:hover::before, 
.ant-pro-card:hover::before, 
.ant-card:focus-within::before, 
.ant-pro-card:focus-within::before {
  opacity: 0.52;
}
body.geo-skin-tech .ant-card:hover, 
body.geo-skin-tech .ant-pro-card:hover, 
body.geo-skin-tech .ant-card:focus-within, 
body.geo-skin-tech .ant-pro-card:focus-within {
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.62);
}
.ant-pro-card-ghost, 
.ant-pro-card-ghost.ant-pro-card, 
.ant-pro-card-ghost .ant-pro-card {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.ant-pro-card-ghost::before, 
.ant-pro-card-ghost .ant-pro-card::before {
  opacity: 0 !important;
}
.ant-btn {
  border-radius: 10px;
  border-color: var(--geo-border);
  color: var(--geo-text);
}
.ant-btn:not(.ant-btn-disabled):hover {
  border-color: var(--geo-border-hover);
  transform: translateY(-1px);
}
.ant-btn:not(.ant-btn-disabled):active {
  transform: translateY(0);
}
.ant-btn-primary {
  border: none !important;
  background: var(--geo-accent) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(29, 127, 255, 0.24);
}
body.geo-skin-tech .ant-btn-primary {
  box-shadow: 0 14px 28px rgba(9, 167, 235, 0.32);
}
.ant-btn-primary:hover {
  filter: saturate(1.08) brightness(1.04);
}
body.geo-skin-tech .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):not(.ant-btn-text) {
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):not(.ant-btn-text):not(.ant-btn-disabled):hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
body.geo-skin-tech .ant-btn:not(.ant-btn-primary):not(.ant-btn-link):not(.ant-btn-text).ant-btn-disabled {
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--geo-text-secondary) !important;
}
.ant-input, 
.ant-input-affix-wrapper, 
.ant-input-number, 
.ant-select-selector, 
.ant-picker, 
.ant-input-group-addon {
  border-color: var(--geo-border) !important;
  background: var(--geo-bg-elevated) !important;
  color: var(--geo-text) !important;
}
.ant-input-affix-wrapper {
  padding-inline: 14px !important;
  padding-block: 5px !important;
}
.ant-input-affix-wrapper > input.ant-input, 
.ant-input-affix-wrapper > textarea.ant-input {
  padding: 0 !important;
}
input.ant-input {
  padding-block: 7px !important;
  padding-inline: 14px !important;
}
textarea.ant-input {
  padding: 10px 14px !important;
}
.ant-input-number .ant-input-number-input {
  padding-block: 6px !important;
  padding-inline: 14px !important;
}
.ant-picker-input > input {
  padding-inline: 14px !important;
}
.ant-input::-webkit-input-placeholder, 
.ant-input-affix-wrapper input::-webkit-input-placeholder, 
.ant-picker-input > input::-webkit-input-placeholder, 
.ant-select-selection-placeholder, 
.ant-input-number-input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  color: var(--geo-text-secondary) !important;
}
.ant-input::placeholder, 
.ant-input-affix-wrapper input::placeholder, 
.ant-picker-input > input::placeholder, 
.ant-select-selection-placeholder, 
.ant-input-number-input::placeholder, 
textarea::placeholder {
  color: var(--geo-text-secondary) !important;
}
.ant-input:hover, 
.ant-input-affix-wrapper:hover, 
.ant-input-number:hover, 
.ant-select:not(.ant-select-disabled):hover .ant-select-selector, 
.ant-picker:hover, 
.ant-input-group-addon:hover {
  border-color: var(--geo-border-hover) !important;
}
.ant-input:focus, 
.ant-input-affix-wrapper-focused, 
.ant-input-number-focused, 
.ant-select-focused .ant-select-selector, 
.ant-picker-focused {
  border-color: var(--geo-primary) !important;
  box-shadow: 0 0 0 2px var(--geo-primary-soft) !important;
  outline: none !important;
}
.ant-input-number-focused .ant-input-number-input, 
.ant-picker-focused .ant-picker-input > input {
  outline: none !important;
  box-shadow: none !important;
}
.ant-table-wrapper .ant-table, 
.ant-table-container, 
.ant-table-content, 
.ant-table-placeholder {
  background: transparent !important;
}
.ant-table-wrapper .ant-table-container {
  border-radius: 14px;
  overflow: hidden;
  background: var(--geo-bg-elevated) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), 0 10px 28px rgba(15, 35, 70, 0.08);
}
.ant-table-wrapper .ant-table-container:hover, 
.ant-table-wrapper .ant-table-container:focus-within {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 1px var(--geo-border-hover-soft), 0 14px 30px rgba(15, 35, 70, 0.12);
}
.ant-table-thead > tr > th {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background: var(--geo-bg-surface-strong) !important;
  border-bottom: 1px solid var(--geo-border) !important;
  color: var(--geo-text) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0;
}
.ant-table-thead > tr > th::before {
  display: none !important;
}
.ant-table-thead > tr > th:hover {
  background: var(--geo-bg-surface-strong) !important;
}
.ant-table-tbody > tr > td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid var(--geo-border) !important;
  color: var(--geo-text) !important;
  background: transparent !important;
}
body.geo-skin-tech .ant-table-wrapper .ant-table-container {
  background: rgba(9, 20, 35, 0.92) !important;
  box-shadow: inset 0 1px 0 rgba(142, 223, 255, 0.14), 0 14px 30px rgba(0, 0, 0, 0.44);
}
body.geo-skin-tech .ant-table-wrapper .ant-table-container:hover, 
body.geo-skin-tech .ant-table-wrapper .ant-table-container:focus-within {
  box-shadow: inset 0 1px 0 rgba(142, 223, 255, 0.18), 0 0 0 1px var(--geo-border-hover-soft), 0 18px 34px rgba(0, 0, 0, 0.52);
}
body.geo-skin-tech .ant-table-thead > tr > th {
  background: rgba(14, 30, 49, 0.9) !important;
  color: rgba(231, 246, 255, 0.92) !important;
  border-bottom-color: rgba(118, 195, 255, 0.2) !important;
}
body.geo-skin-tech .ant-table-thead > tr > th:hover {
  background: rgba(14, 30, 49, 0.9) !important;
}
.ant-table-tbody > tr:hover > td {
  background: var(--geo-primary-soft) !important;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
  background: rgba(29, 127, 255, 0.2) !important;
}
body.geo-skin-tech .ant-table-tbody > tr.ant-table-row-selected > td {
  background: rgba(51, 184, 255, 0.24) !important;
}
.ant-pagination, 
.ant-pagination * {
  color: var(--geo-text-secondary);
}
.ant-tabs-tab, 
.ant-tabs-tab-btn {
  color: var(--geo-text-secondary) !important;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--geo-text) !important;
}
.ant-tabs-ink-bar {
  background: var(--geo-accent) !important;
}
.ant-tag {
  border-radius: 999px;
  border-color: var(--geo-border);
  background: var(--geo-primary-soft);
  color: var(--geo-text);
}
body.geo-skin-tech .ant-badge-status-text {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-badge-status-processing .ant-badge-status-text {
  background: rgba(250, 173, 20, 0.18) !important;
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-badge-status-success .ant-badge-status-text {
  background: rgba(34, 197, 94, 0.16) !important;
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-badge-status-default .ant-badge-status-text {
  background: rgba(100, 116, 139, 0.16) !important;
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-pro-card-header, 
body.geo-skin-tech .ant-pro-card-title {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-list-item-meta-title, 
body.geo-skin-tech .ant-list-item-meta-description {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-checkbox-wrapper, 
body.geo-skin-tech .ant-checkbox-wrapper span, 
body.geo-skin-tech .ant-checkbox + span {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .geo-create-table-panel-title {
  color: var(--geo-text) !important;
}
.ant-modal-content, 
.ant-drawer-content, 
.ant-dropdown, 
.ant-dropdown-menu, 
.ant-select-dropdown, 
.ant-picker-dropdown, 
.ant-popover-inner, 
.ant-tooltip-inner {
  background: var(--geo-bg-elevated) !important;
  color: var(--geo-text) !important;
  border: 1px solid var(--geo-border);
  backdrop-filter: blur(10px);
}
body.geo-skin-tech .ant-select-dropdown .ant-select-item, 
body.geo-skin-tech .ant-select-dropdown .ant-select-item-option-content {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background: rgba(255, 255, 255, 0.08) !important;
}
body.geo-skin-tech .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: var(--geo-primary-soft) !important;
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-select-dropdown .ant-select-item-option-disabled, 
body.geo-skin-tech .ant-select-dropdown .ant-select-item-option-disabled * {
  color: rgba(231, 246, 255, 0.35) !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-panel-container, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-panel, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-date-panel, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-datetime-panel {
  background: var(--geo-bg-elevated) !important;
  color: var(--geo-text) !important;
  border-color: var(--geo-border) !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-header, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-footer {
  border-color: rgba(118, 195, 255, 0.18) !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-header button {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-content th, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-content td {
  color: var(--geo-text-secondary) !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell .ant-picker-cell-inner {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: var(--geo-primary) !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: var(--geo-primary) !important;
  color: #06101a !important;
}
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range::before, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start::before, 
body.geo-skin-tech .ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  background: rgba(51, 184, 255, 0.18) !important;
}
.ant-modal-header, 
.ant-drawer-header {
  background: transparent !important;
  color: var(--geo-text) !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
body.geo-skin-tech .ant-modal-close, 
body.geo-skin-tech .ant-modal-close-x, 
body.geo-skin-tech .ant-drawer-close, 
body.geo-skin-tech .ant-drawer-close-x {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .ant-modal-close-x svg, 
body.geo-skin-tech .ant-drawer-close-x svg {
  fill: currentColor !important;
  stroke: currentColor !important;
}
.ant-modal-footer, 
.ant-drawer-footer {
  border-top: none !important;
}
.ant-modal-title, 
.ant-drawer-title, 
.ant-popover-title {
  color: var(--geo-text) !important;
}
.ant-empty-description, 
.ant-result-title, 
.ant-result-subtitle, 
.ant-alert-message, 
.ant-alert-description {
  color: var(--geo-text) !important;
}
.geo-shell {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.geo-shell-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}
.geo-shell-header-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.geo-shell-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--geo-text);
}
.geo-shell-subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--geo-text-secondary);
}
.geo-shell-header-extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.geo-scene-distribute .ant-pro-page-container-children-container, 
.geo-scene-publish .ant-pro-page-container-children-container, 
.geo-scene-create .ant-pro-page-container-children-container {
  max-width: none !important;
  width: 100% !important;
}
.geo-scene-distribute .geo-tech-body, 
.geo-scene-publish .geo-tech-body, 
.geo-scene-create .geo-tech-body {
  width: 100% !important;
}
.geo-tech-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.geo-scene-overview {
  --geo-overview-panel-border: rgba(84, 116, 164, 0.18);
  --geo-overview-panel-bg: linear-gradient(148deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 255, 0.82));
  --geo-overview-float-shadow: 0 14px 28px rgba(20, 46, 90, 0.1);
}
body.geo-skin-tech .geo-scene-overview {
  --geo-overview-panel-border: rgba(118, 195, 255, 0.24);
  --geo-overview-panel-bg: linear-gradient(148deg, rgba(11, 24, 40, 0.9), rgba(9, 20, 35, 0.84));
  --geo-overview-float-shadow: 0 16px 30px rgba(0, 0, 0, 0.42);
}
.geo-scene-overview .geo-overview-plan-card {
  border: none !important;
  border-radius: 20px !important;
  background: linear-gradient(120deg, rgba(29, 127, 255, 0.9), rgba(0, 199, 255, 0.8), rgba(32, 224, 181, 0.74)) !important;
  overflow: hidden;
  box-shadow: 0 20px 38px rgba(18, 38, 74, 0.18) !important;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-plan-card {
  background: linear-gradient(120deg, rgba(22, 120, 245, 0.64), rgba(24, 167, 255, 0.44), rgba(21, 176, 150, 0.36)) !important;
}
.geo-scene-overview .geo-overview-plan-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(420px 170px at 90% -15%, rgba(255, 255, 255, 0.28), transparent 68%), radial-gradient(320px 160px at 8% 120%, rgba(255, 255, 255, 0.24), transparent 70%);
}
.geo-scene-overview .geo-overview-plan-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.geo-scene-overview .geo-overview-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.geo-scene-overview .geo-overview-stat-tile {
  --geo-stat-main: #2f7bff;
  --geo-stat-sub: #4f95ff;
  position: relative;
  min-height: 124px;
  padding: 16px 18px;
  border-radius: 16px;
  border: none;
  background: var(--geo-overview-panel-bg);
  box-shadow: inset 0 0 0 1px var(--geo-overview-panel-border), 0 8px 16px rgba(19, 42, 80, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  transition: transform var(--geo-duration-fast) var(--geo-ease-standard), box-shadow var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-scene-overview .geo-overview-stat-tile:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px var(--geo-overview-panel-border), var(--geo-overview-float-shadow);
}
.geo-scene-overview .geo-overview-stat-label {
  color: var(--geo-text-secondary);
  font-size: 14px;
  font-weight: 600;
}
.geo-scene-overview .geo-overview-stat-number {
  color: var(--geo-stat-main);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.geo-scene-overview .geo-overview-stat-hint {
  font-size: 12px;
  line-height: 1.4;
}
.geo-scene-overview .geo-overview-stat-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
  color: var(--geo-stat-main);
  font-size: 16px;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-stat-icon {
  background: rgba(10, 22, 38, 0.72);
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.18);
}
.geo-scene-overview .geo-overview-stat-keyword {
  --geo-stat-main: #2f7bff;
  --geo-stat-sub: #5b9cff;
}
.geo-scene-overview .geo-overview-stat-content {
  --geo-stat-main: #8b5cf6;
  --geo-stat-sub: #a378ff;
}
.geo-scene-overview .geo-overview-stat-published {
  --geo-stat-main: #06b6a5;
  --geo-stat-sub: #26d59c;
}
.geo-scene-overview .geo-overview-stat-storage {
  --geo-stat-main: #f18f00;
  --geo-stat-sub: #ffac4a;
}
.geo-scene-overview .geo-overview-stat-point {
  --geo-stat-main: #0fbc8d;
  --geo-stat-sub: #2ed9a4;
}
.geo-scene-overview .geo-overview-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.geo-scene-overview .geo-overview-resource-panel, 
.geo-scene-overview .geo-overview-task-panel, 
.geo-scene-overview .geo-overview-point-panel {
  border-radius: 18px !important;
  border: none !important;
  background: var(--geo-overview-panel-bg) !important;
  box-shadow: inset 0 0 0 1px var(--geo-overview-panel-border) !important;
  overflow: hidden;
}
.geo-scene-overview .geo-overview-resource-panel > .ant-pro-card-header, 
.geo-scene-overview .geo-overview-task-panel > .ant-pro-card-header, 
.geo-scene-overview .geo-overview-point-panel > .ant-pro-card-header {
  border-bottom: none !important;
  padding: 18px 20px 10px !important;
}
.geo-scene-overview .geo-overview-resource-panel > .ant-pro-card-body {
  padding: 8px 20px 20px !important;
}
.geo-scene-overview .geo-overview-task-panel > .ant-pro-card-body {
  padding: 6px 14px 12px !important;
}
.geo-scene-overview .geo-overview-point-panel > .ant-pro-card-body {
  padding: 8px 14px 12px !important;
}
.geo-scene-overview .geo-overview-asset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.geo-scene-overview .geo-overview-asset-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.geo-scene-overview .geo-overview-asset-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.geo-scene-overview .geo-overview-asset-card {
  --geo-asset-main: #2f7bff;
  --geo-asset-sub: #00c0ff;
  --geo-asset-soft: rgba(47, 123, 255, 0.14);
  --geo-asset-border: rgba(47, 123, 255, 0.28);
  position: relative;
  min-height: 186px;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: radial-gradient(120% 130% at 100% 0%, var(--geo-asset-soft), transparent 66%), rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px var(--geo-asset-border);
  transition: transform var(--geo-duration-fast) var(--geo-ease-standard), box-shadow var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-scene-overview .geo-overview-asset-card:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px var(--geo-asset-border), 0 12px 22px rgba(20, 46, 90, 0.1);
}
.geo-scene-overview .geo-overview-asset-budget {
  --geo-asset-main: #f59e0b;
  --geo-asset-sub: #ff6f3f;
  --geo-asset-soft: rgba(245, 158, 11, 0.16);
  --geo-asset-border: rgba(245, 158, 11, 0.32);
}
.geo-scene-overview .geo-overview-asset-influence {
  --geo-asset-main: #00b7a8;
  --geo-asset-sub: #22c55e;
  --geo-asset-soft: rgba(0, 183, 168, 0.16);
  --geo-asset-border: rgba(0, 183, 168, 0.28);
}
.geo-scene-overview .geo-overview-asset-account {
  --geo-asset-main: #3a7dff;
  --geo-asset-sub: #7f7cff;
  --geo-asset-soft: rgba(58, 125, 255, 0.14);
  --geo-asset-border: rgba(58, 125, 255, 0.3);
}
.geo-scene-overview .geo-overview-asset-storage-card {
  --geo-asset-main: #7a5cff;
  --geo-asset-sub: #00b8ff;
  --geo-asset-soft: rgba(122, 92, 255, 0.14);
  --geo-asset-border: rgba(122, 92, 255, 0.28);
}
.geo-scene-overview .geo-overview-asset-value {
  color: var(--geo-asset-main) !important;
  text-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
}
.geo-scene-overview .geo-overview-asset-card .ant-progress-inner {
  background: rgba(17, 24, 39, 0.08) !important;
}
.geo-scene-overview .geo-overview-asset-card .ant-progress-bg {
  height: 9px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--geo-asset-main), var(--geo-asset-sub)) !important;
}
.geo-scene-overview .geo-overview-task-table, 
.geo-scene-overview .geo-overview-task-table .ant-pro-card, 
.geo-scene-overview .geo-overview-task-table .ant-pro-card-body, 
.geo-scene-overview .geo-overview-task-table .ant-table-wrapper, 
.geo-scene-overview .geo-overview-task-table .ant-table, 
.geo-scene-overview .geo-overview-point-table, 
.geo-scene-overview .geo-overview-point-table .ant-pro-card, 
.geo-scene-overview .geo-overview-point-table .ant-pro-card-body, 
.geo-scene-overview .geo-overview-point-table .ant-table-wrapper, 
.geo-scene-overview .geo-overview-point-table .ant-table {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-scene-overview .geo-overview-task-table .ant-table-container {
  border: none !important;
}
.geo-scene-overview .geo-overview-point-table .ant-table-container {
  border: none !important;
}
.geo-scene-overview .geo-overview-task-table .ant-table-thead > tr > th {
  background: rgba(240, 246, 255, 0.74) !important;
  border-bottom: 1px solid rgba(84, 116, 164, 0.14) !important;
}
.geo-scene-overview .geo-overview-point-table .ant-table-thead > tr > th {
  background: rgba(240, 246, 255, 0.74) !important;
  border-bottom: 1px solid rgba(84, 116, 164, 0.14) !important;
}
.geo-scene-overview .geo-overview-task-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid rgba(84, 116, 164, 0.1) !important;
}
.geo-scene-overview .geo-overview-point-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid rgba(84, 116, 164, 0.1) !important;
}
.geo-scene-overview .geo-overview-task-table .ant-table-tbody > tr:hover > td {
  background: rgba(29, 127, 255, 0.06) !important;
}
.geo-scene-overview .geo-overview-point-table .ant-table-tbody > tr:hover > td {
  background: rgba(29, 127, 255, 0.06) !important;
}
.geo-scene-overview .geo-overview-task-table .ant-pro-table-list-toolbar {
  padding: 0 !important;
}
.geo-scene-overview .geo-overview-point-table .ant-pro-table-list-toolbar {
  padding: 0 !important;
}
.geo-scene-overview .geo-overview-task-table .ant-pagination {
  margin: 10px 0 0 !important;
}
.geo-scene-overview .geo-overview-point-table .ant-pagination {
  margin: 10px 0 0 !important;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-stat-number {
  text-shadow: none;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-stat-tile, 
body.geo-skin-tech .geo-scene-overview .geo-overview-asset-card, 
body.geo-skin-tech .geo-scene-overview .geo-overview-point-panel {
  box-shadow: inset 0 0 0 1px var(--geo-overview-panel-border);
}
body.geo-skin-tech .geo-scene-overview .geo-overview-asset-card {
  background: radial-gradient(120% 130% at 100% 0%, var(--geo-asset-soft), transparent 66%), rgba(12, 28, 47, 0.76);
}
body.geo-skin-tech .geo-scene-overview .geo-overview-task-table .ant-table-thead > tr > th {
  background: rgba(15, 31, 52, 0.86) !important;
  border-bottom-color: rgba(118, 195, 255, 0.22) !important;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-point-table .ant-table-thead > tr > th {
  background: rgba(15, 31, 52, 0.86) !important;
  border-bottom-color: rgba(118, 195, 255, 0.22) !important;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-task-table .ant-table-tbody > tr > td {
  border-bottom-color: rgba(118, 195, 255, 0.14) !important;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-point-table .ant-table-tbody > tr > td {
  border-bottom-color: rgba(118, 195, 255, 0.14) !important;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-task-table .ant-table-tbody > tr:hover > td {
  background: rgba(51, 184, 255, 0.12) !important;
}
body.geo-skin-tech .geo-scene-overview .geo-overview-point-table .ant-table-tbody > tr:hover > td {
  background: rgba(51, 184, 255, 0.12) !important;
}
.geo-upgrade-modal .ant-modal-content {
  border-radius: 22px !important;
  border: 1px solid rgba(84, 116, 164, 0.18) !important;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96)) !important;
  box-shadow: 0 26px 52px rgba(16, 32, 64, 0.18) !important;
  overflow: hidden;
}
.geo-upgrade-modal .ant-modal-body {
  padding: 16px 20px 18px !important;
}
.geo-upgrade-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.geo-upgrade-modal-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.geo-upgrade-modal-head p {
  margin: 4px 0 0;
  color: rgba(15, 23, 42, 0.64);
  font-size: 13px;
  line-height: 1.55;
}
.geo-upgrade-modal-head .ant-tag {
  margin-inline-end: 0;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 22px;
}
.geo-upgrade-modal-body {
  max-height: min(70vh, 820px);
  overflow: auto;
  padding-right: 2px;
}
.geo-distribute-modal .ant-modal-content {
  border-radius: 22px !important;
  border: 1px solid rgba(84, 116, 164, 0.18) !important;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96)) !important;
  box-shadow: 0 26px 52px rgba(16, 32, 64, 0.18) !important;
  overflow: hidden;
}
.geo-distribute-modal .ant-modal-body {
  padding: 12px 16px 16px !important;
}
.geo-distribute-modal .ant-modal-header {
  padding: 18px 20px 12px !important;
}
body.geo-skin-tech .geo-distribute-modal .ant-modal-content {
  border-color: rgba(118, 195, 255, 0.22) !important;
  background: linear-gradient(168deg, rgba(12, 28, 47, 0.94), rgba(9, 20, 35, 0.9)) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45) !important;
}
.geo-distribute-modal .geo-distribute-table .ant-pro-table, 
.geo-distribute-modal .geo-distribute-table .ant-pro-card, 
.geo-distribute-modal .geo-distribute-table .ant-pro-card-body, 
.geo-distribute-modal .geo-distribute-table .ant-table-wrapper, 
.geo-distribute-modal .geo-distribute-table .ant-table-container {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-distribute-modal .geo-distribute-table .ant-table::before, 
.geo-distribute-modal .geo-distribute-table .ant-table::after {
  background: none !important;
}
.geo-distribute-modal .geo-distribute-table .ant-table-thead > tr > th {
  background: transparent !important;
  border-bottom: 1px solid rgba(84, 116, 164, 0.14) !important;
}
.geo-distribute-modal .geo-distribute-table .ant-table-tbody > tr > td {
  background: transparent !important;
  border-bottom: 1px solid rgba(84, 116, 164, 0.06) !important;
}
.geo-scene-distribute .geo-distribute-main-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
}
.geo-scene-distribute .geo-distribute-filter-card {
  margin-bottom: 14px;
}
.geo-scene-distribute .geo-distribute-filter-bar {
  padding: 6px 0 2px;
}
.geo-scene-distribute .geo-distribute-filter-bar .ant-space {
  width: 100%;
}
body.geo-skin-tech .geo-scene-distribute .geo-distribute-main-actions {
  opacity: 0.96;
}
.geo-scene-publish .geo-publish-filter-card {
  margin-bottom: 14px;
}
.geo-scene-publish .geo-publish-filter-card .ant-pro-card-body {
  padding: 12px 14px !important;
}
.geo-scene-publish .geo-publish-filter-bar {
  padding: 0;
}
.geo-scene-publish .geo-publish-filter-bar .ant-space {
  width: 100%;
}
.geo-upgrade-plan-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.geo-upgrade-plan-card {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  gap: 12px;
  border-radius: 16px;
  border: 1px solid rgba(92, 117, 161, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.92));
  box-shadow: 0 14px 28px rgba(18, 40, 78, 0.08);
  padding: 10px;
}
.geo-upgrade-plan-card.is-current {
  border-color: rgba(29, 127, 255, 0.45);
  box-shadow: inset 0 0 0 1px rgba(29, 127, 255, 0.2), 0 14px 28px rgba(18, 40, 78, 0.1);
}
.geo-upgrade-plan-cover {
  border-radius: 14px;
  border: 1px solid rgba(84, 116, 164, 0.16);
  background: radial-gradient(110% 120% at 100% 0%, rgba(71, 156, 255, 0.18), transparent 62%), linear-gradient(160deg, #f5fbff 0%, #eef7ff 100%);
  min-height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.geo-upgrade-plan-cover img {
  width: 120px;
  max-width: 66%;
  filter: drop-shadow(0 6px 18px rgba(29, 127, 255, 0.24));
}
.geo-upgrade-plan-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.geo-upgrade-plan-header h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: 0;
}
.geo-upgrade-plan-header p {
  margin: 3px 0 0;
  color: rgba(15, 23, 42, 0.68);
  font-size: 13px;
  line-height: 1.5;
}
.geo-upgrade-plan-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.geo-upgrade-plan-tier {
  border-radius: 999px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid transparent;
}
.geo-upgrade-plan-tier.recommend {
  color: #cc7a00;
  border-color: rgba(245, 158, 11, 0.5);
  background: rgba(255, 245, 224, 0.8);
}
.geo-upgrade-plan-tier.hot {
  color: #cf4a00;
  border-color: rgba(255, 115, 0, 0.44);
  background: rgba(255, 234, 221, 0.82);
}
.geo-upgrade-plan-tier.pro {
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.36);
  background: rgba(232, 242, 255, 0.84);
}
.geo-upgrade-plan-tier.current {
  color: #0f766e;
  border-color: rgba(15, 118, 110, 0.42);
  background: rgba(223, 252, 240, 0.84);
}
.geo-upgrade-plan-quotas {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.geo-upgrade-plan-quotas > span {
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.78);
  background: rgba(236, 244, 255, 0.88);
  border: 1px solid rgba(84, 116, 164, 0.16);
}
.geo-upgrade-plan-bottom {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  align-items: end;
  gap: 10px;
}
.geo-upgrade-plan-points {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}
.geo-upgrade-plan-money {
  display: flex;
  align-items: baseline;
  gap: 3px;
  color: #ea580c;
}
.geo-upgrade-plan-money .currency {
  font-size: 14px;
  font-weight: 700;
}
.geo-upgrade-plan-money .value {
  font-size: 22px;
  line-height: 1.08;
  font-weight: 700;
}
.geo-upgrade-plan-money .duration {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.55);
}
.geo-upgrade-plan-btn.ant-btn-primary {
  border: none !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600;
  height: 44px !important;
  background: linear-gradient(90deg, #2f7bff, #14b8ff 55%, #1fcf8a) !important;
  box-shadow: 0 12px 22px rgba(24, 109, 216, 0.24) !important;
}
.geo-upgrade-plan-btn.ant-btn[disabled] {
  box-shadow: none !important;
}
.geo-upgrade-empty-wrap {
  padding: 24px 0 10px;
}
.geo-upgrade-skeleton-list {
  display: grid;
  gap: 14px;
}
.geo-upgrade-skeleton-card {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  gap: 12px;
  border-radius: 16px;
  border: 1px solid rgba(84, 116, 164, 0.14);
  background: rgba(255, 255, 255, 0.72);
  padding: 10px;
}
.geo-upgrade-skeleton-cover {
  width: 100% !important;
  height: 168px !important;
  border-radius: 14px !important;
}
body.geo-skin-tech .geo-upgrade-modal .ant-modal-content {
  border-color: rgba(118, 195, 255, 0.22) !important;
  background: linear-gradient(156deg, rgba(10, 24, 40, 0.96), rgba(8, 20, 34, 0.94)) !important;
}
body.geo-skin-tech .geo-upgrade-modal-head h3 {
  color: rgba(231, 245, 255, 0.95);
}
body.geo-skin-tech .geo-upgrade-modal-head p {
  color: rgba(189, 219, 245, 0.7);
}
body.geo-skin-tech .geo-upgrade-plan-card {
  border-color: rgba(118, 195, 255, 0.24);
  background: linear-gradient(145deg, rgba(12, 28, 47, 0.86), rgba(10, 24, 40, 0.84));
}
body.geo-skin-tech .geo-upgrade-plan-card.is-current {
  border-color: rgba(56, 189, 248, 0.5);
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.22), 0 14px 28px rgba(0, 0, 0, 0.36);
}
body.geo-skin-tech .geo-upgrade-plan-header h4 {
  color: rgba(231, 245, 255, 0.95);
}
body.geo-skin-tech .geo-upgrade-plan-header p, 
body.geo-skin-tech .geo-upgrade-plan-money .duration, 
body.geo-skin-tech .geo-upgrade-plan-quotas > span {
  color: rgba(189, 219, 245, 0.72);
}
body.geo-skin-tech .geo-upgrade-plan-quotas > span {
  border-color: rgba(118, 195, 255, 0.2);
  background: rgba(17, 40, 66, 0.74);
}
body.geo-skin-tech .geo-upgrade-plan-points {
  color: rgba(231, 245, 255, 0.95);
}
@media (max-width: 1280px) {
  .geo-scene-overview .geo-overview-main-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1080px) {
  .geo-scene-overview .geo-overview-stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .geo-scene-overview .geo-overview-plan-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .geo-scene-overview .geo-overview-stat-strip, 
  .geo-scene-overview .geo-overview-asset-grid {
    grid-template-columns: 1fr;
  }
  .geo-upgrade-modal .ant-modal-content {
    border-radius: 14px !important;
  }
  .geo-upgrade-modal .ant-modal-body {
    padding: 12px 12px 14px !important;
  }
  .geo-upgrade-modal-head {
    flex-direction: column;
    gap: 6px;
  }
  .geo-upgrade-modal-head h3 {
    font-size: 17px;
  }
  .geo-upgrade-modal-head p {
    font-size: 12px;
  }
  .geo-upgrade-plan-card, 
  .geo-upgrade-skeleton-card {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 12px;
  }
  .geo-upgrade-plan-cover {
    min-height: 128px;
  }
  .geo-upgrade-plan-cover img {
    width: 96px;
  }
  .geo-upgrade-plan-header h4 {
    font-size: 15px;
  }
  .geo-upgrade-plan-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .geo-upgrade-plan-points {
    font-size: 14px;
  }
  .geo-upgrade-plan-money .value {
    font-size: 20px;
  }
  .geo-upgrade-plan-btn.ant-btn-primary {
    height: 40px !important;
  }
}
.geo-scene-keyword .ant-pro-table-search, 
.geo-scene-create .ant-pro-table-search, 
.geo-scene-config .ant-pro-table-search, 
.geo-scene-distribute .ant-pro-table-search, 
.geo-scene-publish .ant-pro-table-search {
  border-radius: 14px !important;
  border: 1px solid var(--geo-border) !important;
  background: var(--geo-bg-surface) !important;
  box-shadow: none !important;
}
.geo-scene-distribute .ant-pro-table-search .ant-input, 
.geo-scene-distribute .ant-pro-table-search .ant-input-affix-wrapper, 
.geo-scene-distribute .ant-pro-table-search .ant-select-selector, 
.geo-scene-distribute .ant-pro-table-search .ant-picker, 
.geo-distribute-modal .ant-pro-table-search .ant-input, 
.geo-distribute-modal .ant-pro-table-search .ant-input-affix-wrapper, 
.geo-distribute-modal .ant-pro-table-search .ant-select-selector, 
.geo-distribute-modal .ant-pro-table-search .ant-picker {
  height: 32px !important;
  min-height: 32px !important;
}
.geo-scene-distribute .ant-pro-table-search .ant-input-affix-wrapper, 
.geo-distribute-modal .ant-pro-table-search .ant-input-affix-wrapper {
  padding-block: 0 !important;
}
.geo-scene-distribute .ant-pro-table-search .ant-input, 
.geo-distribute-modal .ant-pro-table-search .ant-input {
  padding-block: 0 !important;
  line-height: 32px !important;
}
.geo-scene-distribute .ant-pro-table-search .ant-picker-input > input, 
.geo-distribute-modal .ant-pro-table-search .ant-picker-input > input {
  padding-block: 0 !important;
  line-height: 32px !important;
}
.geo-scene-distribute .ant-pro-table-search .ant-select-selector, 
.geo-distribute-modal .ant-pro-table-search .ant-select-selector {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.geo-scene-distribute .ant-pro-table-search .ant-input, 
.geo-scene-distribute .ant-pro-table-search .ant-input-affix-wrapper, 
.geo-scene-distribute .ant-pro-table-search .ant-select-selector, 
.geo-scene-distribute .ant-pro-table-search .ant-picker, 
.geo-distribute-modal .ant-pro-table-search .ant-input, 
.geo-distribute-modal .ant-pro-table-search .ant-input-affix-wrapper, 
.geo-distribute-modal .ant-pro-table-search .ant-select-selector, 
.geo-distribute-modal .ant-pro-table-search .ant-picker {
  border-color: rgba(118, 195, 255, 0.34) !important;
  box-shadow: inset 0 0 0 1px rgba(84, 116, 164, 0.14) !important;
}
.geo-scene-distribute .ant-pro-table-search .ant-input:hover, 
.geo-scene-distribute .ant-pro-table-search .ant-input-affix-wrapper:hover, 
.geo-scene-distribute .ant-pro-table-search .ant-select-selector:hover, 
.geo-scene-distribute .ant-pro-table-search .ant-picker:hover, 
.geo-distribute-modal .ant-pro-table-search .ant-input:hover, 
.geo-distribute-modal .ant-pro-table-search .ant-input-affix-wrapper:hover, 
.geo-distribute-modal .ant-pro-table-search .ant-select-selector:hover, 
.geo-distribute-modal .ant-pro-table-search .ant-picker:hover {
  border-color: rgba(42, 171, 222, 0.55) !important;
}
.geo-scene-keyword .ant-pro-table-search:hover, 
.geo-scene-create .ant-pro-table-search:hover, 
.geo-scene-config .ant-pro-table-search:hover, 
.geo-scene-distribute .ant-pro-table-search:hover, 
.geo-scene-publish .ant-pro-table-search:hover, 
.geo-scene-keyword .ant-pro-table-search:focus-within, 
.geo-scene-create .ant-pro-table-search:focus-within, 
.geo-scene-config .ant-pro-table-search:focus-within, 
.geo-scene-distribute .ant-pro-table-search:focus-within, 
.geo-scene-publish .ant-pro-table-search:focus-within {
  border-color: var(--geo-border-hover) !important;
  box-shadow: 0 0 0 2px var(--geo-border-hover-soft) !important;
}
.geo-scene-keyword .ant-list-item, 
.geo-scene-create .ant-list-item, 
.geo-scene-config .ant-list-item {
  border-radius: 10px;
}
.geo-scene-keyword .ant-list-item:hover, 
.geo-scene-create .ant-list-item:hover, 
.geo-scene-config .ant-list-item:hover {
  background: var(--geo-primary-soft);
  border-color: var(--geo-border-hover);
}
.geo-scene-keyword .ant-pro-table, 
.geo-scene-create .ant-pro-table, 
.geo-scene-distribute .ant-pro-table, 
.geo-scene-publish .ant-pro-table, 
.geo-scene-keyword-report .ant-pro-table {
  border-radius: 14px;
  overflow: visible;
}
.geo-scene-create .ant-steps .ant-steps-item-title, 
.geo-scene-create .ant-steps .ant-steps-item-description {
  color: var(--geo-text) !important;
}
.geo-scene-create .ant-steps .ant-steps-item-process .ant-steps-item-icon {
  background: var(--geo-accent) !important;
  border-color: transparent !important;
}
.geo-ai-wizard-modal .ant-modal-content {
  border-radius: 22px !important;
  border: 1px solid rgba(84, 116, 164, 0.18) !important;
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96)) !important;
  box-shadow: 0 26px 52px rgba(16, 32, 64, 0.18) !important;
}
.geo-ai-wizard-modal .ant-modal-header {
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  background: transparent !important;
}
.geo-ai-wizard-modal .ant-modal-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.geo-ai-wizard-modal .ant-modal-body {
  padding-top: 2px !important;
}
.geo-ai-wizard-modal .ant-modal-footer {
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: none !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-steps {
  margin-bottom: 14px !important;
  padding: 0 4px !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-steps .ant-steps-item-title {
  font-weight: 600;
}
.geo-ai-wizard-modal .geo-ai-wizard-steps .ant-steps-item-tail::after {
  background: rgba(84, 116, 164, 0.16) !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-steps .ant-steps-item-process .ant-steps-item-icon {
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(30, 133, 255, 0.22) !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-stage {
  border: none !important;
  border-radius: 18px !important;
  background: linear-gradient(152deg, rgba(248, 251, 255, 0.92), rgba(244, 248, 253, 0.88)) !important;
  box-shadow: inset 0 0 0 1px rgba(84, 116, 164, 0.14) !important;
  overflow: hidden !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-stage::before {
  opacity: 0 !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-stage > .ant-pro-card-body {
  padding: 8px !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-panel {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-panel::before {
  opacity: 0 !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-group-panel {
  margin-right: 4px;
  border-right: 1px solid rgba(84, 116, 164, 0.1);
}
.geo-ai-wizard-modal .geo-ai-wizard-group-panel .ant-pro-card-header, 
.geo-ai-wizard-modal .geo-ai-wizard-keyword-panel .ant-pro-card-header, 
.geo-ai-wizard-modal .geo-ai-wizard-topic-panel .ant-pro-card-header {
  border-bottom: none !important;
  padding: 14px 18px 10px !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-toolbar-search .ant-input-affix-wrapper, 
.geo-ai-wizard-modal .geo-ai-wizard-toolbar-search .ant-btn {
  border-radius: 12px !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-group-panel .ant-list {
  margin: 0 !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-keyword-grid {
  background: transparent !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-keyword-grid::before {
  opacity: 0 !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-group-item {
  margin: 0 8px 8px !important;
  padding: 12px 14px !important;
  cursor: pointer;
  border: none !important;
  border-radius: 12px !important;
  background: transparent !important;
  box-shadow: inset 0 0 0 1px transparent;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.geo-ai-wizard-modal .geo-ai-wizard-group-item:last-child {
  margin-bottom: 8px !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-group-item.is-active {
  background: rgba(29, 127, 255, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(29, 127, 255, 0.28), 0 10px 20px rgba(29, 127, 255, 0.1);
}
.geo-ai-wizard-modal .geo-ai-wizard-group-item:hover {
  background: rgba(29, 127, 255, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(29, 127, 255, 0.2);
  transform: translateY(-1px);
}
.geo-ai-wizard-modal .geo-ai-wizard-keyword-chip {
  border: none !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: inset 0 0 0 1px rgba(84, 116, 164, 0.16) !important;
  cursor: pointer;
  transition: box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.geo-ai-wizard-modal .geo-ai-wizard-keyword-chip:hover, 
.geo-ai-wizard-modal .geo-ai-wizard-keyword-chip:focus-within {
  background: #f5faff !important;
  box-shadow: inset 0 0 0 1px var(--geo-border-hover) !important;
  transform: translateY(-1px) !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-keyword-chip.is-selected {
  background: linear-gradient(135deg, rgba(38, 141, 255, 0.16), rgba(34, 221, 216, 0.16)) !important;
  box-shadow: inset 0 0 0 1px rgba(38, 141, 255, 0.42) !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-keyword-chip.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.geo-ai-wizard-modal .geo-ai-wizard-topic-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(84, 116, 164, 0.15);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.geo-ai-wizard-modal .geo-ai-wizard-topic-row:hover {
  background: #f5faff;
  box-shadow: inset 0 0 0 1px var(--geo-border-hover);
  transform: translateY(-1px);
}
.geo-ai-wizard-modal .geo-ai-wizard-topic-row.is-selected {
  background: linear-gradient(135deg, rgba(38, 141, 255, 0.15), rgba(34, 221, 216, 0.15));
  box-shadow: inset 0 0 0 1px rgba(38, 141, 255, 0.38);
}
body.geo-skin-tech .geo-ai-wizard-modal .ant-modal-content {
  border-color: rgba(118, 195, 255, 0.24) !important;
  background: linear-gradient(160deg, rgba(10, 23, 38, 0.98), rgba(8, 18, 31, 0.96)) !important;
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.56) !important;
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-steps .ant-steps-item-tail::after {
  background: rgba(118, 195, 255, 0.26) !important;
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-stage {
  background: linear-gradient(158deg, rgba(12, 28, 46, 0.88), rgba(11, 25, 40, 0.86)) !important;
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.2) !important;
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-group-panel {
  border-right-color: rgba(118, 195, 255, 0.16);
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-group-item {
  background: rgba(10, 25, 41, 0.28) !important;
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-group-item.is-active {
  background: rgba(51, 184, 255, 0.2) !important;
  box-shadow: inset 0 0 0 1px rgba(51, 184, 255, 0.42), 0 12px 22px rgba(0, 0, 0, 0.24);
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-group-item:hover {
  background: rgba(51, 184, 255, 0.14) !important;
  box-shadow: inset 0 0 0 1px rgba(51, 184, 255, 0.3);
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-keyword-chip {
  background: rgba(10, 25, 41, 0.8) !important;
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.24) !important;
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-keyword-chip.is-selected {
  background: linear-gradient(132deg, rgba(51, 184, 255, 0.26), rgba(0, 224, 199, 0.22)) !important;
  box-shadow: inset 0 0 0 1px rgba(118, 218, 255, 0.5) !important;
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-topic-row {
  background: rgba(10, 25, 41, 0.82);
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.24);
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-topic-row:hover {
  background: rgba(51, 184, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(118, 218, 255, 0.44);
}
body.geo-skin-tech .geo-ai-wizard-modal .geo-ai-wizard-topic-row.is-selected {
  background: linear-gradient(132deg, rgba(51, 184, 255, 0.24), rgba(0, 224, 199, 0.2));
  box-shadow: inset 0 0 0 1px rgba(118, 218, 255, 0.5);
}
.geo-scene-config .ant-segmented {
  border-radius: 999px;
  border: 1px solid var(--geo-border);
  background: var(--geo-bg-surface);
}
.geo-scene-config .ant-segmented:hover, 
.geo-scene-config .ant-segmented:focus-within {
  border-color: var(--geo-border-hover);
  box-shadow: 0 0 0 2px var(--geo-border-hover-soft);
}
.geo-scene-config .ant-segmented .ant-segmented-item {
  border-radius: 999px;
}
.geo-config-profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding: 4px 2px;
}
.geo-config-profile-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}
.geo-config-profile-switch-label {
  font-size: 12px;
  line-height: 1;
  color: var(--geo-text-secondary);
}
.geo-config-profile-head .ant-segmented {
  border: 1px solid rgba(84, 116, 164, 0.18) !important;
  padding: 4px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 255, 0.82)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 8px 18px rgba(18, 33, 68, 0.08);
}
.geo-config-profile-head .ant-segmented:hover, 
.geo-config-profile-head .ant-segmented:focus-within {
  border: 1px solid transparent !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 255, 0.82)) padding-box, linear-gradient(120deg, var(--geo-edge-a), var(--geo-edge-b), var(--geo-edge-c)) border-box !important;
}
.geo-config-profile-head .ant-segmented .ant-segmented-item {
  min-width: 96px;
  font-weight: 600;
}
.geo-config-profile-head .ant-segmented .ant-segmented-thumb {
  border-radius: 999px;
  border: 1px solid rgba(84, 116, 164, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 252, 255, 0.84));
  box-shadow: 0 6px 12px rgba(18, 33, 68, 0.12);
}
body.geo-skin-tech .geo-config-profile-head .ant-segmented {
  border-color: rgba(118, 195, 255, 0.2) !important;
  background: linear-gradient(145deg, rgba(12, 24, 41, 0.93), rgba(9, 20, 35, 0.87)) !important;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.38);
}
body.geo-skin-tech .geo-config-profile-head .ant-segmented:hover, 
body.geo-skin-tech .geo-config-profile-head .ant-segmented:focus-within {
  border: 1px solid transparent !important;
  background: linear-gradient(145deg, rgba(12, 24, 41, 0.93), rgba(9, 20, 35, 0.87)) padding-box, linear-gradient(120deg, var(--geo-edge-a), var(--geo-edge-b), var(--geo-edge-c)) border-box !important;
}
body.geo-skin-tech .geo-config-profile-head .ant-segmented .ant-segmented-item-label {
  color: var(--geo-text-secondary) !important;
}
body.geo-skin-tech .geo-config-profile-head .ant-segmented .ant-segmented-item-selected {
  background: rgba(51, 184, 255, 0.18) !important;
}
body.geo-skin-tech .geo-config-profile-head .ant-segmented .ant-segmented-item-selected:hover, 
body.geo-skin-tech .geo-config-profile-head .ant-segmented .ant-segmented-item-selected:focus-within {
  background: rgba(51, 184, 255, 0.24) !important;
}
body.geo-skin-tech .geo-config-profile-head .ant-segmented .ant-segmented-item-selected .ant-segmented-item-label {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .geo-config-profile-head .ant-segmented .ant-segmented-thumb {
  border-color: rgba(118, 195, 255, 0.24);
  background: linear-gradient(145deg, rgba(20, 38, 60, 0.94), rgba(14, 31, 50, 0.88));
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.34);
}
.geo-scene-keyword-report .geo-kr-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.geo-scene-keyword-report .geo-kr-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.geo-scene-keyword-report .geo-kr-kpi-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px !important;
  border: 1px solid var(--geo-kpi-border) !important;
  background: radial-gradient(120% 120% at 100% 0%, var(--geo-kpi-soft), transparent 60%), linear-gradient(135deg, var(--geo-kpi-soft), transparent 68%), var(--geo-bg-surface-strong) !important;
  box-shadow: 0 10px 24px rgba(16, 32, 62, 0.08) !important;
}
.geo-scene-keyword-report .geo-kr-kpi-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 36%);
}
.geo-scene-keyword-report .geo-kr-kpi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.geo-scene-keyword-report .geo-kr-kpi-title {
  color: var(--geo-text-secondary);
  font-size: 14px;
  font-weight: 600;
}
.geo-scene-keyword-report .geo-kr-kpi-badge {
  height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid var(--geo-kpi-border);
  color: var(--geo-kpi-main);
  background: var(--geo-kpi-soft);
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
}
.geo-scene-keyword-report .geo-kr-kpi-value {
  margin-top: 4px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--geo-kpi-main);
  letter-spacing: 0.01em;
}
.geo-scene-keyword-report .geo-kr-kpi-hint {
  margin-top: 8px;
  color: var(--geo-text-secondary) !important;
  font-size: 12px;
}
.geo-scene-keyword-report .geo-kr-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 14px;
}
.geo-scene-keyword-report .geo-kr-rank-panel, 
.geo-scene-keyword-report .geo-kr-source-panel, 
.geo-scene-keyword-report .geo-kr-detail-panel {
  border-radius: 16px !important;
  border-color: rgba(84, 116, 164, 0.24) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 252, 255, 0.86)), var(--geo-bg-surface-strong) !important;
}
.geo-scene-keyword-report .geo-kr-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.geo-scene-keyword-report .geo-kr-panel-title {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--geo-text);
  letter-spacing: 0.01em;
}
.geo-scene-keyword-report .geo-kr-rank-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.geo-scene-keyword-report .geo-kr-rank-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(114, 138, 177, 0.28);
  border-radius: 14px;
  background: linear-gradient(125deg, rgba(111, 155, 222, 0.12), rgba(111, 155, 222, 0.03));
  transition: transform var(--geo-duration-fast) var(--geo-ease-standard), border-color var(--geo-duration-fast) var(--geo-ease-standard), box-shadow var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-scene-keyword-report .geo-kr-rank-item:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 127, 255, 0.38);
  box-shadow: 0 10px 20px rgba(15, 40, 84, 0.12);
}
.geo-scene-keyword-report .geo-kr-rank-index {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff7a45, #ff4d4f);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.geo-scene-keyword-report .geo-kr-rank-item:nth-child(2) .geo-kr-rank-index {
  background: linear-gradient(145deg, #5b8ff9, #3f6ee8);
}
.geo-scene-keyword-report .geo-kr-rank-item:nth-child(3) .geo-kr-rank-index {
  background: linear-gradient(145deg, #34c38f, #10b981);
}
.geo-scene-keyword-report .geo-kr-rank-keyword {
  font-size: 16px;
  line-height: 1.2;
  color: var(--geo-text);
  font-weight: 600;
}
.geo-scene-keyword-report .geo-kr-rank-desc {
  color: var(--geo-text-secondary) !important;
  font-size: 12px;
}
.geo-scene-keyword-report .geo-kr-rank-count {
  min-width: 62px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(114, 138, 177, 0.36);
  text-align: center;
  line-height: 32px;
  color: var(--geo-text);
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.58);
}
.geo-scene-keyword-report .geo-kr-source-body {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.geo-scene-keyword-report .geo-kr-source-chart {
  padding: 8px 0 4px;
}
.geo-scene-keyword-report .geo-kr-source-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.geo-scene-keyword-report .geo-kr-source-item {
  height: 50px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(114, 138, 177, 0.26);
  border-radius: 12px;
  background: linear-gradient(125deg, rgba(111, 155, 222, 0.1), rgba(111, 155, 222, 0.03));
}
.geo-scene-keyword-report .geo-kr-source-left, 
.geo-scene-keyword-report .geo-kr-source-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.geo-scene-keyword-report .geo-kr-source-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.geo-scene-keyword-report .geo-kr-source-name {
  font-size: 15px;
  color: var(--geo-text);
  font-weight: 500;
}
.geo-scene-keyword-report .geo-kr-source-count {
  font-size: 16px;
  font-weight: 600;
  color: var(--geo-text);
}
.geo-scene-keyword-report .geo-kr-source-percent {
  font-size: 13px;
  color: var(--geo-text-secondary);
}
.geo-scene-keyword-report .geo-kr-empty {
  color: var(--geo-text-secondary);
  font-size: 14px;
  padding: 16px 10px;
}
.geo-scene-keyword-report .geo-kr-detail-panel .ant-pro-card-header {
  border-bottom: none !important;
  padding-bottom: 2px !important;
}
.geo-scene-keyword-report .geo-kr-detail-panel .ant-pro-card-body {
  padding-top: 14px !important;
}
.geo-scene-keyword-report .geo-keyword-report-detail-head {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(84, 116, 164, 0.24);
  border-radius: 12px;
  background: linear-gradient(125deg, rgba(111, 155, 222, 0.11), rgba(111, 155, 222, 0.03));
}
.geo-scene-keyword-report .geo-keyword-report-detail-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.geo-scene-keyword-report .geo-keyword-report-detail-head .ant-segmented {
  border-radius: 10px;
  border: 1px solid var(--geo-border);
  background: rgba(255, 255, 255, 0.72);
}
.geo-scene-keyword-report .geo-keyword-report-table .ant-table-wrapper {
  margin-top: 6px;
}
.geo-scene-keyword-report .geo-keyword-report-table .ant-table-container {
  border-radius: 14px !important;
  overflow: hidden;
}
.geo-scene-keyword-report .geo-keyword-report-table .ant-table-thead > tr > th {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background: var(--geo-bg-surface-strong) !important;
  border-bottom: 1px solid var(--geo-border) !important;
  color: var(--geo-text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
}
.geo-scene-keyword-report .geo-keyword-report-table .ant-table-tbody > tr > td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
body.geo-skin-tech .geo-scene-keyword-report .geo-kr-rank-panel, 
body.geo-skin-tech .geo-scene-keyword-report .geo-kr-source-panel, 
body.geo-skin-tech .geo-scene-keyword-report .geo-kr-detail-panel {
  border-color: rgba(118, 195, 255, 0.26) !important;
  background: linear-gradient(180deg, rgba(13, 28, 46, 0.92), rgba(9, 22, 36, 0.88)), var(--geo-bg-surface-strong) !important;
}
body.geo-skin-tech .geo-scene-keyword-report .geo-kr-rank-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.36);
}
body.geo-skin-tech .geo-scene-keyword-report .geo-kr-rank-count {
  background: rgba(10, 23, 38, 0.66);
}
body.geo-skin-tech .geo-scene-keyword-report .geo-keyword-report-detail-head {
  border-color: rgba(118, 195, 255, 0.26);
  background: linear-gradient(125deg, rgba(41, 122, 179, 0.24), rgba(41, 122, 179, 0.08));
}
body.geo-skin-tech .geo-scene-keyword-report .geo-keyword-report-detail-head .ant-segmented {
  border-color: rgba(118, 195, 255, 0.3);
  background: rgba(7, 18, 31, 0.72);
}
body.geo-skin-tech .geo-scene-keyword-report .geo-keyword-report-table .ant-table-thead > tr > th {
  background: rgba(14, 30, 49, 0.9) !important;
  border-bottom-color: rgba(118, 195, 255, 0.2) !important;
  color: rgba(231, 246, 255, 0.92) !important;
}
.geo-scene-distribute .ant-switch-checked, 
.geo-scene-publish .ant-switch-checked {
  background: var(--geo-primary) !important;
}
.geo-scene-distribute .ant-avatar, 
.geo-scene-publish .ant-avatar {
  border: 1px solid var(--geo-border);
}
.geo-scene-distribute .geo-data-shell, 
.geo-scene-publish .geo-data-shell {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.geo-scene-distribute .geo-data-summary, 
.geo-scene-publish .geo-data-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.geo-scene-distribute .geo-data-kpi, 
.geo-scene-publish .geo-data-kpi {
  --geo-data-kpi-main: #2f7bff;
  --geo-data-kpi-sub: #5b9cff;
  min-height: 112px;
  border-radius: 14px;
  border: none;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  background: radial-gradient(130% 140% at 100% 0%, rgba(255, 255, 255, 0.24), transparent 64%), linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.86));
  box-shadow: inset 0 0 0 1px rgba(84, 116, 164, 0.18), 0 8px 18px rgba(20, 46, 90, 0.08);
}
.geo-scene-distribute .geo-data-kpi-label, 
.geo-scene-publish .geo-data-kpi-label {
  color: var(--geo-text-secondary);
  font-size: 13px;
  font-weight: 600;
}
.geo-scene-distribute .geo-data-kpi-value, 
.geo-scene-publish .geo-data-kpi-value {
  color: var(--geo-data-kpi-main);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}
.geo-scene-distribute .geo-data-kpi-sub, 
.geo-scene-publish .geo-data-kpi-sub {
  color: var(--geo-text-secondary);
  font-size: 12px;
}
.geo-scene-distribute .geo-data-kpi-total, 
.geo-scene-publish .geo-data-kpi-total {
  --geo-data-kpi-main: #2f7bff;
  --geo-data-kpi-sub: #5b9cff;
}
.geo-scene-distribute .geo-data-kpi-page, 
.geo-scene-publish .geo-data-kpi-page {
  --geo-data-kpi-main: #8b5cf6;
  --geo-data-kpi-sub: #aa77ff;
}
.geo-scene-distribute .geo-data-kpi-enabled, 
.geo-scene-publish .geo-data-kpi-enabled {
  --geo-data-kpi-main: #07b39f;
  --geo-data-kpi-sub: #20d2b2;
}
.geo-scene-distribute .geo-data-kpi-today, 
.geo-scene-publish .geo-data-kpi-today {
  --geo-data-kpi-main: #f28b1e;
  --geo-data-kpi-sub: #ffb85c;
}
.geo-scene-distribute .geo-data-panel, 
.geo-scene-publish .geo-data-panel {
  border-radius: 16px;
  border: 1px solid rgba(84, 116, 164, 0.2);
  padding: 14px;
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 255, 0.84));
  box-shadow: 0 14px 28px rgba(20, 46, 90, 0.08);
}
.geo-scene-distribute .geo-data-panel .ant-pro-card, 
.geo-scene-publish .geo-data-panel .ant-pro-card, 
.geo-scene-distribute .geo-data-panel .ant-pro-card-body, 
.geo-scene-publish .geo-data-panel .ant-pro-card-body {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-scene-distribute .geo-data-panel .ant-pro-table, 
.geo-scene-publish .geo-data-panel .ant-pro-table {
  background: transparent !important;
}
.geo-scene-distribute .geo-data-panel .ant-pro-table-search, 
.geo-scene-publish .geo-data-panel .ant-pro-table-search {
  margin-bottom: 12px !important;
  padding: 12px 14px !important;
  border: none !important;
  border-radius: 12px !important;
  background: rgba(248, 252, 255, 0.9) !important;
  box-shadow: inset 0 0 0 1px rgba(84, 116, 164, 0.14) !important;
}
.geo-scene-distribute .geo-data-panel .ant-pro-table-list-toolbar, 
.geo-scene-publish .geo-data-panel .ant-pro-table-list-toolbar {
  padding: 0 2px 12px !important;
}
.geo-scene-distribute .geo-data-panel .ant-pro-table-list-toolbar-title, 
.geo-scene-publish .geo-data-panel .ant-pro-table-list-toolbar-title {
  font-size: 18px;
  font-weight: 700;
}
.geo-scene-distribute .geo-data-panel .ant-table-wrapper, 
.geo-scene-publish .geo-data-panel .ant-table-wrapper {
  margin-top: 0 !important;
  border: none !important;
  background: transparent !important;
}
.geo-scene-distribute .geo-data-panel .ant-table-container, 
.geo-scene-publish .geo-data-panel .ant-table-container {
  border: 1px solid rgba(84, 116, 164, 0.16) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.96) !important;
}
.geo-scene-distribute .geo-data-panel .ant-table-thead > tr > th, 
.geo-scene-publish .geo-data-panel .ant-table-thead > tr > th {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  background: rgba(240, 247, 255, 0.82) !important;
  border-bottom: 1px solid rgba(84, 116, 164, 0.14) !important;
  color: var(--geo-text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.geo-scene-distribute .geo-data-panel .ant-table-tbody > tr > td, 
.geo-scene-publish .geo-data-panel .ant-table-tbody > tr > td {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  border-bottom: 1px solid rgba(84, 116, 164, 0.1) !important;
}
.geo-scene-distribute .geo-data-panel .ant-table-tbody > tr:hover > td, 
.geo-scene-publish .geo-data-panel .ant-table-tbody > tr:hover > td {
  background: rgba(29, 127, 255, 0.06) !important;
}
.geo-scene-distribute .geo-data-panel .ant-pagination, 
.geo-scene-publish .geo-data-panel .ant-pagination {
  margin: 12px 0 0 !important;
}
body.geo-skin-tech .geo-scene-distribute .geo-data-kpi, 
body.geo-skin-tech .geo-scene-publish .geo-data-kpi {
  background: radial-gradient(130% 140% at 100% 0%, rgba(42, 166, 235, 0.14), transparent 64%), linear-gradient(145deg, rgba(11, 24, 40, 0.92), rgba(9, 20, 35, 0.86));
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.22), 0 12px 22px rgba(0, 0, 0, 0.34);
}
body.geo-skin-tech .geo-scene-distribute .geo-data-panel, 
body.geo-skin-tech .geo-scene-publish .geo-data-panel {
  border-color: rgba(118, 195, 255, 0.24);
  background: linear-gradient(146deg, rgba(10, 23, 38, 0.9), rgba(8, 18, 32, 0.84));
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.36);
}
body.geo-skin-tech .geo-scene-distribute .geo-data-panel .ant-pro-table-search, 
body.geo-skin-tech .geo-scene-publish .geo-data-panel .ant-pro-table-search {
  background: rgba(11, 25, 42, 0.84) !important;
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.18) !important;
}
body.geo-skin-tech .geo-scene-distribute .geo-data-panel .ant-table-container, 
body.geo-skin-tech .geo-scene-publish .geo-data-panel .ant-table-container {
  border-color: rgba(118, 195, 255, 0.2) !important;
  background: rgba(11, 24, 40, 0.86) !important;
}
body.geo-skin-tech .geo-scene-distribute .geo-data-panel .ant-table-thead > tr > th, 
body.geo-skin-tech .geo-scene-publish .geo-data-panel .ant-table-thead > tr > th {
  background: rgba(14, 30, 49, 0.9) !important;
  border-bottom-color: rgba(118, 195, 255, 0.2) !important;
}
body.geo-skin-tech .geo-scene-distribute .geo-data-panel .ant-table-tbody > tr > td, 
body.geo-skin-tech .geo-scene-publish .geo-data-panel .ant-table-tbody > tr > td {
  border-bottom-color: rgba(118, 195, 255, 0.13) !important;
}
body.geo-skin-tech .geo-scene-distribute .geo-data-panel .ant-table-tbody > tr:hover > td, 
body.geo-skin-tech .geo-scene-publish .geo-data-panel .ant-table-tbody > tr:hover > td {
  background: rgba(51, 184, 255, 0.12) !important;
}
.geo-scene-config .geo-shell {
  max-width: none;
}
.geo-scene-distribute .geo-shell, 
.geo-scene-publish .geo-shell {
  max-width: none;
}
.geo-scene-config .geo-config-kb-layout {
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  min-height: calc(100vh - 196px);
}
.geo-scene-keyword .geo-keyword-layout {
  display: grid;
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.geo-scene-keyword .geo-keyword-layout > .ant-pro-card {
  min-width: 0;
}
.geo-scene-keyword .geo-keyword-hero {
  border-radius: 18px;
  border: 1px solid rgba(70, 128, 214, 0.22);
  background: radial-gradient(720px 240px at 12% 0%, rgba(29, 127, 255, 0.22), transparent 60%), radial-gradient(620px 220px at 92% 0%, rgba(0, 199, 255, 0.16), transparent 58%), linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.82));
  box-shadow: 0 18px 44px rgba(16, 32, 64, 0.12);
  overflow: hidden;
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-hero {
  border-color: rgba(118, 195, 255, 0.24);
  background: radial-gradient(720px 240px at 12% 0%, rgba(51, 184, 255, 0.2), transparent 60%), radial-gradient(620px 220px at 92% 0%, rgba(32, 224, 181, 0.14), transparent 58%), linear-gradient(145deg, rgba(11, 24, 40, 0.9), rgba(9, 20, 35, 0.84));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}
.geo-scene-keyword .geo-keyword-hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 12px;
}
.geo-scene-keyword .geo-keyword-hero-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(15, 23, 42, 0.92);
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-hero-title {
  color: rgba(255, 255, 255, 0.9);
}
.geo-scene-keyword .geo-keyword-hero-sub {
  display: block;
  margin-top: 6px;
  max-width: 720px;
}
.geo-scene-keyword .geo-keyword-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.geo-scene-keyword .geo-keyword-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 18px 16px;
}
.geo-scene-keyword .geo-keyword-kpi-card {
  position: relative;
  border-radius: 16px;
  padding: 14px 14px 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-kpi-card {
  background: rgba(12, 28, 47, 0.74);
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.16);
}
.geo-scene-keyword .geo-keyword-kpi-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
  background: radial-gradient(120% 120% at 100% 0%, rgba(29, 127, 255, 0.18), transparent 62%);
}
.geo-scene-keyword .geo-keyword-kpi-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.geo-scene-keyword .geo-keyword-kpi-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--geo-text-secondary);
}
.geo-scene-keyword .geo-keyword-kpi-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
  color: var(--geo-primary-strong);
  font-size: 16px;
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-kpi-icon {
  background: rgba(10, 22, 38, 0.7);
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.16);
  color: rgba(51, 184, 255, 0.9);
}
.geo-scene-keyword .geo-keyword-kpi-value {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.geo-scene-keyword .geo-keyword-kpi-hint {
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1.4;
}
.geo-scene-keyword .geo-keyword-kpi-card.tone-purple::before {
  background: radial-gradient(120% 120% at 100% 0%, rgba(139, 92, 246, 0.22), transparent 62%);
}
.geo-scene-keyword .geo-keyword-kpi-card.tone-cyan::before {
  background: radial-gradient(120% 120% at 100% 0%, rgba(0, 199, 255, 0.2), transparent 62%);
}
.geo-scene-keyword .geo-keyword-kpi-card.tone-green::before {
  background: radial-gradient(120% 120% at 100% 0%, rgba(34, 197, 94, 0.2), transparent 62%);
}
.geo-scene-keyword .geo-group-panel-v2 .ant-pro-card-header {
  background: transparent;
}
.geo-scene-keyword .geo-group-panel-toolbar {
  padding: 10px 12px 12px;
  border-bottom: 1px solid var(--geo-border);
  background: rgba(255, 255, 255, 0.5);
}
body.geo-skin-tech .geo-scene-keyword .geo-group-panel-toolbar {
  background: rgba(12, 28, 47, 0.34);
}
.geo-scene-keyword .geo-group-item {
  padding: 12px 14px !important;
  cursor: pointer;
  transition: background var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-scene-keyword .geo-group-item.is-active {
  background: rgba(29, 127, 255, 0.1);
}
.geo-scene-keyword .geo-group-item:hover {
  background: rgba(29, 127, 255, 0.06);
}
.geo-scene-keyword .geo-group-item-name {
  font-weight: 700;
}
.geo-scene-keyword .geo-group-item-badge {
  border-radius: 999px;
}
.geo-scene-create .geo-create-group-panel-v2 .ant-pro-card-header {
  background: transparent;
}
.geo-scene-create .geo-create-group-toolbar {
  padding: 10px 12px 12px;
  border-bottom: 1px solid var(--geo-border);
  background: rgba(255, 255, 255, 0.5);
}
body.geo-skin-tech .geo-scene-create .geo-create-group-toolbar {
  background: rgba(12, 28, 47, 0.34);
}
.geo-scene-create .geo-create-group-item {
  padding: 12px 14px !important;
  cursor: pointer;
  transition: background var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-scene-create .geo-create-group-item.is-active {
  background: rgba(29, 127, 255, 0.1);
}
.geo-scene-create .geo-create-group-item:hover {
  background: rgba(29, 127, 255, 0.06);
}
.geo-scene-create .geo-create-group-name {
  font-weight: 700;
}
.geo-scene-create .geo-create-group-count-pill {
  margin-inline-end: 0;
  border-radius: 999px;
  font-weight: 600;
}
.geo-scene-create .geo-create-article-toolbar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  min-height: 48px;
}
.geo-scene-create .geo-create-table-panel-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 15px;
}
.geo-scene-create .geo-create-table-panel-scope {
  font-weight: 600;
  border-radius: 999px;
}
.geo-scene-create .geo-create-table-panel-extra strong {
  color: var(--geo-primary-strong);
  font-variant-numeric: tabular-nums;
}
.geo-scene-create .geo-create-title-cell {
  font-weight: 600;
  color: var(--geo-text);
}
.geo-scene-create .geo-create-kw-cell {
  max-width: 100%;
}
.geo-scene-create .geo-create-kw-tag {
  margin: 0 !important;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.45;
  padding: 0 10px;
  border: 1px solid rgba(84, 116, 164, 0.18);
  background: rgba(29, 127, 255, 0.06);
}
body.geo-skin-tech .geo-scene-create .geo-create-kw-tag {
  border-color: rgba(118, 195, 255, 0.22);
  background: rgba(51, 184, 255, 0.1);
}
.geo-scene-create .geo-create-table-empty .geo-create-empty-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--geo-text);
}
.geo-scene-create .geo-create-table .ant-table-tbody > tr:nth-child(even) > td {
  background: rgba(29, 127, 255, 0.028) !important;
}
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-table-tbody > tr:nth-child(even) > td {
  background: rgba(51, 184, 255, 0.06) !important;
}
.geo-scene-create .geo-create-table .ant-pagination-total-text {
  font-variant-numeric: tabular-nums;
}
.geo-scene-create .geo-group-panel .ant-list {
  max-height: calc(100vh - 340px);
}
.geo-scene-create .geo-create-layout {
  display: grid;
  grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}
.geo-scene-create .geo-create-layout > .ant-pro-card {
  min-width: 0;
}
.geo-group-panel {
  border-radius: 16px !important;
  overflow: hidden;
}
.geo-group-panel .ant-pro-card-body {
  padding: 0 !important;
}
.geo-group-panel .ant-pro-card-header {
  position: sticky;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(6px);
  background: var(--geo-bg-surface);
}
.geo-group-panel .ant-list {
  margin: 0 !important;
  padding: 0 !important;
  max-height: calc(100vh - 340px);
  overflow: auto;
}
.geo-group-panel .ant-list-items {
  margin: 0 !important;
  padding: 0 !important;
}
.geo-group-panel .ant-list-item {
  margin: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--geo-border);
}
.geo-group-panel .ant-list-item:last-child {
  border-bottom: none;
}
.geo-keyword-table-panel, 
.geo-create-table-panel, 
.geo-distribute-main-card, 
.geo-publish-main-card, 
.geo-config-brand-card, 
.geo-kb-list-panel, 
.geo-kb-detail-panel {
  border-radius: 16px !important;
}
.geo-keyword-table-panel, 
.geo-create-table-panel, 
.geo-distribute-main-card, 
.geo-publish-main-card {
  overflow: visible !important;
}
.geo-keyword-table-panel .ant-pro-card-body, 
.geo-create-table-panel .ant-pro-card-body, 
.geo-distribute-main-card .ant-pro-card-body, 
.geo-publish-main-card .ant-pro-card-body {
  overflow: visible !important;
}
.geo-create-toolbar, 
.geo-config-style-head, 
.geo-keyword-report-detail-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.geo-create-toolbar, 
.geo-config-style-head {
  padding: 12px 14px;
  border: 1px solid var(--geo-border);
  border-radius: 12px;
  background: var(--geo-bg-surface);
}
.geo-config-style-head .ant-typography {
  color: var(--geo-text);
}
.geo-create-toolbar:hover, 
.geo-config-style-head:hover, 
.geo-create-toolbar:focus-within, 
.geo-config-style-head:focus-within {
  border-color: var(--geo-border-hover);
  box-shadow: 0 0 0 2px var(--geo-border-hover-soft);
}
.geo-keyword-report-detail-head {
  align-items: center;
  justify-content: space-between;
}
.geo-create-toolbar .ant-space, 
.geo-config-style-head .ant-space {
  flex-wrap: wrap;
}
.geo-keyword-table .ant-pro-table-search, 
.geo-create-table .ant-pro-table-search, 
.geo-distribute-table .ant-pro-table-search, 
.geo-publish-table .ant-pro-table-search, 
.geo-keyword-report-table .ant-pro-table-search {
  margin-bottom: 12px;
}
.geo-matrix-hero {
  position: relative;
  border-radius: 20px;
  padding: 16px 18px 14px;
  overflow: hidden;
  border: 1px solid var(--geo-border);
  background: linear-gradient(135deg, rgba(29, 127, 255, 0.12), rgba(0, 199, 255, 0.06), rgba(32, 224, 181, 0.08));
  box-shadow: var(--geo-glow);
}
.geo-matrix-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 200px at 12% 0%, rgba(29, 127, 255, 0.22), transparent 70%), radial-gradient(400px 180px at 92% 100%, rgba(32, 224, 181, 0.14), transparent 72%);
}
.geo-matrix-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}
.geo-matrix-hero-copy {
  position: relative;
  padding-right: 8px;
}
.geo-matrix-hero-eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.28em;
  font-weight: 600;
  color: var(--geo-text-secondary);
}
.geo-matrix-hero-title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--geo-text);
}
.geo-matrix-hero-desc {
  margin: 0;
  max-width: 520px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--geo-text-secondary);
}
.geo-matrix-hero-orbit {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 96px;
  height: 96px;
  pointer-events: none;
}
.geo-matrix-orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(29, 127, 255, 0.35);
  opacity: 0.85;
}
.geo-matrix-orbit-dot {
  position: absolute;
  top: 8px;
  right: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--geo-accent);
  box-shadow: 0 0 18px rgba(29, 127, 255, 0.55);
}
.geo-matrix-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.geo-matrix-kpi-tile {
  position: relative;
  border-radius: 16px;
  padding: 14px 14px 12px;
  border: 1px solid var(--geo-border);
  background: var(--geo-bg-surface);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 76px;
  transition: border-color var(--geo-duration-base) var(--geo-ease-standard), transform var(--geo-duration-base) var(--geo-ease-standard);
}
.geo-matrix-kpi-tile:hover {
  border-color: var(--geo-border-hover);
  transform: none;
}
.geo-matrix-kpi-icon {
  font-size: 18px;
  color: var(--geo-primary);
  opacity: 0.9;
}
.geo-matrix-kpi-label {
  font-size: 12px !important;
}
.geo-matrix-kpi-value {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--geo-text);
}
.geo-matrix-table-card {
  border: 1px solid var(--geo-border) !important;
  background: var(--geo-bg-surface) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(18, 33, 68, 0.08) !important;
}
.geo-matrix-table-card .ant-pro-card-body {
  padding: 10px 12px 8px !important;
}
.geo-matrix-table-card .ant-pro-table, 
.geo-matrix-table-card .ant-pro-table .ant-pro-card, 
.geo-matrix-table-card .ant-pro-table .ant-pro-card-body, 
.geo-publish-table-shell .ant-pro-table, 
.geo-publish-table-shell .ant-pro-table .ant-pro-card, 
.geo-publish-table-shell .ant-pro-table .ant-pro-card-body {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-matrix-table-card .ant-pro-table-search, 
.geo-publish-table-shell .ant-pro-table-search {
  border: none !important;
  border-radius: 12px !important;
  background: rgba(29, 127, 255, 0.06) !important;
  box-shadow: inset 0 0 0 1px rgba(84, 116, 164, 0.14) !important;
  margin-bottom: 8px !important;
  padding: 8px 10px !important;
}
.geo-matrix-table-card .ant-pro-query-filter.ant-pro-query-filter, 
.geo-publish-table-shell .ant-pro-query-filter.ant-pro-query-filter {
  padding: 4px 8px !important;
}
.geo-matrix-table-card .ant-pro-table-search.ant-pro-table-search-query-filter:hover, 
.geo-matrix-table-card .ant-pro-table-search.ant-pro-table-search-query-filter:focus-within, 
.geo-publish-table-shell .ant-pro-table-search.ant-pro-table-search-query-filter:hover, 
.geo-publish-table-shell .ant-pro-table-search.ant-pro-table-search-query-filter:focus-within {
  border: none !important;
  border-color: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}
.geo-matrix-table-card .ant-pro-table-search.ant-pro-table-search-query-filter:hover::before, 
.geo-matrix-table-card .ant-pro-table-search.ant-pro-table-search-query-filter:focus-within::before, 
.geo-publish-table-shell .ant-pro-table-search.ant-pro-table-search-query-filter:hover::before, 
.geo-publish-table-shell .ant-pro-table-search.ant-pro-table-search-query-filter:focus-within::before {
  opacity: 0 !important;
}
.geo-scene-distribute .ant-btn:not(.ant-btn-disabled):hover, 
.geo-scene-publish .ant-btn:not(.ant-btn-disabled):hover, 
.geo-scene-publish .geo-publish-kpi:hover {
  transform: none !important;
}
.geo-matrix-table-card .ant-pro-table-search .ant-row, 
.geo-publish-table-shell .ant-pro-table-search .ant-row {
  row-gap: 6px !important;
}
.geo-matrix-table-card .ant-pro-table-search .ant-col, 
.geo-publish-table-shell .ant-pro-table-search .ant-col {
  padding-bottom: 0 !important;
}
.geo-matrix-table-card .ant-pro-table-search .ant-form-item, 
.geo-publish-table-shell .ant-pro-table-search .ant-form-item {
  margin-bottom: 6px !important;
}
.geo-matrix-table-card .ant-pro-table-search .ant-form-item-label > label, 
.geo-publish-table-shell .ant-pro-table-search .ant-form-item-label > label {
  height: 28px !important;
  font-size: 12px !important;
}
.geo-matrix-table-card .ant-pro-table-search .ant-input, 
.geo-matrix-table-card .ant-pro-table-search .ant-select-selector, 
.geo-matrix-table-card .ant-pro-table-search .ant-picker, 
.geo-publish-table-shell .ant-pro-table-search .ant-input, 
.geo-publish-table-shell .ant-pro-table-search .ant-select-selector, 
.geo-publish-table-shell .ant-pro-table-search .ant-picker {
  height: 30px !important;
}
.geo-matrix-table-card .ant-pro-table-search .ant-picker-input > input, 
.geo-publish-table-shell .ant-pro-table-search .ant-picker-input > input {
  font-size: 12px;
}
.geo-matrix-table-card .ant-pro-table-search .ant-pro-query-filter-actions, 
.geo-publish-table-shell .ant-pro-table-search .ant-pro-query-filter-actions {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.geo-matrix-table-card .ant-pro-table-alert, 
.geo-publish-table-shell .ant-pro-table-alert {
  border: none !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-matrix-table-card .ant-table-wrapper, 
.geo-publish-table-shell .ant-table-wrapper {
  border: none !important;
  background: transparent !important;
}
.geo-matrix-table-card .ant-table-content > table, 
.geo-publish-table-shell .ant-table-content > table {
  width: 100% !important;
  min-width: 0 !important;
  table-layout: auto !important;
}
.geo-matrix-table-card .ant-table-content, 
.geo-publish-table-shell .ant-table-content, 
.geo-matrix-table-card .ant-table-content > table > thead, 
.geo-publish-table-shell .ant-table-content > table > thead, 
.geo-matrix-table-card .ant-table-content > table > tbody, 
.geo-publish-table-shell .ant-table-content > table > tbody {
  width: 100% !important;
}
.geo-matrix-table-card .ant-table-content colgroup col, 
.geo-publish-table-shell .ant-table-content colgroup col {
  width: auto !important;
}
.geo-matrix-table-card .ant-table-container, 
.geo-publish-table-shell .ant-table-container {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  background: transparent !important;
}
.geo-matrix-table-card .ant-table-thead > tr > th, 
.geo-publish-table-shell .ant-table-thead > tr > th {
  position: relative;
  border-bottom: 1px solid rgba(84, 116, 164, 0.18) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 12px !important;
}
.geo-matrix-table-card .ant-table-tbody > tr > td, 
.geo-publish-table-shell .ant-table-tbody > tr > td {
  position: relative;
  border-bottom: 1px solid rgba(84, 116, 164, 0.1) !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.geo-matrix-table-card .ant-pro-table-list-toolbar, 
.geo-publish-table-shell .ant-pro-table-list-toolbar {
  padding: 0 0 8px !important;
}
.geo-matrix-table-card .ant-table-placeholder .ant-empty, 
.geo-publish-table-shell .ant-table-placeholder .ant-empty {
  margin-block: 18px !important;
}
.geo-matrix-table-card .ant-table-placeholder .ant-table-cell, 
.geo-publish-table-shell .ant-table-placeholder .ant-table-cell {
  width: 100% !important;
}
.geo-matrix-table-card .ant-table-placeholder .ant-empty-description, 
.geo-publish-table-shell .ant-table-placeholder .ant-empty-description {
  margin-top: 6px !important;
  font-size: 12px !important;
}
body.geo-skin-tech .geo-matrix-table-card .ant-pro-table-search, 
body.geo-skin-tech .geo-publish-table-shell .ant-pro-table-search {
  background: rgba(11, 25, 42, 0.74) !important;
  box-shadow: inset 0 0 0 1px rgba(118, 195, 255, 0.18) !important;
}
body.geo-skin-tech .geo-matrix-table-card .ant-table-thead > tr > th, 
body.geo-skin-tech .geo-publish-table-shell .ant-table-thead > tr > th {
  border-bottom-color: rgba(118, 195, 255, 0.22) !important;
}
body.geo-skin-tech .geo-matrix-table-card .ant-table-tbody > tr > td, 
body.geo-skin-tech .geo-publish-table-shell .ant-table-tbody > tr > td {
  border-bottom-color: rgba(118, 195, 255, 0.14) !important;
}
.geo-matrix-table-card .ant-table-thead > tr > th::after, 
.geo-publish-table-shell .ant-table-thead > tr > th::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(29, 127, 255, 0), rgba(29, 127, 255, 0.5), rgba(32, 224, 181, 0.45), rgba(29, 127, 255, 0));
  opacity: 0.35;
}
.geo-matrix-table-card .ant-table-tbody > tr, 
.geo-publish-table-shell .ant-table-tbody > tr {
  position: relative;
  transition: background-color var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-matrix-table-card .ant-table-tbody > tr::after, 
.geo-publish-table-shell .ant-table-tbody > tr::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -10%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(29, 127, 255, 0), rgba(29, 127, 255, 0.12), rgba(32, 224, 181, 0.06), rgba(29, 127, 255, 0));
  transform: translateX(-130%);
  opacity: 0;
  transition: transform 420ms var(--geo-ease-standard), opacity 220ms var(--geo-ease-standard);
}
.geo-matrix-table-card .ant-table-tbody > tr:hover::after, 
.geo-publish-table-shell .ant-table-tbody > tr:hover::after {
  transform: translateX(320%);
  opacity: 1;
}
.geo-publish-track-node {
  transition: transform var(--geo-duration-fast) var(--geo-ease-standard), box-shadow var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-publish-table-row:hover .geo-publish-track-node {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(29, 127, 255, 0.18);
}
.geo-matrix-channel-pill, 
.geo-publish-channel {
  position: relative;
  overflow: hidden;
}
.geo-matrix-channel-pill::after, 
.geo-publish-channel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  left: -55%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
  opacity: 0;
  transition: left 420ms var(--geo-ease-standard), opacity 220ms var(--geo-ease-standard);
}
.geo-matrix-table-card .ant-table-tbody > tr:hover .geo-matrix-channel-pill::after, 
.geo-publish-table-shell .ant-table-tbody > tr:hover .geo-publish-channel::after {
  left: 120%;
  opacity: 1;
}
body.geo-skin-tech .geo-matrix-table-card .ant-table-thead > tr > th::after, 
body.geo-skin-tech .geo-publish-table-shell .ant-table-thead > tr > th::after {
  opacity: 0.52;
  background: linear-gradient(90deg, rgba(51, 184, 255, 0), rgba(51, 184, 255, 0.56), rgba(36, 224, 189, 0.56), rgba(51, 184, 255, 0));
}
body.geo-skin-tech .geo-matrix-table-card .ant-table-tbody > tr::after, 
body.geo-skin-tech .geo-publish-table-shell .ant-table-tbody > tr::after {
  background: linear-gradient(90deg, rgba(51, 184, 255, 0), rgba(51, 184, 255, 0.14), rgba(36, 224, 189, 0.08), rgba(51, 184, 255, 0));
}
.geo-matrix-panel-title {
  font-size: 16px;
}
.geo-matrix-panel-sub {
  font-size: 12px;
}
.geo-matrix-toolbar-btn.ant-btn-default {
  border-radius: 10px;
}
.geo-matrix-toolbar-primary.ant-btn-primary {
  border-radius: 10px;
  background: var(--geo-accent) !important;
  border: none !important;
}
.geo-matrix-account-cell {
  align-items: center !important;
}
.geo-matrix-avatar-ring {
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(29, 127, 255, 0.55), rgba(32, 224, 181, 0.45));
}
.geo-matrix-avatar.ant-avatar {
  border: 2px solid var(--geo-bg-surface-strong);
}
.geo-matrix-account-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.geo-matrix-account-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.geo-matrix-account-sub {
  font-size: 12px !important;
}
.geo-matrix-channel-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
}
.geo-matrix-channel-xiaohongshu {
  color: #e11d48;
  background: rgba(225, 29, 72, 0.1);
  border-color: rgba(225, 29, 72, 0.22);
}
.geo-matrix-channel-douyin {
  color: #ea580c;
  background: rgba(234, 88, 12, 0.1);
  border-color: rgba(234, 88, 12, 0.22);
}
.geo-matrix-channel-weibo {
  color: #dc2626;
  background: rgba(220, 38, 38, 0.1);
  border-color: rgba(220, 38, 38, 0.2);
}
.geo-matrix-channel-wechat {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.22);
}
.geo-matrix-channel-bilibili {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.22);
}
.geo-matrix-channel-other {
  color: var(--geo-text-secondary);
  background: rgba(100, 116, 139, 0.1);
  border-color: rgba(100, 116, 139, 0.2);
}
.geo-matrix-mono {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  background: rgba(29, 127, 255, 0.08);
  border: 1px solid rgba(29, 127, 255, 0.18);
}
.geo-matrix-quota .ant-progress-inner {
  border-radius: 999px !important;
}
.geo-matrix-quota-label {
  margin-bottom: 4px;
}
.geo-matrix-status-tag {
  border-radius: 999px !important;
  padding-inline: 10px !important;
}
.geo-matrix-time {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
}
.geo-matrix-action-link {
  font-weight: 500;
}
.geo-matrix-action-danger {
  color: var(--ant-color-error) !important;
}
.geo-publish-hero {
  border-radius: 20px;
  padding: 14px 16px 10px;
  border: 1px solid var(--geo-border);
  background: linear-gradient(160deg, rgba(99, 102, 241, 0.1), rgba(29, 127, 255, 0.06), rgba(16, 185, 129, 0.07));
  box-shadow: var(--geo-glow);
}
.geo-publish-hero-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.geo-publish-hero-visual {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.geo-publish-hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(29, 127, 255, 0.35);
  box-shadow: 0 0 0 6px rgba(29, 127, 255, 0.08);
}
.geo-publish-hero-icon {
  position: relative;
  font-size: 28px;
  color: var(--geo-primary);
  filter: drop-shadow(0 6px 14px rgba(29, 127, 255, 0.35));
}
.geo-publish-hero-eyebrow {
  margin: 0 0 3px;
  font-size: 11px;
  letter-spacing: 0.26em;
  font-weight: 600;
  color: var(--geo-text-secondary);
}
.geo-publish-hero-title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--geo-text);
}
.geo-publish-hero-desc {
  margin: 0;
  max-width: 640px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--geo-text-secondary);
}
.geo-publish-kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}
.geo-publish-kpi {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid var(--geo-border);
  background: var(--geo-bg-surface);
}
.geo-publish-kpi .anticon {
  font-size: 16px;
  color: var(--geo-primary);
}
.geo-publish-kpi-label {
  display: block;
  font-size: 12px !important;
}
.geo-publish-kpi-value {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.geo-publish-kpi-footnote {
  display: block;
  margin-top: 6px;
  font-size: 11px;
}
.geo-publish-kpi-icon-spin {
  display: inline-flex;
  -webkit-animation: geo-spin 1.1s linear infinite;
  animation: geo-spin 1.1s linear infinite;
}
@keyframes geo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.geo-publish-table-shell {
  border: 1px solid var(--geo-border) !important;
  background: var(--geo-bg-surface) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(18, 33, 68, 0.08) !important;
}
.geo-publish-table-shell .ant-pro-card-body {
  padding: 10px 12px 8px !important;
}
.geo-publish-panel-title {
  font-size: 15px;
}
.geo-publish-panel-sub {
  font-size: 11px;
}
.geo-publish-toolbar-btn.ant-btn-default {
  border-radius: 10px;
}
.geo-publish-track {
  display: flex;
  justify-content: center;
  padding: 4px 0;
}
.geo-publish-track-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 4px rgba(29, 127, 255, 0.12);
}
.geo-publish-track-node.is-pending {
  background: rgba(100, 116, 139, 0.85);
}
.geo-publish-track-node.is-running {
  background: #0ea5e9;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.25);
  -webkit-animation: geo-pulse 1.4s ease-in-out infinite;
  animation: geo-pulse 1.4s ease-in-out infinite;
}
.geo-publish-track-node.is-finished {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}
.geo-publish-track-node.is-failed {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.22);
}
@keyframes geo-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.85;
  }
}
.geo-publish-channel {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid var(--geo-border);
  background: rgba(29, 127, 255, 0.06);
}
.geo-publish-task {
  font-weight: 600;
}
.geo-publish-status-pill {
  border-radius: 999px !important;
}
.geo-publish-time {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
}
.geo-publish-action-danger {
  color: var(--ant-color-error) !important;
}
.geo-publish-table-row:hover > td {
  background: rgba(29, 127, 255, 0.06) !important;
}
body.geo-skin-tech .geo-matrix-hero, 
body.geo-skin-tech .geo-publish-hero {
  background: linear-gradient(135deg, rgba(51, 184, 255, 0.12), rgba(36, 224, 189, 0.08));
  border-color: rgba(118, 195, 255, 0.28);
}
body.geo-skin-tech .geo-matrix-kpi-tile, 
body.geo-skin-tech .geo-publish-kpi {
  background: rgba(9, 20, 35, 0.72);
  border-color: rgba(118, 195, 255, 0.22);
}
body.geo-skin-tech .geo-matrix-table-card, 
body.geo-skin-tech .geo-publish-table-shell {
  background: rgba(10, 19, 34, 0.78) !important;
  border-color: rgba(118, 195, 255, 0.24) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45) !important;
}
body.geo-skin-tech .geo-matrix-orbit-ring {
  border-color: rgba(118, 195, 255, 0.35);
}
body.geo-skin-tech .geo-publish-hero-ring {
  border-color: rgba(118, 195, 255, 0.4);
}
body.geo-skin-tech .geo-publish-table-row:hover > td {
  background: rgba(51, 184, 255, 0.1) !important;
}
@media (max-width: 1024px) {
  .geo-matrix-hero-grid {
    grid-template-columns: 1fr;
  }
  .geo-matrix-hero-orbit {
    display: none;
  }
  .geo-publish-kpi-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .geo-matrix-kpi-grid {
    grid-template-columns: 1fr;
  }
  .geo-publish-kpi-strip {
    grid-template-columns: 1fr;
  }
}
.geo-scene-keyword .geo-keyword-table .ant-pro-card {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-scene-keyword .geo-keyword-table .ant-pro-card::before {
  opacity: 0 !important;
}
.geo-scene-keyword .geo-keyword-table .ant-pro-table-search {
  margin-bottom: 10px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(84, 116, 164, 0.14) !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, rgba(252, 254, 255, 0.92), rgba(248, 252, 255, 0.86)) !important;
}
.geo-scene-keyword .geo-keyword-table .ant-pro-table-search .ant-row {
  row-gap: 8px !important;
}
.geo-scene-keyword .geo-keyword-table .ant-pro-table-search .ant-form-item {
  margin-bottom: 8px !important;
}
.geo-scene-keyword .geo-keyword-table .ant-pro-table-search .ant-pro-query-filter-actions {
  margin-top: 0 !important;
  gap: 8px;
}
.geo-scene-keyword .geo-keyword-table .ant-pro-table-alert {
  margin-bottom: 0 !important;
  border: 1px solid rgba(84, 116, 164, 0.16);
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(145deg, rgba(252, 254, 255, 0.88), rgba(248, 252, 255, 0.82));
}
.geo-scene-keyword .geo-keyword-table .ant-table-wrapper {
  border: 1px solid rgba(84, 116, 164, 0.16);
  border-radius: 14px;
  overflow: hidden;
  background: var(--geo-bg-surface-strong) !important;
}
.geo-scene-keyword .geo-keyword-table .ant-pro-table-alert + .ant-table-wrapper {
  border-top: none;
  border-radius: 0 0 14px 14px;
}
.geo-scene-keyword .geo-keyword-table .ant-table-wrapper .ant-table-container {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.geo-scene-keyword .geo-keyword-table .ant-table-tbody > tr:last-child > td, 
.geo-scene-keyword .geo-keyword-table .ant-table-placeholder {
  border-bottom: none !important;
}
.geo-scene-keyword .geo-keyword-table .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 0 !important;
  padding: 12px 16px !important;
  border-top: 1px solid rgba(84, 116, 164, 0.14);
  background: linear-gradient(145deg, rgba(252, 254, 255, 0.9), rgba(248, 252, 255, 0.84));
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-table .ant-pro-table-search {
  border-color: rgba(118, 195, 255, 0.22) !important;
  background: linear-gradient(145deg, rgba(12, 25, 42, 0.92), rgba(9, 22, 37, 0.86)) !important;
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-table .ant-pro-table-alert {
  border-color: rgba(118, 195, 255, 0.22);
  background: linear-gradient(145deg, rgba(12, 24, 40, 0.9), rgba(9, 21, 35, 0.84));
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-table .ant-table-wrapper {
  border-color: rgba(118, 195, 255, 0.24);
  background: rgba(10, 23, 39, 0.9) !important;
}
body.geo-skin-tech .geo-scene-keyword .geo-keyword-table .ant-table-wrapper .ant-table-pagination.ant-pagination {
  border-top-color: rgba(118, 195, 255, 0.2);
  background: linear-gradient(145deg, rgba(11, 24, 40, 0.92), rgba(8, 19, 33, 0.88));
}
.geo-scene-create .geo-group-panel, 
.geo-scene-create .geo-create-table-panel {
  border: 1px solid rgba(84, 116, 164, 0.16) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(247, 251, 255, 0.85)) !important;
  box-shadow: 0 12px 26px rgba(18, 33, 68, 0.08) !important;
}
.geo-scene-create .geo-group-panel:hover, 
.geo-scene-create .geo-create-table-panel:hover, 
.geo-scene-create .geo-group-panel:focus-within, 
.geo-scene-create .geo-create-table-panel:focus-within {
  border: 1px solid transparent !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(247, 251, 255, 0.85)) padding-box, linear-gradient(125deg, var(--geo-edge-a), var(--geo-edge-b), var(--geo-edge-c)) border-box !important;
}
.geo-scene-create .geo-group-panel .ant-pro-card-header, 
.geo-scene-create .geo-create-table-panel .ant-pro-card-header {
  position: relative;
  border-bottom: none !important;
}
.geo-scene-create .geo-group-panel .ant-pro-card-header::after, 
.geo-scene-create .geo-create-table-panel .ant-pro-card-header::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: rgba(84, 116, 164, 0.12);
}
.geo-scene-create .geo-group-panel:hover .ant-pro-card-header::after, 
.geo-scene-create .geo-create-table-panel:hover .ant-pro-card-header::after, 
.geo-scene-create .geo-group-panel:focus-within .ant-pro-card-header::after, 
.geo-scene-create .geo-create-table-panel:focus-within .ant-pro-card-header::after {
  background: linear-gradient(90deg, rgba(84, 116, 164, 0.1), rgba(42, 171, 222, 0.24), rgba(62, 198, 168, 0.1));
}
.geo-scene-create .geo-create-toolbar {
  border: 1px solid rgba(84, 116, 164, 0.14) !important;
  background: linear-gradient(145deg, rgba(252, 254, 255, 0.92), rgba(248, 252, 255, 0.86)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44), 0 8px 18px rgba(18, 33, 68, 0.06);
}
.geo-scene-create .geo-create-toolbar:hover, 
.geo-scene-create .geo-create-toolbar:focus-within {
  border: 1px solid transparent !important;
  background: linear-gradient(145deg, rgba(252, 254, 255, 0.92), rgba(248, 252, 255, 0.86)) padding-box, linear-gradient(120deg, rgba(84, 116, 164, 0.16), rgba(42, 171, 222, 0.22), rgba(62, 198, 168, 0.16)) border-box !important;
}
.geo-scene-create .geo-create-table .ant-pro-table-search {
  border: 1px solid rgba(84, 116, 164, 0.14) !important;
  background: linear-gradient(145deg, rgba(252, 254, 255, 0.92), rgba(248, 252, 255, 0.86)) !important;
}
.geo-scene-create .geo-create-table .ant-pro-table-search:hover, 
.geo-scene-create .geo-create-table .ant-pro-table-search:focus-within {
  border: 1px solid transparent !important;
  background: linear-gradient(145deg, rgba(252, 254, 255, 0.92), rgba(248, 252, 255, 0.86)) padding-box, linear-gradient(120deg, rgba(84, 116, 164, 0.16), rgba(42, 171, 222, 0.22), rgba(62, 198, 168, 0.16)) border-box !important;
}
.geo-scene-create .geo-create-table .ant-table-wrapper .ant-table-container {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.geo-scene-create .geo-create-table .ant-table-wrapper .ant-table, 
.geo-scene-create .geo-create-table .ant-table-wrapper .ant-table-content {
  background: transparent !important;
}
.geo-scene-create .geo-create-table .ant-table-wrapper .ant-table-container:hover, 
.geo-scene-create .geo-create-table .ant-table-wrapper .ant-table-container:focus-within {
  border: none !important;
  background: transparent !important;
}
.geo-scene-create .geo-create-table .ant-table-thead > tr > th {
  background: var(--geo-bg-surface-strong) !important;
  border-bottom-color: var(--geo-border) !important;
}
.geo-scene-create .geo-create-table .ant-table-tbody > tr > td {
  border-bottom-color: rgba(84, 116, 164, 0.08) !important;
}
.geo-scene-create .geo-group-panel .ant-list-item {
  border-bottom-color: rgba(84, 116, 164, 0.09);
}
.geo-scene-create .geo-group-panel .ant-list-item:hover {
  border-bottom-color: var(--geo-border-hover);
}
body.geo-skin-tech .geo-scene-create .geo-group-panel, 
body.geo-skin-tech .geo-scene-create .geo-create-table-panel {
  border: 1px solid rgba(118, 195, 255, 0.22) !important;
  background: linear-gradient(145deg, rgba(11, 24, 40, 0.94), rgba(9, 20, 35, 0.9)) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4) !important;
}
body.geo-skin-tech .geo-scene-create .geo-group-panel:hover, 
body.geo-skin-tech .geo-scene-create .geo-create-table-panel:hover, 
body.geo-skin-tech .geo-scene-create .geo-group-panel:focus-within, 
body.geo-skin-tech .geo-scene-create .geo-create-table-panel:focus-within {
  border: 1px solid transparent !important;
  background: linear-gradient(145deg, rgba(11, 24, 40, 0.94), rgba(9, 20, 35, 0.9)) padding-box, linear-gradient(125deg, var(--geo-edge-a), var(--geo-edge-b), var(--geo-edge-c)) border-box !important;
}
body.geo-skin-tech .geo-scene-create .geo-group-panel .ant-pro-card-header, 
body.geo-skin-tech .geo-scene-create .geo-create-table-panel .ant-pro-card-header {
  border-bottom: none !important;
}
body.geo-skin-tech .geo-scene-create .geo-group-panel .ant-pro-card-header::after, 
body.geo-skin-tech .geo-scene-create .geo-create-table-panel .ant-pro-card-header::after {
  background: rgba(118, 195, 255, 0.16);
}
body.geo-skin-tech .geo-scene-create .geo-group-panel:hover .ant-pro-card-header::after, 
body.geo-skin-tech .geo-scene-create .geo-create-table-panel:hover .ant-pro-card-header::after, 
body.geo-skin-tech .geo-scene-create .geo-group-panel:focus-within .ant-pro-card-header::after, 
body.geo-skin-tech .geo-scene-create .geo-create-table-panel:focus-within .ant-pro-card-header::after {
  background: linear-gradient(90deg, rgba(118, 195, 255, 0.12), rgba(56, 198, 237, 0.26), rgba(73, 223, 184, 0.12));
}
body.geo-skin-tech .geo-scene-create .geo-create-toolbar, 
body.geo-skin-tech .geo-scene-create .geo-create-article-toolbar, 
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-pro-table-search {
  border: 1px solid rgba(118, 195, 255, 0.24) !important;
  background: linear-gradient(145deg, rgba(12, 25, 42, 0.92), rgba(9, 22, 37, 0.86)) !important;
}
body.geo-skin-tech .geo-scene-create .geo-create-toolbar:hover, 
body.geo-skin-tech .geo-scene-create .geo-create-toolbar:focus-within, 
body.geo-skin-tech .geo-scene-create .geo-create-article-toolbar:hover, 
body.geo-skin-tech .geo-scene-create .geo-create-article-toolbar:focus-within, 
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-pro-table-search:hover, 
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-pro-table-search:focus-within {
  border: 1px solid transparent !important;
  background: linear-gradient(145deg, rgba(12, 25, 42, 0.92), rgba(9, 22, 37, 0.86)) padding-box, linear-gradient(120deg, rgba(118, 195, 255, 0.3), rgba(56, 198, 237, 0.34), rgba(73, 223, 184, 0.28)) border-box !important;
}
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-table-wrapper .ant-table-container {
  border: none !important;
  background: transparent !important;
}
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-table-wrapper .ant-table-container:hover, 
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-table-wrapper .ant-table-container:focus-within {
  border: none !important;
  background: transparent !important;
}
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-table-thead > tr > th {
  background: rgba(14, 30, 49, 0.9) !important;
  border-bottom-color: rgba(118, 195, 255, 0.2) !important;
}
body.geo-skin-tech .geo-scene-create .geo-create-table .ant-table-tbody > tr > td {
  border-bottom-color: rgba(118, 195, 255, 0.12) !important;
}
body.geo-skin-tech .geo-scene-create .geo-group-panel .ant-list-item {
  border-bottom-color: rgba(118, 195, 255, 0.14);
}
body.geo-skin-tech .geo-scene-create .geo-group-panel .ant-list-item:hover {
  border-bottom-color: var(--geo-border-hover);
}
.geo-style-grid .geo-style-card {
  cursor: pointer;
  color: var(--geo-text);
}
.geo-style-grid .geo-style-card:hover {
  transform: translateY(-3px);
}
.geo-batch-toolbar {
  border-top: 1px solid var(--geo-border);
  backdrop-filter: blur(10px);
}
body.geo-skin-tech .geo-batch-toolbar {
  background: rgba(8, 17, 30, 0.82) !important;
}
.geo-config-section {
  margin-bottom: 10px;
}
.geo-config-matrix-shell .geo-matrix-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.geo-matrix-left-title {
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.geo-matrix-product-item {
  border-radius: 14px;
  padding: 12px 12px;
  cursor: pointer;
  border: 1px solid rgba(84, 116, 164, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 255, 0.86));
  transition: transform var(--geo-duration-fast) var(--geo-ease-standard), box-shadow var(--geo-duration-fast) var(--geo-ease-standard), background var(--geo-duration-fast) var(--geo-ease-standard), border-color var(--geo-duration-fast) var(--geo-ease-standard);
}
.geo-matrix-product-item:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 127, 255, 0.32);
  box-shadow: 0 14px 26px rgba(16, 32, 64, 0.1);
}
.geo-matrix-product-item.is-active {
  border-color: rgba(29, 127, 255, 0.55);
  background: rgba(29, 127, 255, 0.08);
  box-shadow: 0 18px 34px rgba(29, 127, 255, 0.14);
}
.geo-matrix-product-name {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.geo-matrix-product-meta {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}
.geo-matrix-right-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.geo-matrix-right-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.geo-matrix-right-tag {
  border-radius: 999px;
}
.geo-matrix-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.geo-matrix-detail-card {
  border-radius: 14px !important;
}
.geo-matrix-detail-card-span2 {
  grid-column: 1/ -1;
}
.geo-matrix-bullets {
  margin: 0;
  padding-left: 18px;
}
.geo-matrix-bullets li {
  margin: 6px 0;
  color: var(--geo-text);
}
@media (max-width: 992px) {
  .geo-config-matrix-shell .geo-matrix-layout {
    grid-template-columns: 1fr;
  }
  .geo-matrix-detail-grid {
    grid-template-columns: 1fr;
  }
}
body.geo-skin-tech .geo-matrix-product-item {
  border-color: rgba(118, 195, 255, 0.22);
  background: rgba(10, 23, 39, 0.78);
  box-shadow: none;
  color: var(--geo-text) !important;
}
body.geo-skin-tech .geo-matrix-product-item:hover {
  border-color: rgba(118, 195, 255, 0.34);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
}
body.geo-skin-tech .geo-matrix-product-item.is-active {
  border-color: rgba(118, 195, 255, 0.62);
  background: rgba(51, 184, 255, 0.12);
  color: var(--geo-text) !important;
}
body.geo-skin-tech .geo-matrix-left-title {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .geo-matrix-product-name, 
body.geo-skin-tech .geo-matrix-product-meta, 
body.geo-skin-tech .geo-matrix-right-title, 
body.geo-skin-tech .geo-matrix-panel-title {
  color: var(--geo-text) !important;
}
body.geo-skin-tech .geo-matrix-bullets li {
  color: rgba(255, 255, 255, 0.92);
}
.geo-kb-list-panel, 
.geo-kb-detail-panel {
  height: calc(100vh - 196px);
  min-height: 620px;
  border-radius: 18px !important;
  border-color: rgba(84, 116, 164, 0.22) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(246, 251, 255, 0.84)), var(--geo-bg-surface-strong) !important;
}
.geo-kb-list-panel .ant-pro-card-header, 
.geo-kb-detail-panel .ant-pro-card-header {
  border-bottom-color: rgba(84, 116, 164, 0.2) !important;
}
.geo-kb-list-panel .ant-pro-card-body {
  height: calc(100% - 54px);
  display: flex;
  flex-direction: column;
}
.geo-kb-list-panel .ant-list {
  flex: 1 1;
  min-height: 0;
  margin-top: 2px;
  overflow: auto;
  padding-right: 4px;
}
.geo-kb-detail-panel .ant-pro-card-body {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 66px !important;
}
.geo-kb-detail-panel .ant-empty {
  margin: 0;
}
body.geo-skin-tech .geo-kb-list-panel, 
body.geo-skin-tech .geo-kb-detail-panel {
  border-color: rgba(118, 195, 255, 0.24) !important;
  background: linear-gradient(145deg, rgba(11, 24, 40, 0.94), rgba(8, 19, 33, 0.9)), var(--geo-bg-surface-strong) !important;
}
.geo-tech-page.geo-page-entering .geo-tech-body > * {
  opacity: 0;
  transform: translateY(10px);
}
.geo-tech-page.geo-page-entered .geo-tech-body > * {
  -webkit-animation: geo-fade-up var(--geo-duration-base) var(--geo-ease-standard) both;
  animation: geo-fade-up var(--geo-duration-base) var(--geo-ease-standard) both;
}
.geo-tech-page.geo-page-entered .geo-tech-body > *:nth-child(2) {
  -webkit-animation-delay: 40ms;
  animation-delay: 40ms;
}
.geo-tech-page.geo-page-entered .geo-tech-body > *:nth-child(3) {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
}
.geo-tech-page.geo-page-entered .geo-tech-body > *:nth-child(4) {
  -webkit-animation-delay: 120ms;
  animation-delay: 120ms;
}
.geo-tech-page.geo-page-entered .geo-tech-body > *:nth-child(5) {
  -webkit-animation-delay: 160ms;
  animation-delay: 160ms;
}
@keyframes geo-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.geo-shortcut-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.geo-shortcut-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--geo-border);
  background: var(--geo-bg-surface);
}
.geo-shortcut-item kbd {
  min-width: 118px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid var(--geo-border-strong);
  background: var(--geo-bg-elevated);
  font-family: Consolas, 'Courier New', monospace;
  font-size: 12px;
  color: var(--geo-text);
}
.geo-shortcut-item span {
  flex: 1 1;
  color: var(--geo-text-secondary);
  font-size: 13px;
}
a:focus-visible, 
button:focus-visible, 
.ant-btn:focus-visible {
  outline: 2px solid var(--geo-primary-soft);
  outline-offset: 2px;
}
.ant-input:focus-visible, 
.ant-input-affix-wrapper.ant-input-affix-wrapper-focused:focus-visible, 
.ant-input-affix-wrapper:focus-within, 
textarea.ant-input:focus-visible, 
.ant-input-number-focused .ant-input-number-input:focus-visible, 
.ant-select-focused .ant-select-selector:focus-visible, 
.ant-picker-focused .ant-picker-input > input:focus-visible {
  outline: none !important;
}
ul, 
ol {
  list-style: none;
}
@media (prefers-reduced-motion: reduce) {
  .geo-tech-page.geo-page-entered .geo-tech-body > * {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .geo-tech-page.geo-page-entering .geo-tech-body > * {
    opacity: 1;
    transform: none;
  }
  .ant-btn, 
  .ant-card, 
  .ant-pro-card, 
  .ant-input, 
  .ant-input-affix-wrapper, 
  .ant-input-number, 
  .ant-select-selector, 
  .ant-picker, 
  .ant-tabs-tab, 
  .ant-menu-item, 
  .ant-pagination-item, 
  .ant-table-tbody > tr > td {
    transition: none !important;
  }
}
@media (max-width: 992px) {
  .geo-scene-distribute .geo-data-summary, 
  .geo-scene-publish .geo-data-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .geo-scene-create .geo-create-layout {
    grid-template-columns: 1fr;
  }
  .geo-scene-keyword .geo-keyword-layout {
    grid-template-columns: 1fr;
  }
  .geo-scene-keyword .geo-keyword-hero-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .geo-scene-keyword .geo-keyword-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .geo-scene-keyword-report .geo-kr-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .geo-scene-keyword-report .geo-kr-main-grid {
    grid-template-columns: 1fr;
  }
  .geo-scene-keyword-report .geo-kr-source-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .geo-scene-distribute .geo-data-summary, 
  .geo-scene-publish .geo-data-summary {
    grid-template-columns: 1fr;
  }
  .ant-pro-global-header, 
  .ant-layout-header {
    backdrop-filter: none;
  }
  .geo-theme-toggle .ant-segmented-item {
    min-width: 40px;
  }
  .geo-theme-toggle .ant-segmented-item-label {
    padding: 0 6px !important;
  }
  .geo-theme-toggle-option > span:last-child {
    display: inline;
  }
  .geo-tech-page .ant-pro-page-container-children-container {
    padding-inline: 10px;
    padding-top: 12px;
  }
  .geo-shell {
    gap: 12px;
  }
  .geo-create-toolbar, 
  .geo-config-profile-head, 
  .geo-config-style-head, 
  .geo-keyword-report-detail-head {
    flex-direction: column;
    align-items: stretch !important;
  }
  .geo-config-profile-switch {
    justify-content: space-between;
  }
  .geo-group-panel .ant-list {
    max-height: none;
  }
  .geo-scene-config .geo-config-kb-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .geo-kb-list-panel, 
  .geo-kb-detail-panel {
    height: auto;
    min-height: 420px;
  }
  .geo-scene-keyword-report .geo-kr-kpi-grid {
    grid-template-columns: 1fr;
  }
  .geo-scene-keyword-report .geo-kr-rank-item {
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .geo-scene-keyword-report .geo-kr-rank-count {
    grid-column: 2;
    justify-self: end;
  }
  .geo-scene-keyword-report .geo-kr-source-name, 
  .geo-scene-keyword-report .geo-kr-source-count, 
  .geo-scene-keyword-report .geo-kr-panel-title, 
  .geo-scene-keyword-report .geo-kr-rank-keyword {
    font-size: inherit;
  }
  .ant-table {
    width: 100%;
    overflow-x: auto;
  }
  .ant-table-thead > tr > th, 
  .ant-table-tbody > tr > td {
    white-space: pre;
  }
  .ant-table-thead > tr > th > span, 
  .ant-table-tbody > tr > td > span {
    display: block;
  }
}
html, 
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear, 
input::-ms-reveal {
  display: none;
}
*, 
*::before, 
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport{
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title], 
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'], 
input[type='password'], 
input[type='number'], 
textarea {
  -webkit-appearance: none;
}
ol, 
ul, 
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol, 
ul ul, 
ol ul, 
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b, 
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, 
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre, 
code, 
kbd, 
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a, 
area, 
button, 
[role='button'], 
input:not([type='range']), 
label, 
select, 
summary, 
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input, 
button, 
select, 
optgroup, 
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button, 
input {
  overflow: visible;
}
button, 
select {
  text-transform: none;
}
button, 
html [type='button'], 
[type='reset'], 
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, 
[type='button']::-moz-focus-inner, 
[type='reset']::-moz-focus-inner, 
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'], 
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'], 
input[type='time'], 
input[type='datetime-local'], 
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button, 
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button, 
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
/*# sourceMappingURL=umi.css.map*/