/* Tela cheia dedicada ao PIX (funil + upsells) — reutiliza classes .pix-checkout-panel* */

.norisk-pix-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.norisk-pix-fullscreen[hidden] {
  display: none !important;
}

.norisk-pix-fullscreen__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.norisk-pix-fullscreen__dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  max-height: min(92vh, 720px);
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  padding: 20px 18px 18px;
  box-sizing: border-box;
}

.norisk-pix-fullscreen__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #f3f4f6;
  color: #111;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}

.norisk-pix-fullscreen__close:hover {
  background: #e5e7eb;
}

body.norisk-pix-fs-open {
  overflow: hidden;
}

/* Painel interno — mesmo look do #nine */
.norisk-pix-fullscreen .pix-checkout-panel {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  box-sizing: border-box;
}

.norisk-pix-fullscreen .pix-checkout-panel__title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  padding-right: 36px;
}

.norisk-pix-fullscreen .pix-checkout-panel__qr-wrap {
  text-align: center;
  margin-bottom: 12px;
}

.norisk-pix-fullscreen .pix-checkout-panel__qr {
  max-width: 220px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.norisk-pix-fullscreen .pix-checkout-panel__label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}

.norisk-pix-fullscreen .pix-checkout-panel__code {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.35;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  resize: vertical;
  font-family: ui-monospace, monospace;
}

.norisk-pix-fullscreen .pix-checkout-panel__copy {
  margin-top: 10px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 0;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.norisk-pix-fullscreen .pix-checkout-panel__copy:active {
  opacity: 0.92;
}

.norisk-pix-fullscreen .pix-checkout-panel__verify {
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #f4f4f5;
}

.norisk-pix-fullscreen .pix-checkout-panel__verify-title {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.norisk-pix-fullscreen .pix-checkout-panel__verify-body {
  margin: 0;
  padding: 8px;
  max-height: 180px;
  overflow: auto;
  font-size: 11px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
}

.norisk-pix-fullscreen .pix-checkout-panel__paid {
  margin-top: 8px;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ea445a;
  background: #fff;
  color: #ea445a;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.norisk-pix-fullscreen .pix-checkout-panel__paid:disabled {
  opacity: 0.75;
  cursor: default;
}
