.nhv-ts-gate{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding:18px 12px;
}
.nhv-ts-card{
  width:min(460px, 100%);
  overflow:visible;
  border-radius:14px;
  padding:16px 14px;
  background:rgba(20,12,40,.72);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
}
.nhv-ts-title{
  font-size:22px;
  font-weight:800;
  margin:0 0 8px;
  line-height:1.2;
  color:#fff;
  text-align:center;
}
.nhv-ts-note{
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,.92);
  text-align:center;
  margin:0 0 12px;
}
.nhv-ts-sub{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:rgba(255,255,255,.72);
}
.nhv-ts-msg{
  margin-top:10px;
  font-size:13px;
  color:rgba(255,255,255,.9);
  text-align:center;
  min-height:18px;
}
.nhv-ts-tiny{
  margin-top:8px;
  font-size:12px;
  color:rgba(255,255,255,.70);
  text-align:center;
}
.nhv-ts-vip{
  margin-top:10px;
  font-size:12px;
  color:rgba(255,255,255,.75);
  text-align:center;
}
.nhv-ts-formbox{ margin: 12px 0; }


.nhv-ts-widget{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  margin:10px 0 6px;
  width:300px;
  max-width:none;
  overflow:visible;
  margin-left:auto;
  margin-right:auto;
}
.nhv-ts-widget .cf-turnstile{
  max-width:none;
}

.nhv-ts-reload{
  width:100%;
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.nhv-ts-reload:hover{ background:rgba(255,255,255,.10); }

.nhv-ts-vip-badge{
  margin-top:12px;
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  line-height:1.4;
  color:#ffd98a;
  background:rgba(255,196,77,.08);
  border:1px solid rgba(255,196,77,.22);
}
