﻿/* REQ-009 Black Friday — OPay visual language, keep editorial structure.
 * Structure keywords (reusable): brand-first hero · split-rate offer ·
 * ranked ladder rows · ticket stub strip · progress calendar rail · phase slabs
 */

#view-black_friday,
#view-black_friday_grab,
#view-black_friday_vouchers,
#bkf-home-body,
#bkf-grab-body,
#bkf-vouchers-body {
  background: var(--opay-light, #e2f5eb);
  font-family: Roboto, system-ui, -apple-system, sans-serif;
  color: var(--text, #1a1a1a);
}

#view-black_friday_vouchers {
  background: var(--bg, #f7f8fa);
}

#bkf-home-body,
#bkf-grab-body {
  position: relative;
  min-height: 100%;
  background: var(--opay-light, #e2f5eb);
}

#view-black_friday_grab.is-dark-top,
#bkf-grab-body.is-dark-top,
#view-black_friday.is-dark-top,
#bkf-home-body.is-dark-top {
  background: #0b3d2e;
}

.bkf-page,
.bkf-grab-page,
.bkf-bag-page {
  min-height: 100%;
  padding-bottom: 36px;
}

/* —— Finance entry —— */
.bkf-finance-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(120deg, #00905c 0%, #00b876 100%);
}
.bkf-finance-entry-copy {
  padding: 14px 8px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bkf-finance-entry-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}
