body.bylo-ne-bylo-page {
  background:
    linear-gradient(135deg, rgba(12, 22, 24, .96), rgba(18, 16, 24, .98) 48%, rgba(25, 18, 15, .96));
}

.bylo-shell {
  max-width: 1468px;
  align-content: start;
  gap: 14px;
}

body.bylo-ne-bylo-page .overnight-join-code-btn {
  border-color: rgba(148, 163, 184, .18) !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #f8fafc !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}

body.bylo-ne-bylo-page .overnight-join-code-btn:hover {
  border-color: rgba(148, 163, 184, .34) !important;
  background: rgba(255, 255, 255, .09) !important;
}

body.bylo-ne-bylo-page .truth-create-modal .overnight-modal__overlay,
body.bylo-ne-bylo-page .truth-join-code-modal .overnight-modal__overlay,
body.bylo-ne-bylo-page .truth-invite-modal .overnight-modal__overlay {
  background: rgba(2, 6, 12, .82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.bylo-ne-bylo-page.bylo-create-modal-open .topbar,
body.bylo-ne-bylo-page.bylo-create-modal-open .truth-games,
body.bylo-ne-bylo-page.bylo-create-modal-open .bnb-session-panel,
body.bylo-ne-bylo-page.bylo-create-modal-open .site-footer,
body.bylo-ne-bylo-page.bylo-create-modal-open .site-shell-mobile-nav {
  filter: blur(8px);
  transform: translateZ(0);
  pointer-events: none;
  transition: filter .18s ease;
}

body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .site-footer {
  display: none;
}

body.bylo-ne-bylo-page .truth-create-modal {
  background: rgba(2, 6, 12, .28);
}

body.bylo-ne-bylo-page .bnb-premium-modal {
  z-index: 2600;
  background: rgba(2, 6, 12, .36);
}

body.bylo-ne-bylo-page .bnb-premium-modal .modal__overlay {
  position: fixed;
}

body.bylo-ne-bylo-page .bnb-premium-modal .premium-gate-modal__dialog {
  max-height: min(760px, calc(100dvh - 32px));
}

body.bylo-ne-bylo-page .truth-join-code-modal .overnight-invite-dialog,
body.bylo-ne-bylo-page .truth-invite-modal .overnight-invite-dialog {
  width: min(100%, 680px);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(82, 211, 169, .12), transparent 36%),
    #101722;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .46);
}

body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 6px 12px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
  color: #f8fafc;
  text-align: left;
}

body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile:hover {
  border-color: rgba(102, 212, 163, .45);
  background: rgba(102, 212, 163, .1);
}

body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile span,
body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile strong {
  grid-column: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile span {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile strong {
  font-size: 1rem;
}

body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile i {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(102, 212, 163, .14);
  color: #66d4a3;
  font-style: normal;
}

body.bylo-ne-bylo-page .truth-invite-modal .overnight-copy-tile svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

body.bylo-ne-bylo-page .truth-create-mobile-head h2,
body.bylo-ne-bylo-page .truth-create-mobile-head p {
  letter-spacing: 0;
}

body.bylo-ne-bylo-page .truth-create-modal {
  place-items: center;
  padding: 18px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

body.bylo-ne-bylo-page .truth-create-dialog {
  width: min(860px, calc(100vw - 36px));
  max-height: calc(100dvh - 36px);
  grid-template-columns: 1fr;
  overflow: hidden;
}

body.bylo-ne-bylo-page .truth-create-dialog--mode-step {
  width: min(540px, calc(100vw - 36px));
  gap: 16px;
  padding: 22px;
}

body.bylo-ne-bylo-page .truth-create-dialog--solo-players {
  width: min(640px, calc(100vw - 36px));
}

body.bylo-ne-bylo-page .truth-create-mobile-head {
  display: grid;
  gap: 7px;
  padding-right: 46px;
}

body.bylo-ne-bylo-page .truth-create-mobile-head h2,
body.bylo-ne-bylo-page .truth-create-mobile-head p,
body.bylo-ne-bylo-page .truth-create-dialog h2,
body.bylo-ne-bylo-page .truth-create-dialog p {
  margin: 0;
}

body.bylo-ne-bylo-page .truth-create-mobile-head h2 {
  color: var(--text);
  font-size: 1.42rem;
  line-height: 1.1;
}

body.bylo-ne-bylo-page .truth-create-dialog__settings {
  min-height: 0;
  gap: 12px;
  padding: 18px 24px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

body.bylo-ne-bylo-page .truth-create-dialog h2 {
  max-width: calc(100% - 44px);
  font-size: 1.34rem;
  line-height: 1.12;
}

body.bylo-ne-bylo-page .truth-create-dialog p {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.35;
}

body.bylo-ne-bylo-page .truth-create-mobile-modes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  padding: 0;
  border-right: 0;
  background: transparent;
}

body.bylo-ne-bylo-page .truth-create-mobile-modes .overnight-create-mode {
  position: relative;
  min-height: 70px;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 11px;
  padding: 11px 13px;
  border-radius: 16px;
}

body.bylo-ne-bylo-page .truth-create-mobile-modes .overnight-create-mode i {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, .06);
  font-style: normal;
  font-size: 1.12rem;
}

body.bylo-ne-bylo-page .truth-create-mobile-modes .overnight-create-mode strong {
  grid-column: 2;
  align-self: end;
  overflow: hidden;
  font-size: .98rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.bylo-ne-bylo-page .truth-create-mobile-modes .overnight-create-mode span {
  grid-column: 2;
  align-self: start;
  overflow: hidden;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.bylo-ne-bylo-page .truth-create-mobile-modes .overnight-create-mode::after {
  content: "";
  grid-column: 3;
  grid-row: 1 / span 2;
  width: 10px;
  height: 10px;
  justify-self: end;
  border: 2px solid rgba(148, 163, 184, .42);
  border-radius: 999px;
}

body.bylo-ne-bylo-page .truth-create-mobile-modes .overnight-create-mode.is-active::after {
  border-color: rgba(102, 212, 163, .82);
  background: #66d4a3;
  box-shadow: 0 0 0 5px rgba(102, 212, 163, .12);
}

body.bylo-ne-bylo-page .truth-player-stepper {
  display: grid;
  gap: 6px;
}

body.bylo-ne-bylo-page .truth-player-stepper > span,
body.bylo-ne-bylo-page .truth-invite-setup-modal__selected-label,
body.bylo-ne-bylo-page .overnight-create-kicker {
  font-size: .68rem;
}

body.bylo-ne-bylo-page .truth-player-stepper div {
  flex-wrap: wrap;
  gap: 7px;
}

body.bylo-ne-bylo-page .truth-player-stepper button,
body.bylo-ne-bylo-page .truth-player-stepper button:first-child,
body.bylo-ne-bylo-page .truth-player-stepper button:last-child {
  min-width: 38px;
  min-height: 32px;
  border-radius: 9px;
}

body.bylo-ne-bylo-page .truth-create-category-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(84px, auto);
  gap: 8px;
}

body.bylo-ne-bylo-page .truth-create-category {
  position: relative;
  min-height: 84px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 12px;
}

body.bylo-ne-bylo-page .truth-create-category.is-selected {
  border-color: rgba(251, 191, 36, .54);
  background: linear-gradient(180deg, rgba(251, 191, 36, .15), rgba(82, 183, 136, .08));
}

body.bylo-ne-bylo-page .truth-create-category.is-locked {
  padding-top: 26px;
}

body.bylo-ne-bylo-page .truth-create-category .truth-invite-category__emoji {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  font-size: .96rem;
}

body.bylo-ne-bylo-page .truth-create-category .truth-invite-category__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: .86rem;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.bylo-ne-bylo-page .truth-create-category__description {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(203, 213, 225, .68);
  font-size: .68rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.bylo-ne-bylo-page .truth-create-category__mark {
  min-width: 28px;
  height: 26px;
  padding: 0 8px;
}

body.bylo-ne-bylo-page .truth-create-category__premium {
  top: 8px;
  right: 10px;
}

body.bylo-ne-bylo-page .truth-create-selected {
  gap: 6px;
  padding-top: 0;
}

body.bylo-ne-bylo-page .truth-create-continue {
  width: 100%;
  min-height: 42px;
}

body.bylo-ne-bylo-page .bnb-create-submode-grid {
  gap: 9px;
}

body.bylo-ne-bylo-page .bnb-create-submode-grid button {
  min-height: 78px;
}

body.bylo-ne-bylo-page .bnb-create-timer-options {
  padding: 13px;
}

body.bylo-ne-bylo-page .bnb-player-names-step {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bnb-panel,
.bnb-session-panel {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.bnb-setup-panel,
.bnb-game-panel {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 28px);
}

.bnb-session-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
}

.bnb-session-panel span,
.bnb-kicker {
  color: #9ee5c1;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bnb-session-panel h3,
.bnb-session-panel p {
  margin: 0;
}

.bnb-session-panel h3 {
  font-size: 1.05rem;
}

.bnb-session-panel p,
.bnb-intro p,
.bnb-section-head p {
  color: var(--muted);
  line-height: 1.45;
}

.bnb-session-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.bnb-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, .22fr);
  gap: 18px;
  align-items: stretch;
}

.bnb-intro__copy {
  display: grid;
  gap: 8px;
}

.bnb-intro h2,
.bnb-section-head h3,
.bnb-question-card h2 {
  margin: 0;
  letter-spacing: 0;
}

.bnb-intro h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.02;
}

.bnb-intro__score {
  display: grid;
  place-items: center;
  min-height: 156px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(82, 183, 136, .18), rgba(255, 255, 255, .04) 48%, rgba(255, 141, 105, .16));
}

.bnb-intro__score b,
.bnb-intro__score span {
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bnb-intro__score strong {
  font-size: 3.4rem;
  line-height: .85;
}

.bnb-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bnb-mode-card,
.bnb-category,
.bnb-submode-grid button,
.bnb-player-stepper button,
.bnb-timer-options button {
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  color: var(--text);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease;
}

.bnb-mode-card {
  display: grid;
  gap: 6px;
  min-height: 126px;
  padding: 16px;
  text-align: left;
}

.bnb-mode-card:hover,
.bnb-category:hover,
.bnb-submode-grid button:hover,
.bnb-player-stepper button:hover,
.bnb-timer-options button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, .22);
}

.bnb-mode-card.is-active,
.bnb-submode-grid button.is-active,
.bnb-player-stepper button.is-active,
.bnb-timer-options button.is-active {
  border-color: rgba(82, 183, 136, .62);
  background: rgba(82, 183, 136, .12);
}

.bnb-mode-card span {
  color: #9ee5c1;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bnb-mode-card strong {
  font-size: 1.12rem;
}

.bnb-mode-card small {
  color: var(--muted);
  line-height: 1.35;
}

.bnb-submode-grid,
.bnb-timer-options div,
.bnb-player-stepper div {
  display: grid;
  gap: 8px;
}

.bnb-submode-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bnb-submode-grid button,
.bnb-player-stepper button,
.bnb-timer-options button {
  min-height: 42px;
  padding: 0 12px;
  font-weight: 900;
}

.bnb-submode-grid button {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px 14px;
  text-align: left;
}

.bnb-submode-grid button strong {
  font-size: 1rem;
  line-height: 1.15;
}

.bnb-submode-grid button small {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.28;
}

.bnb-submode-grid button.is-active small {
  color: rgba(226, 250, 240, .78);
}

.bnb-timer-options,
.bnb-player-stepper {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.bnb-timer-options span,
.bnb-player-stepper > span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
}

.bnb-timer-options div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bnb-player-stepper div {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.bnb-player-names {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.bnb-player-names label {
  display: grid;
  gap: 7px;
}

.bnb-player-names span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.bnb-player-names input {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: var(--text);
  font: inherit;
}

.bnb-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.bnb-section-head p {
  max-width: 460px;
  margin: 0;
  text-align: right;
}

.bnb-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bnb-category {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 154px;
  padding: 14px;
  text-align: left;
}

.bnb-category.is-selected {
  border-color: rgba(251, 191, 36, .62);
  background: rgba(251, 191, 36, .1);
}

.bnb-category.is-locked {
  border-color: rgba(255, 255, 255, .09);
}

.bnb-category b {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(251, 191, 36, .16);
  color: #fbd38d;
  font-size: .66rem;
  text-transform: uppercase;
}

.bnb-category i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

.bnb-category span {
  color: #9ee5c1;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bnb-category strong {
  font-size: 1rem;
}

.bnb-category small {
  color: var(--muted);
  line-height: 1.4;
}

.bnb-actions,
.bnb-game-actions {
  display: grid;
  gap: 10px;
}

.bnb-actions .action-btn {
  min-height: 50px;
}

.bnb-game-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}

.bnb-stat {
  position: relative;
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 86px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}

.bnb-stat span {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bnb-stat strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.24rem;
}

.bnb-stat i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--progress);
  height: 3px;
  background: #fbbf24;
}

