/* 合成台滚动高度链：模式页承接剩余高度，内部内容独立滚动。 */
.craft-panel{overscroll-behavior:contain}
.home-main,.app-tab-panel,.craft-panel,.craft-panel>.craft-mode-view,#craftMakeView,.craft-topbar,.craft-select-row,.craft-list,#craftList{min-width:0;max-width:100%}
.home-main.home-main-craft,.app-tab-panel.craft-panel{width:100%;overflow-x:clip;overscroll-behavior-x:none;touch-action:pan-y}
.home-tabbar{width:100%;min-width:0;max-width:100%;overflow-x:clip}
.home-tabbar>button{min-width:0}
#craftMakeView{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}
#craftMakeView>.craft-topbar{flex:none}
#craftMakeView>.craft-list{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-right:4px;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#56e4ff #071328}
#craftMakeView>.craft-list::-webkit-scrollbar{width:7px}
#craftMakeView>.craft-list::-webkit-scrollbar-track{margin:5px 0;border-radius:8px;background:#071328}
#craftMakeView>.craft-list::-webkit-scrollbar-thumb{border:2px solid #071328;border-radius:8px;background:linear-gradient(#aef7ff,#42dcff 56%,#795fff);box-shadow:0 0 7px rgba(67,220,255,.65)}
.craft-panel>.craft-mode-view:not(#craftMakeView):not([hidden]){flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;margin-bottom:0;padding-bottom:10px}
