.widget-body {
  margin: 0;
  min-height: 100vh;
  background: transparent;
}

.widget-shell {
  padding: 12px;
}

.widget-card {
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(9, 15, 30, 0.98) 0%, rgba(5, 10, 22, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(0,0,0,.34);
  padding: 18px;
}

.widget-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.widget-brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
}

.widget-top strong {
  display: block;
  font-size: 16px;
}

.widget-top span {
  color: var(--muted);
  font-size: 13px;
}

.widget-state {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  margin-bottom: 16px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}

.widget-label {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.widget-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.widget-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  flex-wrap: wrap;
}

.widget-footer a {
  color: var(--muted);
  text-decoration: none;
}


.human-box {
  margin-top: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding: 14px;
}

.human-box-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.human-box-top strong {
  font-size: 14px;
}

.human-box-top span,
.human-meta {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 6px 0 0;
}

.human-debug-list {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}


#captchaCanvas {
  display: block;
  width: 244px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid rgba(20,20,20,.22);
  background: #fff;
}
