/* One 52px row instead of a permanent three-storey inventory/weapon HUD. */
#mobile-kit-toggle,#mobile-hotbar-toggle{display:none}
.mobile-layout #quickbar{left:calc(var(--safe-left) + 146px);right:calc(var(--safe-right) + 80px);bottom:var(--safe-bottom);transform:none;max-width:520px;margin-inline:auto;display:flex;flex-direction:row;align-items:center;gap:4px;pointer-events:none}
.mobile-layout #quickbar[hidden]{display:none}
.mobile-layout #mobile-kit-toggle,.mobile-layout #mobile-hotbar-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;padding:2px;border:1px solid #8197b4;border-radius:8px;background:#1c324e;color:#f3f7ff;pointer-events:auto;touch-action:manipulation;gap:1px}
.mobile-layout #mobile-kit-toggle>span,.mobile-layout #mobile-hotbar-icon{font-size:22px;line-height:22px}
.mobile-layout #mobile-kit-toggle>small,.mobile-layout #mobile-hotbar-label{font-size:12px;line-height:13px}
.mobile-layout #mobile-kit-toggle[aria-expanded=true]{background:#f3d187;color:#162a3e;border-color:#f3d187}
.mobile-layout #quick-slots{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:56px;flex:1;min-width:0;gap:3px;padding:4px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x;pointer-events:auto;border-radius:8px;scroll-padding-inline:4px}
.mobile-layout #quick-slots .bag-slot{width:56px;min-height:44px;height:44px;padding:4px 1px;gap:1px;touch-action:pan-x}
.mobile-layout #quick-slots kbd{display:none}
.mobile-layout #quick-slots .bag-icon{font-size:19px;line-height:19px}
.mobile-layout #quick-slots strong{font-size:14px;line-height:16px;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mobile-layout #quick-slots small{top:1px;right:3px;font-size:14px}
.mobile-layout #quick-utilities{position:absolute;left:0;right:0;bottom:calc(100% + 8px);display:flex;gap:4px;padding:6px;background:#182b43;border-radius:8px;pointer-events:auto}
.mobile-layout #quick-utilities button{min-width:0;flex:1;min-height:44px;padding:4px;font-size:14px;border-radius:6px}
.mobile-layout #quick-utilities button strong{font-size:14px}
.mobile-layout #quick-utilities[hidden],.mobile-layout #quick-slots[hidden],.mobile-layout #mobile-kit-toggle[hidden]{display:none}
.mobile-layout #quickbar[data-folded=true]{justify-content:center}
.mobile-layout #weapon-status{left:auto;right:calc(var(--safe-right) + 78px);bottom:calc(var(--safe-bottom) + 156px);transform:none;min-width:0;max-width:none;width:104px;height:44px;display:flex;align-items:center;gap:4px;padding:0;background:none;border-radius:0}
.mobile-layout #weapon-status[hidden]{display:none}
.mobile-layout #weapon-current,.mobile-layout #weapon-hint{display:none}
.mobile-layout #weapon-ammo{font-size:14px;line-height:16px;white-space:nowrap;background:#182b43;padding:6px 5px;border-radius:6px;min-width:52px;text-align:center}
.mobile-layout #weapon-reload{width:44px;height:44px;flex:0 0 44px;padding:0;border-radius:50%;font-size:13px;background:#1c324e}
.mobile-layout #weapon-reload:disabled{color:#bacce0;background:#1c324e}
.mobile-layout .sandbox-context,.mobile-layout .top-building #sandbox-context{bottom:calc(var(--safe-bottom) + 62px)}
.mobile-layout #quickbar :focus-visible{outline:3px solid #fff1b9;outline-offset:1px}
@media(max-width:740px) and (orientation:landscape){.mobile-layout #quickbar{left:calc(var(--safe-left) + 118px);right:calc(var(--safe-right) + 78px)}.mobile-layout #quick-slots{padding:4px;gap:3px}.mobile-layout #quickbar .bag-slot{min-height:44px}}
