
.as3d-antibot-box {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  width: 100%;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid rgba(255, 214, 10, .35);
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(255,214,10,.12), transparent 38%), rgba(10,17,25,.72);
  color: #fff;
  position: relative;
  clear: both;
}
.as3d-antibot-icon {
  display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,214,10,.55);border-radius:12px;color:#ffd60a;background:rgba(255,214,10,.08);font-size:18px;
}
.as3d-antibot-content { display:grid; gap:8px; min-width:0; }
.as3d-antibot-content strong { color:#fff; font-size:15px; }
.as3d-antibot-content span, .as3d-antibot-note { color:#c5d0dc; font-size:13px; }
.as3d-antibot-captcha-row { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.as3d-antibot-image-wrap {
  min-width: 220px;
  min-height: 82px;
  padding: 0;
  border: 1px solid rgba(76,201,240,.28);
  border-radius: 14px;
  overflow: hidden;
  background:#071018;
}
.as3d-antibot-image { display:block; width:220px; height:82px; }
.as3d-antibot-refresh {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(76,201,240,.32);
  background:#0a1520;
  color:#9fe8ff;
  cursor:pointer;
}
.as3d-antibot-refresh[disabled] { opacity:.65; cursor:wait; }
.as3d-antibot-content input[type="text"] {
  min-height: 44px;
  width: 100%;
  max-width: 320px;
  padding: 0 14px;
  border:1px solid rgba(76,201,240,.32);
  border-radius:12px;
  background:#071018;
  color:#fff;
  outline:none;
  text-transform: uppercase;
}
.as3d-antibot-content input[type="text"]:focus,
.as3d-antibot-refresh:focus {
  border-color:#ffd60a; box-shadow:0 0 0 3px rgba(255,214,10,.12);
}
.as3d-antibot-hp { position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important; }
.as3d-antibot-error { border-color: rgba(255,80,80,.75); }
.as3d-antibot-alert { min-height:18px; margin-top:2px; color:#ffd0d0; font-weight:700; font-size:13px; }
@media (max-width: 640px) {
  .as3d-antibot-box { grid-template-columns: 1fr; }
  .as3d-antibot-image-wrap, .as3d-antibot-image { width: 100%; max-width: 100%; height: auto; }
  .as3d-antibot-content input[type="text"] { max-width:100%; }
}
