.mobile-bottom-nav{z-index:60;height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid var(--line);background:var(--white);font-family:var(--font-ui);backface-visibility:hidden;isolation:isolate;will-change:transform;align-items:stretch;transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translate(0,0)}.mobile-bottom-nav.off{-webkit-transform:translate3d(0, calc(100% + env(safe-area-inset-bottom,0px)), 0);transform:translate3d(0, calc(100% + env(safe-area-inset-bottom,0px)), 0)}.mbn-item{height:56px;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;margin:0;padding:0;font-family:inherit;font-size:10px;font-weight:600;line-height:1;text-decoration:none;display:flex}.mbn-item.on{color:var(--blue)}.mbn-item span{letter-spacing:-.01em;font-size:10px}.mobile-bottom-nav:after{content:"";background:var(--white);pointer-events:none;height:100px;position:absolute;bottom:-100px;left:0;right:0}@media (min-width:721px){.mobile-bottom-nav{display:none}}.drawer-backdrop{z-index:70;opacity:0;background:#0b0b0c80;transition:opacity .25s;position:fixed;inset:0}.drawer-backdrop.on{opacity:1}.mobile-drawer{z-index:71;width:280px;max-width:86vw;padding:env(safe-area-inset-top,0px) 0 env(safe-area-inset-bottom,0px);border-right:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-card);color:var(--ink);font-family:var(--font-ui);-webkit-overflow-scrolling:touch;flex-direction:column;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.mobile-drawer.open{transform:translate(0)}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:14px 8px 14px 18px;display:flex}.drawer-brand{letter-spacing:-.025em;font-size:17px;font-weight:700}.drawer-close{width:44px;height:44px;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.drawer-close:hover{background:var(--paper);color:var(--ink)}.drawer-nav{flex-direction:column;flex:auto;padding:8px 12px;display:flex}.drawer-link{height:48px;color:var(--ink);border-radius:8px;align-items:center;padding:0 8px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.drawer-link:hover{background:var(--paper)}.drawer-button{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.drawer-identity{gap:4px;padding:10px 8px 12px;display:grid}.drawer-identity b,.drawer-identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.drawer-identity b{font-size:14px}.drawer-identity small{color:var(--muted);font-size:11px}.drawer-sep{background:var(--line);height:1px;margin:10px 8px}.drawer-cta{background:var(--blue);color:#ded7fe;border:1px solid #0000001f;border-radius:4px;justify-content:center;align-items:center;height:44px;margin:8px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 8px 20px #4506cb33}.drawer-cta:hover{background:#3a05ab}.drawer-foot{border-top:1px solid var(--line);flex-direction:column;padding:10px 20px 18px;display:flex}.drawer-sublink{height:40px;color:var(--muted);align-items:center;font-size:13px;font-weight:500;text-decoration:none;display:flex}.drawer-sublink:hover{color:var(--ink)}@media (prefers-reduced-motion:reduce){.mobile-bottom-nav,.mobile-drawer,.drawer-backdrop{transition:none}}
