/* REQ-007 Mini-Program Center + Game Center (branch-only) */

.mpc-atmosphere {
  position: relative;
  margin: 0 0 14px;
  padding: 18px 16px 16px;
  border-radius: 16px;
  overflow: hidden;
  color: #0b3d2e;
  background: linear-gradient(135deg, #dff7ea 0%, #f4fff9 48%, #e8f4ff 100%);
}
.mpc-atmosphere-glow {
  position: absolute;
  right: -40px; top: -50px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,184,118,.35), transparent 70%);
  pointer-events: none;
}
.mpc-eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--opay-dark);
}
.mpc-atmosphere h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}
.mpc-atmosphere-copy {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #3d5a4f;
}

.mpc-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 999px;
  padding: 10px 14px;
  margin-bottom: 12px;
}
.mpc-search-wrap i { color: #8a9690; font-size: 16px; }
.mpc-search-wrap input {
  border: 0; outline: 0; width: 100%;
  background: transparent;
  font-size: 14px; color: #1a1a1a;
}

.mpc-chip-row {
  display: flex; gap: 8px;
  overflow-x: auto;
  margin-bottom: 14px;
  padding-bottom: 2px;
}
.mpc-chip {
  flex: 0 0 auto;
  border: 0;
  background: #eef3f0;
  color: #40554a;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
}
.mpc-chip.on {
  background: var(--opay);
  color: #fff;
}

.mpc-card {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 12px;
}
.mpc-section { margin-bottom: 14px; }
.mpc-section-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.mpc-section-head h3 {
  margin: 0; font-size: 15px; font-weight: 800; color: #15201c;
}
.mpc-more, .gc-link, .gc-play-link {
  border: 0; background: transparent;
  color: #7a8781; font-size: 12px; font-weight: 600;
  padding: 0;
}
.gc-play-link { color: #e11d48; }
.gc-link { color: var(--opay-dark); }

.mpc-featured-gc {
  display: flex; align-items: center; gap: 12px;
  background: linear-gradient(120deg, #e9fff5, #fff);
  border: 1px solid #cdeedc;
}
.mpc-featured-gc-main {
  display: flex; gap: 10px; align-items: center; flex: 1; min-width: 0;
}
.mpc-featured-gc-icon {
  width: 52px; height: 52px; border-radius: 14px; overflow: hidden; flex-shrink: 0;
  background: #dff5ea;
}
.mpc-featured-gc-icon img, .mpc-icon-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.mpc-kicker {
  margin: 0 0 2px; font-size: 10px; font-weight: 700;
  color: var(--opay-dark); text-transform: uppercase; letter-spacing: .03em;
}
.mpc-featured-gc h3 { margin: 0 0 2px; font-size: 15px; }
.mpc-featured-gc p { margin: 0; font-size: 11px; color: #66776f; }
.mpc-featured-btn {
  flex-shrink: 0;
  border: 0; border-radius: 999px;
  padding: 8px 14px; font-size: 12px; font-weight: 700;
}

.mpc-h-scroll {
  display: flex; gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.mpc-circle-app {
  flex: 0 0 auto; width: 64px;
  border: 0; background: transparent;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 0;
}
.mpc-circle-icon {
  width: 52px; height: 52px; border-radius: 50%;
  overflow: hidden; background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.mpc-circle-app span {
  font-size: 10px; color: #31443b;
  text-align: center; line-height: 1.2;
  max-width: 64px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.mpc-list { display: flex; flex-direction: column; gap: 2px; }
.mpc-list-item {
  display: flex; align-items: center; gap: 10px;
  border: 0; background: transparent;
  text-align: left; padding: 10px 2px;
  width: 100%;
}
.mpc-list-icon {
  width: 44px; height: 44px; border-radius: 12px;
  overflow: hidden; flex-shrink: 0; background: #f2f6f4;
}
.mpc-list-meta { flex: 1; min-width: 0; }
.mpc-list-meta strong {
  display: block; font-size: 13px; color: #15201c; margin-bottom: 2px;
}
.mpc-list-meta span {
  display: block; font-size: 11px; color: #6b7a73;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mpc-list-meta em {
  display: block; font-style: normal; font-size: 10px;
  color: #93a39b; margin-top: 2px;
}
.mpc-list-item > i { color: #b0bbb5; font-size: 14px; }
.mpc-empty { margin: 8px 0; font-size: 12px; color: #7a8781; }

.mpc-poster-row { gap: 10px; }
.mpc-poster {
  flex: 0 0 auto; width: 96px;
  display: flex; flex-direction: column; gap: 6px;
}
.mpc-poster-img {
  width: 96px; height: 128px; object-fit: cover;
  border-radius: 10px; display: block; background: #e8eeeb;
}
.mpc-poster span { font-size: 11px; color: #31443b; font-weight: 600; }
.mpc-poster-ghost {
  background: linear-gradient(160deg, #1a1a1a, #333);
  border-radius: 10px; height: 128px;
  align-items: center; justify-content: center;
  color: #fff;
}
.mpc-poster-more {
  font-size: 12px; font-weight: 700; text-align: center; line-height: 1.3;
  padding-top: 48px;
}

.mpc-shop-row { gap: 10px; }
.mpc-shop-item {
  flex: 0 0 auto; width: 110px;
  background: #fff; border-radius: 12px; padding: 8px;
  border: 0; text-align: left;
  display: flex; flex-direction: column; gap: 4px;
}
.mpc-shop-img {
  width: 100%; height: 84px; object-fit: cover;
  border-radius: 8px; background: #f2f6f4;
}
.mpc-shop-item strong { font-size: 13px; color: #e11d48; }
.mpc-shop-item span { font-size: 11px; color: #55665e; }
.mpc-shop-more {
  align-items: center; justify-content: center;
  background: var(--opay-light); min-height: 132px;
  color: var(--opay-dark); font-weight: 700; font-size: 12px;
}

.mpc-cat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.mpc-cat-cell {
  border: 1px solid #e6ece9; background: #fafcfb;
  border-radius: 10px; padding: 12px 10px;
  text-align: left; font-size: 12px; font-weight: 700; color: #24352e;
}

.mpc-footnote {
  margin: 8px 4px 24px;
  font-size: 11px; color: #8a9690; line-height: 1.4; text-align: center;
}

.mpc-icon-fallback {
  display: grid; place-items: center;
  width: 100%; height: 100%;
  background: var(--opay-light); color: var(--opay-dark);
  font-weight: 800;
}

/* Game Center */
#view-game_center .scroll,
#view-miniprogram_center .scroll {
  background: #f3f6f4;
  padding: 12px 12px 28px;
}

.gc-balance-card {
  background: linear-gradient(160deg, #e7f8ef, #f7fffb);
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid #cfeedd;
}
.gc-balance-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.gc-brand {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; color: #1d3d30;
}
.gc-ilotbet {
  width: 28px; height: 28px; border-radius: 50%; object-fit: cover;
}
.gc-topup {
  border: 0; background: var(--opay); color: #fff;
  border-radius: 999px; padding: 8px 16px;
  font-size: 13px; font-weight: 700;
}
.gc-balance-amt {
  display: flex; align-items: center; gap: 6px;
  font-size: 28px; font-weight: 800; color: #10241b;
  margin-bottom: 8px;
}
.gc-refresh { width: 28px; height: 28px; color: #5d7268; }
.gc-balance-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: #40554a; margin-bottom: 8px;
}
.gc-promo-line {
  margin: 0; font-size: 11px; color: #5d7268; line-height: 1.4;
}

.gc-voucher-row {
  display: flex; gap: 10px; overflow-x: auto;
  margin-bottom: 14px;
}
.gc-voucher-card {
  flex: 0 0 auto; width: 220px;
  background: #fff; border: 1px solid #e4ebe7;
  border-radius: 12px; padding: 12px; position: relative;
}
.gc-voucher-ghost { opacity: .85; }
.gc-voucher-badge {
  position: absolute; top: 0; right: 0;
  background: #d8f5e6; color: var(--opay-dark);
  font-size: 10px; font-weight: 700;
  padding: 4px 8px; border-radius: 0 12px 0 10px;
}
.gc-voucher-title { margin: 0 0 4px; font-size: 13px; font-weight: 700; }
.gc-voucher-value { margin: 0; font-size: 26px; font-weight: 800; color: var(--opay); }
.gc-voucher-min { margin: 2px 0 10px; font-size: 11px; color: #8a9690; }
.gc-voucher-foot {
  display: flex; align-items: center; justify-content: space-between;
}
.gc-use-btn {
  border: 0; background: var(--opay); color: #fff;
  border-radius: 999px; padding: 6px 14px;
  font-size: 12px; font-weight: 700;
}

.gc-ticker {
  background: #eef9f3; color: var(--opay-dark);
  border-radius: 8px; padding: 6px 10px;
  font-size: 11px; font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden; white-space: nowrap;
}

.gc-promo-banner {
  border-radius: 14px;
  min-height: 88px;
  margin-bottom: 14px;
  background: linear-gradient(100deg, #d9f0ff, #eef7ff 55%, #f7fbff);
  background-size: cover;
  background-position: right center;
  padding: 16px;
  display: flex; align-items: center;
}
.gc-promo-copy {
  display: flex; flex-direction: column; gap: 4px;
  max-width: 58%;
}
.gc-promo-copy strong { font-size: 16px; color: #0f766e; }
.gc-promo-copy span { font-size: 11px; color: #3f6b66; }

.gc-hot-row {
  display: flex; gap: 10px; overflow-x: auto;
}
.gc-hot-card {
  position: relative; flex: 0 0 auto;
  width: 200px; height: 120px;
  border: 0; padding: 0; border-radius: 12px; overflow: hidden;
  background: #111;
}
.gc-hot-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.gc-badge {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  background: #ef4444; color: #fff;
  font-size: 10px; font-weight: 800;
  padding: 2px 6px; border-radius: 4px;
}
.gc-badge.mini { top: 4px; left: 4px; font-size: 9px; }
.gc-players {
  position: absolute; top: 8px; right: 8px; z-index: 2;
  background: rgba(0,0,0,.45); color: #fff;
  font-size: 10px; border-radius: 999px; padding: 2px 6px;
}
.gc-multi {
  position: absolute; left: 10px; bottom: 10px; z-index: 2;
  color: #fde68a; font-size: 22px; font-weight: 900;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

.gc-tabs {
  display: flex; align-items: center; gap: 8px;
  margin: 8px 0 12px;
  border-bottom: 1px solid #e4ebe7;
  padding-bottom: 0;
}
.gc-tab-scroll {
  display: flex; gap: 14px; overflow-x: auto; flex: 1;
}
.gc-tab {
  border: 0; background: transparent;
  padding: 8px 2px 10px;
  font-size: 13px; font-weight: 700; color: #7a8781;
  position: relative;
}
.gc-tab.on { color: #0f766e; }
.gc-tab.on::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: #0f766e; border-radius: 2px;
}
.gc-all {
  border: 0; background: transparent;
  color: #5d7268; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; gap: 4px;
}

.gc-featured-row {
  display: flex; gap: 12px; overflow-x: auto;
  margin-bottom: 14px;
}
.gc-featured-card {
  flex: 0 0 auto; width: 280px;
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1px solid #e8eeeb;
}
.gc-featured-art {
  position: relative; height: 140px; background: #111;
}
.gc-featured-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.gc-featured-body {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px;
}
.gc-featured-body strong { display: block; font-size: 13px; }
.gc-featured-body p {
  margin: 2px 0 0; font-size: 11px; color: #6b7a73; line-height: 1.3;
}
.gc-play-btn {
  flex-shrink: 0;
  border: 0; background: var(--opay); color: #fff;
  border-radius: 999px; padding: 8px 14px;
  font-size: 12px; font-weight: 800;
}

.gc-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.gc-tile {
  border: 0; background: transparent; padding: 0;
  text-align: left;
  display: flex; flex-direction: column; gap: 4px;
}
.gc-tile.wide { flex: 0 0 auto; width: 96px; }
.gc-tile-art {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px; overflow: hidden; background: #e8eeeb;
}
.gc-tile-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.gc-tile strong {
  font-size: 11px; color: #15201c;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gc-tile span { font-size: 10px; color: #8a9690; }

.gc-jackpot-row {
  display: flex; gap: 10px; overflow-x: auto;
}
.gc-jackpot-card {
  flex: 0 0 auto; width: 120px;
  border: 0; background: transparent; padding: 0;
  text-align: left;
}
.gc-jackpot-img {
  width: 120px; height: 120px; object-fit: cover;
  border-radius: 12px 12px 0 0; display: block; background: #111;
}
.gc-jackpot-name {
  display: block; font-size: 11px; font-weight: 700;
  color: #15201c; margin: 6px 0 4px;
}
.gc-jackpot-bar {
  display: block;
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  color: #fff; border-radius: 8px; padding: 6px 8px;
}
.gc-jackpot-bar em {
  display: block; font-style: normal; font-size: 9px; opacity: .85;
}
.gc-jackpot-bar strong { font-size: 12px; }

.gc-section { margin-bottom: 16px; }

#view-miniprogram_center .topbar,
#view-game_center .topbar {
  background: #fff;
}
.mpc-top-link {
  border: 0; background: transparent;
  color: var(--opay-dark); font-size: 12px; font-weight: 700;
  padding: 0 4px;
}

/* Game Center launch loading */
#view-mpc_launch,
#view-game_center_launch {
  background: #fff;
}
.mpc-gc-launch {
  background: #fff !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.mpc-gc-launch-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 28px 48px;
  max-width: 280px;
}
.mpc-gc-launch-spin {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  animation: mpc-gc-spin 1.1s linear infinite;
}
.mpc-gc-launch-logo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 16px rgba(0, 184, 118, 0.18);
}
.mpc-gc-launch-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #15201c;
  line-height: 1.35;
}
.mpc-gc-launch-sub {
  margin: 0;
  font-size: 12px;
  color: #6b7a73;
  line-height: 1.45;
}
@keyframes mpc-gc-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Bolt mini program */
:root {
  --bolt: #34d186;
  --bolt-dark: #1f9a5f;
}
#view-bolt_home .scroll,
#view-bolt_ride .scroll {
  background: #fff;
  padding: 0;
}
.bolt-home {
  padding: 8px 16px 88px;
  min-height: 100%;
  background: #fff;
}
.bolt-home-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}
.bolt-back {
  align-self: flex-start;
  width: 36px; height: 36px;
  border: 0; border-radius: 50%;
  background: #f3f4f6;
  display: grid; place-items: center;
  font-size: 18px; color: #111;
}
.bolt-promo {
  display: flex; align-items: flex-start; gap: 10px;
  background: #e8f3ff;
  border-radius: 14px;
  padding: 12px 12px 12px 14px;
  color: #1e3a5f;
}
.bolt-promo > i { color: #3b82f6; font-size: 18px; margin-top: 2px; }
.bolt-promo strong { display: block; font-size: 13px; margin-bottom: 2px; }
.bolt-promo-link {
  border: 0; background: transparent; padding: 0;
  color: #2563eb; font-size: 12px; font-weight: 600;
}
.bolt-promo-x {
  margin-left: auto; border: 0; background: transparent;
  font-size: 20px; color: #64748b; line-height: 1;
}
.bolt-hero {
  margin: 10px 0 16px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}
.bolt-service-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.bolt-service-card {
  position: relative;
  border: 0;
  background: #f3f4f6;
  border-radius: 16px;
  padding: 10px 8px 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 126px;
}
.bolt-service-img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  margin-bottom: 6px;
}
.bolt-service-card strong { font-size: 13px; color: #111; }
.bolt-service-card span { font-size: 11px; color: #6b7280; }
.bolt-promo-dot {
  position: absolute; top: 8px; left: 8px;
  width: 14px; height: 14px; border-radius: 4px;
  background: #3b82f6;
}
.bolt-where {
  width: 100%;
  border: 0;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 8px 8px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.bolt-where-left {
  display: flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 700; color: #111;
}
.bolt-later {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px; font-weight: 700; color: #111;
}
.bolt-places { display: flex; flex-direction: column; }
.bolt-place {
  display: flex; align-items: center; gap: 12px;
  border: 0; background: transparent;
  text-align: left; padding: 12px 2px;
  width: 100%;
}
.bolt-place-icon {
  width: 40px; height: 40px; border-radius: 12px;
  background: #f3f4f6; color: #4b5563;
  display: grid; place-items: center; font-size: 18px;
  flex-shrink: 0;
}
.bolt-place-meta strong {
  display: block; font-size: 14px; color: #111; margin-bottom: 2px;
}
.bolt-place-meta em {
  display: block; font-style: normal; font-size: 12px; color: #6b7280;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 240px;
}
.bolt-tabbar {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 64px;
  background: #fff;
  border-top: 1px solid #eef0f2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 8px;
}
.bolt-tabbar button {
  border: 0; background: transparent;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; color: #9ca3af; font-size: 10px; font-weight: 600;
}
.bolt-tabbar button i { font-size: 22px; }
.bolt-tabbar button.on { color: #111; }

.bolt-ride {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #e8edf0;
}
.bolt-map {
  position: relative;
  flex: 1;
  min-height: 340px;
  background: #d7e0e6 center/cover no-repeat;
}
.bolt-route-bar {
  position: absolute; top: 12px; left: 12px; right: 12px;
  background: #fff; border-radius: 999px;
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  z-index: 2;
}
.bolt-route-x, .bolt-route-plus {
  width: 28px; height: 28px; border: 0; border-radius: 50%;
  background: transparent; font-size: 18px; color: #374151;
  display: grid; place-items: center; flex-shrink: 0;
}
.bolt-route-text {
  flex: 1; min-width: 0;
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: #111;
  white-space: nowrap; overflow: hidden;
}
.bolt-from { color: var(--bolt-dark); }
.bolt-to { overflow: hidden; text-overflow: ellipsis; }
.bolt-map-pin {
  position: absolute; z-index: 1;
  display: flex; flex-direction: column; align-items: center;
}
.bolt-map-pin span {
  background: #111; color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 4px 8px; border-radius: 8px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.bolt-map-pin::after {
  content: '';
  width: 14px; height: 14px; border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
}
.bolt-map-pin.pickup { left: 18%; top: 42%; }
.bolt-map-pin.pickup span { background: var(--bolt); }
.bolt-map-pin.pickup::after { background: var(--bolt); }
.bolt-map-pin.dropoff { right: 16%; top: 28%; }
.bolt-map-pin.dropoff::after { background: #111; }

.bolt-sheet {
  background: #fff;
  border-radius: 18px 18px 0 0;
  padding: 14px 14px 18px;
  box-shadow: 0 -6px 24px rgba(0,0,0,.08);
}
.bolt-comfort {
  display: flex; gap: 10px; align-items: center;
  border: 2px solid var(--bolt);
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 12px;
}
.bolt-comfort-car {
  width: 72px; height: 48px; object-fit: contain; flex-shrink: 0;
}
.bolt-comfort-meta { flex: 1; min-width: 0; }
.bolt-comfort-title {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 2px;
}
.bolt-comfort-title strong { font-size: 16px; }
.bolt-price { font-size: 16px; font-weight: 800; }
.bolt-comfort-meta p {
  margin: 0; font-size: 12px; color: #6b7280;
}
.bolt-comfort-sub { margin-top: 2px !important; }
.bolt-badges {
  display: flex; gap: 6px; margin-top: 6px;
}
.bolt-badges span {
  background: var(--bolt); color: #fff;
  font-size: 9px; font-weight: 800;
  padding: 3px 6px; border-radius: 4px;
  letter-spacing: .02em;
}
.bolt-pay-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px;
}
.bolt-profile-toggle {
  display: inline-flex; background: #f3f4f6; border-radius: 999px; padding: 3px;
}
.bolt-profile-toggle button {
  width: 34px; height: 28px; border: 0; border-radius: 999px;
  background: transparent; color: #6b7280;
}
.bolt-profile-toggle button.on { background: #fff; color: #111; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.bolt-cash {
  border: 0; background: transparent;
  font-size: 13px; font-weight: 700; color: #111;
  display: inline-flex; align-items: center; gap: 4px;
}
.bolt-actions {
  display: flex; gap: 10px; align-items: center;
}
.bolt-select {
  flex: 1; border: 0;
  background: var(--bolt); color: #fff;
  border-radius: 999px;
  padding: 14px 16px;
  font-size: 16px; font-weight: 800;
}
.bolt-schedule-btn {
  width: 48px; height: 48px; border: 0; border-radius: 50%;
  background: var(--bolt); color: #fff;
  display: grid; place-items: center; font-size: 22px; flex-shrink: 0;
}

#view-bolt_home,
#view-bolt_ride {
  position: relative;
}
