/* EA668 首页公告确认系统 */
.ea668-home-popup-overlay{
  position:fixed;
  inset:0;
  z-index:9990;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(15,23,42,.58);
  backdrop-filter:blur(10px);
  box-sizing:border-box;
}
.ea668-home-popup-overlay[hidden]{display:none!important}
.ea668-home-popup-card{
  width:min(640px,92vw);
  max-height:min(76vh,720px);
  overflow:auto;
  border-radius:28px;
  padding:34px 36px 30px;
  background:linear-gradient(145deg,#ffffff,#f8fbff);
  border:1px solid rgba(219,231,246,.92);
  box-shadow:0 30px 90px rgba(15,23,42,.25);
  color:#172033;
  text-align:left;
}
.ea668-home-popup-kicker{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  background:#eaf1ff;
  color:#245ee9;
  font-size:13px;
  font-weight:900;
  letter-spacing:.05em;
}
.ea668-home-popup-card h2{
  margin:18px 0 14px;
  font-size:30px;
  line-height:1.28;
  color:#111827;
  font-weight:950;
}
.ea668-home-popup-content{
  color:#526176;
  font-size:16px;
  line-height:1.95;
  overflow-wrap:anywhere;
  white-space:normal;
}
.ea668-home-popup-receipt{
  margin-top:22px;
  padding:14px 16px;
  border-radius:18px;
  background:#f1f5f9;
  color:#245ee9;
  font-weight:900;
  text-align:center;
}
.ea668-home-popup-type-risk .ea668-home-popup-kicker,
.ea668-home-popup-type-trading_risk .ea668-home-popup-kicker{
  background:#fff1f2;
  color:#dc2626;
}
.ea668-home-popup-type-important .ea668-home-popup-kicker,
.ea668-home-popup-type-maintenance .ea668-home-popup-kicker{
  background:#fff7ed;
  color:#ea580c;
}
.ea668-home-popup-type-activity .ea668-home-popup-kicker{
  background:#ecfdf5;
  color:#047857;
}
@media(max-width:640px){
  .ea668-home-popup-overlay{
    padding:18px;
    align-items:center;
  }
  .ea668-home-popup-card{
    width:100%;
    max-height:78vh;
    border-radius:24px;
    padding:28px 24px 24px;
  }
  .ea668-home-popup-card h2{
    font-size:24px;
  }
  .ea668-home-popup-content{
    font-size:15px;
    line-height:1.85;
  }
  .ea668-home-popup-receipt{
    position:sticky;
    bottom:0;
    margin-bottom:-4px;
  }
}

/* EA668 富文本公告安全样式 */
.ea668-home-popup-content p{
  margin:12px 0;
}
.ea668-home-popup-content ul,
.ea668-home-popup-content ol{
  margin:12px 0 12px 20px;
  padding:0;
}
.ea668-home-popup-content li{
  margin:6px 0;
}
.ea668-home-popup-content .ea668-title{
  display:inline-block;
  font-size:20px;
  line-height:1.35;
  color:#f59e0b;
  font-weight:950;
}
.ea668-home-popup-content .ea668-section{
  margin:0 0 10px;
  padding:12px 14px;
  border-radius:16px;
  background:linear-gradient(135deg,#0f172a,#1e3a8a);
  color:#fff;
}
.ea668-home-popup-content .ea668-red{
  color:#ef4444;
  font-weight:900;
}
.ea668-home-popup-content .ea668-gold{
  color:#d97706;
  font-weight:900;
}
.ea668-home-popup-content .ea668-green{
  color:#059669;
  font-weight:900;
}
.ea668-home-popup-content .ea668-blue{
  color:#2563eb;
  font-weight:900;
}
.ea668-home-popup-content .ea668-muted{
  color:#64748b;
}
.ea668-home-popup-content .ea668-risk{
  margin-top:14px;
  padding:10px 12px;
  border-radius:14px;
  background:#fff7ed;
  color:#9a3412;
  font-size:14px;
  line-height:1.75;
}
.ea668-home-popup-content .ea668-blink{
  animation:ea668PopupBlink 1.25s ease-in-out infinite;
}
@keyframes ea668PopupBlink{
  0%,100%{opacity:1;filter:none}
  50%{opacity:.42;filter:saturate(1.25)}
}
@media(max-width:640px){
  .ea668-home-popup-content .ea668-title{
    font-size:18px;
  }
  .ea668-home-popup-content .ea668-section{
    padding:10px 12px;
  }
}

/* EA668 富文本公告样式修复：强制覆盖旧缓存/默认字体颜色 */
.ea668-home-popup-content .ea668-red,
.ea668-red{
  color:#ef4444!important;
  font-weight:900!important;
}
.ea668-home-popup-content .ea668-gold,
.ea668-gold{
  color:#d97706!important;
  font-weight:900!important;
}
.ea668-home-popup-content .ea668-green,
.ea668-green{
  color:#059669!important;
  font-weight:900!important;
}
.ea668-home-popup-content .ea668-blue,
.ea668-blue{
  color:#2563eb!important;
  font-weight:900!important;
}
.ea668-home-popup-content .ea668-muted,
.ea668-muted{
  color:#64748b!important;
}
.ea668-home-popup-content .ea668-risk,
.ea668-risk{
  display:block;
  margin-top:14px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  background:#fff7ed!important;
  color:#9a3412!important;
  font-size:14px!important;
  line-height:1.75!important;
}
.ea668-home-popup-content .ea668-blink,
.ea668-blink{
  animation:ea668PopupBlink 1.25s ease-in-out infinite!important;
}
.ea668-home-popup-content .ea668-title,
.ea668-title{
  display:inline-block;
  font-size:20px;
  line-height:1.35;
  color:#f59e0b!important;
  font-weight:950!important;
}
.ea668-home-popup-content .ea668-section,
.ea668-section{
  margin:0 0 10px;
  padding:12px 14px;
  border-radius:16px;
  background:linear-gradient(135deg,#0f172a,#1e3a8a)!important;
  color:#fff!important;
}
