/* ShoreBuild V187 recovery layer. Intentionally tiny and loaded after page bundles. */
html [hidden]{display:none!important}
img{max-width:100%}
.shore-load-error{box-sizing:border-box;margin:22px auto;padding:24px;width:min(620px,calc(100% - 28px));border:2px solid #58b8e8;border-radius:18px;background:#f7fcff;color:#17354a;text-align:center}
.shore-load-error button{border:2px solid #1769aa;border-radius:12px;background:#fff;padding:10px 16px;color:#1769aa;font-weight:800}

/* Mobile first-paint guard: mirrors the app-shell essentials only. The full page bundle wins once loaded. */
@media (max-width:768px){
  :root{--v187-safe-top:env(safe-area-inset-top,0px);--v187-safe-bottom:env(safe-area-inset-bottom,0px)}
  body{min-width:0;max-width:100%;padding-top:calc(60px + var(--v187-safe-top));-webkit-text-size-adjust:100%}
  *,*::before,*::after{box-sizing:border-box}
  .future-topbar,.future-topbar.v43-topbar,.future-subpage-topbar{
    position:fixed!important;z-index:9000!important;inset:0 0 auto 0!important;height:calc(60px + var(--v187-safe-top))!important;
    min-height:calc(60px + var(--v187-safe-top))!important;padding:var(--v187-safe-top) 16px 0!important;display:flex!important;
    align-items:center!important;justify-content:space-between!important;gap:10px!important;background:rgba(235,249,255,.97)!important;
    border-bottom:1px solid rgba(35,122,184,.22)!important;box-shadow:0 4px 18px rgba(14,77,118,.08)!important;
  }
  .future-topbar>.future-nav,.future-topbar>.future-nav-search-button,.future-topbar>.future-account-space{display:none!important}
  .sb-mobile-brand{display:flex!important;align-items:center!important;min-width:0!important;color:#1769aa!important;text-decoration:none!important;font-family:"Minecraft Ten",Arial,sans-serif!important;font-size:19px!important;font-weight:800!important}
  .sb-mobile-menu-button{width:44px!important;height:44px!important;min-width:44px!important;border:2px solid #2a88bd!important;border-radius:12px!important;background:#effaff!important;color:#0b4c76!important;display:grid!important;place-items:center!important;padding:0!important}
  .sb-mobile-menu-button span,.sb-mobile-menu-button span::before,.sb-mobile-menu-button span::after{display:block;width:19px;height:2px;border-radius:2px;background:currentColor;content:"";position:relative}
  .sb-mobile-menu-button span::before{position:absolute;top:-6px}.sb-mobile-menu-button span::after{position:absolute;top:6px}
  .account-area{position:fixed!important;z-index:8990!important;right:14px!important;left:auto!important;top:auto!important;bottom:calc(14px + var(--v187-safe-bottom))!important;width:auto!important;max-width:calc(100vw - 28px)!important;margin:0!important;padding:0!important;display:flex!important;justify-content:flex-end!important;pointer-events:none!important}
  .account-area>*{pointer-events:auto!important}
  .discord-login-button,.account-profile-button{min-height:48px!important;border-radius:15px!important;box-shadow:0 7px 24px rgba(8,64,99,.22)!important}
}
