/* 员工防伪页面样式 - 从 suitsView.vue 转换 */
.particle-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  z-index: 0;
}
.particle-container-suits {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 1;
}
.particle-container-suits canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.verification-container {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
.verification-card {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 84px 24px 48px;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  z-index: 2;
}

#app-footer {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #000;
}
.verification-card::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 760px);
  min-height: 240px;
  height: calc(100% - 16px);
  border-radius: 12px;
  background: transparent;
  z-index: -1;
}
.verification-card.modal-open {
  filter: blur(6px);
  opacity: 0.48;
}
.verification-shell {
  width: min(92vw, 760px);
  margin: 0 auto;
  padding: 38px 32px 28px;
  box-sizing: border-box;
}
.hero-brand {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  flex-wrap: wrap;
}
.hero-logo {
  width: 120px;
  cursor: pointer;
  object-fit: contain;
  display: block;
}
.hero-prefix,
.hero-suffix {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.verification-logo img {
  width: auto;
  max-width: 180px;
  max-height: 64px;
  object-fit: contain;
  display: block;
}
.verification-header { text-align: center; margin-bottom: 30px; }
.verification-header .title { font-size: 24px; font-weight: 600; color: #fff; margin: 0 0 8px; display: none; }
.verification-header .subtitle { font-size: 14px; color: #fff; margin: 0; opacity: 0.8; line-height: 1.6; }
.input-group { display: flex; align-items: center; background-color: rgba(255,255,255,0.02); border-radius: 8px; position: relative; }
.input-wrapper { position: relative; width: 100%; }
.input-wrapper input {
  width: 100%; height: 56px; padding: 0 18px; border: 2px solid #e0e0e0; border-radius: 8px;
  font-size: 16px; transition: all 0.3s ease; outline: none; background-color: transparent; color: #fff;
}
.input-wrapper input::placeholder { color: #bbb; transition: color 0.3s ease; }
.input-wrapper input:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(66,185,131,0.1); }
.input-wrapper input.error { border-color: #ff4d4f; }
.input-wrapper input.error:focus { box-shadow: 0 0 0 3px rgba(255,77,79,0.1); }
.verify-btn {
  width: 140px; height: 46px; padding: 0 15px; position: absolute; z-index: 125;
  right: 10px; background-color: var(--primary-color); color: white; border: none;
  border-radius: 8px; font-size: 15px; font-weight: 500; cursor: pointer;
  transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 8px;
}
.verify-btn:disabled { background-color: #fccf8c; cursor: not-allowed; opacity: 0.8; }
.suits-notice {
  width: min(92vw, 760px);
  margin: 16px auto 0;
  min-height: 22px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.suits-notice.show { opacity: 1; }
.suits-notice.success { color: #7df2b3; }
.suits-notice.warning { color: #ffd38a; }
.suits-notice.error { color: #ff9c9c; }
.result-container {
  width: min(92vw, 760px); margin: 25px auto 0; padding: 20px 22px; border-radius: 12px; animation: fadeIn 0.5s ease;
  display: flex; align-items: flex-start; gap: 15px; box-sizing: border-box;
  background: transparent;
}
.result-container.success { border: 1px solid var(--primary-color); }
.result-container.error {
  border: 1px solid #ff4d4f;
  background: rgba(28, 22, 44, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 77, 79, 0.08);
}
.result-container .result-icon { font-size: 42px; line-height: 1; flex-shrink: 0; color: #ff5a74; padding-top: 4px; }
.result-container .result-content { color: #fff; flex-grow: 1; padding-top: 2px; }
.result-container .result-title { margin: 0 0 8px; font-size: 16px; font-weight: 700; }
.result-container .result-message { margin: 0; font-size: 14px; color: #f4f4f4; line-height: 1.7; }
.reset-btn {
  background: rgba(43, 48, 72, 0.88); border: 1px solid rgba(255,255,255,0.12); color: #fff; cursor: pointer;
  min-width: 108px; height: 48px; border-radius: 999px; display: inline-flex;
  align-items: center; justify-content: center; transition: all 0.2s ease; flex-shrink: 0; padding: 0 18px; font-size: 14px;
}
.reset-btn:hover { background-color: rgba(56, 62, 90, 0.95); color: #fff; }
.verify-modal {
  position: relative;
  width: min(92vw, 760px);
  margin: 28px auto 0;
  display: none;
  z-index: 3;
}
.verify-modal.active { display: block; }
.login {
  position: relative;
  z-index: 1;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  max-width: 400px;
  min-width: 280px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(255,255,255,0.2);
  color: #969a9b;
  box-sizing: border-box;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}
.login h2 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.login .input {
  margin-top: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.login .input input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
}
.login .input input::placeholder { color: #ccc; }
.login .input2 {
  width: 100%;
  margin-top: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.login .input2 input {
  flex: 1;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #fff;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  border-radius: 8px 0 0 8px;
}
.login .input2 input::placeholder { color: #ccc; }
.login .input2 .spIn {
  height: 48px;
  padding: 0 16px;
  border: #fff solid 1px;
  line-height: 48px;
  color: #fff;
  border-radius: 0 8px 8px 0;
  white-space: nowrap;
  font-size: 14px;
}
.login .input2 .spIn.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
.login .message-hint {
  min-height: 20px;
  margin-top: 8px;
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  line-height: 1.5;
}
.login .submit-btn {
  margin-top: 24px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: #fff 1px solid;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background-color: #f0c585;
  color: #fff;
  transition: background-color 0.3s ease;
}
.login .submit-btn.active {
  background-color: var(--primary-color);
}
.login .submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.cursor {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 680px) {
  .verification-card { width: 100%; padding: 72px 12px 36px; }
  .verification-card::before { width: calc(100vw - 24px); height: calc(100% - 8px); min-height: 228px; }
  .verification-shell { width: calc(100vw - 24px); padding: 28px 16px 22px; }
  .hero-brand { gap: 10px; font-size: 20px; margin-bottom: 14px; }
  .hero-logo { width: 92px; }
  .verification-header { margin-bottom: 20px; }
  .verification-header .title { font-size: 20px; }
  .verification-header .subtitle { font-size: 13px; }
  .input-group { flex-direction: column; gap: 12px; background: transparent; }
  .input-wrapper input { height: 52px; }
  .verify-btn { position: static; width: 100%; height: 46px; font-size: 14px; }
  .verify-modal { width: calc(100vw - 24px); margin-top: 22px; }
  .suits-notice { width: calc(100vw - 24px); }
  .result-container { width: calc(100vw - 24px); padding: 15px; flex-direction: column; text-align: center; align-items: center; }
  .result-container .result-icon { font-size: 36px; }
  .reset-btn { width: 100%; min-width: 0; }
  .login { padding: 20px 16px; width: 100%; min-width: 0; }
  .login h2 { font-size: 18px; margin-bottom: 20px; }
  .login .input2 .spIn { padding: 0 12px; font-size: 12px; }
  .login .submit-btn { margin-top: 20px; }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .login { padding: 28px; max-width: 420px; }
}
