
.geo-logo[data-v-8ec50fb1] {
  padding: 20px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.geo-logo-title[data-v-8ec50fb1] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #16171A;
  white-space: nowrap;
}
.geo-logo-mark img[data-v-8ec50fb1] {
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
}
.geo-logo-text[data-v-8ec50fb1] {
  flex-shrink: 0;
}
.geo-collapse-btn[data-v-8ec50fb1] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.geo-collapse-btn[data-v-8ec50fb1]:hover {
  background: rgba(0, 0, 0, 0.04);
}
.geo-collapse-icon[data-v-8ec50fb1] {
  width: 20px;
  height: 20px;
  display: block;
}

.geo-nav-link[data-v-747d23db] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  color: #6B7280;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
}

/* 左侧指示条 - 未激活时隐藏 */
.geo-nav-link[data-v-747d23db]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 20px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #5B8DEF, #7C5CFC);
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.geo-nav-link[data-v-747d23db]:hover {
  background: rgba(91, 141, 239, 0.06);
  color: #1A1D2E;
  transform: translateX(2px);
}
.geo-nav-link.active[data-v-747d23db] {
  background: rgba(91, 141, 239, 0.08);
  color: #5B8DEF;
}

/* 激活时显示指示条 */
.geo-nav-link.active[data-v-747d23db]::before {
  transform: translateY(-50%) scaleY(1);
}

/* 子链接样式 */
.geo-sub-link[data-v-747d23db] {
  padding: 6px 12px 6px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
}
.geo-sub-link[data-v-747d23db]::before {
  height: 16px;
  width: 2px;
}
.geo-sub-link[data-v-747d23db]:hover {
  background: rgba(91, 141, 239, 0.06);
  color: #1A1D2E;
  transform: translateX(2px);
}
.geo-sub-link.active[data-v-747d23db] {
  color: #5B8DEF;
  background: rgba(91, 141, 239, 0.08);
}

/* ---------- 图标样式：统一淡蓝色 ---------- */
.geo-nav-link[data-v-747d23db] .geo-nav-icon,
.geo-nav-link[data-v-747d23db] .geo-sub-icon {
  filter: invert(53%) sepia(68%) saturate(448%) hue-rotate(195deg) brightness(92%) contrast(90%);
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  transition: filter 0.2s ease;
}
.geo-nav-link.active[data-v-747d23db] .geo-nav-icon,
.geo-nav-link.active[data-v-747d23db] .geo-sub-icon {
  filter: invert(44%) sepia(91%) saturate(1235%) hue-rotate(195deg) brightness(92%) contrast(88%);
}
.geo-nav-link[data-v-747d23db]:hover .geo-nav-icon,
.geo-nav-link[data-v-747d23db]:hover .geo-sub-icon {
  filter: invert(44%) sepia(91%) saturate(1235%) hue-rotate(195deg) brightness(92%) contrast(88%);
}
.geo-sub-link[data-v-747d23db] .geo-sub-icon {
  width: 16px;
  height: 16px;
}
.geo-nav-label-wrap[data-v-747d23db] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.geo-nav-label-wrap span[data-v-747d23db]:last-child {
  transition: opacity 0.2s ease;
}

