/* BloxChase Typography Standard v20.60.10
   Canonical product type scale. Poppins is the only UI family.
   Normal UI copy must stay readable: 14px body, 12px supporting copy, 10px minimum metadata.
   Inputs become 16px on touch layouts to prevent mobile browser focus zoom. */
:root{
  --bc-font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --bc-fs-meta:10px;
  --bc-fs-caption:11px;
  --bc-fs-small:12px;
  --bc-fs-ui:13px;
  --bc-fs-body:14px;
  --bc-fs-body-strong:15px;
  --bc-fs-card-title:16px;
  --bc-fs-section:22px;
  --bc-fs-page:30px;
  --bc-lh-tight:1.2;
  --bc-lh-ui:1.4;
  --bc-lh-body:1.55;
}
html,body,button,input,textarea,select{font-family:var(--bc-font-family)}
body{font-size:var(--bc-fs-body);line-height:var(--bc-lh-body);font-weight:400}
button,input,textarea,select{font-size:var(--bc-fs-body)}

/* Shared shell / navigation */
.bc-nav-link{font-size:13px!important;line-height:19px!important;font-weight:600!important}
.bc-side-label,.bc-nav-group>button{font-size:11px!important;line-height:16px!important;font-weight:700!important}
.bc-nav-badge{font-size:10px!important;line-height:14px!important}
.bc-balance{font-size:14px!important;line-height:20px!important}
.bc-profile-meta strong,.bc-profile-name-row .name{font-size:13px!important;line-height:18px!important}
.bc-profile-meta span,.bc-profile-balance{font-size:11px!important;line-height:16px!important}
.bc-pop-item{font-size:13px!important;line-height:19px!important;font-weight:600!important}
.bc-pop-section-label{font-size:10px!important;line-height:14px!important}
.bc-mobile-link{font-size:13px!important;line-height:19px!important}

/* Page hierarchy */
.bc-main-content:not(.admin){font-size:14px;line-height:1.55}
.bc-main-content:not(.admin) h1.bc-section-title{font-size:30px!important;line-height:36px!important;letter-spacing:-.025em}
.bc-main-content:not(.admin) h2.bc-section-title,
.bc-main-content:not(.admin) .bc-section-head h2{font-size:22px!important;line-height:29px!important;letter-spacing:-.018em}
.bc-main-content:not(.admin) .bc-section-head p{font-size:13px!important;line-height:20px!important}

/* Earn / cards */
.bc-wall-tag,.bc-wall-state{font-size:10px!important;line-height:14px!important}
.bc-wall-copy strong{font-size:14px!important;line-height:20px!important}
.bc-social-toast,.bc-empty{font-size:13px!important;line-height:19px!important}

/* Live reward ticker and its detail popup */
.bc-tick-card .name{font-size:12px!important;line-height:17px!important}
.bc-tick-card .meta{font-size:10px!important;line-height:14px!important}
.bc-tick-card .amount{font-size:11px!important;line-height:15px!important}
.bc-offer-card h3{font-size:20px!important;line-height:26px!important}
.bc-offer-card p{font-size:12px!important;line-height:19px!important}
.bc-offer-stat small{font-size:10px!important;line-height:14px!important}
.bc-offer-stat b{font-size:13px!important;line-height:18px!important}

/* Chat */
.chat-copy{font-size:14px!important;line-height:21px!important}
.chat-time{font-size:10px!important;line-height:14px!important}
.role-pill{font-size:9px!important;line-height:12px!important}
.chat-input-row .bc-input{font-size:14px!important;line-height:21px!important}
.chat-input-row .bc-input::placeholder{font-size:12px!important;line-height:18px!important}
.chat-verify-title{font-size:13px!important;line-height:19px!important}
.chat-verify-sub{font-size:11px!important;line-height:17px!important}
.chat-verify-btn,.chat-jump{font-size:11px!important;line-height:16px!important}
.chat-user-pop-name{font-size:17px!important;line-height:22px!important}
.chat-user-handle,.chat-user-joined,.chat-user-pop-meta{font-size:11px!important;line-height:16px!important}
.chat-user-stat small{font-size:10px!important;line-height:14px!important}
.chat-user-stat strong{font-size:14px!important;line-height:19px!important}
.chat-user-latest-copy small{font-size:10px!important;line-height:14px!important}
.chat-user-latest-copy strong{font-size:12px!important;line-height:18px!important}
.chat-user-latest-copy span{font-size:11px!important;line-height:16px!important}
.chat-user-pop-actions a,.chat-user-loading{font-size:12px!important;line-height:18px!important}

/* Component-level typography only. Do not globally rewrite arbitrary Tailwind utility sizes. */

/* Admin workspace */
.bc-main-content.admin{font-size:14px;line-height:20px}
.bc-main-content.admin table{font-size:13px;line-height:19px}
.bc-main-content.admin .bc-input{font-size:14px;line-height:20px}
.bc-main-content.admin .bc-btn,.bc-main-content.admin .bc-btn-soft{font-size:13px;line-height:18px}
.bc-sidebar.admin .bc-nav-link{font-size:13px!important}
.bc-admin-title{font-size:17px!important;line-height:24px!important}
.bc-admin-user strong{font-size:13px!important;line-height:18px!important}
.bc-admin-user small{font-size:10px!important;line-height:14px!important}
.bc-admin-visit{font-size:12px!important;line-height:17px!important}

/* Touch layouts */
@media(max-width:1023px){
  input,textarea,select{font-size:16px!important;line-height:24px!important}
  .chat-input-row .bc-input{font-size:16px!important;line-height:24px!important}
}
@media(max-width:520px){
  .bc-main-content:not(.admin) h1.bc-section-title{font-size:27px!important;line-height:33px!important}
  .bc-main-content:not(.admin) h2.bc-section-title,
  .bc-main-content:not(.admin) .bc-section-head h2{font-size:21px!important;line-height:28px!important}
}

/* v20.60.10.2 rendering budget
   Preserve BloxChase visuals; optimize only permanently expensive background work. */
.bc-live-bg{opacity:.26!important;pointer-events:none!important}
.bc-live-orb{animation:none!important;will-change:auto!important;filter:blur(48px)!important;-webkit-filter:blur(48px)!important}
.bc-ticker-lane{will-change:transform}
@media(max-width:1023px){.bc-live-bg{display:none!important}}
@media(prefers-reduced-motion:reduce){.bc-ticker-lane,.bc-route-arrived,.rank-mini{animation:none!important}.bc-main-content{transition:none!important}}
