.hukuk-idle-overlay {
  position: fixed;
  inset: 0;
  z-index: 200000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hukuk-idle-overlay[hidden] {
  display: none !important;
}

.hukuk-idle-dialog {
  width: min(420px, 100%);
  padding: 22px 24px 20px;
  border-radius: 14px;
  border: 1px solid rgba(0, 32, 96, 0.12);
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 32, 96, 0.22);
  text-align: center;
  color: #002060;
}

.hukuk-idle-dialog__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.hukuk-idle-dialog__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
}

.hukuk-idle-dialog__count {
  font-weight: 700;
  color: #b91c1c;
  font-variant-numeric: tabular-nums;
}

.hukuk-idle-dialog__actions {
  display: flex;
  justify-content: center;
}

.hukuk-idle-dialog__continue {
  min-width: 9rem;
  padding: 10px 22px;
  border: none;
  border-radius: 9px;
  background: #002060;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.12s ease;
}

.hukuk-idle-dialog__continue:hover {
  background: #0a3d7a;
}

.hukuk-idle-dialog__continue:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}
