/**
 * Fluxo checkout Seek Key — NovaCory (#3b82f6, fundo #0a0a0c).
 * Escopo: .checkout-flow-page (checkout, PIX, pedido/entrega).
 */

html:has(.checkout-flow-page) {
  scrollbar-gutter: stable;
}

html:has(.checkout-flow-page),
html:has(.checkout-flow-page) body {
  background: #0a0a0c !important;
}

html:has(.checkout-flow-page) .grid-background,
html:has(.checkout-flow-page) .custom-bg-mask {
  opacity: 0 !important;
}

html:has(.checkout-flow-page) #site-header,
html:has(.checkout-flow-page) #top-announce,
html:has(.checkout-flow-page) #download-top-bar,
html:has(.checkout-flow-page) div.mt-auto:has(footer),
html:has(.checkout-flow-page) footer,
html:has(.checkout-flow-page) #keys-steam-fab-support,
html:has(.checkout-flow-page) a[aria-label="Abrir chat no Discord"] {
  display: none !important;
}

html:has(.checkout-flow-page) main {
  background: #0a0a0c;
  flex: 1 1 auto;
  padding-top: 0 !important;
}

.checkout-flow-page {
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding: 1.25rem 1rem 3rem;
}

.checkout-flow-shell {
  width: 100%;
}

@media (min-width: 640px) {
  .checkout-flow-page {
    padding-top: 1.75rem;
  }
}

/* ── Topo compartilhado ── */
.checkout-flow-top {
  margin-bottom: 1.75rem;
}

.checkout-flow-top__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.checkout-flow-top__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.checkout-flow-top__logo img {
  height: 2rem;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.checkout-flow-top__logo-text {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout-flow-top__secure {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.55);
  flex-shrink: 0;
}

.checkout-flow-top__secure svg,
.checkout-flow-top__secure [data-lucide] {
  width: 0.875rem;
  height: 0.875rem;
  color: #60a5fa;
}

.checkout-flow-top__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}

.checkout-flow-top__step {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.5rem;
  color: rgb(255 255 255 / 0.4);
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
}

.checkout-flow-top__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 9999px;
  border: 1px solid rgb(255 255 255 / 0.15);
  font-size: 0.6875rem;
  font-weight: 800;
  flex-shrink: 0;
}

.checkout-flow-top__step.is-active {
  color: #fff;
}

.checkout-flow-top__step.is-active .checkout-flow-top__step-num {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
  box-shadow: 0 2px 10px rgb(59 130 246 / 0.4);
}

.checkout-flow-top__step.is-done {
  color: rgb(255 255 255 / 0.65);
}

.checkout-flow-top__step.is-done .checkout-flow-top__step-num {
  background: rgb(59 130 246 / 0.2);
  border-color: rgb(59 130 246 / 0.45);
  color: #93c5fd;
}

.checkout-flow-top__step-line {
  display: block;
  width: 2rem;
  height: 1px;
  background: rgb(255 255 255 / 0.12);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .checkout-flow-top__step {
    padding: 0 0.75rem;
  }

  .checkout-flow-top__step-line {
    width: 3rem;
  }
}

@media (max-width: 767px) {
  .checkout-flow-top__step-label {
    display: none;
  }

  .checkout-flow-top__step.is-active .checkout-flow-top__step-label {
    display: inline;
  }
}

/* ── Painéis compartilhados ── */
.checkout-flow-page .bg-muted {
  background: rgb(14 14 16) !important;
  border-color: rgb(255 255 255 / 0.08) !important;
  border-radius: 0.875rem !important;
  box-shadow: 0 8px 32px rgb(0 0 0 / 0.35);
}

.checkout-flow-page .border-b {
  border-color: rgb(255 255 255 / 0.08) !important;
}

.checkout-flow-page h2,
.checkout-flow-page h3,
.checkout-flow-page h4 {
  color: #fff;
  letter-spacing: -0.02em;
}

.checkout-flow-page input:not([type='checkbox']):not([type='radio']),
.checkout-flow-page select,
.checkout-flow-page textarea {
  background: rgb(255 255 255 / 0.04) !important;
  border-color: rgb(255 255 255 / 0.1) !important;
  color: #fff !important;
  border-radius: 0.5rem !important;
}

.checkout-flow-page input::placeholder {
  color: rgb(255 255 255 / 0.35);
}

.checkout-flow-page .text-muted-foreground {
  color: rgb(255 255 255 / 0.5) !important;
}

.checkout-flow-page .btn-primary {
  background: #3b82f6 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0.625rem !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgb(59 130 246 / 0.3);
}

