.elementor-20613 .elementor-element.elementor-element-9e5ddfd{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-cd45297 */:root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Background with soft festive gradient */
.bingo-app-wrapper {
  margin: 0;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #fef3c7 0, #fecaca 30%, #0f172a 90%);
}

/* Main card with Christmas border */
.bingo-app {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  border-radius: 20px;
  padding: 28px;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  border: 4px solid #fbbf24;
  position: relative;
  overflow: hidden;
}

/* Little “garland” bar at the top */
.bingo-app::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 14px;
  background-image: repeating-linear-gradient(
    45deg,
    #b91c1c 0,
    #b91c1c 15px,
    #facc15 15px,
    #facc15 30px,
    #16a34a 30px,
    #16a34a 45px
  );
}

/* Title + subtitle */
.bingo-app h1 {
  margin: 0 0 8px;
  font-size: 2rem;
  text-align: center;
  color: #b91c1c;
  text-shadow: 0 0 8px rgba(248, 250, 252, 0.9);
}

.bingo-subtitle {
  text-align: center;
  margin-bottom: 20px;
  color: #065f46;
  font-size: 0.98rem;
}

/* Mode buttons */
.bingo-role-select {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.bingo-app button {
  border-radius: 9999px;
  border: none;
  padding: 10px 20px;
  font-size: 0.95rem;
  cursor: pointer;
  background: #b91c1c; /* Christmas red */
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.08s ease, box-shadow 0.12s ease, background 0.12s ease;
  box-shadow: 0 4px 12px rgba(148, 27, 27, 0.45);
}

.bingo-app button.secondary {
  background: #16a34a; /* Christmas green */
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.4);
}

.bingo-app button:hover {
  background: #991b1b;
}

.bingo-app button.secondary:hover {
  background: #15803d;
}

.bingo-app button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.bingo-app button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Layout */
.bingo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 24px;
}

@media (max-width: 800px) {
  .bingo-layout {
    grid-template-columns: 1fr;
  }
}

/* Panels */
.bingo-caller-panel,
.bingo-player-panel {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 16px;
  background: linear-gradient(135deg, #ffffff, #fef9c3);
}

.bingo-panel-title {
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #1f2933;
}

/* Little gold tags */
.bingo-panel-badge {
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #facc15, #f97316);
  color: #78350f;
  font-weight: 700;
}

/* Current number display */
.bingo-current-number {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin: 10px 0 12px;
  padding: 14px;
  border-radius: 16px;
  background: radial-gradient(circle at top, #f97316, #b91c1c);
  color: #fefce8;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  border: 2px solid #facc15;
}

.bingo-caller-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

/* Called numbers list */
.bingo-called-list {
  max-height: 200px;
  overflow-y: auto;
  border-radius: 12px;
  background: #f9fafb;
  padding: 10px;
  border: 1px solid #e5e7eb;
  font-size: 0.9rem;
}

.bingo-called-list h3 {
  margin-top: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

.bingo-called-row {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bingo-called-label {
  width: 16px;
  font-weight: 700;
  color: #b91c1c;
}

.bingo-called-numbers {
  flex: 1;
}

/* Player card area */
.bingo-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bingo-player-controls {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.bingo-player-hint {
  font-size: 0.8rem;
  color: #4b5563;
}

/* Card itself */
.bingo-card {
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #b91c1c;
  background: #ffffff;
}

/* BINGO header with gradient */
.bingo-header-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: linear-gradient(90deg, #b91c1c, #facc15, #16a34a);
  color: #f9fafb;
  text-align: center;
  font-weight: 800;
  padding: 8px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.bingo-header-row div {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

/* Grid + cells */
.bingo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.bingo-cell {
  border-top: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  padding: 12px 4px;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  transition: background 0.12s ease, color 0.12s ease, transform 0.06s ease, box-shadow 0.08s ease;
  background: #f9fafb;
}

.bingo-cell:nth-child(5n) {
  border-right: none;
}

.bingo-cell:hover {
  background: #fee2e2;
}

/* Marked = red Christmas bauble */
.bingo-cell.marked {
  background: radial-gradient(circle at top, #fecaca, #b91c1c);
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 2px #facc15;
  transform: scale(0.98);
}

/* FREE space = golden present */
.bingo-cell.free {
  background: radial-gradient(circle at top, #fef3c7, #fbbf24);
  color: #78350f;
  font-weight: 800;
  cursor: default;
  position: relative;
}

.bingo-cell.free::after {
  content: "🎁";
  display: block;
  font-size: 1.1rem;
  margin-top: 2px;
}

.bingo-cell.free.marked {
  background: radial-gradient(circle at top, #bbf7d0, #16a34a);
  color: #064e3b;
}

/* Footnote */
.bingo-tiny {
  font-size: 0.78rem;
  color: #6b7280;
  text-align: center;
  margin-top: 6px;
}

/* Hide panel helper */
.bingo-hidden {
  display: none !important;
}/* End custom CSS */