.geo-side-footer[data-v-b8f5e953] {
  padding: 12px 12px 16px;
  border-top: 1px solid rgba(91, 141, 239, 0.1);
  position: relative;
  margin-top: auto;
  background: rgba(248, 250, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.geo-side-footer.collapsed[data-v-b8f5e953] {
  padding: 12px 8px 16px;
}
.geo-user-wrapper[data-v-b8f5e953] {
  position: relative;
}
.geo-user-card[data-v-b8f5e953] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: all 0.25s ease;
}
.geo-user-card[data-v-b8f5e953]:hover {
  background: rgba(91, 141, 239, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(91, 141, 239, 0.08);
}
.geo-user-avatar[data-v-b8f5e953] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5B8DEF, #7C5CFC);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(91, 141, 239, 0.3);
}
.geo-user-meta[data-v-b8f5e953] {
  flex: 1;
  min-width: 0;
}
.geo-user-name[data-v-b8f5e953] {
  font-size: 14px;
  font-weight: 600;
  color: #1A1D2E;
}
.geo-user-email[data-v-b8f5e953] {
  font-size: 11px;
  color: #9CA3AF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.geo-user-caret[data-v-b8f5e953] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0.5;
}
.geo-user-caret.open[data-v-b8f5e953] {
  transform: rotate(180deg);
  opacity: 0.8;
}

/* 毛玻璃下拉菜单 */
.geo-logout-menu[data-v-b8f5e953] {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 4px;
  right: 4px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(91, 141, 239, 0.15), 0 0 0 1px rgba(91, 141, 239, 0.06);
  padding: 6px;
  animation: slideUp-b8f5e953 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes slideUp-b8f5e953 {
from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
.geo-logout-btn[data-v-b8f5e953] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: none;
  color: #EF4444;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.geo-logout-btn[data-v-b8f5e953]:hover {
  background: #FEF2F2;
  transform: scale(1.02);
}
.geo-logout-btn[data-v-b8f5e953]:active {
  transform: scale(0.98);
}
.geo-logout-icon[data-v-b8f5e953] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.geo-logout-btn:hover .geo-logout-icon[data-v-b8f5e953] {
  transform: translateX(-2px);
}

/* 折叠状态 */
.geo-side-footer.collapsed .geo-user-card[data-v-b8f5e953] {
  justify-content: center;
  padding: 8px;
}
.geo-side-footer.collapsed .geo-logout-menu[data-v-b8f5e953] {
  left: 2px;
  right: 2px;
  min-width: 140px;
}

/* 移动端 */
@media (max-width: 768px) {
.geo-side-footer[data-v-b8f5e953] {
    padding: 8px 4px 12px;
}
.geo-user-meta[data-v-b8f5e953] {
    display: none;
}
.geo-user-card[data-v-b8f5e953] {
    justify-content: center;
    padding: 8px;
}
.geo-user-caret[data-v-b8f5e953] {
    display: none;
}
.geo-logout-menu[data-v-b8f5e953] {
    left: 0;
    right: 0;
    min-width: 120px;
}
}

/* 新增：让侧边栏占满整个视口高度 */
.geo-sidebar[data-v-b6a7ada8] {
  display: flex;
  flex-direction: column;
  height: 100vh;           /* 占满视口高度 */
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;        /* 防止内容溢出 */
}


/* 侧边栏宽度已在 App.vue 中定义，这里只保留布局相关样式 */
.geo-nav[data-v-b6a7ada8] {
  flex: 1;
  padding: 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;  /* 原 2px → 稍微增大间距 */
  overflow-y: auto;        /* 导航菜单过多时可滚动 */
}
.geo-nav-link[data-v-b6a7ada8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;   /* 原 8px 12px → 1.5 倍 */
  border-radius: 8px;
  color: #666A80;
  text-decoration: none;
  font-size: 16.8px;    /* 原 14px → 1.2 倍 */
  font-weight: 600;     /* 原 500 → 加粗 */
  transition: all 0.2s;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.geo-nav-link[data-v-b6a7ada8]:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #16171A;
}
.geo-nav-link.active[data-v-b6a7ada8] {
  background: #5B8DEF1A;
  color: #5B8DEF;
}
.geo-nav-label-wrap[data-v-b6a7ada8] {
  display: flex;
  align-items: center;
  gap: 12px;  /* 原 10px → 稍微增大间距 */
  min-width: 0;
}
.geo-nav-icon[data-v-b6a7ada8] {
  width: 24px;   /* 原 20px → 1.2 倍 */
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.geo-nav-caret[data-v-b6a7ada8] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.geo-nav-caret-icon[data-v-b6a7ada8] {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
  display: block;
}
.geo-nav-caret-icon.open[data-v-b6a7ada8] {
  transform: rotate(90deg);
}
.geo-nav-group[data-v-b6a7ada8] {
  display: flex;
  flex-direction: column;
}
.geo-nav-group-trigger[data-v-b6a7ada8] {
  font-weight: 600;  /* 加粗 */
}
.geo-sub-nav[data-v-b6a7ada8] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 32px;  /* 原 28px → 稍微增大缩进 */
  margin-top: 2px;
}
.geo-sub-icon[data-v-b6a7ada8] {
  width: 19.2px;   /* 原 16px → 1.2 倍 */
  height: 19.2px;
  display: block;
  flex-shrink: 0;
}

/* 移动端适配 */
@media (max-width: 768px) {
.geo-nav-label-wrap span[data-v-b6a7ada8],
  .geo-nav-caret[data-v-b6a7ada8],
  .geo-logo-text[data-v-b6a7ada8] {
    display: none;
}
.geo-nav-label-wrap[data-v-b6a7ada8] {
    justify-content: center;
}
.geo-sub-nav[data-v-b6a7ada8] {
    padding-left: 0;
}
.geo-nav-link[data-v-b6a7ada8] {
    justify-content: center;
}
.geo-nav-icon[data-v-b6a7ada8] {
    width: 24px;
    height: 24px;
}
}

/* 样式保持不变 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #f5f7fa;
  color: #16171A;
}
.geo-shell {
  display: flex;
  min-height: 100vh;
}
.geo-main {
  flex: 1;
  padding: 24px 32px;
  min-height: 100vh;
  overflow-x: auto;
}
.geo-content {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
.geo-main {
    padding: 16px;
}
}

/* ===== 登录页独立全屏布局 ===== */
._page_1yoj6_1[data-v-3c655a1a] {
  display: flex;
  min-height: 100vh;
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* ===== 左侧视觉 ===== */
._leftVisual_1yoj6_10[data-v-3c655a1a] {
  flex: 0 0 55%;
  background: linear-gradient(135deg, #e8f4fd 0%, #d4e8ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
}
._leftVisual_1yoj6_10 img[data-v-3c655a1a] {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

/* ===== 右侧登录面板 ===== */
._rightPanel_1yoj6_25[data-v-3c655a1a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  min-height: 100vh;
  background: #ffffff;
}
._title_1yoj6_36[data-v-3c655a1a] {
  font-size: 24px;
  font-weight: 700;
  color: #16171A;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
._card_1yoj6_43[data-v-3c655a1a] {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
._cardTitle_1yoj6_52[data-v-3c655a1a] {
  font-size: 22px;
  font-weight: 600;
  color: #16171A;
  margin-bottom: 8px;
}

/* ===== 输入框 ===== */
._fieldWrap_1yoj6_59[data-v-3c655a1a] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  height: 48px;
  border-radius: 10px;
  border: 1.5px solid #e8e8e8;
  background: #fafafa;
  transition: all 0.3s ease;
  cursor: text;
  position: relative;
}
._fieldWrap_1yoj6_59[data-v-3c655a1a]:hover {
  border-color: #d0d0d0;
  background: #f8f8f8;
}

/* 输入框高亮：使用淡蓝色 #5B8DEF */
._fieldWrapHighlighted_1yoj6_73[data-v-3c655a1a] {
  border-color: #5B8DEF !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(91, 141, 239, 0.12);
}
._fieldIcon_1yoj6_76[data-v-3c655a1a] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.6;
}
._fieldWrapHighlighted_1yoj6_73 ._fieldIcon_1yoj6_76[data-v-3c655a1a] {
  opacity: 1;
}
._field_1yoj6_59[data-v-3c655a1a] {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #16171A;
  outline: none;
  height: 100%;
  padding: 0;
}
._field_1yoj6_59[data-v-3c655a1a]::placeholder {
  color: #aaa;
}
._eyeButton_1yoj6_96[data-v-3c655a1a] {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._eyeButton_1yoj6_96 img[data-v-3c655a1a] {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
._eyeButton_1yoj6_96:hover img[data-v-3c655a1a] {
  opacity: 1;
}
._srOnly_1yoj6_142[data-v-3c655a1a] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ===== 登录按钮：使用淡蓝色渐变 ===== */
._submitButton_1yoj6_120[data-v-3c655a1a] {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #5B8DEF, #4A7BD9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}
._submitButton_1yoj6_120[data-v-3c655a1a]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(91, 141, 239, 0.35);
}
._submitButton_1yoj6_120[data-v-3c655a1a]:active {
  transform: translateY(0);
  box-shadow: none;
}

/* ===== 错误提示 ===== */
._errorMessage_1yoj6_200[data-v-3c655a1a] {
  text-align: center;
  color: #ef4444;
  font-size: 14px;
  padding: 8px 0;
  margin-top: -8px;
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
._leftVisual_1yoj6_10[data-v-3c655a1a] {
    flex: 0 0 45%;
    padding: 30px;
}
}
@media (max-width: 768px) {
._page_1yoj6_1[data-v-3c655a1a] {
    flex-direction: column;
    position: relative;
}
._leftVisual_1yoj6_10[data-v-3c655a1a] {
    flex: 1;
    min-height: 200px;
    max-height: 30vh;
    padding: 20px;
}
._leftVisual_1yoj6_10 img[data-v-3c655a1a] {
    max-height: 150px;
}
._rightPanel_1yoj6_25[data-v-3c655a1a] {
    padding: 30px 24px;
    min-height: 70vh;
    justify-content: flex-start;
    padding-top: 40px;
}
._title_1yoj6_36[data-v-3c655a1a] {
    font-size: 20px;
    margin-bottom: 24px;
}
._card_1yoj6_43[data-v-3c655a1a] {
    max-width: 100%;
}
}
/* stylelint-disable */
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;
  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;
}