.checkout-flow-page .btn-primary:hover {
  background: #2563eb !important;
}

.checkout-flow-page .btn-secondary {
  background: rgb(255 255 255 / 0.06) !important;
  border: 1px solid rgb(255 255 255 / 0.12) !important;
  color: #fff !important;
  border-radius: 0.625rem !important;
}

.checkout-flow-page .btn-secondary:hover {
  background: rgb(255 255 255 / 0.1) !important;
}

.checkout-flow-page .bg-emerald-500\/10 {
  background: rgb(59 130 246 / 0.12) !important;
  color: #93c5fd !important;
  border-color: rgb(59 130 246 / 0.35) !important;
}

.checkout-flow-page .text-emerald-500,
.checkout-flow-page .text-emerald-400 {
  color: #93c5fd !important;
}

/* ══════════════════════════════════════
   CHECKOUT (carrinho)
   ══════════════════════════════════════ */

#checkout.checkout-seekkey .checkout-seekkey__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  min-height: 50vh;
}

@media (min-width: 768px) {
  #checkout.checkout-seekkey .checkout-seekkey__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
    gap: 2rem;
    align-items: start;
  }
}

@media (min-width: 1024px) {
  #checkout.checkout-seekkey .checkout-seekkey__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 24rem);
    gap: 2.5rem;
  }
}

#checkout.checkout-seekkey .checkout-seekkey__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#checkout.checkout-seekkey .checkout-seekkey__summary {
  position: sticky;
  top: 1.25rem;
  align-self: start;
}

#checkout.checkout-seekkey h4 {
  font-weight: 700;
}

#checkout.checkout-seekkey [data-payment-method] {
  background: rgb(18 18 20) !important;
  border-color: rgb(255 255 255 / 0.08) !important;
  border-radius: 0.625rem !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#checkout.checkout-seekkey [data-payment-method]:hover {
  border-color: rgb(255 255 255 / 0.14) !important;
  background: rgb(22 22 24) !important;
}

#checkout.checkout-seekkey [data-payment-method][data-selected='true'] {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 1px rgb(59 130 246 / 0.35), 0 4px 16px rgb(59 130 246 / 0.15) !important;
  background: rgb(20 24 32) !important;
}

#checkout.checkout-seekkey [data-payment-method] .bg-background {
  background: rgb(255 255 255 / 0.04) !important;
  border-color: rgb(255 255 255 / 0.08) !important;
}

#checkout.checkout-seekkey #pay-button {
  box-shadow: 0 4px 16px rgb(59 130 246 / 0.35);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

#checkout.checkout-seekkey #pay-button:hover:not(:disabled) {
  box-shadow: 0 6px 20px rgb(59 130 246 / 0.42);
}

#checkout.checkout-seekkey #pay-button:active:not(:disabled) {
  transform: scale(0.99);
}

#checkout.checkout-seekkey #pricing {
  background: rgb(255 255 255 / 0.03) !important;
  border-color: rgb(255 255 255 / 0.08) !important;
  border-radius: 0.625rem !important;
}

#checkout.checkout-seekkey #pricing .total-value {
  color: #fff !important;
  font-size: 1.125rem;
}

#checkout.checkout-seekkey .bg-border,
#checkout.checkout-seekkey .bg-border.h-\[1px\] {
  background: rgb(255 255 255 / 0.08) !important;
}

#checkout.checkout-seekkey #terms-checkbox {
  accent-color: #3b82f6;
}

#checkout.checkout-seekkey label a {
  color: #60a5fa !important;
}

#checkout.checkout-seekkey #discord-login {
  border-radius: 0.625rem !important;
}

#checkout.checkout-seekkey #packages-list [data-package-id] {
  padding: 0.75rem;
  border-radius: 0.625rem;
  background: rgb(255 255 255 / 0.03);
  border: 1px solid rgb(255 255 255 / 0.06);
}

#checkout.checkout-seekkey #packages-list [data-package-id] .bg-background {
  background: rgb(255 255 255 / 0.04) !important;
  border-color: rgb(255 255 255 / 0.08) !important;
}

#checkout.checkout-seekkey #packages-list [data-controls] button {
  background: rgb(255 255 255 / 0.04) !important;
  border-color: rgb(255 255 255 / 0.1) !important;
  color: #fff !important;
}

#checkout.checkout-seekkey #packages-list [data-controls] button:hover {
  border-color: rgb(255 255 255 / 0.18) !important;
  background: rgb(255 255 255 / 0.07) !important;
}