.bnb-question-card {
  display: grid;
  gap: 14px;
  min-height: 268px;
  align-content: center;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(34, 197, 94, .14), rgba(255, 255, 255, .035) 48%, rgba(255, 141, 105, .13)),
    rgba(255, 255, 255, .035);
}

.bnb-turn-player {
  display: inline-grid;
  width: max-content;
  max-width: 100%;
  gap: 3px;
  padding: 9px 12px;
  border: 1px solid rgba(158, 229, 193, .28);
  border-radius: 8px;
  background: rgba(82, 183, 136, .12);
}

.bnb-turn-player span,
.bnb-question-card__eyebrow {
  color: #9ee5c1;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bnb-turn-player strong {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bnb-question-card h2 {
  max-width: 900px;
  font-size: clamp(1.7rem, 4.1vw, 3rem);
  line-height: 1.06;
}

.bnb-question-card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.bnb-action-btn {
  min-height: 56px;
}

.bnb-action-btn--go {
  border-color: rgba(94, 234, 181, .72) !important;
  background: linear-gradient(180deg, rgba(52, 211, 153, .94), rgba(16, 132, 96, .92)) !important;
  color: #f8fffb !important;
  box-shadow:
    0 16px 34px rgba(16, 185, 129, .22),
    inset 0 1px 0 rgba(255, 255, 255, .22) !important;
}

