/* HNSKX_LOGIN_PIXEL_LOCK_V5_EXTERNAL_CSS_20260629 */
/* 中文说明：登录页最终像素锁定外链样式。只在JS添加 hnskx-login-pixel-v5 类后生效。 */

html.hnskx-login-pixel-v5,
html.hnskx-login-pixel-v5 body {
  margin: 0 !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  background: #020713 url("/assets/login-hacker-bg.png") center center / cover no-repeat !important;
}

html.hnskx-login-pixel-v5 #app {
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
}

#hnskx-pixel-login-shell {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  overflow: hidden;
  color: #f6fbff;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  background:
    radial-gradient(circle at 73% 48%, rgba(0, 130, 255, .12), transparent 0 17%, transparent 44%),
    linear-gradient(90deg, rgba(0, 0, 0, .06), transparent 24%, transparent 58%, rgba(0, 0, 0, .43)),
    radial-gradient(circle at 50% 112%, rgba(0, 255, 230, .06), transparent 0 24%, transparent 52%);
}

#hnskx-pixel-login-shell * {
  box-sizing: border-box;
}

.hnskx-pixel-bg {
  position: absolute;
  inset: 0;
  background: url("/assets/login-hacker-bg.png") center center / cover no-repeat;
}

.hnskx-pixel-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 40%, rgba(0,0,0,.16) 70%, rgba(0,0,0,.50) 100%),
    linear-gradient(90deg, rgba(0,0,0,.08), transparent 42%, rgba(0,0,0,.54) 72%, rgba(0,0,0,.68));
  pointer-events: none;
}

.hnskx-pixel-brand {
  position: absolute;
  top: 44px;
  left: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hnskx-pixel-logo {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(23, 255, 228, .55);
  background: radial-gradient(circle at 50% 50%, rgba(0,255,220,.20), transparent 0 58%), rgba(1, 18, 28, .76);
  box-shadow: 0 0 20px rgba(0,255,230,.28), inset 0 0 16px rgba(0,255,230,.10);
  display: grid;
  place-items: center;
  color: #22f6df;
  font-size: 28px;
  font-weight: 950;
}

.hnskx-pixel-brand-title {
  font-size: 22px;
  font-weight: 950;
  color: #f1fff8;
  line-height: 1.1;
  text-shadow: 0 0 16px rgba(0,255,220,.30), 0 2px 18px rgba(0,0,0,.58);
}

.hnskx-pixel-brand-sub {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(235,245,255,.70);
  letter-spacing: .18em;
  font-weight: 800;
}

.hnskx-pixel-left {
  position: absolute;
  left: 72px;
  top: 31.2%;
  width: 690px;
}

.hnskx-pixel-corner {
  position: absolute;
  top: -26px;
  left: -18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid rgba(31,255,240,.75);
  border-top: 2px solid rgba(31,255,240,.75);
}

.hnskx-pixel-kicker {
  color: #23f5dc;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .46em;
  margin-bottom: 28px;
  text-shadow: 0 0 14px rgba(35,245,220,.36);
}

.hnskx-pixel-title {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: .98;
  color: #f8fbff;
  font-size: clamp(64px, 5.2vw, 88px);
  text-shadow: 0 0 22px rgba(0,174,255,.30), 0 10px 34px rgba(0,0,0,.58);
}

.hnskx-pixel-title .blue {
  display: block;
  color: #13d9f7;
  text-shadow: 0 0 24px rgba(0,210,255,.38), 0 10px 34px rgba(0,0,0,.58);
}

.hnskx-pixel-line {
  width: 74px;
  height: 2px;
  margin: 28px 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1ffff0, transparent);
  box-shadow: 0 0 18px rgba(31,255,240,.46);
}

.hnskx-pixel-desc-main {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  text-shadow: 0 4px 18px rgba(0,0,0,.52);
}

.hnskx-pixel-desc-sub {
  margin-top: 12px;
  font-size: 15px;
  color: rgba(229,244,252,.70);
  line-height: 1.7;
}

.hnskx-pixel-features {
  display: flex;
  align-items: stretch;
  gap: 34px;
  margin-top: 42px;
}

.hnskx-pixel-feature {
  min-width: 92px;
  text-align: center;
}

.hnskx-pixel-feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 13px;
  border: 1px solid rgba(31,255,230,.42);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20f6df;
  background: rgba(3,28,36,.40);
  box-shadow: 0 0 18px rgba(0,255,230,.12), inset 0 0 18px rgba(0,255,230,.05);
  font-size: 24px;
  font-weight: 900;
}