#checkout.checkout-seekkey #packages-list [data-controls] input {
  background: rgb(255 255 255 / 0.04) !important;
  border-color: rgb(255 255 255 / 0.1) !important;
}

.checkout-seekkey-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.45);
}

.checkout-seekkey-trust svg,
.checkout-seekkey-trust [data-lucide] {
  width: 0.875rem;
  height: 0.875rem;
  color: #60a5fa;
}

@media (max-width: 767px) {
  #checkout.checkout-seekkey .checkout-seekkey__summary {
    position: static;
  }
}

/* ══════════════════════════════════════
   PIX (payment)
   ══════════════════════════════════════ */

.payment-seekkey__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 52rem;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .payment-seekkey__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.5rem;
    max-width: none;
  }
}

.payment-seekkey__card {
  position: relative;
  overflow: hidden;
}

.payment-seekkey__progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: rgb(59 130 246 / 0.12);
  overflow: hidden;
}

.payment-seekkey__progress-bar {
  position: absolute;
  inset-block: 0;
  width: 25%;
  background: #3b82f6;
  animation: loading 2s ease-in-out infinite;
}

.payment-seekkey__card-body {
  padding: 1.5rem 1.25rem 1.75rem;
}

@media (min-width: 640px) {
  .payment-seekkey__card-body {
    padding: 1.75rem 1.75rem 2rem;
  }
}

.payment-seekkey__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  background: rgb(59 130 246 / 0.1);
  border: 1px solid rgb(59 130 246 / 0.25);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #93c5fd;
}

.payment-seekkey__status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #3b82f6;
  animation: payment-pulse 1.5s ease-in-out infinite;
}

@keyframes payment-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

.payment-seekkey__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.375rem;
}

.payment-seekkey__subtitle {
  text-align: center;
  font-size: 0.875rem;
  color: rgb(255 255 255 / 0.5);
  margin-bottom: 1.5rem;
}

.payment-seekkey__qr-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.payment-seekkey__qr-frame {
  padding: 1rem;
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.04);
  border: 1px solid rgb(255 255 255 / 0.08);
}

.payment-seekkey__qr {
  display: block;
  width: 220px;
  height: 220px;
  max-width: 100%;
  aspect-ratio: 1;
  background: #fff;
  padding: 0.375rem;
  border-radius: 0.5rem;
  object-fit: contain;
}

.payment-seekkey__qr-empty {
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  color: rgb(255 255 255 / 0.45);
  text-align: center;
  padding: 1rem;
}

.payment-seekkey__copy-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.55);
  margin-bottom: 0.5rem;
  text-align: center;
}

.payment-seekkey__copy-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.payment-seekkey__copy-input {
  flex: 1;
  min-width: 0;
  height: 2.75rem;
  padding: 0 0.75rem;
  font-size: 0.8125rem;
}

.payment-seekkey__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  height: 2.75rem;
  padding: 0 1rem;
  flex-shrink: 0;
}

.payment-seekkey__goto {
  margin-top: 1.25rem;
}

.payment-seekkey__goto-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
}

.payment-seekkey__goto-hint {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
  color: rgb(255 255 255 / 0.45);
}

.payment-seekkey__help {
  padding: 1.5rem 1.25rem;
  align-self: start;
}

@media (min-width: 900px) {
  .payment-seekkey__help {
    position: sticky;
    top: 1.25rem;
    padding: 1.75rem;
  }
}

.payment-seekkey__help-title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.payment-seekkey__help-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.payment-seekkey__help-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.payment-seekkey__help-item p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.72);
}

.payment-seekkey__help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  background: rgb(59 130 246 / 0.12);
  color: #60a5fa;
}

.payment-seekkey__help-icon svg,
.payment-seekkey__help-icon [data-lucide] {
  width: 1rem;
  height: 1rem;
}

.payment-seekkey__help-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.45);
}

.payment-seekkey__help-note svg,
.payment-seekkey__help-note [data-lucide] {
  width: 0.875rem;
  height: 0.875rem;
  color: #60a5fa;
}

/* ══════════════════════════════════════
   PEDIDO / ENTREGA (order)
   ══════════════════════════════════════ */

.order-seekkey__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 768px) {
  .order-seekkey__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 22rem);
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .order-seekkey__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 24rem);
    gap: 2.5rem;
  }
}