.bnb-action-btn--go:hover {
  border-color: rgba(167, 243, 208, .9) !important;
  background: linear-gradient(180deg, rgba(74, 222, 128, .98), rgba(18, 148, 107, .96)) !important;
}

.bnb-action-btn--pause {
  border-color: rgba(148, 163, 184, .22) !important;
  background: rgba(255, 255, 255, .075) !important;
  color: var(--text) !important;
}

.bnb-game-actions:empty {
  display: none;
}

.bnb-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bnb-answer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, opacity .16s ease;
}

.bnb-answer:disabled {
  opacity: .58;
  cursor: not-allowed;
}

.bnb-answer.is-selected {
  opacity: 1;
  border-color: rgba(255, 255, 255, .76);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, .22),
    inset 0 0 0 1px rgba(255, 255, 255, .34),
    0 18px 34px rgba(0, 0, 0, .28);
}

.bnb-answer--yes.is-selected {
  border-color: rgba(102, 212, 163, .98);
  box-shadow:
    0 0 0 2px rgba(102, 212, 163, .34),
    inset 0 0 0 1px rgba(255, 255, 255, .34),
    0 18px 34px rgba(34, 197, 94, .2);
}

.bnb-answer--no.is-selected {
  border-color: rgba(255, 141, 105, .98);
  box-shadow:
    0 0 0 2px rgba(255, 141, 105, .34),
    inset 0 0 0 1px rgba(255, 255, 255, .34),
    0 18px 34px rgba(255, 95, 95, .18);
}

