/* LGIN_V8_CSS_MARKER: 20260902
   登录页 V8 深海科技风 · 独立样式（旧 login.css 保留未动，回滚只需还原 index.html） */
* { margin:0; padding:0; box-sizing:border-box; }
html:root { height:100%; background:#0a1122 !important; } /* :root 提升特异性，压过 card-v6.css 的 html,body.bgWhite !important（同 important 下特异性低者必败） */
body {
  min-height:100%;
  background:#0a1122; color:#e6edf7;
  overflow-x:hidden;
  font-family:"Microsoft YaHei","PingFang SC",sans-serif;
}
/* ===== 防御性重置：隔绝 public.css 全站样式污染（*{font-size:15px} 等） ===== */
.wrap *, .wrap { margin:0; padding:0; box-sizing:border-box; }
.wrap * { font-size:inherit; }
.wrap { line-height:1.5; }
.wrap a { text-decoration:none; }
.wrap p { margin:0; }
/* ===== 背景氛围：网格 + 双色光晕 ===== */
.bg-grid {
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 40%, #000 30%, transparent 100%);
  mask-image:radial-gradient(ellipse 90% 80% at 50% 40%, #000 30%, transparent 100%);
}
.glow-g {
  position:fixed; z-index:0; pointer-events:none;
  width:720px; height:720px; left:-260px; bottom:-300px; border-radius:50%;
  background:radial-gradient(circle, rgba(16,185,129,.16) 0%, transparent 65%);
}
.glow-p {
  position:fixed; z-index:0; pointer-events:none;
  width:760px; height:760px; right:-220px; top:-320px; border-radius:50%;
  background:radial-gradient(circle, rgba(139,92,246,.17) 0%, transparent 65%);
}
.wrap {
  position:relative; z-index:1;
  display:flex; justify-content:center; align-items:stretch;
  gap:120px; max-width:1500px; margin:0 auto; padding:0 4vw; min-height:100vh;
}
/* ================= 左栏 · 品牌区 ================= */
.brand {
  flex:0 1 620px; min-width:0; padding:6vh 0;
  display:flex; flex-direction:column; justify-content:center;
}
.logo-row { display:flex; align-items:center; gap:14px; margin-bottom:7vh; }
.logo-box {
  width:46px; height:46px; border-radius:12px;
  background:linear-gradient(135deg,#7c5cf0,#a855f7);
  display:flex; align-items:center; justify-content:center;
  font-size:24px; font-weight:bold; color:#fff;
  box-shadow:0 8px 24px rgba(139,92,246,.35);
}
.logo-name { font-size:20px; font-weight:bold; letter-spacing:2px; color:#f2f6fd; }
.logo-name small { display:block; font-size:11px; font-weight:normal; letter-spacing:4px; color:#7d8aa5; margin-top:2px; }
.hero { font-size:50px; line-height:1.28 !important; font-weight:800; color:#f2f6fd; letter-spacing:1px; }
.hero .grad {
  font-size:inherit; /* 显式继承 50px，双保险对抗全局 *{font-size:15px} 类污染 */
  background:linear-gradient(100deg,#34d399 10%,#2dd4bf 55%,#38bdf8 95%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub { margin-top:22px !important; font-size:15.5px; line-height:1.9 !important; color:#93a1ba; max-width:580px; }
.feats { margin-top:5vh; display:flex; flex-direction:column; gap:16px; max-width:600px; }
.feat {
  display:flex; align-items:center; gap:14px;
  padding:16px 20px; border-radius:12px;
  background:rgba(255,255,255,.028);
  border:1px solid rgba(255,255,255,.06);
  transition:.25s;
}
.feat:hover { border-color:rgba(52,211,153,.35); background:rgba(16,185,129,.05); transform:translateX(4px); }
.dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.dot.g { background:#34d399; box-shadow:0 0 10px rgba(52,211,153,.8); }
.dot.p { background:#a78bfa; box-shadow:0 0 10px rgba(167,139,250,.8); }
.feat b { color:#dde7f5; font-size:15px; white-space:nowrap; }
.feat span { color:#7d8aa5; font-size:13.5px; }
.brand-foot { margin-top:6vh; font-size:12.5px; color:#5b6880; letter-spacing:1px; }
/* ================= 右栏 · 登录面板 ================= */
.panel {
  flex:0 0 480px; align-self:center;
  background:rgba(15,24,44,.62);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  display:flex; flex-direction:column; justify-content:center;
  min-height:80vh; padding:5vh 46px;
  box-shadow:0 24px 60px rgba(0,0,0,.35);
}
.badge {
  display:inline-flex; align-items:center; gap:7px; width:fit-content;
  padding:7px 14px; border-radius:999px;
  background:rgba(139,92,246,.1); border:1px solid rgba(139,92,246,.35);
  color:#c4b5fd; font-size:12.5px; letter-spacing:1px; margin-bottom:26px;
}
.badge svg { width:13px; height:13px; }
.welcome { font-size:30px; font-weight:800; color:#f2f6fd; letter-spacing:1px; }
.welcome-tip { margin-top:10px; font-size:13.5px; color:#7d8aa5; margin-bottom:34px; }
.f-label { font-size:13px; color:#9fb0cc; margin-bottom:9px; display:block; letter-spacing:.5px; }
.f-row { margin-bottom:20px; }
.inp {
  position:relative; display:flex; align-items:center;
  background:#0d1730; border:1px solid rgba(255,255,255,.09);
  border-radius:10px; height:48px; transition:.2s;
}
.inp:focus-within {
  border-color:rgba(52,211,153,.55);
  box-shadow:0 0 0 3px rgba(16,185,129,.12);
}
.inp svg { width:16px; height:16px; margin:0 13px 0 15px; flex-shrink:0; stroke:#5b6880; }
.inp input {
  flex:1; height:100%; background:transparent; border:0; outline:0;
  color:#e6edf7; font-size:14.5px; letter-spacing:.5px; min-width:0;
}
.inp input::placeholder { color:#4d5a72; }
/* 深色底 autofill 防白闪 */
.inp input:-webkit-autofill,
.inp input:-webkit-autofill:hover,
.inp input:-webkit-autofill:focus {
  -webkit-box-shadow:0 0 0 1000px #0d1730 inset!important;
  -webkit-text-fill-color:#e6edf7;
  caret-color:#e6edf7;
  transition:background-color 99999s;
}
.eye { margin-right:14px; cursor:pointer; display:flex; text-decoration:none; }
.eye .iconfont { color:#5b6880; font-size:17px; transition:.15s; }
.eye:hover .iconfont { color:#34d399; }
.cap-row { display:flex; gap:12px; }
.cap-row .inp { flex:1; }
img.cap-img {
  width:128px; height:48px; border-radius:10px; flex-shrink:0; cursor:pointer;
  border:1px solid rgba(255,255,255,.09); object-fit:cover; background:#16223d;
}
/* 自定义复选框 */
.privacy-row { display:flex; align-items:center; font-size:12.8px; color:#7d8aa5; margin:2px 0 24px; }
.privacy-row label { display:flex; align-items:center; cursor:pointer; gap:8px; }
.privacy-row input { display:none; }
.cb {
  width:16px; height:16px; border-radius:5px; flex-shrink:0;
  border:1px solid rgba(255,255,255,.22); position:relative; transition:.15s;
  display:inline-block;
}
.privacy-row input:checked + .cb {
  background:linear-gradient(135deg,#10b981,#0d9488); border-color:transparent;
}
.privacy-row input:checked + .cb::after {
  content:""; position:absolute; left:4.5px; top:1.5px;
  width:4px; height:8px; border:solid #fff; border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
.privacy-row a { color:#5eead4; text-decoration:none; }
.privacy-row a:hover { text-decoration:underline; }
/* 登录按钮 */
.btn-login {
  width:100%; height:50px; border:0; border-radius:11px; cursor:pointer;
  background:linear-gradient(135deg,#10b981 0%,#0d9488 60%,#0f766e 100%);
  color:#fff; font-size:16.5px; font-weight:bold; letter-spacing:6px;
  box-shadow:0 10px 26px rgba(16,185,129,.28);
  transition:.22s;
}
.btn-login:hover { transform:translateY(-2px); box-shadow:0 14px 32px rgba(16,185,129,.4); filter:brightness(1.08); }
.btn-login:active { transform:translateY(0); }
.btn-login:disabled { background:#233049; color:#5b6880; box-shadow:none; cursor:not-allowed; }
.aux-row { margin-top:20px; display:flex; justify-content:space-between; font-size:12.8px; }
.aux-row a { color:#7d8aa5; text-decoration:none; transition:.15s; cursor:pointer; }
.aux-row a:hover { color:#5eead4; }
.aux-row .reg { color:#a78bfa; }
/* 面板底部版权 */
.panel-foot { margin-top:5vh; font-size:11.5px; color:#4d5a72; text-align:center; line-height:1.9; }
.panel-foot a { color:#b91c1c; text-decoration:underline; }
/* 响应式 */
@media (max-width:960px){
  .brand { display:none; }
  .wrap { padding:0 16px; gap:0; }
  .panel { flex:none; width:100%; }
}
