/* kPay Admin - 全局样式（风格参考 business_admin） */

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  width: 100%; height: 100%;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #f0f2f5;
}

/* ── 滚动条 ── */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background-color: #ddd; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background-color: #bbb; }

/* ── 整体布局 ── */
.app-container {
  display: flex;
  height: 100vh;
  width: 100%;
}

/* ── 侧边栏 ── */
.app-aside {
  width: 210px !important;
  height: 100vh;
  position: fixed;
  left: 0; top: 0; bottom: 0;
  overflow-y: auto;
  background-color: #304156;
  transition: width 0.28s;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

.logo {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #2b2f3a;
  flex-shrink: 0;
  letter-spacing: 1px;
}

.app-aside .el-menu {
  border-right: none;
  flex: 1;
  overflow-y: auto;
  background-color: #304156 !important;
}

.app-aside .el-menu-item {
  height: 50px;
  line-height: 50px;
  color: #bfcbd9 !important;
}

.app-aside .el-menu-item:hover {
  background-color: #263445 !important;
  color: #fff !important;
}

.app-aside .el-menu-item.is-active {
  background-color: #263445 !important;
  color: #409EFF !important;
}

/* ── 右侧主区域 ── */
.el-container.is-vertical {
  margin-left: 210px;
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

/* ── 顶栏 ── */
.app-header {
  height: 50px !important;
  line-height: 50px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  flex-shrink: 0;
}

.header-title {
  font-size: 14px;
  color: #606266;
}

.header-right {
  display: flex;
  align-items: center;
}

.username {
  color: #333;
  font-size: 14px;
  cursor: default;
}

/* ── 主内容 ── */
.app-main {
  flex: 1;
  background: #f0f2f5;
  padding: 20px;
  overflow-y: auto;
}

/* ── 登录页 ── */
.login-wrap {
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.login-card {
  width: 460px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.login-card .el-card__body {
  padding: 50px 40px 40px;
}

.login-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 36px;
}

/* 登录表单输入框图标 */
.login-wrap .el-input__inner {
  padding-left: 36px;
}

.login-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #889aa4;
  font-size: 15px;
  z-index: 1;
}

.login-input-wrap {
  position: relative;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-row .el-input {
  flex: 1;
}

.captcha-img {
  height: 40px;
  width: 108px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  flex-shrink: 0;
  object-fit: cover;
}

.captcha-fallback {
  height: 40px;
  width: 108px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6e87ab;
  background: #f4f7fc;
  font-size: 12px;
}

/* ── 统计卡片 ── */
.stat-cards .el-card__body { padding: 20px; }
.stat-item { text-align: center; }
.stat-num { font-size: 28px; font-weight: 700; color: #262626; line-height: 1.2; }
.stat-item.success .stat-num { color: #52c41a; }
.stat-item.primary .stat-num { color: #409EFF; }
.stat-item.warning .stat-num { color: #faad14; }
.stat-label { font-size: 13px; color: #8c8c8c; margin-top: 6px; }

/* ── 筛选卡片 ── */
.filter-card .el-card__body { padding: 16px 20px 4px; }
.filter-card .el-form-item { margin-bottom: 12px; }

/* ── 表格 ── */
.el-table th { background: #fafafa !important; color: #595959; font-weight: 500; }
.el-table { font-size: 14px; }

/* ── Element UI 覆盖 ── */
.el-card {
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-card + .el-card { margin-top: 12px; }
.el-pagination { font-weight: normal; }

/* LOGIN FINTECH THEME V2 */
.biz-login {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(780px 420px at 9% 6%, rgba(97, 197, 255, 0.35), transparent 72%),
    radial-gradient(860px 520px at 86% 92%, rgba(84, 169, 255, 0.3), transparent 76%),
    linear-gradient(128deg, #1479f3 0%, #3a46e8 45%, #8f16ff 100%);
}

.biz-login::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, 0.08) 46%, transparent 54%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
  clip-path: polygon(0 0, 42% 0, 30% 24%, 0 34%);
  opacity: 0.56;
}

.biz-login-left,
.biz-login-right {
  position: relative;
  z-index: 1;
}

.biz-login-left {
  flex: 0 0 58%;
  max-width: 58%;
  background: transparent;
  padding: 40px 66px;
}

.biz-login-left::before {
  background-image:
    linear-gradient(rgba(150, 228, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 228, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.32;
}

.biz-login-left::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, transparent 0%, rgba(151, 244, 255, 0.2) 48%, transparent 57%),
    repeating-linear-gradient(90deg, transparent 0 155px, rgba(118, 223, 255, 0.1) 155px 157px);
  opacity: 0.44;
  animation: fintechSweep 7.8s linear infinite;
}

.biz-brand-header,
.biz-hero-content {
  transform: translateX(42px);
}

.biz-logo-text {
  color: #eef8ff;
  text-shadow: 0 0 12px rgba(86, 232, 255, 0.35);
}

.biz-logo-sub {
  color: #a8e8ff;
}

.biz-hero-title {
  color: #f7fbff;
  text-shadow: 0 0 16px rgba(81, 213, 255, 0.28);
}

.biz-hero-desc {
  color: #c7ebff;
}

.pay-scene {
  position: absolute;
  left: 48%;
  top: 16%;
  width: 390px;
  height: 280px;
  transform: translateX(-50%);
  z-index: 3;
}

.scene-device {
  position: absolute;
  left: 36px;
  top: 52px;
  width: 250px;
  height: 170px;
  border-radius: 16px;
  border: 1px solid rgba(142, 237, 255, 0.45);
  background: linear-gradient(140deg, rgba(71, 174, 255, 0.35), rgba(34, 78, 205, 0.2));
  box-shadow: 0 20px 34px rgba(7, 19, 74, 0.35), inset 0 0 20px rgba(136, 231, 255, 0.2);
}

.scene-device::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 14px;
  right: 20px;
  height: 10px;
  border-radius: 999px;
  background: rgba(184, 236, 255, 0.35);
}

.device-screen {
  position: absolute;
  left: 22px;
  top: 34px;
  right: 22px;
  bottom: 16px;
  border-radius: 12px;
  border: 1px solid rgba(116, 228, 255, 0.42);
  background:
    radial-gradient(300px 200px at 50% 12%, rgba(44, 217, 255, 0.35), transparent 62%),
    linear-gradient(180deg, rgba(11, 53, 138, 0.72), rgba(8, 31, 98, 0.88));
}

.screen-tick {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #6bf0ff;
  font-weight: 700;
  text-shadow: 0 0 16px rgba(82, 255, 245, 0.55);
}

.scene-chip {
  position: absolute;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(156, 237, 255, 0.5);
  background: rgba(9, 34, 107, 0.56);
  color: #c8f4ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: inset 0 0 10px rgba(119, 236, 255, 0.15);
  white-space: nowrap;
}

.chip-money { left: 0; top: 14px; animation: chipFloat 3.2s ease-in-out infinite; }
.chip-order { right: 8px; top: 20px; animation: chipFloat 3.6s ease-in-out infinite 0.4s; }
.chip-safe { left: 14px; bottom: 28px; animation: chipFloat 4s ease-in-out infinite 0.7s; }
.chip-risk { right: 0; bottom: 38px; animation: chipFloat 3.3s ease-in-out infinite 0.2s; }

.scene-pulse {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(132, 241, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(120, 239, 255, 0.45);
  animation: pulseRing 2.6s ease-out infinite;
}

.pulse-1 { left: 78px; top: 88px; }
.pulse-2 { left: 264px; top: 118px; animation-delay: 0.6s; }
.pulse-3 { left: 214px; top: 224px; animation-delay: 1.2s; }

.digit-stream {
  position: absolute;
  z-index: 3;
  color: #a7f0ff;
  font-family: Consolas, 'SFMono-Regular', Menlo, monospace;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-shadow: 0 0 10px rgba(115, 239, 255, 0.42);
  opacity: 0.82;
  animation: digitalBounce 3.4s ease-in-out infinite;
}

.stream-1 { left: 49%; top: 13%; animation-delay: 0.2s; }
.stream-2 { left: 57%; top: 27%; animation-delay: 0.8s; }
.stream-3 { left: 52%; top: 37%; animation-delay: 1.4s; }

.biz-data-item {
  background: linear-gradient(140deg, rgba(93, 178, 255, 0.34), rgba(53, 114, 226, 0.24));
  border: 1px solid rgba(156, 239, 255, 0.35);
  box-shadow: inset 0 0 14px rgba(150, 245, 255, 0.12), 0 10px 22px rgba(15, 21, 75, 0.22);
}

.biz-data-val { color: #ecf9ff; }
.biz-data-label { color: #bdeeff; }

.biz-login-right {
  flex: 0 0 42%;
  background: transparent;
  padding: 46px 52px;
}

.biz-login-right::before {
  width: 62px;
  background: linear-gradient(90deg, rgba(27, 47, 138, 0.4), rgba(27, 47, 138, 0));
}

.biz-login-card {
  background: #ffffff;
  border: none;
  box-shadow: 0 18px 45px rgba(9, 20, 70, 0.28) !important;
  border-radius: 22px;
}

.biz-login-card .el-card__body {
  padding: 34px 36px 30px;
}

.biz-login-logo img {
  width: 130px;
  height: 42px;
}

.biz-login-card .login-title {
  color: #23325f;
  text-shadow: none;
  font-size: 40px;
}

.biz-login-card .login-subtitle {
  color: #7287a8;
  margin-bottom: 26px;
}

.biz-login-form .el-form-item { margin-bottom: 18px; }

.biz-login-form .el-input__inner {
  background: #f7f9fd;
  border: 1px solid #d7e1ef;
  color: #1c3156;
  border-radius: 11px;
  height: 48px;
  line-height: 48px;
}

.biz-login-form .el-input__inner::placeholder { color: #92a3be; }
.biz-login-form .el-input__inner:hover { background: #fff; border-color: #c6d4e9; }
.biz-login-form .el-input__inner:focus { border-color: #569dff; box-shadow: 0 0 0 2px rgba(86, 157, 255, 0.17); }

.login-icon { color: #7ea5d6; }

.biz-login-btn {
  width: 100%;
  height: 48px;
  display: block;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #3f8ff0 0%, #4aa1ff 100%);
  box-shadow: 0 10px 20px rgba(51, 125, 238, 0.28);
  color: #fff;
  border-radius: 999px;
  letter-spacing: 8px;
  text-indent: 8px;
}

.biz-login-btn:hover {
  background: linear-gradient(90deg, #4b98f6 0%, #63b3ff 100%);
  box-shadow: 0 14px 24px rgba(55, 136, 243, 0.34);
}

@keyframes fintechSweep {
  0% { transform: translateX(-3%); opacity: 0.2; }
  50% { transform: translateX(3%); opacity: 0.48; }
  100% { transform: translateX(-3%); opacity: 0.2; }
}

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(120, 239, 255, 0.42); transform: scale(0.9); }
  70% { box-shadow: 0 0 0 14px rgba(120, 239, 255, 0); transform: scale(1.05); }
  100% { box-shadow: 0 0 0 0 rgba(120, 239, 255, 0); transform: scale(0.95); }
}

@keyframes digitalBounce {
  0%, 100% { transform: translateY(0); opacity: 0.72; }
  50% { transform: translateY(-8px); opacity: 1; }
}

@media (max-width: 1400px) {
  .pay-scene { transform: translateX(-50%) scale(0.9); left: 50%; }
  .biz-brand-header,
  .biz-hero-content { transform: translateX(32px); }
}

@media (max-width: 1200px) {
  .pay-scene,
  .digit-stream { display: none; }
  .biz-brand-header,
  .biz-hero-content { transform: translateX(20px); }
  .biz-login-left { flex-basis: 52%; max-width: 52%; }
  .biz-login-right { flex-basis: 48%; }
}

@media (max-width: 900px) {
  .biz-login::before,
  .biz-login-left::after,
  .biz-login-right::before,
  .digit-stream,
  .pay-scene { display: none; }

  .biz-login-right {
    background: linear-gradient(145deg, #f2f7ff 0%, #e6f2ff 100%);
    padding: 22px;
  }

  .biz-login-card {
    border-radius: 14px;
  }
}

/* LOGIN FINTECH CENTER V3 */
.biz-login {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(980px 540px at 8% 8%, rgba(111, 212, 255, 0.34), transparent 70%),
    radial-gradient(900px 480px at 90% 90%, rgba(103, 175, 255, 0.28), transparent 72%),
    linear-gradient(128deg, #1f7de9 0%, #3748db 48%, #9018ff 100%);
}

.biz-login::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.08) 46%, transparent 54%);
  opacity: .5;
  pointer-events: none;
}

.biz-login-left,
.biz-login-right,
.pay-scene,
.biz-brand-header,
.biz-hero-content,
.biz-sphere,
.biz-data-grid,
.biz-floating-elements {
  display: none !important;
}

.center-login-shell {
  position: relative;
  z-index: 5;
  width: min(92vw, 560px);
}

.biz-login-card {
  background: #fff;
  border: none;
  border-radius: 24px;
  box-shadow: 0 20px 54px rgba(8, 21, 73, 0.32) !important;
}

.biz-login-card .el-card__body {
  padding: 34px 36px 30px;
}

.biz-login-logo {
  text-align: left;
  margin-bottom: 12px;
}

.biz-login-logo img {
  width: 128px;
  height: 42px;
}

.biz-login-card .login-title {
  margin: 6px 0 6px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05;
  color: #24335f;
}

.biz-login-card .login-subtitle {
  color: #7488a8;
  margin-bottom: 24px;
}

.biz-login-form .el-form-item { margin-bottom: 16px; }

.biz-login-form .el-input__inner {
  height: 48px;
  line-height: 48px;
  border-radius: 11px;
  background: #f7f9fd;
  border: 1px solid #d7e1ef;
  color: #1c3156;
}

.biz-login-form .el-input__inner::placeholder { color: #92a3be; }
.biz-login-form .el-input__inner:hover { border-color: #c4d5ec; background: #fff; }
.biz-login-form .el-input__inner:focus { border-color: #579fff; box-shadow: 0 0 0 2px rgba(87,159,255,.17); }

.login-icon { color: #7ea5d6; }

.biz-login-card button.biz-login-btn {
  width: 100%;
  height: 48px;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #3f8ff0 0%, #4aa1ff 100%);
  box-shadow: 0 10px 20px rgba(51,125,238,.28);
  letter-spacing: 8px;
  text-indent: 8px;
}

.biz-login-card button.biz-login-btn:hover {
  background: linear-gradient(90deg, #4b98f6 0%, #63b3ff 100%);
}

.login-fx-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.fx-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(150, 239, 255, 0.38);
  box-shadow: 0 0 40px rgba(119, 225, 255, 0.18), inset 0 0 20px rgba(122, 230, 255, 0.15);
}

.ring-1 { width: 660px; height: 660px; animation: ringSpinA 20s linear infinite; }
.ring-2 { width: 520px; height: 520px; border-style: dashed; animation: ringSpinB 16s linear infinite; }
.ring-3 { width: 780px; height: 780px; opacity: .55; animation: ringPulse 5.8s ease-in-out infinite; }

.digit-stream {
  position: absolute;
  color: #baf2ff;
  font: 600 13px Consolas, 'SFMono-Regular', Menlo, monospace;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(136, 247, 255, .48);
  opacity: .82;
  animation: digitalFloat 3.3s ease-in-out infinite;
}

.stream-1 { left: calc(50% - 300px); top: calc(50% - 238px); animation-delay: .1s; }
.stream-2 { left: calc(50% + 190px); top: calc(50% - 164px); animation-delay: .7s; }
.stream-3 { left: calc(50% - 275px); top: calc(50% + 186px); animation-delay: 1.4s; }
.stream-4 { left: calc(50% + 220px); top: calc(50% + 212px); animation-delay: 1.1s; }

.login-fx-layer .scene-chip {
  position: absolute;
  border-radius: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(156, 237, 255, .55);
  background: rgba(10, 33, 106, .58);
  color: #d0f8ff;
  font-size: 12px;
  font-weight: 600;
  box-shadow: inset 0 0 12px rgba(111, 230, 255, .18);
  animation: chipFloat 3.6s ease-in-out infinite;
}

.chip-money { left: calc(50% - 360px); top: calc(50% - 72px); }
.chip-order { left: calc(50% + 252px); top: calc(50% - 64px); animation-delay: .5s; }
.chip-safe { left: calc(50% - 320px); top: calc(50% + 98px); animation-delay: .9s; }
.chip-risk { left: calc(50% + 248px); top: calc(50% + 112px); animation-delay: .2s; }

.login-fx-layer .scene-pulse {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(132,241,255,.75);
  box-shadow: 0 0 0 0 rgba(132,241,255,.45);
  animation: pulseRing 2.7s ease-out infinite;
}

.pulse-1 { left: calc(50% - 250px); top: calc(50% - 30px); }
.pulse-2 { left: calc(50% + 235px); top: calc(50% + 36px); animation-delay: .7s; }
.pulse-3 { left: calc(50% - 30px); top: calc(50% + 240px); animation-delay: 1.4s; }

@keyframes ringSpinA { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes ringSpinB { from { transform: translate(-50%, -50%) rotate(360deg); } to { transform: translate(-50%, -50%) rotate(0deg); } }
@keyframes ringPulse { 0%,100% { transform: translate(-50%, -50%) scale(1); opacity: .5; } 50% { transform: translate(-50%, -50%) scale(1.06); opacity: .86; } }
@keyframes digitalFloat { 0%,100% { transform: translateY(0); opacity: .72; } 50% { transform: translateY(-8px); opacity: 1; } }
@keyframes chipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes pulseRing { 0% { box-shadow: 0 0 0 0 rgba(132,241,255,.45); } 70% { box-shadow: 0 0 0 14px rgba(132,241,255,0); } 100% { box-shadow: 0 0 0 0 rgba(132,241,255,0); } }

@media (max-width: 1200px) {
  .ring-1 { width: 560px; height: 560px; }
  .ring-2 { width: 430px; height: 430px; }
  .ring-3 { width: 650px; height: 650px; }
  .digit-stream,
  .login-fx-layer .scene-chip { font-size: 11px; }
}

@media (max-width: 900px) {
  .login-fx-layer { display: none; }
  .center-login-shell { width: min(94vw, 520px); }
  .biz-login-card .login-title { font-size: 42px; }
}

/* LOGIN FINTECH SPLIT V4 */
.split-login.biz-login {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

.split-login .center-login-shell,
.split-login .login-fx-layer {
  display: none !important;
}

.split-login .biz-login-left,
.split-login .biz-login-right {
  display: flex !important;
  position: relative;
  z-index: 2;
}

.split-login .biz-login-left {
  flex: 0 0 56%;
  max-width: 56%;
  align-items: flex-end;
  padding: 56px 54px;
  border-right: 1px solid rgba(168, 228, 255, 0.04);
}

.split-login .left-fx-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: translateX(clamp(28px, 3vw, 56px));
  transform-origin: left center;
}

.split-login .left-copy {
  position: relative;
  z-index: 4;
  transform: translateX(clamp(12px, 1.8vw, 28px));
}

.split-login .left-copy-title {
  color: #eaf6ff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-shadow: 0 0 12px rgba(115, 229, 255, 0.28);
}

.split-login .left-copy-sub {
  margin-top: 12px;
  color: #c8ecff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: none;
}

.split-login .fx-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(150, 239, 255, 0.38);
  box-shadow: 0 0 40px rgba(119, 225, 255, 0.18), inset 0 0 20px rgba(122, 230, 255, 0.15);
}

.split-login .ring-1 { width: 460px; height: 460px; left: 26%; top: 45%; animation: ringSpinA 20s linear infinite; }
.split-login .ring-2 { width: 340px; height: 340px; left: 30%; top: 49%; border-style: dashed; animation: ringSpinB 16s linear infinite; }
.split-login .ring-3 { width: 560px; height: 560px; left: 20%; top: 38%; opacity: .55; animation: ringPulse 5.8s ease-in-out infinite; }

.split-login .digit-stream {
  position: absolute;
  color: #baf2ff;
  font: 600 13px Consolas, 'SFMono-Regular', Menlo, monospace;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(136, 247, 255, .48);
  opacity: .82;
  animation: digitalFloat 3.3s ease-in-out infinite;
}

.split-login .stream-1 { left: 8%; top: 14%; animation-delay: .1s; }
.split-login .stream-2 { left: 28%; top: 22%; animation-delay: .7s; }
.split-login .stream-3 { left: 14%; top: 70%; animation-delay: 1.4s; }
.split-login .stream-4 { left: 38%; top: 62%; animation-delay: 1.1s; }

.split-login .scene-chip {
  position: absolute;
  right: auto;
  bottom: auto;
  border-radius: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(156, 237, 255, .55);
  background: rgba(10, 33, 106, .58);
  color: #d0f8ff;
  font-size: 12px;
  font-weight: 600;
  box-shadow: inset 0 0 12px rgba(111, 230, 255, .18);
  animation: chipFloat 3.6s ease-in-out infinite;
  white-space: nowrap;
}

.split-login .chip-money { left: 7%; top: 36%; }
.split-login .chip-order { left: 38%; top: 34%; animation-delay: .5s; }
.split-login .chip-safe { left: 11%; top: 52%; animation-delay: .9s; }
.split-login .chip-risk { left: 40%; top: 50%; animation-delay: .2s; }

.split-login .scene-pulse {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(132,241,255,.75);
  box-shadow: 0 0 0 0 rgba(132,241,255,.45);
  animation: pulseRing 2.7s ease-out infinite;
}

.split-login .pulse-1 { left: 24%; top: 42%; }
.split-login .pulse-2 { left: 48%; top: 46%; animation-delay: .7s; }
.split-login .pulse-3 { left: 32%; top: 64%; animation-delay: 1.4s; }

.split-login .biz-login-right {
  flex: 0 0 44%;
  max-width: 44%;
  align-items: center;
  justify-content: center;
  padding: 34px 42px;
}

.split-login .right-login-shell {
  width: min(100%, 500px);
  transform: translateX(-48px);
}

.split-login .biz-login-top-logo {
  text-align: center;
  margin: 0 0 14px;
}

.split-login .biz-login-top-logo img {
  width: 146px;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 5px 16px rgba(31, 102, 230, 0.28));
}

.split-login .logo-stopwatch {
  position: relative;
  width: 158px;
  height: 158px;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 4px solid rgba(136, 224, 255, 0.64);
  background: radial-gradient(circle at 30% 22%, rgba(169, 245, 255, 0.2), rgba(68, 110, 224, 0.08) 68%, rgba(22, 56, 164, 0.06) 100%);
  box-shadow:
    0 0 0 1px rgba(194, 244, 255, 0.26),
    0 0 10px rgba(120, 220, 255, 0.16);
}

.split-login .logo-stopwatch::before {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 2px solid rgba(136, 224, 255, 0.58);
  box-shadow: none;
  z-index: 1;
}

.split-login .logo-stopwatch::after {
  content: none;
}

.split-login .logo-stopwatch img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: relative;
  z-index: 2;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(1.02);
  box-shadow: none;
  filter: none;
}

.split-login .top-slogan {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: rgba(235, 247, 255, 0.9);
}

.split-login .biz-login-card {
  background: #ffffff;
  border: none;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(9, 20, 70, 0.24) !important;
}

.split-login .biz-login-card .el-card__body {
  padding: 34px 36px 30px;
}

.split-login .biz-login-card .login-title {
  color: #23325f;
  text-shadow: none;
  font-size: 34px;
  margin: 2px 0 10px;
}

.split-login .biz-login-card .login-subtitle {
  color: #6e85a8;
  margin-bottom: 20px;
  font-size: 16px;
}

.split-login .biz-login-form .el-form-item {
  margin-bottom: 18px;
}

.split-login .biz-login-form .el-input__inner {
  background: #fbfdff;
  border: 1px solid #cfdbee;
  color: #223a61;
  border-radius: 11px;
  height: 48px;
  line-height: 48px;
}

.split-login .biz-login-form .el-input__inner::placeholder { color: #8ca2c2; }
.split-login .biz-login-form .el-input__inner:hover { background: #fff; border-color: #b9cae3; }
.split-login .biz-login-form .el-input__inner:focus { border-color: #569dff; box-shadow: 0 0 0 2px rgba(86, 157, 255, 0.17); }

.split-login .login-icon { color: #7ea5d6; }

.split-login .biz-login-btn {
  width: 100%;
  height: 48px;
  display: block;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #3f8ff0 0%, #4aa1ff 100%);
  box-shadow: 0 10px 20px rgba(51, 125, 238, 0.28);
  color: #fff;
  border-radius: 999px;
  letter-spacing: 2px;
  text-indent: 0;
}

.split-login .biz-login-btn:hover {
  background: linear-gradient(90deg, #4b98f6 0%, #63b3ff 100%);
  box-shadow: 0 14px 24px rgba(55, 136, 243, 0.34);
}

@media (max-width: 1100px) {
  .split-login .biz-login-left { flex-basis: 54%; max-width: 54%; }
  .split-login .biz-login-right { flex-basis: 46%; max-width: 46%; padding: 28px; }
  .split-login .left-fx-layer { transform: translateX(34px) scale(.92); }
  .split-login .left-copy { transform: translateX(18px); }
  .split-login .right-login-shell { transform: translateX(-24px); }
}

@media (min-width: 1101px) and (max-width: 1399px) {
  .split-login .biz-login-left { flex-basis: 53%; max-width: 53%; }
  .split-login .biz-login-right { flex-basis: 47%; max-width: 47%; }
  .split-login .left-fx-layer { transform: translateX(88px) scale(.95); }
  .split-login .left-copy { transform: translateX(54px); }
  .split-login .right-login-shell { transform: translateX(-88px); }
}

@media (min-width: 1400px) {
  .split-login .left-fx-layer {
    transform: translateX(clamp(208px, 12vw, 380px));
  }

  .split-login .left-copy {
    transform: translateX(clamp(176px, 11vw, 330px));
  }

  .split-login .right-login-shell {
    transform: translateX(-118px);
  }
}

@media (max-width: 900px) {
  .split-login.biz-login {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
  }

  .split-login .biz-login-left {
    display: none !important;
  }

  .split-login .biz-login-right {
    flex: none;
    max-width: 100%;
    width: min(96vw, 520px);
    padding: 0;
    background: transparent;
  }

  .split-login .right-login-shell {
    transform: none;
  }
}