.bnb-answer span {
  font-size: 1.18rem;
  font-weight: 900;
  text-align: left;
}

.bnb-answer strong {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
}

.bnb-answer--yes {
  background: linear-gradient(150deg, rgba(34, 197, 94, .3), rgba(13, 74, 63, .42));
}

.bnb-answer--no {
  background: linear-gradient(150deg, rgba(255, 141, 105, .3), rgba(116, 48, 62, .42));
}

.bnb-history {
  display: grid;
  gap: 10px;
}

.bnb-history__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.bnb-history__head span {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
}

.bnb-history__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.bnb-history-item {
  display: grid;
  gap: 5px;
  min-height: 110px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.bnb-history-item.is-yes {
  border-color: rgba(82, 183, 136, .24);
}

.bnb-history-item.is-no {
  border-color: rgba(255, 141, 105, .24);
}

.bnb-history-item span,
.bnb-history-item p {
  color: var(--muted);
}

.bnb-history-item span {
  font-size: .76rem;
  font-weight: 900;
}

.bnb-history-item p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: .84rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bnb-premium-modal .modal__dialog {
  width: min(960px, calc(100vw - 28px));
}

@media (max-width: 820px) {
  html:has(body.bylo-ne-bylo-page.bylo-create-modal-open),
  body.bylo-ne-bylo-page.bylo-create-modal-open {
    min-height: 100%;
    overflow: visible !important;
    overflow-y: auto !important;
  }

  body.bylo-ne-bylo-page.bylo-create-modal-open.modal-open {
    position: static !important;
    width: auto !important;
    overflow: visible !important;
    overflow-y: auto !important;
  }

  body.bylo-ne-bylo-page.bylo-create-modal-open .topbar,
  body.bylo-ne-bylo-page.bylo-create-modal-open .truth-games,
  body.bylo-ne-bylo-page.bylo-create-modal-open .bnb-session-panel,
  body.bylo-ne-bylo-page.bylo-create-modal-open .site-footer,
  body.bylo-ne-bylo-page.bylo-create-modal-open .site-shell-mobile-nav {
    display: none !important;
    filter: none !important;
    transform: none !important;
  }

  body.bylo-ne-bylo-page .truth-create-modal {
    position: absolute;
    inset: 0 auto auto 0;
    display: block;
    width: 100%;
    min-height: 100%;
    align-items: stretch;
    justify-items: stretch;
    padding: 0;
    overflow: visible;
    background:
      radial-gradient(circle at 18% -8%, rgba(82, 211, 169, .12), transparent 36%),
      linear-gradient(180deg, #071018 0%, #090d14 100%);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.bylo-ne-bylo-page .truth-create-modal .overnight-modal__overlay {
    display: none;
  }

  body.bylo-ne-bylo-page .bnb-premium-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: start center;
    align-items: start;
    min-height: 100dvh;
    padding: max(10px, env(safe-area-inset-top, 0px) + 10px) 10px calc(104px + env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  body.bylo-ne-bylo-page .bnb-premium-modal .premium-gate-modal__dialog {
    width: min(100%, 680px);
    max-height: none;
    overflow: visible;
    margin: 0 auto;
  }

  body.bylo-ne-bylo-page .truth-create-dialog,
  body.bylo-ne-bylo-page .truth-create-dialog--mode-step,
  body.bylo-ne-bylo-page .truth-create-dialog--solo-players {
    width: 100%;
    max-height: none;
    min-height: 100svh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    background:
      radial-gradient(circle at 18% -8%, rgba(82, 211, 169, .12), transparent 36%),
      linear-gradient(180deg, #071018 0%, #090d14 100%);
  }

  body.bylo-ne-bylo-page .truth-create-dialog--mode-step {
    align-content: start;
    padding: max(52px, env(safe-area-inset-top, 0px) + 44px) 16px calc(96px + env(safe-area-inset-bottom, 0px));
  }

  body.bylo-ne-bylo-page .truth-create-dialog__settings {
    min-height: 100svh;
    padding: max(52px, env(safe-area-inset-top, 0px) + 44px) 16px calc(96px + env(safe-area-inset-bottom, 0px));
    gap: 14px;
    overflow: visible;
  }

  body.bylo-ne-bylo-page .truth-create-dialog .overnight-modal-close {
    position: fixed;
    top: max(12px, env(safe-area-inset-top, 0px) + 8px);
    right: 14px;
    z-index: 12;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(31, 42, 58, .94);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  }

  body.bylo-ne-bylo-page .truth-create-mobile-head {
    padding-right: 48px;
  }

  body.bylo-ne-bylo-page .truth-create-category-list,
  body.bylo-ne-bylo-page .bnb-player-names-step {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  body.bylo-ne-bylo-page .truth-create-category {
    min-height: 74px;
    align-items: start;
    padding: 11px;
  }

  body.bylo-ne-bylo-page .truth-create-category .truth-invite-category__emoji,
  body.bylo-ne-bylo-page .truth-create-category .truth-create-category__mark {
    margin-top: 2px;
  }

  body.bylo-ne-bylo-page .truth-create-category.is-locked .truth-create-category__mark {
    margin-top: 22px;
  }

  body.bylo-ne-bylo-page .truth-create-category__description {
    font-size: .7rem;
    line-height: 1.3;
  }

  .bnb-intro,
  .bnb-mode-grid,
  .bnb-category-grid {
    grid-template-columns: 1fr;
  }

  .bnb-section-head,
  .bnb-session-panel {
    display: grid;
  }

  .bnb-section-head p {
    text-align: left;
  }

  .bnb-player-stepper div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bylo-shell {
    gap: 10px;
  }

  .bnb-setup-panel,
  .bnb-game-panel {
    padding: 14px;
  }

  .bnb-submode-grid,
  .bnb-timer-options div {
    grid-template-columns: 1fr;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bylo-shell {
    gap: 8px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-game-panel {
    gap: 8px;
    padding: 10px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-game-top {
    grid-template-columns: minmax(0, 1fr) minmax(76px, .54fr);
    gap: 6px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-stat {
    min-height: 50px;
    padding: 8px 9px;
    gap: 2px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-stat span {
    font-size: .55rem;
    line-height: 1.08;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-stat strong {
    font-size: .96rem;
    line-height: 1.05;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-game-top > .action-btn {
    width: auto;
    min-height: 50px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: .78rem;
    line-height: 1.08;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-question-card {
    min-height: 196px;
    gap: 8px;
    padding: 14px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-turn-player {
    gap: 2px;
    padding: 7px 9px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-turn-player span,
  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-question-card__eyebrow {
    font-size: .64rem;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-turn-player strong {
    font-size: 1.22rem;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-question-card h2 {
    font-size: clamp(1.18rem, 5.9vw, 1.62rem);
    line-height: 1.08;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-answer {
    min-height: 54px;
    padding: 10px 11px;
    border-radius: 8px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-answer span {
    font-size: .95rem;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-answer strong {
    min-width: 28px;
    height: 28px;
    font-size: .82rem;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-game-actions {
    gap: 6px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-game-actions .action-btn {
    min-height: 42px;
  }

  body.bylo-ne-bylo-page.bylo-ne-bylo-game-active .bnb-game-actions .inline-status {
    margin: 0;
    font-size: .78rem;
    line-height: 1.25;
  }
}
