@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700;800&display=swap");

:root {
  --bg-top: #1a0d0d;
  --bg-bottom: #2a0f08;
  --panel: rgba(16, 12, 12, 0.75);
  --panel-border: rgba(255, 208, 80, 0.28);
  --text: #fff4d6;
  --muted: #ffd79a;
  --red: #d71920;
  --red-strong: #b9151b;
  --yellow: #ffc928;
  --yellow-soft: #ffd95f;
  --green: #00b35f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  min-height: 100vh;
  background: linear-gradient(160deg, var(--bg-top), var(--bg-bottom));
  overflow-x: hidden;
}

.bg-lights {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.blob {
  position: absolute;
  width: 42vmax;
  height: 42vmax;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.34;
  animation: drift 10s ease-in-out infinite;
}

.blob-a {
  background: #ff6b00;
  top: -10%;
  left: -8%;
}

.blob-b {
  background: #ffcc00;
  right: -6%;
  top: 15%;
  animation-delay: 1.2s;
}

.blob-c {
  background: #ff2f3a;
  left: 24%;
  bottom: -18%;
  animation-delay: 2.4s;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 18px;
}

.brand-strip {
  padding: 14px 18px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  animation: rise 460ms ease-out;
}

.brand-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(255, 215, 136, 0.45);
  background: rgba(255, 255, 255, 0.88);
}

.brand-fallback {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 136, 0.45);
  background: radial-gradient(circle at 30% 20%, #2f63a8, #133668);
  display: grid;
  place-items: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: #f0f6ff;
  letter-spacing: 0.04em;
}

.brand-eyebrow {
  margin: 0;
  font-size: 0.74rem;
  color: #ffe2ab;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.brand-title {
  margin: 0;
  font-size: 1.16rem;
}

.brand-sub {
  margin: 0;
  color: #ffd9a0;
  font-size: 0.85rem;
}

.brand-right {
  text-align: right;
}

.brand-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffde9c;
}

.brand-right strong {
  font-size: 0.95rem;
  color: #fff2d4;
}

.glass-panel {
  backdrop-filter: blur(8px);
  background: linear-gradient(135deg, rgba(27, 18, 16, 0.82), rgba(12, 9, 9, 0.7));
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
}

.hero {
  padding: 24px;
  margin-bottom: 20px;
  animation: rise 500ms ease-out;
}

.eyebrow {
  margin: 0;
  color: var(--yellow-soft);
  letter-spacing: 0.09em;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1 {
  margin: 4px 0 8px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  letter-spacing: 0.03em;
  color: #fff8e7;
  text-shadow: 0 6px 24px rgba(255, 149, 0, 0.22);
}

.hero-copy {
  margin: 0;
  max-width: 640px;
  color: #ffe0b3;
}

.promo-banner {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 223, 143, 0.35);
  padding: 12px;
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.25), rgba(255, 201, 40, 0.3));
  font-weight: 700;
  letter-spacing: 0.01em;
  min-height: 46px;
  display: flex;
  align-items: center;
  animation: pulseGlow 3.2s ease-in-out infinite;
}

.stats {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  background: linear-gradient(160deg, rgba(255, 201, 40, 0.2), rgba(215, 25, 32, 0.15));
  border: 1px solid rgba(255, 223, 120, 0.35);
  border-radius: 14px;
  padding: 10px 12px;
}

.stat-label {
  margin: 0;
  font-size: 0.78rem;
  opacity: 0.88;
}

.stat-card strong {
  font-size: 1.2rem;
  color: #fff8de;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, 0.9fr);
  gap: 16px;
  align-items: start;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 2px 12px;
}

.section-head h2,
.checkout h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2rem;
}

.live-chip {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fef6da;
  background: linear-gradient(90deg, var(--green), #00d876);
  border-radius: 999px;
  padding: 6px 12px;
  text-transform: uppercase;
}

.category-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 16px 0;
  margin-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 200, 40, 0.5) transparent;
}

.category-tabs::-webkit-scrollbar {
  height: 6px;
}

.category-tabs::-webkit-scrollbar-track {
  background: transparent;
}

.category-tabs::-webkit-scrollbar-thumb {
  background: rgba(255, 200, 40, 0.5);
  border-radius: 3px;
}

