/* ===========================================================================
 * OBN Kids Zone — hub & chrome styling. Individual games inject their own
 * styles; this covers the branded hub, game overlay, win screen, confetti.
 * ======================================================================== */
.obnk-zone {
  --obnk-bg1: #4b2e83; --obnk-bg2: #1b2a8a;
  font-family: "Baloo 2", "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #fff;
  background: radial-gradient(120% 120% at 0% 0%, var(--obnk-bg1), var(--obnk-bg2) 55%, #0c1030 100%);
  border-radius: 28px;
  padding: clamp(16px, 3vw, 36px);
  box-sizing: border-box;
}
.obnk-zone * { box-sizing: border-box; }

/* Header */
.obnk-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.obnk-logo { font-size: clamp(26px, 4vw, 44px); font-weight: 800; letter-spacing: .5px; }
.obnk-star-pill { background: rgba(255,255,255,.16); padding: 10px 20px; border-radius: 999px; font-size: clamp(18px, 2.4vw, 26px); }
.obnk-star-pill b { font-variant-numeric: tabular-nums; }

/* Daily cards */
.obnk-daily { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 26px; }
@media (max-width: 640px) { .obnk-daily { grid-template-columns: 1fr; } }
.obnk-daily-card { border-radius: 20px; padding: 18px 20px; color: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.obnk-daily-verse { background: linear-gradient(135deg,#3a86ff,#274bb0); }
.obnk-daily-story { background: linear-gradient(135deg,#22c1a4,#1f8a6d); }
.obnk-daily-mission { background: linear-gradient(135deg,#ff9f1c,#e8603c); }
.obnk-daily-title { font-weight: 800; font-size: 20px; margin-bottom: 6px; }
.obnk-daily-body { font-size: 18px; opacity: .96; }

/* Section heads */
.obnk-section-head { font-size: clamp(20px, 2.6vw, 30px); font-weight: 800; margin: 22px 0 14px; }
.obnk-section-head .obnk-count { background: rgba(255,255,255,.2); border-radius: 999px; padding: 2px 12px; font-size: .7em; margin-left: 8px; }

/* Game grid + cards */
.obnk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
.obnk-card {
  border: none; cursor: pointer; color: #fff; border-radius: 24px; padding: 22px 12px;
  min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  font-family: inherit; box-shadow: 0 8px 22px rgba(0,0,0,.28); transition: transform .14s ease, box-shadow .14s ease;
}
.obnk-card:hover, .obnk-card:focus-visible { transform: translateY(-4px) scale(1.04); box-shadow: 0 14px 30px rgba(0,0,0,.38); outline: none; }
.obnk-card-emoji { font-size: 56px; line-height: 1; }
.obnk-card-title { font-size: 20px; font-weight: 800; text-align: center; }

/* Sticker shelf */
.obnk-sticker-shelf { margin-top: 30px; }
.obnk-sticker-row { display: flex; flex-wrap: wrap; gap: 12px; }
.obnk-sticker { width: 76px; height: 76px; border-radius: 50%; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; font-size: 40px; }
.obnk-sticker-empty { opacity: .8; font-size: 18px; padding: 8px 0; }

/* Game overlay + panel */
.obnk-overlay { position: fixed; inset: 0; z-index: 99999; background: rgba(6,8,24,.78); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 16px; }
.obnk-panel {
  --obnk-accent: #3a86ff;
  width: min(880px, 96vw); max-height: 94vh; overflow: hidden;
  display: flex; flex-direction: column;
  background: linear-gradient(160deg,#241a4a,#12152e); border-radius: 26px; color: #fff;
  font-family: "Baloo 2","Nunito",system-ui,sans-serif; box-shadow: 0 24px 60px rgba(0,0,0,.5);
  padding-bottom: 30px;
}
.obnk-panel-bar { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.1); background: inherit; }
.obnk-panel-title { font-size: 24px; font-weight: 800; }
.obnk-close { width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer; background: rgba(255,255,255,.15); color: #fff; font-size: 20px; }
.obnk-close:hover { background: rgba(255,255,255,.3); }
/* games (fit mode): root centres the board; .obnk-game-fit is scaled down to fit (no scroll) */
.obnk-game-root { flex: 1 1 auto; min-height: 0; padding: 14px; display: flex; overflow: hidden; }
.obnk-panel.obnk-fit .obnk-game-root { align-items: center; justify-content: center; }
.obnk-panel.obnk-fit .obnk-game-fit { transform-origin: center center; max-width: 100%; }
/* content panels (scroll mode): fill the width and scroll if tall (rewards, PIN, gate, etc.) */
.obnk-panel.obnk-scroll .obnk-game-root { align-items: stretch; justify-content: flex-start; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 18px 20px 22px; }
.obnk-panel.obnk-scroll .obnk-game-fit { width: 100%; }
/* Games were authored for a light card but the panel is dark — force the bare
   on-panel text (questions, prompts, progress, score) to a readable light colour.
   Text that sits on its own light surface (-cell/-chip/-tool/-pill/white -slot) is
   untouched and keeps its dark colour. */
.obnk-panel [class$="-q"], .obnk-panel [class$="-question"], .obnk-panel [class$="-hint"],
.obnk-panel [class$="-prog"], .obnk-panel [class$="-progress"], .obnk-panel [class$="-score"],
.obnk-panel [class$="-status"], .obnk-panel [class$="-prompt"] { color: #f4f1ff !important; }

/* Shared win screen */
.obnk-result { text-align: center; padding: 30px 16px; }
.obnk-result-emoji { font-size: 84px; }
.obnk-result-big { font-size: 44px; font-weight: 800; margin: 8px 0; }
.obnk-result-msg { font-size: 20px; opacity: .92; margin-bottom: 20px; }
.obnk-btn {
  font-family: inherit; cursor: pointer; border: none; border-radius: 999px; padding: 14px 34px;
  font-size: 20px; font-weight: 800; color: #1a1330; background: #ffd400;
}
.obnk-btn:hover { filter: brightness(1.05); }

/* Confetti */
.obnk-confetti { position: fixed; inset: 0; pointer-events: none; z-index: 100000; overflow: hidden; }
.obnk-confetti span { position: absolute; top: -40px; animation: obnk-fall linear forwards; }
@keyframes obnk-fall { to { transform: translateY(110vh) rotate(360deg); opacity: 0; } }

/* ---- header right + rank banner ---- */
.obnk-headright { display: flex; align-items: center; gap: 12px; }
.obnk-avatar-btn { width: 56px; height: 56px; border-radius: 50%; border: 3px solid rgba(255,255,255,.5); background: rgba(255,255,255,.16); font-size: 30px; cursor: pointer; line-height: 1; }
.obnk-avatar-btn:hover { transform: scale(1.06); }
.obnk-rankbanner { display: flex; align-items: center; gap: 16px; width: 100%; border: none; cursor: pointer; color: #fff; text-align: left; border-radius: 22px; padding: 14px 20px; margin-bottom: 22px; font-family: inherit; box-shadow: 0 8px 22px rgba(0,0,0,.25); }
.obnk-rankbanner:hover { filter: brightness(1.04); }
.obnk-bnav { font-size: 40px; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.2); border-radius: 18px; }
.obnk-bnmid { flex: 1; min-width: 0; }
.obnk-bnmid b { font-size: 22px; display: block; }
.obnk-bntrack { display: block; height: 9px; border-radius: 999px; background: rgba(255,255,255,.3); margin: 7px 0; overflow: hidden; }
.obnk-bntrack span { display: block; height: 100%; background: #fff; border-radius: 999px; }
.obnk-bnmid small { opacity: .92; font-size: 14px; }
.obnk-bngo { font-size: 28px; }

/* ---- rewards hub ---- */
.obnk-rankcard { display: flex; gap: 16px; align-items: center; border: 3px solid; border-radius: 22px; padding: 16px; background: rgba(255,255,255,.06); }
.obnk-rankav { font-size: 40px; width: 70px; height: 70px; border: 3px solid; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.obnk-rankmid { flex: 1; min-width: 0; }
.obnk-rankname { font-size: 24px; font-weight: 800; }
.obnk-ranktrack { height: 10px; background: rgba(255,255,255,.2); border-radius: 999px; margin: 8px 0; overflow: hidden; }
.obnk-rankfill { height: 100%; border-radius: 999px; }
.obnk-ranknext { opacity: .9; font-size: 15px; }
.obnk-chiprow { display: flex; gap: 12px; margin: 16px 0; flex-wrap: wrap; }
.obnk-chip { background: rgba(255,255,255,.14); border-radius: 999px; padding: 8px 16px; font-size: 16px; font-weight: 700; }
.obnk-sec { font-size: 22px; font-weight: 800; margin: 22px 0 12px; }
.obnk-note { color: #ffd400; font-weight: 700; min-height: 22px; }
.obnk-shop { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; }
.obnk-shopcell { border: 2px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); border-radius: 18px; padding: 14px 8px; cursor: pointer; color: #fff; font-family: inherit; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.obnk-shopcell.sel { border-color: #ffd400; background: rgba(255,212,0,.12); }
.obnk-shopemoji { font-size: 42px; }
.obnk-shopname { font-size: 15px; font-weight: 700; }
.obnk-tag { font-size: 13px; font-weight: 800; background: rgba(255,255,255,.16); border-radius: 999px; padding: 3px 10px; }
.obnk-tag.muted { background: transparent; opacity: .7; }
.obnk-badges { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 12px; }
.obnk-badge { border: 2px solid rgba(255,255,255,.14); border-radius: 16px; padding: 14px 6px; text-align: center; opacity: .6; }
.obnk-badge.got { border-color: #ffb703; background: rgba(255,183,3,.12); opacity: 1; }
.obnk-badge span { font-size: 30px; display: block; }
.obnk-badge small { font-size: 13px; display: block; margin-top: 4px; }
.obnk-streak { display: flex; align-items: center; gap: 18px; background: rgba(255,255,255,.06); border-radius: 18px; padding: 16px; flex-wrap: wrap; }
.obnk-streakstat { text-align: center; }
.obnk-streakstat b { font-size: 30px; display: block; }
.obnk-streakstat small { opacity: .85; }
.obnk-streakgoals { flex: 1; min-width: 160px; font-size: 15px; line-height: 1.7; }

/* ---- parental gate + grown-ups ---- */
.obnk-gate { text-align: center; padding: 16px; }
.obnk-gate-sub { font-size: 18px; opacity: .9; }
.obnk-gate-code { font-size: 48px; font-weight: 800; letter-spacing: 4px; margin: 14px 0; }
.obnk-gate-input { width: 180px; font-size: 32px; text-align: center; padding: 10px; border-radius: 14px; border: 2px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1); color: #fff; }
.obnk-gate-err { color: #ff8d8d; margin-top: 10px; font-weight: 700; }
.obnk-gate-go { display: block; margin: 18px auto 8px; }
.obnk-gate-refresh { background: none; border: none; color: rgba(255,255,255,.7); cursor: pointer; font-size: 14px; font-family: inherit; }
.obnk-grown { padding: 8px 6px 16px; font-size: 18px; line-height: 1.6; }
.obnk-grown ul { padding-left: 4px; list-style: none; }
.obnk-grown li { margin: 8px 0; }
.obnk-grown .obnk-btn { display: inline-block; text-decoration: none; margin-top: 12px; }

/* ---- footer ---- */
.obnk-foot { margin-top: 26px; text-align: center; }
.obnk-grownbtn { background: rgba(255,255,255,.12); border: none; color: rgba(255,255,255,.85); cursor: pointer; font-family: inherit; font-size: 16px; padding: 10px 22px; border-radius: 999px; }
.obnk-grownbtn:hover { background: rgba(255,255,255,.22); }

/* ---- embedded mode (games shown inside the Kids page, below the hero) ---- */
.obnk-zone.obnk-embed { background: transparent; padding: 8px 50px 40px; max-width: 1400px; margin: 0 auto; border-radius: 20px; }
.obnk-zone.obnk-embed .obnk-logo { font-size: clamp(20px, 2.6vw, 30px); }
@media (max-width: 767px){ .obnk-zone.obnk-embed { padding: 8px 16px 32px; } }

/* ---- Grown-Ups parental-control page (dark, app-style) ---- */
.obnk-gu { max-width: 720px; margin: 0 auto; padding: 8px 18px 60px; color: #fff; font-family: "Baloo 2","Nunito",system-ui,sans-serif; }
.obnk-gu-sec { margin: 26px 0 0; }
.obnk-gu-h { font-size: 1.4rem; font-weight: 800; margin: 0 0 4px; }
.obnk-gu-sub { color: #9aa0aa; font-size: .95rem; margin: 0 0 14px; }
.obnk-gu-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.obnk-gu-pill { flex: 1; min-width: 64px; padding: 12px 10px; border-radius: 999px; border: 1.5px solid #2a2a31; background: #1a1a1f; color: #cfcfd6; font-family: inherit; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all .15s; }
.obnk-gu-pill:hover { border-color: #3a3a44; }
.obnk-gu-pill.on { border-color: #7c5cff; background: rgba(124,92,255,.16); color: #fff; }
.obnk-gu-row { display: flex; gap: 10px; align-items: stretch; margin-bottom: 10px; }
.obnk-gu-input { flex: 1; min-width: 0; padding: 14px 16px; border-radius: 14px; border: 1.5px solid #2a2a31; background: #141418; color: #fff; font-family: inherit; font-size: 1rem; }
.obnk-gu-input::placeholder { color: #6b6b76; }
.obnk-gu-input:focus { outline: none; border-color: #7c5cff; }
.obnk-gu-ok { flex: 0 0 auto; width: 64px; border-radius: 14px; border: none; background: #26262e; color: #fff; font-size: 1.3rem; font-weight: 800; cursor: pointer; }
.obnk-gu-ok:hover { background: #32323c; }
.obnk-gu-add { background: #2857b7; } .obnk-gu-add:hover { background: #3265cf; }
.obnk-gu-lock { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; border: none; cursor: pointer; background: #1a1a1f; border-radius: 16px; padding: 16px; color: #fff; font-family: inherit; }
.obnk-gu-lock.off { opacity: .6; cursor: default; }
.obnk-gu-lockico { font-size: 1.5rem; }
.obnk-gu-lockmid { flex: 1; } .obnk-gu-lockmid b { display: block; font-size: 1.05rem; } .obnk-gu-lockmid small { color: #9aa0aa; }
.obnk-gu-toggle { width: 52px; height: 30px; border-radius: 999px; background: #33333c; position: relative; flex: none; transition: background .15s; }
.obnk-gu-toggle i { position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; transition: left .15s; }
.obnk-gu-toggle.on { background: #34c759; } .obnk-gu-toggle.on i { left: 25px; }
.obnk-gu-prof { display: flex; align-items: center; gap: 14px; background: #1a1a1f; border: 1.5px solid #26262e; border-radius: 16px; padding: 14px 16px; margin-bottom: 10px; cursor: pointer; transition: border-color .15s; }
.obnk-gu-prof.active { border-color: #7c5cff; }
.obnk-gu-profav { width: 48px; height: 48px; border-radius: 50%; background: #2a2a31; display: flex; align-items: center; justify-content: center; font-size: 26px; flex: none; }
.obnk-gu-profmid { flex: 1; min-width: 0; } .obnk-gu-profmid b { display: block; font-size: 1.05rem; } .obnk-gu-profmid small { color: #9aa0aa; }
.obnk-gu-active { color: #34c759; font-weight: 700; font-size: .85rem; }
.obnk-gu-profx { flex: none; width: 34px; height: 34px; border-radius: 50%; border: none; background: transparent; color: #6b6b76; font-size: 1rem; cursor: pointer; }
.obnk-gu-profx:hover { background: #2a2a31; color: #ff6b6b; }
.obnk-gu-about { display: flex; align-items: center; gap: 14px; background: #1a1a1f; border-radius: 16px; padding: 16px; margin-bottom: 10px; }
.obnk-gu-aboutico { width: 44px; height: 44px; border-radius: 50%; background: #26262e; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex: none; }
.obnk-gu-aboutmid b { display: block; font-size: 1.05rem; } .obnk-gu-aboutmid small { color: #9aa0aa; }
.obnk-gu-locked { text-align: center; padding: 60px 20px; color: #fff; font-family: "Baloo 2","Nunito",system-ui,sans-serif; }
.obnk-gu-lockbig { font-size: 54px; } .obnk-gu-locked h2 { margin: 12px 0 6px; font-weight: 800; } .obnk-gu-locked p { color: #9aa0aa; margin: 0 0 18px; }
.obnk-gu-loading { text-align: center; padding: 60px; color: #9aa0aa; font-family: "Baloo 2","Nunito",system-ui,sans-serif; }
/* secret PIN keypad */
.obnk-pinpad { text-align: center; padding: 8px 6px 6px; }
.obnk-pinsub { color: #b8b8c4; font-size: .95rem; margin-bottom: 16px; }
.obnk-pindots { display: flex; gap: 14px; justify-content: center; margin-bottom: 6px; }
.obnk-pindot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); }
.obnk-pindot.on { background: #ffd400; border-color: #ffd400; }
.obnk-pinerr { color: #ff8d8d; font-weight: 700; min-height: 22px; font-size: .9rem; }
.obnk-pingrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 280px; margin: 6px auto 0; }
.obnk-pinkey { height: 64px; border-radius: 18px; border: none; background: rgba(255,255,255,.1); color: #fff; font-family: inherit; font-size: 1.7rem; font-weight: 800; cursor: pointer; transition: background .12s; }
.obnk-pinkey:hover { background: rgba(255,255,255,.2); } .obnk-pinkey:active { background: rgba(255,255,255,.3); }
.obnk-pinforgot { margin-top: 16px; background: none; border: none; color: rgba(255,255,255,.7); cursor: pointer; font-family: inherit; font-size: .9rem; text-decoration: underline; }
/* child editor */
.obnk-gu-editor { padding: 4px 4px 6px; }
.obnk-gu-field { display: block; margin-bottom: 12px; }
.obnk-gu-field > span, .obnk-gu-fieldlabel { display: block; font-size: .82rem; font-weight: 700; color: #b8b8c4; margin: 4px 0 6px; }
.obnk-gu-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.obnk-gu-color { padding: 4px; height: 48px; }
.obnk-gu-avrow, .obnk-gu-caprow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.obnk-gu-av { width: 48px; height: 48px; border-radius: 14px; border: 2px solid #2a2a31; background: #1a1a1f; font-size: 26px; cursor: pointer; }
.obnk-gu-av.on { border-color: #7c5cff; background: rgba(124,92,255,.18); }
.obnk-gu-cap { padding: 9px 14px; border-radius: 999px; border: 2px solid #2a2a31; background: #1a1a1f; color: #cfcfd6; font-family: inherit; font-weight: 700; cursor: pointer; }
.obnk-gu-cap.on { border-color: #7c5cff; background: rgba(124,92,255,.18); color: #fff; }
.obnk-gu-allow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.obnk-gu-chip { padding: 10px 16px; border-radius: 999px; border: 2px solid #2a2a31; background: #1a1a1f; color: #9aa0aa; font-family: inherit; font-weight: 800; cursor: pointer; }
.obnk-gu-chip.on { border-color: #34c759; background: rgba(52,199,89,.14); color: #eafff0; }
.obnk-gu-editorbtns { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.obnk-gu-editorbtns .obnk-btn { margin-left: auto; }
.obnk-gu-del { background: none; border: none; color: #ff7b7b; font-family: inherit; font-weight: 700; cursor: pointer; padding: 8px 4px; }
.obnk-gu-profedit { flex: none; font-size: 1.1rem; opacity: .7; }
.obnk-gu-prof:hover .obnk-gu-profedit { opacity: 1; }
.obnk-gu-wide { width: auto !important; padding: 0 20px !important; }
.obnk-gu-signin { background: linear-gradient(135deg,#2857b7,#5b3bd0); border-radius: 18px; padding: 18px 20px; margin-bottom: 8px; color: #fff; display: flex; flex-direction: column; gap: 4px; }
.obnk-gu-signin b { font-size: 1.05rem; } .obnk-gu-signin small { color: rgba(255,255,255,.85); }
.obnk-gu-signin .obnk-btn { align-self: flex-start; margin-top: 10px; padding: 10px 26px; }
/* "Who's watching?" entry picker */
.obnk-whos { position: fixed; inset: 0; z-index: 99997; background: radial-gradient(120% 120% at 50% 0%, #4b2e83, #1b2a8a 60%, #0c1030 100%); display: flex; align-items: center; justify-content: center; padding: 24px; font-family: "Baloo 2","Nunito",system-ui,sans-serif; }
.obnk-whos-inner { text-align: center; max-width: 720px; width: 100%; }
.obnk-whos-inner h2 { color: #fff; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; margin: 0 0 28px; }
.obnk-whos-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.obnk-whos-card { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 10px; font-family: inherit; }
.obnk-whos-av { width: 110px; height: 110px; border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 60px; background: rgba(255,255,255,.12); border: 3px solid transparent; transition: transform .15s, border-color .15s; }
.obnk-whos-card:hover .obnk-whos-av { transform: translateY(-4px) scale(1.04); border-color: #fff; }
.obnk-whos-nm { color: #cdd3e6; font-size: 1.1rem; font-weight: 700; }
.obnk-whos-add .obnk-whos-av { font-size: 50px; color: #b9b2e6; border: 3px dashed rgba(255,255,255,.3); }
.obnk-whos-grown { margin-top: 30px; background: rgba(255,255,255,.12); border: none; color: rgba(255,255,255,.85); cursor: pointer; font-family: inherit; font-size: 1rem; padding: 12px 26px; border-radius: 999px; }
.obnk-whos-grown:hover { background: rgba(255,255,255,.22); }
/* hero top row: profile switcher + Grown-ups button */
.kidhero-toprow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 14px; }
.kidhero-grown { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border: 2px solid rgba(255,255,255,.35); background: rgba(255,255,255,.12); border-radius: 999px; color: #fff; font-family: inherit; font-weight: 800; font-size: .9rem; cursor: pointer; transition: background .15s, transform .12s; }
.kidhero-grown:hover { background: rgba(255,255,255,.24); transform: translateY(-1px); }
/* daily verse reference */
.obnk-daily-ref { opacity: .9; font-weight: 700; white-space: nowrap; }
/* hero profile switcher chip (shared-device profile change) */
.kidhero-profile { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border: 2px solid rgba(255,255,255,.35); background: rgba(255,255,255,.14); border-radius: 999px; color: #fff; font-family: inherit; font-weight: 800; font-size: .92rem; cursor: pointer; transition: background .15s, transform .12s; }
.kidhero-profile:hover { background: rgba(255,255,255,.24); transform: translateY(-1px); }
.kidhero-profile-av { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; background: rgba(255,255,255,.2); flex: none; }
.kidhero-profile-switch { font-size: .72rem; font-weight: 800; letter-spacing: .03em; background: rgba(0,0,0,.18); padding: 3px 9px; border-radius: 999px; }
/* "Time's up" daily-limit lock over the Kids Zone */
.obnk-timeup { position: fixed; inset: 0; z-index: 99998; background: rgba(10,10,16,.92); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 20px; }
.obnk-timeup-card { text-align: center; max-width: 380px; background: linear-gradient(160deg,#241a4a,#12152e); border-radius: 26px; padding: 34px 26px; color: #fff; font-family: "Baloo 2","Nunito",system-ui,sans-serif; box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.obnk-timeup-emoji { font-size: 60px; } .obnk-timeup-card h2 { margin: 10px 0 6px; font-size: 1.6rem; font-weight: 800; } .obnk-timeup-card p { color: #c8c8d2; margin: 0 0 18px; }
