
/* V20.10.14 Phase 8: unified UI foundation and mobile chrome cleanup. */
:root{
  --bbm-ui-primary:#2f7cff;
  --bbm-ui-primary-strong:#1f5fd4;
  --bbm-ui-danger:#bd3948;
  --bbm-ui-success:#2f9d68;
  --bbm-ui-gold:#d7b457;
  --bbm-ui-touch:44px;
  --bbm-ui-radius:10px;
  --bbm-ui-mobile-nav:74px;
}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-bottom:calc(var(--bbm-ui-mobile-nav) + env(safe-area-inset-bottom,0px) + 18px);}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{
  outline:3px solid color-mix(in srgb,var(--bbm-ui-primary) 72%,white)!important;
  outline-offset:2px!important;
}
button[data-ui-role="primary"]{border-color:color-mix(in srgb,var(--bbm-ui-primary) 70%,white)!important;background:linear-gradient(180deg,var(--bbm-ui-primary),var(--bbm-ui-primary-strong))!important;color:#fff!important;}
button[data-ui-role="danger"]{border-color:color-mix(in srgb,var(--bbm-ui-danger) 72%,white)!important;background:linear-gradient(180deg,#cf4b59,#7d1724)!important;color:#fff!important;}
button[data-ui-role="success"]{border-color:color-mix(in srgb,var(--bbm-ui-success) 72%,white)!important;background:linear-gradient(180deg,#3bb77c,#17623f)!important;color:#fff!important;}
body:not(.v201014-dev-mode) #v1847SystemPanel,
body:not(.v201014-dev-mode) #v1899MaintenancePanel,
body:not(.v201014-dev-mode) .v190-debug,
body:not(.v201014-dev-mode) #v201011BalanceEntry,
body:not(.v201014-dev-mode) #v201012Entry,
body:not(.v201014-dev-mode) .tab-btn[data-screen="balance"],
body:not(.v201014-dev-mode) .tab-btn[data-screen="online-lab"],
body:not(.v201014-dev-mode) #v208MobileNav [data-screen="balance"],
body:not(.v201014-dev-mode) #v208MobileNav [data-screen="online-lab"],
body:not(.v201014-dev-mode) #v208MoreSheet [data-screen="balance"],
body:not(.v201014-dev-mode) #v208MoreSheet [data-screen="online-lab"]{display:none!important;}
.v201014-settings{margin:12px 0 0;padding:12px;border:1px solid rgba(255,255,255,.10);border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(0,0,0,.16));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;}
.v201014-settings h3{margin:0;color:#fff1b5;font-size:15px;}.v201014-settings p{margin:4px 0 0;color:#9eabbc;font-size:11px;line-height:1.45;}
.v201014-version-button{min-height:40px;padding:8px 12px;border:1px solid rgba(255,214,90,.30);border-radius:9px;background:rgba(255,214,90,.07);color:#ffe49a;font-size:11px;font-weight:1000;cursor:pointer;white-space:nowrap;}
.v201014-version-button[data-dev="on"]{border-color:rgba(89,221,143,.42);background:rgba(51,159,98,.16);color:#aaf0c6;}
.v201014-dev-note{grid-column:1/-1;padding-top:8px;border-top:1px solid rgba(255,255,255,.07);color:#8795a7;font-size:10px;}
.v201014-version-chip{display:inline-flex;align-items:center;min-height:20px;margin-left:7px;padding:2px 6px;border:1px solid rgba(255,214,90,.25);border-radius:999px;background:rgba(255,214,90,.07);color:#ffe49a;font-size:9px;font-weight:1000;vertical-align:middle;white-space:nowrap;}
#v201014HeaderToggle{display:none;}
.v190-nav,.v200-nav,.v150-tab-head,.v156-tabs,.v20110-actions{
  max-width:100%;overflow-x:auto!important;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;
}
.v190-nav::-webkit-scrollbar,.v200-nav::-webkit-scrollbar,.v150-tab-head::-webkit-scrollbar,.v156-tabs::-webkit-scrollbar,.v20110-actions::-webkit-scrollbar{display:none;}
.v190-nav>*,.v200-nav>*,.v150-tab-head>*,.v156-tabs>*{scroll-snap-align:center;flex:0 0 auto;}
@media(max-width:760px){
  :root{--v208-nav-h:70px;--bbm-ui-mobile-nav:78px;}
  body.v208-mobile-ui{font-size:14px;}
  body.v208-mobile-ui .app{padding:7px 7px calc(var(--bbm-ui-mobile-nav) + env(safe-area-inset-bottom,0px) + 18px)!important;}
  body.v208-mobile-ui .header.v201014-header{
    position:sticky!important;top:0!important;z-index:120!important;display:grid!important;
    grid-template-columns:minmax(0,1fr) clamp(116px,34vw,136px) 38px!important;gap:6px!important;align-items:center!important;overflow:hidden!important;
    min-height:58px!important;margin:0 0 8px!important;padding:7px 8px!important;border-radius:12px!important;
  }
  body.v208-mobile-ui .header.v201014-header>div:first-child{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;}
  body.v208-mobile-ui .header.v201014-header .v1834-club-emblem{display:none!important;}
  body.v208-mobile-ui .header.v201014-header h1{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;font-size:clamp(10px,3.25vw,13px)!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;vertical-align:middle;}
  body.v208-mobile-ui .header.v201014-header .v201014-version-chip{display:none!important;}
  body.v208-mobile-ui .header.v201014-header .resource-bar{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important;width:clamp(116px,34vw,136px)!important;max-width:136px!important;min-width:0!important;margin:0!important;overflow:hidden!important;}
  body.v208-mobile-ui .header.v201014-header .resource{display:none!important;min-width:0!important;min-height:39px!important;padding:4px 3px!important;border-radius:8px!important;overflow:hidden!important;}
  body.v208-mobile-ui .header.v201014-header .resource:nth-child(3),
  body.v208-mobile-ui .header.v201014-header .resource:nth-child(4){display:block!important;}
  body.v208-mobile-ui .header.v201014-header .resource strong{display:block!important;max-width:100%!important;font-size:clamp(10px,3vw,11px)!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-variant-numeric:tabular-nums;}
  body.v208-mobile-ui .header.v201014-header .resource span{display:block!important;max-width:100%!important;font-size:8px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  #v201014HeaderToggle{display:grid!important;place-items:center;width:38px;min-width:38px;height:40px;min-height:40px;padding:0!important;border:1px solid rgba(255,255,255,.10);border-radius:9px;background:rgba(255,255,255,.045);color:#fff;font-size:15px;font-weight:1000;}
  body.v208-mobile-ui .header.v201014-header.v201014-header-expanded{grid-template-columns:minmax(0,1fr) 38px!important;}
  body.v208-mobile-ui .header.v201014-header.v201014-header-expanded .resource-bar{grid-column:1/-1;grid-row:2;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important;max-width:none!important;}
  body.v208-mobile-ui .header.v201014-header.v201014-header-expanded .resource{display:block!important;}
  body.v208-mobile-ui .panel>.panel-title{min-height:44px!important;padding:10px 12px!important;font-size:14px!important;}
  body.v208-mobile-ui button,body.v208-mobile-ui .small-btn,body.v208-mobile-ui .action-btn{min-height:var(--bbm-ui-touch)!important;font-size:12px!important;}
  body.v208-mobile-ui .tab-btn,body.v208-mobile-ui #v208MobileNav button,body.v208-mobile-ui #v208MoreSheet button{font-size:10px!important;}
  body.v208-mobile-ui small,body.v208-mobile-ui .notice,body.v208-mobile-ui .v201014-settings p{font-size:max(11px,1em)!important;}
  body.v208-mobile-ui #v208MobileNav{left:7px;right:7px;bottom:calc(6px + env(safe-area-inset-bottom,0px));height:70px;padding:5px;}
  body.v208-mobile-ui #v208MobileNav button{min-height:56px!important;}
  body.v208-mobile-ui .screen{padding-bottom:10px!important;}
  body.v208-mobile-ui .screen>.panel:last-child,body.v208-mobile-ui .screen>.v149-home-lobby:last-child{margin-bottom:12px!important;}
  body.v208-mobile-ui #v201Toast,
  body.v208-mobile-ui #v2093GachaToast,
  body.v208-mobile-ui #v1833StatusToast,
  body.v208-mobile-ui #v1832StorageWarning,
  body.v208-mobile-ui .v144-toast,
  body.v208-mobile-ui #bbmUpdateNotice{
    bottom:calc(var(--bbm-ui-mobile-nav) + env(safe-area-inset-bottom,0px) + 10px)!important;
    max-width:calc(100vw - 18px)!important;
  }
  body.v208-mobile-ui .v190-nav,body.v208-mobile-ui .v200-nav,body.v208-mobile-ui .v150-tab-head,body.v208-mobile-ui .v156-tabs{
    position:relative;display:flex!important;gap:6px!important;padding:7px 4px 8px!important;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 13px,#000 calc(100% - 18px),transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 13px,#000 calc(100% - 18px),transparent 100%);
  }
  body.v208-mobile-ui #skills .v1850-skill-top,body.v208-mobile-ui #study .v1850-head{grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;}
  body.v208-mobile-ui #skills .v1850-skill-top>*,body.v208-mobile-ui #study .v1850-head>*{min-width:0!important;max-width:100%!important;}
  .v201014-settings{grid-template-columns:1fr;padding:10px;}.v201014-version-button{width:100%;min-height:44px;}.v201014-dev-note{grid-column:auto;}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}}