.category-tab {
  border: 1px solid rgba(255, 213, 115, 0.4);
  background: rgba(16, 10, 10, 0.5);
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffd9a0;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.category-tab:hover {
  transform: translateY(-2px);
  background: rgba(30, 20, 18, 0.7);
  border-color: rgba(255, 213, 115, 0.65);
}

.category-tab.active {
  background: linear-gradient(135deg, var(--red), var(--red-strong));
  border-color: var(--red);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(215, 25, 32, 0.4);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(255, 221, 130, 0.2), rgba(161, 19, 24, 0.38));
  border: 1px solid rgba(255, 210, 104, 0.34);
  animation: rise 480ms ease-out both;
  animation-delay: var(--d, 0ms);
}

.item-media {
  width: 100%;
  height: 128px;
  border-radius: 12px;
  margin-bottom: 10px;
  object-fit: cover;
  border: 1px solid rgba(255, 223, 156, 0.4);
  background: linear-gradient(160deg, rgba(255, 228, 174, 0.35), rgba(137, 20, 24, 0.45));
}

.card::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -25%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 243, 196, 0.25), transparent 65%);
  transform: rotate(-8deg);
}

.item-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 246, 212, 0.14);
  border: 1px solid rgba(255, 231, 162, 0.35);
  color: #ffeebf;
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 8px;
}

.card h3 {
  margin: 0;
  font-size: 1.02rem;
}

.monthly-meter {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 7px;
  align-items: center;
  border-radius: 10px;
  background: rgba(21, 14, 14, 0.58);
  border: 1px solid rgba(255, 214, 126, 0.25);
  padding: 6px 8px;
}

.monthly-meter.active {
  border-color: rgba(59, 227, 135, 0.45);
  box-shadow: 0 0 16px rgba(59, 227, 135, 0.18);
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5be387;
  box-shadow: 0 0 0 rgba(91, 227, 135, 0.55);
  animation: markerPulse 1.45s ease-in-out infinite;
}

.monthly-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffe4ae;
}

.monthly-value {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  color: #d6ffe7;
}

.price {
  margin: 8px 0 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  color: var(--yellow);
}

.size-selector {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 10px 0 8px;
}

.size-btn {
  border: 1px solid rgba(255, 213, 115, 0.35);
  background: rgba(16, 10, 10, 0.45);
  width: 40px;
  height: 32px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffd9a0;
  cursor: pointer;
  transition: all 160ms ease;
}

.size-btn:hover {
  transform: translateY(-1px);
  background: rgba(30, 20, 18, 0.65);
  border-color: rgba(255, 213, 115, 0.55);
}

.size-btn.active {
  background: linear-gradient(180deg, var(--red), var(--red-strong));
  border-color: var(--red);
  color: #fff;
  transform: scale(1.05);
}

.counter {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  gap: 8px;
  align-items: center;
}

.counter button {
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: transform 140ms ease, filter 140ms ease;
}

.counter button:hover {
  transform: translateY(-1px) scale(1.03);
  filter: brightness(1.08);
}

.counter button[data-action="dec"] {
  background: linear-gradient(180deg, #5d1d23, #431319);
}

.counter button[data-action="inc"] {
  background: linear-gradient(180deg, var(--red), var(--red-strong));
}

.counter span {
  text-align: center;
  padding: 7px 0;
  border-radius: 10px;
  background: rgba(16, 10, 10, 0.45);
  border: 1px solid rgba(255, 213, 115, 0.28);
  font-weight: 700;
}

.checkout {
  position: sticky;
  top: 16px;
  padding: 18px;
  animation: rise 560ms ease-out;
}

.checkout-note {
  margin-top: 2px;
  color: #ffdca0;
  font-size: 0.9rem;
}

.customer-label {
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffe2af;
}

.customer-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 213, 120, 0.35);
  background: rgba(18, 12, 12, 0.65);
  color: #fff3d3;
  padding: 10px 12px;
  font-weight: 600;
}

.customer-input:focus {
  outline: none;
  border-color: rgba(101, 216, 255, 0.8);
  box-shadow: 0 0 0 2px rgba(101, 216, 255, 0.2);
}