.bkf-finance-entry strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
.bkf-finance-entry-sub {
  font-size: 11px;
  opacity: 0.88;
}
.bkf-finance-entry-cta {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.bkf-back {
  border: 0;
  background: transparent;
  width: 36px;
  height: 36px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: inherit;
  cursor: pointer;
  border-radius: 50%;
}

/* —— Hub hero (centered, deep green like Grab) —— */
.bkf-page.is-hub {
  background: #0b3d2e;
  padding-bottom: 0;
}
.bkf-hero {
  position: relative;
  padding: 44px 16px 12px;
  background: #0b3d2e;
  color: #fff;
  overflow: hidden;
  border-radius: 0;
}
.bkf-hero::after {
  display: none;
}
.bkf-hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.bkf-hero-nav .bkf-back { color: #fff; }
.bkf-share-link {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.bkf-hero-center {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 8px 12px 4px;
}
.bkf-brand {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ef0c7;
  opacity: 1;
}
.bkf-hero-title {
  margin: 10px 0 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-style: italic;
}
.bkf-hero-title em {
  font-style: italic;
  font-weight: 800;
}
.bkf-hero-lead {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  font-style: normal;
  font-weight: 600;
}
.bkf-hero-lead b { color: #fff; font-weight: 700; }

.bkf-body {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 14px 14px 8px;
  background: var(--opay-light, #e2f5eb);
  border-radius: 16px 16px 0 0;
  box-shadow: none;
  overflow: hidden;
}

/* —— Hub dark zone + tonal journey steps —— */
.bkf-dark-zone {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 12px 14px;
  background: #0b3d2e;
}
.bkf-journey {
  margin: 0;
}
.bkf-journey-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.bkf-journey-step {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 12px 8px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}
.bkf-journey-step.is-hot {
  background: #e8f8f0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.bkf-journey-step.is-soon {
  background: rgba(255, 255, 255, 0.07);
}
.bkf-journey-step.is-past {
  opacity: 0.65;
  background: rgba(0, 0, 0, 0.12);
}
.bkf-journey-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(158, 240, 199, 0.12);
  color: #9ef0c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 4px;
}
.bkf-journey-step.is-hot .bkf-journey-icon {
  background: rgba(0, 184, 118, 0.16);
  color: #0b3d2e;
}
.bkf-journey-step.is-past .bkf-journey-icon {
  color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}
.bkf-journey-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00b876;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #0b3d2e;
  line-height: 1;
}
.bkf-journey-step.is-hot .bkf-journey-badge {
  box-shadow: 0 0 0 2px #e8f8f0;
  background: #0b3d2e;
}
.bkf-journey-step.is-past .bkf-journey-badge {
  background: rgba(255, 255, 255, 0.35);
}
.bkf-journey-title {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.01em;
}
.bkf-journey-step.is-hot .bkf-journey-title {
  color: #0b3d2e;
}
.bkf-journey-meta {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  color: #9ef0c7;
}
.bkf-journey-step.is-hot .bkf-journey-meta {
  color: var(--opay-dark, #00905c);
}
.bkf-journey-sub {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
  padding: 0;
}
.bkf-journey-step.is-hot .bkf-journey-sub {
  color: #5c7a6c;
}
.bkf-journey-actions {
  display: none;
}
.bkf-journey-cta {
  margin-top: 8px;
  border: 0;
  background: #00b876;
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
  max-width: 100%;
}
.bkf-journey-step.is-hot .bkf-journey-cta {
  background: #00b876;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 184, 118, 0.35);
}
.bkf-journey-step.is-hot .bkf-journey-cta.is-muted,
.bkf-journey-step.is-hot .bkf-journey-cta:disabled {
  background: rgba(11, 61, 46, 0.12);
  color: #5c7a6c;
}
.bkf-journey-cta.is-muted,
.bkf-journey-cta:disabled {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
.bkf-journey-cta.is-soft {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px rgba(158, 240, 199, 0.55);
  color: #9ef0c7;
}
.bkf-journey-conn {
  flex-shrink: 0;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 0;
  color: #9ef0c7;
  position: relative;
  padding-top: 0;
}
.bkf-journey-dash {
  position: absolute;
  left: -2px;
  right: 8px;
  top: 50%;
  border-top: 2px dashed rgba(158, 240, 199, 0.35);
}
.bkf-journey-conn i {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #9ef0c7;
  background: #0b3d2e;
  margin-left: 6px;
  border-radius: 50%;
}

.bkf-preheat-note {
  margin: -4px 0 10px;
  font-size: 12px;
  color: var(--muted, #8a8f99);
  line-height: 1.4;
}
/* Preheat products keep live green rate block (match Today's Fixed Special) */
.bkf-offer.is-preheat .bkf-offer-rate {
  background: linear-gradient(180deg, #00c98a 0%, #00b876 100%);
  color: #fff;
}
.bkf-offer-state.soon {
  color: var(--opay-dark, #00905c);
  background: var(--opay-mint, #f2f9f6);
}
.bkf-offer-wait {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--opay-dark, #00905c);
  background: rgba(0, 184, 118, 0.1);
  border: 1px solid rgba(0, 184, 118, 0.22);
}

.bkf-section { margin-top: 10px; }
.bkf-calendar-section {
  margin-top: 0;
  padding-top: 2px;
}
.bkf-section-label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #1a1a1a);
}
.bkf-calendar-section .bkf-section-label {
  margin: 0 0 10px;
  padding: 0 2px;
}

/* Promo Calendar — nodes on page bg, no inner card */
.bkf-nodes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  padding: 4px 2px 2px;
}
.bkf-nodes::before {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  top: 15px;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 0;
}
.bkf-node {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
  font-family: inherit;
}
.bkf-node-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #9aa3ad;
  background: var(--opay-light, #e2f5eb);
  border: 2px solid #d5dbe0;
  box-sizing: border-box;
}
.bkf-node.past .bkf-node-dot {
  background: var(--opay, #00b876);
  border-color: var(--opay, #00b876);
  color: #fff;
  font-size: 12px;
}
.bkf-node.current .bkf-node-dot {
  width: 28px;
  height: 28px;
  background: var(--opay, #00b876);
  border-color: var(--opay, #00b876);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 184, 118, 0.2);
}
.bkf-node-lab {
  font-size: 10px;
  color: #9aa3ad;
  font-weight: 500;
}
.bkf-node.past .bkf-node-lab { color: var(--opay-dark, #00905c); }
.bkf-node.current .bkf-node-lab {
  color: var(--opay-dark, #00905c);
  font-weight: 700;
}

/* Warmup / redeem slabs */
.bkf-slab {
  background: var(--card, #fff);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.bkf-slab-kicker {
  font-size: 11px;
  font-weight: 700;
  color: var(--opay-dark, #00905c);
}
.bkf-slab h3 {
  margin: 6px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--text, #1a1a1a);
}
.bkf-slab p {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted, #8a8f99);
}
.bkf-slab-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bkf-btn {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 999px;
  transition: transform 0.12s ease, opacity 0.12s ease;
}
.bkf-btn:active { transform: scale(0.98); }
.bkf-btn-primary {
  background: var(--black, #1f2329);
  color: #fff;
}
.bkf-btn-accent {
  background: var(--opay, #00b876);
  color: #fff;
}
.bkf-btn-ghost {
  background: var(--opay-mint, #f2f9f6);
  color: var(--opay-dark, #00905c);
}
.bkf-btn-block { width: 100%; }
.bkf-btn:disabled,
.bkf-btn.is-disabled {
  background: #d7dbe0 !important;
  color: #8a8f99 !important;
  cursor: default;
}

.bkf-ticket {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  background: var(--card, #fff);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 184, 118, 0.18);
  position: relative;
}
.bkf-ticket::before,
.bkf-ticket::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--opay-light, #e2f5eb);
  top: 50%;
  transform: translateY(-50%);
}
.bkf-ticket::before { left: -6px; }
.bkf-ticket::after { right: -6px; }
.bkf-ticket-copy {
  padding: 10px 12px 10px 14px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--text, #1a1a1a);
  font-weight: 600;
}
.bkf-ticket-copy small {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  color: var(--muted, #8a8f99);
  font-size: 10px;
}
.bkf-ticket-btn {
  border: 0;
  border-left: 1px dashed rgba(0, 184, 118, 0.35);
  background: var(--opay-mint, #f2f9f6);
  color: var(--opay-dark, #00905c);
  padding: 0 16px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
}

/* Product offer — split slab (compact for first-screen CTAs) */
.bkf-offer {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
  background: var(--card, #fff);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.bkf-offer.is-sold .bkf-offer-rate {
  background: linear-gradient(180deg, #9aa3ad 0%, #8b949e 100%);
}
.bkf-offer-rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  margin: 8px 0 8px 8px;
  padding: 10px 4px;
  border-radius: 10px;
  background: linear-gradient(180deg, #00c98a 0%, #00b876 100%);
  color: #fff;
  text-align: center;
}
.bkf-offer-rate .num {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.bkf-offer-rate .num em {
  font-style: normal;
  font-size: 12px;
}
.bkf-offer-rate .lab {
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}
.bkf-offer-main {
  padding: 10px 12px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.bkf-offer-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
}
.bkf-offer-name {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  color: var(--text, #1a1a1a);
}
.bkf-offer-desc { display: none; }
.bkf-offer-state {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
}
.bkf-offer-state.live {
  color: var(--opay-dark, #00905c);
  background: var(--opay-mint, #f2f9f6);
}
.bkf-offer-state.sold {
  color: #e53935;
  background: #fdecea;
}

.bkf-offer-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 6px 8px;
  border-radius: 10px;
  background: var(--opay-mint, #f2f9f6);
}
.bkf-offer-facts span {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted, #8a8f99);
}
.bkf-offer-facts b {
  display: block;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text, #1a1a1a);
}

.bkf-stock {
  font-size: 11px;
  color: var(--muted, #8a8f99);
}
.bkf-stock b { color: var(--opay-dark, #00905c); }
.bkf-stock.sold b { color: #e53935; }
.bkf-stock-bar {
  margin-top: 5px;
  height: 5px;
  border-radius: 999px;
  background: #eef1f4;
  overflow: hidden;
}
.bkf-stock-bar > i {
  display: block;
  height: 100%;
  min-width: 6px;
  border-radius: 999px;
  background: var(--opay, #00b876);
  font-style: normal;
}
.bkf-stock-bar.sold > i {
  background: #ff3b30;
  min-width: 8px;
}

.bkf-remind-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px dashed #e5e7eb;
  font-size: 11px;
  color: var(--muted, #8a8f99);
  line-height: 1.35;
}
.bkf-remind-row button {
  flex-shrink: 0;
  margin-left: auto;
  padding: 7px 10px;
  font-size: 11px;
}

.bkf-policy {
  margin-top: 16px;
  padding: 4px 2px 0;
}
.bkf-policy ol {
  margin: 0;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.55;
  color: var(--muted, #8a8f99);
}
.bkf-powered {
  margin: 20px 4px 0;
  text-align: center;
  font-size: 10px;
  color: var(--muted-light, #a0a5b0);
}

/* Sheet — Big Friday calendar reminder pattern */
.bkf-sheet-overlay { z-index: 40; }
.bkf-sheet {
  background: #fff;
  border-radius: 18px 18px 0 0;
  padding: 14px 16px 20px;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
.bkf-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bkf-sheet-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--text, #1a1a1a);
}
.bkf-sheet-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  margin-bottom: 16px;
  background: #f5f6f8;
  border-radius: 12px;
}
.bkf-sheet-panel > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}
.bkf-sheet-panel span { color: #888; }
.bkf-sheet-panel b {
  font-weight: 600;
  color: #111;
  text-align: right;
}
.bkf-sheet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.bkf-sheet-cancel,
.bkf-sheet-confirm {
  border-radius: 999px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.bkf-sheet-cancel {
  background: #fff;
  color: var(--opay, #00b876);
  border: 1.5px solid var(--opay, #00b876);
}
.bkf-sheet-confirm {
  background: var(--opay, #00b876);
  color: #fff;
  border: 0;
}

/* —— Grab: dark hero top / light voucher bottom —— */
.bkf-grab-page.is-split {
  padding-bottom: 0;
  background: #0b3d2e;
}
.bkf-grab-hero {
  background: #0b3d2e;
  color: #fff;
  padding-bottom: 0;
  border-radius: 0 0 16px 16px;
  position: relative;
  z-index: 2;
}
.bkf-grab-body-light {
  background: var(--opay-light, #e2f5eb);
  padding-bottom: 36px;
  border-radius: 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.bkf-grab-body-light .bkf-grid {
  padding-top: 8px;
  margin-top: 0;
}
.bkf-grab-body-light .bkf-section {
  padding-top: 12px;
}

.bkf-grab-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 14px 0;
}
.bkf-grab-nav-bar .bkf-back { color: var(--text, #1a1a1a); }
.bkf-grab-hero .bkf-grab-nav-bar .bkf-back { color: #fff; }
.bkf-grab-top {
  padding: 12px 14px 8px;
}
.bkf-bag-link {
  border: 0;
  border-radius: 999px;
  background: var(--black, #1f2329);
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
}
.bkf-grab-hero .bkf-bag-link {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.bkf-grab-brand {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--opay-dark, #00905c);
}
.bkf-grab-hero .bkf-grab-brand { color: #9ef0c7; }
.bkf-grab-title {
  margin: 8px 0 0;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text, #1a1a1a);
}
.bkf-grab-hero .bkf-grab-title { color: #fff; }
.bkf-grab-lead {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted, #8a8f99);
  max-width: 280px;
}
.bkf-grab-hero .bkf-grab-lead { color: rgba(255, 255, 255, 0.72); }

.bkf-flash-bar {
  margin: 14px 0 0;
  background: transparent;
  color: #fff;
}
.bkf-flash-bar.is-locked { opacity: 0.9; }
.bkf-flash-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(0, 0, 0, 0.18);
}
.bkf-flash-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 12px 4px 14px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  font-family: inherit;
  min-width: 0;
}
.bkf-flash-slot + .bkf-flash-slot {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08);
}
.bkf-flash-time {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: inherit;
}
.bkf-flash-date {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.85;
}
.bkf-flash-state {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bkf-flash-slot.is-ended:not(.on) {
  opacity: 0.42;
}
.bkf-flash-slot.is-soon:not(.on) {
  opacity: 0.72;
}
.bkf-flash-slot.is-ended .bkf-flash-state { color: rgba(255, 255, 255, 0.4); }
.bkf-flash-slot.is-ended.on {
  background: #2a4a3d;
  color: rgba(255,255,255,0.75);
}
.bkf-flash-slot.is-ended.on::after { background: #2a4a3d; }
.bkf-flash-slot.is-soon.on {
  background: #1a5c45;
  color: #fff;
}
.bkf-flash-slot.is-soon.on::after { background: #1a5c45; }
.bkf-flash-slot.is-soon .bkf-flash-state { color: rgba(255, 255, 255, 0.65); }
.bkf-flash-slot.is-sold .bkf-flash-state { color: #9ef0c7; }
.bkf-flash-slot.is-claimed .bkf-flash-state { color: #9ef0c7; }
.bkf-flash-slot.is-live .bkf-flash-state,
.bkf-flash-slot.on .bkf-flash-state { color: #fff; }
.bkf-flash-slot.on {
  background: var(--opay, #00b876);
  color: #fff;
  z-index: 1;
}
.bkf-flash-slot.on::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: var(--opay, #00b876);
  transform: rotate(45deg);
  border-radius: 2px;
  z-index: 2;
}
.bkf-flash-slot.is-ended.on::after,
.bkf-flash-slot.is-soon.on::after,
.bkf-flash-slot.is-claimed.on::after,
.bkf-flash-slot.is-sold.on::after {
  display: none;
}
.bkf-flash-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px 16px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.bkf-flash-ticker.is-live { background: rgba(0, 184, 118, 0.28); }
.bkf-flash-ticker.is-ok { background: rgba(0, 184, 118, 0.35); }
.bkf-flash-ticker.is-sold { background: rgba(0, 184, 118, 0.32); }
.bkf-flash-ticker.is-ended { background: rgba(0, 184, 118, 0.22); color: rgba(255,255,255,0.85); }
.bkf-flash-ticker.is-soon { background: rgba(255, 255, 255, 0.08); }
.bkf-flash-ticker b { font-weight: 800; color: #fff; }
.bkf-flash-cd {
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.bkf-note {
  margin: 12px 14px 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.4;
  background: #fff8e8;
  color: #8a6a1a;
}
.bkf-note.ok {
  background: var(--opay-mint, #f2f9f6);
  color: var(--opay-dark, #00905c);
}
.bkf-note button {
  border: 0;
  background: transparent;
  color: var(--opay-dark, #00905c);
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

.bkf-status-banner {
  margin: 12px 14px 0;
  padding: 10px 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bkf-status-banner strong {
  font-size: 13px;
  font-weight: 800;
}
.bkf-status-banner span {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.92;
}
.bkf-status-banner.is-live {
  background: var(--opay-mint, #f2f9f6);
  color: var(--opay-dark, #00905c);
}
.bkf-status-banner.is-claimed {
  background: var(--opay-mint, #f2f9f6);
  color: var(--opay-dark, #00905c);
}
.bkf-status-banner.is-sold {
  background: #fff1f0;
  color: #c0392b;
}

.bkf-grid {
  margin-top: 12px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.bkf-grid.is-locked { opacity: 0.55; pointer-events: none; }
.bkf-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  margin: 4px 0 0;
  border: 0;
  background: transparent;
  color: #9ef0c7;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.bkf-grab-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.bkf-grab-title-row .bkf-grab-title {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.bkf-hero-link i { font-size: 14px; }

.bkf-grid-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 14px;
  padding: 14px 2px 4px;
}
.bkf-grid-meta span {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted, #8a8f99);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.bkf-grid-meta b {
  font-size: 14px;
  font-weight: 800;
  color: var(--text, #1a1a1a);
}

.bkf-guide-text {
  margin: 14px 14px 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted, #8a8f99);
}
.bkf-guide-plain {
  margin: 14px 14px 0;
  padding: 0;
}
.bkf-guide-plain p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted, #8a8f99);
}
.bkf-guide-plain .bkf-btn { width: 100%; }

.bkf-legal {
  margin: 18px 14px 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bkf-legal-brand {
  margin: 0;
  font-size: 11px;
  color: var(--muted, #8a8f99);
  text-align: center;
  line-height: 1.4;
}
.bkf-legal-copy {
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1.45;
  color: #a0a5b0;
  text-align: left;
}

.bkf-cell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 12px 8px 10px;
  background: var(--card, #fff);
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid transparent;
  min-width: 0;
}
.bkf-cell.dim { opacity: 0.55; }
.bkf-cell.claimed {
  background: #e6f7ef;
  box-shadow: none;
  border: 1.5px solid rgba(0, 184, 118, 0.35);
  opacity: 1;
}
.bkf-cell.claimed .bkf-cell-val { color: var(--opay-dark, #00905c); }
.bkf-cell.is-ended,
.bkf-cell.is-soon,
.bkf-cell.is-locked,
.bkf-cell.is-gone {
  background: #f7f8fa;
  box-shadow: none;
  border: 1px solid #dde1e6;
  opacity: 1;
}
.bkf-cell.is-gone {
  background: #f0f1f3;
  border-color: #d0d4da;
}
.bkf-cell.is-gone .bkf-cell-val,
.bkf-cell.is-gone .bkf-cell-min,
.bkf-cell.is-gone .bkf-cell-left {
  color: #a0a5b0;
}
.bkf-cell-got {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 800;
  color: var(--opay-dark, #00905c);
  background: transparent;
}
.bkf-cell-got i { font-size: 14px; }
.bkf-cell-tag {
  margin-top: 4px;
  text-align: center;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 700;
  color: #8a8f99;
  letter-spacing: 0.02em;
}
.bkf-cell-val {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text, #1a1a1a);
  text-align: center;
  line-height: 1.2;
}
.bkf-cell-min {
  font-size: 10px;
  color: var(--muted, #8a8f99);
  text-align: center;
  line-height: 1.3;
}
.bkf-cell-left {
  font-size: 10px;
  font-weight: 600;
  color: #a0a5b0;
  text-align: center;
  line-height: 1.3;
}
.bkf-cell-btn {
  margin-top: 6px;
  border: 0;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 700;
  background: var(--opay, #00b876);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
}
.bkf-cell-btn:disabled {
  background: #e8eaed;
  color: #a0a5b0;
  cursor: default;
}

.bkf-guide {
  margin: 14px 14px 0;
  padding: 12px;
  border-radius: 14px;
  background: #fff8e8;
  color: #8a6a1a;
}
.bkf-guide.ok {
  background: var(--opay-mint, #f2f9f6);
  color: var(--opay-dark, #00905c);
}
.bkf-guide p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
}
.bkf-guide .bkf-btn { width: 100%; }

.bkf-preview-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bkf-preview-list li {
  font-size: 13px;
  color: var(--muted, #8a8f99);
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0, 184, 118, 0.06);
}
.bkf-preview-list b { color: var(--text, #1a1a1a); }
.bkf-preview-compact { margin-top: 4px; }
.bkf-preview-compact .bkf-preview-list { display: none; }

/* Bag */
#view-black_friday_vouchers .topbar {
  background: var(--bg, #f7f8fa);
  border-bottom: 1px solid #eef0f3;
}
#view-black_friday_vouchers .topbar h1 {
  font-weight: 800;
}
.bkf-bag-page { padding: 14px; }
.bkf-bag-hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--muted, #8a8f99);
  line-height: 1.4;
}
.bkf-bag-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px 14px 14px 16px;
  margin-bottom: 8px;
  background: var(--card, #fff);
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}
.bkf-bag-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(0, 184, 118, 0.15), var(--opay, #00b876) 40%, rgba(0, 184, 118, 0.15));
}
.bkf-bag-val {
  font-size: 24px;
  font-weight: 800;
  color: var(--opay-dark, #00905c);
}
.bkf-bag-min {
  margin-top: 2px;
  font-size: 12px;
  color: var(--muted, #8a8f99);
}
.bkf-bag-side {
  text-align: right;
  font-size: 11px;
  color: var(--muted, #8a8f99);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bkf-bag-side .ok {
  color: var(--opay-dark, #00905c);
  font-weight: 800;
}
.bkf-empty {
  text-align: center;
  padding: 56px 16px;
  color: var(--muted, #8a8f99);
  font-size: 13px;
  line-height: 1.5;
}

.bkf-dbg-label {
  width: 100%;
  margin: 10px 0 4px;
  font-size: 10px;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bkf-debug-panel .debug-panel-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
