@import url("./app/tokens.css?v=v291-pc-landing-shell");
@import url("./app/bootstrap-overrides.css?v=v291-pc-landing-shell");
@import url("./app/layout.css?v=v291-pc-landing-shell");
@import url("./app/components.css?v=v291-pc-landing-shell");
@import url("./app/form-list-modal.css?v=v291-pc-landing-shell");
@import url("./app/auth-account.css?v=v291-pc-landing-shell");
@import url("./app/content-info.css?v=v291-pc-landing-shell");
@import url("./app/platform-business.css?v=v291-pc-landing-shell");
@import url("./app/discovery-detail.css?v=v291-pc-landing-shell");
@import url("./app/community-clubs.css?v=v291-pc-landing-shell");
@import url("./app/residual-shell.css?v=v291-pc-landing-shell");
@import url("./app/app-pages.css?v=v291-pc-landing-shell");
@import url("./app/utilities.css?v=v291-pc-landing-shell");

/*
 * BizCenter common UI entrypoint.
 * This file is intentionally loaded by every web shell.
 * Legacy page CSS may remain, but page spacing, mobile tabbar, header hiding,
 * dark/AMOLED surfaces, and safe-area rules should converge here first.
 */

:root {
  --bc-color-bg: #f7fbff;
  --bc-color-surface: #ffffff;
  --bc-color-surface-alt: #f1f8ff;
  --bc-color-text: #1f2f46;
  --bc-color-muted: #667789;
  --bc-color-border: #d9e8f5;
  --bc-color-primary: #356fb8;
  --bc-color-primary-soft: #eef7ff;

  --bc-page-max: 1180px;
  --bc-page-x: 18px;
  --bc-page-top: 18px;
  --bc-mobile-page-top: 18px;
  --bc-mobile-page-x: 18px;
  --bc-mobile-page-bottom: calc(90px + env(safe-area-inset-bottom));
  --bc-page-bottom: 24px;
  --bc-section-gap: 20px;
  --bc-card-gap: 14px;

  --bc-card-radius: 16px;
  --bc-card-radius-lg: 22px;
  --bc-control-radius: 12px;
  --bc-shadow-card: 0 14px 34px rgba(31, 47, 70, .06);

  --bc-header-height: 56px;
  --bc-tabbar-height: 64px;
  --bc-mobile-tabbar-height: 0px;

  --bc-font-family: var(--bc-font-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

html {
  min-height: 100%;
  background: var(--bc-color-bg);
  color-scheme: light dark;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--bc-color-bg);
  color: var(--bc-color-text);
  font-family: var(--bc-font-family);
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.bc-page,
.portal-page,
.bc-home-page,
.board-page,
.official-page,
.bc-flow-page,
.search-page,
.bizapp-body,
.space-page,
.food-page,
.chat-hub-page {
  background: var(--bc-color-bg);
  color: var(--bc-color-text);
}

.bc-content,
.bc-shell,
.wadiz-my-shell,
.biz-my-shell,
.portal-shell,
.search-shell,
.board-shell,
.official-shell,
.flow-shell,
.space-shell,
.food-shell,
.chat-shell {
  box-sizing: border-box;
}

.bc-page-main,
.bc-content {
  width: min(100%, var(--bc-page-max));
  margin: 0 auto;
  padding: var(--bc-page-top) var(--bc-page-x) var(--bc-page-bottom);
}

.bc-section {
  margin-top: var(--bc-section-gap);
}

.bc-card,
.bc-panel,
.bc-surface,
.portal-card,
.biz-card,
.pc-ds-form-card,
.pc-ds-highlight-card {
  border: 1px solid var(--bc-color-border);
  border-radius: var(--bc-card-radius);
  background: var(--bc-color-surface);
  box-shadow: var(--bc-shadow-card);
}

.bc-button,
.btn,
.biz-btn,
button {
  border-radius: var(--bc-control-radius);
}

.bc-pill,
.badge,
.portal-badge {
  border-radius: 999px;
}

.bc-text-muted,
.portal-copy,
.portal-note {
  color: var(--bc-color-muted);
}

body.has-web-mobile-tabs {
  padding-bottom: calc(var(--bc-mobile-tabbar-height) + env(safe-area-inset-bottom));
}

body.is-app-shell,
body.has-native-bottom {
  padding-bottom: max(0px, env(safe-area-inset-bottom));
}

.bc-shared-bottom-nav,
.biz-mobile-nav {
  --bc-tab-icon-size: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  box-sizing: border-box;
  min-height: var(--bc-tabbar-height);
  padding: 6px max(8px, env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
  border-top: 1px solid var(--bc-color-border);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(16px);
  box-shadow: 0 -10px 24px rgba(15, 23, 42, .08);
}

.bc-shared-bottom-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.biz-mobile-nav .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

.biz-mobile-nav .col {
  min-width: 0;
  padding: 0;
}

.bc-shared-bottom-nav a,
.biz-mobile-nav .nav-link {
  min-width: 0;
  min-height: 50px;
  border-radius: var(--bc-control-radius);
  color: #697386;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: -.02em;
  text-decoration: none;
  line-height: 1.1;
}

.bc-shared-bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.biz-mobile-nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0;
}

.bc-shared-bottom-nav i,
.biz-mobile-nav i {
  font-size: var(--bc-tab-icon-size);
  line-height: 1;
}

.bc-shared-bottom-nav a.active,
.biz-mobile-nav .nav-link.active {
  background: transparent;
  color: var(--bc-color-primary);
  font-weight: 800;
}

.bc-shared-bottom-nav a:focus-visible,
.biz-mobile-nav .nav-link:focus-visible {
  outline: 2px solid var(--bc-color-primary);
  outline-offset: -2px;
}

body.is-app-shell .bc-shared-bottom-nav,
body.has-native-bottom .bc-shared-bottom-nav,
body.is-app-shell .biz-mobile-nav,
body.has-native-bottom .biz-mobile-nav {
  display: none !important;
}

@media (max-width: 840px) {
  :root {
    --bc-page-x: 16px;
    --bc-page-top: 14px;
    --bc-section-gap: 18px;
    --bc-card-radius: 14px;
  }

  .pc-ds-nav,
  .bc-shared-header,
  .board-header,
  .official-header,
  .flow-header,
  .food-header,
  .space-header,
  .participant-header {
    display: none;
  }

  body:not(.is-app-shell):not(.has-native-bottom) .bc-shared-bottom-nav,
  body:not(.is-app-shell):not(.has-native-bottom) .biz-mobile-nav {
    display: grid;
  }


  /*
   * Common mobile tab-page vertical rhythm.
   * Home, Explore, Community, Chat, and My must start at the same top offset.
   * Page CSS may keep page-specific cards, but outer shell spacing belongs here.
   */
  .bc-page-shell,
  .bc-main,
  .search-shell,
  .community-shell,
  .chat-shell,
  .biz-my-shell,
  .portal-shell,
  .board-shell,
  .official-shell,
  .flow-shell,
  .space-shell,
  .food-shell {
    box-sizing: border-box;
    padding-top: var(--bc-mobile-page-top) !important;
    padding-left: var(--bc-mobile-page-x) !important;
    padding-right: var(--bc-mobile-page-x) !important;
  }

  .bc-page-shell,
  .bc-page-shell,
  .bc-main,
  .search-shell,
  .community-shell,
  .chat-shell,
  .biz-my-shell {
    padding-bottom: var(--bc-mobile-page-bottom) !important;
  }

  .search-header,
  .community-header,
  .chat-header,
  .bc-header {
    display: none !important;
  }

  .search-shell > :first-child,
  .community-shell > :first-child,
  .chat-shell > :first-child,
  .bc-main > :first-child,
  .biz-my-shell > :first-child {
    margin-top: 0 !important;
  }

  .portal-auth-wrap,
  .py-4.py-lg-5 {
    padding-top: 14px !important;
  }

  .portal-shell,
  .bc-shared-header-inner,
  .container.portal-shell {
    width: 100%;
    max-width: none;
    padding-left: var(--bc-page-x);
    padding-right: var(--bc-page-x);
  }

  footer.pc-ds-footer,
  .bc-shared-footer {
    display: none !important;
  }
}

@media (max-width: 380px) {
  :root {
    --bc-page-x: 12px;
    --bc-mobile-page-x: 14px;
    --bc-tabbar-height: 60px;
  }

  .bc-shared-bottom-nav,
  .biz-mobile-nav {
    --bc-tab-icon-size: 18px;
    padding-left: max(6px, env(safe-area-inset-left));
    padding-right: max(6px, env(safe-area-inset-right));
  }

  .bc-shared-bottom-nav a,
  .biz-mobile-nav .nav-link {
    min-height: 46px;
    font-size: 10px;
  }
}

@media (max-height: 480px) and (orientation: landscape) {
  :root {
    --bc-tabbar-height: 54px;
  }

  .bc-shared-bottom-nav,
  .biz-mobile-nav {
    padding-top: 3px;
    padding-bottom: calc(3px + env(safe-area-inset-bottom));
  }

  .bc-shared-bottom-nav a,
  .biz-mobile-nav .nav-link {
    min-height: 42px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bc-color-bg: #050608;
    --bc-color-surface: #0d1117;
    --bc-color-surface-alt: #111827;
    --bc-color-text: #f3f4f6;
    --bc-color-muted: #a3aab6;
    --bc-color-border: #20242b;
    --bc-color-primary: #ffffff;
    --bc-color-primary-soft: #101827;
    --bc-shadow-card: none;
  }

  .bc-shared-bottom-nav,
  .biz-mobile-nav {
    background: rgba(5, 6, 8, .96);
    box-shadow: none;
  }

  .bc-shared-bottom-nav a,
  .biz-mobile-nav .nav-link {
    color: #9ca3af;
  }

  .bc-shared-bottom-nav a.active,
  .biz-mobile-nav .nav-link.active {
    color: #ffffff;
  }
}

body[data-surface-theme="amoled"],
body.amoled,
html[data-surface-theme="amoled"] {
  --bc-color-bg: #000000;
  --bc-color-surface: #050505;
  --bc-color-surface-alt: #0a0a0a;
  --bc-color-text: #f8fafc;
  --bc-color-muted: #a3a3a3;
  --bc-color-border: #171717;
  --bc-shadow-card: none;
}

/* v286 unified Android app tab rhythm and pastel sky-blue palette. */
body.is-app-shell,
body[data-app-shell="true"] {
  --bc-app-bg: #f7fbff;
  --bc-app-surface: #ffffff;
  --bc-app-surface-soft: #f1f8ff;
  --bc-app-line: #d9e8f5;
  --bc-app-title: #1f2f46;
  --bc-app-text: #2d3b4f;
  --bc-app-muted: #667789;
  --bc-app-accent: #5fa8ff;
  --bc-app-accent-strong: #356fb8;
  --bc-app-accent-2: #8fd3ff;
  --bc-app-accent-soft: #eef7ff;
  --bc-app-radius: 16px;
  --bc-app-radius-lg: 22px;
  --bc-app-shadow: 0 14px 34px rgba(31, 47, 70, .06);
  --bc-mobile-page-top: 14px;
  --bc-mobile-page-x: 20px;
  background: var(--bc-app-bg) !important;
}

body.is-app-shell.bc-home-page,
body.is-app-shell.search-page,
body.is-app-shell.chat-hub-page,
body[data-app-shell="true"].bc-home-page,
body[data-app-shell="true"].search-page,
body[data-app-shell="true"].chat-hub-page {
  background: var(--bc-app-bg) !important;
}

body.is-app-shell .bc-page-shell,
body.is-app-shell .bcx-shell,
body.is-app-shell .search-shell,
body.is-app-shell .chat-shell,
body[data-app-shell="true"] .bc-page-shell,
body[data-app-shell="true"] .bcx-shell,
body[data-app-shell="true"] .search-shell,
body[data-app-shell="true"] .chat-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--bc-mobile-page-top) var(--bc-mobile-page-x) 22px !important;
  color: var(--bc-app-text) !important;
  font-family: var(--bc-font-sans, "Noto Sans KR", "Noto Sans", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif) !important;
}

body.is-app-shell .bc-page-shell > section,
body.is-app-shell .bcx-shell > section,
body.is-app-shell .search-shell > section,
body.is-app-shell .chat-shell > section,
body[data-app-shell="true"] .bc-page-shell > section,
body[data-app-shell="true"] .bcx-shell > section,
body[data-app-shell="true"] .search-shell > section,
body[data-app-shell="true"] .chat-shell > section {
  margin-top: 16px !important;
}

body.is-app-shell .bc-page-shell > section:first-child,
body.is-app-shell .bcx-shell > section:first-child,
body.is-app-shell .search-shell > section:first-child,
body.is-app-shell .chat-shell > section:first-child,
body[data-app-shell="true"] .bc-page-shell > section:first-child,
body[data-app-shell="true"] .bcx-shell > section:first-child,
body[data-app-shell="true"] .search-shell > section:first-child,
body[data-app-shell="true"] .chat-shell > section:first-child {
  margin-top: 0 !important;
}