.hnskx-pixel-feature-title {
  font-size: 14px;
  font-weight: 850;
  color: rgba(255,255,255,.94);
}

.hnskx-pixel-feature-sub {
  margin-top: 7px;
  font-size: 11px;
  color: rgba(220,238,246,.52);
}

.hnskx-pixel-card {
  position: absolute;
  right: 6.0%;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  min-height: 560px;
  padding: 50px 38px 36px;
  border-radius: 28px;
  border: 1px solid rgba(96,202,255,.45);
  background:
    radial-gradient(circle at 80% 0%, rgba(54,150,255,.18), transparent 0 28%, transparent 46%),
    linear-gradient(180deg, rgba(18,31,48,.88), rgba(7,13,24,.82));
  box-shadow:
    0 0 34px rgba(0,174,255,.20),
    0 28px 84px rgba(0,0,0,.52),
    inset 0 0 0 1px rgba(255,255,255,.040),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(17px) saturate(1.16);
}

.hnskx-pixel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,255,230,.55), transparent 18%, transparent 82%, rgba(0,150,255,.50)) top / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(0,255,230,.50), transparent 16%, transparent 84%, rgba(0,150,255,.46)) bottom / 100% 1px no-repeat;
}

.hnskx-pixel-card h1 {
  margin: 0;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 950;
  color: #f8fbff;
  letter-spacing: -.025em;
  text-shadow: 0 0 18px rgba(0,190,255,.22), 0 8px 26px rgba(0,0,0,.50);
}

.hnskx-pixel-card .sub {
  margin-top: 12px;
  color: rgba(229,244,252,.66);
  font-size: 14px;
}

