body{font-family:Arial,sans-serif;line-height:1.7;max-width:1000px;margin:20px auto;padding:0 16px;color:#222;font-size:18px;}
.content-section{background:#fff;border:1px solid #e3e8ef;border-radius:10px;padding:28px;margin:40px 0;box-shadow:0 1px 4px rgba(0,0,0,.04);}
.content-section h2{margin-top:0;color:#1e3a5f;}
.content-section h3{color:#244d7a;margin-top:28px;}
.content-section ul,.content-section ol{padding-left:24px;}
.notice-box{background:#f4f8fb;border-left:5px solid #1e73be;padding:20px 24px;border-radius:6px;}
.warning-box{background:#fff7e8;border-left:5px solid #a66700;padding:20px 24px;border-radius:6px;}
.help-options-box{background:#eef7ff;border:2px solid #1e73be;border-radius:10px;padding:25px;margin:40px 0;box-shadow:0 2px 6px rgba(0,0,0,.08);}
.help-options-box h2{margin-top:0;color:#1e3a5f;}
.help-options-box p:last-child{margin-bottom:0;}
  
/* Inlined from /assets/css/popup.css to eliminate a render-blocking request */
.popup-term{
  color:#1e73be;
  font-weight:bold;
  border-bottom:1px dotted #1e73be;
  cursor:pointer;
}

.popup-term:hover{
  color:#144f82;
}

.site-popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:9999;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.site-popup-box{
  background:#fff;
  max-width:520px;
  width:100%;
  border-radius:12px;
  padding:26px;
  box-shadow:0 8px 30px rgba(0,0,0,.25);
  position:relative;
}

.site-popup-box h3{
  margin-top:0;
  color:#1e3a5f;
}

.site-popup-box p{
  margin-bottom:0;
}

.site-popup-close{
  position:absolute;
  top:10px;
  right:14px;
  border:0;
  background:none;
  font-size:30px;
  cursor:pointer;
  color:#555;
}