.order-seekkey__heading {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.order-seekkey__details {
  position: sticky;
  top: 1.25rem;
}

@media (max-width: 767px) {
  .order-seekkey__details {
    position: static;
  }
}

.order-seekkey__item {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  border-color: rgb(255 255 255 / 0.08) !important;
}

.order-seekkey__item-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.order-seekkey__item .bg-background {
  background: rgb(255 255 255 / 0.04) !important;
  border-color: rgb(255 255 255 / 0.08) !important;
}

.order-seekkey__fulfill {
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 0.03);
  border: 1px solid rgb(59 130 246 / 0.28);
}

.order-seekkey__fulfill-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: #93c5fd;
}

.order-seekkey__fulfill-head h3 {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.order-seekkey__fulfill-hint {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.62);
}

.order-seekkey__activate-hint {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgb(255 255 255 / 0.45);
}

.order-seekkey__keys-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.order-seekkey__keys-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.order-seekkey__key-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.625rem;
  background: rgb(10 10 12);
  border: 1px solid rgb(255 255 255 / 0.1);
}

.order-seekkey__key-row .btn-primary {
  flex-shrink: 0;
}

@media (max-width: 639px) {
  .order-seekkey__item-head {
    flex-wrap: wrap;
  }

  .order-seekkey__key-row {
    flex-direction: column;
    align-items: stretch;
  }

  .order-seekkey__key-row .btn-primary {
    width: 100%;
  }

  .order-seekkey__keys-toolbar {
    justify-content: stretch;
  }

  .order-seekkey__keys-toolbar .btn-secondary {
    flex: 1;
  }
}

.order-seekkey__content,
.order-seekkey__download {
  padding: 0.9rem 0.85rem;
  border-radius: 0.625rem;
  background: rgb(10 10 12);
  border: 1px solid rgb(255 255 255 / 0.1);
}

.order-seekkey__empty {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
  border-radius: 0.625rem;
  border: 1px dashed rgb(255 255 255 / 0.15);
  background: rgb(255 255 255 / 0.03);
}

.order-seekkey-chat {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.order-seekkey-chat__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.order-seekkey-chat__title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
}

.order-seekkey-chat__body {
  position: relative;
  min-height: 16rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(10 10 12);
  overflow: hidden;
}

.order-seekkey-chat__messages {
  height: 16rem;
  overflow-y: auto;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.order-seekkey-chat__expanded .order-seekkey-chat__messages {
  height: min(55vh, 28rem);
}

.order-seekkey-chat__loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: rgb(255 255 255 / 0.55);
  background: rgb(10 10 12 / 0.92);
}

.order-seekkey-chat__spinner {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 2px solid rgb(255 255 255 / 0.15);
  border-top-color: #60a5fa;
  animation: payment-pulse 1s linear infinite;
}

.order-seekkey-chat__form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.order-seekkey-chat__input {
  flex: 1;
  min-width: 0;
  height: 2.5rem;
}

.order-seekkey-chat__previews {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.order-seekkey-chat__drop {
  position: absolute;
  inset: 0;
  z-index: 5;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #93c5fd;
  background: rgb(15 23 42 / 0.88);
}

.order-seekkey-chat__new {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  z-index: 3;
  transform: translateX(-50%);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #3b82f6;
  font-size: 0.75rem;
  font-weight: 700;
}

.order-seekkey-chat__bottom {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 3;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
  color: #fff;
}

.order-seekkey-chat__lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 0.82);
  padding: 1.5rem;
}

.order-seekkey-chat__lightbox img {
  max-width: min(92vw, 56rem);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 0.5rem;
}

.order-seekkey-chat__lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  color: #fff;
  background: rgb(255 255 255 / 0.1);
}

.order-seekkey__badge {
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  border-radius: 0.375rem;
}

.order-seekkey__badge--ok {
  background: rgb(59 130 246 / 0.12);
  color: #93c5fd;
  border: 1px solid rgb(59 130 246 / 0.35);
}

.order-seekkey__panel {
  border-color: rgb(255 255 255 / 0.08) !important;
}

.order-seekkey__status--pending {
  color: #fbbf24;
}

.order-seekkey__status--ok {
  color: #60a5fa;
}

.order-seekkey__status--error {
  color: #f87171;
}

.order-seekkey__status--warn {
  color: #c084fc;
}

.order-seekkey__delivery {
  padding: 1.25rem;
  border-radius: 0.875rem;
  background: rgb(14 14 16);
  border: 1px solid rgb(255 255 255 / 0.08);
}

.order-seekkey__home {
  box-shadow: 0 4px 16px rgb(59 130 246 / 0.3);
}

.order-seekkey__panel label {
  font-size: 0.8125rem;
  color: rgb(255 255 255 / 0.55);
}

.order-seekkey__panel .detail-dash {
  background: rgb(255 255 255 / 0.08);
}