body.is-app-shell .bcx-home-hero-premium,
body.is-app-shell .bcx-explore-top,
body.is-app-shell.chat-hub-page .chat-hero,
body[data-app-shell="true"] .bcx-home-hero-premium,
body[data-app-shell="true"] .bcx-explore-top,
body[data-app-shell="true"].chat-hub-page .chat-hero {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  padding: 22px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: linear-gradient(135deg, rgba(238, 247, 255, .98) 0%, var(--bc-app-surface) 54%, rgba(241, 248, 255, .96) 100%) !important;
  box-shadow: var(--bc-app-shadow) !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

body.is-app-shell .bcx-home-hero-premium::before,
body.is-app-shell .bcx-home-hero-premium::after,
body.is-app-shell .bcx-explore-top::before,
body.is-app-shell .bcx-explore-top::after,
body.is-app-shell.chat-hub-page .chat-hero::before,
body.is-app-shell.chat-hub-page .chat-hero::after,
body[data-app-shell="true"] .bcx-home-hero-premium::before,
body[data-app-shell="true"] .bcx-home-hero-premium::after,
body[data-app-shell="true"] .bcx-explore-top::before,
body[data-app-shell="true"] .bcx-explore-top::after,
body[data-app-shell="true"].chat-hub-page .chat-hero::before,
body[data-app-shell="true"].chat-hub-page .chat-hero::after {
  display: none !important;
}

body.is-app-shell .bcx-home-hero-premium > .bcx-hero-copy,
body[data-app-shell="true"] .bcx-home-hero-premium > .bcx-hero-copy {
  display: block !important;
}

body.is-app-shell .bcx-kicker,
body.is-app-shell.chat-hub-page .chat-hero-copy > span,
body[data-app-shell="true"] .bcx-kicker,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy > span {
  min-height: 32px !important;
  padding: 0 11px !important;
  border: 1px solid rgba(95, 168, 255, .24) !important;
  border-radius: 12px !important;
  background: rgba(238, 247, 255, .92) !important;
  color: var(--bc-app-accent-strong) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: .015em !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  text-transform: none !important;
}

body.is-app-shell .bcx-hero-copy h1,
body.is-app-shell .bcx-explore-titlebar h1,
body.is-app-shell.chat-hub-page .chat-hero-copy h1,
body[data-app-shell="true"] .bcx-hero-copy h1,
body[data-app-shell="true"] .bcx-explore-titlebar h1,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy h1 {
  margin: 14px 0 12px !important;
  color: var(--bc-app-title) !important;
  font-size: clamp(30px, 8vw, 38px) !important;
  line-height: 1.14 !important;
  letter-spacing: -.045em !important;
  font-weight: 750 !important;
}

body.is-app-shell .bcx-hero-copy p,
body.is-app-shell.chat-hub-page .chat-hero-copy p,
body[data-app-shell="true"] .bcx-hero-copy p,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy p {
  max-width: none !important;
  margin: 0 !important;
  color: var(--bc-app-muted) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  letter-spacing: -.012em !important;
}

body.is-app-shell .bcx-hero-actions,
body.is-app-shell.chat-hub-page .chat-hero-actions,
body[data-app-shell="true"] .bcx-hero-actions,
body[data-app-shell="true"].chat-hub-page .chat-hero-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

body.is-app-shell .bcx-hero-actions .primary,
body.is-app-shell.chat-hub-page .chat-hero-actions .primary,
body[data-app-shell="true"] .bcx-hero-actions .primary,
body[data-app-shell="true"].chat-hub-page .chat-hero-actions .primary {
  grid-column: 1 / -1 !important;
}

body.is-app-shell .bcx-button,
body.is-app-shell.chat-hub-page .chat-btn,
body.is-app-shell .search-input-row button,
body[data-app-shell="true"] .bcx-button,
body[data-app-shell="true"].chat-hub-page .chat-btn,
body[data-app-shell="true"] .search-input-row button {
  min-height: 48px !important;
  border-radius: 14px !important;
  font-weight: 750 !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-button.primary,
body[data-app-shell="true"] .bcx-button.primary {
  background: linear-gradient(135deg, var(--bc-app-accent), var(--bc-app-accent-2)) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

body.is-app-shell.chat-hub-page .chat-btn.primary,
body[data-app-shell="true"].chat-hub-page .chat-btn.primary {
  background: linear-gradient(135deg, var(--bc-app-accent), var(--bc-app-accent-2)) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

body.is-app-shell .bcx-hero-metrics,
body[data-app-shell="true"] .bcx-hero-metrics {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: none !important;
  margin-top: 20px !important;
  padding: 16px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-trust-row span,
body[data-app-shell="true"] .bcx-trust-row span {
  grid-template-columns: 40px minmax(0, 1fr) !important;
  column-gap: 11px !important;
  row-gap: 2px !important;
  align-items: center !important;
}

body.is-app-shell .bcx-trust-row i,
body[data-app-shell="true"] .bcx-trust-row i {
  width: 40px !important;
  height: 40px !important;
  border-radius: 14px !important;
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-trust-row strong,
body[data-app-shell="true"] .bcx-trust-row strong {
  color: var(--bc-app-title) !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 750 !important;
}

body.is-app-shell .bcx-trust-row small,
body[data-app-shell="true"] .bcx-trust-row small {
  color: var(--bc-app-muted) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

body.is-app-shell .bcx-hero-note,
body[data-app-shell="true"] .bcx-hero-note {
  display: none !important;
}

body.is-app-shell .bcx-explore-titlebar,
body[data-app-shell="true"] .bcx-explore-titlebar {
  align-items: flex-start !important;
  margin: 0 !important;
}

body.is-app-shell .bcx-explore-titlebar h1,
body[data-app-shell="true"] .bcx-explore-titlebar h1 {
  margin-top: 16px !important;
}

body.is-app-shell .bcx-explore-icons,
body[data-app-shell="true"] .bcx-explore-icons {
  display: none !important;
}

body.is-app-shell .bcx-search-form,
body[data-app-shell="true"] .bcx-search-form {
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: 20px !important;
  background: var(--bc-app-surface) !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-search-input,
body[data-app-shell="true"] .bcx-search-input {
  min-height: 56px !important;
  padding: 0 7px 0 14px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: 16px !important;
  background: var(--bc-app-surface-soft) !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-search-input i,
body[data-app-shell="true"] .bcx-search-input i {
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-search-input input,
body[data-app-shell="true"] .bcx-search-input input {
  font-size: 15px !important;
  color: var(--bc-app-title) !important;
}

body.is-app-shell .bcx-search-input button,
body[data-app-shell="true"] .bcx-search-input button {
  min-width: 58px !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  background: var(--bc-app-accent-strong) !important;
  color: #ffffff !important;
}

body.is-app-shell .bcx-suggest-row,
body[data-app-shell="true"] .bcx-suggest-row {
  display: flex !important;
  flex-wrap: wrap !important;
  overflow: visible !important;
  gap: 8px !important;
  padding: 12px 0 0 !important;
  scrollbar-width: none !important;
}

body.is-app-shell .bcx-suggest-row button,
body[data-app-shell="true"] .bcx-suggest-row button {
  min-height: 34px !important;
  border-radius: 13px !important;
  background: var(--bc-app-surface-soft) !important;
  border-color: var(--bc-app-line) !important;
  color: var(--bc-app-text) !important;
  white-space: nowrap !important;
}

body.is-app-shell .bcx-explore-category-grid,
body[data-app-shell="true"] .bcx-explore-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: var(--bc-app-surface) !important;
  box-shadow: var(--bc-app-shadow) !important;
  overflow: hidden !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical {
  min-height: 106px !important;
  padding: 12px 8px !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--bc-app-line) !important;
  border-bottom: 1px solid var(--bc-app-line) !important;
  background: var(--bc-app-surface) !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical:nth-child(3n),
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:nth-child(3n) {
  border-right: 0 !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical i,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical i,
body.is-app-shell .bcx-purpose-grid i:first-child,
body[data-app-shell="true"] .bcx-purpose-grid i:first-child,
body.is-app-shell .bcx-status-card > i,
body[data-app-shell="true"] .bcx-status-card > i {
  border-radius: 14px !important;
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical span,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical span {
  color: var(--bc-app-title) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical small,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical small {
  color: var(--bc-app-muted) !important;
  font-size: 11px !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical.is-active,
body.is-app-shell .bcx-explore-category-grid .search-vertical:hover,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical.is-active,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:hover {
  background: #eef7ff !important;
}

body.is-app-shell.chat-hub-page .chat-hero-copy,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.is-app-shell.chat-hub-page .chat-metrics,
body[data-app-shell="true"].chat-hub-page .chat-metrics {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-app-shell.chat-hub-page .chat-metrics article,
body[data-app-shell="true"].chat-hub-page .chat-metrics article,
body.is-app-shell.chat-hub-page .chat-login-panel,
body[data-app-shell="true"].chat-hub-page .chat-login-panel,
body.is-app-shell.chat-hub-page .chat-room-list,
body[data-app-shell="true"].chat-hub-page .chat-room-list,
body.is-app-shell.chat-hub-page .chat-action-grid button,
body.is-app-shell.chat-hub-page .chat-action-grid a,
body[data-app-shell="true"].chat-hub-page .chat-action-grid button,
body[data-app-shell="true"].chat-hub-page .chat-action-grid a,
body.is-app-shell .bcx-panel,
body.is-app-shell .bcx-support-card,
body.is-app-shell .bcx-recommend-card,
body[data-app-shell="true"] .bcx-panel,
body[data-app-shell="true"] .bcx-support-card,
body[data-app-shell="true"] .bcx-recommend-card {
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: var(--bc-app-surface) !important;
  box-shadow: var(--bc-app-shadow) !important;
}

body.is-app-shell.chat-hub-page .chat-metrics article,
body[data-app-shell="true"].chat-hub-page .chat-metrics article {
  padding: 18px !important;
}

body.is-app-shell.chat-hub-page .chat-metrics strong,
body[data-app-shell="true"].chat-hub-page .chat-metrics strong {
  color: var(--bc-app-accent-strong) !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 750 !important;
}

body.is-app-shell.chat-hub-page .chat-metrics span,
body[data-app-shell="true"].chat-hub-page .chat-metrics span {
  color: var(--bc-app-muted) !important;
  font-weight: 650 !important;
}

body.is-app-shell.chat-hub-page .chat-login-panel,
body[data-app-shell="true"].chat-hub-page .chat-login-panel {
  margin: 16px 0 0 !important;
  padding: 18px !important;
}

body.is-app-shell.chat-hub-page .chat-filter-row,
body[data-app-shell="true"].chat-hub-page .chat-filter-row {
  margin: 16px 0 0 !important;
  padding-bottom: 0 !important;
  gap: 8px !important;
}

body.is-app-shell.chat-hub-page .chat-filter-row button,
body[data-app-shell="true"].chat-hub-page .chat-filter-row button,
body.is-app-shell .search-chip-group button,
body[data-app-shell="true"] .search-chip-group button {
  border-radius: 13px !important;
}

body.is-app-shell.chat-hub-page .chat-workspace,
body[data-app-shell="true"].chat-hub-page .chat-workspace {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  margin-top: 16px !important;
}

body.is-app-shell.chat-hub-page .chat-preview-panel,
body[data-app-shell="true"].chat-hub-page .chat-preview-panel {
  display: none !important;
}

body.is-app-shell.chat-hub-page .chat-action-grid,
body[data-app-shell="true"].chat-hub-page .chat-action-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 16px !important;
}

body.is-app-shell .bcx-purpose-grid,
body[data-app-shell="true"] .bcx-purpose-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 16px 0 0 !important;
}

body.is-app-shell .bcx-purpose-grid a,
body[data-app-shell="true"] .bcx-purpose-grid a {
  border-radius: var(--bc-app-radius-lg) !important;
  background: var(--bc-app-surface) !important;
  border-color: var(--bc-app-line) !important;
  box-shadow: var(--bc-app-shadow) !important;
}

body.is-app-shell .bcx-section,
body[data-app-shell="true"] .bcx-section {
  margin-top: 20px !important;
}

body.is-app-shell .bcx-section-head h2,
body.is-app-shell .bcx-support-card h3,
body.is-app-shell .bcx-panel h2,
body.is-app-shell .bcx-expert-list b,
body.is-app-shell .bcx-request-row strong,
body[data-app-shell="true"] .bcx-section-head h2,
body[data-app-shell="true"] .bcx-support-card h3,
body[data-app-shell="true"] .bcx-panel h2,
body[data-app-shell="true"] .bcx-expert-list b,
body[data-app-shell="true"] .bcx-request-row strong {
  color: var(--bc-app-title) !important;
}

body.is-app-shell .bcx-section-head span,
body[data-app-shell="true"] .bcx-section-head span {
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .search-layout,
body[data-app-shell="true"] .search-layout {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  margin-top: 20px !important;
}

body.is-app-shell .bcx-filter-panel,
body.is-app-shell .bcx-rank-panel,
body[data-app-shell="true"] .bcx-filter-panel,
body[data-app-shell="true"] .bcx-rank-panel {
  display: none !important;
}

@media (max-width: 380px) {
  body.is-app-shell,
  body[data-app-shell="true"] {
    --bc-mobile-page-x: 16px;
  }
  body.is-app-shell .bcx-home-hero-premium,
  body.is-app-shell .bcx-explore-top,
  body.is-app-shell.chat-hub-page .chat-hero,
  body[data-app-shell="true"] .bcx-home-hero-premium,
  body[data-app-shell="true"] .bcx-explore-top,
  body[data-app-shell="true"].chat-hub-page .chat-hero {
    padding: 20px !important;
  }
  body.is-app-shell .bcx-hero-copy h1,
  body.is-app-shell .bcx-explore-titlebar h1,
  body.is-app-shell.chat-hub-page .chat-hero-copy h1,
  body[data-app-shell="true"] .bcx-hero-copy h1,
  body[data-app-shell="true"] .bcx-explore-titlebar h1,
  body[data-app-shell="true"].chat-hub-page .chat-hero-copy h1 {
    font-size: 28px !important;
  }
}

@media (prefers-color-scheme: dark) {
  body.is-app-shell,
  body[data-app-shell="true"] {
    --bc-app-bg: #05080c;
    --bc-app-surface: #0b1017;
    --bc-app-surface-soft: #111a24;
    --bc-app-line: #1e2a38;
    --bc-app-title: #f8fafc;
    --bc-app-text: #e5edf7;
    --bc-app-muted: #a8b4c3;
    --bc-app-accent: #8fd3ff;
    --bc-app-accent-strong: #b9dcff;
    --bc-app-accent-2: #5fa8ff;
    --bc-app-accent-soft: #0a2236;
    --bc-app-shadow: none;
  }
  body.is-app-shell .bcx-home-hero-premium,
  body.is-app-shell .bcx-explore-top,
  body.is-app-shell.chat-hub-page .chat-hero,
  body[data-app-shell="true"] .bcx-home-hero-premium,
  body[data-app-shell="true"] .bcx-explore-top,
  body[data-app-shell="true"].chat-hub-page .chat-hero {
    background: linear-gradient(135deg, #071a2a 0%, var(--bc-app-surface) 58%, #101a26 100%) !important;
  }
  body.is-app-shell .bcx-search-input,
  body[data-app-shell="true"] .bcx-search-input {
    background: #10151b !important;
  }
  body.is-app-shell .bcx-explore-category-grid .search-vertical.is-active,
  body.is-app-shell .bcx-explore-category-grid .search-vertical:hover,
  body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical.is-active,
  body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:hover {
    background: #0a2236 !important;
  }
}

body.amoled.is-app-shell,
body[data-theme="amoled"].is-app-shell,
body[data-surface-theme="amoled"].is-app-shell,
body.amoled[data-app-shell="true"],
body[data-theme="amoled"][data-app-shell="true"],
body[data-surface-theme="amoled"][data-app-shell="true"] {
  --bc-app-bg: #000000;
  --bc-app-surface: #05070a;
  --bc-app-surface-soft: #0a1119;
  --bc-app-line: #151d29;
  --bc-app-title: #f8fafc;
  --bc-app-text: #e5edf7;
  --bc-app-muted: #a8b4c3;
  --bc-app-accent: #8fd3ff;
  --bc-app-accent-strong: #b9dcff;
  --bc-app-accent-2: #5fa8ff;
  --bc-app-accent-soft: #071a2a;
  --bc-app-shadow: none;
}

/* v286 pastel sky-blue application palette override.
 * Keep this block at the end so imported legacy page CSS cannot reintroduce the old mint tone.
 */
body.is-app-shell,
body[data-app-shell="true"] {
  --bc-app-bg: #f7fbff;
  --bc-app-surface: #ffffff;
  --bc-app-surface-soft: #f1f8ff;
  --bc-app-line: #d9e8f5;
  --bc-app-title: #1f2f46;
  --bc-app-text: #2d3b4f;
  --bc-app-muted: #667789;
  --bc-app-accent: #5fa8ff;
  --bc-app-accent-strong: #356fb8;
  --bc-app-accent-2: #8fd3ff;
  --bc-app-accent-soft: #eef7ff;
  --bc-app-shadow: 0 14px 34px rgba(31, 47, 70, .06);
  --wa-accent: var(--bc-app-accent-strong);
  --wa-text: var(--bc-app-title);
  --wa-sub: var(--bc-app-muted);
  --wa-line: var(--bc-app-line);
  --wa-soft: var(--bc-app-surface-soft);
  --wa-card: var(--bc-app-surface);
}

body.is-app-shell .bcx-home-hero-premium,
body.is-app-shell .bcx-explore-top,
body.is-app-shell.chat-hub-page .chat-hero,
body[data-app-shell="true"] .bcx-home-hero-premium,
body[data-app-shell="true"] .bcx-explore-top,
body[data-app-shell="true"].chat-hub-page .chat-hero {
  background: linear-gradient(135deg, rgba(238, 247, 255, .98) 0%, #ffffff 54%, rgba(241, 248, 255, .96) 100%) !important;
  border-color: var(--bc-app-line) !important;
}

body.is-app-shell .bcx-kicker,
body.is-app-shell.chat-hub-page .chat-hero-copy > span,
body[data-app-shell="true"] .bcx-kicker,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy > span,
body.is-app-shell .bcx-chip.teal,
body.is-app-shell .bcx-tag.teal,
body[data-app-shell="true"] .bcx-chip.teal,
body[data-app-shell="true"] .bcx-tag.teal {
  background: var(--bc-app-accent-soft) !important;
  border-color: #cfe7ff !important;
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-button.primary,
body.is-app-shell.chat-hub-page .chat-btn.primary,
body.is-app-shell .search-input-row button,
body[data-app-shell="true"] .bcx-button.primary,
body[data-app-shell="true"].chat-hub-page .chat-btn.primary,
body[data-app-shell="true"] .search-input-row button {
  background: linear-gradient(135deg, #5fa8ff, #8fd3ff) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

body.is-app-shell .bcx-trust-row i,
body.is-app-shell .bcx-explore-category-grid .search-vertical i,
body.is-app-shell .bcx-purpose-grid i:first-child,
body.is-app-shell .bcx-status-card > i,
body.is-app-shell .bcx-hero-metrics i,
body[data-app-shell="true"] .bcx-trust-row i,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical i,
body[data-app-shell="true"] .bcx-purpose-grid i:first-child,
body[data-app-shell="true"] .bcx-status-card > i,
body[data-app-shell="true"] .bcx-hero-metrics i {
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-search-input,
body[data-app-shell="true"] .bcx-search-input {
  border-color: #cfe7ff !important;
  background: var(--bc-app-surface-soft) !important;
}

body.is-app-shell .bcx-search-input i,
body.is-app-shell .bcx-section-head span,
body.is-app-shell.chat-hub-page .chat-metrics strong,
body[data-app-shell="true"] .bcx-search-input i,
body[data-app-shell="true"] .bcx-section-head span,
body[data-app-shell="true"].chat-hub-page .chat-metrics strong {
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical.is-active,
body.is-app-shell .bcx-explore-category-grid .search-vertical:hover,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical.is-active,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:hover,
body.is-app-shell .bcx-suggest-row button:hover,
body[data-app-shell="true"] .bcx-suggest-row button:hover {
  background: #eef7ff !important;
}

body.is-app-shell.biz-my-page,
body[data-app-shell="true"].biz-my-page {
  background: var(--bc-app-bg) !important;
}

body.is-app-shell .biz-my-shell,
body[data-app-shell="true"] .biz-my-shell {
  background: var(--bc-app-bg) !important;
  color: var(--bc-app-text) !important;
}

body.is-app-shell .biz-my-mode .active,
body[data-app-shell="true"] .biz-my-mode .active {
  background: var(--bc-app-accent) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
}

body.is-app-shell .biz-my-mode,
body[data-app-shell="true"] .biz-my-mode {
  background: var(--bc-app-surface-soft) !important;
  border-radius: 14px !important;
}

body.is-app-shell .biz-my-banner,
body[data-app-shell="true"] .biz-my-banner {
  background: linear-gradient(135deg, #5fa8ff 0%, #8fd3ff 58%, #d9eeff 100%) !important;
}

body.is-app-shell .biz-my-stat-card,
body.is-app-shell .biz-my-role-card,
body.is-app-shell .biz-my-benefits a,
body.is-app-shell .biz-my-profile-grid > div,
body.is-app-shell .biz-my-side-list > div,
body[data-app-shell="true"] .biz-my-stat-card,
body[data-app-shell="true"] .biz-my-role-card,
body[data-app-shell="true"] .biz-my-benefits a,
body[data-app-shell="true"] .biz-my-profile-grid > div,
body[data-app-shell="true"] .biz-my-side-list > div {
  border-color: var(--bc-app-line) !important;
  background: var(--bc-app-surface) !important;
  box-shadow: var(--bc-app-shadow) !important;
}

@media (prefers-color-scheme: dark) {
  body.is-app-shell,
  body[data-app-shell="true"] {
    --bc-app-bg: #05080c;
    --bc-app-surface: #0b1017;
    --bc-app-surface-soft: #111a24;
    --bc-app-line: #1e2a38;
    --bc-app-title: #f8fafc;
    --bc-app-text: #e5edf7;
    --bc-app-muted: #a8b4c3;
    --bc-app-accent: #8fd3ff;
    --bc-app-accent-strong: #b9dcff;
    --bc-app-accent-2: #5fa8ff;
    --bc-app-accent-soft: #0a2236;
    --bc-app-shadow: none;
  }
  body.is-app-shell .bcx-home-hero-premium,
  body.is-app-shell .bcx-explore-top,
  body.is-app-shell.chat-hub-page .chat-hero,
  body[data-app-shell="true"] .bcx-home-hero-premium,
  body[data-app-shell="true"] .bcx-explore-top,
  body[data-app-shell="true"].chat-hub-page .chat-hero {
    background: linear-gradient(135deg, #071a2a 0%, var(--bc-app-surface) 58%, #101a26 100%) !important;
  }
  body.is-app-shell .bcx-search-input,
  body[data-app-shell="true"] .bcx-search-input {
    border-color: #1e2a38 !important;
    background: #111a24 !important;
  }
  body.is-app-shell .bcx-explore-category-grid .search-vertical.is-active,
  body.is-app-shell .bcx-explore-category-grid .search-vertical:hover,
  body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical.is-active,
  body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:hover,
  body.is-app-shell .bcx-suggest-row button:hover,
  body[data-app-shell="true"] .bcx-suggest-row button:hover {
    background: #0a2236 !important;
  }
  body.is-app-shell .biz-my-banner,
  body[data-app-shell="true"] .biz-my-banner {
    background: linear-gradient(135deg, #0b3a66 0%, #075985 58%, #0a2236 100%) !important;
  }
}

body.amoled.is-app-shell,
body[data-theme="amoled"].is-app-shell,
body[data-surface-theme="amoled"].is-app-shell,
body.amoled[data-app-shell="true"],
body[data-theme="amoled"][data-app-shell="true"],
body[data-surface-theme="amoled"][data-app-shell="true"] {
  --bc-app-bg: #000000;
  --bc-app-surface: #05070a;
  --bc-app-surface-soft: #0a1119;
  --bc-app-line: #151d29;
  --bc-app-title: #f8fafc;
  --bc-app-text: #e5edf7;
  --bc-app-muted: #a8b4c3;
  --bc-app-accent: #8fd3ff;
  --bc-app-accent-strong: #b9dcff;
  --bc-app-accent-2: #5fa8ff;
  --bc-app-accent-soft: #071a2a;
  --bc-app-shadow: none;
}



/* v287 large-bundle app shell consolidation */
body.is-app-shell,
body[data-app-shell="true"] {
  --bc-app-bg: #f7fbff;
  --bc-app-surface: #ffffff;
  --bc-app-surface-soft: #f1f8ff;
  --bc-app-surface-strong: #e6f3ff;
  --bc-app-line: #d9e8f5;
  --bc-app-line-strong: #c7def3;
  --bc-app-title: #1f2f46;
  --bc-app-text: #2d3b4f;
  --bc-app-muted: #667789;
  --bc-app-accent: #5fa8ff;
  --bc-app-accent-strong: #356fb8;
  --bc-app-accent-2: #8fd3ff;
  --bc-app-accent-soft: #eef7ff;
  --bc-app-focus: rgba(95, 168, 255, .24);
  --bc-app-danger: #e24d5c;
  --bc-app-warning: #f59e0b;
  --bc-app-success: #26835a;
  --bc-app-radius-sm: 12px;
  --bc-app-radius: 16px;
  --bc-app-radius-lg: 22px;
  --bc-app-shadow: 0 14px 34px rgba(31, 47, 70, .06);
  --bc-mobile-page-top: 18px;
  --bc-mobile-page-x: 20px;
  --bc-mobile-page-bottom: calc(92px + env(safe-area-inset-bottom));
  color-scheme: light;
}

body.is-app-shell .bc-page-shell,
body.is-app-shell .bc-main,
body.is-app-shell .bcx-shell,
body.is-app-shell .search-shell,
body.is-app-shell .community-shell,
body.is-app-shell .chat-shell,
body.is-app-shell .biz-my-shell,
body[data-app-shell="true"] .bc-page-shell,
body[data-app-shell="true"] .bc-main,
body[data-app-shell="true"] .bcx-shell,
body[data-app-shell="true"] .search-shell,
body[data-app-shell="true"] .community-shell,
body[data-app-shell="true"] .chat-shell,
body[data-app-shell="true"] .biz-my-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--bc-mobile-page-top) var(--bc-mobile-page-x) var(--bc-mobile-page-bottom) !important;
  background: var(--bc-app-bg) !important;
  color: var(--bc-app-text) !important;
}

body.is-app-shell .bc-page-shell > *,
body.is-app-shell .bcx-shell > *,
body.is-app-shell .search-shell > *,
body.is-app-shell .community-shell > *,
body.is-app-shell .chat-shell > *,
body.is-app-shell .biz-my-shell > *,
body[data-app-shell="true"] .bc-page-shell > *,
body[data-app-shell="true"] .bcx-shell > *,
body[data-app-shell="true"] .search-shell > *,
body[data-app-shell="true"] .community-shell > *,
body[data-app-shell="true"] .chat-shell > *,
body[data-app-shell="true"] .biz-my-shell > * {
  margin-top: 20px !important;
}

body.is-app-shell .bc-page-shell > *:first-child,
body.is-app-shell .bcx-shell > *:first-child,
body.is-app-shell .search-shell > *:first-child,
body.is-app-shell .community-shell > *:first-child,
body.is-app-shell .chat-shell > *:first-child,
body.is-app-shell .biz-my-shell > *:first-child,
body[data-app-shell="true"] .bc-page-shell > *:first-child,
body[data-app-shell="true"] .bcx-shell > *:first-child,
body[data-app-shell="true"] .search-shell > *:first-child,
body[data-app-shell="true"] .community-shell > *:first-child,
body[data-app-shell="true"] .chat-shell > *:first-child,
body[data-app-shell="true"] .biz-my-shell > *:first-child {
  margin-top: 0 !important;
}

body.is-app-shell .bcx-home-hero-premium,
body.is-app-shell .bcx-explore-top,
body.is-app-shell .community-hero-grid,
body.is-app-shell.chat-hub-page .chat-hero,
body.is-app-shell .biz-my-login-area,
body[data-app-shell="true"] .bcx-home-hero-premium,
body[data-app-shell="true"] .bcx-explore-top,
body[data-app-shell="true"] .community-hero-grid,
body[data-app-shell="true"].chat-hub-page .chat-hero,
body[data-app-shell="true"] .biz-my-login-area {
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background:
    linear-gradient(135deg, rgba(238, 247, 255, .98) 0%, rgba(255, 255, 255, .98) 58%, rgba(241, 248, 255, .98) 100%) !important;
  box-shadow: var(--bc-app-shadow) !important;
  overflow: hidden !important;
}

body.is-app-shell .bcx-home-hero-premium,
body.is-app-shell .bcx-explore-top,
body.is-app-shell.chat-hub-page .chat-hero,
body[data-app-shell="true"] .bcx-home-hero-premium,
body[data-app-shell="true"] .bcx-explore-top,
body[data-app-shell="true"].chat-hub-page .chat-hero {
  padding: 24px !important;
  gap: 20px !important;
}

body.is-app-shell .community-hero-grid,
body[data-app-shell="true"] .community-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
}

body.is-app-shell .bcx-hero-copy h1,
body.is-app-shell .bcx-explore-titlebar h1,
body.is-app-shell .hero-overlay h1,
body.is-app-shell.chat-hub-page .chat-hero-copy h1,
body.is-app-shell .biz-my-title-block strong,
body[data-app-shell="true"] .bcx-hero-copy h1,
body[data-app-shell="true"] .bcx-explore-titlebar h1,
body[data-app-shell="true"] .hero-overlay h1,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy h1,
body[data-app-shell="true"] .biz-my-title-block strong {
  color: var(--bc-app-title) !important;
  font-weight: 800 !important;
  letter-spacing: -.055em !important;
}

body.is-app-shell .bcx-hero-copy h1,
body.is-app-shell .bcx-explore-titlebar h1,
body.is-app-shell.chat-hub-page .chat-hero-copy h1,
body[data-app-shell="true"] .bcx-hero-copy h1,
body[data-app-shell="true"] .bcx-explore-titlebar h1,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy h1 {
  font-size: clamp(29px, 8vw, 38px) !important;
  line-height: 1.15 !important;
}

body.is-app-shell .bcx-hero-copy p,
body.is-app-shell .hero-overlay p,
body.is-app-shell.chat-hub-page .chat-hero-copy p,
body.is-app-shell .biz-my-title-block span,
body.is-app-shell .biz-my-account-copy p,
body[data-app-shell="true"] .bcx-hero-copy p,
body[data-app-shell="true"] .hero-overlay p,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy p,
body[data-app-shell="true"] .biz-my-title-block span,
body[data-app-shell="true"] .biz-my-account-copy p {
  color: var(--bc-app-muted) !important;
  line-height: 1.62 !important;
}

body.is-app-shell .bcx-kicker,
body.is-app-shell .hero-kicker,
body.is-app-shell .panel-kicker,
body.is-app-shell.chat-hub-page .chat-hero-copy > span,
body[data-app-shell="true"] .bcx-kicker,
body[data-app-shell="true"] .hero-kicker,
body[data-app-shell="true"] .panel-kicker,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy > span {
  min-height: 32px !important;
  padding: 0 11px !important;
  border: 1px solid #cfe7ff !important;
  border-radius: var(--bc-app-radius-sm) !important;
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .015em !important;
  text-transform: none !important;
}

body.is-app-shell .bcx-button,
body.is-app-shell .community-button,
body.is-app-shell.chat-hub-page .chat-btn,
body.is-app-shell .biz-my-edit,
body.is-app-shell .biz-my-guest-bottom .btn,
body[data-app-shell="true"] .bcx-button,
body[data-app-shell="true"] .community-button,
body[data-app-shell="true"].chat-hub-page .chat-btn,
body[data-app-shell="true"] .biz-my-edit,
body[data-app-shell="true"] .biz-my-guest-bottom .btn {
  min-height: 48px !important;
  border-radius: 14px !important;
  border: 1px solid var(--bc-app-line) !important;
  background: var(--bc-app-surface) !important;
  color: var(--bc-app-title) !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-button.primary,
body.is-app-shell .community-button.primary,
body.is-app-shell.chat-hub-page .chat-btn.primary,
body.is-app-shell .biz-my-guest-bottom .btn-dark,
body.is-app-shell .search-input-row button,
body[data-app-shell="true"] .bcx-button.primary,
body[data-app-shell="true"] .community-button.primary,
body[data-app-shell="true"].chat-hub-page .chat-btn.primary,
body[data-app-shell="true"] .biz-my-guest-bottom .btn-dark,
body[data-app-shell="true"] .search-input-row button {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--bc-app-accent), var(--bc-app-accent-2)) !important;
  color: #ffffff !important;
}

body.is-app-shell .bcx-hero-metrics,
body.is-app-shell.chat-hub-page .chat-metrics,
body.is-app-shell .biz-my-stat-card,
body[data-app-shell="true"] .bcx-hero-metrics,
body[data-app-shell="true"].chat-hub-page .chat-metrics,
body[data-app-shell="true"] .biz-my-stat-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-app-shell .bcx-hero-metrics,
body.is-app-shell .biz-my-stat-card,
body[data-app-shell="true"] .bcx-hero-metrics,
body[data-app-shell="true"] .biz-my-stat-card {
  padding: 14px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-trust-row span,
body.is-app-shell .biz-my-stat-card > div,
body[data-app-shell="true"] .bcx-trust-row span,
body[data-app-shell="true"] .biz-my-stat-card > div {
  min-height: 86px !important;
  padding: 14px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: 16px !important;
  background: var(--bc-app-surface) !important;
}

body.is-app-shell .bcx-trust-row strong,
body.is-app-shell.chat-hub-page .chat-metrics strong,
body.is-app-shell .biz-my-stat-card span,
body[data-app-shell="true"] .bcx-trust-row strong,
body[data-app-shell="true"].chat-hub-page .chat-metrics strong,
body[data-app-shell="true"] .biz-my-stat-card span {
  color: var(--bc-app-accent-strong) !important;
  font-weight: 800 !important;
}

body.is-app-shell .bcx-trust-row i,
body.is-app-shell .bcx-explore-category-grid .search-vertical i,
body.is-app-shell .bcx-purpose-grid i:first-child,
body.is-app-shell .bcx-status-card > i,
body.is-app-shell .community-signal-card i,
body.is-app-shell .icon-bg,
body.is-app-shell .chat-action-grid i,
body.is-app-shell .biz-my-avatar,
body.is-app-shell .project-thumb,
body.is-app-shell .benefit-icon.points,
body.is-app-shell .benefit-icon.idea,
body[data-app-shell="true"] .bcx-trust-row i,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical i,
body[data-app-shell="true"] .bcx-purpose-grid i:first-child,
body[data-app-shell="true"] .bcx-status-card > i,
body[data-app-shell="true"] .community-signal-card i,
body[data-app-shell="true"] .icon-bg,
body[data-app-shell="true"] .chat-action-grid i,
body[data-app-shell="true"] .biz-my-avatar,
body[data-app-shell="true"] .project-thumb,
body[data-app-shell="true"] .benefit-icon.points,
body[data-app-shell="true"] .benefit-icon.idea {
  border-radius: 14px !important;
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-search-form,
body.is-app-shell .bcx-explore-category-grid,
body.is-app-shell .bcx-panel,
body.is-app-shell .bcx-support-card,
body.is-app-shell .bcx-recommend-card,
body.is-app-shell .search-result-toolbar,
body.is-app-shell .search-result-card,
body.is-app-shell .community-live-panel,
body.is-app-shell .account-panel,
body.is-app-shell .community-quick-grid,
body.is-app-shell .community-board-rail,
body.is-app-shell .community-section-block,
body.is-app-shell .meetup-card,
body.is-app-shell .community-feed-panel,
body.is-app-shell .community-chat-panel,
body.is-app-shell.chat-hub-page .chat-metrics article,
body.is-app-shell.chat-hub-page .chat-login-panel,
body.is-app-shell.chat-hub-page .chat-room-list,
body.is-app-shell.chat-hub-page .chat-action-grid button,
body.is-app-shell.chat-hub-page .chat-action-grid a,
body.is-app-shell .biz-my-role-card,
body.is-app-shell .biz-my-quick,
body.is-app-shell .biz-my-benefits a,
body.is-app-shell .biz-my-project-card.empty,
body.is-app-shell .biz-my-profile-grid > div,
body.is-app-shell .biz-my-side-list > div,
body.is-app-shell .biz-my-guest-bottom,
body[data-app-shell="true"] .bcx-search-form,
body[data-app-shell="true"] .bcx-explore-category-grid,
body[data-app-shell="true"] .bcx-panel,
body[data-app-shell="true"] .bcx-support-card,
body[data-app-shell="true"] .bcx-recommend-card,
body[data-app-shell="true"] .search-result-toolbar,
body[data-app-shell="true"] .search-result-card,
body[data-app-shell="true"] .community-live-panel,
body[data-app-shell="true"] .account-panel,
body[data-app-shell="true"] .community-quick-grid,
body[data-app-shell="true"] .community-board-rail,
body[data-app-shell="true"] .community-section-block,
body[data-app-shell="true"] .meetup-card,
body[data-app-shell="true"] .community-feed-panel,
body[data-app-shell="true"] .community-chat-panel,
body[data-app-shell="true"].chat-hub-page .chat-metrics article,
body[data-app-shell="true"].chat-hub-page .chat-login-panel,
body[data-app-shell="true"].chat-hub-page .chat-room-list,
body[data-app-shell="true"].chat-hub-page .chat-action-grid button,
body[data-app-shell="true"].chat-hub-page .chat-action-grid a,
body[data-app-shell="true"] .biz-my-role-card,
body[data-app-shell="true"] .biz-my-quick,
body[data-app-shell="true"] .biz-my-benefits a,
body[data-app-shell="true"] .biz-my-project-card.empty,
body[data-app-shell="true"] .biz-my-profile-grid > div,
body[data-app-shell="true"] .biz-my-side-list > div,
body[data-app-shell="true"] .biz-my-guest-bottom {
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: var(--bc-app-surface) !important;
  box-shadow: var(--bc-app-shadow) !important;
}

body.is-app-shell .bcx-search-input,
body[data-app-shell="true"] .bcx-search-input {
  min-height: 56px !important;
  border: 1px solid #cfe7ff !important;
  border-radius: 16px !important;
  background: var(--bc-app-surface-soft) !important;
}

body.is-app-shell .bcx-suggest-row button,
body.is-app-shell .search-chip-group button,
body.is-app-shell .chat-filter-row button,
body.is-app-shell .platform-chip,
body[data-app-shell="true"] .bcx-suggest-row button,
body[data-app-shell="true"] .search-chip-group button,
body[data-app-shell="true"] .chat-filter-row button,
body[data-app-shell="true"] .platform-chip {
  min-height: 34px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: 13px !important;
  background: var(--bc-app-surface-soft) !important;
  color: var(--bc-app-text) !important;
  font-weight: 750 !important;
}

body.is-app-shell .bcx-suggest-row button:hover,
body.is-app-shell .search-chip-group button.is-active,
body.is-app-shell .search-chip-group button:hover,
body.is-app-shell .chat-filter-row button.is-active,
body.is-app-shell .platform-chip.is-active,
body[data-app-shell="true"] .bcx-suggest-row button:hover,
body[data-app-shell="true"] .search-chip-group button.is-active,
body[data-app-shell="true"] .search-chip-group button:hover,
body[data-app-shell="true"] .chat-filter-row button.is-active,
body[data-app-shell="true"] .platform-chip.is-active {
  background: var(--bc-app-accent-soft) !important;
  border-color: #cfe7ff !important;
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-explore-category-grid,
body[data-app-shell="true"] .bcx-explore-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical {
  min-height: 108px !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--bc-app-line) !important;
  border-bottom: 1px solid var(--bc-app-line) !important;
  box-shadow: none !important;
}

body.is-app-shell .bcx-explore-category-grid .search-vertical:nth-child(3n),
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:nth-child(3n) {
  border-right: 0 !important;
}

body.is-app-shell .search-layout,
body[data-app-shell="true"] .search-layout {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

body.is-app-shell .search-filter-panel,
body.is-app-shell .search-rank-panel,
body[data-app-shell="true"] .search-filter-panel,
body[data-app-shell="true"] .search-rank-panel {
  display: none !important;
}

body.is-app-shell .hero-card,
body[data-app-shell="true"] .hero-card {
  min-height: 300px !important;
  border-radius: var(--bc-app-radius-lg) !important;
  border: 1px solid var(--bc-app-line) !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(143, 211, 255, .38), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(95, 168, 255, .22), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef7ff) !important;
  box-shadow: var(--bc-app-shadow) !important;
}

body.is-app-shell .hero-pattern::before,
body.is-app-shell .hero-pattern::after,
body[data-app-shell="true"] .hero-pattern::before,
body[data-app-shell="true"] .hero-pattern::after {
  border-color: var(--bc-app-line) !important;
  background: rgba(255, 255, 255, .72) !important;
}

body.is-app-shell .community-live-panel,
body.is-app-shell .account-panel,
body[data-app-shell="true"] .community-live-panel,
body[data-app-shell="true"] .account-panel {
  padding: 18px !important;
}

body.is-app-shell .account-panel,
body[data-app-shell="true"] .account-panel {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

body.is-app-shell .community-quick-grid,
body[data-app-shell="true"] .community-quick-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 4px !important;
  overflow: hidden !important;
}

body.is-app-shell .community-quick-grid .icon-item,
body[data-app-shell="true"] .community-quick-grid .icon-item {
  min-height: 98px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  color: var(--bc-app-title) !important;
  font-weight: 800 !important;
}

body.is-app-shell .chat-workspace,
body[data-app-shell="true"] .chat-workspace {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

body.is-app-shell .chat-preview-panel,
body[data-app-shell="true"] .chat-preview-panel {
  display: none !important;
}

body.is-app-shell .chat-action-grid,
body[data-app-shell="true"] .chat-action-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.is-app-shell .biz-my-topbar,
body[data-app-shell="true"] .biz-my-topbar {
  margin: 0 !important;
  align-items: flex-start !important;
}

body.is-app-shell .biz-my-login-area,
body[data-app-shell="true"] .biz-my-login-area {
  padding: 18px !important;
  gap: 14px !important;
}

body.is-app-shell .biz-my-role-card,
body[data-app-shell="true"] .biz-my-role-card {
  overflow: hidden !important;
}

body.is-app-shell .biz-my-role-card a,
body.is-app-shell .biz-my-quick a,
body[data-app-shell="true"] .biz-my-role-card a,
body[data-app-shell="true"] .biz-my-quick a {
  border-color: var(--bc-app-line) !important;
  color: var(--bc-app-title) !important;
}

body.is-app-shell .biz-my-banner,
body[data-app-shell="true"] .biz-my-banner {
  min-height: 154px !important;
  margin: 20px 0 !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: linear-gradient(135deg, #5fa8ff 0%, #8fd3ff 56%, #d9eeff 100%) !important;
  box-shadow: var(--bc-app-shadow) !important;
}

body.is-app-shell .biz-my-benefits,
body[data-app-shell="true"] .biz-my-benefits {
  gap: 12px !important;
  margin-bottom: 28px !important;
}

body.is-app-shell .biz-my-section,
body[data-app-shell="true"] .biz-my-section {
  margin-top: 24px !important;
}

body.is-app-shell .biz-my-section h2,
body[data-app-shell="true"] .biz-my-section h2 {
  color: var(--bc-app-title) !important;
  font-size: 21px !important;
  font-weight: 850 !important;
}

body.is-app-shell .benefit-icon.club,
body[data-app-shell="true"] .benefit-icon.club {
  background: var(--bc-app-title) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
}

body.is-app-shell .bcx-tag.teal,
body.is-app-shell .bcx-chip.teal,
body.is-app-shell .bcx-tag.blue,
body.is-app-shell .bcx-chip.navy,
body[data-app-shell="true"] .bcx-tag.teal,
body[data-app-shell="true"] .bcx-chip.teal,
body[data-app-shell="true"] .bcx-tag.blue,
body[data-app-shell="true"] .bcx-chip.navy {
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
}

body.is-app-shell .bcx-tag.rose,
body[data-app-shell="true"] .bcx-tag.rose {
  background: #fff1f3 !important;
  color: var(--bc-app-danger) !important;
}

body.is-app-shell .bcx-tag.amber,
body[data-app-shell="true"] .bcx-tag.amber {
  background: #fff7ed !important;
  color: #b45309 !important;
}

body.is-app-shell .bcx-search-input i,
body.is-app-shell .bcx-section-head span,
body.is-app-shell .search-result-toolbar span,
body.is-app-shell .section-more,
body.is-app-shell .community-live-head span,
body.is-app-shell .biz-my-benefits b,
body[data-app-shell="true"] .bcx-search-input i,
body[data-app-shell="true"] .bcx-section-head span,
body[data-app-shell="true"] .search-result-toolbar span,
body[data-app-shell="true"] .section-more,
body[data-app-shell="true"] .community-live-head span,
body[data-app-shell="true"] .biz-my-benefits b {
  color: var(--bc-app-accent-strong) !important;
}

@media (max-width: 380px) {
  body.is-app-shell,
  body[data-app-shell="true"] {
    --bc-mobile-page-x: 16px;
    --bc-mobile-page-top: 16px;
  }
  body.is-app-shell .bcx-home-hero-premium,
  body.is-app-shell .bcx-explore-top,
  body.is-app-shell.chat-hub-page .chat-hero,
  body[data-app-shell="true"] .bcx-home-hero-premium,
  body[data-app-shell="true"] .bcx-explore-top,
  body[data-app-shell="true"].chat-hub-page .chat-hero {
    padding: 20px !important;
  }
  body.is-app-shell .bcx-hero-actions,
  body.is-app-shell.chat-hub-page .chat-hero-actions,
  body[data-app-shell="true"] .bcx-hero-actions,
  body[data-app-shell="true"].chat-hub-page .chat-hero-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-color-scheme: dark) {
  body.is-app-shell,
  body[data-app-shell="true"] {
    --bc-app-bg: #05080c;
    --bc-app-surface: #0b1017;
    --bc-app-surface-soft: #111a24;
    --bc-app-surface-strong: #0a2236;
    --bc-app-line: #1e2a38;
    --bc-app-line-strong: #2d4055;
    --bc-app-title: #f8fafc;
    --bc-app-text: #e5edf7;
    --bc-app-muted: #a8b4c3;
    --bc-app-accent: #8fd3ff;
    --bc-app-accent-strong: #b9dcff;
    --bc-app-accent-2: #5fa8ff;
    --bc-app-accent-soft: #0a2236;
    --bc-app-focus: rgba(143, 211, 255, .20);
    --bc-app-shadow: none;
    color-scheme: dark;
  }
  body.is-app-shell .bcx-home-hero-premium,
  body.is-app-shell .bcx-explore-top,
  body.is-app-shell.chat-hub-page .chat-hero,
  body.is-app-shell .biz-my-login-area,
  body[data-app-shell="true"] .bcx-home-hero-premium,
  body[data-app-shell="true"] .bcx-explore-top,
  body[data-app-shell="true"].chat-hub-page .chat-hero,
  body[data-app-shell="true"] .biz-my-login-area {
    background: linear-gradient(135deg, #071a2a 0%, var(--bc-app-surface) 58%, #101a26 100%) !important;
  }
  body.is-app-shell .hero-card,
  body[data-app-shell="true"] .hero-card {
    background:
      radial-gradient(circle at 12% 12%, rgba(143, 211, 255, .18), transparent 34%),
      radial-gradient(circle at 84% 16%, rgba(95, 168, 255, .14), transparent 30%),
      linear-gradient(135deg, #071a2a, #0b1017) !important;
  }
  body.is-app-shell .bcx-tag.rose,
  body[data-app-shell="true"] .bcx-tag.rose {
    background: rgba(226, 77, 92, .16) !important;
  }
  body.is-app-shell .bcx-tag.amber,
  body[data-app-shell="true"] .bcx-tag.amber {
    background: rgba(245, 158, 11, .16) !important;
    color: #fbbf24 !important;
  }
}

body.amoled.is-app-shell,
body[data-theme="amoled"].is-app-shell,
body[data-surface-theme="amoled"].is-app-shell,
body.amoled[data-app-shell="true"],
body[data-theme="amoled"][data-app-shell="true"],
body[data-surface-theme="amoled"][data-app-shell="true"] {
  --bc-app-bg: #000000;
  --bc-app-surface: #05070a;
  --bc-app-surface-soft: #0a1119;
  --bc-app-surface-strong: #071a2a;
  --bc-app-line: #151d29;
  --bc-app-line-strong: #243347;
  --bc-app-title: #f8fafc;
  --bc-app-text: #e5edf7;
  --bc-app-muted: #a8b4c3;
  --bc-app-accent: #8fd3ff;
  --bc-app-accent-strong: #b9dcff;
  --bc-app-accent-2: #5fa8ff;
  --bc-app-accent-soft: #071a2a;
  --bc-app-shadow: none;
}

/* v288: hard app-shell enforcement for WebView cache refresh, pastel sky palette, and equal tab top rhythm. */
body.bc-tab-page,
body.is-app-shell,
body[data-app-shell="true"] {
  --bc-app-bg: #f7fbff;
  --bc-app-surface: #ffffff;
  --bc-app-surface-soft: #f1f8ff;
  --bc-app-surface-strong: #d9eeff;
  --bc-app-line: #d9e8f5;
  --bc-app-line-strong: #c7def3;
  --bc-app-title: #1f2f46;
  --bc-app-text: #2d3b4f;
  --bc-app-muted: #667789;
  --bc-app-accent: #5fa8ff;
  --bc-app-accent-strong: #356fb8;
  --bc-app-accent-2: #8fd3ff;
  --bc-app-accent-soft: #eef7ff;
  --bc-app-focus: rgba(95, 168, 255, .24);
  --bc-app-radius-sm: 12px;
  --bc-app-radius: 16px;
  --bc-app-radius-lg: 22px;
  --bc-app-shadow: 0 12px 30px rgba(31, 47, 70, .055);
  --bc-mobile-page-top: 12px;
  --bc-mobile-page-x: 18px;
  --bc-mobile-page-bottom: 20px;
  --bc-primary: #5fa8ff;
  --bc-primary-dark: #356fb8;
  --bc-soft: #f1f8ff;
  --bc-soft-2: #eef7ff;
  --bc-line: #d9e8f5;
  --bc-bg: #f7fbff;
  --bc-text: #1f2f46;
  --bc-muted: #667789;
  --search-bg: #f7fbff;
  --search-surface: #ffffff;
  --search-surface-2: #f1f8ff;
  --search-text: #1f2f46;
  --search-muted: #667789;
  --search-line: #d9e8f5;
  --search-primary: #5fa8ff;
  --search-primary-2: #8fd3ff;
  --search-dark: #1f2f46;
  --chat-bg: #f7fbff;
  --chat-surface: #ffffff;
  --chat-soft: #f1f8ff;
  --chat-line: #d9e8f5;
  --chat-text: #1f2f46;
  --chat-muted: #667789;
  --chat-primary: #5fa8ff;
  --chat-primary-dark: #356fb8;
  background: var(--bc-app-bg) !important;
  color: var(--bc-app-text) !important;
}

body.bc-tab-page .bc-shared-header,
body.bc-tab-page .bc-header,
body.bc-tab-page .search-header,
body.bc-tab-page .chat-header,
body.bc-tab-page .community-header,
body.is-app-shell .bc-shared-header,
body.is-app-shell .bc-header,
body.is-app-shell .search-header,
body.is-app-shell .chat-header,
body.is-app-shell .community-header,
body[data-app-shell="true"] .bc-shared-header,
body[data-app-shell="true"] .bc-header,
body[data-app-shell="true"] .search-header,
body[data-app-shell="true"] .chat-header,
body[data-app-shell="true"] .community-header {
  display: none !important;
}

body.bc-tab-page.has-native-bottom,
body.is-app-shell.has-native-bottom,
body[data-native-bottom="true"] {
  padding-bottom: 0 !important;
}

body.bc-tab-page .bc-page-shell,
body.bc-tab-page .bc-main,
body.bc-tab-page .bcx-shell,
body.bc-tab-page .search-shell,
body.bc-tab-page .community-shell,
body.bc-tab-page .chat-shell,
body.bc-tab-page .biz-my-shell,
body.is-app-shell .bc-page-shell,
body.is-app-shell .bc-main,
body.is-app-shell .bcx-shell,
body.is-app-shell .search-shell,
body.is-app-shell .community-shell,
body.is-app-shell .chat-shell,
body.is-app-shell .biz-my-shell,
body[data-app-shell="true"] .bc-page-shell,
body[data-app-shell="true"] .bc-main,
body[data-app-shell="true"] .bcx-shell,
body[data-app-shell="true"] .search-shell,
body[data-app-shell="true"] .community-shell,
body[data-app-shell="true"] .chat-shell,
body[data-app-shell="true"] .biz-my-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: max(12px, env(safe-area-inset-top)) var(--bc-mobile-page-x) var(--bc-mobile-page-bottom) !important;
  background: var(--bc-app-bg) !important;
  color: var(--bc-app-text) !important;
}

body.bc-tab-page.has-native-bottom .bc-page-shell,
body.bc-tab-page.has-native-bottom .bc-main,
body.bc-tab-page.has-native-bottom .bcx-shell,
body.bc-tab-page.has-native-bottom .search-shell,
body.bc-tab-page.has-native-bottom .community-shell,
body.bc-tab-page.has-native-bottom .chat-shell,
body.bc-tab-page.has-native-bottom .biz-my-shell,
body.is-app-shell.has-native-bottom .bc-page-shell,
body.is-app-shell.has-native-bottom .bc-main,
body.is-app-shell.has-native-bottom .bcx-shell,
body.is-app-shell.has-native-bottom .search-shell,
body.is-app-shell.has-native-bottom .community-shell,
body.is-app-shell.has-native-bottom .chat-shell,
body.is-app-shell.has-native-bottom .biz-my-shell,
body[data-native-bottom="true"] .bc-page-shell,
body[data-native-bottom="true"] .bc-main,
body[data-native-bottom="true"] .bcx-shell,
body[data-native-bottom="true"] .search-shell,
body[data-native-bottom="true"] .community-shell,
body[data-native-bottom="true"] .chat-shell,
body[data-native-bottom="true"] .biz-my-shell {
  padding-bottom: 18px !important;
}

body.bc-tab-page .bc-page-shell > *,
body.bc-tab-page .bcx-shell > *,
body.bc-tab-page .search-shell > *,
body.bc-tab-page .community-shell > *,
body.bc-tab-page .chat-shell > *,
body.bc-tab-page .biz-my-shell > *,
body.is-app-shell .bc-page-shell > *,
body.is-app-shell .bcx-shell > *,
body.is-app-shell .search-shell > *,
body.is-app-shell .community-shell > *,
body.is-app-shell .chat-shell > *,
body.is-app-shell .biz-my-shell > *,
body[data-app-shell="true"] .bc-page-shell > *,
body[data-app-shell="true"] .bcx-shell > *,
body[data-app-shell="true"] .search-shell > *,
body[data-app-shell="true"] .community-shell > *,
body[data-app-shell="true"] .chat-shell > *,
body[data-app-shell="true"] .biz-my-shell > * {
  margin-top: 18px !important;
}

body.bc-tab-page .bc-page-shell > *:first-child,
body.bc-tab-page .bcx-shell > *:first-child,
body.bc-tab-page .search-shell > *:first-child,
body.bc-tab-page .community-shell > *:first-child,
body.bc-tab-page .chat-shell > *:first-child,
body.bc-tab-page .biz-my-shell > *:first-child,
body.is-app-shell .bc-page-shell > *:first-child,
body.is-app-shell .bcx-shell > *:first-child,
body.is-app-shell .search-shell > *:first-child,
body.is-app-shell .community-shell > *:first-child,
body.is-app-shell .chat-shell > *:first-child,
body.is-app-shell .biz-my-shell > *:first-child,
body[data-app-shell="true"] .bc-page-shell > *:first-child,
body[data-app-shell="true"] .bcx-shell > *:first-child,
body[data-app-shell="true"] .search-shell > *:first-child,
body[data-app-shell="true"] .community-shell > *:first-child,
body[data-app-shell="true"] .chat-shell > *:first-child,
body[data-app-shell="true"] .biz-my-shell > *:first-child {
  margin-top: 0 !important;
}

body.bc-tab-page .bcx-home-hero-premium,
body.bc-tab-page .bcx-explore-top,
body.bc-tab-page .community-hero-grid,
body.bc-tab-page.chat-hub-page .chat-hero,
body.bc-tab-page .biz-my-login-area,
body.is-app-shell .bcx-home-hero-premium,
body.is-app-shell .bcx-explore-top,
body.is-app-shell .community-hero-grid,
body.is-app-shell.chat-hub-page .chat-hero,
body.is-app-shell .biz-my-login-area,
body[data-app-shell="true"] .bcx-home-hero-premium,
body[data-app-shell="true"] .bcx-explore-top,
body[data-app-shell="true"] .community-hero-grid,
body[data-app-shell="true"].chat-hub-page .chat-hero,
body[data-app-shell="true"] .biz-my-login-area {
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(143, 211, 255, .24), transparent 32%),
    linear-gradient(135deg, rgba(238, 247, 255, .98) 0%, rgba(255, 255, 255, .99) 54%, rgba(241, 248, 255, .98) 100%) !important;
  box-shadow: var(--bc-app-shadow) !important;
  overflow: hidden !important;
}

body.bc-tab-page .bcx-home-hero-premium,
body.bc-tab-page .bcx-explore-top,
body.bc-tab-page.chat-hub-page .chat-hero,
body.is-app-shell .bcx-home-hero-premium,
body.is-app-shell .bcx-explore-top,
body.is-app-shell.chat-hub-page .chat-hero,
body[data-app-shell="true"] .bcx-home-hero-premium,
body[data-app-shell="true"] .bcx-explore-top,
body[data-app-shell="true"].chat-hub-page .chat-hero {
  padding: 20px !important;
  gap: 18px !important;
}

body.bc-tab-page .bcx-explore-titlebar,
body.is-app-shell .bcx-explore-titlebar,
body[data-app-shell="true"] .bcx-explore-titlebar {
  margin: 0 !important;
  align-items: flex-start !important;
}

body.bc-tab-page .bcx-explore-icons,
body.is-app-shell .bcx-explore-icons,
body[data-app-shell="true"] .bcx-explore-icons {
  display: none !important;
}

body.bc-tab-page .bcx-hero-copy h1,
body.bc-tab-page .bcx-explore-titlebar h1,
body.bc-tab-page.chat-hub-page .chat-hero-copy h1,
body.bc-tab-page .hero-overlay h1,
body.is-app-shell .bcx-hero-copy h1,
body.is-app-shell .bcx-explore-titlebar h1,
body.is-app-shell.chat-hub-page .chat-hero-copy h1,
body.is-app-shell .hero-overlay h1,
body[data-app-shell="true"] .bcx-hero-copy h1,
body[data-app-shell="true"] .bcx-explore-titlebar h1,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy h1,
body[data-app-shell="true"] .hero-overlay h1 {
  margin: 12px 0 10px !important;
  color: var(--bc-app-title) !important;
  font-size: clamp(28px, 7.6vw, 36px) !important;
  line-height: 1.15 !important;
  letter-spacing: -.055em !important;
  font-weight: 820 !important;
}

body.bc-tab-page .bcx-hero-copy p,
body.bc-tab-page.chat-hub-page .chat-hero-copy p,
body.bc-tab-page .hero-overlay p,
body.is-app-shell .bcx-hero-copy p,
body.is-app-shell.chat-hub-page .chat-hero-copy p,
body.is-app-shell .hero-overlay p,
body[data-app-shell="true"] .bcx-hero-copy p,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy p,
body[data-app-shell="true"] .hero-overlay p {
  color: var(--bc-app-muted) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

body.bc-tab-page .bcx-kicker,
body.bc-tab-page .hero-kicker,
body.bc-tab-page .panel-kicker,
body.bc-tab-page.chat-hub-page .chat-hero-copy > span,
body.is-app-shell .bcx-kicker,
body.is-app-shell .hero-kicker,
body.is-app-shell .panel-kicker,
body.is-app-shell.chat-hub-page .chat-hero-copy > span,
body[data-app-shell="true"] .bcx-kicker,
body[data-app-shell="true"] .hero-kicker,
body[data-app-shell="true"] .panel-kicker,
body[data-app-shell="true"].chat-hub-page .chat-hero-copy > span {
  min-height: 31px !important;
  padding: 0 11px !important;
  border: 1px solid #cfe7ff !important;
  border-radius: var(--bc-app-radius-sm) !important;
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

body.bc-tab-page .bcx-button,
body.bc-tab-page .community-button,
body.bc-tab-page.chat-hub-page .chat-btn,
body.bc-tab-page .biz-my-edit,
body.is-app-shell .bcx-button,
body.is-app-shell .community-button,
body.is-app-shell.chat-hub-page .chat-btn,
body.is-app-shell .biz-my-edit,
body[data-app-shell="true"] .bcx-button,
body[data-app-shell="true"] .community-button,
body[data-app-shell="true"].chat-hub-page .chat-btn,
body[data-app-shell="true"] .biz-my-edit {
  min-height: 48px !important;
  border-radius: 13px !important;
  border: 1px solid var(--bc-app-line) !important;
  background: var(--bc-app-surface) !important;
  color: var(--bc-app-title) !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

body.bc-tab-page .bcx-button.primary,
body.bc-tab-page .community-button.primary,
body.bc-tab-page.chat-hub-page .chat-btn.primary,
body.bc-tab-page .search-input-row button,
body.is-app-shell .bcx-button.primary,
body.is-app-shell .community-button.primary,
body.is-app-shell.chat-hub-page .chat-btn.primary,
body.is-app-shell .search-input-row button,
body[data-app-shell="true"] .bcx-button.primary,
body[data-app-shell="true"] .community-button.primary,
body[data-app-shell="true"].chat-hub-page .chat-btn.primary,
body[data-app-shell="true"] .search-input-row button {
  border-color: transparent !important;
  background: linear-gradient(135deg, #5fa8ff, #8fd3ff) !important;
  color: #ffffff !important;
}

body.bc-tab-page .bcx-search-form,
body.bc-tab-page .bcx-explore-category-grid,
body.bc-tab-page .bcx-panel,
body.bc-tab-page .bcx-support-card,
body.bc-tab-page .bcx-recommend-card,
body.bc-tab-page .search-result-toolbar,
body.bc-tab-page .search-result-card,
body.bc-tab-page .community-live-panel,
body.bc-tab-page .account-panel,
body.bc-tab-page .community-quick-grid,
body.bc-tab-page .community-board-rail,
body.bc-tab-page .community-section-block,
body.bc-tab-page .meetup-card,
body.bc-tab-page .community-feed-panel,
body.bc-tab-page .community-chat-panel,
body.bc-tab-page.chat-hub-page .chat-metrics article,
body.bc-tab-page.chat-hub-page .chat-login-panel,
body.bc-tab-page.chat-hub-page .chat-room-list,
body.bc-tab-page.chat-hub-page .chat-action-grid button,
body.bc-tab-page.chat-hub-page .chat-action-grid a,
body.bc-tab-page .biz-my-role-card,
body.bc-tab-page .biz-my-quick,
body.bc-tab-page .biz-my-benefits a,
body.bc-tab-page .biz-my-project-card.empty,
body.bc-tab-page .biz-my-profile-grid > div,
body.bc-tab-page .biz-my-side-list > div,
body.is-app-shell .bcx-search-form,
body.is-app-shell .bcx-explore-category-grid,
body.is-app-shell .bcx-panel,
body.is-app-shell .bcx-support-card,
body.is-app-shell .bcx-recommend-card,
body.is-app-shell .search-result-toolbar,
body.is-app-shell .search-result-card,
body.is-app-shell .community-live-panel,
body.is-app-shell .account-panel,
body.is-app-shell .community-quick-grid,
body.is-app-shell .community-board-rail,
body.is-app-shell .community-section-block,
body.is-app-shell .meetup-card,
body.is-app-shell .community-feed-panel,
body.is-app-shell .community-chat-panel,
body.is-app-shell.chat-hub-page .chat-metrics article,
body.is-app-shell.chat-hub-page .chat-login-panel,
body.is-app-shell.chat-hub-page .chat-room-list,
body.is-app-shell.chat-hub-page .chat-action-grid button,
body.is-app-shell.chat-hub-page .chat-action-grid a,
body.is-app-shell .biz-my-role-card,
body.is-app-shell .biz-my-quick,
body.is-app-shell .biz-my-benefits a,
body.is-app-shell .biz-my-project-card.empty,
body.is-app-shell .biz-my-profile-grid > div,
body.is-app-shell .biz-my-side-list > div,
body[data-app-shell="true"] .bcx-search-form,
body[data-app-shell="true"] .bcx-explore-category-grid,
body[data-app-shell="true"] .bcx-panel,
body[data-app-shell="true"] .bcx-support-card,
body[data-app-shell="true"] .bcx-recommend-card,
body[data-app-shell="true"] .search-result-toolbar,
body[data-app-shell="true"] .search-result-card,
body[data-app-shell="true"] .community-live-panel,
body[data-app-shell="true"] .account-panel,
body[data-app-shell="true"] .community-quick-grid,
body[data-app-shell="true"] .community-board-rail,
body[data-app-shell="true"] .community-section-block,
body[data-app-shell="true"] .meetup-card,
body[data-app-shell="true"] .community-feed-panel,
body[data-app-shell="true"] .community-chat-panel,
body[data-app-shell="true"].chat-hub-page .chat-metrics article,
body[data-app-shell="true"].chat-hub-page .chat-login-panel,
body[data-app-shell="true"].chat-hub-page .chat-room-list,
body[data-app-shell="true"].chat-hub-page .chat-action-grid button,
body[data-app-shell="true"].chat-hub-page .chat-action-grid a,
body[data-app-shell="true"] .biz-my-role-card,
body[data-app-shell="true"] .biz-my-quick,
body[data-app-shell="true"] .biz-my-benefits a,
body[data-app-shell="true"] .biz-my-project-card.empty,
body[data-app-shell="true"] .biz-my-profile-grid > div,
body[data-app-shell="true"] .biz-my-side-list > div {
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: var(--bc-app-surface) !important;
  box-shadow: var(--bc-app-shadow) !important;
}

body.bc-tab-page .bcx-search-input,
body.is-app-shell .bcx-search-input,
body[data-app-shell="true"] .bcx-search-input {
  min-height: 55px !important;
  border: 1px solid #cfe7ff !important;
  border-radius: 15px !important;
  background: var(--bc-app-surface-soft) !important;
  box-shadow: none !important;
}

body.bc-tab-page .bcx-search-input i,
body.bc-tab-page .bcx-section-head span,
body.bc-tab-page .search-result-toolbar span,
body.bc-tab-page .section-more,
body.bc-tab-page .community-live-head span,
body.bc-tab-page.chat-hub-page .chat-metrics strong,
body.is-app-shell .bcx-search-input i,
body.is-app-shell .bcx-section-head span,
body.is-app-shell .search-result-toolbar span,
body.is-app-shell .section-more,
body.is-app-shell .community-live-head span,
body.is-app-shell.chat-hub-page .chat-metrics strong,
body[data-app-shell="true"] .bcx-search-input i,
body[data-app-shell="true"] .bcx-section-head span,
body[data-app-shell="true"] .search-result-toolbar span,
body[data-app-shell="true"] .section-more,
body[data-app-shell="true"] .community-live-head span,
body[data-app-shell="true"].chat-hub-page .chat-metrics strong {
  color: var(--bc-app-accent-strong) !important;
}

body.bc-tab-page .bcx-trust-row i,
body.bc-tab-page .bcx-explore-category-grid .search-vertical i,
body.bc-tab-page .bcx-purpose-grid i:first-child,
body.bc-tab-page .bcx-status-card > i,
body.bc-tab-page .community-signal-card i,
body.bc-tab-page .icon-bg,
body.bc-tab-page .chat-action-grid i,
body.bc-tab-page .preview-avatar,
body.bc-tab-page .thread-avatar.green,
body.bc-tab-page .biz-my-avatar,
body.bc-tab-page .project-thumb,
body.bc-tab-page .benefit-icon.points,
body.bc-tab-page .benefit-icon.idea,
body.is-app-shell .bcx-trust-row i,
body.is-app-shell .bcx-explore-category-grid .search-vertical i,
body.is-app-shell .bcx-purpose-grid i:first-child,
body.is-app-shell .bcx-status-card > i,
body.is-app-shell .community-signal-card i,
body.is-app-shell .icon-bg,
body.is-app-shell .chat-action-grid i,
body.is-app-shell .preview-avatar,
body.is-app-shell .thread-avatar.green,
body.is-app-shell .biz-my-avatar,
body.is-app-shell .project-thumb,
body.is-app-shell .benefit-icon.points,
body.is-app-shell .benefit-icon.idea,
body[data-app-shell="true"] .bcx-trust-row i,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical i,
body[data-app-shell="true"] .bcx-purpose-grid i:first-child,
body[data-app-shell="true"] .bcx-status-card > i,
body[data-app-shell="true"] .community-signal-card i,
body[data-app-shell="true"] .icon-bg,
body[data-app-shell="true"] .chat-action-grid i,
body[data-app-shell="true"] .preview-avatar,
body[data-app-shell="true"] .thread-avatar.green,
body[data-app-shell="true"] .biz-my-avatar,
body[data-app-shell="true"] .project-thumb,
body[data-app-shell="true"] .benefit-icon.points,
body[data-app-shell="true"] .benefit-icon.idea {
  border-radius: 14px !important;
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
}

body.bc-tab-page .bcx-explore-category-grid,
body.is-app-shell .bcx-explore-category-grid,
body[data-app-shell="true"] .bcx-explore-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 18px !important;
  overflow: hidden !important;
}

body.bc-tab-page .bcx-explore-category-grid .search-vertical,
body.is-app-shell .bcx-explore-category-grid .search-vertical,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical {
  min-height: 104px !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--bc-app-line) !important;
  border-bottom: 1px solid var(--bc-app-line) !important;
  background: var(--bc-app-surface) !important;
  box-shadow: none !important;
}

body.bc-tab-page .bcx-explore-category-grid .search-vertical:nth-child(3n),
body.is-app-shell .bcx-explore-category-grid .search-vertical:nth-child(3n),
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:nth-child(3n) {
  border-right: 0 !important;
}

body.bc-tab-page .bcx-explore-category-grid .search-vertical.is-active,
body.bc-tab-page .bcx-explore-category-grid .search-vertical:hover,
body.bc-tab-page .bcx-suggest-row button:hover,
body.bc-tab-page .search-chip-group button.is-active,
body.bc-tab-page .chat-filter-row button.active,
body.bc-tab-page .chat-filter-row button.is-active,
body.is-app-shell .bcx-explore-category-grid .search-vertical.is-active,
body.is-app-shell .bcx-explore-category-grid .search-vertical:hover,
body.is-app-shell .bcx-suggest-row button:hover,
body.is-app-shell .search-chip-group button.is-active,
body.is-app-shell .chat-filter-row button.active,
body.is-app-shell .chat-filter-row button.is-active,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical.is-active,
body[data-app-shell="true"] .bcx-explore-category-grid .search-vertical:hover,
body[data-app-shell="true"] .bcx-suggest-row button:hover,
body[data-app-shell="true"] .search-chip-group button.is-active,
body[data-app-shell="true"] .chat-filter-row button.active,
body[data-app-shell="true"] .chat-filter-row button.is-active {
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
  border-color: #cfe7ff !important;
}

body.bc-tab-page .bcx-hero-metrics,
body.bc-tab-page.chat-hub-page .chat-metrics,
body.bc-tab-page .biz-my-stat-card,
body.is-app-shell .bcx-hero-metrics,
body.is-app-shell.chat-hub-page .chat-metrics,
body.is-app-shell .biz-my-stat-card,
body[data-app-shell="true"] .bcx-hero-metrics,
body[data-app-shell="true"].chat-hub-page .chat-metrics,
body[data-app-shell="true"] .biz-my-stat-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 11px !important;
}

body.bc-tab-page .bcx-hero-metrics,
body.bc-tab-page .biz-my-stat-card,
body.is-app-shell .bcx-hero-metrics,
body.is-app-shell .biz-my-stat-card,
body[data-app-shell="true"] .bcx-hero-metrics,
body[data-app-shell="true"] .biz-my-stat-card {
  padding: 12px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: none !important;
}

body.bc-tab-page .bcx-trust-row span,
body.bc-tab-page .biz-my-stat-card > div,
body.is-app-shell .bcx-trust-row span,
body.is-app-shell .biz-my-stat-card > div,
body[data-app-shell="true"] .bcx-trust-row span,
body[data-app-shell="true"] .biz-my-stat-card > div {
  min-height: 80px !important;
  padding: 12px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: 15px !important;
  background: var(--bc-app-surface) !important;
}

body.bc-tab-page .bcx-trust-row strong,
body.bc-tab-page .biz-my-stat-card span,
body.is-app-shell .bcx-trust-row strong,
body.is-app-shell .biz-my-stat-card span,
body[data-app-shell="true"] .bcx-trust-row strong,
body[data-app-shell="true"] .biz-my-stat-card span {
  color: var(--bc-app-accent-strong) !important;
}

body.bc-tab-page .chat-workspace,
body.is-app-shell .chat-workspace,
body[data-app-shell="true"] .chat-workspace {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

body.bc-tab-page .chat-preview-panel,
body.is-app-shell .chat-preview-panel,
body[data-app-shell="true"] .chat-preview-panel {
  display: none !important;
}

body.bc-tab-page .bc-mobile-bottom,
body.bc-tab-page .search-mobile-bottom,
body.bc-tab-page .chat-bottom-nav,
body.bc-tab-page .bc-shared-bottom-nav,
body.bc-tab-page .biz-mobile-nav,
body.is-app-shell .bc-mobile-bottom,
body.is-app-shell .search-mobile-bottom,
body.is-app-shell .chat-bottom-nav,
body.is-app-shell .bc-shared-bottom-nav,
body.is-app-shell .biz-mobile-nav,
body[data-app-shell="true"] .bc-mobile-bottom,
body[data-app-shell="true"] .search-mobile-bottom,
body[data-app-shell="true"] .chat-bottom-nav,
body[data-app-shell="true"] .bc-shared-bottom-nav,
body[data-app-shell="true"] .biz-mobile-nav,
body[data-native-bottom="true"] .bc-mobile-bottom,
body[data-native-bottom="true"] .search-mobile-bottom,
body[data-native-bottom="true"] .chat-bottom-nav,
body[data-native-bottom="true"] .bc-shared-bottom-nav,
body[data-native-bottom="true"] .biz-mobile-nav {
  display: none !important;
}

body.bc-tab-page .bc-portal-hero,
body.is-app-shell .bc-portal-hero,
body[data-app-shell="true"] .bc-portal-hero {
  background: linear-gradient(135deg, #eef7ff 0%, #ffffff 54%, #f1f8ff 100%) !important;
}

body.bc-tab-page .bc-portal-hero::after,
body.is-app-shell .bc-portal-hero::after,
body[data-app-shell="true"] .bc-portal-hero::after {
  background: rgba(143, 211, 255, .18) !important;
}

body.bc-tab-page .bc-hero-mini-card.strong,
body.bc-tab-page .biz-my-banner,
body.is-app-shell .bc-hero-mini-card.strong,
body.is-app-shell .biz-my-banner,
body[data-app-shell="true"] .bc-hero-mini-card.strong,
body[data-app-shell="true"] .biz-my-banner {
  background: linear-gradient(135deg, #5fa8ff 0%, #8fd3ff 58%, #d9eeff 100%) !important;
}

body.bc-tab-page .bc-hero-kicker,
body.is-app-shell .bc-hero-kicker,
body[data-app-shell="true"] .bc-hero-kicker {
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
  border: 1px solid #cfe7ff !important;
}

@media (max-width: 380px) {
  body.bc-tab-page,
  body.is-app-shell,
  body[data-app-shell="true"] {
    --bc-mobile-page-x: 16px;
    --bc-mobile-page-top: 10px;
  }

  body.bc-tab-page .bcx-home-hero-premium,
  body.bc-tab-page .bcx-explore-top,
  body.bc-tab-page.chat-hub-page .chat-hero,
  body.is-app-shell .bcx-home-hero-premium,
  body.is-app-shell .bcx-explore-top,
  body.is-app-shell.chat-hub-page .chat-hero,
  body[data-app-shell="true"] .bcx-home-hero-premium,
  body[data-app-shell="true"] .bcx-explore-top,
  body[data-app-shell="true"].chat-hub-page .chat-hero {
    padding: 18px !important;
  }

  body.bc-tab-page .bcx-hero-actions,
  body.bc-tab-page.chat-hub-page .chat-hero-actions,
  body.is-app-shell .bcx-hero-actions,
  body.is-app-shell.chat-hub-page .chat-hero-actions,
  body[data-app-shell="true"] .bcx-hero-actions,
  body[data-app-shell="true"].chat-hub-page .chat-hero-actions {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-color-scheme: dark) {
  body.bc-tab-page,
  body.is-app-shell,
  body[data-app-shell="true"] {
    --bc-app-bg: #05080c;
    --bc-app-surface: #0b1017;
    --bc-app-surface-soft: #111a24;
    --bc-app-surface-strong: #0a2236;
    --bc-app-line: #1e2a38;
    --bc-app-line-strong: #2d4055;
    --bc-app-title: #f8fafc;
    --bc-app-text: #e5edf7;
    --bc-app-muted: #a8b4c3;
    --bc-app-accent: #8fd3ff;
    --bc-app-accent-strong: #b9dcff;
    --bc-app-accent-2: #5fa8ff;
    --bc-app-accent-soft: #0a2236;
    --bc-app-shadow: none;
    --search-bg: #05080c;
    --search-surface: #0b1017;
    --search-surface-2: #111a24;
    --search-text: #f8fafc;
    --search-muted: #a8b4c3;
    --search-line: #1e2a38;
    --chat-bg: #05080c;
    --chat-surface: #0b1017;
    --chat-soft: #111a24;
    --chat-line: #1e2a38;
    --chat-text: #f8fafc;
    --chat-muted: #a8b4c3;
    color-scheme: dark;
  }

  body.bc-tab-page .bcx-home-hero-premium,
  body.bc-tab-page .bcx-explore-top,
  body.bc-tab-page.chat-hub-page .chat-hero,
  body.bc-tab-page .biz-my-login-area,
  body.is-app-shell .bcx-home-hero-premium,
  body.is-app-shell .bcx-explore-top,
  body.is-app-shell.chat-hub-page .chat-hero,
  body.is-app-shell .biz-my-login-area,
  body[data-app-shell="true"] .bcx-home-hero-premium,
  body[data-app-shell="true"] .bcx-explore-top,
  body[data-app-shell="true"].chat-hub-page .chat-hero,
  body[data-app-shell="true"] .biz-my-login-area {
    background: linear-gradient(135deg, #071a2a 0%, var(--bc-app-surface) 58%, #101a26 100%) !important;
  }
}

body.amoled.bc-tab-page,
body.amoled.is-app-shell,
body[data-theme="amoled"].bc-tab-page,
body[data-theme="amoled"].is-app-shell,
body[data-surface-theme="amoled"].bc-tab-page,
body[data-surface-theme="amoled"].is-app-shell {
  --bc-app-bg: #000000;
  --bc-app-surface: #05070a;
  --bc-app-surface-soft: #0a1119;
  --bc-app-surface-strong: #071a2a;
  --bc-app-line: #151d29;
  --bc-app-title: #f8fafc;
  --bc-app-text: #e5edf7;
  --bc-app-muted: #a8b4c3;
  --bc-app-accent: #8fd3ff;
  --bc-app-accent-strong: #b9dcff;
  --bc-app-accent-2: #5fa8ff;
  --bc-app-accent-soft: #071a2a;
  --bc-app-shadow: none;
  --search-bg: #000000;
  --search-surface: #05070a;
  --search-surface-2: #0a1119;
  --search-line: #151d29;
  --chat-bg: #000000;
  --chat-surface: #05070a;
  --chat-soft: #0a1119;
  --chat-line: #151d29;
}

/* v289: repair mobile tab hero/content rhythm for Community and My pages. */
body.bc-page--community,
body.bc-page--my,
body.bc-page--community.is-app-shell,
body.bc-page--my.is-app-shell,
body.bc-page--community[data-app-shell="true"],
body.bc-page--my[data-app-shell="true"] {
  --bc-mobile-page-top: 10px;
  --bc-mobile-page-x: 18px;
  --bc-mobile-page-bottom: 18px;
}

body.bc-page--community .community-shell,
body.bc-page--my .biz-my-shell,
body.bc-page--community.is-app-shell .community-shell,
body.bc-page--my.is-app-shell .biz-my-shell,
body.bc-page--community[data-app-shell="true"] .community-shell,
body.bc-page--my[data-app-shell="true"] .biz-my-shell {
  padding-top: max(10px, env(safe-area-inset-top)) !important;
  padding-left: var(--bc-mobile-page-x) !important;
  padding-right: var(--bc-mobile-page-x) !important;
  background: var(--bc-app-bg) !important;
  overflow-x: hidden !important;
}

body.bc-page--community.has-native-bottom .community-shell,
body.bc-page--my.has-native-bottom .biz-my-shell,
body.bc-page--community[data-native-bottom="true"] .community-shell,
body.bc-page--my[data-native-bottom="true"] .biz-my-shell {
  padding-bottom: 18px !important;
}

/* Community hero: remove absolute text flow so title, description, and buttons never collide. */
body.bc-page--community .community-hero-grid,
body.bc-page--community.is-app-shell .community-hero-grid,
body.bc-page--community[data-app-shell="true"] .community-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.bc-page--community .hero-card-community,
body.bc-page--community.is-app-shell .hero-card-community,
body.bc-page--community[data-app-shell="true"] .hero-card-community {
  min-height: 0 !important;
  padding: 22px 20px 20px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(143, 211, 255, .30), transparent 34%),
    radial-gradient(circle at 5% 0%, rgba(95, 168, 255, .18), transparent 30%),
    linear-gradient(135deg, rgba(238, 247, 255, .98) 0%, #ffffff 58%, rgba(241, 248, 255, .98) 100%) !important;
  box-shadow: var(--bc-app-shadow) !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

body.bc-page--community .hero-card-community .hero-pattern,
body.bc-page--community.is-app-shell .hero-card-community .hero-pattern,
body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-pattern {
  z-index: 0 !important;
  opacity: .7 !important;
  pointer-events: none !important;
}

body.bc-page--community .hero-card-community .hero-bubble,
body.bc-page--community.is-app-shell .hero-card-community .hero-bubble,
body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-bubble {
  display: none !important;
}

body.bc-page--community .hero-card-community .hero-pattern::before,
body.bc-page--community.is-app-shell .hero-card-community .hero-pattern::before,
body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-pattern::before {
  width: 176px !important;
  height: 176px !important;
  right: -76px !important;
  top: -70px !important;
  border-color: rgba(199, 222, 243, .72) !important;
  background: rgba(255, 255, 255, .58) !important;
}

body.bc-page--community .hero-card-community .hero-pattern::after,
body.bc-page--community.is-app-shell .hero-card-community .hero-pattern::after,
body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-pattern::after {
  width: 130px !important;
  height: 130px !important;
  right: 34px !important;
  bottom: -70px !important;
  border-color: rgba(199, 222, 243, .54) !important;
  background: rgba(255, 255, 255, .42) !important;
}

body.bc-page--community .hero-card-community .hero-overlay,
body.bc-page--community.is-app-shell .hero-card-community .hero-overlay,
body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-overlay {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  color: var(--bc-app-title) !important;
}

body.bc-page--community .hero-card-community .hero-kicker,
body.bc-page--community.is-app-shell .hero-card-community .hero-kicker,
body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-kicker {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  white-space: nowrap !important;
}

body.bc-page--community .hero-card-community h1,
body.bc-page--community.is-app-shell .hero-card-community h1,
body.bc-page--community[data-app-shell="true"] .hero-card-community h1 {
  margin: 0 !important;
  max-width: 100% !important;
  color: var(--bc-app-title) !important;
  font-size: clamp(28px, 7.4vw, 34px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.055em !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

body.bc-page--community .hero-card-community p,
body.bc-page--community.is-app-shell .hero-card-community p,
body.bc-page--community[data-app-shell="true"] .hero-card-community p {
  margin: 14px 0 0 !important;
  max-width: 100% !important;
  color: var(--bc-app-muted) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

body.bc-page--community .hero-card-community .hero-actions,
body.bc-page--community.is-app-shell .hero-card-community .hero-actions,
body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 18px !important;
}

body.bc-page--community .hero-card-community .community-button,
body.bc-page--community.is-app-shell .hero-card-community .community-button,
body.bc-page--community[data-app-shell="true"] .hero-card-community .community-button {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 12px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.bc-page--community .community-live-panel,
body.bc-page--community.is-app-shell .community-live-panel,
body.bc-page--community[data-app-shell="true"] .community-live-panel {
  margin: 0 !important;
  padding: 18px !important;
  overflow: hidden !important;
}

body.bc-page--community .community-signal-card,
body.bc-page--community.is-app-shell .community-signal-card,
body.bc-page--community[data-app-shell="true"] .community-signal-card {
  grid-template-columns: 46px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-width: 0 !important;
  background: var(--bc-app-surface-soft) !important;
}

body.bc-page--community .community-signal-card strong,
body.bc-page--community .community-signal-card p,
body.bc-page--community.is-app-shell .community-signal-card strong,
body.bc-page--community.is-app-shell .community-signal-card p,
body.bc-page--community[data-app-shell="true"] .community-signal-card strong,
body.bc-page--community[data-app-shell="true"] .community-signal-card p {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

/* My page: make the page header compact and make the profile card the only large top card. */
body.bc-page--my .biz-my-shell > *,
body.bc-page--my.is-app-shell .biz-my-shell > *,
body.bc-page--my[data-app-shell="true"] .biz-my-shell > * {
  margin-top: 14px !important;
}

body.bc-page--my .biz-my-shell > *:first-child,
body.bc-page--my.is-app-shell .biz-my-shell > *:first-child,
body.bc-page--my[data-app-shell="true"] .biz-my-shell > *:first-child {
  margin-top: 0 !important;
}

body.bc-page--my .biz-my-topbar,
body.bc-page--my.is-app-shell .biz-my-topbar,
body.bc-page--my[data-app-shell="true"] .biz-my-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.bc-page--my .biz-my-title-block,
body.bc-page--my.is-app-shell .biz-my-title-block,
body.bc-page--my[data-app-shell="true"] .biz-my-title-block {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
}

body.bc-page--my .biz-my-title-block strong,
body.bc-page--my.is-app-shell .biz-my-title-block strong,
body.bc-page--my[data-app-shell="true"] .biz-my-title-block strong {
  margin: 0 !important;
  color: var(--bc-app-title) !important;
  font-size: clamp(28px, 7.4vw, 34px) !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  letter-spacing: -.055em !important;
}

body.bc-page--my .biz-my-title-block span,
body.bc-page--my.is-app-shell .biz-my-title-block span,
body.bc-page--my[data-app-shell="true"] .biz-my-title-block span {
  color: var(--bc-app-muted) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
  word-break: keep-all !important;
}

body.bc-page--my .biz-my-bell,
body.bc-page--my.is-app-shell .biz-my-bell,
body.bc-page--my[data-app-shell="true"] .biz-my-bell {
  position: static !important;
  transform: none !important;
  flex: 0 0 auto !important;
  width: 46px !important;
  height: 46px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: 14px !important;
  background: var(--bc-app-surface) !important;
  color: var(--bc-app-title) !important;
  box-shadow: var(--bc-app-shadow) !important;
  font-size: 22px !important;
}

body.bc-page--my .biz-my-login-area,
body.bc-page--my.is-app-shell .biz-my-login-area,
body.bc-page--my[data-app-shell="true"] .biz-my-login-area {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--bc-app-line) !important;
  border-radius: var(--bc-app-radius-lg) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(143, 211, 255, .24), transparent 32%),
    linear-gradient(135deg, rgba(238, 247, 255, .98) 0%, #ffffff 64%, rgba(241, 248, 255, .98) 100%) !important;
  box-shadow: var(--bc-app-shadow) !important;
  overflow: hidden !important;
}

body.bc-page--my:not(.is-signed-in) .biz-my-login-area,
body.bc-page--my:not(.is-signed-in).is-app-shell .biz-my-login-area,
body.bc-page--my:not(.is-signed-in)[data-app-shell="true"] .biz-my-login-area {
  grid-template-columns: 64px minmax(0, 1fr) !important;
}

body.bc-page--my .biz-my-avatar,
body.bc-page--my.is-app-shell .biz-my-avatar,
body.bc-page--my[data-app-shell="true"] .biz-my-avatar {
  width: 64px !important;
  height: 64px !important;
  border-radius: 18px !important;
  border: 1px solid #cfe7ff !important;
  background: var(--bc-app-accent-soft) !important;
  color: var(--bc-app-accent-strong) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

body.bc-page--my .biz-my-account-copy,
body.bc-page--my.is-app-shell .biz-my-account-copy,
body.bc-page--my[data-app-shell="true"] .biz-my-account-copy {
  min-width: 0 !important;
  padding: 0 !important;
}

body.bc-page--my .biz-my-welcome,
body.bc-page--my .biz-my-login-link,
body.bc-page--my.is-app-shell .biz-my-welcome,
body.bc-page--my.is-app-shell .biz-my-login-link,
body.bc-page--my[data-app-shell="true"] .biz-my-welcome,
body.bc-page--my[data-app-shell="true"] .biz-my-login-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  max-width: 100% !important;
  color: var(--bc-app-title) !important;
  font-size: clamp(22px, 6.3vw, 29px) !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  letter-spacing: -.05em !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

body.bc-page--my .biz-my-account-copy p,
body.bc-page--my.is-app-shell .biz-my-account-copy p,
body.bc-page--my[data-app-shell="true"] .biz-my-account-copy p {
  margin: 8px 0 0 !important;
  max-width: 100% !important;
  color: var(--bc-app-muted) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

body.bc-page--my .biz-my-edit,
body.bc-page--my.is-app-shell .biz-my-edit,
body.bc-page--my[data-app-shell="true"] .biz-my-edit {
  position: static !important;
  align-self: start !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  white-space: nowrap !important;
}

body.bc-page--my .biz-my-stat-card,
body.bc-page--my.is-app-shell .biz-my-stat-card,
body.bc-page--my[data-app-shell="true"] .biz-my-stat-card {
  margin: 14px 0 0 !important;
  padding: 12px !important;
  gap: 10px !important;
  background: var(--bc-app-surface) !important;
}

body.bc-page--my .biz-my-stat-card > div,
body.bc-page--my.is-app-shell .biz-my-stat-card > div,
body.bc-page--my[data-app-shell="true"] .biz-my-stat-card > div {
  min-height: 88px !important;
  padding: 14px !important;
  border-radius: 16px !important;
}

body.bc-page--my .biz-my-stat-card strong,
body.bc-page--my.is-app-shell .biz-my-stat-card strong,
body.bc-page--my[data-app-shell="true"] .biz-my-stat-card strong {
  color: var(--bc-app-title) !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
}

body.bc-page--my .biz-my-stat-card span,
body.bc-page--my.is-app-shell .biz-my-stat-card span,
body.bc-page--my[data-app-shell="true"] .biz-my-stat-card span {
  margin-top: 20px !important;
  color: var(--bc-app-accent-strong) !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
}

body.bc-page--my .biz-my-role-card,
body.bc-page--my.is-app-shell .biz-my-role-card,
body.bc-page--my[data-app-shell="true"] .biz-my-role-card {
  margin-top: 14px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  overflow: hidden !important;
}

body.bc-page--my .biz-my-role-card a,
body.bc-page--my.is-app-shell .biz-my-role-card a,
body.bc-page--my[data-app-shell="true"] .biz-my-role-card a {
  min-height: 104px !important;
  padding: 18px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--bc-app-surface) !important;
  word-break: keep-all !important;
}

body.bc-page--my .biz-my-role-card a + a,
body.bc-page--my.is-app-shell .biz-my-role-card a + a,
body.bc-page--my[data-app-shell="true"] .biz-my-role-card a + a {
  border-left: 1px solid var(--bc-app-line) !important;
}

body.bc-page--my .biz-my-quick,
body.bc-page--my.is-app-shell .biz-my-quick,
body.bc-page--my[data-app-shell="true"] .biz-my-quick {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  border-radius: var(--bc-app-radius-lg) !important;
}

body.bc-page--my .biz-my-banner,
body.bc-page--my.is-app-shell .biz-my-banner,
body.bc-page--my[data-app-shell="true"] .biz-my-banner {
  min-height: 136px !important;
  margin: 14px 0 0 !important;
  padding: 22px 20px !important;
}

@media (max-width: 380px) {
  body.bc-page--community,
  body.bc-page--my,
  body.bc-page--community.is-app-shell,
  body.bc-page--my.is-app-shell,
  body.bc-page--community[data-app-shell="true"],
  body.bc-page--my[data-app-shell="true"] {
    --bc-mobile-page-x: 16px;
    --bc-mobile-page-top: 8px;
  }

  body.bc-page--community .hero-card-community,
  body.bc-page--community.is-app-shell .hero-card-community,
  body.bc-page--community[data-app-shell="true"] .hero-card-community {
    padding: 20px 18px 18px !important;
  }

  body.bc-page--community .hero-card-community .hero-actions,
  body.bc-page--community.is-app-shell .hero-card-community .hero-actions,
  body.bc-page--community[data-app-shell="true"] .hero-card-community .hero-actions {
    grid-template-columns: 1fr !important;
  }

  body.bc-page--my .biz-my-login-area,
  body.bc-page--my.is-app-shell .biz-my-login-area,
  body.bc-page--my[data-app-shell="true"] .biz-my-login-area {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    padding: 18px !important;
  }

  body.bc-page--my .biz-my-avatar,
  body.bc-page--my.is-app-shell .biz-my-avatar,
  body.bc-page--my[data-app-shell="true"] .biz-my-avatar {
    width: 58px !important;
    height: 58px !important;
  }

  body.bc-page--my .biz-my-edit,
  body.bc-page--my.is-app-shell .biz-my-edit,
  body.bc-page--my[data-app-shell="true"] .biz-my-edit {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    margin-top: 2px !important;
  }

  body.bc-page--my .biz-my-role-card a,
  body.bc-page--my.is-app-shell .biz-my-role-card a,
  body.bc-page--my[data-app-shell="true"] .biz-my-role-card a {
    min-height: 112px !important;
    padding: 16px 14px !important;
  }
}

@media (prefers-color-scheme: dark) {
  body.bc-page--community .hero-card-community,
  body.bc-page--my .biz-my-login-area,
  body.bc-page--community.is-app-shell .hero-card-community,
  body.bc-page--my.is-app-shell .biz-my-login-area,
  body.bc-page--community[data-app-shell="true"] .hero-card-community,
  body.bc-page--my[data-app-shell="true"] .biz-my-login-area {
    background:
      radial-gradient(circle at 96% 8%, rgba(143, 211, 255, .14), transparent 34%),
      linear-gradient(135deg, #071a2a 0%, var(--bc-app-surface) 62%, #101a26 100%) !important;
  }
}

body.amoled.bc-page--community .hero-card-community,
body.amoled.bc-page--my .biz-my-login-area,
body[data-theme="amoled"].bc-page--community .hero-card-community,
body[data-theme="amoled"].bc-page--my .biz-my-login-area,
body[data-surface-theme="amoled"].bc-page--community .hero-card-community,
body[data-surface-theme="amoled"].bc-page--my .biz-my-login-area {
  background:
    radial-gradient(circle at 96% 8%, rgba(143, 211, 255, .12), transparent 34%),
    linear-gradient(135deg, #071a2a 0%, #05070a 68%, #000000 100%) !important;
}
