/* ClarityStride compact shell: cool canvas, white dock, azure navigation hub. */
.mobile-shell{display:none}
@media(max-width:767px),(pointer:coarse) and (orientation:landscape) and (max-width:1023px) and (max-height:500px){
  :root{--mobile-dock-height:70px;--mobile-clearance:calc(var(--mobile-dock-height) + env(safe-area-inset-bottom))}
  html{scroll-padding-block:80px calc(var(--mobile-clearance) + 24px)}
  .mobile-shell{display:contents}
  .mobile-dock{position:fixed;inset:auto 0 0;z-index:50;display:flex;align-items:center;justify-content:space-around;min-height:var(--mobile-clearance);padding:4px max(8px,env(safe-area-inset-right)) calc(4px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border-top:1px solid #e3e9ef;background:#fff;box-shadow:0 -4px 18px #13283c04}
  .mobile-tab{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:44px;min-height:60px;padding:5px 2px;border:0;background:transparent;border-radius:10px;color:#607286;text-decoration:none;font:500 11px/1.2 Geist,Arial,sans-serif;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
  .mobile-tab:hover{text-decoration:none;background:#f1f7fb}.mobile-tab.active{color:#0675ae}.mobile-tab.active>.icon{stroke-width:2.4}.mobile-tab.active:not(.mobile-hub){background:#edf8ff}
  .mobile-tab .icon,.mobile-more-link .icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
  .mobile-hub{gap:2px}.mobile-hub-disc{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#18b0fb;box-shadow:0 3px 9px #18b0fb26}.mobile-hub-disc img{width:27px;height:27px;filter:brightness(0) invert(1)}.mobile-hub[aria-expanded=true] .mobile-hub-disc,.mobile-hub.active .mobile-hub-disc{outline:3px solid #d9f1ff;outline-offset:2px}
  .mobile-more-sheet{position:fixed;inset:auto 0 0;width:100%;max-width:620px;max-height:calc(var(--mobile-visible-height,100dvh) - max(18px,env(safe-area-inset-top)));margin:auto auto 0;padding:10px max(20px,env(safe-area-inset-right)) calc(20px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));border:1px solid #e3e9ef;border-bottom:0;border-radius:22px 22px 0 0;background:#f8fafc;color:#13283c;overflow:auto;overscroll-behavior:contain;box-shadow:0 -12px 60px #13283c15;font-family:Geist,Arial,sans-serif}
  .mobile-more-sheet::backdrop{background:rgb(13 28 43 / .32)}.mobile-sheet-handle{width:35px;height:4px;margin:0 auto 10px;border-radius:4px;background:#cdd8e1}
  .mobile-more-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-more-heading h2{margin:0;font-size:22px;font-weight:620;letter-spacing:-.5px}
  .mobile-sheet-close{width:44px;height:44px;flex:none;padding:0;border:1px solid #e3e9ef;border-radius:50%;background:#fff;color:#607286;font:400 28px/1 Arial,sans-serif}
  .mobile-more-identity{display:grid;gap:3px;padding:10px 0 20px;overflow-wrap:anywhere}.mobile-more-identity strong{font-size:14px;font-weight:570}.mobile-more-identity span{font-size:12px;color:#607286}
  .mobile-more-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-more-link{display:flex;align-items:center;gap:10px;min-height:64px;padding:14px 12px;border:1px solid #e3e9ef;border-radius:12px;background:#fff;color:#31495d;text-decoration:none;font:500 13px/1.4 Geist,Arial,sans-serif;overflow-wrap:anywhere;text-align:left}
  .mobile-more-link:hover{text-decoration:none;background:#edf8ff}.mobile-more-link.active{color:#0675ae;border-color:#92d9fc;background:#edf8ff}.mobile-signout{min-height:48px;width:100%;margin-top:16px;border:0;border-radius:10px;background:transparent;color:#607286;text-align:left;font:500 14px Geist,Arial,sans-serif}
  .mobile-shell :focus-visible{outline:3px solid #18b0fb;outline-offset:3px}body.mobile-sheet-open{overflow:hidden}body.mobile-keyboard-open .mobile-dock{display:none}
}
@media(prefers-reduced-motion:reduce){.mobile-shell *{scroll-behavior:auto!important}}