.customer-help {
  margin-top: 6px;
  margin-bottom: 10px;
  color: #f8d9a4;
}

.monthly-progress {
  margin: 8px 0 12px;
  border: 1px solid rgba(255, 215, 120, 0.3);
  border-radius: 12px;
  background: rgba(28, 16, 14, 0.58);
  padding: 10px;
}

.progress-title {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
  color: #ffe0aa;
  letter-spacing: 0.07em;
}

.progress-track {
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 225, 151, 0.22);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #33d273, #8cf07e);
  transition: width 380ms ease;
}

.progress-copy {
  margin: 8px 0 0;
  color: #ffe8bc;
  font-weight: 600;
}

.reward-notice {
  margin: 8px 0 0;
  border-radius: 10px;
  border: 1px solid rgba(53, 224, 129, 0.45);
  background: rgba(24, 89, 51, 0.3);
  color: #c7ffd8;
  font-weight: 700;
  padding: 8px;
}

.reward-box {
  margin: 14px 0 12px;
  border: 2px solid rgba(255, 215, 0, 0.6);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 200, 50, 0.15), rgba(255, 150, 0, 0.12));
  overflow: hidden;
  animation: rewardPulse 2s ease-in-out infinite;
}

@keyframes rewardPulse {
  0%, 100% {
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 32px rgba(255, 215, 0, 0.7);
  }
}

.reward-header {
  background: linear-gradient(90deg, #ff8c00, #ffd700);
  padding: 10px;
  text-align: center;
}

.reward-badge {
  color: #1a0d0d;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reward-body {
  display: flex;
  gap: 14px;
  padding: 14px;
  align-items: center;
}

.reward-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(255, 225, 100, 0.5);
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.reward-info {
  flex: 1;
}

.reward-title {
  margin: 0 0 6px;
  color: #ffd700;
  font-size: 1.1rem;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.reward-description {
  margin: 0;
  color: #ffe8bc;
  font-size: 0.84rem;
  line-height: 1.4;
  font-weight: 600;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 214, 128, 0.27);
}

.summary-row strong {
  font-size: 1.1rem;
}

.total-row {
  margin-top: 4px;
}

.total-row strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  color: var(--yellow);
}

.finish-btn {
  margin-top: 14px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 13px;
  background: linear-gradient(95deg, #25d366, #0ba04e);
  color: #f8fff9;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(16, 133, 69, 0.35);
  transition: transform 180ms ease, filter 180ms ease;
}

.finish-btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.1);
}

small {
  display: block;
  margin-top: 10px;
  color: #ffd89e;
}

.footer-note {
  text-align: center;
  padding: 10px 10px 22px;
  font-size: 0.86rem;
  color: rgba(255, 225, 168, 0.83);
}

.confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(9, 7, 7, 0.72);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 30;
}

.confirm-overlay.show {
  display: flex;
}

.confirm-card {
  width: min(480px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(255, 215, 120, 0.4);
  background: linear-gradient(170deg, rgba(27, 17, 14, 0.96), rgba(14, 11, 10, 0.94));
  padding: 22px 18px;
  text-align: center;
  animation: popIn 340ms ease-out;
}

.check-wrap {
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}

.check-icon {
  width: 84px;
  height: 84px;
}

.check-circle {
  fill: none;
  stroke: rgba(37, 211, 102, 0.4);
  stroke-width: 4;
}

.check-path {
  fill: none;
  stroke: #25d366;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: drawCheck 450ms ease-out 120ms forwards;
}

.confirm-card h3 {
  margin: 8px 0 4px;
  font-size: 1.5rem;
}

.confirm-card p {
  margin: 0;
  color: #ffd9a3;
}

.close-confirm-btn {
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(95deg, #ffcb2d, #f6a300);
  color: #2a1400;
  font-weight: 800;
  padding: 10px 16px;
  cursor: pointer;
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 197, 57, 0);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 197, 57, 0.25);
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(4%, -3%) scale(1.08);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes markerPulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(91, 227, 135, 0.52);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 9px rgba(91, 227, 135, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(91, 227, 135, 0);
  }
}

