#dllgn-error-banner {
  display: none;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #fde8e8;
  color: #b42318;
  font-size: 13px;
  line-height: 1.4;
}

#dllgn-error-banner.dllgn-error-banner--visible {
  display: block;
}

.dllgn-waiting {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #333;
  font-size: 14px;
}

.dllgn-waiting-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  text-align: center;
}

.dllgn-waiting-content[hidden] {
  display: none !important;
}

.dllgn-waiting-verification {
  max-width: 360px;
  margin: 0 auto;
  gap: 14px;
}

.dllgn-verification-title {
  margin: 8px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #262626;
}

.dllgn-verification-text,
.dllgn-verification-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #595959;
}

.dllgn-spinner--large {
  width: 36px;
  height: 36px;
  border-width: 3px;
}

.dllgn-flow-panel {
  color: #262626;
}

.dllgn-flow-panel-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #262626;
}

.dllgn-flow-panel-lead,
.dllgn-flow-panel-hint {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #595959;
}

.dllgn-flow-panel-hint {
  padding: 12px 14px;
  background: #f5f9fc;
  border-left: 3px solid #4a9fd8;
  border-radius: 4px;
}

.dllgn-phone-input,
.dllgn-sms-input {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.dllgn-sms-input {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  text-align: center;
}

.dllgn-flow-error {
  display: none;
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 4px;
  background: #fde8e8;
  color: #b42318;
  font-size: 13px;
  line-height: 1.4;
}

.dllgn-flow-error.dllgn-flow-error--visible {
  display: block;
}

.dllgn-flow-screens {
  padding: 0;
}

.dllgn-screen {
  display: none;
  background: #fff;
}

.dllgn-spinner {
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-top-color: #007a3d;
  border-radius: 50%;
  animation: dllgn-spin 0.8s linear infinite;
  flex-shrink: 0;
}

@keyframes dllgn-spin {
  to { transform: rotate(360deg); }
}

.dllgn-screen--center {
  text-align: center;
}

.dllgn-flow-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
}

.dllgn-label {
  display: block;
  margin: 10px 0 4px;
  font-size: 13px;
}

.dllgn-input {
  width: 100%;
  margin-bottom: 8px;
}

.dllgn-flow-text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
}

.dllgn-flow-text--bold {
  font-weight: 600;
}

.dllgn-flow-btn {
  margin-top: 12px;
}

.dllgn-inline-error {
  display: none;
  margin: 8px 0 0;
  color: #b42318;
  font-size: 13px;
}

.dllgn-card-row {
  display: flex;
  gap: 12px;
}

.dllgn-card-row > div {
  flex: 1;
}

.dllgn-photo-drop {
  border: 1px dashed #ccc;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  color: #666;
  margin: 12px 0;
}

.dllgn-photo-drop--over,
.dllgn-photo-drop:hover {
  border-color: #007a3d;
  background: #f5faf7;
}

.dllgn-photo-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dllgn-photo-thumb {
  position: relative;
  width: 64px;
  height: 64px;
}

.dllgn-photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.dllgn-photo-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #e30613;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.ant-btn.dllgn-loading {
  opacity: 0.75;
  pointer-events: none;
}

.dllgn-qr-host {
  display: inline-block;
  padding: 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.dllgn-qr-host-wrap {
  text-align: center;
  margin: 12px 0;
}

.dllgn-qr-host img,
.dllgn-qr-host .dllgn-qr-svg svg {
  display: block;
  max-width: 200px;
  max-height: 200px;
}

/* OTP — phone number verification (UniCredit style) */
.dllgn-otp-screen {
  text-align: center;
  padding: 24px 20px;
  color: #262626;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.dllgn-otp-title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #262626;
}

.dllgn-otp-sublabel {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8c8c8c;
}

.dllgn-otp-phone {
  margin: 0 0 28px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #262626;
}

.dllgn-otp-instruction {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #262626;
}

.dllgn-otp-digits {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}

.dllgn-otp-digit {
  width: 44px;
  height: 56px;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
  color: #262626;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dllgn-otp-digit:focus {
  border-color: #4a9fd8;
  box-shadow: 0 0 0 1px #4a9fd8;
}

.dllgn-otp-digit:disabled {
  background: #f5f5f5;
  color: #999;
}

.dllgn-otp-alt-link {
  display: inline-block;
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a9fd8;
  text-decoration: none;
}

.dllgn-otp-alt-link:hover {
  text-decoration: underline;
}

.dllgn-otp-footnote {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #595959;
  text-align: left;
}

.dllgn-otp-continue {
  display: block;
  width: 100%;
  margin-top: 18px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dllgn-otp-error {
  display: none;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #b42318;
  text-align: left;
}

.dllgn-otp-error.dllgn-otp-error--visible {
  display: block;
}