.hnskx-pixel-card .small-line {
  width: 54px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 38px;
  background: linear-gradient(90deg, #1ffff0, transparent);
  box-shadow: 0 0 14px rgba(31,255,240,.40);
}

.hnskx-pixel-input {
  height: 52px;
  border-radius: 13px;
  border: 1px solid rgba(190,225,255,.20);
  background: rgba(255,255,255,.044);
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin-top: 16px;
  color: rgba(235,247,255,.62);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.hnskx-pixel-input:focus-within {
  border-color: rgba(38,246,232,.60);
  background: rgba(255,255,255,.058);
  box-shadow: 0 0 0 1px rgba(38,246,232,.18), 0 0 22px rgba(38,246,232,.12);
}

.hnskx-pixel-input .ico {
  width: 24px;
  margin-right: 14px;
  font-size: 19px;
  color: rgba(232,246,255,.82);
}

.hnskx-pixel-input input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f4fff9;
  font-size: 15px;
  font-family: inherit;
}

.hnskx-pixel-input input::placeholder {
  color: rgba(226,240,248,.45);
}

.hnskx-pixel-input .eye {
  width: 24px;
  text-align: right;
  color: rgba(232,246,255,.62);
  cursor: pointer;
  user-select: none;
}

.hnskx-pixel-options {
  height: 34px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(231,246,252,.78);
  font-size: 14px;
}

.hnskx-pixel-check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hnskx-pixel-check input {
  width: 17px;
  height: 17px;
  accent-color: #229cff;
}

.hnskx-pixel-options a {
  color: #21f2df;
  text-decoration: none;
  font-weight: 800;
}

.hnskx-pixel-button {
  margin-top: 22px;
  width: 100%;
  height: 56px;
  border-radius: 13px;
  border: 1px solid rgba(92,226,255,.62);
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .08em;
  font-family: inherit;
  background: linear-gradient(90deg, #20dff4 0%, #1491f0 100%);
  box-shadow:
    0 18px 42px rgba(0,175,255,.26),
    0 0 28px rgba(0,255,230,.12),
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -18px 30px rgba(0,45,120,.18);
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
  transition: transform .16s ease, box-shadow .18s ease, filter .18s ease;
}

.hnskx-pixel-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.hnskx-pixel-status {
  height: 48px;
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid rgba(190,225,255,.13);
  background: rgba(255,255,255,.038);
  color: rgba(230,246,252,.78);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 12px;
  font-size: 14px;
}

.hnskx-pixel-status .shield {
  color: #20f6df;
  font-size: 18px;
}

.hnskx-pixel-status .dot {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-radius: 999px;
  background: #23f78e;
  animation: hnskxPixelPulse 1.65s ease-in-out infinite;
}

@keyframes hnskxPixelPulse {
  0% { box-shadow: 0 0 0 0 rgba(35,247,142,.42), 0 0 14px rgba(35,247,142,.46); }
  70% { box-shadow: 0 0 0 8px rgba(35,247,142,0), 0 0 18px rgba(35,247,142,.50); }
  100% { box-shadow: 0 0 0 0 rgba(35,247,142,0), 0 0 14px rgba(35,247,142,.46); }
}

.hnskx-pixel-footer {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  color: rgba(218,238,246,.46);
  font-size: 11px;
  letter-spacing: .10em;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .hnskx-pixel-left {
    left: 44px;
    width: 560px;
  }
  .hnskx-pixel-title {
    font-size: 64px;
  }
  .hnskx-pixel-features {
    gap: 22px;
  }
  .hnskx-pixel-card {
    right: 4%;
    width: 400px;
  }
}

@media (max-width: 900px) {
  .hnskx-pixel-left {
    display: none;
  }
  .hnskx-pixel-card {
    right: 50%;
    transform: translate(50%, -50%);
    width: min(410px, calc(100vw - 32px));
  }
}

/* HNSKX_LOGIN_PIXEL_LOCK_V6_TUNE_20260629_BEGIN */
/* 中文说明：按用户锁定效果图进行像素级微调。只调整尺寸、位置、间距、亮度。 */

@media (min-width: 1201px) {
  .hnskx-pixel-brand {
    top: 42px !important;
    left: 40px !important;
  }

  .hnskx-pixel-logo {
    width: 56px !important;
    height: 56px !important;
    font-size: 29px !important;
  }

  .hnskx-pixel-brand-title {
    font-size: 22px !important;
  }

  .hnskx-pixel-brand-sub {
    font-size: 12px !important;
    letter-spacing: .18em !important;
  }

  .hnskx-pixel-left {
    left: 70px !important;
    top: 30.6% !important;
    width: 720px !important;
  }

  .hnskx-pixel-kicker {
    font-size: 15px !important;
    letter-spacing: .47em !important;
    margin-bottom: 26px !important;
  }

  .hnskx-pixel-title {
    font-size: clamp(66px, 5.05vw, 86px) !important;
    letter-spacing: -.04em !important;
  }

  .hnskx-pixel-line {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .hnskx-pixel-desc-main {
    font-size: 25px !important;
  }

  .hnskx-pixel-desc-sub {
    font-size: 15px !important;
    margin-top: 11px !important;
  }

  .hnskx-pixel-features {
    margin-top: 40px !important;
    gap: 38px !important;
  }

  .hnskx-pixel-feature {
    min-width: 96px !important;
  }

  .hnskx-pixel-feature-icon {
    width: 58px !important;
    height: 58px !important;
    border-radius: 19px !important;
    font-size: 25px !important;
  }

  .hnskx-pixel-card {
    right: 7.2% !important;
    width: 500px !important;
    min-height: 690px !important;
    padding: 60px 46px 42px !important;
    border-radius: 30px !important;
  }

  .hnskx-pixel-card h1 {
    font-size: 38px !important;
  }

  .hnskx-pixel-card .sub {
    font-size: 17px !important;
    margin-top: 13px !important;
  }

  .hnskx-pixel-card .small-line {
    width: 58px !important;
    margin-top: 18px !important;
    margin-bottom: 42px !important;
  }

  .hnskx-pixel-input {
    height: 60px !important;
    border-radius: 15px !important;
    margin-top: 18px !important;
    padding: 0 20px !important;
  }

  .hnskx-pixel-input input {
    font-size: 17px !important;
  }

  .hnskx-pixel-input .ico {
    margin-right: 17px !important;
    font-size: 21px !important;
  }

  .hnskx-pixel-options {
    margin-top: 22px !important;
    font-size: 15px !important;
  }

  .hnskx-pixel-button {
    height: 62px !important;
    margin-top: 26px !important;
    border-radius: 15px !important;
    font-size: 22px !important;
  }

  .hnskx-pixel-status {
    height: 54px !important;
    margin-top: 24px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  .hnskx-pixel-footer {
    bottom: 36px !important;
  }
}

@media (min-width: 1500px) and (max-height: 930px) {
  .hnskx-pixel-card {
    width: 470px !important;
    min-height: 630px !important;
    padding: 50px 42px 36px !important;
  }

  .hnskx-pixel-card h1 {
    font-size: 34px !important;
  }

  .hnskx-pixel-input {
    height: 56px !important;
  }

  .hnskx-pixel-button {
    height: 58px !important;
  }

  .hnskx-pixel-status {
    height: 50px !important;
  }
}

/* HNSKX_LOGIN_PIXEL_LOCK_V6_TUNE_20260629_END */

/* HNSKX_LOGIN_PIXEL_LOCK_V7_EXACT_TUNE_20260629_BEGIN */
/* 中文说明：覆盖V6高度适配导致的缩小问题，按锁定图做最终比例校准。 */

/* 全尺寸桌面：强制使用锁定图比例，不再被浏览器高度压缩 */
@media (min-width: 1200px) {
  .hnskx-pixel-brand {
    top: 44px !important;
    left: 42px !important;
  }

  .hnskx-pixel-logo {
    width: 58px !important;
    height: 58px !important;
    font-size: 30px !important;
  }

  .hnskx-pixel-brand-title {
    font-size: 23px !important;
    letter-spacing: .015em !important;
  }

  .hnskx-pixel-brand-sub {
    font-size: 12px !important;
    letter-spacing: .185em !important;
  }

  .hnskx-pixel-left {
    left: 6.0vw !important;
    top: 29.0% !important;
    width: 690px !important;
  }

  .hnskx-pixel-kicker {
    font-size: 15px !important;
    letter-spacing: .45em !important;
    margin-bottom: 25px !important;
  }

  .hnskx-pixel-title {
    font-size: clamp(60px, 4.65vw, 78px) !important;
    letter-spacing: -.035em !important;
    line-height: .98 !important;
  }

  .hnskx-pixel-line {
    width: 74px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .hnskx-pixel-desc-main {
    font-size: 24px !important;
  }

  .hnskx-pixel-desc-sub {
    font-size: 15px !important;
    margin-top: 11px !important;
  }

  .hnskx-pixel-features {
    margin-top: 38px !important;
    gap: 34px !important;
  }

  .hnskx-pixel-feature {
    min-width: 94px !important;
  }

  .hnskx-pixel-feature-icon {
    width: 58px !important;
    height: 58px !important;
    border-radius: 18px !important;
    font-size: 24px !important;
  }

  .hnskx-pixel-feature-title {
    font-size: 14px !important;
  }

  .hnskx-pixel-feature-sub {
    font-size: 11px !important;
  }

  .hnskx-pixel-card {
    right: 5.4vw !important;
    top: 50% !important;
    width: 520px !important;
    min-height: 680px !important;
    padding: 58px 46px 40px !important;
    border-radius: 30px !important;
    transform: translateY(-50%) !important;
  }

  .hnskx-pixel-card h1 {
    font-size: 39px !important;
    line-height: 1.12 !important;
  }

  .hnskx-pixel-card .sub {
    font-size: 17px !important;
    margin-top: 13px !important;
  }

  .hnskx-pixel-card .small-line {
    width: 58px !important;
    height: 2px !important;
    margin-top: 18px !important;
    margin-bottom: 42px !important;
  }

  .hnskx-pixel-input {
    height: 61px !important;
    border-radius: 15px !important;
    margin-top: 18px !important;
    padding: 0 20px !important;
  }

  .hnskx-pixel-input input {
    font-size: 17px !important;
  }

  .hnskx-pixel-input .ico {
    width: 25px !important;
    margin-right: 17px !important;
    font-size: 21px !important;
  }

  .hnskx-pixel-options {
    height: 36px !important;
    margin-top: 22px !important;
    font-size: 15px !important;
  }

  .hnskx-pixel-check input {
    width: 18px !important;
    height: 18px !important;
  }

  .hnskx-pixel-button {
    height: 63px !important;
    margin-top: 26px !important;
    border-radius: 15px !important;
    font-size: 22px !important;
  }

  .hnskx-pixel-status {
    height: 54px !important;
    margin-top: 24px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
  }

  .hnskx-pixel-footer {
    bottom: 36px !important;
  }
}

/* 你的当前窗口高度被任务栏压缩，也不能再缩小卡片 */
@media (min-width: 1500px) and (max-height: 930px) {
  .hnskx-pixel-left {
    left: 6.0vw !important;
    top: 28.4% !important;
    width: 690px !important;
  }

  .hnskx-pixel-title {
    font-size: clamp(58px, 4.55vw, 76px) !important;
  }

  .hnskx-pixel-features {
    margin-top: 34px !important;
  }

  .hnskx-pixel-card {
    right: 5.0vw !important;
    width: 505px !important;
    min-height: 650px !important;
    padding: 50px 44px 36px !important;
  }

  .hnskx-pixel-card h1 {
    font-size: 36px !important;
  }

  .hnskx-pixel-card .small-line {
    margin-bottom: 36px !important;
  }

  .hnskx-pixel-input {
    height: 58px !important;
  }

  .hnskx-pixel-button {
    height: 60px !important;
  }

  .hnskx-pixel-status {
    height: 52px !important;
  }
}

/* HNSKX_LOGIN_PIXEL_LOCK_V7_EXACT_TUNE_20260629_END */

/* HNSKX_LOGIN_PIXEL_LOCK_V8_FORCE_RATIO_20260629_BEGIN */
/* 中文说明：强制覆盖前面所有自适应缩放，按用户锁定图拉大右侧登录卡片。 */

.hnskx-pixel-card {
  right: 4.6vw !important;
  top: 50% !important;
  width: clamp(500px, 31.5vw, 560px) !important;
  min-height: clamp(640px, 72vh, 720px) !important;
  padding: 58px 48px 42px !important;
  border-radius: 31px !important;
  transform: translateY(-50%) !important;
}

.hnskx-pixel-card h1 {
  font-size: clamp(36px, 2.35vw, 42px) !important;
  line-height: 1.12 !important;
}

.hnskx-pixel-card .sub {
  font-size: clamp(16px, 1.05vw, 18px) !important;
  margin-top: 13px !important;
}

.hnskx-pixel-card .small-line {
  width: 60px !important;
  height: 2px !important;
  margin-top: 18px !important;
  margin-bottom: 42px !important;
}

.hnskx-pixel-input {
  height: clamp(58px, 6.3vh, 64px) !important;
  border-radius: 15px !important;
  margin-top: 18px !important;
  padding: 0 21px !important;
}

.hnskx-pixel-input input {
  font-size: 17px !important;
}

.hnskx-pixel-input .ico {
  width: 26px !important;
  margin-right: 17px !important;
  font-size: 21px !important;
}

.hnskx-pixel-options {
  height: 38px !important;
  margin-top: 22px !important;
  font-size: 15px !important;
}

.hnskx-pixel-check input {
  width: 18px !important;
  height: 18px !important;
}

.hnskx-pixel-button {
  height: clamp(60px, 6.8vh, 66px) !important;
  margin-top: 26px !important;
  border-radius: 15px !important;
  font-size: 22px !important;
}

.hnskx-pixel-status {
  height: clamp(52px, 5.8vh, 58px) !important;
  margin-top: 24px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
}

/* 左侧轻微收敛，避免抢右侧登录卡片 */
.hnskx-pixel-left {
  left: 5.3vw !important;
  top: 30.0% !important;
  width: 650px !important;
}

.hnskx-pixel-title {
  font-size: clamp(58px, 4.55vw, 78px) !important;
  line-height: .98 !important;
}

.hnskx-pixel-features {
  margin-top: 36px !important;
  gap: 34px !important;
}

.hnskx-pixel-feature-icon {
  width: 58px !important;
  height: 58px !important;
}

/* 防止旧媒体规则再次把卡片缩小 */
@media (min-width: 1200px) {
  .hnskx-pixel-card {
    right: 4.6vw !important;
    width: clamp(500px, 31.5vw, 560px) !important;
    min-height: clamp(640px, 72vh, 720px) !important;
    padding: 58px 48px 42px !important;
  }
}

@media (min-width: 1500px) and (max-height: 930px) {
  .hnskx-pixel-card {
    right: 4.6vw !important;
    width: clamp(500px, 31.5vw, 560px) !important;
    min-height: clamp(625px, 71vh, 700px) !important;
    padding: 52px 46px 38px !important;
  }

  .hnskx-pixel-card h1 {
    font-size: 38px !important;
  }

  .hnskx-pixel-input {
    height: 60px !important;
  }

  .hnskx-pixel-button {
    height: 62px !important;
  }

  .hnskx-pixel-status {
    height: 54px !important;
  }
}

/* HNSKX_LOGIN_PIXEL_LOCK_V8_FORCE_RATIO_20260629_END */