@media (max-width: 900px) {
  .brand-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-right {
    text-align: left;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .checkout {
    position: static;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .section-head {
    gap: 8px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .category-tabs {
    gap: 6px;
    padding: 12px 0;
    margin-bottom: 10px;
  }

  .category-tab {
    padding: 8px 14px;
    font-size: 0.85rem;
    border-radius: 10px;
  }

  .menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
  }

  .card {
    padding: 10px 10px 12px;
    border-radius: 14px;
  }

  .item-media {
    height: 90px;
    margin-bottom: 8px;
    border-radius: 10px;
  }

  .card h3 {
    font-size: 0.88rem;
  }

  .item-tag {
    font-size: 0.6rem;
    padding: 2px 8px;
    margin-bottom: 6px;
  }

  .price {
    font-size: 1rem;
  }

  .size-selector {
    gap: 5px;
    margin: 8px 0 6px;
  }

  .size-btn {
    width: 36px;
    height: 28px;
    font-size: 0.82rem;
    border-radius: 6px;
  }

  .monthly-meter {
    margin-top: 8px;
    gap: 5px;
    padding: 5px 8px;
  }

  .monthly-meter-label {
    font-size: 0.64rem;
  }

  .monthly-meter-count {
    font-size: 0.78rem;
  }
}

/* ==========================================
   PAYMENT METHOD MODAL
   ========================================== */

.payment-modal {
  max-width: 420px;
}

.payment-subtitle {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 1.2rem;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment-option-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 215, 120, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: transform 0.15s, background 0.2s, border-color 0.2s;
}

.payment-option-btn:hover {
  transform: scale(1.02);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--yellow);
}

.payment-option-btn:active {
  transform: scale(0.98);
}

.pay-icon {
  font-size: 1.6rem;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 215, 120, 0.1);
  flex-shrink: 0;
}

.pay-label {
  font-weight: 700;
  font-size: 1rem;
}

.pay-desc {
  font-size: 0.78rem;
  color: var(--muted);
  margin-left: auto;
}

.pix-btn:hover {
  border-color: #00b894;
}

.pix-btn .pay-icon {
  background: rgba(0, 184, 148, 0.15);
}

.card-btn:hover {
  border-color: #6c5ce7;
}

.card-btn .pay-icon {
  background: rgba(108, 92, 231, 0.15);
}

.cash-btn:hover {
  border-color: var(--yellow);
}

.cash-btn .pay-icon {
  background: rgba(255, 201, 40, 0.15);
}

/* ==========================================
   PIX QR CODE MODAL
   ========================================== */

.pix-modal {
  max-width: 420px;
}

.pix-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.12);
  border-top-color: #00b894;
  border-radius: 50%;
  margin: 0 auto 1rem;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.pix-header {
  margin-bottom: 1rem;
}

.pix-badge {
  display: inline-block;
  background: rgba(0, 184, 148, 0.15);
  color: #00b894;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 4px 14px;
  border-radius: 2rem;
  border: 1px solid rgba(0, 184, 148, 0.3);
  margin-bottom: 0.5rem;
}

.pix-total-label {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0.3rem 0 0;
}

.pix-total-label strong {
  color: #00b894;
  font-size: 1.3rem;
}

.pix-qr-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  display: inline-block;
  margin: 0.5rem auto 1rem;
}

.pix-qr-img {
  width: 200px;
  height: 200px;
  display: block;
}

.pix-copy-section {
  margin: 0.5rem 0;
}

.pix-copy-label {
  color: var(--muted);
  font-size: 0.82rem;
  margin: 0 0 0.5rem;
}

.pix-copy-box {
  display: flex;
  gap: 6px;
  align-items: stretch;
}

.pix-copy-input {
  flex: 1;
  font-family: monospace;
  font-size: 0.72rem;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 215, 120, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
}

.pix-copy-btn {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0, 184, 148, 0.4);
  background: rgba(0, 184, 148, 0.12);
  color: #00b894;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}

.pix-copy-btn:hover {
  background: rgba(0, 184, 148, 0.25);
}

.pix-copy-feedback {
  color: #00b894;
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0.4rem 0 0;
}

.pix-status-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 201, 40, 0.08);
  border: 1px solid rgba(255, 201, 40, 0.2);
}

.pix-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  animation: blink 1.2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
